From owner-cvs-all@FreeBSD.ORG Sat Nov 15 23:59:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2B916A4CF; Sat, 15 Nov 2003 23:59:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D76443FAF; Sat, 15 Nov 2003 23:59:20 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG7xKXJ049335; Sat, 15 Nov 2003 23:59:20 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG7xJZK049334; Sat, 15 Nov 2003 23:59:19 -0800 (PST) (envelope-from blackend) Message-Id: <200311160759.hAG7xJZK049334@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 15 Nov 2003 23:59:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 07:59:21 -0000 blackend 2003/11/15 23:59:19 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: - Use of application tags for a daemon - Add missing hostid tags - Fix a broken link to Mozilla port Revision Changes Path 1.247 +9 -9 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:01:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C1616A4CE; Sun, 16 Nov 2003 00:01:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC21243FA3; Sun, 16 Nov 2003 00:01:58 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG81wXJ049546; Sun, 16 Nov 2003 00:01:58 -0800 (PST) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG81w63049545; Sun, 16 Nov 2003 00:01:58 -0800 (PST) (envelope-from mckusick) Message-Id: <200311160801.hAG81w63049545@repoman.freebsd.org> From: Kirk McKusick Date: Sun, 16 Nov 2003 00:01:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:01:59 -0000 mckusick 2003/11/16 00:01:58 PST FreeBSD src repository Modified files: sbin/dump main.c Log: Convert the live dump command (`dump -L') to use mksnap_ffs instead of trying to directly create the snapshot itself. This change allows users logged into the system as operator to run live dumps. Note that dump no longer tries to create the snapshot in the root of the filesystem, but rather in a .snap directory in the root of the filesystem. The reason is that the operator is usually not permitted to write into the root of the filesystem. The newfs command and background fsck have both been modified to create a .snap directory in the root of the filesystem, but if neither of these have been run, then the .snap directory must be created manually by the superuser before a live dump can be run. The .snap directory should be owned by user root and group operator and set to mode 770. Revision Changes Path 1.55 +7 -11 src/sbin/dump/main.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:11:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E31A16A4CE; Sun, 16 Nov 2003 00:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FA743FCB; Sun, 16 Nov 2003 00:11:00 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG8B0XJ050826; Sun, 16 Nov 2003 00:11:00 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG8B0Jp050823; Sun, 16 Nov 2003 00:11:00 -0800 (PST) (envelope-from green) Message-Id: <200311160811.hAG8B0Jp050823@repoman.freebsd.org> From: Brian Feldman Date: Sun, 16 Nov 2003 00:10:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:11:01 -0000 green 2003/11/16 00:10:59 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: As mentioned by warner, previous revision (opt_ddb.h) was just a fluke -- I'm having bad luck with different parts of the sys tree being checked out at slightly different times. Back it out, noting it doesn't cause harm in any case. Tinderbox also makes these things more fun. Revision Changes Path 1.148 +1 -3 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:39:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEE416A4CE; Sun, 16 Nov 2003 00:39:46 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C5943FBD; Sun, 16 Nov 2003 00:39:43 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id hAG8deFw016417; Sun, 16 Nov 2003 00:39:40 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id hAG8ddhf016415; Sun, 16 Nov 2003 00:39:39 -0800 (PST) (envelope-from rizzo) Date: Sun, 16 Nov 2003 00:39:39 -0800 From: Luigi Rizzo To: Peter Jeremy Message-ID: <20031116003939.A10853@xorpc.icir.org> References: <200311142102.hAEL2Nen073186@repoman.freebsd.org> <20031114153145.A54064@xorpc.icir.org> <3FB593F5.1053E7E2@pipeline.ch> <20031115002921.B68056@xorpc.icir.org> <3FB60181.4256A519@pipeline.ch> <20031116014814.GB74756@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031116014814.GB74756@server.vk2pj.dyndns.org>; from peterjeremy@optushome.com.au on Sun, Nov 16, 2003 at 12:48:14PM +1100 cc: Andre Oppermann cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:39:46 -0000 On Sun, Nov 16, 2003 at 12:48:14PM +1100, Peter Jeremy wrote: ... > >I will try to measure that with more precision. You did have > >code which was able to record and timestamp events several > >thousand times per second. Do still have that code somewhere? there is some MD code in the RELENG_4 tree, the kernel option you need is "options KERN_TIMESTAMP" and a description on how to use it is in sys/i386/include/param.h Note that you have to be careful when timing very short sections of code, because the CPU can execute instruction out of order so something like rdtsc(); rdtsc() might result in the second timing call being executed before the section of code in the middle is complete. There is some nonintuitive instruction (which i now forget) to flush the execution pipeline which can be used around the section of code you want to time. In an SMP environment this code probably will not work well because it does not consider parallel access to the counters, nor the CPU where events occur (probably you could use a per-cpu index, and then in many cases you only care about relative measurements of events on the same CPU). cheers luigi > I've done similar things a couple of times using circular buffers > along the following lines: > > #define RING_SIZE (1 << some_suitable_value) > int next_entry; > struct entry { > some_time_t now; > foo_t event; > } ring[RING_SIZE]; > > void __inline insert_event(foo_t event) > { > int ix; > /* following two lines need to be atomic to make this re-entrant */ > ix = next_entry; > next_entry = (ix + 1) & (RING_SIZE - 1); > ring[ix].now = read_time(); > ring[ix].event = event; > } > > In userland, mmap(2) next_entry and ring to unload the events. Pick > RING_SIZE and the time types to suit requirements. The TSC has the > lowest overhead but worst jitter. > > Peter From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:41:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43AF816A4CE; Sun, 16 Nov 2003 00:41:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B368643FAF; Sun, 16 Nov 2003 00:41:24 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG8fOXJ052047; Sun, 16 Nov 2003 00:41:24 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG8fOVC052046; Sun, 16 Nov 2003 00:41:24 -0800 (PST) (envelope-from njl) Message-Id: <200311160841.hAG8fOVC052046@repoman.freebsd.org> From: Nate Lawson Date: Sun, 16 Nov 2003 00:41:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ancontrol ancontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:41:25 -0000 njl 2003/11/16 00:41:24 PST FreeBSD src repository Modified files: usr.sbin/ancontrol ancontrol.c Log: Remove an annoying printf that somehow leaked into rev 1.21. Revision Changes Path 1.22 +0 -1 src/usr.sbin/ancontrol/ancontrol.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:41:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14CE316A4D1; Sun, 16 Nov 2003 00:41:53 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0DE43FB1; Sun, 16 Nov 2003 00:41:52 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id hAG8fpFw016717; Sun, 16 Nov 2003 00:41:51 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id hAG8fpw2016716; Sun, 16 Nov 2003 00:41:51 -0800 (PST) (envelope-from rizzo) Date: Sun, 16 Nov 2003 00:41:51 -0800 From: Luigi Rizzo To: Peter Jeremy Message-ID: <20031116004151.B10853@xorpc.icir.org> References: <200311142102.hAEL2Nen073186@repoman.freebsd.org> <20031114153145.A54064@xorpc.icir.org> <3FB593F5.1053E7E2@pipeline.ch> <20031115002921.B68056@xorpc.icir.org> <3FB60181.4256A519@pipeline.ch> <20031116014814.GB74756@server.vk2pj.dyndns.org> <20031116003939.A10853@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031116003939.A10853@xorpc.icir.org>; from rizzo@icir.org on Sun, Nov 16, 2003 at 12:39:39AM -0800 cc: Andre Oppermann cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:41:53 -0000 On Sun, Nov 16, 2003 at 12:39:39AM -0800, Luigi Rizzo wrote: ... > might result in the second timing call being executed before > the section of code in the middle is complete. There is > some nonintuitive instruction (which i now forget) to flush the follow up to myself -- the instruction is "cpuid" cheers luigi From owner-cvs-all@FreeBSD.ORG Sun Nov 16 00:45:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BD016A4CE; Sun, 16 Nov 2003 00:45:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED3BC43FBF; Sun, 16 Nov 2003 00:45:37 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG8jbXJ052246; Sun, 16 Nov 2003 00:45:37 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG8jb03052245; Sun, 16 Nov 2003 00:45:37 -0800 (PST) (envelope-from rushani) Message-Id: <200311160845.hAG8jb03052245@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 16 Nov 2003 00:45:37 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja includes.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 08:45:38 -0000 rushani 2003/11/16 00:45:37 PST FreeBSD doc repository Modified files: ja includes.sgml Log: Forgot to update rel2.current.date, which overwrites same entity in www/share/sgml/includes.release.sgml, for 4.9R. Pointed out by: HAYASHI Reference: [doc-jp 12056] Revision Changes Path 1.49 +2 -2 www/ja/includes.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 01:03:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E19716A4CE; Sun, 16 Nov 2003 01:03:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0186E43FA3; Sun, 16 Nov 2003 01:03:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG93OXJ059401; Sun, 16 Nov 2003 01:03:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG93OtB059400; Sun, 16 Nov 2003 01:03:24 -0800 (PST) (envelope-from marcus) Message-Id: <200311160903.hAG93OtB059400@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Nov 2003 01:03:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/straw Makefile ports/net/straw/files patch-src::lib::Config.py patch-src::lib::utils.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 09:03:25 -0000 marcus 2003/11/16 01:03:24 PST FreeBSD ports repository Modified files: net/straw Makefile Added files: net/straw/files patch-src::lib::Config.py patch-src::lib::utils.py Log: Fix a problem where straw wouldn't show any articles if the locale was set to anything other than C. Also, make sure we persist articles across reboots. Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/net/straw/Makefile 1.1 +11 -0 ports/net/straw/files/patch-src::lib::Config.py (new) 1.1 +11 -0 ports/net/straw/files/patch-src::lib::utils.py (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 01:54:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8232E16A4CE; Sun, 16 Nov 2003 01:54:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3D743F75; Sun, 16 Nov 2003 01:54:13 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG9sDXJ061413; Sun, 16 Nov 2003 01:54:13 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG9sD8h061412; Sun, 16 Nov 2003 01:54:13 -0800 (PST) (envelope-from simokawa) Message-Id: <200311160954.hAG9sD8h061412@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 16 Nov 2003 01:54:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/dcons Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 09:54:15 -0000 simokawa 2003/11/16 01:54:13 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/dcons Makefile Log: Fix build on alpha. Noticed by: tinderbox & imp Revision Changes Path 1.1.2.2 +2 -1 src/sys/modules/dcons/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 02:04:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72E416A4CE; Sun, 16 Nov 2003 02:04:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB2743F93; Sun, 16 Nov 2003 02:04:48 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGA4mXJ062712; Sun, 16 Nov 2003 02:04:48 -0800 (PST) (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGA4mG2062711; Sun, 16 Nov 2003 02:04:48 -0800 (PST) (envelope-from andreas) Message-Id: <200311161004.hAGA4mG2062711@repoman.freebsd.org> From: Andreas Klemm Date: Sun, 16 Nov 2003 02:04:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/apsfilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 10:04:49 -0000 andreas 2003/11/16 02:04:48 PST FreeBSD ports repository Modified files: print/apsfilter Makefile Log: - typo in make variables, at some places "WITH_GHOSTSCRIPT_AFP1" has been used instead of using "WITH_GHOSTSCRIPT_AFPL" - bumped port revision, because this sanitizes dependencies Submitted by: Frank Bartels Revision Changes Path 1.111 +3 -3 ports/print/apsfilter/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 02:10:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0105A16A4CF; Sun, 16 Nov 2003 02:10:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEE243FA3; Sun, 16 Nov 2003 02:10:42 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGAAgXJ063053; Sun, 16 Nov 2003 02:10:42 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGAAgoI063052; Sun, 16 Nov 2003 02:10:42 -0800 (PST) (envelope-from sergei) Message-Id: <200311161010.hAGAAgoI063052@repoman.freebsd.org> From: Sergei Kolobov Date: Sun, 16 Nov 2003 02:10:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/mico/files patch-include::tclmico.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 10:10:43 -0000 sergei 2003/11/16 02:10:42 PST FreeBSD ports repository Removed files: devel/mico/files patch-include::tclmico.h Log: - Remove patch not needed anymore PR: 59270 Submitted by: maintainer Revision Changes Path 1.2 +0 -13 ports/devel/mico/files/patch-include::tclmico.h (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 03:14:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38EF616A4CE; Sun, 16 Nov 2003 03:14:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DF543FDF; Sun, 16 Nov 2003 03:14:26 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGBEQXJ067146; Sun, 16 Nov 2003 03:14:26 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGBEQVR067145; Sun, 16 Nov 2003 03:14:26 -0800 (PST) (envelope-from krion) Message-Id: <200311161114.hAGBEQVR067145@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 03:14:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gensig Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 11:14:27 -0000 krion 2003/11/16 03:14:26 PST FreeBSD ports repository Modified files: mail/gensig Makefile distinfo pkg-descr Log: - Update to version 2.3 - Unbreak on -current - Fix WWW: line - Maintainer informed Revision Changes Path 1.7 +5 -8 ports/mail/gensig/Makefile 1.2 +1 -1 ports/mail/gensig/distinfo 1.3 +2 -4 ports/mail/gensig/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 16 03:30:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 630E216A4E2; Sun, 16 Nov 2003 03:30:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FCD43FBF; Sun, 16 Nov 2003 03:30:23 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGBUNXJ067750; Sun, 16 Nov 2003 03:30:23 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGBUN0Q067749; Sun, 16 Nov 2003 03:30:23 -0800 (PST) (envelope-from blackend) Message-Id: <200311161130.hAGBUN0Q067749@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 16 Nov 2003 03:30:23 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 11:30:24 -0000 blackend 2003/11/16 03:30:23 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: In PPPoA section: - fix a wrong option in pptpclient command line - some punctuation and typo fixes - some tags fixes. Revision Changes Path 1.128 +11 -11 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 03:33:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985CE16A4CE; Sun, 16 Nov 2003 03:33:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA9643FBF; Sun, 16 Nov 2003 03:33:08 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGBX7XJ067920; Sun, 16 Nov 2003 03:33:07 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGBX7uo067919; Sun, 16 Nov 2003 03:33:07 -0800 (PST) (envelope-from blackend) Message-Id: <200311161133.hAGBX7uo067919@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 16 Nov 2003 03:33:07 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 11:33:08 -0000 blackend 2003/11/16 03:33:07 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Add a new translated section (PPPoA). Revision Changes Path 1.7 +290 -2 doc/fr_FR.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 03:52:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF2616A4CF; Sun, 16 Nov 2003 03:52:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C9743FA3; Sun, 16 Nov 2003 03:52:27 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGBqRXJ068718; Sun, 16 Nov 2003 03:52:27 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGBqQP7068717; Sun, 16 Nov 2003 03:52:26 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161152.hAGBqQP7068717@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 03:52:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 11:52:28 -0000 akiyama 2003/11/16 03:52:26 PST FreeBSD src repository Modified files: share/man/man4 miibus.4 Log: Add rue(4) into list of miibus-using drivers and reference. MFC after: 1 week Revision Changes Path 1.7 +3 -0 src/share/man/man4/miibus.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 03:58:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD54916A4CF; Sun, 16 Nov 2003 03:58:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2536F43FD7; Sun, 16 Nov 2003 03:58:22 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGBwLXJ068958; Sun, 16 Nov 2003 03:58:21 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGBwLwb068957; Sun, 16 Nov 2003 03:58:21 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161158.hAGBwLwb068957@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 03:58:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ucom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 11:58:22 -0000 akiyama 2003/11/16 03:58:21 PST FreeBSD src repository Modified files: sys/dev/usb ucom.c Log: Add missing ioctl functions. MFC after: 1 week Revision Changes Path 1.35 +19 -4 src/sys/dev/usb/ucom.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:05:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3A816A4CF; Sun, 16 Nov 2003 04:05:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46C343F3F; Sun, 16 Nov 2003 04:05:11 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGC5BXJ070155; Sun, 16 Nov 2003 04:05:11 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGC5BmT070154; Sun, 16 Nov 2003 04:05:11 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161205.hAGC5BmT070154@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 04:05:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:05:12 -0000 akiyama 2003/11/16 04:05:11 PST FreeBSD src repository Modified files: sys/dev/usb uplcom.c usbdevs Log: Add vendor IDs, and device IDs supported by uplcom(4). - SOURCENEXT Corp. KeikaiDenwa 8 [1] - SOUECENEXT Corp. KeikaiDenwa 8 with charger [2] - HAL Corp. Crossam2+USB [3] Submitted by: [1] Ryo ONODERA [2] Masaki Mizutani [3] FUJISHIMA Satsuki MFC after: 1 week Revision Changes Path 1.15 +6 -0 src/sys/dev/usb/uplcom.c 1.143 +9 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:07:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C61C16A4CF; Sun, 16 Nov 2003 04:07:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6E043FCB; Sun, 16 Nov 2003 04:07:01 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGC71XJ070360; Sun, 16 Nov 2003 04:07:01 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGC71sC070359; Sun, 16 Nov 2003 04:07:01 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161207.hAGC71sC070359@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 04:07:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:07:02 -0000 akiyama 2003/11/16 04:07:01 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.151 +10 -1 src/sys/dev/usb/usbdevs.h 1.151 +31 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:13:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615E016A4CF; Sun, 16 Nov 2003 04:13:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF4D43F3F; Sun, 16 Nov 2003 04:13:39 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCDdXJ070722; Sun, 16 Nov 2003 04:13:39 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCDd8K070721; Sun, 16 Nov 2003 04:13:39 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161213.hAGCDd8K070721@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 04:13:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ubsa.c umct.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:13:40 -0000 akiyama 2003/11/16 04:13:39 PST FreeBSD src repository Modified files: sys/dev/usb ubsa.c umct.c Log: Apply some fixups in the driver_t's. MFC after: 1 week Revision Changes Path 1.11 +1 -1 src/sys/dev/usb/ubsa.c 1.5 +1 -1 src/sys/dev/usb/umct.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:20:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3944716A4CF; Sun, 16 Nov 2003 04:20:04 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB6143FBF; Sun, 16 Nov 2003 04:20:02 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hAGCJrg05155; Sun, 16 Nov 2003 07:19:53 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 16 Nov 2003 07:19:53 -0500 (EST) From: Jeff Roberson To: Luigi Rizzo In-Reply-To: <20031116003939.A10853@xorpc.icir.org> Message-ID: <20031116071813.S10222-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Andre Oppermann cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_ X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:20:05 -0000 On Sun, 16 Nov 2003, Luigi Rizzo wrote: > On Sun, Nov 16, 2003 at 12:48:14PM +1100, Peter Jeremy wrote: > ... > > >I will try to measure that with more precision. You did have > > >code which was able to record and timestamp events several > > >thousand times per second. Do still have that code somewhere? > > there is some MD code in the RELENG_4 tree, the kernel option > you need is "options KERN_TIMESTAMP" and a description on how > to use it is in sys/i386/include/param.h > > Note that you have to be careful when timing very short sections > of code, because the CPU can execute instruction out of order > so something like > > rdtsc(); > > rdtsc() > > might result in the second timing call being executed before > the section of code in the middle is complete. There is > some nonintuitive instruction (which i now forget) to flush the > execution pipeline which can be used around the section of > code you want to time. Reading the tsc is also a serializing instruction. I often use it to accurately measure things that take as few as 20 cycles > In an SMP environment this code probably will not work well > because it does not consider parallel access to the counters, > nor the CPU where events occur (probably you could use a > per-cpu index, and then in many cases you only care about > relative measurements of events on the same CPU). > > cheers > luigi > > > I've done similar things a couple of times using circular buffers > > along the following lines: > > > > #define RING_SIZE (1 << some_suitable_value) > > int next_entry; > > struct entry { > > some_time_t now; > > foo_t event; > > } ring[RING_SIZE]; > > > > void __inline insert_event(foo_t event) > > { > > int ix; > > /* following two lines need to be atomic to make this re-entrant */ > > ix = next_entry; > > next_entry = (ix + 1) & (RING_SIZE - 1); > > ring[ix].now = read_time(); > > ring[ix].event = event; > > } > > > > In userland, mmap(2) next_entry and ring to unload the events. Pick > > RING_SIZE and the time types to suit requirements. The TSC has the > > lowest overhead but worst jitter. > > > > Peter > From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:26:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F4216A4D0; Sun, 16 Nov 2003 04:26:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10BA43FAF; Sun, 16 Nov 2003 04:26:10 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCQAXJ071292; Sun, 16 Nov 2003 04:26:10 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCQA5g071291; Sun, 16 Nov 2003 04:26:10 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161226.hAGCQA5g071291@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 04:26:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options src/sys/dev/usb uplcom.c uvscom.c src/sys/modules/uplcom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:26:11 -0000 akiyama 2003/11/16 04:26:10 PST FreeBSD src repository Modified files: sys/conf NOTES options sys/dev/usb uplcom.c uvscom.c sys/modules/uplcom Makefile Log: Make interrupt pipe interval time configurable. - Add kernel options: {UPLCOM,UVSCOM}_INTR_INTERVAL - Add sysctl variables: 'hw.usb.{uplcom,uvscom}.interval' MFC after: 1 week Revision Changes Path 1.1189 +6 -0 src/sys/conf/NOTES 1.426 +2 -0 src/sys/conf/options 1.16 +29 -2 src/sys/dev/usb/uplcom.c 1.19 +27 -1 src/sys/dev/usb/uvscom.c 1.2 +2 -1 src/sys/modules/uplcom/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:31:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31C216A4CF; Sun, 16 Nov 2003 04:31:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EE543FBD; Sun, 16 Nov 2003 04:31:49 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCVnXJ071625; Sun, 16 Nov 2003 04:31:49 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCVmAn071624; Sun, 16 Nov 2003 04:31:48 -0800 (PST) (envelope-from jeh) Message-Id: <200311161231.hAGCVmAn071624@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 04:31:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/amanda-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:31:50 -0000 jeh 2003/11/16 04:31:48 PST FreeBSD ports repository Modified files: misc/amanda-server Makefile Log: Fix cut-n-paste'o PR: 59316 Submitted by: Kirk Strauser Revision Changes Path 1.68 +1 -1 ports/misc/amanda-server/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:39:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1D716A4CE; Sun, 16 Nov 2003 04:39:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3012543FAF; Sun, 16 Nov 2003 04:39:40 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCdeXJ071897; Sun, 16 Nov 2003 04:39:40 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCddH2071896; Sun, 16 Nov 2003 04:39:39 -0800 (PST) (envelope-from jeh) Message-Id: <200311161239.hAGCddH2071896@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 04:39:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-binutils Makefile ports/devel/i386-rtems-binutils/files patch-etc::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:39:41 -0000 jeh 2003/11/16 04:39:39 PST FreeBSD ports repository Modified files: devel/i386-rtems-binutils Makefile Added files: devel/i386-rtems-binutils/files patch-etc::Makefile.in Log: Change the .info files so that it is possible to do info i386-rtems-ld and get the ld info page for the port and no the system ld info page. Revision Changes Path 1.19 +31 -3 ports/devel/i386-rtems-binutils/Makefile 1.1 +11 -0 ports/devel/i386-rtems-binutils/files/patch-etc::Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:50:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A252416A4CE; Sun, 16 Nov 2003 04:50:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF6D43F93; Sun, 16 Nov 2003 04:50:34 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCoXXJ077986; Sun, 16 Nov 2003 04:50:33 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCoXqX077983; Sun, 16 Nov 2003 04:50:33 -0800 (PST) (envelope-from andre) Message-Id: <200311161250.hAGCoXqX077983@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 16 Nov 2003 04:50:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:50:34 -0000 andre 2003/11/16 04:50:33 PST FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Make two casts correct for all types of 64bit platforms. Explained by: bde Revision Changes Path 1.3 +2 -2 src/sys/netinet/ip_fastfwd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:53:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6372816A4CF; Sun, 16 Nov 2003 04:53:12 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2DF43FBD; Sun, 16 Nov 2003 04:53:09 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id hAGCr6Fw066829; Sun, 16 Nov 2003 04:53:06 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id hAGCr6Sl066828; Sun, 16 Nov 2003 04:53:06 -0800 (PST) (envelope-from rizzo) Date: Sun, 16 Nov 2003 04:53:06 -0800 From: Luigi Rizzo To: Jeff Roberson Message-ID: <20031116045306.A66798@xorpc.icir.org> References: <20031116003939.A10853@xorpc.icir.org> <20031116071813.S10222-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031116071813.S10222-100000@mail.chesapeake.net>; from jroberson@chesapeake.net on Sun, Nov 16, 2003 at 07:19:53AM -0500 cc: Andre Oppermann cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_ X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:53:12 -0000 On Sun, Nov 16, 2003 at 07:19:53AM -0500, Jeff Roberson wrote: ... > > might result in the second timing call being executed before > > the section of code in the middle is complete. There is > > some nonintuitive instruction (which i now forget) to flush the > > execution pipeline which can be used around the section of > > code you want to time. > > Reading the tsc is also a serializing instruction. I often use it to > accurately measure things that take as few as 20 cycles no, according to the intel documentation it is not, and i myself have seen bogus results which clearly indicate that it is not. There was a thread on the freebsd mailing lists a few months ago. cheers luigi From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:54:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FC416A4D0 for ; Sun, 16 Nov 2003 04:54:39 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE6143FE5 for ; Sun, 16 Nov 2003 04:54:36 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 62622 invoked from network); 16 Nov 2003 12:57:33 -0000 Received: from unknown (HELO pipeline.ch) ([195.134.148.7]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 16 Nov 2003 12:57:33 -0000 Message-ID: <3FB7738B.3D8CDCAE@pipeline.ch> Date: Sun, 16 Nov 2003 13:54:35 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Andre Oppermann References: <200311161250.hAGCoXqX077983@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:54:39 -0000 Andre Oppermann wrote: > > andre 2003/11/16 04:50:33 PST > > FreeBSD src repository > > Modified files: > sys/netinet ip_fastfwd.c > Log: > Make two casts correct for all types of 64bit platforms. > > Explained by: bde Actually bde provided a more complete fix which involves changing ip_input and ip_output too in private email. This fixes the clear problem first. In the other I will look next. -- Andre From owner-cvs-all@FreeBSD.ORG Sun Nov 16 04:59:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8EA916A4CE; Sun, 16 Nov 2003 04:59:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3904F43F75; Sun, 16 Nov 2003 04:59:33 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGCxXXJ078399; Sun, 16 Nov 2003 04:59:33 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGCxWPu078398; Sun, 16 Nov 2003 04:59:32 -0800 (PST) (envelope-from krion) Message-Id: <200311161259.hAGCxWPu078398@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 04:59:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cdpd Makefile ports/net/cdpd/files cdpd.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 12:59:33 -0000 krion 2003/11/16 04:59:32 PST FreeBSD ports repository Modified files: net/cdpd Makefile Added files: net/cdpd/files cdpd.patch Log: - Add minor patch to remove double CR from start/stop script - Pet portlint PR: 54837 Submitted by: Andrew Approved by: maintainer timeout > 4 months Revision Changes Path 1.4 +1 -1 ports/net/cdpd/Makefile 1.1 +11 -0 ports/net/cdpd/files/cdpd.patch (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 05:13:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7421F16A4CE; Sun, 16 Nov 2003 05:13:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8A843F85; Sun, 16 Nov 2003 05:13:16 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGDDGXJ079886; Sun, 16 Nov 2003 05:13:16 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGDDGbq079885; Sun, 16 Nov 2003 05:13:16 -0800 (PST) (envelope-from akiyama) Message-Id: <200311161313.hAGDDGbq079885@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 05:13:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uplcom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 13:13:17 -0000 akiyama 2003/11/16 05:13:16 PST FreeBSD src repository Modified files: sys/dev/usb uplcom.c Log: Fix comment typo. Noticed by: simon Revision Changes Path 1.17 +1 -1 src/sys/dev/usb/uplcom.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 05:31:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC7316A4CE; Sun, 16 Nov 2003 05:31:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E911243FE1; Sun, 16 Nov 2003 05:31:45 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGDVjXJ080684; Sun, 16 Nov 2003 05:31:45 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGDVjIi080683; Sun, 16 Nov 2003 05:31:45 -0800 (PST) (envelope-from bde) Message-Id: <200311161331.hAGDVjIi080683@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 05:31:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 13:31:46 -0000 bde 2003/11/16 05:31:45 PST FreeBSD src repository Modified files: sys/i386/isa cy.c Log: Restored the call to schedsofttty() (now spelled swi_sched(...)) again. Its restoration in rev.1.102 was mistranslated to the equivalent of setsofttty() in rev.1.105. This increased overheads by causing a context switch to the SWI handler after almost every interrupt. The increase was approx. 50% on a Celeron 366 (from 23 usec to 34 usec per interrupt). Revision Changes Path 1.136 +19 -14 src/sys/i386/isa/cy.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 05:39:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5201416A4CE; Sun, 16 Nov 2003 05:39:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCABD43F3F; Sun, 16 Nov 2003 05:39:27 -0800 (PST) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGDdRXJ080937; Sun, 16 Nov 2003 05:39:27 -0800 (PST) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGDdROk080936; Sun, 16 Nov 2003 05:39:27 -0800 (PST) (envelope-from skv) Message-Id: <200311161339.hAGDdROk080936@repoman.freebsd.org> From: Sergey Skvortsov Date: Sun, 16 Nov 2003 05:39:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 13:39:28 -0000 skv 2003/11/16 05:39:27 PST FreeBSD ports repository Modified files: databases/p5-DBD-mysql Makefile distinfo Log: Updated to 2.9003 Revision Changes Path 1.46 +1 -1 ports/databases/p5-DBD-mysql/Makefile 1.21 +1 -1 ports/databases/p5-DBD-mysql/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:02:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E46216A4CF; Sun, 16 Nov 2003 06:02:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B3243FF3; Sun, 16 Nov 2003 06:02:38 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGE2cXJ081957; Sun, 16 Nov 2003 06:02:38 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGE2cMP081956; Sun, 16 Nov 2003 06:02:38 -0800 (PST) (envelope-from simon) Message-Id: <200311161402.hAGE2cMP081956@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 16 Nov 2003 06:02:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 uplcom.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:02:39 -0000 simon 2003/11/16 06:02:37 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 uplcom.4 Log: Add the following devices to the list of supported devices, to sync manual page with the source code: - HAL Corporation Crossam2+USB IR commander - RATOC REX-USB60 - SOURCENEXT KeikaiDenwa 8 (with and without charger) Revision Changes Path 1.4 +6 -0 src/share/man/man4/uplcom.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:05:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E9A16A4CE; Sun, 16 Nov 2003 06:05:29 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292C343FCB; Sun, 16 Nov 2003 06:05:27 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id BAA10253; Mon, 17 Nov 2003 01:05:16 +1100 Date: Mon, 17 Nov 2003 01:05:13 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andre Oppermann In-Reply-To: <3FB7738B.3D8CDCAE@pipeline.ch> Message-ID: <20031117010500.S1838@gamplex.bde.org> References: <200311161250.hAGCoXqX077983@repoman.freebsd.org> <3FB7738B.3D8CDCAE@pipeline.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:05:29 -0000 On Sun, 16 Nov 2003, Andre Oppermann wrote: > Andre Oppermann wrote: > > > > andre 2003/11/16 04:50:33 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet ip_fastfwd.c > > Log: > > Make two casts correct for all types of 64bit platforms. > > > > Explained by: bde > > Actually bde provided a more complete fix which involves changing > ip_input and ip_output too in private email. This fixes the clear > problem first. In the other I will look next. Thanks. Bruce From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:17:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61DF16A4CE; Sun, 16 Nov 2003 06:17:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E6343F3F; Sun, 16 Nov 2003 06:17:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEHNXJ083401; Sun, 16 Nov 2003 06:17:23 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEHNmx083400; Sun, 16 Nov 2003 06:17:23 -0800 (PST) (envelope-from krion) Message-Id: <200311161417.hAGEHNmx083400@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:17:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/nightfall Makefile distinfo pkg-descr pkg-plist ports/astro/nightfall/files patch-LightGLAnimate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:17:25 -0000 krion 2003/11/16 06:17:23 PST FreeBSD ports repository Modified files: astro/nightfall Makefile distinfo pkg-descr pkg-plist Removed files: astro/nightfall/files patch-LightGLAnimate.c Log: - Update to version 1.34 PR: 59327 Submitted by: Ports Fury Revision Changes Path 1.7 +20 -6 ports/astro/nightfall/Makefile 1.3 +1 -1 ports/astro/nightfall/distinfo 1.2 +0 -10 ports/astro/nightfall/files/patch-LightGLAnimate.c (dead) 1.2 +1 -1 ports/astro/nightfall/pkg-descr 1.3 +84 -83 ports/astro/nightfall/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:22:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D01B16A4CE; Sun, 16 Nov 2003 06:22:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A84243F3F; Sun, 16 Nov 2003 06:22:18 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEMIXJ083663; Sun, 16 Nov 2003 06:22:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEMICF083662; Sun, 16 Nov 2003 06:22:18 -0800 (PST) (envelope-from krion) Message-Id: <200311161422.hAGEMICF083662@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:22:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/normalize Makefile distinfo pkg-descr ports/audio/normalize/files patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:22:19 -0000 krion 2003/11/16 06:22:18 PST FreeBSD ports repository Modified files: audio/normalize Makefile distinfo pkg-descr Added files: audio/normalize/files patch-src::Makefile.in Log: - Update to version 0.7.6 PR: 59328 Submitted by: Ports Fury Revision Changes Path 1.12 +13 -5 ports/audio/normalize/Makefile 1.4 +1 -1 ports/audio/normalize/distinfo 1.1 +55 -0 ports/audio/normalize/files/patch-src::Makefile.in (new) 1.2 +2 -0 ports/audio/normalize/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:31:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F205516A4CE; Sun, 16 Nov 2003 06:31:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679C243F85; Sun, 16 Nov 2003 06:31:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEVHXJ084099; Sun, 16 Nov 2003 06:31:17 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEVHlo084098; Sun, 16 Nov 2003 06:31:17 -0800 (PST) (envelope-from krion) Message-Id: <200311161431.hAGEVHlo084098@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:31:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/the Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:31:18 -0000 krion 2003/11/16 06:31:17 PST FreeBSD ports repository Modified files: editors/the Makefile Log: - Add option to support rexx-regina PR: 59329 Submitted by: Ports Fury Revision Changes Path 1.9 +11 -4 ports/editors/the/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:36:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6BE16A4CE; Sun, 16 Nov 2003 06:36:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A194D43F85; Sun, 16 Nov 2003 06:36:15 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEaFXJ084297; Sun, 16 Nov 2003 06:36:15 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEaFlA084296; Sun, 16 Nov 2003 06:36:15 -0800 (PST) (envelope-from krion) Message-Id: <200311161436.hAGEaFlA084296@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:36:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/zile Makefile pkg-plist ports/editors/zile/files patch-doc::zile.texi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:36:16 -0000 krion 2003/11/16 06:36:15 PST FreeBSD ports repository Modified files: editors/zile Makefile pkg-plist Added files: editors/zile/files patch-doc::zile.texi Log: - Utilize INFO/DATADIR PR: 59330 Submitted by: Ports Fury Revision Changes Path 1.15 +3 -1 ports/editors/zile/Makefile 1.1 +13 -0 ports/editors/zile/files/patch-doc::zile.texi (new) 1.5 +11 -14 ports/editors/zile/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:41:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD17E16A4CE; Sun, 16 Nov 2003 06:41:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3861C43F75; Sun, 16 Nov 2003 06:41:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEfvXJ084612; Sun, 16 Nov 2003 06:41:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEful2084611; Sun, 16 Nov 2003 06:41:56 -0800 (PST) (envelope-from krion) Message-Id: <200311161441.hAGEful2084611@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:41:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/crossfire-client Makefile distinfo pkg-plist ports/games/crossfire-client/files patch-configure patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:41:57 -0000 krion 2003/11/16 06:41:56 PST FreeBSD ports repository Modified files: games/crossfire-client Makefile distinfo pkg-plist Added files: games/crossfire-client/files patch-configure Removed files: games/crossfire-client/files patch-configure.in Log: - Update to version 1.6.0 PR: 59331 Submitted by: Ports Fury Revision Changes Path 1.53 +17 -9 ports/games/crossfire-client/Makefile 1.9 +1 -1 ports/games/crossfire-client/distinfo 1.1 +11 -0 ports/games/crossfire-client/files/patch-configure (new) 1.2 +0 -11 ports/games/crossfire-client/files/patch-configure.in (dead) 1.13 +36 -36 ports/games/crossfire-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:48:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEF216A4FB; Sun, 16 Nov 2003 06:48:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D53743FBF; Sun, 16 Nov 2003 06:48:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEmvXJ084875; Sun, 16 Nov 2003 06:48:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEmvqq084874; Sun, 16 Nov 2003 06:48:57 -0800 (PST) (envelope-from krion) Message-Id: <200311161448.hAGEmvqq084874@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:48:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dovecot Makefile distinfo pkg-plist ports/mail/dovecot/files patch-dovecot-example.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:48:58 -0000 krion 2003/11/16 06:48:57 PST FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo pkg-plist mail/dovecot/files patch-dovecot-example.conf Log: - Update to version 0.99.10.2 PR: 59332 Submitted by: Ports Fury Revision Changes Path 1.20 +7 -6 ports/mail/dovecot/Makefile 1.8 +1 -1 ports/mail/dovecot/distinfo 1.8 +15 -16 ports/mail/dovecot/files/patch-dovecot-example.conf 1.7 +13 -13 ports/mail/dovecot/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 06:58:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AC416A4CE; Sun, 16 Nov 2003 06:58:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD5543F75; Sun, 16 Nov 2003 06:58:44 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGEwiXJ085401; Sun, 16 Nov 2003 06:58:44 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGEwiv4085400; Sun, 16 Nov 2003 06:58:44 -0800 (PST) (envelope-from krion) Message-Id: <200311161458.hAGEwiv4085400@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 06:58:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sentinel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 14:58:45 -0000 krion 2003/11/16 06:58:44 PST FreeBSD ports repository Modified files: mail/sentinel Makefile distinfo pkg-plist Log: - Update to version 1.7b PR: 59333 Submitted by: Ports Fury Revision Changes Path 1.14 +6 -6 ports/mail/sentinel/Makefile 1.5 +1 -1 ports/mail/sentinel/distinfo 1.7 +3 -2 ports/mail/sentinel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:01:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CA016A4E6; Sun, 16 Nov 2003 07:01:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165CB43F3F; Sun, 16 Nov 2003 07:01:27 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGF1QXJ085655; Sun, 16 Nov 2003 07:01:26 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGF1QHa085654; Sun, 16 Nov 2003 07:01:26 -0800 (PST) (envelope-from deischen) Message-Id: <200311161501.hAGF1QHa085654@repoman.freebsd.org> From: Daniel Eischen Date: Sun, 16 Nov 2003 07:01:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_spinlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:01:27 -0000 deischen 2003/11/16 07:01:26 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_spinlock.c Log: Back out last change and go back to using KSE locks instead of thread locks until we know why this breaks ia64. Reported by: marcel Revision Changes Path 1.19 +17 -16 src/lib/libpthread/thread/thr_spinlock.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:07:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CA916A4CE; Sun, 16 Nov 2003 07:07:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D04743F85; Sun, 16 Nov 2003 07:07:12 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGF7BXJ086744; Sun, 16 Nov 2003 07:07:11 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGF7BCf086743; Sun, 16 Nov 2003 07:07:11 -0800 (PST) (envelope-from sobomax) Message-Id: <200311161507.hAGF7BCf086743@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Nov 2003 07:07:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_misc.c src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:07:12 -0000 sobomax 2003/11/16 07:07:11 PST FreeBSD src repository Modified files: sys/compat/linux linux_misc.c sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Pull latest changes from OpenBSD: - improve sysinfo(2) syscall; - add dummy fadvise64(2) syscall; - add dummy *xattr(2) family of syscalls; - add protos for the syscalls 222-225, 238-249 and 253-267; - add exit_group(2) syscall, which is currently just wired to exit(2). Obtained from: OpenBSD MFC after: 2 weeks Revision Changes Path 1.150 +13 -3 src/sys/compat/linux/linux_misc.c 1.37 +22 -0 src/sys/i386/linux/linux_dummy.c 1.55 +52 -0 src/sys/i386/linux/linux_proto.h 1.49 +15 -1 src/sys/i386/linux/linux_syscall.h 1.56 +46 -0 src/sys/i386/linux/linux_sysent.c 1.52 +46 -0 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:08:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F28A16A4CE; Sun, 16 Nov 2003 07:08:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E49743F85; Sun, 16 Nov 2003 07:08:45 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGF8iXJ086838; Sun, 16 Nov 2003 07:08:44 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGF8iwk086837; Sun, 16 Nov 2003 07:08:44 -0800 (PST) (envelope-from krion) Message-Id: <200311161508.hAGF8iwk086837@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 07:08:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libquicktime Makefile distinfo pkg-plist ports/multimedia/libquicktime/files patch-configure patch-plugins::xanim::lqt_codec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:08:45 -0000 krion 2003/11/16 07:08:44 PST FreeBSD ports repository Modified files: multimedia/libquicktime Makefile distinfo pkg-plist multimedia/libquicktime/files patch-configure Added files: multimedia/libquicktime/files patch-include::lqt_fseek.h patch-plugins::Makefile.in Removed files: multimedia/libquicktime/files patch-plugins::xanim::lqt_codec.c Log: - Update to version 0.9.2 PR: 59334 Submitted by: Ports Fury Revision Changes Path 1.13 +14 -13 ports/multimedia/libquicktime/Makefile 1.2 +1 -1 ports/multimedia/libquicktime/distinfo 1.2 +12 -3 ports/multimedia/libquicktime/files/patch-configure 1.1 +14 -0 ports/multimedia/libquicktime/files/patch-include::lqt_fseek.h (new) 1.1 +11 -0 ports/multimedia/libquicktime/files/patch-plugins::Makefile.in (new) 1.2 +0 -48 ports/multimedia/libquicktime/files/patch-plugins::xanim::lqt_codec.c (dead) 1.3 +5 -0 ports/multimedia/libquicktime/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:16:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C5C16A4CE; Sun, 16 Nov 2003 07:16:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E4A43F3F; Sun, 16 Nov 2003 07:16:19 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGFGJXJ087291; Sun, 16 Nov 2003 07:16:19 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGFGJ0n087290; Sun, 16 Nov 2003 07:16:19 -0800 (PST) (envelope-from simon) Message-Id: <200311161516.hAGFGJ0n087290@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 16 Nov 2003 07:16:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 build.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:16:20 -0000 simon 2003/11/16 07:16:19 PST FreeBSD src repository (doc committer) Modified files: share/man/man7 build.7 Log: mdoc(7) janitor: - Use .Aq macro instead of . - Kill EOL whitespace. Revision Changes Path 1.24 +2 -2 src/share/man/man7/build.7 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:16:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA0916A4CF; Sun, 16 Nov 2003 07:16:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7E643F93; Sun, 16 Nov 2003 07:16:43 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGFGhXJ087353; Sun, 16 Nov 2003 07:16:43 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGFGh4T087352; Sun, 16 Nov 2003 07:16:43 -0800 (PST) (envelope-from krion) Message-Id: <200311161516.hAGFGh4T087352@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 07:16:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/w9wm Makefile distinfo pkg-descr ports/x11-wm/w9wm/files patch-Makefile.no-imake X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:16:44 -0000 krion 2003/11/16 07:16:43 PST FreeBSD ports repository Modified files: x11-wm/w9wm Makefile distinfo pkg-descr Removed files: x11-wm/w9wm/files patch-Makefile.no-imake Log: - Update to version 0.4.2 PR: 59335 Submitted by: Ports Fury Revision Changes Path 1.5 +8 -6 ports/x11-wm/w9wm/Makefile 1.2 +1 -1 ports/x11-wm/w9wm/distinfo 1.2 +0 -29 ports/x11-wm/w9wm/files/patch-Makefile.no-imake (dead) 1.3 +1 -1 ports/x11-wm/w9wm/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:19:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0367D16A4CE; Sun, 16 Nov 2003 07:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCC143FA3; Sun, 16 Nov 2003 07:19:13 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGFJDXJ087416; Sun, 16 Nov 2003 07:19:13 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGFJCBb087415; Sun, 16 Nov 2003 07:19:12 -0800 (PST) (envelope-from krion) Message-Id: <200311161519.hAGFJCBb087415@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 07:19:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wm2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:19:14 -0000 krion 2003/11/16 07:19:12 PST FreeBSD ports repository Modified files: x11-wm/wm2 Makefile pkg-plist Log: - Utilize NOPORTDOCS/DOCSDIR PR: 59336 Submitted by: Ports Fury Revision Changes Path 1.11 +3 -3 ports/x11-wm/wm2/Makefile 1.3 +2 -2 ports/x11-wm/wm2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:35:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E455816A4CE; Sun, 16 Nov 2003 07:35:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5593343FB1; Sun, 16 Nov 2003 07:35:39 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGFZcXJ088111; Sun, 16 Nov 2003 07:35:39 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGFZcRF088110; Sun, 16 Nov 2003 07:35:38 -0800 (PST) (envelope-from krion) Message-Id: <200311161535.hAGFZcRF088110@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 07:35:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/expect Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:35:40 -0000 krion 2003/11/16 07:35:38 PST FreeBSD ports repository Modified files: lang/expect Makefile Log: - Use tcl84/tk84 instead of tcl83/tk83 - Bump PORTREVISION PR: 56654 Submitted by: YazzY Approved by: maintainer timeout > 2 months Revision Changes Path 1.62 +8 -8 ports/lang/expect/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 07:37:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F2D16A4CE; Sun, 16 Nov 2003 07:37:46 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E6543FBF; Sun, 16 Nov 2003 07:37:42 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 909915308; Sun, 16 Nov 2003 16:37:41 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2DC51530D; Sun, 16 Nov 2003 16:37:34 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 0E7E633C68; Sun, 16 Nov 2003 16:37:34 +0100 (CET) To: Andre Oppermann References: <200311142102.hAEL2Nen073186@repoman.freebsd.org> <20031114153145.A54064@xorpc.icir.org> <3FB593F5.1053E7E2@pipeline.ch> <20031115002921.B68056@xorpc.icir.org> <3FB60181.4256A519@pipeline.ch> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 16 Nov 2003 16:37:34 +0100 In-Reply-To: <3FB60181.4256A519@pipeline.ch> (Andre Oppermann's message of "Sat, 15 Nov 2003 11:35:45 +0100") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 15:37:46 -0000 Andre Oppermann writes: > Interface counters should be 64bit or > they become useless with todays traffic levels... They are, in 5.x. In fact, I ran into trouble with my own rrdtool scripts, which use awk to process netstat output, because the interface counters were 64-bit but awk only understands 32-bit integers (I've sent patches to bwk). DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:35:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331C716A4CE; Sun, 16 Nov 2003 08:35:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DF743F93; Sun, 16 Nov 2003 08:35:35 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGZZXJ091382; Sun, 16 Nov 2003 08:35:35 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGZZqT091381; Sun, 16 Nov 2003 08:35:35 -0800 (PST) (envelope-from linimon) Message-Id: <200311161635.hAGGZZqT091381@repoman.freebsd.org> From: Mark Linimon Date: Sun, 16 Nov 2003 08:35:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xpilot-ng distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:35:36 -0000 linimon 2003/11/16 08:35:35 PST FreeBSD ports repository Modified files: games/xpilot-ng distinfo Log: Forced commit to state that the diff between the previous version and this one have primarily to do with documentation improvements and fixes for various non-FreeBSD OSes. There are a handful of minor code improvements for speed and a new weapon or two. Reminded by: kris. Revision Changes Path 1.3 +0 -0 ports/games/xpilot-ng/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:36:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD1B16A4CE; Sun, 16 Nov 2003 08:36:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0227143F85; Sun, 16 Nov 2003 08:36:55 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGasXJ091434; Sun, 16 Nov 2003 08:36:54 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGasgQ091433; Sun, 16 Nov 2003 08:36:54 -0800 (PST) (envelope-from linimon) Message-Id: <200311161636.hAGGasgQ091433@repoman.freebsd.org> From: Mark Linimon Date: Sun, 16 Nov 2003 08:36:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:36:55 -0000 linimon 2003/11/16 08:36:54 PST FreeBSD ports repository Modified files: security/f-prot distinfo Log: Forced commit to note that the md5 checksum compares correctly with what the mastersite documentation says it should. Revision Changes Path 1.3 +0 -0 ports/security/f-prot/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:40:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E5D16A4CE; Sun, 16 Nov 2003 08:40:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE48143F75; Sun, 16 Nov 2003 08:39:59 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGdxXJ091595; Sun, 16 Nov 2003 08:39:59 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGdxjQ091594; Sun, 16 Nov 2003 08:39:59 -0800 (PST) (envelope-from arved) Message-Id: <200311161639.hAGGdxjQ091594@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 16 Nov 2003 08:39:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kaffeine Makefile distinfo pkg-descr pkg-plist ports/multimedia/kaffeine/files patch-plugin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:40:00 -0000 arved 2003/11/16 08:39:59 PST FreeBSD ports repository Modified files: multimedia/kaffeine Makefile distinfo pkg-descr pkg-plist Added files: multimedia/kaffeine/files patch-plugin.c Log: Update to 0.4 Revision Changes Path 1.5 +3 -3 ports/multimedia/kaffeine/Makefile 1.4 +1 -1 ports/multimedia/kaffeine/distinfo 1.1 +10 -0 ports/multimedia/kaffeine/files/patch-plugin.c (new) 1.2 +1 -1 ports/multimedia/kaffeine/pkg-descr 1.3 +12 -0 ports/multimedia/kaffeine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:48:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACF216A4CF; Sun, 16 Nov 2003 08:48:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F38043FDF; Sun, 16 Nov 2003 08:48:18 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGmIXJ097599; Sun, 16 Nov 2003 08:48:18 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGmIZD097598; Sun, 16 Nov 2003 08:48:18 -0800 (PST) (envelope-from iedowse) Message-Id: <200311161648.hAGGmIZD097598@repoman.freebsd.org> From: Ian Dowse Date: Sun, 16 Nov 2003 08:48:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/umount umount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:48:19 -0000 iedowse 2003/11/16 08:48:18 PST FreeBSD src repository Modified files: sbin/umount umount.c Log: If the unmount by file system ID fails, don't warn before retrying a non-fsid unmount if the file system ID is all zeros. This is a temporary workaround for warnings that occur in the vfs.usermount=1 case because non-root users get a zeroed filesystem ID. I have a more complete fix in the works, but I won't get it done for 5.2. Revision Changes Path 1.41 +4 -1 src/sbin/umount/umount.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:48:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F65016A4DA; Sun, 16 Nov 2003 08:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D5B43FBD; Sun, 16 Nov 2003 08:48:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGmpXJ097632; Sun, 16 Nov 2003 08:48:51 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGmpWP097631; Sun, 16 Nov 2003 08:48:51 -0800 (PST) (envelope-from krion) Message-Id: <200311161648.hAGGmpWP097631@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 08:48:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/openal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:48:53 -0000 krion 2003/11/16 08:48:51 PST FreeBSD ports repository Modified files: audio/openal Makefile distinfo Log: - Update to version 20031116 * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer Revision Changes Path 1.20 +2 -1 ports/audio/openal/Makefile 1.9 +1 -1 ports/audio/openal/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:56:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E897316A4CE; Sun, 16 Nov 2003 08:56:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD8543FAF; Sun, 16 Nov 2003 08:56:17 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGuHXJ098065; Sun, 16 Nov 2003 08:56:17 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGuHMa098064; Sun, 16 Nov 2003 08:56:17 -0800 (PST) (envelope-from arved) Message-Id: <200311161656.hAGGuHMa098064@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 16 Nov 2003 08:56:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pornview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:56:18 -0000 X-List-Received-Date: Sun, 16 Nov 2003 16:56:18 -0000 arved 2003/11/16 08:56:17 PST FreeBSD ports repository Modified files: graphics/pornview Makefile Log: Chase libxine shared libary version Forgotten by: nobutaka (3 times in a row) Revision Changes Path 1.11 +2 -2 ports/graphics/pornview/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:56:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA6416A4CF; Sun, 16 Nov 2003 08:56:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AED343FBD; Sun, 16 Nov 2003 08:56:28 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGuRXJ098094; Sun, 16 Nov 2003 08:56:27 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGuRkw098093; Sun, 16 Nov 2003 08:56:27 -0800 (PST) (envelope-from linimon) Message-Id: <200311161656.hAGGuRkw098093@repoman.freebsd.org> From: Mark Linimon Date: Sun, 16 Nov 2003 08:56:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Data-FormValidator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:56:28 -0000 linimon 2003/11/16 08:56:27 PST FreeBSD ports repository Modified files: textproc/p5-Data-FormValidator Makefile distinfo Log: Forced commit to note that I've verified the distinfo. Although the major version jumps by 2, there were only 6 months' worth of changes; however, in that time, a significant re-architecting was done. See the Changes file for the extensive details. Revision Changes Path 1.12 +0 -0 ports/textproc/p5-Data-FormValidator/Makefile 1.10 +0 -0 ports/textproc/p5-Data-FormValidator/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 09:12:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C2516A4CE; Sun, 16 Nov 2003 09:12:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79A643FBD; Sun, 16 Nov 2003 09:12:31 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGHCVXJ099639; Sun, 16 Nov 2003 09:12:31 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGHCV7t099638; Sun, 16 Nov 2003 09:12:31 -0800 (PST) (envelope-from obraun) Message-Id: <200311161712.hAGHCV7t099638@repoman.freebsd.org> From: Oliver Braun Date: Sun, 16 Nov 2003 09:12:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-haddock Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 17:12:32 -0000 obraun 2003/11/16 09:12:31 PST FreeBSD ports repository Modified files: devel/hs-haddock Makefile distinfo pkg-plist Log: Upgrade to 0.6. PR: ports/59173 Submitted by: Volker Stolz Revision Changes Path 1.11 +1 -1 ports/devel/hs-haddock/Makefile 1.5 +1 -1 ports/devel/hs-haddock/distinfo 1.5 +9 -8 ports/devel/hs-haddock/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 09:55:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478BB16A4CE; Sun, 16 Nov 2003 09:55:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A952F43F93; Sun, 16 Nov 2003 09:55:54 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGHtsXJ001900; Sun, 16 Nov 2003 09:55:54 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGHtskt001899; Sun, 16 Nov 2003 09:55:54 -0800 (PST) (envelope-from ceri) Message-Id: <200311161755.hAGHtskt001899@repoman.freebsd.org> From: Ceri Davies Date: Sun, 16 Nov 2003 09:55:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile refuse refuse.README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 17:55:55 -0000 ceri 2003/11/16 09:55:54 PST FreeBSD src repository (doc committer) Modified files: share/examples/cvsup cvs-supfile ports-supfile refuse refuse.README Log: Add the ports/arabic category to the examples. MFC After: 4 days Revision Changes Path 1.39 +1 -0 src/share/examples/cvsup/cvs-supfile 1.29 +1 -0 src/share/examples/cvsup/ports-supfile 1.12 +1 -0 src/share/examples/cvsup/refuse 1.11 +2 -1 src/share/examples/cvsup/refuse.README From owner-cvs-all@FreeBSD.ORG Sun Nov 16 09:57:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC8216A4CE; Sun, 16 Nov 2003 09:57:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F9D43F75; Sun, 16 Nov 2003 09:57:34 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGHvYXJ001965; Sun, 16 Nov 2003 09:57:34 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGHvY54001964; Sun, 16 Nov 2003 09:57:34 -0800 (PST) (envelope-from lofi) Message-Id: <200311161757.hAGHvY54001964@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 16 Nov 2003 09:57:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wv2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 17:57:35 -0000 lofi 2003/11/16 09:57:34 PST FreeBSD ports repository Modified files: textproc/wv2 Makefile distinfo pkg-plist Log: Update to version 0.2.1 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +2 -3 ports/textproc/wv2/Makefile 1.2 +1 -1 ports/textproc/wv2/distinfo 1.3 +1 -0 ports/textproc/wv2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:00:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E72B16A4CE; Sun, 16 Nov 2003 10:00:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815F443F75; Sun, 16 Nov 2003 10:00:07 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGI07XJ002102; Sun, 16 Nov 2003 10:00:07 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGI077b002101; Sun, 16 Nov 2003 10:00:07 -0800 (PST) (envelope-from lofi) Message-Id: <200311161800.hAGI077b002101@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 16 Nov 2003 10:00:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/beep-media-player/files patch-beep::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:00:08 -0000 lofi 2003/11/16 10:00:06 PST FreeBSD ports repository Modified files: multimedia/beep-media-player/files patch-beep::main.c Log: Modify patch to allow compilation on 4.x PR: 59308 Approved by: Maintainer Revision Changes Path 1.2 +11 -2 ports/multimedia/beep-media-player/files/patch-beep::main.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:03:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44BCF16A4CF; Sun, 16 Nov 2003 10:03:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623E243FBF; Sun, 16 Nov 2003 10:03:50 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGI3oXJ003184; Sun, 16 Nov 2003 10:03:50 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGI3oLH003183; Sun, 16 Nov 2003 10:03:50 -0800 (PST) (envelope-from dinoex) Message-Id: <200311161803.hAGI3oLH003183@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 16 Nov 2003 10:03:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/pathalias Makefile ports/news/nntp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:03:51 -0000 dinoex 2003/11/16 10:03:50 PST FreeBSD ports repository Modified files: mail/pathalias Makefile news/nntp Makefile Log: - Fix PATCH_SITES Revision Changes Path 1.10 +1 -2 ports/mail/pathalias/Makefile 1.35 +1 -2 ports/news/nntp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:07:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7720116A4CE; Sun, 16 Nov 2003 10:07:50 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3860C43FA3; Sun, 16 Nov 2003 10:07:49 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id hAGI7mbe051383; Sun, 16 Nov 2003 10:07:48 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) hAGI7mbH060432; Sun, 16 Nov 2003 10:07:48 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.10/8.12.10/Submit) id hAGI7mNR060431; Sun, 16 Nov 2003 10:07:48 -0800 (PST) (envelope-from marcel) Date: Sun, 16 Nov 2003 10:07:48 -0800 From: Marcel Moolenaar To: Daniel Eischen Message-ID: <20031116180748.GA60377@dhcp01.pn.xcllnt.net> References: <200311161501.hAGF1QHa085654@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311161501.hAGF1QHa085654@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_spinlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:07:50 -0000 On Sun, Nov 16, 2003 at 07:01:26AM -0800, Daniel Eischen wrote: > deischen 2003/11/16 07:01:26 PST > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_spinlock.c > Log: > Back out last change and go back to using KSE locks instead of thread > locks until we know why this breaks ia64. Thanks. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:09:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D629E16A4CE; Sun, 16 Nov 2003 10:09:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A07543FDD; Sun, 16 Nov 2003 10:09:24 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGI9OXJ003390; Sun, 16 Nov 2003 10:09:24 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGI9Oot003389; Sun, 16 Nov 2003 10:09:24 -0800 (PST) (envelope-from krion) Message-Id: <200311161809.hAGI9Oot003389@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 10:09:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pork Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:09:25 -0000 krion 2003/11/16 10:09:23 PST FreeBSD ports repository Modified files: net/pork Makefile distinfo pkg-descr Log: - Update to version 0.99.2 - Take maintainership Revision Changes Path 1.5 +6 -5 ports/net/pork/Makefile 1.4 +1 -1 ports/net/pork/distinfo 1.2 +0 -3 ports/net/pork/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:24:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF9216A4CE; Sun, 16 Nov 2003 10:24:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5190143F3F; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIOOXJ004098; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIOOqb004097; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk) Message-Id: <200311161824.hAGIOOqb004097@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 Nov 2003 10:24:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/btx/btx btx.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:24:25 -0000 phk 2003/11/16 10:24:24 PST FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.s Log: When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. While we end up the same place, we end up with two different CS register values after the jump and 0xf000 is compatible with the hardware reset value. This makes a difference if the BIOS does a near jump before a far jump. Detective work and patch by: Adrian Steinmann Revision Changes Path 1.33 +1 -1 src/sys/boot/i386/btx/btx/btx.s From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:25:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF34416A4D1 for ; Sun, 16 Nov 2003 10:25:13 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6526A43F93 for ; Sun, 16 Nov 2003 10:25:10 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 54788 invoked from network); 16 Nov 2003 18:25:09 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 16 Nov 2003 18:25:09 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sun, 16 Nov 2003 12:25:08 -0600 (CST) From: Mike Silbersack To: Alexey Dokuchaev In-Reply-To: <20031115102127.GA14554@regency.nsu.ru> Message-ID: <20031116121934.B2192@odysseus.silby.com> References: <200311141832.hAEIWnpb056798@repoman.freebsd.org> <20031115102127.GA14554@regency.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@freebsd.org cc: Mike Silbersack cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/thttpd/files patch-mmc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:25:13 -0000 On Sat, 15 Nov 2003, Alexey Dokuchaev wrote: > BTW, is there any place/docs I can read about pros/cons USE_SENDFILE > yields me? > > Thanks! > > ./danfe I can give you a quick overview: Pros: - It's slightly more efficient with system resources. Cons: - You need to tune sfbufs rather than mbufs, so it requires a bit more skill to tune at the moment. - Sendfile is slightly less efficient at sending small files (for now.) - The thttpd sendfile support is rather experimental right now. So, given that thttpd is very efficient without sendfile support compiled in, it's not worth worrying about using sendfile with it yet. Once I finish importing some of the DeBox project's changes to sendfile, then there will be substantial benefits to using sendfile. Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:25:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6190B16A4D1; Sun, 16 Nov 2003 10:25:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82CD43F85; Sun, 16 Nov 2003 10:25:20 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIPKXJ004212; Sun, 16 Nov 2003 10:25:20 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIPKcL004202; Sun, 16 Nov 2003 10:25:20 -0800 (PST) (envelope-from rwatson) Message-Id: <200311161825.hAGIPKcL004202@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 10:25:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mac.h src/sys/kern uipc_socket.c src/sys/security/mac mac_net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:25:21 -0000 rwatson 2003/11/16 10:25:20 PST FreeBSD src repository Modified files: sys/sys mac.h sys/kern uipc_socket.c sys/security/mac mac_net.c Log: Reduce gratuitous redundancy and length in function names: mac_setsockopt_label_set() -> mac_setsockopt_label() mac_getsockopt_label_get() -> mac_getsockopt_label() mac_getsockopt_peerlabel_get() -> mac_getsockopt_peerlabel() Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.159 +5 -7 src/sys/kern/uipc_socket.c 1.107 +3 -5 src/sys/security/mac/mac_net.c 1.49 +3 -3 src/sys/sys/mac.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:28:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466EB16A4CE; Sun, 16 Nov 2003 10:28:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A554C43FE5; Sun, 16 Nov 2003 10:28:58 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGISwXJ004415; Sun, 16 Nov 2003 10:28:58 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGISwRp004414; Sun, 16 Nov 2003 10:28:58 -0800 (PST) (envelope-from rwatson) Message-Id: <200311161828.hAGISwRp004414@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 10:28:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_stub mac_stub.csrc/sys/security/mac_test mac_test.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:28:59 -0000 rwatson 2003/11/16 10:28:58 PST FreeBSD src repository Modified files: sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points for mac_stub and mac_test. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.33 +9 -0 src/sys/security/mac_stub/mac_stub.c 1.35 +27 -0 src/sys/security/mac_test/mac_test.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:33:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 408A316A4CE; Sun, 16 Nov 2003 10:33:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC06E43FBF; Sun, 16 Nov 2003 10:33:41 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIXfXJ004677; Sun, 16 Nov 2003 10:33:41 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIXfHL004676; Sun, 16 Nov 2003 10:33:41 -0800 (PST) (envelope-from hrs) Message-Id: <200311161833.hAGIXfHL004676@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 16 Nov 2003 10:33:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja/releases index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:33:42 -0000 hrs 2003/11/16 10:33:41 PST FreeBSD doc repository Modified files: ja/releases index.sgml Log: Fix broken links. Revision Changes Path 1.66 +5 -5 www/ja/releases/index.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:45:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618D216A4CE; Sun, 16 Nov 2003 10:45:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D498C43FB1; Sun, 16 Nov 2003 10:45:34 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIjYXJ005269; Sun, 16 Nov 2003 10:45:34 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIjYdv005268; Sun, 16 Nov 2003 10:45:34 -0800 (PST) (envelope-from pav) Message-Id: <200311161845.hAGIjYdv005268@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 10:45:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/tank Makefile pkg-descr pkg-plist ports/games/tank/files patch-Makefile.Linux.Mesa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:45:35 -0000 pav 2003/11/16 10:45:34 PST FreeBSD ports repository Modified files: games/tank Makefile pkg-descr pkg-plist games/tank/files patch-Makefile.Linux.Mesa Log: - Unmark broken on -CURRENT, it's building fine again [1] - Hand over to new maintainer [1] - Fix WWW - Unbreak on non-i386 architectures by removing i386 specific optimization - Deprecated USE_MESA removed - Some pkg-plist love PR: ports/59344 [1] Submitted by: Erik Greenwald Approved by: marcus (backup mentor) Revision Changes Path 1.23 +7 -13 ports/games/tank/Makefile 1.4 +4 -6 ports/games/tank/files/patch-Makefile.Linux.Mesa 1.4 +1 -1 ports/games/tank/pkg-descr 1.3 +37 -37 ports/games/tank/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:50:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E95216A4CE; Sun, 16 Nov 2003 10:50:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B041743F93; Sun, 16 Nov 2003 10:50:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIorXJ005548; Sun, 16 Nov 2003 10:50:53 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIorfs005547; Sun, 16 Nov 2003 10:50:53 -0800 (PST) (envelope-from pav) Message-Id: <200311161850.hAGIorfs005547@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 10:50:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pkg_cutleaves Makefile ports/sysutils/pkg_cutleaves/src pkg_cutleaves pkg_cutleaves.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:50:54 -0000 pav 2003/11/16 10:50:53 PST FreeBSD ports repository Modified files: sysutils/pkg_cutleaves Makefile sysutils/pkg_cutleaves/src pkg_cutleaves pkg_cutleaves.1 Log: Update to 20031115 PR: ports/59304 Submitted by: Stefan Walter (maintainer) Approved by: marcus (backup mentor) Revision Changes Path 1.2 +1 -1 ports/sysutils/pkg_cutleaves/Makefile 1.2 +36 -15 ports/sysutils/pkg_cutleaves/src/pkg_cutleaves 1.2 +4 -1 ports/sysutils/pkg_cutleaves/src/pkg_cutleaves.1 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:55:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204B116A4CE; Sun, 16 Nov 2003 10:55:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7650A43FA3; Sun, 16 Nov 2003 10:55:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGItYXJ005823; Sun, 16 Nov 2003 10:55:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGItY8l005822; Sun, 16 Nov 2003 10:55:34 -0800 (PST) (envelope-from marcus) Message-Id: <200311161855.hAGItY8l005822@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Nov 2003 10:55:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mozilla-thunderbird/files patch-Double.cpp ports/www/mozilla/files patch-Double.cpp ports/www/mozilla-devel/files patch-Double.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:55:35 -0000 marcus 2003/11/16 10:55:34 PST FreeBSD ports repository Modified files: mail/mozilla-thunderbird/files patch-Double.cpp www/mozilla/files patch-Double.cpp www/mozilla-devel/files patch-Double.cpp Log: Add a new patch-Double.cpp that fixes the recent core dumps during post-build on Sparc64. Submitted by: tmm (bless that man) Revision Changes Path 1.2 +54 -6 ports/mail/mozilla-thunderbird/files/patch-Double.cpp 1.3 +45 -2 ports/www/mozilla-devel/files/patch-Double.cpp 1.3 +45 -2 ports/www/mozilla/files/patch-Double.cpp From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:56:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7288F16A4CE; Sun, 16 Nov 2003 10:56:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C6743F93; Sun, 16 Nov 2003 10:56:25 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIuPXJ005968; Sun, 16 Nov 2003 10:56:25 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIuPDX005967; Sun, 16 Nov 2003 10:56:25 -0800 (PST) (envelope-from hrs) Message-Id: <200311161856.hAGIuPDX005967@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 16 Nov 2003 10:56:25 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/mk doc.docbook.mk doc/share/sgml mirrors.xml mirrors.xsl doc/en_US.ISO8859-1/books/handbook Makefilechapter.sgml www/en Makefile includes.xsl index.xsl www/share/mk web.site.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:56:26 -0000 hrs 2003/11/16 10:56:24 PST FreeBSD doc repository Modified files: share/mk doc.docbook.mk en_US.ISO8859-1/books/handbook Makefile chapters.ent en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en Makefile includes.xsl index.xsl share/mk web.site.mk Added files: share/sgml mirrors.xml mirrors.xsl Log: Move lists of FreeBSD mirror sites to doc/share/sgml/mirrors.xml (currently en_US.ISO8859-1/books/handbook/mirrors and www/en/index.xsl use it). Reviewed by: simon Discussed on: -doc Revision Changes Path 1.71 +11 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.24 +3 -0 doc/en_US.ISO8859-1/books/handbook/chapters.ent 1.329 +1664 -3694 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.95 +5 -3 doc/share/mk/doc.docbook.mk 1.1 +633 -0 doc/share/sgml/mirrors.xml (new) 1.1 +56 -0 doc/share/sgml/mirrors.xsl (new) 1.100 +2 -2 www/en/Makefile 1.18 +3 -1 www/en/includes.xsl 1.81 +31 -102 www/en/index.xsl 1.47 +2 -2 www/share/mk/web.site.mk From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:56:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC87A16A4CF; Sun, 16 Nov 2003 10:56:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B2C443FAF; Sun, 16 Nov 2003 10:56:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIuUXJ005994; Sun, 16 Nov 2003 10:56:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIuTHY005993; Sun, 16 Nov 2003 10:56:29 -0800 (PST) (envelope-from marcus) Message-Id: <200311161856.hAGIuTHY005993@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Nov 2003 10:56:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-firebird/files patch-Double.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:56:30 -0000 marcus 2003/11/16 10:56:29 PST FreeBSD ports repository Modified files: www/mozilla-firebird/files patch-Double.cpp Log: Add a new patch-Double.cpp that fixes the recent core dumps during post-build on Sparc64. Submitted by: tmm (bless that man) Revision Changes Path 1.2 +54 -6 ports/www/mozilla-firebird/files/patch-Double.cpp From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:56:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E718016A4D0; Sun, 16 Nov 2003 10:56:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A6643FDF; Sun, 16 Nov 2003 10:56:33 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIuXXJ006046; Sun, 16 Nov 2003 10:56:33 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIuWRJ006045; Sun, 16 Nov 2003 10:56:32 -0800 (PST) (envelope-from pav) Message-Id: <200311161856.hAGIuWRJ006045@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 10:56:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/foobillard Makefile distinfo pkg-plist ports/games/foobillard/files patch-Makefile.in patch-billard3d.c patch-sys_stuff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:56:34 -0000 pav 2003/11/16 10:56:32 PST FreeBSD ports repository Modified files: games/foobillard Makefile distinfo pkg-plist games/foobillard/files patch-Makefile.in patch-billard3d.c patch-sys_stuff.c Log: - Update to 2.9 - Add knob to build with SDL instead of glut. PR: ports/59319 Submitted by: Mezz Approved by: Thomas Vogt (maintainer) Approved by: marcus (backup mentor) Revision Changes Path 1.7 +34 -10 ports/games/foobillard/Makefile 1.4 +1 -1 ports/games/foobillard/distinfo 1.5 +14 -14 ports/games/foobillard/files/patch-Makefile.in 1.3 +5 -5 ports/games/foobillard/files/patch-billard3d.c 1.2 +3 -3 ports/games/foobillard/files/patch-sys_stuff.c 1.3 +1 -0 ports/games/foobillard/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 11:10:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B6416A4CE; Sun, 16 Nov 2003 11:10:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0859843FE0; Sun, 16 Nov 2003 11:10:45 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGJAiXJ007659; Sun, 16 Nov 2003 11:10:44 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGJAihL007658; Sun, 16 Nov 2003 11:10:44 -0800 (PST) (envelope-from lofi) Message-Id: <200311161910.hAGJAihL007658@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 16 Nov 2003 11:10:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/libpaper Makefile distinfo pkg-descr pkg-plist ports/print/libpaper/files patch-configure patch-lib::paper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 19:10:45 -0000 lofi 2003/11/16 11:10:44 PST FreeBSD ports repository Modified files: print Makefile Added files: print/libpaper Makefile distinfo pkg-descr pkg-plist print/libpaper/files patch-configure patch-lib::paper.c Log: Add libpaper, a library providing routines for paper size management. Revision Changes Path 1.256 +1 -0 ports/print/Makefile 1.1 +37 -0 ports/print/libpaper/Makefile (new) 1.1 +1 -0 ports/print/libpaper/distinfo (new) 1.1 +10 -0 ports/print/libpaper/files/patch-configure (new) 1.1 +10 -0 ports/print/libpaper/files/patch-lib::paper.c (new) 1.1 +4 -0 ports/print/libpaper/pkg-descr (new) 1.1 +7 -0 ports/print/libpaper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 11:11:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3BC16A4CF; Sun, 16 Nov 2003 11:11:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8EE43F85; Sun, 16 Nov 2003 11:10:59 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGJAxXJ007697; Sun, 16 Nov 2003 11:10:59 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGJAxnJ007696; Sun, 16 Nov 2003 11:10:59 -0800 (PST) (envelope-from lofi) Message-Id: <200311161910.hAGJAxnJ007696@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 16 Nov 2003 11:10:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 19:11:00 -0000 lofi 2003/11/16 11:10:59 PST FreeBSD ports repository Modified files: . modules Log: libpaper --> ports/print/libpaper Revision Changes Path 1.8612 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 16 11:45:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A48216A4D0 for ; Sun, 16 Nov 2003 11:45:46 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BBB043FAF for ; Sun, 16 Nov 2003 11:45:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 57509 invoked by uid 1000); 16 Nov 2003 19:45:45 -0000 Date: Sun, 16 Nov 2003 11:45:45 -0800 (PST) From: Nate Lawson To: Luigi Rizzo In-Reply-To: <20031116003939.A10853@xorpc.icir.org> Message-ID: <20031116114258.V57495@root.org> References: <200311142102.hAEL2Nen073186@repoman.freebsd.org> <3FB593F5.1053E7E2@pipeline.ch><3FB60181.4256A519@pipeline.ch> <20031116003939.A10853@xorpc.icir.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_ X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 19:45:46 -0000 On Sun, 16 Nov 2003, Luigi Rizzo wrote: > On Sun, Nov 16, 2003 at 12:48:14PM +1100, Peter Jeremy wrote: > ... > > >I will try to measure that with more precision. You did have > > >code which was able to record and timestamp events several > > >thousand times per second. Do still have that code somewhere? > > there is some MD code in the RELENG_4 tree, the kernel option > you need is "options KERN_TIMESTAMP" and a description on how > to use it is in sys/i386/include/param.h > > Note that you have to be careful when timing very short sections > of code, because the CPU can execute instruction out of order > so something like > > rdtsc(); > > rdtsc() > > might result in the second timing call being executed before > the section of code in the middle is complete. There is > some nonintuitive instruction (which i now forget) to flush the > execution pipeline which can be used around the section of > code you want to time. cpuid -Nate From owner-cvs-all@FreeBSD.ORG Sun Nov 16 11:52:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C2016A4CE; Sun, 16 Nov 2003 11:52:03 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F01A543FD7; Sun, 16 Nov 2003 11:52:01 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hAGJptC29063; Sun, 16 Nov 2003 14:51:55 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 16 Nov 2003 14:51:55 -0500 (EST) From: Jeff Roberson To: Luigi Rizzo In-Reply-To: <20031116045306.A66798@xorpc.icir.org> Message-ID: <20031116145103.C10222-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Andre Oppermann cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_var.h ip_fastfwd.c ip_flow.c ip_flow.h ip_input.c ip_output.c src/sys/sys mbuf.h src/sys/conf files src/sys/net if_arcsubr.c if_ef.c if_ethersubr.c if_fddisubr.c if_ X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 19:52:03 -0000 On Sun, 16 Nov 2003, Luigi Rizzo wrote: > On Sun, Nov 16, 2003 at 07:19:53AM -0500, Jeff Roberson wrote: > ... > > > might result in the second timing call being executed before > > > the section of code in the middle is complete. There is > > > some nonintuitive instruction (which i now forget) to flush the > > > execution pipeline which can be used around the section of > > > code you want to time. > > > > Reading the tsc is also a serializing instruction. I often use it to > > accurately measure things that take as few as 20 cycles > > no, according to the intel documentation it is not, and i > myself have seen bogus results which clearly indicate that it > is not. There was a thread on the freebsd mailing lists a few > months ago. > I double checked, you're right. It probably works out for me because clobbering two registers is enough of a hazard to prevent too much serialization. Cheers, Jeff > cheers > luigi > From owner-cvs-all@FreeBSD.ORG Sun Nov 16 11:58:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4AB16A4CE; Sun, 16 Nov 2003 11:58:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA2443FAF; Sun, 16 Nov 2003 11:58:06 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGJw6XJ009540; Sun, 16 Nov 2003 11:58:06 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGJw6sx009539; Sun, 16 Nov 2003 11:58:06 -0800 (PST) (envelope-from pav) Message-Id: <200311161958.hAGJw6sx009539@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 11:58:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/darkbot Makefile ports/irc/darkbot/files patch-darkbot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 19:58:07 -0000 pav 2003/11/16 11:58:06 PST FreeBSD ports repository Modified files: irc/darkbot Makefile Added files: irc/darkbot/files patch-darkbot.c Log: Unbreak on -CURRENT. PR: ports/58670 Submitted by: Samy Al Bahra Approved by: marcus (backup mentor) Revision Changes Path 1.4 +1 -7 ports/irc/darkbot/Makefile 1.1 +29 -0 ports/irc/darkbot/files/patch-darkbot.c (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:01:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C093016A4CE; Sun, 16 Nov 2003 12:01:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F95843FBF; Sun, 16 Nov 2003 12:01:51 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGK1pXJ009800; Sun, 16 Nov 2003 12:01:51 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGK1p7s009799; Sun, 16 Nov 2003 12:01:51 -0800 (PST) (envelope-from rwatson) Message-Id: <200311162001.hAGK1p7s009799@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 12:01:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_internal.h mac_net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:01:53 -0000 rwatson 2003/11/16 12:01:51 PST FreeBSD src repository Modified files: sys/security/mac mac_internal.h mac_net.c Log: Abstract the label checking and setting logic from mac_setsockopt_label() into mac_socket_label_set(); make it non-static so that it can be invoked from kern_mac.c for mac_set_fd(). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.108 +3 -0 src/sys/security/mac/mac_internal.h 1.108 +21 -13 src/sys/security/mac/mac_net.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:04:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F45E16A4CE; Sun, 16 Nov 2003 12:04:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788D343F3F; Sun, 16 Nov 2003 12:04:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGK4fXJ010733; Sun, 16 Nov 2003 12:04:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGK4fVt010732; Sun, 16 Nov 2003 12:04:41 -0800 (PST) (envelope-from marcus) Message-Id: <200311162004.hAGK4fVt010732@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Nov 2003 12:04:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:04:42 -0000 marcus 2003/11/16 12:04:41 PST FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Fix build with ungif. PR: 59350 Submitted by: maintainer Revision Changes Path 1.75 +1 -1 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:18:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6B416A4CE; Sun, 16 Nov 2003 12:18:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC8743FA3; Sun, 16 Nov 2003 12:18:25 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKIPXJ011380; Sun, 16 Nov 2003 12:18:25 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKIONO011379; Sun, 16 Nov 2003 12:18:24 -0800 (PST) (envelope-from rwatson) Message-Id: <200311162018.hAGKIONO011379@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 12:18:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mac.h src/lib/libc/posix1e mac_get.3 mac_get.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:18:25 -0000 rwatson 2003/11/16 12:18:24 PST FreeBSD src repository Modified files: sys/sys mac.h lib/libc/posix1e mac_get.3 mac_get.c Log: Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET and SO_PEERLABEL. This provides an interface to query the label of a socket peer without embedding implementation details of mac_t in the application. Previously, sizeof(*mac_t) had to be specified by an application when performing getsockopt(). Document mac_get_peer(3), and expand documentation of the other mac_get(3) functions. Note that it's possible to get EINVAL back from mac_get_fd(3) when pointing it at an inappropriate object. NOTE: mac_get_fd() and mac_set_fd() support for sockets will follow shortly, so the documentation is slightly ahead of the code. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +33 -23 src/lib/libc/posix1e/mac_get.3 1.4 +10 -3 src/lib/libc/posix1e/mac_get.c 1.50 +1 -0 src/sys/sys/mac.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:21:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC25016A4CE; Sun, 16 Nov 2003 12:21:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5D043F93; Sun, 16 Nov 2003 12:21:21 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKLLXJ011606; Sun, 16 Nov 2003 12:21:21 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKLLZq011605; Sun, 16 Nov 2003 12:21:21 -0800 (PST) (envelope-from rwatson) Message-Id: <200311162021.hAGKLLZq011605@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 12:21:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e mac_set.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:21:23 -0000 rwatson 2003/11/16 12:21:21 PST FreeBSD src repository Modified files: lib/libc/posix1e mac_set.3 Log: Update mac_set.3 to account for new behavior of mac_set_fd() in the context of sockets, and document EINVAL as a possible failure mode based on the object selected, not just the label provided. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.10 +7 -5 src/lib/libc/posix1e/mac_set.3 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:43:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E401416A4CE; Sun, 16 Nov 2003 12:43:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5944C43F3F; Sun, 16 Nov 2003 12:43:27 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKhRXJ012547; Sun, 16 Nov 2003 12:43:27 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKhRe1012546; Sun, 16 Nov 2003 12:43:27 -0800 (PST) (envelope-from obraun) Message-Id: <200311162043.hAGKhRe1012546@repoman.freebsd.org> From: Oliver Braun Date: Sun, 16 Nov 2003 12:43:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:43:28 -0000 obraun 2003/11/16 12:43:27 PST FreeBSD ports repository Modified files: x11-fm/gentoo Makefile distinfo Log: Upgrade to 0.11.40 Revision Changes Path 1.34 +2 -1 ports/x11-fm/gentoo/Makefile 1.23 +1 -1 ports/x11-fm/gentoo/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:51:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3B216A4CE; Sun, 16 Nov 2003 12:51:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521BF43FA3; Sun, 16 Nov 2003 12:51:11 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKpBXJ018485; Sun, 16 Nov 2003 12:51:11 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKpA4M018484; Sun, 16 Nov 2003 12:51:10 -0800 (PST) (envelope-from obraun) Message-Id: <200311162051.hAGKpA4M018484@repoman.freebsd.org> From: Oliver Braun Date: Sun, 16 Nov 2003 12:51:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/cgoban Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:51:12 -0000 obraun 2003/11/16 12:51:10 PST FreeBSD ports repository Modified files: games/cgoban Makefile Log: Change maintainer's email address. Suggested by: Volker Stolz Revision Changes Path 1.21 +1 -1 ports/games/cgoban/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:54:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A7916A4CE; Sun, 16 Nov 2003 12:54:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E0543FBD; Sun, 16 Nov 2003 12:54:18 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKsIXJ018572; Sun, 16 Nov 2003 12:54:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKsI8f018571; Sun, 16 Nov 2003 12:54:18 -0800 (PST) (envelope-from krion) Message-Id: <200311162054.hAGKsI8f018571@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 12:54:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash-completion Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:54:19 -0000 krion 2003/11/16 12:54:18 PST FreeBSD ports repository Modified files: shells/bash-completion Makefile distinfo Log: - Update to version 20031112 PR: 59343 Submitted by: Kirk Strauser (maintainer) Revision Changes Path 1.4 +1 -1 ports/shells/bash-completion/Makefile 1.4 +1 -1 ports/shells/bash-completion/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 12:58:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6375316A4CE; Sun, 16 Nov 2003 12:58:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94F243FBD; Sun, 16 Nov 2003 12:58:04 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGKw4XJ018725; Sun, 16 Nov 2003 12:58:04 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGKw4l5018721; Sun, 16 Nov 2003 12:58:04 -0800 (PST) (envelope-from krion) Message-Id: <200311162058.hAGKw4l5018721@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 12:58:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Log-Log4perl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 20:58:05 -0000 krion 2003/11/16 12:58:04 PST FreeBSD ports repository Modified files: devel/p5-Log-Log4perl Makefile distinfo Log: - Update to version 0.40 PR: 59345 Submitted by: Lars Thegler (maintainer) Revision Changes Path 1.11 +1 -1 ports/devel/p5-Log-Log4perl/Makefile 1.10 +1 -1 ports/devel/p5-Log-Log4perl/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:17:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A29AE16A4CE; Sun, 16 Nov 2003 13:17:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71F043FBD; Sun, 16 Nov 2003 13:17:43 -0800 (PST) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLHhXJ020709; Sun, 16 Nov 2003 13:17:43 -0800 (PST) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLHhiM020708; Sun, 16 Nov 2003 13:17:43 -0800 (PST) (envelope-from gordon) Message-Id: <200311162117.hAGLHhiM020708@repoman.freebsd.org> From: Gordon Tetlow Date: Sun, 16 Nov 2003 13:17:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:17:44 -0000 gordon 2003/11/16 13:17:43 PST FreeBSD src repository Modified files: . Makefile.inc1 Log: Invert the condition that installs the dynamic linker early, since DYNAMICROOT is now the default. Also document -DNO_DYNAMICROOT since that is going to be a documented feature. Submitted by: matusita, rushani Revision Changes Path 1.397 +2 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:22:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F42D16A4CE; Sun, 16 Nov 2003 13:22:56 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7432E43F93; Sun, 16 Nov 2003 13:22:55 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D442966C8E; Sun, 16 Nov 2003 13:22:54 -0800 (PST) Date: Sun, 16 Nov 2003 13:22:54 -0800 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20031116212254.GA16047@xor.obsecurity.org> References: <200311161855.hAGItY8l005822@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <200311161855.hAGItY8l005822@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/mozilla-thunderbird/files patch-Double.cpp ports/www/mozilla/files patch-Double.cpp ports/www/mozilla-devel/files patch-Double.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:22:56 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 16, 2003 at 10:55:34AM -0800, Joe Marcus Clarke wrote: > marcus 2003/11/16 10:55:34 PST >=20 > FreeBSD ports repository >=20 > Modified files: > mail/mozilla-thunderbird/files patch-Double.cpp=20 > www/mozilla/files patch-Double.cpp=20 > www/mozilla-devel/files patch-Double.cpp=20 > Log: > Add a new patch-Double.cpp that fixes the recent core dumps during post= -build > on Sparc64. > =20 > Submitted by: tmm (bless that man) Bless him indeed! Kris --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/t+qjWry0BWjoQKURAmySAKCoUoSCkCvH1lotrDH+CfUrpcB8fgCeKgK+ vTmQ+ce0jcB/h9JTXv/SU8M= =AlZr -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:42:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3034B16A4CF; Sun, 16 Nov 2003 13:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E705043FBD; Sun, 16 Nov 2003 13:42:00 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLg0XJ021954; Sun, 16 Nov 2003 13:42:00 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLg0A4021953; Sun, 16 Nov 2003 13:42:00 -0800 (PST) (envelope-from dwmalone) Message-Id: <200311162142.hAGLg0A4021953@repoman.freebsd.org> From: David Malone Date: Sun, 16 Nov 2003 13:42:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:42:02 -0000 dwmalone 2003/11/16 13:42:00 PST FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Remove an argument to printf that is unused. Revision Changes Path 1.117 +1 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:49:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64B216A4CE; Sun, 16 Nov 2003 13:49:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CD843F93; Sun, 16 Nov 2003 13:49:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLnUXJ022364; Sun, 16 Nov 2003 13:49:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLnTUT022363; Sun, 16 Nov 2003 13:49:29 -0800 (PST) (envelope-from krion) Message-Id: <200311162149.hAGLnTUT022363@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 13:49:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:49:31 -0000 krion 2003/11/16 13:49:29 PST FreeBSD ports repository Modified files: mail/p5-Email-LocalDelivery Makefile distinfo Log: - Update to version 0.07 PR: 59346 Submitted by: Lars Thegler (maintainer) Revision Changes Path 1.3 +1 -1 ports/mail/p5-Email-LocalDelivery/Makefile 1.3 +1 -1 ports/mail/p5-Email-LocalDelivery/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:51:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3226716A4CF; Sun, 16 Nov 2003 13:51:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994BE43F3F; Sun, 16 Nov 2003 13:51:07 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLp7XJ022604; Sun, 16 Nov 2003 13:51:07 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLp60p022603; Sun, 16 Nov 2003 13:51:06 -0800 (PST) (envelope-from dwmalone) Message-Id: <200311162151.hAGLp60p022603@repoman.freebsd.org> From: David Malone Date: Sun, 16 Nov 2003 13:51:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:51:08 -0000 dwmalone 2003/11/16 13:51:06 PST FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: logerror is used in syslogd to log errors from syslogd itself. It is possible for an error to occur while trying to log an error, and this can result in infinite recursion (or at least until we run out of stack). Rather than this, we ignore requests to log an error while logging an error. PR: 51253 MFC after: 2 weeks Revision Changes Path 1.118 +6 -0 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:53:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8818016A4CE; Sun, 16 Nov 2003 13:53:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB7743FCB; Sun, 16 Nov 2003 13:53:03 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLr3XJ022671; Sun, 16 Nov 2003 13:53:03 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLr24C022670; Sun, 16 Nov 2003 13:53:02 -0800 (PST) (envelope-from krion) Message-Id: <200311162153.hAGLr24C022670@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 13:53:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-WWW-Shorten Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:53:04 -0000 krion 2003/11/16 13:53:02 PST FreeBSD ports repository Modified files: www/p5-WWW-Shorten Makefile distinfo pkg-plist Log: - Update to version 1.88 PR: 59348 Submitted by: Lars Thegler (maintainer) Revision Changes Path 1.4 +2 -1 ports/www/p5-WWW-Shorten/Makefile 1.4 +1 -1 ports/www/p5-WWW-Shorten/distinfo 1.4 +2 -0 ports/www/p5-WWW-Shorten/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 13:53:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7364916A4CF; Sun, 16 Nov 2003 13:53:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E060B43FDD; Sun, 16 Nov 2003 13:53:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGLr5XJ022698; Sun, 16 Nov 2003 13:53:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGLr5aW022697; Sun, 16 Nov 2003 13:53:05 -0800 (PST) (envelope-from kris) Message-Id: <200311162153.hAGLr5aW022697@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 16 Nov 2003 13:53:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/osf1 osf1_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:53:06 -0000 kris 2003/11/16 13:53:05 PST FreeBSD src repository Modified files: sys/alpha/osf1 osf1_mount.c Log: Fix build on alpha Pointy hat to: alfred Revision Changes Path 1.18 +1 -0 src/sys/alpha/osf1/osf1_mount.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:09:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950F716A4CE; Sun, 16 Nov 2003 14:09:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3EF43FA3; Sun, 16 Nov 2003 14:09:16 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGM9GXJ024193; Sun, 16 Nov 2003 14:09:16 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGM9Gp8024192; Sun, 16 Nov 2003 14:09:16 -0800 (PST) (envelope-from ceri) Message-Id: <200311162209.hAGM9Gp8024192@repoman.freebsd.org> From: Ceri Davies Date: Sun, 16 Nov 2003 14:09:16 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en docs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:09:17 -0000 ceri 2003/11/16 14:09:16 PST FreeBSD doc repository Modified files: en docs.sgml Log: Now that the console-server article has been converted to DocBook, link to the html-split version, as we do with the other articles. Revision Changes Path 1.177 +2 -2 www/en/docs.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:15:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037D616A4D2; Sun, 16 Nov 2003 14:15:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAB143F85; Sun, 16 Nov 2003 14:15:10 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMFAXJ024513; Sun, 16 Nov 2003 14:15:10 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMFAEC024512; Sun, 16 Nov 2003 14:15:10 -0800 (PST) (envelope-from simon) Message-Id: <200311162215.hAGMFAEC024512@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 16 Nov 2003 14:15:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:15:11 -0000 simon 2003/11/16 14:15:09 PST FreeBSD src repository (doc committer) Modified files: share/man/man5 make.conf.5 Log: Document NO_DYNAMICROOT. Reviewed by: gordon Revision Changes Path 1.81 +7 -0 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:15:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2737C16A4CE; Sun, 16 Nov 2003 14:15:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917EA43FA3; Sun, 16 Nov 2003 14:15:28 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMFSXJ024568; Sun, 16 Nov 2003 14:15:28 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMFSS8024567; Sun, 16 Nov 2003 14:15:28 -0800 (PST) (envelope-from eik) Message-Id: <200311162215.hAGMFSS8024567@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 16 Nov 2003 14:15:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/fetchmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:15:29 -0000 eik 2003/11/16 14:15:28 PST FreeBSD ports repository Modified files: mail/fetchmail Makefile Log: Try some new fetchmail mirrors Noticed by: Bill Fenner's portsurvey Approved by: marcus (mentor) Revision Changes Path 1.149 +5 -3 ports/mail/fetchmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:17:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EFE216A4CE; Sun, 16 Nov 2003 14:17:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157F043FCB; Sun, 16 Nov 2003 14:17:49 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMHmXJ024736; Sun, 16 Nov 2003 14:17:48 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMHmfr024735; Sun, 16 Nov 2003 14:17:48 -0800 (PST) (envelope-from sf) Message-Id: <200311162217.hAGMHmfr024735@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 16 Nov 2003 14:17:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/geta Makefile ports/net Makefile ports/net/geta Makefile distinfo pkg-descr pkg-plist ports/net/geta/files patch-Makefile.in patch-geta_geta.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:17:49 -0000 sf 2003/11/16 14:17:48 PST FreeBSD ports repository Modified files: dns Makefile dns/geta Makefile net Makefile Removed files: net/geta Makefile distinfo pkg-descr pkg-plist net/geta/files patch-Makefile.in patch-geta_geta.c Log: move category net->dns Approved by: maintainer Revision Changes Path 1.12 +1 -0 ports/dns/Makefile 1.4 +1 -1 ports/dns/geta/Makefile 1.1137 +0 -1 ports/net/Makefile 1.4 +0 -24 ports/net/geta/Makefile (dead) 1.2 +0 -1 ports/net/geta/distinfo (dead) 1.3 +0 -11 ports/net/geta/files/patch-Makefile.in (dead) 1.2 +0 -13 ports/net/geta/files/patch-geta_geta.c (dead) 1.2 +0 -14 ports/net/geta/pkg-descr (dead) 1.2 +0 -1 ports/net/geta/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:20:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE5F16A4CE; Sun, 16 Nov 2003 14:20:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5373143F3F; Sun, 16 Nov 2003 14:20:27 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMKRXJ024939; Sun, 16 Nov 2003 14:20:27 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMKRq3024937; Sun, 16 Nov 2003 14:20:27 -0800 (PST) (envelope-from sf) Message-Id: <200311162220.hAGMKRq3024937@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 16 Nov 2003 14:20:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:20:28 -0000 sf 2003/11/16 14:20:26 PST FreeBSD ports repository Modified files: . MOVED . modules Log: move category geta: net->dns Revision Changes Path 1.8613 +1 -1 CVSROOT/modules 1.272 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:33:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345AB16A4CE; Sun, 16 Nov 2003 14:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A154F43FDD; Sun, 16 Nov 2003 14:33:42 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMXgXJ025491; Sun, 16 Nov 2003 14:33:42 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMXgIj025490; Sun, 16 Nov 2003 14:33:42 -0800 (PST) (envelope-from imp) Message-Id: <200311162233.hAGMXgIj025490@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Nov 2003 14:33:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/idt idt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:33:43 -0000 imp 2003/11/16 14:33:42 PST FreeBSD src repository Modified files: sys/dev/idt idt.c Log: Gross kludge: o when compiling lint, undefine certain things and redefine them so that the driver doesn't #error out. Since lint kernels aren't supposed to be bootable, I'm no troubled by this breakage. This fixes the tinderbox Suggested by: rwatson Approved by: bms Revision Changes Path 1.7 +8 -0 src/sys/dev/idt/idt.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:36:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE61D16A4CE; Sun, 16 Nov 2003 14:36:44 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 671BC43FA3; Sun, 16 Nov 2003 14:36:43 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAGMageG030737; Sun, 16 Nov 2003 15:36:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Nov 2003 15:36:08 -0700 (MST) Message-Id: <20031116.153608.24272682.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200311162233.hAGMXgIj025490@repoman.freebsd.org> References: <200311162233.hAGMXgIj025490@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/idt idt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:36:44 -0000 In message: <200311162233.hAGMXgIj025490@repoman.freebsd.org> Warner Losh writes: : Gross kludge: Others are welcome to find better ways to fix this. The real fix is to fix the driver to not require 2048 byte mbufs. Warner From owner-cvs-all@FreeBSD.ORG Sun Nov 16 14:48:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E4416A4CE; Sun, 16 Nov 2003 14:48:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE8D43F85; Sun, 16 Nov 2003 14:48:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGMmlXJ026187; Sun, 16 Nov 2003 14:48:47 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGMmlAO026186; Sun, 16 Nov 2003 14:48:47 -0800 (PST) (envelope-from pav) Message-Id: <200311162248.hAGMmlAO026186@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 14:48:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gqradio Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:48:48 -0000 pav 2003/11/16 14:48:47 PST FreeBSD ports repository Modified files: audio/gqradio Makefile pkg-plist Log: - Use system gettext library instead of bundled one PR: ports/58424 Submitted by: Simon Barner Approved by: marcus (backup mentor) Revision Changes Path 1.3 +4 -0 ports/audio/gqradio/Makefile 1.2 +0 -2 ports/audio/gqradio/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 15:05:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F40916A4CE; Sun, 16 Nov 2003 15:05:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D679B43F85; Sun, 16 Nov 2003 15:05:53 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGN5rXJ027825; Sun, 16 Nov 2003 15:05:53 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGN5r8P027824; Sun, 16 Nov 2003 15:05:53 -0800 (PST) (envelope-from bde) Message-Id: <200311162305.hAGN5r8P027824@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 15:05:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 23:05:54 -0000 bde 2003/11/16 15:05:53 PST FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Don't waste so much space for the latency debugging buffer. Its size will now need editing except for spot checks. Changed this buffer from a circular one to a linear one. This is more useful for some cases and the sysctl that prints it doesn't support circular buffers. Fixed (output) formatting bugs in this sysctl. An off by 1 error caused a garbage byte to be returned after annotation of large deltas, and a race with the writer sometimes caused premature string termination. Revision Changes Path 1.415 +8 -10 src/sys/dev/sio/sio.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 15:08:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A526C16A4CE; Sun, 16 Nov 2003 15:08:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2724043F85; Sun, 16 Nov 2003 15:08:13 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGN8CXJ027932; Sun, 16 Nov 2003 15:08:12 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGN8CbF027931; Sun, 16 Nov 2003 15:08:12 -0800 (PST) (envelope-from eik) Message-Id: <200311162308.hAGN8CbF027931@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 16 Nov 2003 15:08:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/rsync Makefile pkg-plist ports/net/rsync/files patch-test.sh rsyncd.sh rsyncd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 23:08:13 -0000 eik 2003/11/16 15:08:12 PST FreeBSD ports repository Modified files: net/rsync Makefile pkg-plist Added files: net/rsync/files patch-test.sh rsyncd.sh Removed files: net/rsync/files rsyncd.sh.sample Log: - add rc.subr(8) start/stop script - assume maintainership, I don't speak Haskell .-P - install some additional documentation - USE_SSH => !WITHOUT_SSH, no extra warning since this is default for OSVERSION >= 400016 - added a test target - bumped PORTREVISION Approved by: marcus (mentor) Revision Changes Path 1.86 +29 -12 ports/net/rsync/Makefile 1.1 +11 -0 ports/net/rsync/files/patch-test.sh (new) 1.1 +34 -0 ports/net/rsync/files/rsyncd.sh (new) 1.2 +0 -16 ports/net/rsync/files/rsyncd.sh.sample (dead) 1.9 +4 -6 ports/net/rsync/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 15:31:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D619D16A4CE; Sun, 16 Nov 2003 15:31:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220CD43F3F; Sun, 16 Nov 2003 15:31:46 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGNVjXJ029094; Sun, 16 Nov 2003 15:31:45 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGNVjoW029093; Sun, 16 Nov 2003 15:31:45 -0800 (PST) (envelope-from rwatson) Message-Id: <200311162331.hAGNVjoW029093@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 15:31:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c src/sys/security/mac mac_internal.h mac_net.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 23:31:47 -0000 rwatson 2003/11/16 15:31:45 PST FreeBSD src repository Modified files: sys/kern kern_mac.c sys/security/mac mac_internal.h mac_net.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac_policy.h Log: Implement sockets support for __mac_get_fd() and __mac_set_fd() system calls, and prefer these calls over getsockopt()/setsockopt() for ABI reasons. When addressing UNIX domain sockets, these calls retrieve and modify the socket label, not the label of the rendezvous vnode. - Create mac_copy_socket_label() entry point based on mac_copy_pipe_label() entry point, intended to copy the socket label into temporary storage that doesn't require a socket lock to be held (currently Giant). - Implement mac_copy_socket_label() for various policies. - Expose socket label allocation, free, internalize, externalize entry points as non-static from mac_net.c. - Use mac_socket_label_set() in __mac_set_fd(). MAC-aware applications may now use mac_get_fd(), mac_set_fd(), and mac_get_peer() to retrieve and set various socket labels without directly invoking the getsockopt() interface. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.107 +30 -0 src/sys/kern/kern_mac.c 1.109 +6 -0 src/sys/security/mac/mac_internal.h 1.109 +11 -7 src/sys/security/mac/mac_net.c 1.68 +1 -0 src/sys/security/mac_biba/mac_biba.c 1.22 +1 -0 src/sys/security/mac_lomac/mac_lomac.c 1.55 +1 -0 src/sys/security/mac_mls/mac_mls.c 1.34 +1 -0 src/sys/security/mac_stub/mac_stub.c 1.36 +9 -0 src/sys/security/mac_test/mac_test.c 1.44 +2 -0 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 15:40:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3335816A4CF; Sun, 16 Nov 2003 15:40:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DBC43FE0; Sun, 16 Nov 2003 15:40:07 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGNe7XJ029483; Sun, 16 Nov 2003 15:40:07 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGNe712029482; Sun, 16 Nov 2003 15:40:07 -0800 (PST) (envelope-from alc) Message-Id: <200311162340.hAGNe712029482@repoman.freebsd.org> From: Alan Cox Date: Sun, 16 Nov 2003 15:40:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c src/sys/sparc64/sparc64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 23:40:11 -0000 alc 2003/11/16 15:40:07 PST FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c sys/amd64/amd64 vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 vm_machdep.c Log: - Remove unnecessary synchronization from sf_buf_init(). (There is only one active CPU when sf_buf_init() is performed.) Revision Changes Path 1.96 +0 -2 src/sys/alpha/alpha/vm_machdep.c 1.222 +0 -2 src/sys/amd64/amd64/vm_machdep.c 1.218 +0 -2 src/sys/i386/i386/vm_machdep.c 1.76 +0 -2 src/sys/ia64/ia64/vm_machdep.c 1.93 +0 -2 src/sys/powerpc/powerpc/vm_machdep.c 1.55 +0 -2 src/sys/sparc64/sparc64/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 15:50:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25E816A4D1; Sun, 16 Nov 2003 15:50:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD314402D; Sun, 16 Nov 2003 15:50:25 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGNoOXJ030450; Sun, 16 Nov 2003 15:50:24 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGNoOPa030447; Sun, 16 Nov 2003 15:50:24 -0800 (PST) (envelope-from jeh) Message-Id: <200311162350.hAGNoOPa030447@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 15:50:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 23:50:43 -0000 jeh 2003/11/16 15:50:24 PST FreeBSD ports repository Modified files: devel/i386-rtems-gcc Makefile Log: Install the .info files with a ???-rtems- prefix so they don't confilct. Revision Changes Path 1.24 +36 -6 ports/devel/i386-rtems-gcc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:04:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671CA16A4CE; Sun, 16 Nov 2003 16:04:28 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7556843F85; Sun, 16 Nov 2003 16:04:24 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id LAA32472; Mon, 17 Nov 2003 11:04:20 +1100 Date: Mon, 17 Nov 2003 11:04:20 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Brian F. Feldman" In-Reply-To: <200311160503.hAG53j2t058858@green.bikeshed.org> Message-ID: <20031117105121.I4193@gamplex.bde.org> References: <200311160503.hAG53j2t058858@green.bikeshed.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:04:28 -0000 On Sun, 16 Nov 2003, Brian F. Feldman wrote: > Bruce Evans wrote: > > On Fri, 14 Nov 2003, Robert Watson wrote: > > > > > On Fri, 14 Nov 2003, John Baldwin wrote: > > > > > > > On 14-Nov-2003 Brian Feldman wrote: > > > > > green 2003/11/14 08:04:11 PST > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/conf kern.post.mk kmod.mk > > > > > Log: > > > > > Include opt_global.h in the modules build, when building from a normal > > > > > kernel build. This makes it possible for me not to get pissed off that > > > > > ... > > > > Ugh. > > > > > > WITNESS doesn't matter as all calls to it are done in the actual locking > > > > code itself which does not lives in modules. Modules always call the > > > > locking functions and don't inline locking operations. > > > > WITNESS actually has non-broken support for modules. Modules cannot depend > > on options, since they must work for all kernels. > > > > Here is a fix to unbreak the rdtsc() call similarly. > > I dunno, Bruce; I don't really agree with you there. Modules are installed, > as they are built in the src/sys/arch/compile/KERNEL directories, into the > same directories as the kernel. That is another bug :-). It mainly wastes space and time, and steals cycles from development of portable modules. > This implies they're matched with the > kernel. I think depending on options in those modules is totally, perfectly > fine. Agreed, this is required the support the bug. Bruce From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:08:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C14C016A4CE; Sun, 16 Nov 2003 16:08:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B44743FB1; Sun, 16 Nov 2003 16:08:29 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH08SXJ032169; Sun, 16 Nov 2003 16:08:28 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH08SMA032168; Sun, 16 Nov 2003 16:08:28 -0800 (PST) (envelope-from das) Message-Id: <200311170008.hAH08SMA032168@repoman.freebsd.org> From: David Schultz Date: Sun, 16 Nov 2003 16:08:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:08:29 -0000 das 2003/11/16 16:08:28 PST FreeBSD src repository Modified files: sbin/nologin nologin.8 Log: Document nologin(8) as being insecure in conjunction with a dynamic root and suggest alternatives. Revision Changes Path 1.11 +15 -0 src/sbin/nologin/nologin.8 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:09:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C475616A4CF; Sun, 16 Nov 2003 16:09:53 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98EF743FE0; Sun, 16 Nov 2003 16:09:51 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost.nic.fr [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id hAH09nDa073011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Sun, 16 Nov 2003 19:09:50 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id hAH09n7u073008; Sun, 16 Nov 2003 19:09:49 -0500 (EST) (envelope-from wollman) Date: Sun, 16 Nov 2003 19:09:49 -0500 (EST) From: Garrett Wollman Message-Id: <200311170009.hAH09n7u073008@khavrinen.lcs.mit.edu> To: Bruce Evans In-Reply-To: <20031117105121.I4193@gamplex.bde.org> References: <200311160503.hAG53j2t058858@green.bikeshed.org> <20031117105121.I4193@gamplex.bde.org> X-Spam-Score: -9.9 () IN_REP_TO,REFERENCES X-Scanned-By: MIMEDefang 2.37 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:09:53 -0000 < said: > Agreed, this is required the support the bug. Not everyone agrees that this is a bug. I would, however, be willing to stipulate that it is worth limiting the number of option combinations a third-party vendor would need to support. -GAWollman From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:19:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6438516A4CE; Sun, 16 Nov 2003 16:19:04 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4372F43FCB; Sun, 16 Nov 2003 16:19:03 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hAH0H2Mg054248; Sun, 16 Nov 2003 19:17:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hAH0H1tA054245; Sun, 16 Nov 2003 19:17:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 16 Nov 2003 19:17:01 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: David Schultz In-Reply-To: <200311170008.hAH08SMA032168@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:19:04 -0000 On Sun, 16 Nov 2003, David Schultz wrote: > Modified files: > sbin/nologin nologin.8 > Log: > Document nologin(8) as being insecure in conjunction with a dynamic > root and suggest alternatives. Should we simply be making nologin(8) an except to the dynamic link defaults? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:22:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E8B016A4CE; Sun, 16 Nov 2003 16:22:21 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D53A43FE9; Sun, 16 Nov 2003 16:22:20 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hAH0MDx60125; Sun, 16 Nov 2003 19:22:13 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 16 Nov 2003 19:22:13 -0500 (EST) From: Jeff Roberson To: Garrett Wollman In-Reply-To: <200311170009.hAH09n7u073008@khavrinen.lcs.mit.edu> Message-ID: <20031116191819.O10222-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Bruce Evans Subject: Re: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:22:21 -0000 On Sun, 16 Nov 2003, Garrett Wollman wrote: > < said: > > > Agreed, this is required the support the bug. > > Not everyone agrees that this is a bug. > > I would, however, be willing to stipulate that it is worth limiting > the number of option combinations a third-party vendor would need to > support. Anymore than 1 per release is too much test load for an officially supported product. We're only going to further deter companies from providing binary only drivers if they aren't going to work with most kernels. Furthermore, we're likely to crash if the driver is not compatible with the kernel. > > -GAWollman > From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:32:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36DCC16A4CE; Sun, 16 Nov 2003 16:32:32 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D11A43F85; Sun, 16 Nov 2003 16:32:31 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hAH0UTMg054345; Sun, 16 Nov 2003 19:30:29 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hAH0UTmR054342; Sun, 16 Nov 2003 19:30:29 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 16 Nov 2003 19:30:29 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: David Schultz In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:32:32 -0000 On Sun, 16 Nov 2003, Robert Watson wrote: > On Sun, 16 Nov 2003, David Schultz wrote: > > > Modified files: > > sbin/nologin nologin.8 > > Log: > > Document nologin(8) as being insecure in conjunction with a dynamic > > root and suggest alternatives. > > Should we simply be making nologin(8) an except to the dynamic link > defaults? It is pointed out to me that nologin(8) is now a shell script, not a binary. I could have sworn that it was a short C program once, but no longer? In any case, would it make sense to make it a C program (again?) and statically link that? With a dynamically linked root, nologin should now be quite small as a binary rather than a shell script. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:38:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044B616A4CE; Sun, 16 Nov 2003 16:38:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AEC43FBF; Sun, 16 Nov 2003 16:37:59 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH0bxXJ037653; Sun, 16 Nov 2003 16:37:59 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH0bwsp037647; Sun, 16 Nov 2003 16:37:58 -0800 (PST) (envelope-from jeh) Message-Id: <200311170037.hAH0bwsp037647@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 16:37:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefile ports/devel/i386-rtems-g77/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:38:00 -0000 jeh 2003/11/16 16:37:58 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-g77/files patch-ab Log: Don't install gccbug over the version installed by *-rtems-gcc Revision Changes Path 1.23 +1 -1 ports/devel/i386-rtems-g77/Makefile 1.6 +5 -4 ports/devel/i386-rtems-g77/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:42:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B3F16A4CE; Sun, 16 Nov 2003 16:42:01 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A97C43FE3; Sun, 16 Nov 2003 16:42:00 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAH0eIen049531; Sun, 16 Nov 2003 16:40:18 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAH0eIST049530; Sun, 16 Nov 2003 16:40:18 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Sun, 16 Nov 2003 16:40:18 -0800 From: David Schultz To: Robert Watson Message-ID: <20031117004018.GA49450@VARK.homeunix.com> Mail-Followup-To: Robert Watson , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311170008.hAH08SMA032168@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:42:01 -0000 On Sun, Nov 16, 2003, Robert Watson wrote: > > On Sun, 16 Nov 2003, David Schultz wrote: > > > Modified files: > > sbin/nologin nologin.8 > > Log: > > Document nologin(8) as being insecure in conjunction with a dynamic > > root and suggest alternatives. > > Should we simply be making nologin(8) an except to the dynamic link > defaults? It's presently a shell script, so that isn't possible. However, it could be converted into a trivial C program as in OpenBSD, in which case it would be very small if statically linked. I added the warning largely for the sake of admins who are writing custom restricted shells and using nologin(8) as an example. (I've seen a couple such scripts on Solaris systems that are vulnerable.) But I suppose a statically-linked C program with some comments to the same effect would suffice just as well. Barring any objections, I'll implement your suggestion later tonight. From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:44:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DB616A4CE; Sun, 16 Nov 2003 16:44:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D27443FDD; Sun, 16 Nov 2003 16:44:31 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH0iVXJ042004; Sun, 16 Nov 2003 16:44:31 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH0iVBR041999; Sun, 16 Nov 2003 16:44:31 -0800 (PST) (envelope-from jeh) Message-Id: <200311170044.hAH0iVBR041999@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 16:44:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gcc pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:44:32 -0000 jeh 2003/11/16 16:44:31 PST FreeBSD ports repository Modified files: devel/i386-rtems-gcc pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems Log: Second part of the gccbug commit Revision Changes Path 1.6 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.arm-rtems 1.9 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.i386-rtems 1.8 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.i960-rtems 1.8 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.m68k-rtems 1.9 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.mips-rtems 1.8 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.powerpc-rtems 1.8 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.sh-rtems 1.8 +0 -1 ports/devel/i386-rtems-gcc/pkg-plist.sparc-rtems From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:48:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 515B616A4CE; Sun, 16 Nov 2003 16:48:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E37C43FFB; Sun, 16 Nov 2003 16:48:35 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH0mZXJ047834; Sun, 16 Nov 2003 16:48:35 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH0mZWa047833; Sun, 16 Nov 2003 16:48:35 -0800 (PST) (envelope-from jeh) Message-Id: <200311170048.hAH0mZWa047833@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 16:48:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gcc pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:48:36 -0000 jeh 2003/11/16 16:48:35 PST FreeBSD ports repository Modified files: devel/i386-rtems-gcc pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems Log: Wrong directory Revision Changes Path 1.7 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.arm-rtems 1.10 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.i386-rtems 1.9 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.i960-rtems 1.9 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.m68k-rtems 1.10 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.mips-rtems 1.9 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.powerpc-rtems 1.9 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.sh-rtems 1.9 +1 -0 ports/devel/i386-rtems-gcc/pkg-plist.sparc-rtems From owner-cvs-all@FreeBSD.ORG Sun Nov 16 16:56:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6ED16A4CE; Sun, 16 Nov 2003 16:56:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D98E43FDF; Sun, 16 Nov 2003 16:56:54 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH0urXJ048282; Sun, 16 Nov 2003 16:56:53 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH0uriO048281; Sun, 16 Nov 2003 16:56:53 -0800 (PST) (envelope-from rwatson) Message-Id: <200311170056.hAH0uriO048281@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 16:56:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:56:54 -0000 rwatson 2003/11/16 16:56:53 PST FreeBSD src repository Modified files: sys/nfsserver nfs_srvsock.c Log: Update a comment about needing to fix NFS server credential use by 5.0-RELEASE: make it now read 5.3-RELEASE to be realistic. Still needs fixing... Revision Changes Path 1.86 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:04:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3051A16A4CE; Sun, 16 Nov 2003 17:04:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB3943FBD; Sun, 16 Nov 2003 17:04:07 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH147XJ049533; Sun, 16 Nov 2003 17:04:07 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH147Wl049532; Sun, 16 Nov 2003 17:04:07 -0800 (PST) (envelope-from rwatson) Message-Id: <200311170104.hAH147Wl049532@repoman.freebsd.org> From: Robert Watson Date: Sun, 16 Nov 2003 17:04:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_biba mac_biba.csrc/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:04:08 -0000 rwatson 2003/11/16 17:04:07 PST FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c Log: Don't implement mpo_destroy() for Biba, LOMAC, and MLS, as they aren't allowed to be unloaded. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.69 +0 -7 src/sys/security/mac_biba/mac_biba.c 1.23 +0 -7 src/sys/security/mac_lomac/mac_lomac.c 1.56 +0 -7 src/sys/security/mac_mls/mac_mls.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:22:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EFD16A4CE; Sun, 16 Nov 2003 17:22:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721D043FBD; Sun, 16 Nov 2003 17:22:07 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH1M7XJ050369; Sun, 16 Nov 2003 17:22:07 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH1M7X9050368; Sun, 16 Nov 2003 17:22:07 -0800 (PST) (envelope-from truckman) Message-Id: <200311170122.hAH1M7X9050368@repoman.freebsd.org> From: Don Lewis Date: Sun, 16 Nov 2003 17:22:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:22:08 -0000 truckman 2003/11/16 17:22:07 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: Print the dirpref avgfilesize and avgfpdir parameters. MFC after: 2 weeks Revision Changes Path 1.39 +2 -0 src/sbin/dumpfs/dumpfs.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:23:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7999D16A4CE; Sun, 16 Nov 2003 17:23:18 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FA243FD7; Sun, 16 Nov 2003 17:23:17 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EFD50654B9; Mon, 17 Nov 2003 01:23:15 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27319-01-6; Mon, 17 Nov 2003 01:23:15 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id AA8F6654B8; Mon, 17 Nov 2003 01:23:09 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 1A04DF; Mon, 17 Nov 2003 01:23:01 +0000 (GMT) Date: Mon, 17 Nov 2003 01:23:00 +0000 From: Bruce M Simpson To: "M. Warner Losh" Message-ID: <20031117012300.GA81780@saboteur.dek.spc.org> Mail-Followup-To: "M. Warner Losh" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311162233.hAGMXgIj025490@repoman.freebsd.org> <20031116.153608.24272682.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116.153608.24272682.imp@bsdimp.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/idt idt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:23:18 -0000 On Sun, Nov 16, 2003 at 03:36:08PM -0700, M. Warner Losh wrote: > In message: <200311162233.hAGMXgIj025490@repoman.freebsd.org> > Warner Losh writes: > : Gross kludge: > > Others are welcome to find better ways to fix this. The real fix is > to fix the driver to not require 2048 byte mbufs. I've looked at differences between pdq (DEC FDDI Controller) and idt(4). It seems pdq does the right thing by specifying that it wants its buffers to be 2048 bytes, using MCLGET() to ask for the cluster after the mbuf, then using busdma to allocate the 2048 byte buffer. BMS From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:35:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75B1716A4CE; Sun, 16 Nov 2003 17:35:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D3043F93; Sun, 16 Nov 2003 17:35:14 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH1ZEXJ050955; Sun, 16 Nov 2003 17:35:14 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH1ZEoi050954; Sun, 16 Nov 2003 17:35:14 -0800 (PST) (envelope-from pav) Message-Id: <200311170135.hAH1ZEoi050954@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 17:35:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/linneighborhood Makefile pkg-plist ports/sysutils/linneighborhood/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:35:15 -0000 pav 2003/11/16 17:35:14 PST FreeBSD ports repository Modified files: sysutils/linneighborhood Makefile pkg-plist Removed files: sysutils/linneighborhood/files patch-configure Log: - Use system gettext instead of bundled one - Respect ${PTHREAD_LIBS} PR: ports/58542 Submitted by: Simon Barner Approved by: marcus (backup mentor) Revision Changes Path 1.5 +6 -3 ports/sysutils/linneighborhood/Makefile 1.2 +0 -32 ports/sysutils/linneighborhood/files/patch-configure (dead) 1.3 +1 -2 ports/sysutils/linneighborhood/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:53:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19E816A4CE; Sun, 16 Nov 2003 17:53:11 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFFD43FE0; Sun, 16 Nov 2003 17:53:10 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAH1r9eG032457; Sun, 16 Nov 2003 18:53:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Nov 2003 18:52:27 -0700 (MST) Message-Id: <20031116.185227.72975859.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20031117012300.GA81780@saboteur.dek.spc.org> References: <200311162233.hAGMXgIj025490@repoman.freebsd.org> <20031116.153608.24272682.imp@bsdimp.com> <20031117012300.GA81780@saboteur.dek.spc.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/idt idt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:53:12 -0000 In message: <20031117012300.GA81780@saboteur.dek.spc.org> Bruce M Simpson writes: : On Sun, Nov 16, 2003 at 03:36:08PM -0700, M. Warner Losh wrote: : > In message: <200311162233.hAGMXgIj025490@repoman.freebsd.org> : > Warner Losh writes: : > : Gross kludge: : > : > Others are welcome to find better ways to fix this. The real fix is : > to fix the driver to not require 2048 byte mbufs. : : I've looked at differences between pdq (DEC FDDI Controller) and idt(4). : It seems pdq does the right thing by specifying that it wants its buffers : to be 2048 bytes, using MCLGET() to ask for the cluster after the mbuf, : then using busdma to allocate the 2048 byte buffer. Don't let me stop you from fixing the driver or removing the test if the driver already has been fixed! Thanks for grunting out the details. It is much appreciated. Warner From owner-cvs-all@FreeBSD.ORG Sun Nov 16 17:55:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7984116A4CE; Sun, 16 Nov 2003 17:55:25 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6775843FAF; Sun, 16 Nov 2003 17:55:24 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAH1tEeG032483; Sun, 16 Nov 2003 18:55:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Nov 2003 18:54:32 -0700 (MST) Message-Id: <20031116.185432.132432651.imp@bsdimp.com> To: jroberson@chesapeake.net From: "M. Warner Losh" In-Reply-To: <20031116191819.O10222-100000@mail.chesapeake.net> References: <200311170009.hAH09n7u073008@khavrinen.lcs.mit.edu> <20031116191819.O10222-100000@mail.chesapeake.net> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: bde@zeta.org.au cc: wollman@khavrinen.lcs.mit.edu Subject: Re: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 01:55:25 -0000 In message: <20031116191819.O10222-100000@mail.chesapeake.net> Jeff Roberson writes: : > < said: : > : > > Agreed, this is required the support the bug. : > : > Not everyone agrees that this is a bug. : > : > I would, however, be willing to stipulate that it is worth limiting : > the number of option combinations a third-party vendor would need to : > support. : : Anymore than 1 per release is too much test load for an officially : supported product. We're only going to further deter companies from : providing binary only drivers if they aren't going to work with most : kernels. Furthermore, we're likely to crash if the driver is not : compatible with the kernel. Agreed. It was only with great reluctance that I enabled it. This will at least give us experience before pulling the trigger on a full blown kernel module build system re-write. Warner From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:11:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D2316A4CE; Sun, 16 Nov 2003 18:11:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC94743FBD; Sun, 16 Nov 2003 18:11:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2BDXJ053375; Sun, 16 Nov 2003 18:11:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2BDqr053374; Sun, 16 Nov 2003 18:11:13 -0800 (PST) (envelope-from bde) Message-Id: <200311170211.hAH2BDqr053374@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 18:11:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:11:14 -0000 bde 2003/11/16 18:11:13 PST FreeBSD src repository Modified files: sys/i386/include atomic.h Log: Avoid a warning for compiling with `gcc -Wbad-function cast'. (This is the warning that points to the bug in `(char *)malloc(...)' where malloc() is implicitly declared as returning int. We do similar things here, but they work because u_int is the same as uintptr_t on i386's.) Revision Changes Path 1.30 +5 -1 src/sys/i386/include/atomic.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:14:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913ED16A4CE; Sun, 16 Nov 2003 18:14:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BD943FDF; Sun, 16 Nov 2003 18:14:11 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2EAXJ053502; Sun, 16 Nov 2003 18:14:10 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2EAXC053501; Sun, 16 Nov 2003 18:14:10 -0800 (PST) (envelope-from jeh) Message-Id: <200311170214.hAH2EAXC053501@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 18:14:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:14:11 -0000 jeh 2003/11/16 18:14:10 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77/files patch-ab Log: Fix patch Revision Changes Path 1.7 +2 -2 ports/devel/i386-rtems-g77/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:14:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEFF16A4CE; Sun, 16 Nov 2003 18:14:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A7643FDF; Sun, 16 Nov 2003 18:14:53 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2ErXJ053553; Sun, 16 Nov 2003 18:14:53 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2EqaO053552; Sun, 16 Nov 2003 18:14:52 -0800 (PST) (envelope-from jeh) Message-Id: <200311170214.hAH2EqaO053552@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 18:14:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-objc Makefile ports/devel/i386-rtems-objc/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:14:53 -0000 jeh 2003/11/16 18:14:52 PST FreeBSD ports repository Modified files: devel/i386-rtems-objc Makefile devel/i386-rtems-objc/files patch-ab Log: Don't install gccbug over the one from the -rtems-gcc bug Revision Changes Path 1.21 +1 -1 ports/devel/i386-rtems-objc/Makefile 1.6 +4 -3 ports/devel/i386-rtems-objc/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:48:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597BE16A4CE; Sun, 16 Nov 2003 18:48:47 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44ECE43FDF; Sun, 16 Nov 2003 18:48:46 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 3B54E2ED46C; Sun, 16 Nov 2003 18:48:46 -0800 (PST) Date: Sun, 16 Nov 2003 18:48:46 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20031117024846.GX35957@elvis.mu.org> References: <200311170056.hAH0uriO048281@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311170056.hAH0uriO048281@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:48:47 -0000 * Robert Watson [031116 16:57] wrote: > rwatson 2003/11/16 16:56:53 PST > > FreeBSD src repository > > Modified files: > sys/nfsserver nfs_srvsock.c > Log: > Update a comment about needing to fix NFS server credential use > by 5.0-RELEASE: make it now read 5.3-RELEASE to be realistic. Still > needs fixing... > > Revision Changes Path > 1.86 +1 -1 src/sys/nfsserver/nfs_srvsock.c You'll probably also want to XXX nfsrv_setcred(). -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:55:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DAF016A4CE; Sun, 16 Nov 2003 18:55:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AEB43FBF; Sun, 16 Nov 2003 18:55:26 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2tPXJ055213; Sun, 16 Nov 2003 18:55:25 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2tPMw055212; Sun, 16 Nov 2003 18:55:25 -0800 (PST) (envelope-from bde) Message-Id: <200311170255.hAH2tPMw055212@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 18:55:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:55:26 -0000 bde 2003/11/16 18:55:25 PST FreeBSD src repository Modified files: sys/i386/include atomic.h Log: Fixed pedantic syntax errors. Many macros didn't permit a semicolon after their invocation in the !KLD_MODULE case, but a semicolon is provided after all invocations and is required in the KLD_MODULE case. Revision Changes Path 1.31 +6 -3 src/sys/i386/include/atomic.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:55:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C70116A4CF; Sun, 16 Nov 2003 18:55:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C42C43FBF; Sun, 16 Nov 2003 18:55:38 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2tcXJ055298; Sun, 16 Nov 2003 18:55:38 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2tcYV055297; Sun, 16 Nov 2003 18:55:38 -0800 (PST) (envelope-from bland) Message-Id: <200311170255.hAH2tcYV055297@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 16 Nov 2003 18:55:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/gnomephotoprinter Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:55:39 -0000 bland 2003/11/16 18:55:38 PST FreeBSD ports repository Modified files: print Makefile Added files: print/gnomephotoprinter Makefile distinfo pkg-descr pkg-plist Log: Add gnomephotoprinter 0.6, Gnome Photo Printer is intended for printing photos in an easy way. Revision Changes Path 1.257 +1 -0 ports/print/Makefile 1.1 +24 -0 ports/print/gnomephotoprinter/Makefile (new) 1.1 +1 -0 ports/print/gnomephotoprinter/distinfo (new) 1.1 +6 -0 ports/print/gnomephotoprinter/pkg-descr (new) 1.1 +5 -0 ports/print/gnomephotoprinter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 18:55:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B4016A4D0; Sun, 16 Nov 2003 18:55:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E23E43F75; Sun, 16 Nov 2003 18:55:50 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH2toXJ055363; Sun, 16 Nov 2003 18:55:50 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH2toZS055362; Sun, 16 Nov 2003 18:55:50 -0800 (PST) (envelope-from bland) Message-Id: <200311170255.hAH2toZS055362@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 16 Nov 2003 18:55:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 02:55:51 -0000 bland 2003/11/16 18:55:50 PST FreeBSD ports repository Modified files: . modules Log: gnomephotoprinter --> ports/print/gnomephotoprinter Revision Changes Path 1.8614 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:00:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287FE16A4CE; Sun, 16 Nov 2003 19:00:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A10D43FA3; Sun, 16 Nov 2003 19:00:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH30qXJ055689; Sun, 16 Nov 2003 19:00:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH30qj1055687; Sun, 16 Nov 2003 19:00:52 -0800 (PST) (envelope-from pav) Message-Id: <200311170300.hAH30qj1055687@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 19:00:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-game Makefile distinfo pkg-plist ports/devel/py-game/files patch-src-draw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:00:53 -0000 pav 2003/11/16 19:00:52 PST FreeBSD ports repository Modified files: devel/py-game Makefile distinfo pkg-plist Added files: devel/py-game/files patch-src-draw.c Log: Update to 1.6 Approved by: adamw (mentor) Revision Changes Path 1.24 +1 -1 ports/devel/py-game/Makefile 1.13 +1 -1 ports/devel/py-game/distinfo 1.1 +20 -0 ports/devel/py-game/files/patch-src-draw.c (new) 1.13 +40 -15 ports/devel/py-game/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:05:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D4F16A4CE; Sun, 16 Nov 2003 19:05:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A30443FDD; Sun, 16 Nov 2003 19:05:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH35wXJ056792; Sun, 16 Nov 2003 19:05:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH35vnx056791; Sun, 16 Nov 2003 19:05:57 -0800 (PST) (envelope-from linimon) Message-Id: <200311170305.hAH35vnx056791@repoman.freebsd.org> From: Mark Linimon Date: Sun, 16 Nov 2003 19:05:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/fte Makefile distinfo pkg-plist ports/editors/fte/files conffiles patch-aa patch-ab patch-ac patch-ad patch-ba X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:06:00 -0000 linimon 2003/11/16 19:05:57 PST FreeBSD ports repository Modified files: editors/fte Makefile distinfo pkg-plist editors/fte/files patch-aa Added files: editors/fte/files patch-ba Removed files: editors/fte/files conffiles patch-ab patch-ac patch-ad Log: Large rework per maintainer-update (PR: ports/50914). Although the changes only span 6 months, they do include a complete rework of the release numbering system. See the Changes file for full details, but the highlights are: - Readonly files are not editable when loaded. - updated some modes (HTML) - new modes (sml, mod3, sl, sql, 4gl, sgml) - new commands: - RunProgramAsync - new macro expansion variables: - FileDirectory - FileBaseName - FileExtension - X11: support for I18N, XMB Revision Changes Path 1.7 +8 -59 ports/editors/fte/Makefile 1.2 +2 -1 ports/editors/fte/distinfo 1.2 +0 -64 ports/editors/fte/files/conffiles (dead) 1.2 +37 -57 ports/editors/fte/files/patch-aa 1.2 +0 -275 ports/editors/fte/files/patch-ab (dead) 1.3 +0 -69 ports/editors/fte/files/patch-ac (dead) 1.2 +0 -13 ports/editors/fte/files/patch-ad (dead) 1.1 +10 -0 ports/editors/fte/files/patch-ba (new) 1.4 +99 -84 ports/editors/fte/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:06:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7335016A4E2; Sun, 16 Nov 2003 19:06:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EAE43FBF; Sun, 16 Nov 2003 19:06:07 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH367XJ056868; Sun, 16 Nov 2003 19:06:07 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH367FF056865; Sun, 16 Nov 2003 19:06:07 -0800 (PST) (envelope-from pav) Message-Id: <200311170306.hAH367FF056865@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 19:06:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/pathological Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:06:08 -0000 pav 2003/11/16 19:06:07 PST FreeBSD ports repository Modified files: games Makefile Added files: games/pathological Makefile distinfo pkg-descr pkg-plist Log: Pathological is an enriched clone of game Logical. Features - Sharp 800x600 graphics - 50 diverse and challenging levels (more to come...) - A cool 6-minute ambient soundtrack by an award-winning musician And it reminds me my old favourite game Marble Drop. PR: ports/59031 Submitted by: Janos Mohacsi Approved by: adamw (mentor) Revision Changes Path 1.609 +1 -0 ports/games/Makefile 1.1 +43 -0 ports/games/pathological/Makefile (new) 1.1 +1 -0 ports/games/pathological/distinfo (new) 1.1 +13 -0 ports/games/pathological/pkg-descr (new) 1.1 +161 -0 ports/games/pathological/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:08:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C13B16A4CE; Sun, 16 Nov 2003 19:08:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC6143FB1; Sun, 16 Nov 2003 19:08:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH38lXJ056954; Sun, 16 Nov 2003 19:08:47 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH38l0l056953; Sun, 16 Nov 2003 19:08:47 -0800 (PST) (envelope-from pav) Message-Id: <200311170308.hAH38l0l056953@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 16 Nov 2003 19:08:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:08:48 -0000 pav 2003/11/16 19:08:47 PST FreeBSD ports repository Modified files: . modules Log: pathological --> ports/games/pathological Approved by: adamw (mentor) Revision Changes Path 1.8615 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:15:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF88716A4CE; Sun, 16 Nov 2003 19:15:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE69343FBD; Sun, 16 Nov 2003 19:15:17 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH3FHXJ057860; Sun, 16 Nov 2003 19:15:17 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH3FHRd057859; Sun, 16 Nov 2003 19:15:17 -0800 (PST) (envelope-from jeh) Message-Id: <200311170315.hAH3FHRd057859@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 16 Nov 2003 19:15:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/arm-rtems-binutils Makefile ports/devel/arm-rtems-g77 Makefile ports/devel/arm-rtems-gcc Makefileports/devel/i386-rtems-binutils Makefile ports/devel/i386-rtems-g77 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:15:19 -0000 jeh 2003/11/16 19:15:17 PST FreeBSD ports repository Modified files: devel/arm-rtems-binutils Makefile devel/arm-rtems-g77 Makefile devel/arm-rtems-gcc Makefile devel/arm-rtems-objc Makefile devel/i386-rtems-binutils Makefile devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-objc Makefile devel/i960-rtems-binutils Makefile devel/i960-rtems-gcc Makefile devel/m68k-rtems-binutils Makefile devel/m68k-rtems-g77 Makefile devel/m68k-rtems-gcc Makefile devel/m68k-rtems-objc Makefile devel/mips-rtems-binutils Makefile devel/mips-rtems-g77 Makefile devel/mips-rtems-gcc Makefile devel/mips-rtems-objc Makefile devel/powerpc-rtems-binutils Makefile devel/powerpc-rtems-g77 Makefile devel/powerpc-rtems-gcc Makefile devel/powerpc-rtems-objc Makefile devel/sh-rtems-binutils Makefile devel/sh-rtems-g77 Makefile devel/sh-rtems-gcc Makefile devel/sh-rtems-objc Makefile devel/sparc-rtems-binutils Makefile devel/sparc-rtems-g77 Makefile devel/sparc-rtems-gcc Makefile devel/sparc-rtems-objc Makefile Log: Fix the usage of MASTERDIR in both the slave and master port as mentioned in PR: 59254 Revision Changes Path 1.2 +3 -1 ports/devel/arm-rtems-binutils/Makefile 1.2 +2 -0 ports/devel/arm-rtems-g77/Makefile 1.4 +2 -1 ports/devel/arm-rtems-gcc/Makefile 1.2 +3 -1 ports/devel/arm-rtems-objc/Makefile 1.20 +5 -6 ports/devel/i386-rtems-binutils/Makefile 1.24 +1 -2 ports/devel/i386-rtems-g77/Makefile 1.25 +6 -7 ports/devel/i386-rtems-gcc/Makefile 1.22 +1 -2 ports/devel/i386-rtems-objc/Makefile 1.3 +4 -2 ports/devel/i960-rtems-binutils/Makefile 1.4 +2 -1 ports/devel/i960-rtems-gcc/Makefile 1.3 +4 -2 ports/devel/m68k-rtems-binutils/Makefile 1.3 +3 -1 ports/devel/m68k-rtems-g77/Makefile 1.4 +2 -1 ports/devel/m68k-rtems-gcc/Makefile 1.3 +4 -2 ports/devel/m68k-rtems-objc/Makefile 1.9 +4 -2 ports/devel/mips-rtems-binutils/Makefile 1.6 +2 -0 ports/devel/mips-rtems-g77/Makefile 1.7 +2 -1 ports/devel/mips-rtems-gcc/Makefile 1.6 +3 -1 ports/devel/mips-rtems-objc/Makefile 1.3 +4 -2 ports/devel/powerpc-rtems-binutils/Makefile 1.3 +3 -1 ports/devel/powerpc-rtems-g77/Makefile 1.4 +2 -1 ports/devel/powerpc-rtems-gcc/Makefile 1.3 +4 -2 ports/devel/powerpc-rtems-objc/Makefile 1.3 +4 -2 ports/devel/sh-rtems-binutils/Makefile 1.3 +3 -1 ports/devel/sh-rtems-g77/Makefile 1.6 +2 -1 ports/devel/sh-rtems-gcc/Makefile 1.3 +4 -2 ports/devel/sh-rtems-objc/Makefile 1.3 +4 -2 ports/devel/sparc-rtems-binutils/Makefile 1.3 +3 -1 ports/devel/sparc-rtems-g77/Makefile 1.4 +2 -1 ports/devel/sparc-rtems-gcc/Makefile 1.3 +4 -2 ports/devel/sparc-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:17:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C770D16A4CE; Sun, 16 Nov 2003 19:17:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1F843FAF; Sun, 16 Nov 2003 19:17:50 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH3HoXJ057959; Sun, 16 Nov 2003 19:17:50 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH3HnIW057958; Sun, 16 Nov 2003 19:17:49 -0800 (PST) (envelope-from green) Message-Id: <200311170317.hAH3HnIW057958@repoman.freebsd.org> From: Brian Feldman Date: Sun, 16 Nov 2003 19:17:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_divert.c ip_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:17:50 -0000 green 2003/11/16 19:17:49 PST FreeBSD src repository Modified files: sys/netinet ip_divert.c ip_input.c Log: Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but do not have mh_nextpkt initialized. Somtimes what's there is "1", and the ip_input() code pukes trying to m_free() it, rendering divert sockets and such broken. This really underscores the need to get rid of MT_TAG. Reviewed by: rwatson Revision Changes Path 1.78 +1 -0 src/sys/netinet/ip_divert.c 1.256 +2 -0 src/sys/netinet/ip_input.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:39:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF5F516A4FE; Sun, 16 Nov 2003 19:39:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF4743FE1; Sun, 16 Nov 2003 19:39:53 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH3drXJ059499; Sun, 16 Nov 2003 19:39:53 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH3dr3b059498; Sun, 16 Nov 2003 19:39:53 -0800 (PST) (envelope-from dinoex) Message-Id: <200311170339.hAH3dr3b059498@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 16 Nov 2003 19:39:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/aspell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:39:54 -0000 dinoex 2003/11/16 19:39:53 PST FreeBSD ports repository Modified files: textproc/aspell Makefile Log: - Fix build problme Does not link without at least -O, after update to 0.50.4.1 Submitted by: thierry@pompo.net Revision Changes Path 1.50 +5 -0 ports/textproc/aspell/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:40:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E97416A4CE; Sun, 16 Nov 2003 19:40:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE3643FBF; Sun, 16 Nov 2003 19:40:41 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH3efXJ059721; Sun, 16 Nov 2003 19:40:41 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH3efJJ059720; Sun, 16 Nov 2003 19:40:41 -0800 (PST) (envelope-from bde) Message-Id: <200311170340.hAH3efJJ059720@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 19:40:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include pcpu.h src/sys/i386/include pcpu.h src/sys/ia64/include pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:40:42 -0000 bde 2003/11/16 19:40:41 PST FreeBSD src repository Modified files: sys/amd64/include pcpu.h sys/i386/include pcpu.h sys/ia64/include pcpu.h Log: Fixed a pedantic syntax error (a stray semicolon at the end of PCPU_MD_FIELDS). Revision Changes Path 1.38 +1 -1 src/sys/amd64/include/pcpu.h 1.39 +1 -1 src/sys/i386/include/pcpu.h 1.17 +1 -1 src/sys/ia64/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 19:56:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD0D16A4CF; Sun, 16 Nov 2003 19:56:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163CE43FCB; Sun, 16 Nov 2003 19:56:01 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH3u0XJ060367; Sun, 16 Nov 2003 19:56:00 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH3u0C2060366; Sun, 16 Nov 2003 19:56:00 -0800 (PST) (envelope-from dinoex) Message-Id: <200311170356.hAH3u0C2060366@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 16 Nov 2003 19:56:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popa3d Makefile distinfo ports/mail/popa3d/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 03:56:02 -0000 dinoex 2003/11/16 19:56:00 PST FreeBSD ports repository Modified files: mail/popa3d Makefile distinfo mail/popa3d/files patch-ab Log: - update to 0.6.4 Revision Changes Path 1.23 +1 -1 ports/mail/popa3d/Makefile 1.10 +1 -1 ports/mail/popa3d/distinfo 1.5 +5 -5 ports/mail/popa3d/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:02:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50C916A4CE; Sun, 16 Nov 2003 20:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7EE43F75; Sun, 16 Nov 2003 20:02:47 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH42lXJ060681; Sun, 16 Nov 2003 20:02:47 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH42kVk060680; Sun, 16 Nov 2003 20:02:46 -0800 (PST) (envelope-from hrs) Message-Id: <200311170402.hAH42kVk060680@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 16 Nov 2003 20:02:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:02:47 -0000 hrs 2003/11/16 20:02:46 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile Log: Unbreak the build. Revision Changes Path 1.72 +1 -1 doc/en_US.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:03:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C3616A4CE; Sun, 16 Nov 2003 20:03:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0653343FD7; Sun, 16 Nov 2003 20:03:40 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH43dXJ061675; Sun, 16 Nov 2003 20:03:39 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH43d9b061674; Sun, 16 Nov 2003 20:03:39 -0800 (PST) (envelope-from bland) Message-Id: <200311170403.hAH43d9b061674@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 16 Nov 2003 20:03:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/inkscape Makefile distinfo pkg-descr pkg-plistpatch-src::dialogs::stroke-style.c patch-src::interface.c patch-src::main.c patch-src::xml::repr-io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:03:41 -0000 bland 2003/11/16 20:03:39 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/inkscape Makefile distinfo pkg-descr pkg-plist graphics/inkscape/files patch-configure patch-src::dialogs::stroke-style.c patch-src::interface.c patch-src::main.c patch-src::xml::repr-io.c Log: Add inkscape 0.35, a program seeks to become a full featured open source SVG editor. Revision Changes Path 1.632 +1 -0 ports/graphics/Makefile 1.1 +35 -0 ports/graphics/inkscape/Makefile (new) 1.1 +1 -0 ports/graphics/inkscape/distinfo (new) 1.1 +28 -0 ports/graphics/inkscape/files/patch-configure (new) 1.1 +19 -0 ports/graphics/inkscape/files/patch-src::dialogs::stroke-style.c (new) 1.1 +33 -0 ports/graphics/inkscape/files/patch-src::interface.c (new) 1.1 +20 -0 ports/graphics/inkscape/files/patch-src::main.c (new) 1.1 +14 -0 ports/graphics/inkscape/files/patch-src::xml::repr-io.c (new) 1.1 +9 -0 ports/graphics/inkscape/pkg-descr (new) 1.1 +216 -0 ports/graphics/inkscape/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:03:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 019D516A4CF; Sun, 16 Nov 2003 20:03:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D5DA43F75; Sun, 16 Nov 2003 20:03:49 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH43nXJ061713; Sun, 16 Nov 2003 20:03:49 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH43n1R061712; Sun, 16 Nov 2003 20:03:49 -0800 (PST) (envelope-from bland) Message-Id: <200311170403.hAH43n1R061712@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 16 Nov 2003 20:03:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:03:50 -0000 bland 2003/11/16 20:03:49 PST FreeBSD ports repository Modified files: . modules Log: inkscape --> ports/graphics/inkscape Revision Changes Path 1.8616 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:10:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3891216A4CE; Sun, 16 Nov 2003 20:10:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE7A43FDF; Sun, 16 Nov 2003 20:10:05 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4A5XJ062016; Sun, 16 Nov 2003 20:10:05 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4A511062015; Sun, 16 Nov 2003 20:10:05 -0800 (PST) (envelope-from jkoshy) Message-Id: <200311170410.hAH4A511062015@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 16 Nov 2003 20:10:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/netpipe Makefile distinfo ports/benchmarks/netpipe/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:10:06 -0000 jkoshy 2003/11/16 20:10:04 PST FreeBSD ports repository Modified files: benchmarks/netpipe Makefile distinfo benchmarks/netpipe/files patch-makefile Log: Upgrade to v3.6. Revision Changes Path 1.12 +1 -1 ports/benchmarks/netpipe/Makefile 1.5 +1 -1 ports/benchmarks/netpipe/distinfo 1.2 +4 -4 ports/benchmarks/netpipe/files/patch-makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:19:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C08916A4CE; Sun, 16 Nov 2003 20:19:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BD843FCB; Sun, 16 Nov 2003 20:19:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4JFXJ062415; Sun, 16 Nov 2003 20:19:15 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4JFb5062414; Sun, 16 Nov 2003 20:19:15 -0800 (PST) (envelope-from nectar) Message-Id: <200311170419.hAH4JFb5062414@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 16 Nov 2003 20:19:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdtime strptime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:19:16 -0000 nectar 2003/11/16 20:19:15 PST FreeBSD src repository Modified files: lib/libc/stdtime strptime.c Log: Detect range errors when using the %s specifier. Previously, LONG_MAX was rejected as a range error, while any values less than LONG_MIN were silently substituted with LONG_MIN. Furthermore, on some platforms `time_t' has less range than `long' (e.g. alpha), which may give incorrect results when parsing some strings. Revision Changes Path 1.35 +10 -3 src/lib/libc/stdtime/strptime.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:20:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BC416A4CE; Sun, 16 Nov 2003 20:20:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D287A43FCB; Sun, 16 Nov 2003 20:20:02 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4K2XJ062467; Sun, 16 Nov 2003 20:20:02 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4K2AG062466; Sun, 16 Nov 2003 20:20:02 -0800 (PST) (envelope-from nectar) Message-Id: <200311170420.hAH4K2AG062466@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 16 Nov 2003 20:20:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:20:03 -0000 nectar 2003/11/16 20:20:02 PST FreeBSD src repository Modified files: lib/libc Makefile Log: Baby steps. Set WARNS=1 for libc. Revision Changes Path 1.45 +1 -0 src/lib/libc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:28:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8174E16A4CE; Sun, 16 Nov 2003 20:28:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1FD43FB1; Sun, 16 Nov 2003 20:28:10 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4SAXJ062831; Sun, 16 Nov 2003 20:28:10 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4SAOB062830; Sun, 16 Nov 2003 20:28:10 -0800 (PST) (envelope-from scottl) Message-Id: <200311170428.hAH4SAOB062830@repoman.freebsd.org> From: Scott Long Date: Sun, 16 Nov 2003 20:28:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:28:11 -0000 scottl 2003/11/16 20:28:10 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Standardize the format of the status fields. Revision Changes Path 1.50 +38 -31 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:29:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CE816A4CE; Sun, 16 Nov 2003 20:29:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EB243FE1; Sun, 16 Nov 2003 20:29:38 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4TcXJ062910; Sun, 16 Nov 2003 20:29:38 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4Tc36062909; Sun, 16 Nov 2003 20:29:38 -0800 (PST) (envelope-from scottl) Message-Id: <200311170429.hAH4Tc36062909@repoman.freebsd.org> From: Scott Long Date: Sun, 16 Nov 2003 20:29:38 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:29:39 -0000 scottl 2003/11/16 20:29:38 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Bluetooth docs are done, remove this from the list. Revision Changes Path 1.51 +1 -9 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:33:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30E9916A4CE; Sun, 16 Nov 2003 20:33:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B30343FE1; Sun, 16 Nov 2003 20:33:25 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4XPXJ063139; Sun, 16 Nov 2003 20:33:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4XPQi063138; Sun, 16 Nov 2003 20:33:25 -0800 (PST) (envelope-from scottl) Message-Id: <200311170433.hAH4XPQi063138@repoman.freebsd.org> From: Scott Long Date: Sun, 16 Nov 2003 20:33:25 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:33:26 -0000 scottl 2003/11/16 20:33:25 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Add item for the turnstiles panic. Remove the PSE item since it seems to have gone away. Revision Changes Path 1.52 +5 -6 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:38:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82FD16A4CE; Sun, 16 Nov 2003 20:38:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3D243FAF; Sun, 16 Nov 2003 20:38:00 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4c0XJ063298; Sun, 16 Nov 2003 20:38:00 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4bxN3063297; Sun, 16 Nov 2003 20:37:59 -0800 (PST) (envelope-from linimon) Message-Id: <200311170437.hAH4bxN3063297@repoman.freebsd.org> From: Mark Linimon Date: Sun, 16 Nov 2003 20:37:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/citadel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:38:01 -0000 linimon 2003/11/16 20:37:59 PST FreeBSD ports repository Modified files: net/citadel Makefile Log: Mark interactive to appease bento builds. PR: ports/59309 Submitted by: Brian Ledbetter (maintainer) Revision Changes Path 1.6 +2 -1 ports/net/citadel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:38:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC3716A4CF; Sun, 16 Nov 2003 20:38:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F5C43FE0; Sun, 16 Nov 2003 20:38:15 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4cFXJ063344; Sun, 16 Nov 2003 20:38:15 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4cEXj063343; Sun, 16 Nov 2003 20:38:14 -0800 (PST) (envelope-from imp) Message-Id: <200311170438.hAH4cEXj063343@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Nov 2003 20:38:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.sparc64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:38:16 -0000 imp 2003/11/16 20:38:14 PST FreeBSD src repository Modified files: sys/conf files.sparc64 Log: Copy ukbdmap.h rules from .i386. # maybe this should be in files. # This may fix sparc64 tinderbox. I'll kinow in a few hours. Revision Changes Path 1.48 +6 -0 src/sys/conf/files.sparc64 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 20:40:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F61E16A4CE; Sun, 16 Nov 2003 20:40:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D581043FCB; Sun, 16 Nov 2003 20:40:58 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH4ewXJ063625; Sun, 16 Nov 2003 20:40:58 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH4ewMo063624; Sun, 16 Nov 2003 20:40:58 -0800 (PST) (envelope-from bde) Message-Id: <200311170440.hAH4ewMo063624@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 20:40:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include pcpu.h src/sys/i386/include pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:40:59 -0000 bde 2003/11/16 20:40:58 PST FreeBSD src repository Modified files: sys/amd64/include pcpu.h sys/i386/include pcpu.h Log: Fixed pedantic warnings for statement-expressions using __extension__ and by not using a statement-expression for the non-expression __PCPU_SET(). Revision Changes Path 1.39 +4 -4 src/sys/amd64/include/pcpu.h 1.40 +4 -4 src/sys/i386/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:00:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8825716A4D1; Sun, 16 Nov 2003 21:00:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A759143FE1; Sun, 16 Nov 2003 21:00:07 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH507XJ069946; Sun, 16 Nov 2003 21:00:07 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH507T3069945; Sun, 16 Nov 2003 21:00:07 -0800 (PST) (envelope-from dinoex) Message-Id: <200311170500.hAH507T3069945@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 16 Nov 2003 21:00:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:00:09 -0000 dinoex 2003/11/16 21:00:06 PST FreeBSD ports repository Modified files: mail/sendmail Makefile Log: - move PKGMESSAGE up, bsd.port.mk has been fixed. PR: 59254 Revision Changes Path 1.83 +1 -1 ports/mail/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:16:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D06216A4CE; Sun, 16 Nov 2003 21:16:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FBE43FA3; Sun, 16 Nov 2003 21:16:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5GQXJ071542; Sun, 16 Nov 2003 21:16:26 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5GQ6n071541; Sun, 16 Nov 2003 21:16:26 -0800 (PST) (envelope-from obrien) Message-Id: <200311170516.hAH5GQ6n071541@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Nov 2003 21:16:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:16:27 -0000 obrien 2003/11/16 21:16:26 PST FreeBSD src repository Modified files: gnu/usr.bin/tar Makefile Log: /rescue/tar exists, so build this dynamic now. Revision Changes Path 1.18 +0 -2 src/gnu/usr.bin/tar/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:18:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8883416A4CE; Sun, 16 Nov 2003 21:18:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F186343FE9; Sun, 16 Nov 2003 21:18:36 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5IaXJ071628; Sun, 16 Nov 2003 21:18:36 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5IaNV071627; Sun, 16 Nov 2003 21:18:36 -0800 (PST) (envelope-from obrien) Message-Id: <200311170518.hAH5IaNV071627@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Nov 2003 21:18:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gzip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:18:37 -0000 obrien 2003/11/16 21:18:36 PST FreeBSD src repository Modified files: gnu/usr.bin/gzip Makefile Log: /rescue/g{{,un}zip,zcat} exist, so build this dynamically now. Revision Changes Path 1.25 +0 -2 src/gnu/usr.bin/gzip/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:19:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BB716A4CE; Sun, 16 Nov 2003 21:19:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F49043F93; Sun, 16 Nov 2003 21:19:37 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5JbXJ071688; Sun, 16 Nov 2003 21:19:37 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5JbF1071687; Sun, 16 Nov 2003 21:19:37 -0800 (PST) (envelope-from obrien) Message-Id: <200311170519.hAH5JbF1071687@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Nov 2003 21:19:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/bzip2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:19:38 -0000 obrien 2003/11/16 21:19:37 PST FreeBSD src repository Modified files: usr.bin/bzip2 Makefile Log: /rescue/b{,un}zip exists, so build this dynamically now. Revision Changes Path 1.7 +0 -2 src/usr.bin/bzip2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:21:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E55EC16A4CE; Sun, 16 Nov 2003 21:21:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCAD43FE0; Sun, 16 Nov 2003 21:21:19 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5LJXJ071900; Sun, 16 Nov 2003 21:21:19 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5LIAI071899; Sun, 16 Nov 2003 21:21:18 -0800 (PST) (envelope-from imp) Message-Id: <200311170521.hAH5LIAI071899@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Nov 2003 21:21:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:21:20 -0000 imp 2003/11/16 21:21:18 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: Ignore errors on ln. This is a quick fix for the make depend twice in a row being broken. A better filx will come as soon as I have time to analyse things more deeply. Revision Changes Path 1.149 +1 -1 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:31:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D891016A4CE; Sun, 16 Nov 2003 21:31:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65AD43FB1; Sun, 16 Nov 2003 21:31:05 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5V5XJ072363; Sun, 16 Nov 2003 21:31:05 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5V56I072362; Sun, 16 Nov 2003 21:31:05 -0800 (PST) (envelope-from scottl) Message-Id: <200311170531.hAH5V56I072362@repoman.freebsd.org> From: Scott Long Date: Sun, 16 Nov 2003 21:31:05 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:31:07 -0000 scottl 2003/11/16 21:31:05 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Add 'fix ACPI kernel module' to the TODO list. Revision Changes Path 1.53 +9 -1 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:31:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CC016A4CF; Sun, 16 Nov 2003 21:31:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41B643FAF; Sun, 16 Nov 2003 21:31:21 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5VLXJ072389; Sun, 16 Nov 2003 21:31:21 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5VLdE072388; Sun, 16 Nov 2003 21:31:21 -0800 (PST) (envelope-from lofi) Message-Id: <200311170531.hAH5VLdE072388@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 16 Nov 2003 21:31:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libpaper pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:31:22 -0000 lofi 2003/11/16 21:31:21 PST FreeBSD ports repository Modified files: print/libpaper pkg-descr Log: Correct pkg-descr. Revision Changes Path 1.2 +18 -3 ports/print/libpaper/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:45:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AFD616A4CE; Sun, 16 Nov 2003 21:45:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE43243FBD; Sun, 16 Nov 2003 21:45:21 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5jLXJ073050; Sun, 16 Nov 2003 21:45:21 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5jL5x073049; Sun, 16 Nov 2003 21:45:21 -0800 (PST) (envelope-from bmah) Message-Id: <200311170545.hAH5jL5x073049@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 16 Nov 2003 21:45:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:45:26 -0000 bmah 2003/11/16 21:45:21 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Start turning on a few devices in the amd64 hardware notes, based on things that I've observed to work. Obtained from: sledge, various dmesg(1) output messages from peter Revision Changes Path 1.200 +8 -8 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:47:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A3116A4CE; Sun, 16 Nov 2003 21:47:05 -0800 (PST) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DB443F93; Sun, 16 Nov 2003 21:47:01 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) hAH5kuNJ033711; Mon, 17 Nov 2003 07:46:56 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id hAH5kuVw033710; Mon, 17 Nov 2003 07:46:56 +0200 (SAST) (envelope-from jhay) Date: Mon, 17 Nov 2003 07:46:56 +0200 From: John Hay To: Marcel Moolenaar Message-ID: <20031117054656.GA33611@zibbi.icomtek.csir.co.za> References: <200311142211.hAEMBi81078324@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311142211.hAEMBi81078324@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:47:06 -0000 On Fri, Nov 14, 2003 at 02:11:44PM -0800, Marcel Moolenaar wrote: > marcel 2003/11/14 14:11:44 PST > > FreeBSD src repository > > Modified files: > . UPDATING > Log: > Add the most vital piece of information WRT upgrading past the > statfs changes: you must have COMPAT_FREEBSD4 in your kernel > config file. Everything else is documented procedure and will > not save your ass if you don't have the option. Ahhh, that is what tripped me up when trying to boot a new kernel with old progs. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Nov 16 21:47:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85D216A4CE; Sun, 16 Nov 2003 21:47:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C91E43FB1; Sun, 16 Nov 2003 21:47:43 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH5lgXJ073155; Sun, 16 Nov 2003 21:47:42 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH5lgWl073154; Sun, 16 Nov 2003 21:47:42 -0800 (PST) (envelope-from marcel) Message-Id: <200311170547.hAH5lgWl073154@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Nov 2003 21:47:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk write_ia64_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 05:47:44 -0000 marcel 2003/11/16 21:47:42 PST FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Declare crc32 static. There's a copy in libz that conflicts for the crunched binary. Found by: make release Revision Changes Path 1.13 +1 -1 src/lib/libdisk/write_ia64_disk.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:08:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513A016A583; Sun, 16 Nov 2003 22:08:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B21B43FEC; Sun, 16 Nov 2003 22:08:11 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH68BXJ074911; Sun, 16 Nov 2003 22:08:11 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH68BrE074910; Sun, 16 Nov 2003 22:08:11 -0800 (PST) (envelope-from peter) Message-Id: <200311170608.hAH68BrE074910@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 Nov 2003 22:08:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:08:14 -0000 peter 2003/11/16 22:08:11 PST FreeBSD src repository Modified files: sys/sys interrupt.h sys/kern kern_intr.c Log: Expand the argument to the ithread enable/disable helper hooks from an int to something big enough to hold a pointer. amd64 needs this. Revision Changes Path 1.101 +3 -3 src/sys/kern/kern_intr.c 1.26 +6 -6 src/sys/sys/interrupt.h From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:12:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB2E16A4CE; Sun, 16 Nov 2003 22:12:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9EC44048; Sun, 16 Nov 2003 22:10:21 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH6AFXJ075147; Sun, 16 Nov 2003 22:10:15 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH6AFxI075146; Sun, 16 Nov 2003 22:10:15 -0800 (PST) (envelope-from peter) Message-Id: <200311170610.hAH6AFxI075146@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 Nov 2003 22:10:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha interrupt.c src/sys/alpha/include intr.h src/sys/alpha/isa isa.c src/sys/alpha/mcbus mcpcia.c src/sys/alpha/pci apecs.c cia.c t2.c tsunami.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:12:22 -0000 peter 2003/11/16 22:10:15 PST FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c sys/alpha/include intr.h sys/alpha/isa isa.c sys/alpha/mcbus mcpcia.c sys/alpha/pci apecs.c cia.c t2.c tsunami.c sys/i386/i386 intr_machdep.c sys/ia64/ia64 interrupt.c sys/powerpc/include intr_machdep.h sys/powerpc/powermac hrowpic.c sys/powerpc/powerpc intr_machdep.c openpic.c Log: Widen the enable/disable helper function's argument in line with the ithread_create() changes etc. This should be mostly a NOP. Revision Changes Path 1.76 +3 -3 src/sys/alpha/alpha/interrupt.c 1.11 +4 -3 src/sys/alpha/include/intr.h 1.34 +4 -3 src/sys/alpha/isa/isa.c 1.28 +8 -8 src/sys/alpha/mcbus/mcpcia.c 1.24 +2 -2 src/sys/alpha/pci/apecs.c 1.42 +2 -2 src/sys/alpha/pci/cia.c 1.20 +2 -2 src/sys/alpha/pci/t2.c 1.23 +2 -2 src/sys/alpha/pci/tsunami.c 1.4 +2 -14 src/sys/i386/i386/intr_machdep.c 1.43 +1 -1 src/sys/ia64/ia64/interrupt.c 1.3 +1 -1 src/sys/powerpc/include/intr_machdep.h 1.2 +4 -4 src/sys/powerpc/powermac/hrowpic.c 1.3 +4 -4 src/sys/powerpc/powerpc/intr_machdep.c 1.9 +4 -4 src/sys/powerpc/powerpc/openpic.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:28:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DDD16A4CE; Sun, 16 Nov 2003 22:28:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0EE43FDF; Sun, 16 Nov 2003 22:28:20 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH6SKXJ076204; Sun, 16 Nov 2003 22:28:20 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH6SKgQ076203; Sun, 16 Nov 2003 22:28:20 -0800 (PST) (envelope-from hrs) Message-Id: <200311170628.hAH6SKgQ076203@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 16 Nov 2003 22:28:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook Makefile chapters.ent doc/ja_JP.eucJP/share/sgml mirrors.xsl transtable.xml transtable.xsl doc/share/sgml mirrors.xsl www/en includes.xsl index.xsl www/ja Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:28:21 -0000 hrs 2003/11/16 22:28:19 PST FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook Makefile chapters.ent ja_JP.eucJP/books/handbook/mirrors chapter.sgml share/sgml mirrors.xsl en includes.xsl index.xsl ja Makefile includes.xsl index.xsl Added files: ja_JP.eucJP/share/sgml mirrors.xsl transtable.xml transtable.xsl Log: - Use mirrors.xml in ja_JP.eucJP. To translate country names, transtable.xsl is used. - Add transtable support to doc/share/sgml/mirrors.xsl. - Some whitespace cleanups. Revision Changes Path 1.55 +10 -0 doc/ja_JP.eucJP/books/handbook/Makefile 1.10 +3 -0 doc/ja_JP.eucJP/books/handbook/chapters.ent 1.59 +4 -2002 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml 1.1 +22 -0 doc/ja_JP.eucJP/share/sgml/mirrors.xsl (new) 1.1 +253 -0 doc/ja_JP.eucJP/share/sgml/transtable.xml (new) 1.1 +38 -0 doc/ja_JP.eucJP/share/sgml/transtable.xsl (new) 1.2 +63 -25 doc/share/sgml/mirrors.xsl 1.19 +6 -1 www/en/includes.xsl 1.82 +33 -21 www/en/index.xsl 1.60 +2 -2 www/ja/Makefile 1.17 +6 -2 www/ja/includes.xsl 1.32 +45 -105 www/ja/index.xsl From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:39:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2247816A4CE; Sun, 16 Nov 2003 22:39:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880D743FE1; Sun, 16 Nov 2003 22:39:39 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH6ddXJ076668; Sun, 16 Nov 2003 22:39:39 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH6dduA076667; Sun, 16 Nov 2003 22:39:39 -0800 (PST) (envelope-from das) Message-Id: <200311170639.hAH6dduA076667@repoman.freebsd.org> From: David Schultz Date: Sun, 16 Nov 2003 22:39:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:39:40 -0000 das 2003/11/16 22:39:39 PST FreeBSD src repository Modified files: sbin/nologin Makefile Added files: sbin/nologin nologin.c Removed files: sbin/nologin nologin.sh Log: Reimplement nologin(8) as a C program. This allows us to statically link it at low cost and avoid environment poisoning attacks associated with LD_LIBRARY_PATH. Suggested by: rwatson Revision Changes Path 1.9 +9 -2 src/sbin/nologin/Makefile 1.1 +21 -0 src/sbin/nologin/nologin.c (new) 1.5 +0 -39 src/sbin/nologin/nologin.sh (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:39:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9401E16A4CF; Sun, 16 Nov 2003 22:39:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF2543FE0; Sun, 16 Nov 2003 22:39:55 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH6dsXJ076707; Sun, 16 Nov 2003 22:39:54 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH6dsXm076706; Sun, 16 Nov 2003 22:39:54 -0800 (PST) (envelope-from das) Message-Id: <200311170639.hAH6dsXm076706@repoman.freebsd.org> From: David Schultz Date: Sun, 16 Nov 2003 22:39:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:39:55 -0000 das 2003/11/16 22:39:54 PST FreeBSD src repository Modified files: sbin/nologin nologin.8 Log: Remove the BUGS section introduced in rev 1.11 now that the problem has been addressed. Revision Changes Path 1.12 +0 -15 src/sbin/nologin/nologin.8 From owner-cvs-all@FreeBSD.ORG Sun Nov 16 22:42:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EC2016A4CE; Sun, 16 Nov 2003 22:42:21 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2343F43FE1; Sun, 16 Nov 2003 22:42:20 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAH6eben051485; Sun, 16 Nov 2003 22:40:37 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAH6ebws051484; Sun, 16 Nov 2003 22:40:37 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Sun, 16 Nov 2003 22:40:36 -0800 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20031117064036.GA51447@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311170639.hAH6dduA076667@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311170639.hAH6dduA076667@repoman.freebsd.org> Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:42:21 -0000 On Sun, Nov 16, 2003, David Schultz wrote: > das 2003/11/16 22:39:39 PST > > FreeBSD src repository > > Modified files: > sbin/nologin Makefile > Added files: > sbin/nologin nologin.c > Removed files: > sbin/nologin nologin.sh > Log: > Reimplement nologin(8) as a C program. This allows us to statically > link it at low cost and avoid environment poisoning attacks associated > with LD_LIBRARY_PATH. For those who care, here are the relevant sizes to the nearest kilobyte: 24K static C program 5K dynamic C program 2K shell script 1K assembly program The bloat in the static version is due to crt0 pulling in atexit(), which in turn depends on malloc(), free(), and some pthread mutex code. From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:08:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE2D16A4CE for ; Sun, 16 Nov 2003 23:08:21 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C8B54440A8 for ; Sun, 16 Nov 2003 23:05:57 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 59068 invoked by uid 1000); 17 Nov 2003 07:05:59 -0000 Date: Sun, 16 Nov 2003 23:05:59 -0800 (PST) From: Nate Lawson To: David Schultz In-Reply-To: <20031117064021.6223416A4E3@hub.freebsd.org> Message-ID: <20031116230357.K59017@root.org> References: <20031117064021.6223416A4E3@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:08:21 -0000 On Sun, 16 Nov 2003, David Schultz wrote: > Modified files: > sbin/nologin Makefile > Added files: > sbin/nologin nologin.c > Removed files: > sbin/nologin nologin.sh > Log: > Reimplement nologin(8) as a C program. This allows us to statically > link it at low cost and avoid environment poisoning attacks associated > with LD_LIBRARY_PATH. > > Suggested by: rwatson > > Revision Changes Path > 1.9 +9 -2 src/sbin/nologin/Makefile > 1.1 +21 -0 src/sbin/nologin/nologin.c (new) > 1.5 +0 -39 src/sbin/nologin/nologin.sh (dead) > > --- /dev/null Sun Nov 16 22:40:21 2003 > +++ src/sbin/nologin/nologin.c Sun Nov 16 22:39:38 2003 > @@ -0,0 +1,21 @@ > +/*- > + * This program is in the public domain. I couldn't bring myself to > + * declare Copyright on a variant of Hello World. > + */ > + > +#include > +__FBSDID("$FreeBSD: /repoman/r/ncvs/src/sbin/nologin/nologin.c,v 1.1 2003/11/17 06:39:38 das Exp $"); > + > +#include > +#include > +#include > + > +#define MESSAGE "This account is currently not available.\n" > + > +int > +main(int argc, char *argv[]) > +{ > + > + write(STDOUT_FILENO, MESSAGE, sizeof(MESSAGE)); > + _exit(1); > +} Shouldn't that be strlen(MESSAGE) since sizeof includes the terminating '\0'? I couldn't help pointing out a bug in a variant of Hello World. ;-) -Nate From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:09:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08AF916A4D1 for ; Sun, 16 Nov 2003 23:09:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E6BA44015 for ; Sun, 16 Nov 2003 23:07:08 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 59074 invoked by uid 1000); 17 Nov 2003 07:06:57 -0000 Date: Sun, 16 Nov 2003 23:06:57 -0800 (PST) From: Nate Lawson To: David Schultz In-Reply-To: <20031117064036.GA51447@VARK.homeunix.com> Message-ID: <20031116230605.S59017@root.org> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <20031117064036.GA51447@VARK.homeunix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:09:28 -0000 On Sun, 16 Nov 2003, David Schultz wrote: > On Sun, Nov 16, 2003, David Schultz wrote: > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to statically > > link it at low cost and avoid environment poisoning attacks associated > > with LD_LIBRARY_PATH. > > For those who care, here are the relevant sizes to the nearest kilobyte: > > 24K static C program > 5K dynamic C program > 2K shell script > 1K assembly program > > The bloat in the static version is due to crt0 pulling in atexit(), > which in turn depends on malloc(), free(), and some pthread mutex code. Tim Kientzle floated some patches to remove this dependency about a year ago but they never got committed. Perhaps now that he's done with the dynamic root work, he can clean them up and commit them. -Nate From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:21:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD9C716A4CE; Sun, 16 Nov 2003 23:21:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAF043FE0; Sun, 16 Nov 2003 23:21:20 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH7LJXJ079435; Sun, 16 Nov 2003 23:21:19 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH7LJKO079434; Sun, 16 Nov 2003 23:21:19 -0800 (PST) (envelope-from bde) Message-Id: <200311170721.hAH7LJKO079434@repoman.freebsd.org> From: Bruce Evans Date: Sun, 16 Nov 2003 23:21:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:21:20 -0000 bde 2003/11/16 23:21:19 PST FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Tweaked the siointr1() so that it works better at 921600 bps, especially with multiple ports on a shared interrupt demultiplexed by the puc_intr() handler. siointr1() first read as much input as possible and then checked all possibly-relevant status registers, partly for robustness and partly for historical reasons. This is very bad if it is called for every port sharing an interrupt like puc_intr() does. It can spend too long reading all the input for some ports when the interrupt is for a more urgent event on another, or just too long checking all the status registers when there are lots of ports. The inter-character time is too long for reading all the input even when the interrupt is for a transmitter interrupt on the same port, and at 921600 bps the inter-char time is 10.85 usec and was often exceeded with just 2 ports, leaving the transmitters idle for about 6% of the time. The tweak is to break out of the read loop after reading 1 char if output can be done. This avoids most of the idle transmitter time for 2 active ports at 921600 bps bidirectional on the test system. It also reduces overhead by about 20%. More complete fixes use the programmable tx low watermark on 16950's and reduce overhead by another 65%. Revision Changes Path 1.416 +5 -0 src/sys/dev/sio/sio.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:51:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69BB16A4CE; Sun, 16 Nov 2003 23:51:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D0543FBF; Sun, 16 Nov 2003 23:51:00 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH7oxXJ080695; Sun, 16 Nov 2003 23:50:59 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH7ox4W080694; Sun, 16 Nov 2003 23:50:59 -0800 (PST) (envelope-from peter) Message-Id: <200311170750.hAH7ox4W080694@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 Nov 2003 23:50:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa intr_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:51:00 -0000 peter 2003/11/16 23:50:59 PST FreeBSD src repository Modified files: sys/amd64/isa intr_machdep.c Log: Oh, how embarresing. I broke my own platform. :-) Revision Changes Path 1.78 +4 -4 src/sys/amd64/isa/intr_machdep.c From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:51:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DADE16A4CE; Sun, 16 Nov 2003 23:51:44 -0800 (PST) Received: from purple.the-7.net (purple.the-7.net [207.158.28.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D92B43FE0; Sun, 16 Nov 2003 23:51:43 -0800 (PST) (envelope-from ab@astralblue.net) Received: from astralblue.net (adsl-68-123-46-151.dsl.pltn13.pacbell.net [68.123.46.151]) by purple.the-7.net (8.12.9p2/8.12.9) with ESMTP id hAH7rcKF032652; Sun, 16 Nov 2003 23:53:41 -0800 (PST) (envelope-from ab@astralblue.net) Message-ID: <3FB87E09.40904@astralblue.net> Date: Sun, 16 Nov 2003 23:51:37 -0800 From: =?UTF-8?B?IkV1Z2VuZSBNLiBLaW0g6rmA66+87ISxIg==?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marc G. Fournier" References: <200311140823.hAE8NDAb005015@repoman.freebsd.org> <20031114105746.M497@ganymede.hub.org> In-Reply-To: <20031114105746.M497@ganymede.hub.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on purple.the-7.net cc: cvs-src@freebsd.org cc: David Schultz cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:51:44 -0000 Marc G. Fournier wrote: >Thank you, this reduces my 'list of known crash triggers' down to avoiding >the use of sockets on unionfs mounted file systems :) > > >On Fri, 14 Nov 2003, David Schultz wrote: > > >>das 2003/11/14 00:23:13 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/fs/unionfs union_vnops.c >> Log: >> - A sanity check in unionfs verifies that lookups of '.' return the >> vnode of the parent. However, this check should not be performed if >> the lookup failed. This change should fix "union_lookup returning >> . not same as startdir" panics people were seeing. The bug was >> introduced by an incomplete import of a NetBSD delta in rev 1.38. >> - Move the aforementioned check out from DIAGNOSTIC. Performance >> is the least of our unionfs worries. >> - Minor reorganization. >> >> PR: 53004 >> MFC after: 1 week >> >> Revision Changes Path >> 1.103 +21 -27 src/sys/fs/unionfs/union_vnops.c >> Does this move unionfs into the `safe for general consumption' region, or is this particular problem just a tip of an iceberg? Eugene From owner-cvs-all@FreeBSD.ORG Sun Nov 16 23:53:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE65816A4CE; Sun, 16 Nov 2003 23:53:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F3043FB1; Sun, 16 Nov 2003 23:53:33 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH7rWXJ080771; Sun, 16 Nov 2003 23:53:32 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH7rW6T080770; Sun, 16 Nov 2003 23:53:32 -0800 (PST) (envelope-from ume) Message-Id: <200311170753.hAH7rW6T080770@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Nov 2003 23:53:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 07:53:34 -0000 ume 2003/11/16 23:53:32 PST FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: correct to look right interface. Revision Changes Path 1.69 +1 -1 src/sys/netinet6/ip6_output.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:24:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA9D16A4CE; Mon, 17 Nov 2003 00:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2442B43FD7; Mon, 17 Nov 2003 00:24:15 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8OEXJ084166; Mon, 17 Nov 2003 00:24:14 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8OEw0084165; Mon, 17 Nov 2003 00:24:14 -0800 (PST) (envelope-from jeff) Message-Id: <200311170824.hAH8OEw0084165@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Nov 2003 00:24:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:24:15 -0000 jeff 2003/11/17 00:24:14 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Remove long dead code. rslices hasn't been used in some time and neither has sched_pickcpu(). Revision Changes Path 1.82 +4 -52 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:27:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C91316A4CE; Mon, 17 Nov 2003 00:27:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64AA43F3F; Mon, 17 Nov 2003 00:27:11 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8RBXJ084353; Mon, 17 Nov 2003 00:27:11 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8RBFq084352; Mon, 17 Nov 2003 00:27:11 -0800 (PST) (envelope-from jeff) Message-Id: <200311170827.hAH8RBFq084352@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Nov 2003 00:27:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:27:12 -0000 jeff 2003/11/17 00:27:11 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Mark ksq_assigned as volatile so that when this code is used without sched_lock we can be sure that we'll pick up the new value. Revision Changes Path 1.83 +3 -3 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:49:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E7616A4CE; Mon, 17 Nov 2003 00:49:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BCF343FA3; Mon, 17 Nov 2003 00:49:27 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8nRXJ090924; Mon, 17 Nov 2003 00:49:27 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8nRJv090923; Mon, 17 Nov 2003 00:49:27 -0800 (PST) (envelope-from krion) Message-Id: <200311170849.hAH8nRJv090923@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 00:49:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/ripmime Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:49:28 -0000 krion 2003/11/17 00:49:27 PST FreeBSD ports repository Modified files: mail/ripmime Makefile distinfo Log: - Update to version 1.3.0.5 PR: 59325 Submitted by: R.I.Pienaar Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/mail/ripmime/Makefile 1.8 +1 -1 ports/mail/ripmime/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:53:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8AE016A4CE; Mon, 17 Nov 2003 00:53:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4737E43FE3; Mon, 17 Nov 2003 00:53:50 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8roXJ091222; Mon, 17 Nov 2003 00:53:50 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8rnwJ091221; Mon, 17 Nov 2003 00:53:49 -0800 (PST) (envelope-from hrs) Message-Id: <200311170853.hAH8rnwJ091221@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 17 Nov 2003 00:53:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook Makefile book.sgmlchapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:53:50 -0000 hrs 2003/11/17 00:53:49 PST FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook Makefile book.sgml chapters.ent ja_JP.eucJP/books/handbook/bibliography chapter.sgml Log: Merge the following from the English version: 1.51 -> 1.72 Makefile 1.118 -> 1.142 book.sgml 1.19 -> 1.24 chapters.ent 1.58 -> 1.59 bibliography/chapter.sgml Revision Changes Path 1.56 +107 -71 doc/ja_JP.eucJP/books/handbook/Makefile 1.29 +9 -1 doc/ja_JP.eucJP/books/handbook/bibliography/chapter.sgml 1.76 +27 -15 doc/ja_JP.eucJP/books/handbook/book.sgml 1.11 +8 -2 doc/ja_JP.eucJP/books/handbook/chapters.ent From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:57:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696B316A4CE; Mon, 17 Nov 2003 00:57:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9DC43F93; Mon, 17 Nov 2003 00:57:50 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8voXJ091453; Mon, 17 Nov 2003 00:57:50 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8volj091452; Mon, 17 Nov 2003 00:57:50 -0800 (PST) (envelope-from sf) Message-Id: <200311170857.hAH8volj091452@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 17 Nov 2003 00:57:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/arm-rtems-g77 Makefileports/devel/m68k-rtems-g77 Makefile ports/devel/mips-rtems-g77 Makefile ports/devel/powerpc-rtems-g77 Makefile ports/devel/sh-rtems-g77 Makefile ports/devel/sparc-rtems-g77 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:57:51 -0000 sf 2003/11/17 00:57:50 PST FreeBSD ports repository Modified files: devel/arm-rtems-g77 Makefile devel/m68k-rtems-g77 Makefile devel/mips-rtems-g77 Makefile devel/powerpc-rtems-g77 Makefile devel/sh-rtems-g77 Makefile devel/sparc-rtems-g77 Makefile Log: fix "Variable MASTERDIR is recursive" Revision Changes Path 1.3 +2 -2 ports/devel/arm-rtems-g77/Makefile 1.4 +2 -2 ports/devel/m68k-rtems-g77/Makefile 1.7 +2 -2 ports/devel/mips-rtems-g77/Makefile 1.4 +2 -2 ports/devel/powerpc-rtems-g77/Makefile 1.4 +2 -2 ports/devel/sh-rtems-g77/Makefile 1.4 +2 -2 ports/devel/sparc-rtems-g77/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 00:58:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15C216A4CF; Mon, 17 Nov 2003 00:58:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A1D43FDD; Mon, 17 Nov 2003 00:58:17 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH8wGXJ091759; Mon, 17 Nov 2003 00:58:16 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH8wGr7091758; Mon, 17 Nov 2003 00:58:16 -0800 (PST) (envelope-from peter) Message-Id: <200311170858.hAH8wGr7091758@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 Nov 2003 00:58:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S autoconf.c cpu_switch.S db_interface.c db_trace.c exception.S fpu.c genassym.c identcpu.c io_apic.c local_apic.c machdep.c mem.c... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:58:17 -0000 peter 2003/11/17 00:58:16 PST FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S autoconf.c cpu_switch.S db_interface.c db_trace.c exception.S fpu.c genassym.c identcpu.c io_apic.c local_apic.c machdep.c mem.c mp_machdep.c mpboot.S mptable.c nexus.c pmap.c support.S trap.c tsc.c vm_machdep.c sys/amd64/ia32 ia32_syscall.c sys/amd64/include apicvar.h asmacros.h atomic.h clock.h md_var.h param.h pcpu.h pmap.h segments.h smp.h tss.h sys/amd64/isa atpic.c atpic_vector.S clock.c sys/amd64/pci pci_bus.c sys/conf files.amd64 options.amd64 sys/dev/pci pci.c sys/kern kern_switch.c subr_witness.c Removed files: sys/amd64/isa icu.h icu_ipl.S icu_vector.S intr_machdep.c intr_machdep.h ithread.c vector.S Log: Initial landing of SMP support for FreeBSD/amd64. - This is heavily derived from John Baldwin's apic/pci cleanup on i386. - I have completely rewritten or drastically cleaned up some other parts. (in particular, bootstrap) - This is still a WIP. It seems that there are some highly bogus bioses on nVidia nForce3-150 boards. I can't stress how broken these boards are. I have a workaround in mind, but right now the Asus SK8N is broken. The Gigabyte K8NPro (nVidia based) is also mind-numbingly hosed. - Most of my testing has been with SCHED_ULE. SCHED_4BSD works. - the apic and acpi components are 'standard'. - If you have an nVidia nForce3-150 board, you are stuck with 'device atpic' in addition, because they somehow managed to forget to connect the 8254 timer to the apic, even though its in the same silicon! ARGH! This directly violates the ACPI spec. Revision Changes Path 1.95 +102 -172 src/sys/amd64/amd64/apic_vector.S 1.176 +3 -22 src/sys/amd64/amd64/autoconf.c 1.144 +20 -7 src/sys/amd64/amd64/cpu_switch.S 1.75 +37 -0 src/sys/amd64/amd64/db_interface.c 1.59 +3 -2 src/sys/amd64/amd64/db_trace.c 1.115 +1 -16 src/sys/amd64/amd64/exception.S 1.146 +1 -2 src/sys/amd64/amd64/fpu.c 1.150 +15 -5 src/sys/amd64/amd64/genassym.c 1.127 +2 -1 src/sys/amd64/amd64/identcpu.c 1.7 +3 -2 src/sys/amd64/amd64/io_apic.c 1.4 +7 -19 src/sys/amd64/amd64/local_apic.c 1.599 +58 -83 src/sys/amd64/amd64/machdep.c 1.111 +9 -0 src/sys/amd64/amd64/mem.c 1.226 +120 -351 src/sys/amd64/amd64/mp_machdep.c 1.24 +180 -228 src/sys/amd64/amd64/mpboot.S 1.228 +3 -8 src/sys/amd64/amd64/mptable.c 1.56 +4 -8 src/sys/amd64/amd64/nexus.c 1.446 +231 -2 src/sys/amd64/amd64/pmap.c 1.104 +14 -0 src/sys/amd64/amd64/support.S 1.270 +14 -3 src/sys/amd64/amd64/trap.c 1.205 +14 -2 src/sys/amd64/amd64/tsc.c 1.223 +65 -0 src/sys/amd64/amd64/vm_machdep.c 1.6 +1 -3 src/sys/amd64/ia32/ia32_syscall.c 1.6 +3 -1 src/sys/amd64/include/apicvar.h 1.26 +9 -0 src/sys/amd64/include/asmacros.h 1.31 +1 -1 src/sys/amd64/include/atomic.h 1.49 +1 -0 src/sys/amd64/include/clock.h 1.69 +4 -1 src/sys/amd64/include/md_var.h 1.9 +4 -0 src/sys/amd64/include/param.h 1.40 +4 -0 src/sys/amd64/include/pcpu.h 1.109 +2 -1 src/sys/amd64/include/pmap.h 1.37 +3 -0 src/sys/amd64/include/segments.h 1.78 +59 -0 src/sys/amd64/include/smp.h 1.15 +1 -1 src/sys/amd64/include/tss.h 1.6 +26 -33 src/sys/amd64/isa/atpic.c 1.41 +22 -21 src/sys/amd64/isa/atpic_vector.S 1.206 +22 -30 src/sys/amd64/isa/clock.c 1.29 +0 -152 src/sys/amd64/isa/icu.h (dead) 1.13 +0 -81 src/sys/amd64/isa/icu_ipl.S (dead) 1.41 +0 -144 src/sys/amd64/isa/icu_vector.S (dead) 1.79 +0 -525 src/sys/amd64/isa/intr_machdep.c (dead) 1.45 +0 -118 src/sys/amd64/isa/intr_machdep.h (dead) 1.23 +0 -115 src/sys/amd64/isa/ithread.c (dead) 1.41 +0 -76 src/sys/amd64/isa/vector.S (dead) 1.105 +1 -1 src/sys/amd64/pci/pci_bus.c 1.26 +38 -59 src/sys/conf/files.amd64 1.10 +4 -0 src/sys/conf/options.amd64 1.236 +1 -1 src/sys/dev/pci/pci.c 1.63 +2 -2 src/sys/kern/kern_switch.c 1.164 +1 -1 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:00:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4324316A4CE; Mon, 17 Nov 2003 01:00:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A0543F93; Mon, 17 Nov 2003 01:00:52 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH90qXJ092145; Mon, 17 Nov 2003 01:00:52 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH90pSh092143; Mon, 17 Nov 2003 01:00:51 -0800 (PST) (envelope-from ache) Message-Id: <200311170900.hAH90pSh092143@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Nov 2003 01:00:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile distinfo ports/mail/milter-sender/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:00:53 -0000 ache 2003/11/17 01:00:51 PST FreeBSD ports repository Modified files: mail/milter-sender Makefile distinfo mail/milter-sender/files patch-ac Log: Upgrade to 0.44 Revision Changes Path 1.17 +2 -2 ports/mail/milter-sender/Makefile 1.7 +2 -2 ports/mail/milter-sender/distinfo 1.6 +8 -24 ports/mail/milter-sender/files/patch-ac From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:01:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4119816A4CE; Mon, 17 Nov 2003 01:01:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C9D43FB1; Mon, 17 Nov 2003 01:01:35 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH91ZXJ092209; Mon, 17 Nov 2003 01:01:35 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH91ZRZ092208; Mon, 17 Nov 2003 01:01:35 -0800 (PST) (envelope-from krion) Message-Id: <200311170901.hAH91ZRZ092208@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 01:01:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/streamtuner-live365 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:01:36 -0000 krion 2003/11/17 01:01:35 PST FreeBSD ports repository Modified files: audio/streamtuner-live365 Makefile distinfo pkg-descr pkg-plist Log: - Update to version 0.3.2 PR: 59356 Submitted by: Jean-Yves Lefort (maintainer) Revision Changes Path 1.3 +4 -4 ports/audio/streamtuner-live365/Makefile 1.2 +1 -1 ports/audio/streamtuner-live365/distinfo 1.2 +1 -1 ports/audio/streamtuner-live365/pkg-descr 1.2 +0 -2 ports/audio/streamtuner-live365/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:04:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3A616A4CE; Mon, 17 Nov 2003 01:04:12 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8864743F85; Mon, 17 Nov 2003 01:04:11 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B64D466C55; Mon, 17 Nov 2003 01:04:10 -0800 (PST) Date: Mon, 17 Nov 2003 01:04:10 -0800 From: Kris Kennaway To: FUJISHIMA Satsuki Message-ID: <20031117090410.GA26549@xor.obsecurity.org> References: <200311170857.hAH8volj091452@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <200311170857.hAH8volj091452@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/arm-rtems-g77 Makefileports/devel/m68k-rtems-g77 Makefile ports/devel/mips-rtems-g77 Makefile ports/devel/powerpc-rtems-g77 Makefile ports/devel/sh-rtems-g77 Makefile ports/devel/sparc-rtems-g77 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:04:12 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 17, 2003 at 12:57:50AM -0800, FUJISHIMA Satsuki wrote: > sf 2003/11/17 00:57:50 PST >=20 > FreeBSD ports repository >=20 > Modified files: > devel/arm-rtems-g77 Makefile=20 > devel/m68k-rtems-g77 Makefile=20 > devel/mips-rtems-g77 Makefile=20 > devel/powerpc-rtems-g77 Makefile=20 > devel/sh-rtems-g77 Makefile=20 > devel/sparc-rtems-g77 Makefile=20 > Log: > fix "Variable MASTERDIR is recursive" Thanks! Kris --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uI8KWry0BWjoQKURAoMvAKDUXvU8j44Z1unxST5zdjEUt1HykACg9sLe N85UnzqV5MTlKBAEzMCFTjE= =YC3p -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:11:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E9B416A4CE; Mon, 17 Nov 2003 01:11:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB01843F3F; Mon, 17 Nov 2003 01:11:04 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9B4XJ093584; Mon, 17 Nov 2003 01:11:04 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9B4Ne093583; Mon, 17 Nov 2003 01:11:04 -0800 (PST) (envelope-from peter) Message-Id: <200311170911.hAH9B4Ne093583@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 Nov 2003 01:11:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa icu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:11:05 -0000 peter 2003/11/17 01:11:04 PST FreeBSD src repository Added files: sys/amd64/isa icu.h Log: Restore file accidently killed in the crossfire from the smp commit. Revision Changes Path 1.30 +152 -0 src/sys/amd64/isa/icu.h (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:11:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88B016A4CE; Mon, 17 Nov 2003 01:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D4943FBD; Mon, 17 Nov 2003 01:11:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9BvXJ093633; Mon, 17 Nov 2003 01:11:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9BvrF093632; Mon, 17 Nov 2003 01:11:57 -0800 (PST) (envelope-from krion) Message-Id: <200311170911.hAH9BvrF093632@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 01:11:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/kkbswitch Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:11:58 -0000 krion 2003/11/17 01:11:57 PST FreeBSD ports repository Modified files: sysutils/kkbswitch Makefile distinfo pkg-plist Log: - Update to version 1.3.1 PR: 59363 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/kkbswitch/Makefile 1.2 +1 -1 ports/sysutils/kkbswitch/distinfo 1.2 +0 -1 ports/sysutils/kkbswitch/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:12:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B187616A4DD; Mon, 17 Nov 2003 01:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB5943FBF; Mon, 17 Nov 2003 01:12:31 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9CUXJ093715; Mon, 17 Nov 2003 01:12:30 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9CUXC093714; Mon, 17 Nov 2003 01:12:30 -0800 (PST) (envelope-from obraun) Message-Id: <200311170912.hAH9CUXC093714@repoman.freebsd.org> From: Oliver Braun Date: Mon, 17 Nov 2003 01:12:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:12:32 -0000 obraun 2003/11/17 01:12:30 PST FreeBSD ports repository Modified files: x11-fm/gentoo Makefile distinfo Log: Upgrade to 0.11.41 Revision Changes Path 1.35 +1 -1 ports/x11-fm/gentoo/Makefile 1.24 +1 -1 ports/x11-fm/gentoo/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:19:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4CC16A4CE; Mon, 17 Nov 2003 01:19:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B1643FBF; Mon, 17 Nov 2003 01:19:12 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9JCXJ094025; Mon, 17 Nov 2003 01:19:12 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9JCmx094024; Mon, 17 Nov 2003 01:19:12 -0800 (PST) (envelope-from peter) Message-Id: <200311170919.hAH9JCmx094024@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 Nov 2003 01:19:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa icu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:19:13 -0000 peter 2003/11/17 01:19:12 PST FreeBSD src repository Modified files: sys/amd64/isa icu.h Log: Add SMP changes as should have been committed as rev 1.28 Revision Changes Path 1.31 +7 -26 src/sys/amd64/isa/icu.h From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:20:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCDD16A4CE; Mon, 17 Nov 2003 01:20:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A5343FA3; Mon, 17 Nov 2003 01:20:08 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9K8XJ094121; Mon, 17 Nov 2003 01:20:08 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9K8oT094120; Mon, 17 Nov 2003 01:20:08 -0800 (PST) (envelope-from krion) Message-Id: <200311170920.hAH9K8oT094120@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 01:20:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/dragstack Makefile distinfo ports/deskutils/dragstack/files patch-dragiface_skel.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:20:09 -0000 krion 2003/11/17 01:20:08 PST FreeBSD ports repository Modified files: deskutils/dragstack Makefile distinfo Added files: deskutils/dragstack/files patch-dragiface_skel.cpp Log: - Update to version 1.2 PR: 59353 Submitted by: Markus Brueffer (maintainer) Revision Changes Path 1.2 +5 -4 ports/deskutils/dragstack/Makefile 1.2 +1 -1 ports/deskutils/dragstack/distinfo 1.1 +11 -0 ports/deskutils/dragstack/files/patch-dragiface_skel.cpp (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:23:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09E016A4CE; Mon, 17 Nov 2003 01:23:08 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6F843F93; Mon, 17 Nov 2003 01:23:08 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAH9LPen052178; Mon, 17 Nov 2003 01:21:25 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAH9LPqK052177; Mon, 17 Nov 2003 01:21:25 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 17 Nov 2003 01:21:24 -0800 From: David Schultz To: Nate Lawson Message-ID: <20031117092124.GA52046@VARK.homeunix.com> Mail-Followup-To: Nate Lawson , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG References: <20031117064021.6223416A4E3@hub.freebsd.org> <20031116230357.K59017@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116230357.K59017@root.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:23:09 -0000 On Sun, Nov 16, 2003, Nate Lawson wrote: > On Sun, 16 Nov 2003, David Schultz wrote: > > +#define MESSAGE "This account is currently not available.\n" > > + > > +int > > +main(int argc, char *argv[]) > > +{ > > + > > + write(STDOUT_FILENO, MESSAGE, sizeof(MESSAGE)); > > + _exit(1); > > +} > > Shouldn't that be strlen(MESSAGE) since sizeof includes the terminating > '\0'? > > I couldn't help pointing out a bug in a variant of Hello World. ;-) Shhh! In an attempt to save face, I'm calling it a feature. From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:45:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EA916A4CE; Mon, 17 Nov 2003 01:45:12 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84AF43FA3; Mon, 17 Nov 2003 01:45:09 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAH9hOen052295; Mon, 17 Nov 2003 01:43:24 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAH9hOMK052294; Mon, 17 Nov 2003 01:43:24 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 17 Nov 2003 01:43:23 -0800 From: David Schultz To: "Eugene M. Kim" Message-ID: <20031117094323.GB52046@VARK.homeunix.com> Mail-Followup-To: "Eugene M. Kim" , "Marc G. Fournier" , cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311140823.hAE8NDAb005015@repoman.freebsd.org> <20031114105746.M497@ganymede.hub.org> <3FB87E09.40904@astralblue.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB87E09.40904@astralblue.net> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:45:13 -0000 On Sun, Nov 16, 2003, "Eugene M. Kim ??" wrote: > Does this move unionfs into the `safe for general consumption' region, > or is this particular problem just a tip of an iceberg? Aside from support for FIFOs and other special files and a few other nits, it seems to behave pretty well. On the other hand, there are still a number of underlying problems that I don't have time to address. I suggest that you try it out and determine whether it works well enough for your purposes. Check the bug database before reporting any problems, though. (Note also that several of the relevant bugs have been prematurely closed recently.) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 01:51:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B16516A4CE; Mon, 17 Nov 2003 01:51:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8231243F3F; Mon, 17 Nov 2003 01:51:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAH9pkXJ095374; Mon, 17 Nov 2003 01:51:46 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAH9pjAI095373; Mon, 17 Nov 2003 01:51:45 -0800 (PST) (envelope-from demon) Message-Id: <200311170951.hAH9pjAI095373@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 17 Nov 2003 01:51:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBIx-SearchBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 09:51:47 -0000 demon 2003/11/17 01:51:45 PST FreeBSD ports repository Modified files: databases/p5-DBIx-SearchBuilder Makefile distinfo Log: Update to version 0.94. Approved by: maintainer Revision Changes Path 1.24 +1 -1 ports/databases/p5-DBIx-SearchBuilder/Makefile 1.21 +1 -1 ports/databases/p5-DBIx-SearchBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:08:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCDE16A4CE; Mon, 17 Nov 2003 02:08:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6661D43F3F; Mon, 17 Nov 2003 02:08:46 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHA8kXJ096856; Mon, 17 Nov 2003 02:08:46 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHA8kJb096855; Mon, 17 Nov 2003 02:08:46 -0800 (PST) (envelope-from krion) Message-Id: <200311171008.hAHA8kJb096855@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 02:08:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/cxxtest Makefile distinfo pkg-descr pkg-plist ports/devel/cxxtest/files patch-sample-Makefile.unix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:08:47 -0000 krion 2003/11/17 02:08:46 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/cxxtest Makefile distinfo pkg-descr pkg-plist devel/cxxtest/files patch-sample-Makefile.unix Log: Add cxxtest 3.0.1, a simple yet powerful JUnit/CppUnit/xUnit-like framework for C++. PR: 55606 Submitted by: andrew morton Revision Changes Path 1.1357 +1 -0 ports/devel/Makefile 1.1 +51 -0 ports/devel/cxxtest/Makefile (new) 1.1 +1 -0 ports/devel/cxxtest/distinfo (new) 1.1 +15 -0 ports/devel/cxxtest/files/patch-sample-Makefile.unix (new) 1.1 +15 -0 ports/devel/cxxtest/pkg-descr (new) 1.1 +74 -0 ports/devel/cxxtest/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:08:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDA516A4CF; Mon, 17 Nov 2003 02:08:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A19543FD7; Mon, 17 Nov 2003 02:08:58 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHA8wXJ096894; Mon, 17 Nov 2003 02:08:58 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHA8wQ6096893; Mon, 17 Nov 2003 02:08:58 -0800 (PST) (envelope-from krion) Message-Id: <200311171008.hAHA8wQ6096893@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 02:08:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:08:59 -0000 krion 2003/11/17 02:08:58 PST FreeBSD ports repository Modified files: . modules Log: cxxtest --> ports/devel/cxxtest Revision Changes Path 1.8617 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:11:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 774C816A4CE; Mon, 17 Nov 2003 02:11:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24F843FBD; Mon, 17 Nov 2003 02:11:20 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHABKXJ097078; Mon, 17 Nov 2003 02:11:20 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHABK6F097077; Mon, 17 Nov 2003 02:11:20 -0800 (PST) (envelope-from netchild) Message-Id: <200311171011.hAHABK6F097077@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 17 Nov 2003 02:11:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo patch-conf::configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:11:21 -0000 netchild 2003/11/17 02:11:20 PST FreeBSD ports repository Modified files: sysutils/cdrtools-devel Makefile distinfo sysutils/cdrtools-devel/files patch-conf::configure Added files: sysutils/cdrtools-devel/files extra-patch-drv_mmc.c Log: - Add a knob WITH_DVDHACK that builds cdrecord with a third-party patch allowing to record DVD-R[W]s. [1] NOTE: Please don't blame Joerg Schilling or ask for support on the cdrtools mailing lists if this doesn't work. Also have a look at the output of `cdrecord -version`. - Append '-rscsi' to PKGNAMESUFFIX when built with WITH_RSCSI (equivalent is done when built with WITH_DVDHACK). - Limit the workaround that disables using mlockall(2) to FreeBSD versions where it triggers a panic. Requested by: pav [1] Tested by: Harold Gutch [1] Revision Changes Path 1.50 +20 -6 ports/sysutils/cdrtools-devel/Makefile 1.30 +1 -0 ports/sysutils/cdrtools-devel/distinfo 1.1 +37 -0 ports/sysutils/cdrtools-devel/files/extra-patch-drv_mmc.c (new) 1.2 +11 -2 ports/sysutils/cdrtools-devel/files/patch-conf::configure From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:15:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5379416A4CE; Mon, 17 Nov 2003 02:15:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC7143FA3; Mon, 17 Nov 2003 02:15:43 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHAFhXJ097276; Mon, 17 Nov 2003 02:15:43 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHAFhuQ097275; Mon, 17 Nov 2003 02:15:43 -0800 (PST) (envelope-from netchild) Message-Id: <200311171015.hAHAFhuQ097275@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 17 Nov 2003 02:15:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/antivir-milter Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:15:44 -0000 netchild 2003/11/17 02:15:43 PST FreeBSD ports repository Modified files: security/antivir-milter Makefile pkg-message Log: - Install the virus definition file and the actual virus scanner with the write bit turned on as both get updated when using the automated updates facility. The auto-update mechanism doesn't seem to have a problem if the write bit is disabled but it's not quite correct. - Mention in pkg-message that that the virus scanner (referenced as "anti-virus engine" by H+BEDV) also gets updated when using the automated updates facility. Revision Changes Path 1.3 +5 -5 ports/security/antivir-milter/Makefile 1.3 +2 -2 ports/security/antivir-milter/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:17:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699CE16A4CE; Mon, 17 Nov 2003 02:17:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD7D43FE1; Mon, 17 Nov 2003 02:17:32 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHAHWXJ097338; Mon, 17 Nov 2003 02:17:32 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHAHWMK097337; Mon, 17 Nov 2003 02:17:32 -0800 (PST) (envelope-from obraun) Message-Id: <200311171017.hAHAHWMK097337@repoman.freebsd.org> From: Oliver Braun Date: Mon, 17 Nov 2003 02:17:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/cgoban Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:17:33 -0000 obraun 2003/11/17 02:17:32 PST FreeBSD ports repository Modified files: games/cgoban Makefile Log: Set maintainer to ports@. Submitted by: maintainer Revision Changes Path 1.22 +1 -1 ports/games/cgoban/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:36:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 976BD16A4CF for ; Mon, 17 Nov 2003 02:36:55 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F67A43FD7 for ; Mon, 17 Nov 2003 02:36:52 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 56134 invoked from network); 17 Nov 2003 10:39:50 -0000 Received: from unknown (HELO pipeline.ch) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 17 Nov 2003 10:39:50 -0000 Message-ID: <3FB8A4C2.33E25285@pipeline.ch> Date: Mon, 17 Nov 2003 11:36:50 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Brian Feldman References: <200311170317.hAH3HnIW057958@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_divert.c ip_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:36:55 -0000 Brian Feldman wrote: > > green 2003/11/16 19:17:49 PST > > FreeBSD src repository > > Modified files: > sys/netinet ip_divert.c ip_input.c > Log: > Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but > do not have mh_nextpkt initialized. Somtimes what's there is "1", and the > ip_input() code pukes trying to m_free() it, rendering divert sockets and > such broken. > This really underscores the need to get rid of MT_TAG. Ugh... Thank you. It seems I missed that in ip_divert when doing the change in ip_input and ip_output. Bad me... I'm working on moving this to real m_tags (Sam has also done a couple of things in perforce). However I've got the tcp_hostcache stuff on the boiler plate first and there are some performance implications with m_tags. Although I think it's more important to be correct if the impact is only a couple of %. In addition it hits only if one is actually doing divert or ipfw fwd. But then you are already taking a hit with sending the packet out to userland natd and back again. So overall it probably doesn't make any difference in practice and using m_tags shouldn't pose any penalty. -- Andre From owner-cvs-all@FreeBSD.ORG Mon Nov 17 02:57:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3696616A4CE; Mon, 17 Nov 2003 02:57:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B77043FAF; Mon, 17 Nov 2003 02:57:01 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHAv1XJ098685; Mon, 17 Nov 2003 02:57:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHAv0Kj098680; Mon, 17 Nov 2003 02:57:00 -0800 (PST) (envelope-from krion) Message-Id: <200311171057.hAHAv0Kj098680@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 02:57:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/expect Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:57:02 -0000 krion 2003/11/17 02:57:00 PST FreeBSD ports repository Modified files: lang/expect Makefile Log: - Fix typo in LIB_DEPENDS Noticed by: mich No cookies for: krion Revision Changes Path 1.63 +3 -3 ports/lang/expect/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 03:08:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C7916A4CE; Mon, 17 Nov 2003 03:08:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FF943F93; Mon, 17 Nov 2003 03:08:29 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHB8SXJ000389; Mon, 17 Nov 2003 03:08:28 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHB8SCD000388; Mon, 17 Nov 2003 03:08:28 -0800 (PST) (envelope-from des) Message-Id: <200311171108.hAHB8SCD000388@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Nov 2003 03:08:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/moused moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 11:08:30 -0000 des 2003/11/17 03:08:28 PST FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: Instead of blindly loading the ums module and bailing out if that fails, check if it's already loaded or compiled into the kernel, and only try to load it if it isn't. PR: bin/59368 Submitted by: Jens Rehsack Revision Changes Path 1.62 +38 -2 src/usr.sbin/moused/moused.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 03:14:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC95B16A4CE; Mon, 17 Nov 2003 03:14:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6133E43FDF; Mon, 17 Nov 2003 03:14:35 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHBEZXJ000815; Mon, 17 Nov 2003 03:14:35 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHBEY9K000814; Mon, 17 Nov 2003 03:14:34 -0800 (PST) (envelope-from des) Message-Id: <200311171114.hAHBEY9K000814@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Nov 2003 03:14:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/moused moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 11:14:36 -0000 des 2003/11/17 03:14:34 PST FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: Sort includes, and remove superfluous Revision Changes Path 1.63 +15 -15 src/usr.sbin/moused/moused.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 03:26:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C20E16A4CE; Mon, 17 Nov 2003 03:26:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40B843FBF; Mon, 17 Nov 2003 03:26:51 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHBQpXJ001307; Mon, 17 Nov 2003 03:26:51 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHBQpxV001306; Mon, 17 Nov 2003 03:26:51 -0800 (PST) (envelope-from des) Message-Id: <200311171126.hAHBQpxV001306@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Nov 2003 03:26:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/moused moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 11:26:52 -0000 des 2003/11/17 03:26:51 PST FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: __FBSDID; remove duplicate ; try to reduce style inconsistencies. Revision Changes Path 1.64 +43 -46 src/usr.sbin/moused/moused.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 03:40:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6658B16A4CE; Mon, 17 Nov 2003 03:40:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C885643F75; Mon, 17 Nov 2003 03:40:14 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHBeEXJ001860; Mon, 17 Nov 2003 03:40:14 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHBeEQd001858; Mon, 17 Nov 2003 03:40:14 -0800 (PST) (envelope-from jeh) Message-Id: <200311171140.hAHBeEQd001858@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 17 Nov 2003 03:40:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php4/scripts configure.php php4_options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 11:40:15 -0000 jeh 2003/11/17 03:40:14 PST FreeBSD ports repository Modified files: lang/php4 Makefile lang/php4/scripts configure.php php4_options Log: Allow compiling with debugging enabled. PR: 58851 Submitted By: jeh Revision Changes Path 1.36 +7 -2 ports/lang/php4/Makefile 1.10 +2 -1 ports/lang/php4/scripts/configure.php 1.6 +1 -0 ports/lang/php4/scripts/php4_options From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:03:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0588F16A4CE; Mon, 17 Nov 2003 04:03:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E70B4401E; Mon, 17 Nov 2003 04:03:18 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHC3HXJ004210; Mon, 17 Nov 2003 04:03:17 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHC3HSH004209; Mon, 17 Nov 2003 04:03:17 -0800 (PST) (envelope-from trevor) Message-Id: <200311171203.hAHC3HSH004209@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 04:03:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/bebocd Makefile ports/audio/glame Makefile ports/audio/grip Makefile ports/audio/libmusicbrainz Makefile ports/audio/libsidplay2 Makefile ports/audio/terminatorx Makefile ports/databases/libgda Makefile ports/databases/p5-DBD-ODBC ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:03:19 -0000 trevor 2003/11/17 04:03:17 PST FreeBSD ports repository Modified files: audio/bebocd Makefile audio/glame Makefile audio/grip Makefile audio/libmusicbrainz Makefile audio/libsidplay2 Makefile audio/terminatorx Makefile databases/libgda Makefile databases/p5-DBD-ODBC Makefile deskutils/gnofin Makefile deskutils/gnomepim Makefile deskutils/rubrica Makefile devel/clanlib Makefile devel/glade Makefile devel/gnomevfs Makefile devel/liboop Makefile emulators/gsnes9x Makefile games/gniffel Makefile games/gnomermind Makefile games/gtetrinet Makefile games/gtktetcolor Makefile graphics/gthumb Makefile graphics/libexif Makefile graphics/swfdec Makefile japanese/gqmpeg Makefile mail/ricochet Makefile net/fidelio Makefile net/gnome-btdownload Makefile net/gnomeicu2 Makefile net/libyahoo2 Makefile net/tsclient Makefile print/gfontview Makefile russian/muttprint Makefile security/seahorse Makefile sysutils/gnomefind Makefile sysutils/gtoaster Makefile textproc/gtkdiff Makefile textproc/libtre Makefile textproc/libxml++ Makefile www/screem Makefile x11/gnomelibs Makefile Log: USE_REINPLACE must be defined before REINPLACE_CMD may be used. Revision Changes Path 1.3 +1 -0 ports/audio/bebocd/Makefile 1.17 +1 -0 ports/audio/glame/Makefile 1.34 +1 -0 ports/audio/grip/Makefile 1.18 +1 -0 ports/audio/libmusicbrainz/Makefile 1.32 +1 -0 ports/audio/libsidplay2/Makefile 1.12 +1 -0 ports/audio/terminatorx/Makefile 1.25 +1 -0 ports/databases/libgda/Makefile 1.9 +1 -0 ports/databases/p5-DBD-ODBC/Makefile 1.26 +1 -0 ports/deskutils/gnofin/Makefile 1.54 +1 -0 ports/deskutils/gnomepim/Makefile 1.6 +1 -0 ports/deskutils/rubrica/Makefile 1.10 +1 -0 ports/devel/clanlib/Makefile 1.41 +1 -0 ports/devel/glade/Makefile 1.43 +1 -0 ports/devel/gnomevfs/Makefile 1.13 +1 -0 ports/devel/liboop/Makefile 1.12 +1 -0 ports/emulators/gsnes9x/Makefile 1.8 +1 -0 ports/games/gniffel/Makefile 1.9 +1 -0 ports/games/gnomermind/Makefile 1.21 +1 -0 ports/games/gtetrinet/Makefile 1.12 +1 -0 ports/games/gtktetcolor/Makefile 1.8 +1 -0 ports/graphics/gthumb/Makefile 1.13 +1 -0 ports/graphics/libexif/Makefile 1.7 +1 -0 ports/graphics/swfdec/Makefile 1.10 +1 -0 ports/japanese/gqmpeg/Makefile 1.20 +1 -0 ports/mail/ricochet/Makefile 1.16 +1 -0 ports/net/fidelio/Makefile 1.4 +1 -0 ports/net/gnome-btdownload/Makefile 1.57 +1 -0 ports/net/gnomeicu2/Makefile 1.7 +1 -0 ports/net/libyahoo2/Makefile 1.10 +1 -0 ports/net/tsclient/Makefile 1.14 +1 -0 ports/print/gfontview/Makefile 1.2 +1 -0 ports/russian/muttprint/Makefile 1.22 +1 -0 ports/security/seahorse/Makefile 1.21 +1 -0 ports/sysutils/gnomefind/Makefile 1.15 +1 -0 ports/sysutils/gtoaster/Makefile 1.17 +1 -0 ports/textproc/gtkdiff/Makefile 1.12 +1 -0 ports/textproc/libtre/Makefile 1.23 +1 -0 ports/textproc/libxml++/Makefile 1.39 +1 -0 ports/www/screem/Makefile 1.110 +1 -0 ports/x11/gnomelibs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:16:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0633B16A4CF; Mon, 17 Nov 2003 04:16:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7083843FE3; Mon, 17 Nov 2003 04:16:20 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHCGKXJ004694; Mon, 17 Nov 2003 04:16:20 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHCGKiT004693; Mon, 17 Nov 2003 04:16:20 -0800 (PST) (envelope-from nork) Message-Id: <200311171216.hAHCGKiT004693@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 17 Nov 2003 04:16:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:16:21 -0000 nork 2003/11/17 04:16:20 PST FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2003.11.16. Revision Changes Path 1.62 +1 -1 ports/net/liveMedia/Makefile 1.57 +1 -1 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:29:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CDB16A4CE; Mon, 17 Nov 2003 04:29:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F6C43FE0; Mon, 17 Nov 2003 04:29:07 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHCT7XJ009394; Mon, 17 Nov 2003 04:29:07 -0800 (PST) (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHCT73R009384; Mon, 17 Nov 2003 04:29:07 -0800 (PST) (envelope-from tg) Message-Id: <200311171229.hAHCT73R009384@repoman.freebsd.org> From: Thomas Gellekum Date: Mon, 17 Nov 2003 04:29:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/ecos-tools Makefile distinfo pkg-descr pkg-plist patch-host::tools::Utils::common::eCosStd.cpp patch-host::tools::Utils::common::eCosStd.h patch-host::tools::configtool::standalone::wxwin::makefile.gnu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:29:08 -0000 tg 2003/11/17 04:29:07 PST FreeBSD ports repository Modified files: . modules devel Makefile Added files: devel/ecos-tools Makefile distinfo pkg-descr pkg-plist devel/ecos-tools/files patch-host::tools::Utils::common::eCosStd.cpp patch-host::tools::Utils::common::eCosStd.h patch-host::tools::Utils::common::eCosThreadUtils.h patch-host::tools::configtool::standalone::wxwin::makefile.gnu Log: New port ecos-tools. This will install the configuration tools for the eCos embedded OS. Revision Changes Path 1.8618 +1 -0 CVSROOT/modules 1.1358 +1 -0 ports/devel/Makefile 1.1 +77 -0 ports/devel/ecos-tools/Makefile (new) 1.1 +1 -0 ports/devel/ecos-tools/distinfo (new) 1.1 +25 -0 ports/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp (new) 1.1 +25 -0 ports/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h (new) 1.1 +18 -0 ports/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h (new) 1.1 +43 -0 ports/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu (new) 1.1 +7 -0 ports/devel/ecos-tools/pkg-descr (new) 1.1 +17 -0 ports/devel/ecos-tools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:29:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C129E16A4CF; Mon, 17 Nov 2003 04:29:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F22E43FE9; Mon, 17 Nov 2003 04:29:10 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHCTAXJ009559; Mon, 17 Nov 2003 04:29:10 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHCTAw3009558; Mon, 17 Nov 2003 04:29:10 -0800 (PST) (envelope-from trevor) Message-Id: <200311171229.hAHCTAw3009558@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 04:29:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/lbrate Makefile ports/archivers/nomarch Makefile ports/audio/arts Makefile ports/audio/gnomespeech Makefile ports/audio/snowstar Makefile ports/benchmarks/pipebench Makefile ports/chinese/mplayer-fonts Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:29:11 -0000 trevor 2003/11/17 04:29:10 PST FreeBSD ports repository Modified files: archivers/lbrate Makefile archivers/nomarch Makefile audio/arts Makefile audio/gnomespeech Makefile audio/snowstar Makefile benchmarks/pipebench Makefile chinese/mplayer-fonts Makefile converters/recode Makefile databases/libgda2 Makefile databases/libgnomedb Makefile databases/mergeant Makefile databases/mysql-connector-java Makefile databases/postgresql-libpqxx Makefile databases/py-PySQLite Makefile deskutils/gnomeutils2 Makefile deskutils/gucharmap Makefile deskutils/kdepim3 Makefile devel/anjuta-devel Makefile devel/atk Makefile devel/autogen Makefile devel/bonobo-conf Makefile devel/bugbuddy2 Makefile devel/commoncpp Makefile devel/gconf2 Makefile devel/glade2 Makefile devel/glib20 Makefile devel/gnomevfs-extras Makefile devel/kdesdk3 Makefile devel/libIDL Makefile devel/libglade2 Makefile devel/libgtop Makefile devel/libgtop2 Makefile devel/libsigc++ Makefile devel/py-twisted Makefile devel/sgb Makefile devel/tdl Makefile dns/mydns Makefile editors/cooledit Makefile editors/gedit2 Makefile editors/ghex2 Makefile editors/koffice-kde3 Makefile emulators/wine Makefile ftp/wget+ipv6 Makefile games/atomix Makefile games/bomberclone Makefile games/bombermaze Makefile games/enigma Makefile games/gnomoku Makefile games/kdegames3 Makefile games/taxipilot Makefile games/tinymux Makefile games/xevil Makefile games/xshisen Makefile graphics/aoi Makefile graphics/dc20pack Makefile graphics/eog2 Makefile graphics/evolvotron Makefile graphics/gimp-devel Makefile graphics/gpdf Makefile graphics/gthumb2 Makefile graphics/kdegraphics3 Makefile graphics/libart_lgpl2 Makefile graphics/libexif-gtk Makefile graphics/libgnomecanvas Makefile graphics/librsvg2 Makefile graphics/osgedit Makefile graphics/ruby-rmagick Makefile graphics/tif22pnm Makefile java/jdk14 Makefile java/netrexx Makefile korean/nabi Makefile lang/elk Makefile lang/gcc28 Makefile lang/gnomebasic Makefile lang/gnustep-guile Makefile lang/helium Makefile mail/ifile Makefile mail/kavmilter Makefile mail/sccmilter Makefile math/gexpr Makefile math/gnumeric Makefile misc/gnomeuserdocs2 Makefile misc/jargon Makefile misc/kdeedu3 Makefile misc/quick-lounge-applet Makefile multimedia/avinfo Makefile multimedia/gstreamer Makefile multimedia/gxine Makefile multimedia/nautilus-media Makefile multimedia/quark Makefile net/easysoap Makefile net/freevrrpd Makefile net/gnet2 Makefile net/kdenetwork3 Makefile net/kmldonkey Makefile net/kopete Makefile net/liveMedia Makefile net/morebalance Makefile net/netspeed_applet Makefile net/partysip Makefile net/pxe Makefile net/sendip Makefile news/nntpcache Makefile palm/gnomepilot2 Makefile print/foomatic-db-engine Makefile print/ggv2 Makefile security/amap Makefile sysutils/gconf-editor Makefile sysutils/gnomesystemmonitor Makefile sysutils/kdeadmin3 Makefile sysutils/kkbswitch Makefile sysutils/ldap-account-manager Makefile sysutils/nautilus-cd-burner Makefile sysutils/ucspi-unix Makefile textproc/aspell Makefile textproc/sed_inplace Makefile www/amyc Makefile www/bluefish-devel Makefile www/gtkhtml Makefile www/gtkhtml3 Makefile www/libgtkhtml Makefile www/mod_layout2 Makefile www/privoxy+ipv6 Makefile www/quanta Makefile x11/3ddesktop Makefile x11/gdm2 Makefile x11/gnomeapplets2 Makefile x11/gnomedesktop Makefile x11/gnomemag Makefile x11/gnomepanel Makefile x11/gnopernicus Makefile x11/gnometerminal Makefile x11/libgnome Makefile x11/libxklavier Makefile x11-clocks/kdetoys3 Makefile x11-clocks/xtu Makefile x11-fm/nautilus2 Makefile x11-fonts/Xft Makefile x11-fonts/fontconfig Makefile x11-toolkits/bakery Makefile x11-toolkits/eel2 Makefile x11-toolkits/gal Makefile x11-toolkits/gal2 Makefile x11-toolkits/gtksourceview Makefile x11-toolkits/libbonoboui Makefile x11-toolkits/libgnomeprintui Makefile x11-toolkits/libgnomeprintui20 Makefile x11-toolkits/libwnck Makefile x11-wm/kdeartwork3 Makefile x11-wm/metacity Makefile x11-wm/pager Makefile Log: USE_REINPLACE need be defined only when REINPLACE_CMD is used. Revision Changes Path 1.7 +0 -1 ports/archivers/lbrate/Makefile 1.9 +0 -1 ports/archivers/nomarch/Makefile 1.13 +0 -1 ports/audio/arts/Makefile 1.2 +0 -1 ports/audio/gnomespeech/Makefile 1.9 +0 -1 ports/audio/snowstar/Makefile 1.5 +0 -1 ports/benchmarks/pipebench/Makefile 1.7 +0 -1 ports/chinese/mplayer-fonts/Makefile 1.28 +0 -1 ports/converters/recode/Makefile 1.53 +0 -1 ports/databases/libgda2/Makefile 1.26 +0 -1 ports/databases/libgnomedb/Makefile 1.14 +0 -1 ports/databases/mergeant/Makefile 1.16 +0 -1 ports/databases/mysql-connector-java/Makefile 1.4 +0 -1 ports/databases/postgresql-libpqxx/Makefile 1.4 +0 -1 ports/databases/py-PySQLite/Makefile 1.69 +0 -1 ports/deskutils/gnomeutils2/Makefile 1.14 +0 -1 ports/deskutils/gucharmap/Makefile 1.30 +0 -1 ports/deskutils/kdepim3/Makefile 1.23 +0 -1 ports/devel/anjuta-devel/Makefile 1.33 +0 -1 ports/devel/atk/Makefile 1.33 +0 -1 ports/devel/autogen/Makefile 1.19 +0 -1 ports/devel/bonobo-conf/Makefile 1.45 +0 -1 ports/devel/bugbuddy2/Makefile 1.14 +0 -1 ports/devel/commoncpp/Makefile 1.52 +0 -1 ports/devel/gconf2/Makefile 1.48 +0 -1 ports/devel/glade2/Makefile 1.89 +0 -1 ports/devel/glib20/Makefile 1.7 +0 -1 ports/devel/gnomevfs-extras/Makefile 1.27 +0 -1 ports/devel/kdesdk3/Makefile 1.26 +0 -1 ports/devel/libIDL/Makefile 1.51 +0 -1 ports/devel/libglade2/Makefile 1.61 +0 -1 ports/devel/libgtop/Makefile 1.78 +0 -1 ports/devel/libgtop2/Makefile 1.16 +0 -1 ports/devel/libsigc++/Makefile 1.26 +0 -1 ports/devel/py-twisted/Makefile 1.5 +0 -1 ports/devel/sgb/Makefile 1.10 +0 -1 ports/devel/tdl/Makefile 1.20 +0 -1 ports/dns/mydns/Makefile 1.42 +0 -1 ports/editors/cooledit/Makefile 1.64 +0 -1 ports/editors/gedit2/Makefile 1.28 +0 -1 ports/editors/ghex2/Makefile 1.52 +0 -1 ports/editors/koffice-kde3/Makefile 1.155 +0 -1 ports/emulators/wine/Makefile 1.16 +0 -1 ports/ftp/wget+ipv6/Makefile 1.15 +0 -1 ports/games/atomix/Makefile 1.7 +0 -1 ports/games/bomberclone/Makefile 1.21 +0 -1 ports/games/bombermaze/Makefile 1.13 +0 -1 ports/games/enigma/Makefile 1.10 +0 -1 ports/games/gnomoku/Makefile 1.73 +0 -2 ports/games/kdegames3/Makefile 1.5 +0 -1 ports/games/taxipilot/Makefile 1.17 +0 -1 ports/games/tinymux/Makefile 1.19 +0 -1 ports/games/xevil/Makefile 1.21 +0 -1 ports/games/xshisen/Makefile 1.6 +0 -1 ports/graphics/aoi/Makefile 1.7 +0 -1 ports/graphics/dc20pack/Makefile 1.42 +0 -1 ports/graphics/eog2/Makefile 1.4 +0 -1 ports/graphics/evolvotron/Makefile 1.134 +0 -1 ports/graphics/gimp-devel/Makefile 1.3 +0 -1 ports/graphics/gpdf/Makefile 1.28 +0 -1 ports/graphics/gthumb2/Makefile 1.75 +0 -1 ports/graphics/kdegraphics3/Makefile 1.28 +0 -1 ports/graphics/libart_lgpl2/Makefile 1.12 +0 -1 ports/graphics/libexif-gtk/Makefile 1.32 +0 -1 ports/graphics/libgnomecanvas/Makefile 1.33 +0 -1 ports/graphics/librsvg2/Makefile 1.9 +0 -1 ports/graphics/osgedit/Makefile 1.13 +0 -1 ports/graphics/ruby-rmagick/Makefile 1.4 +0 -1 ports/graphics/tif22pnm/Makefile 1.69 +0 -1 ports/java/jdk14/Makefile 1.14 +0 -1 ports/java/netrexx/Makefile 1.14 +0 -1 ports/korean/nabi/Makefile 1.30 +0 -1 ports/lang/elk/Makefile 1.45 +0 -1 ports/lang/gcc28/Makefile 1.17 +0 -1 ports/lang/gnomebasic/Makefile 1.39 +0 -1 ports/lang/gnustep-guile/Makefile 1.11 +0 -1 ports/lang/helium/Makefile 1.11 +0 -1 ports/mail/ifile/Makefile 1.3 +0 -1 ports/mail/kavmilter/Makefile 1.7 +0 -1 ports/mail/sccmilter/Makefile 1.5 +0 -1 ports/math/gexpr/Makefile 1.101 +0 -1 ports/math/gnumeric/Makefile 1.20 +0 -1 ports/misc/gnomeuserdocs2/Makefile 1.20 +0 -1 ports/misc/jargon/Makefile 1.8 +0 -1 ports/misc/kdeedu3/Makefile 1.7 +0 -1 ports/misc/quick-lounge-applet/Makefile 1.7 +0 -1 ports/multimedia/avinfo/Makefile 1.16 +0 -1 ports/multimedia/gstreamer/Makefile 1.5 +0 -1 ports/multimedia/gxine/Makefile 1.7 +0 -1 ports/multimedia/nautilus-media/Makefile 1.3 +0 -1 ports/multimedia/quark/Makefile 1.11 +0 -1 ports/net/easysoap/Makefile 1.12 +0 -1 ports/net/freevrrpd/Makefile 1.24 +0 -1 ports/net/gnet2/Makefile 1.95 +0 -1 ports/net/kdenetwork3/Makefile 1.9 +0 -1 ports/net/kmldonkey/Makefile 1.13 +0 -1 ports/net/kopete/Makefile 1.63 +0 -1 ports/net/liveMedia/Makefile 1.3 +0 -1 ports/net/morebalance/Makefile 1.7 +0 -1 ports/net/netspeed_applet/Makefile 1.2 +0 -1 ports/net/partysip/Makefile 1.6 +0 -1 ports/net/pxe/Makefile 1.11 +0 -1 ports/net/sendip/Makefile 1.34 +0 -1 ports/news/nntpcache/Makefile 1.48 +0 -1 ports/palm/gnomepilot2/Makefile 1.6 +0 -1 ports/print/foomatic-db-engine/Makefile 1.47 +0 -1 ports/print/ggv2/Makefile 1.7 +0 -1 ports/security/amap/Makefile 1.23 +0 -1 ports/sysutils/gconf-editor/Makefile 1.50 +0 -1 ports/sysutils/gnomesystemmonitor/Makefile 1.24 +0 -1 ports/sysutils/kdeadmin3/Makefile 1.3 +0 -1 ports/sysutils/kkbswitch/Makefile 1.5 +0 -1 ports/sysutils/ldap-account-manager/Makefile 1.5 +0 -1 ports/sysutils/nautilus-cd-burner/Makefile 1.5 +0 -1 ports/sysutils/ucspi-unix/Makefile 1.51 +0 -1 ports/textproc/aspell/Makefile 1.7 +0 -2 ports/textproc/sed_inplace/Makefile 1.14 +0 -1 ports/www/amyc/Makefile 1.20 +0 -1 ports/www/bluefish-devel/Makefile 1.64 +0 -1 ports/www/gtkhtml/Makefile 1.67 +0 -1 ports/www/gtkhtml3/Makefile 1.67 +0 -1 ports/www/libgtkhtml/Makefile 1.4 +0 -1 ports/www/mod_layout2/Makefile 1.10 +0 -1 ports/www/privoxy+ipv6/Makefile 1.32 +0 -1 ports/www/quanta/Makefile 1.43 +0 -1 ports/x11-clocks/kdetoys3/Makefile 1.10 +0 -1 ports/x11-clocks/xtu/Makefile 1.89 +0 -1 ports/x11-fm/nautilus2/Makefile 1.19 +0 -1 ports/x11-fonts/Xft/Makefile 1.30 +0 -1 ports/x11-fonts/fontconfig/Makefile 1.19 +0 -1 ports/x11-toolkits/bakery/Makefile 1.38 +0 -1 ports/x11-toolkits/eel2/Makefile 1.45 +0 -1 ports/x11-toolkits/gal/Makefile 1.50 +0 -1 ports/x11-toolkits/gal2/Makefile 1.10 +0 -1 ports/x11-toolkits/gtksourceview/Makefile 1.35 +0 -1 ports/x11-toolkits/libbonoboui/Makefile 1.26 +0 -1 ports/x11-toolkits/libgnomeprintui/Makefile 1.5 +0 -1 ports/x11-toolkits/libgnomeprintui20/Makefile 1.23 +0 -1 ports/x11-toolkits/libwnck/Makefile 1.20 +0 -1 ports/x11-wm/kdeartwork3/Makefile 1.23 +0 -1 ports/x11-wm/metacity/Makefile 1.8 +0 -1 ports/x11-wm/pager/Makefile 1.4 +0 -1 ports/x11/3ddesktop/Makefile 1.75 +0 -1 ports/x11/gdm2/Makefile 1.56 +0 -1 ports/x11/gnomeapplets2/Makefile 1.32 +0 -1 ports/x11/gnomedesktop/Makefile 1.4 +0 -1 ports/x11/gnomemag/Makefile 1.37 +0 -1 ports/x11/gnomepanel/Makefile 1.20 +0 -1 ports/x11/gnometerminal/Makefile 1.3 +0 -1 ports/x11/gnopernicus/Makefile 1.129 +0 -1 ports/x11/libgnome/Makefile 1.7 +0 -1 ports/x11/libxklavier/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:35:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8429816A4CE; Mon, 17 Nov 2003 04:35:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC8443F85; Mon, 17 Nov 2003 04:35:45 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHCZjXJ009843; Mon, 17 Nov 2003 04:35:45 -0800 (PST) (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHCZjoc009842; Mon, 17 Nov 2003 04:35:45 -0800 (PST) (envelope-from tg) Message-Id: <200311171235.hAHCZjoc009842@repoman.freebsd.org> From: Thomas Gellekum Date: Mon, 17 Nov 2003 04:35:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ecos-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:35:46 -0000 tg 2003/11/17 04:35:45 PST FreeBSD ports repository Modified files: devel/ecos-tools Makefile Log: Oops, forgot to adjust MASTER_SITES. Revision Changes Path 1.2 +2 -1 ports/devel/ecos-tools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 04:39:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A18B16A4CE; Mon, 17 Nov 2003 04:39:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A455F43FE1; Mon, 17 Nov 2003 04:39:16 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHCdGXJ009996; Mon, 17 Nov 2003 04:39:16 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHCdGDo009995; Mon, 17 Nov 2003 04:39:16 -0800 (PST) (envelope-from jeh) Message-Id: <200311171239.hAHCdGDo009995@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 17 Nov 2003 04:39:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefileports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-gcj Makefile ports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:39:17 -0000 jeh 2003/11/17 04:39:16 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-gcj Makefile devel/i386-rtems-objc Makefile Log: I believe with the upgrade to gcc-3.2.3 these are no longer broken on 5.x Revision Changes Path 1.25 +0 -4 ports/devel/i386-rtems-g77/Makefile 1.26 +0 -4 ports/devel/i386-rtems-gcc/Makefile 1.22 +0 -4 ports/devel/i386-rtems-gcj/Makefile 1.23 +0 -4 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 05:25:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3798616A4CE; Mon, 17 Nov 2003 05:25:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918C943F93; Mon, 17 Nov 2003 05:25:26 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHDPQXJ018078; Mon, 17 Nov 2003 05:25:26 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHDPQFj018077; Mon, 17 Nov 2003 05:25:26 -0800 (PST) (envelope-from trevor) Message-Id: <200311171325.hAHDPQFj018077@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 05:25:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festival+OGI/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-al X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 13:25:27 -0000 trevor 2003/11/17 05:25:26 PST FreeBSD ports repository Modified files: audio/festival+OGI/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-al Log: Add $FreeBSD$ ID. Revision Changes Path 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ab 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ac 1.2 +2 -0 ports/audio/festival+OGI/files/patch-ad 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ae 1.2 +1 -0 ports/audio/festival+OGI/files/patch-af 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ag 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ah 1.2 +1 -0 ports/audio/festival+OGI/files/patch-ai 1.2 +1 -0 ports/audio/festival+OGI/files/patch-al From owner-cvs-all@FreeBSD.ORG Mon Nov 17 05:36:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E2316A4CE; Mon, 17 Nov 2003 05:36:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8201243FD7; Mon, 17 Nov 2003 05:36:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHDagXJ018488; Mon, 17 Nov 2003 05:36:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHDafT9018487; Mon, 17 Nov 2003 05:36:41 -0800 (PST) (envelope-from krion) Message-Id: <200311171336.hAHDafT9018487@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 05:36:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/seaview Makefile distinfo ports/biology/seaview/files patch-aa patch-align.cxx patch-old_file_chooser.cxx patch-seaview.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 13:36:43 -0000 krion 2003/11/17 05:36:41 PST FreeBSD ports repository Modified files: biology/seaview Makefile distinfo biology/seaview/files patch-align.cxx patch-seaview.cxx Removed files: biology/seaview/files patch-aa patch-old_file_chooser.cxx Log: - Update to new version 2003.11.17 - Unbreak this port Revision Changes Path 1.24 +8 -13 ports/biology/seaview/Makefile 1.13 +1 -1 ports/biology/seaview/distinfo 1.6 +0 -28 ports/biology/seaview/files/patch-aa (dead) 1.2 +5 -4 ports/biology/seaview/files/patch-align.cxx 1.2 +0 -14 ports/biology/seaview/files/patch-old_file_chooser.cxx (dead) 1.2 +3 -6 ports/biology/seaview/files/patch-seaview.cxx From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:02:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FDD416A4CE; Mon, 17 Nov 2003 06:02:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DAD43FD7; Mon, 17 Nov 2003 06:02:05 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHE25XJ019414; Mon, 17 Nov 2003 06:02:05 -0800 (PST) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHE24VE019413; Mon, 17 Nov 2003 06:02:04 -0800 (PST) (envelope-from eivind) Message-Id: <200311171402.hAHE24VE019413@repoman.freebsd.org> From: Eivind Eklund Date: Mon, 17 Nov 2003 06:02:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:02:06 -0000 eivind 2003/11/17 06:02:04 PST FreeBSD src repository Modified files: usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: * Auto-detect what device to use if none is specified * Replace references to mcd0 with acd0 (doc only) * Remove references to the "c" partition (doc only - code was already fixed) Revision Changes Path 1.39 +19 -6 src/usr.sbin/cdcontrol/cdcontrol.1 1.47 +14 -12 src/usr.sbin/cdcontrol/cdcontrol.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:24:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BA816A4CE; Mon, 17 Nov 2003 06:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A36843FA3; Mon, 17 Nov 2003 06:24:25 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHEOOXJ020950; Mon, 17 Nov 2003 06:24:24 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHEOORd020949; Mon, 17 Nov 2003 06:24:24 -0800 (PST) (envelope-from ache) Message-Id: <200311171424.hAHEOORd020949@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Nov 2003 06:24:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:24:25 -0000 ache 2003/11/17 06:24:24 PST FreeBSD ports repository Modified files: mail/milter-sender Makefile distinfo Log: Upgrade to 0.45 Revision Changes Path 1.18 +2 -2 ports/mail/milter-sender/Makefile 1.8 +2 -2 ports/mail/milter-sender/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:37:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A91B16A4CE; Mon, 17 Nov 2003 06:37:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847AF43F3F; Mon, 17 Nov 2003 06:37:50 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHEboXJ021428; Mon, 17 Nov 2003 06:37:50 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHEbofG021427; Mon, 17 Nov 2003 06:37:50 -0800 (PST) (envelope-from trevor) Message-Id: <200311171437.hAHEbofG021427@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 06:37:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/sed_inplace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:37:51 -0000 trevor 2003/11/17 06:37:49 PST FreeBSD ports repository Modified files: textproc/sed_inplace Makefile Log: Back out my erroneous commit to this file. noticed by: freshports.org sanity-checking Revision Changes Path 1.8 +2 -0 ports/textproc/sed_inplace/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:56:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B0A16A4CE; Mon, 17 Nov 2003 06:56:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C32F43F75; Mon, 17 Nov 2003 06:56:27 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHEuQXJ022128; Mon, 17 Nov 2003 06:56:26 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHEuQoQ022127; Mon, 17 Nov 2003 06:56:26 -0800 (PST) (envelope-from nork) Message-Id: <200311171456.hAHEuQoQ022127@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 17 Nov 2003 06:56:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:56:27 -0000 nork 2003/11/17 06:56:26 PST FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile Log: Fix dependency on jdk14 (Update to 1.4.2). Not objected to by: openoffice PR: ports/59364 [1] Submitted by: Toshiboumi Ohta [1] Ernesto Antonio Lira Castro Nelis Lamprecht Revision Changes Path 1.111 +1 -1 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:57:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E40C16A4CE; Mon, 17 Nov 2003 06:57:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C1943FDF; Mon, 17 Nov 2003 06:57:40 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHEveXJ022226; Mon, 17 Nov 2003 06:57:40 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHEveul022225; Mon, 17 Nov 2003 06:57:40 -0800 (PST) (envelope-from jeh) Message-Id: <200311171457.hAHEveul022225@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 17 Nov 2003 06:57:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefileports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-gcj Makefile ports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:57:41 -0000 jeh 2003/11/17 06:57:40 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-gcj Makefile devel/i386-rtems-objc Makefile Log: Put a comment warning about USE_AUTOHEADER and USE_AUTOCONF Revision Changes Path 1.26 +3 -0 ports/devel/i386-rtems-g77/Makefile 1.27 +3 -0 ports/devel/i386-rtems-gcc/Makefile 1.23 +3 -0 ports/devel/i386-rtems-gcj/Makefile 1.24 +3 -0 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 06:59:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26AB16A4CE; Mon, 17 Nov 2003 06:59:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6792343F3F; Mon, 17 Nov 2003 06:59:06 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHEx6XJ022337; Mon, 17 Nov 2003 06:59:06 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHEx67d022336; Mon, 17 Nov 2003 06:59:06 -0800 (PST) (envelope-from markm) Message-Id: <200311171459.hAHEx67d022336@repoman.freebsd.org> From: Mark Murray Date: Mon, 17 Nov 2003 06:59:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/kerberos5/include krb5-private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:59:07 -0000 markm 2003/11/17 06:59:06 PST FreeBSD src repository Removed files: kerberos5/include krb5-private.h Log: No need for two copies of this file; there is already a distribution copy in src/crypto/heimdal/... Reported by: ru Revision Changes Path 1.5 +0 -70 src/kerberos5/include/krb5-private.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 07:21:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E8316A4CE; Mon, 17 Nov 2003 07:21:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEF743F93; Mon, 17 Nov 2003 07:21:42 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHFLfXJ024076; Mon, 17 Nov 2003 07:21:41 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHFLehm024075; Mon, 17 Nov 2003 07:21:40 -0800 (PST) (envelope-from bland) Message-Id: <200311171521.hAHFLehm024075@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 17 Nov 2003 07:21:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnomeapplets2 Makefileports/x11/gnomeapplets2/files patch-multiload::linux-proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 15:21:43 -0000 bland 2003/11/17 07:21:39 PST FreeBSD ports repository Modified files: x11/gnomeapplets2 Makefile Added files: x11/gnomeapplets2/files patch-multiload::linux-proc.c Log: Network load indicator from multiload applet now works on FreeBSD. Revision Changes Path 1.57 +1 -1 ports/x11/gnomeapplets2/Makefile 1.1 +84 -0 ports/x11/gnomeapplets2/files/patch-multiload::linux-proc.c (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 07:56:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DE516A4CE; Mon, 17 Nov 2003 07:56:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B1743FBD; Mon, 17 Nov 2003 07:56:01 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHFu1XJ025225; Mon, 17 Nov 2003 07:56:01 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHFu0EI025224; Mon, 17 Nov 2003 07:56:00 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171556.hAHFu0EI025224@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 07:56:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 15:56:02 -0000 rwatson 2003/11/17 07:56:00 PST FreeBSD src repository Modified files: sbin/vinum commands.c Log: Don't attempt to make devices if we're using devfs. This substantially cleans up the output when running the vinum management tool, and also makes it work better. Long sustained silence from: grog Revision Changes Path 1.54 +10 -5 src/sbin/vinum/commands.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 08:04:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD5E16A4CE; Mon, 17 Nov 2003 08:04:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB4A43FDF; Mon, 17 Nov 2003 08:04:53 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHG4rXJ026412; Mon, 17 Nov 2003 08:04:53 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHG4rHh026411; Mon, 17 Nov 2003 08:04:53 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171604.hAHG4rHh026411@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 08:04:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum vinum.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 16:04:54 -0000 rwatson 2003/11/17 08:04:53 PST FreeBSD src repository Modified files: sbin/vinum vinum.8 Log: Add an entry to the BUGS section indicating that Vinum cannot currently be used on devices with a block size other than DEV_BSIZE (512), which specifically includes being unable to run on a swap-backed md device. Swap-backed md devices use a 4k block size. Revision Changes Path 1.65 +7 -0 src/sbin/vinum/vinum.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 08:52:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F381516A4CE for ; Mon, 17 Nov 2003 08:52:02 -0800 (PST) Received: from mail.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EEC43FE5 for ; Mon, 17 Nov 2003 08:51:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 5340 invoked from network); 17 Nov 2003 16:51:58 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 17 Nov 2003 16:51:58 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAHGpqFn012024; Mon, 17 Nov 2003 11:51:52 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311151926.hAFJQ6pr087360@repoman.freebsd.org> Date: Mon, 17 Nov 2003 11:51:50 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c src/share/man/man4 acpi.4 src/sys/conf files src/sys/modules/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 16:52:03 -0000 On 15-Nov-2003 Nate Lawson wrote: > njl 2003/11/15 11:26:06 PST > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_cpu.c > share/man/man4 acpi.4 > sys/conf files > sys/modules/acpi Makefile > Log: > Implement Cx CPU idle states and updated throttling support. > > * Use the cpu_idle_hook() to do idling for C1-C3. > * Use both _CST and the FADT to detect Cx states. > * Use both _PTC and P_CNT for controlling throttling. > * Add a notify handler to detect changes in _CST and _PSS > * Call the _INI function for each processor if present. This will be > done by ACPI-CA in the future. > * Fix a bug on SMP systems where CPUs will attach multiple times if the > bus is rescan. > * Document new sysctls for controlling idling. Cool! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:14:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF1516A4CE; Mon, 17 Nov 2003 09:14:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555BF43FBF; Mon, 17 Nov 2003 09:14:59 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHHExXJ035535; Mon, 17 Nov 2003 09:14:59 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHHEwYF035534; Mon, 17 Nov 2003 09:14:58 -0800 (PST) (envelope-from kensmith) Message-Id: <200311171714.hAHHEwYF035534@repoman.freebsd.org> From: Ken Smith Date: Mon, 17 Nov 2003 09:14:58 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml mirrors.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:15:00 -0000 kensmith 2003/11/17 09:14:58 PST FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: - A couple site adjustments based on feedback from site admins Revision Changes Path 1.2 +6 -4 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:22:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE8F16A4CE; Mon, 17 Nov 2003 09:22:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EF243FB1; Mon, 17 Nov 2003 09:22:22 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHHMMXJ035837; Mon, 17 Nov 2003 09:22:22 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHHMLHJ035836; Mon, 17 Nov 2003 09:22:21 -0800 (PST) (envelope-from stephane) Message-Id: <200311171722.hAHHMLHJ035836@repoman.freebsd.org> From: Stephane Legrand Date: Mon, 17 Nov 2003 09:22:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/news Makefile news.xml www/fr/news/2002 Makefile news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:22:22 -0000 stephane 2003/11/17 09:22:21 PST FreeBSD doc repository Modified files: fr/news Makefile news.xml Added files: fr/news/2002 Makefile news.xml Log: Merge from the English version: 1.155 -> 1.179 fr/news/news.xml Move 2002 news to the right sub-directory: news/2002/Makefile: MFen 1.1 news/2002/news.xml: MFen 1.1 Revision Changes Path 1.1 +23 -0 www/fr/news/2002/Makefile (new) 1.1 +839 -0 www/fr/news/2002/news.xml (new) 1.5 +2 -2 www/fr/news/Makefile 1.7 +256 -805 www/fr/news/news.xml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:29:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2448316A4CE; Mon, 17 Nov 2003 09:29:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF1E43F75; Mon, 17 Nov 2003 09:29:04 -0800 (PST) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHHT4XJ036076; Mon, 17 Nov 2003 09:29:04 -0800 (PST) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHHT4Gh036075; Mon, 17 Nov 2003 09:29:04 -0800 (PST) (envelope-from gordon) Message-Id: <200311171729.hAHHT4Gh036075@repoman.freebsd.org> From: Gordon Tetlow Date: Mon, 17 Nov 2003 09:29:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 hier.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:29:05 -0000 gordon 2003/11/17 09:29:04 PST FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Update hier(7) to reflect the world with respect to /lib and /libexec. Revision Changes Path 1.90 +10 -0 src/share/man/man7/hier.7 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:29:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D4DE16A4CF; Mon, 17 Nov 2003 09:29:55 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 201A543FDD; Mon, 17 Nov 2003 09:29:54 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hAHHTq0x058254 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 17 Nov 2003 09:29:53 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Brian Feldman , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 17 Nov 2003 09:32:12 -0800 User-Agent: KMail/1.5.3 References: <200311170317.hAH3HnIW057958@repoman.freebsd.org> In-Reply-To: <200311170317.hAH3HnIW057958@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311170932.12308.sam@errno.com> Subject: Re: cvs commit: src/sys/netinet ip_divert.c ip_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:29:55 -0000 On Sunday 16 November 2003 07:17 pm, Brian Feldman wrote: > green 2003/11/16 19:17:49 PST > > FreeBSD src repository > > Modified files: > sys/netinet ip_divert.c ip_input.c > Log: > Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, > but do not have mh_nextpkt initialized. Somtimes what's there is "1", and > the ip_input() code pukes trying to m_free() it, rendering divert sockets > and such broken. > This really underscores the need to get rid of MT_TAG. I've got most of the changes for that done along with mods to cleanup the "backdoor linkage" between parts of the network code; but it's not ready to commit yet. Switching over dummynet cleans up that code (IMO) and adds no cost as there was already a malloc'd data structure for each packet, but ipfw is a bit more tricky. The goal of all this is to eliminate all MT_TAG usage and also the global function pointer hooks (the latter are replaced by pfil_hooks which then become necessary for many packages and so will be needed in a GENERIC kernel). Sam From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:41:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B606F16A4CE; Mon, 17 Nov 2003 09:41:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2883B43FA3; Mon, 17 Nov 2003 09:41:22 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHHfLXJ036609; Mon, 17 Nov 2003 09:41:21 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHHfLpt036608; Mon, 17 Nov 2003 09:41:21 -0800 (PST) (envelope-from pav) Message-Id: <200311171741.hAHHfLpt036608@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 09:41:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/jools Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:41:22 -0000 pav 2003/11/17 09:41:21 PST FreeBSD ports repository Modified files: games/jools Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.2 Approved by: adamw (mentor) Revision Changes Path 1.4 +5 -8 ports/games/jools/Makefile 1.2 +1 -1 ports/games/jools/distinfo 1.2 +3 -3 ports/games/jools/pkg-descr 1.2 +248 -174 ports/games/jools/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:51:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7664F16A4CE for ; Mon, 17 Nov 2003 09:51:46 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8445D43FA3 for ; Mon, 17 Nov 2003 09:51:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 60609 invoked by uid 1000); 17 Nov 2003 17:51:45 -0000 Date: Mon, 17 Nov 2003 09:51:45 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031117095013.T60600@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c src/share/man/man4 acpi.4 src/sys/conf files src/sys/modules/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 17:51:46 -0000 On Mon, 17 Nov 2003, John Baldwin wrote: > On 15-Nov-2003 Nate Lawson wrote: > > njl 2003/11/15 11:26:06 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpi_cpu.c > > share/man/man4 acpi.4 > > sys/conf files > > sys/modules/acpi Makefile > > Log: > > Implement Cx CPU idle states and updated throttling support. > > > > * Use the cpu_idle_hook() to do idling for C1-C3. > > * Use both _CST and the FADT to detect Cx states. > > * Use both _PTC and P_CNT for controlling throttling. > > * Add a notify handler to detect changes in _CST and _PSS > > * Call the _INI function for each processor if present. This will be > > done by ACPI-CA in the future. > > * Fix a bug on SMP systems where CPUs will attach multiple times if the > > bus is rescan. > > * Document new sysctls for controlling idling. > > Cool! Thanks for your help, as well as marcel and imp. I'd appreciate testing of the various levels of cx_lowest as well as on SMP boxes. I can't find one that supports lower than C1 but hopefully there will be some in the future. Send me the output of sysctl hw.acpi.cpu. -Nate From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:01:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570E016A4CF for ; Mon, 17 Nov 2003 10:01:10 -0800 (PST) Received: from mail.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id F228B43F93 for ; Mon, 17 Nov 2003 10:01:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 3258 invoked from network); 17 Nov 2003 18:01:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 17 Nov 2003 18:01:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAHI0xFn012352; Mon, 17 Nov 2003 13:00:59 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311160055.hAG0tsXL018691@repoman.freebsd.org> Date: Mon, 17 Nov 2003 13:00:57 -0500 (EST) From: John Baldwin To: Bruce Evans X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include smptests.h src/sys/i386/isa cy.c src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:01:10 -0000 On 16-Nov-2003 Bruce Evans wrote: > bde 2003/11/15 16:55:54 PST > > FreeBSD src repository > > Modified files: > sys/i386/i386 mp_machdep.c > sys/i386/include smptests.h > sys/i386/isa cy.c > sys/kern subr_witness.c > Log: > Localized the cy driver's locking. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:20:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A83516A4CE; Mon, 17 Nov 2003 10:20:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD2543FB1; Mon, 17 Nov 2003 10:20:50 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHIKnXJ038886; Mon, 17 Nov 2003 10:20:49 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHIKnAE038885; Mon, 17 Nov 2003 10:20:49 -0800 (PST) (envelope-from pav) Message-Id: <200311171820.hAHIKnAE038885@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 10:20:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/traymp/files patch-src-playlist.c patch-src-tray.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:20:50 -0000 pav 2003/11/17 10:20:49 PST FreeBSD ports repository Added files: audio/traymp/files patch-src-playlist.c patch-src-tray.c Log: - Fix build on -STABLE PR: ports/59375 Submitted by: Mark Daniel Reidel (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.1 +115 -0 ports/audio/traymp/files/patch-src-playlist.c (new) 1.1 +13 -0 ports/audio/traymp/files/patch-src-tray.c (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:22:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DE316A4CE; Mon, 17 Nov 2003 10:22:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2EC43FB1; Mon, 17 Nov 2003 10:22:24 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHIMOXJ038960; Mon, 17 Nov 2003 10:22:24 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHIMOr1038959; Mon, 17 Nov 2003 10:22:24 -0800 (PST) (envelope-from alc) Message-Id: <200311171822.hAHIMOr1038959@repoman.freebsd.org> From: Alan Cox Date: Mon, 17 Nov 2003 10:22:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include sf_buf.h src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:22:25 -0000 alc 2003/11/17 10:22:24 PST FreeBSD src repository Modified files: sys/i386/include sf_buf.h sys/i386/i386 vm_machdep.c Log: - Change the i386's sf_buf implementation so that it never allocates more than one sf_buf for one vm_page. To accomplish this, we add a global hash table mapping vm_pages to sf_bufs and a reference count to each sf_buf. (This is similar to the patches for RELENG_4 at http://www.cs.princeton.edu/~yruan/debox/.) For the uninitiated, an sf_buf is nothing more than a kernel virtual address that is used for temporary virtual-to-physical mappings by sendfile(2) and zero-copy sockets. As such, there is no reason for one vm_page to have several sf_bufs mapping it. In fact, using more than one sf_buf for a single vm_page increases the likelihood that sendfile(2) blocks, hurting throughput. (See http://www.cs.princeton.edu/~yruan/debox/.) Revision Changes Path 1.219 +48 -26 src/sys/i386/i386/vm_machdep.c 1.2 +2 -1 src/sys/i386/include/sf_buf.h From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:35:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8FE16A4CE; Mon, 17 Nov 2003 10:35:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4660943FE1; Mon, 17 Nov 2003 10:35:07 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHIZ7XJ039418; Mon, 17 Nov 2003 10:35:07 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHIZ6Ox039417; Mon, 17 Nov 2003 10:35:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171835.hAHIZ6Ox039417@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 10:35:06 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:35:13 -0000 rwatson 2003/11/17 10:35:06 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Move umask and MAC devfs changes to Desired from Required. Revision Changes Path 1.54 +22 -22 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:37:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B01016A4CE; Mon, 17 Nov 2003 10:37:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E1143FBF; Mon, 17 Nov 2003 10:37:37 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHIbaXJ039557; Mon, 17 Nov 2003 10:37:36 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHIbaoY039556; Mon, 17 Nov 2003 10:37:36 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171837.hAHIbaoY039556@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 10:37:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:37:38 -0000 rwatson 2003/11/17 10:37:36 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Add NFS problems. I haven't seen any PRs for it, only e-mail to freebsd-current. If those who are experiencing these problems could file PRs, that would be great. Revision Changes Path 1.55 +11 -1 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 10:57:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E19416A4CE; Mon, 17 Nov 2003 10:57:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C91343FE1; Mon, 17 Nov 2003 10:57:21 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHIvLXJ040250; Mon, 17 Nov 2003 10:57:21 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHIvLch040249; Mon, 17 Nov 2003 10:57:21 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171857.hAHIvLch040249@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 10:57:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_getcwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:57:22 -0000 rwatson 2003/11/17 10:57:21 PST FreeBSD src repository Modified files: sys/compat/linux linux_getcwd.c Log: Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.14 +5 -1 src/sys/compat/linux/linux_getcwd.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:02:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F4316A4CF; Mon, 17 Nov 2003 11:02:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B685E43F93; Mon, 17 Nov 2003 11:02:18 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJ2IXJ040535; Mon, 17 Nov 2003 11:02:18 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJ2IUu040534; Mon, 17 Nov 2003 11:02:18 -0800 (PST) (envelope-from sam) Message-Id: <200311171902.hAHJ2IUu040534@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Nov 2003 11:02:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:02:19 -0000 sam 2003/11/17 11:02:18 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: on a beacon miss try to reassociate before starting a scan Submitted by: Henry Qian Revision Changes Path 1.33 +9 -2 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:08:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D5F16A4CE; Mon, 17 Nov 2003 11:08:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F4B43F3F; Mon, 17 Nov 2003 11:08:11 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJ8BXJ041667; Mon, 17 Nov 2003 11:08:11 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJ8BhW041666; Mon, 17 Nov 2003 11:08:11 -0800 (PST) (envelope-from krion) Message-Id: <200311171908.hAHJ8BhW041666@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 11:08:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/ktagebuch Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:08:12 -0000 krion 2003/11/17 11:08:11 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/ktagebuch Makefile distinfo pkg-descr pkg-plist Log: KTagebuch is a diary program for KDE 3. Features: o Word processor like functions o A toolbar to easily access the entries o Entries are searchable o Mood Plugin PR: 59372 Submitted by: Markus Brueffer Revision Changes Path 1.109 +1 -0 ports/deskutils/Makefile 1.1 +29 -0 ports/deskutils/ktagebuch/Makefile (new) 1.1 +1 -0 ports/deskutils/ktagebuch/distinfo (new) 1.1 +10 -0 ports/deskutils/ktagebuch/pkg-descr (new) 1.1 +64 -0 ports/deskutils/ktagebuch/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:08:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDEF816A4CF; Mon, 17 Nov 2003 11:08:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D97C43FBF; Mon, 17 Nov 2003 11:08:27 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJ8RXJ041705; Mon, 17 Nov 2003 11:08:27 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJ8RvB041704; Mon, 17 Nov 2003 11:08:27 -0800 (PST) (envelope-from krion) Message-Id: <200311171908.hAHJ8RvB041704@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 11:08:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:08:28 -0000 krion 2003/11/17 11:08:27 PST FreeBSD ports repository Modified files: . modules Log: ktagebuch --> ports/deskutils/ktagebuch Revision Changes Path 1.8619 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:08:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8582816A4CE; Mon, 17 Nov 2003 11:08:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E773743FBF; Mon, 17 Nov 2003 11:08:46 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJ8kXJ041739; Mon, 17 Nov 2003 11:08:46 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJ8kd0041738; Mon, 17 Nov 2003 11:08:46 -0800 (PST) (envelope-from blackend) Message-Id: <200311171908.hAHJ8kd0041738@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Nov 2003 11:08:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:08:47 -0000 blackend 2003/11/17 11:08:46 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Add a period for consistency. Revision Changes Path 1.60 +1 -1 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:12:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359DA16A4CE; Mon, 17 Nov 2003 11:12:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349C143FCB; Mon, 17 Nov 2003 11:12:53 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJCrXJ041931; Mon, 17 Nov 2003 11:12:53 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJCqpm041930; Mon, 17 Nov 2003 11:12:52 -0800 (PST) (envelope-from sam) Message-Id: <200311171912.hAHJCqpm041930@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Nov 2003 11:12:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:12:54 -0000 sam 2003/11/17 11:12:52 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o fix WEP use in hostap mode; need to reset the pointer to the 802.11 packet header after stripping the WEP header on input Revision Changes Path 1.34 +2 -1 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:13:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C0316A4CF; Mon, 17 Nov 2003 11:13:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB9E43FBF; Mon, 17 Nov 2003 11:13:03 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJD3XJ041966; Mon, 17 Nov 2003 11:13:03 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJD1lf041965; Mon, 17 Nov 2003 11:13:01 -0800 (PST) (envelope-from ru) Message-Id: <200311171913.hAHJD1lf041965@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Nov 2003 11:13:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_eiface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:13:04 -0000 ru 2003/11/17 11:13:01 PST FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Check the correct set of interface flags and fix a memory leak. Reviewed by: harti Revision Changes Path 1.10 +2 -1 src/sys/netgraph/ng_eiface.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:13:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B1F16A4E6; Mon, 17 Nov 2003 11:13:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F7543FF3; Mon, 17 Nov 2003 11:13:44 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJDiXJ042050; Mon, 17 Nov 2003 11:13:44 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJDiJm042049; Mon, 17 Nov 2003 11:13:44 -0800 (PST) (envelope-from ru) Message-Id: <200311171913.hAHJDiJm042049@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Nov 2003 11:13:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_etf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:13:46 -0000 ru 2003/11/17 11:13:44 PST FreeBSD src repository Modified files: sys/netgraph ng_etf.c Log: Fixed two memory leaks. Reviewed by: harti Revision Changes Path 1.3 +3 -1 src/sys/netgraph/ng_etf.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:15:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16E216A4CE; Mon, 17 Nov 2003 11:15:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA00943FDD; Mon, 17 Nov 2003 11:15:01 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJF1XJ042142; Mon, 17 Nov 2003 11:15:01 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJF1BP042141; Mon, 17 Nov 2003 11:15:01 -0800 (PST) (envelope-from blackend) Message-Id: <200311171915.hAHJF1BP042141@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Nov 2003 11:15:01 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/bibliography chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:15:03 -0000 blackend 2003/11/17 11:15:01 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/bibliography chapter.sgml Log: MFen 1.58 --> 1.60 Revision Changes Path 1.7 +10 -3 doc/fr_FR.ISO8859-1/books/handbook/bibliography/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:15:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D40316A4CF; Mon, 17 Nov 2003 11:15:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730AF43F93; Mon, 17 Nov 2003 11:15:09 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJF9XJ042195; Mon, 17 Nov 2003 11:15:09 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJF9Rg042194; Mon, 17 Nov 2003 11:15:09 -0800 (PST) (envelope-from sam) Message-Id: <200311171915.hAHJF9Rg042194@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Nov 2003 11:15:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:15:10 -0000 sam 2003/11/17 11:15:09 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: move rate control change messages under ath_debug Revision Changes Path 1.35 +2 -2 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:20:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48CF16A4D0; Mon, 17 Nov 2003 11:20:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3316543FE0; Mon, 17 Nov 2003 11:20:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJKHXJ042436; Mon, 17 Nov 2003 11:20:17 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJKHAc042435; Mon, 17 Nov 2003 11:20:17 -0800 (PST) (envelope-from pav) Message-Id: <200311171920.hAHJKHAc042435@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 11:20:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/playmidi Makefileports/audio/playmidi/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:20:19 -0000 pav 2003/11/17 11:20:17 PST FreeBSD ports repository Modified files: audio/playmidi Makefile audio/playmidi/files patch-ad Log: - Let the build break on -CURRENT a little later. This software needs ultrasound.h header which was axed from HEAD 3 years ago. It survived in RELENG_4 however. PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor) Revision Changes Path 1.19 +1 -1 ports/audio/playmidi/Makefile 1.4 +0 -12 ports/audio/playmidi/files/patch-ad From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:21:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E844716A4CE; Mon, 17 Nov 2003 11:21:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E30E43FDF; Mon, 17 Nov 2003 11:21:54 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJLsXJ042565; Mon, 17 Nov 2003 11:21:54 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJLr3f042564; Mon, 17 Nov 2003 11:21:53 -0800 (PST) (envelope-from cognet) Message-Id: <200311171921.hAHJLr3f042564@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 17 Nov 2003 11:21:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:21:55 -0000 cognet 2003/11/17 11:21:53 PST FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: In rip_abort(), unlock the inpcb if we didn't detach it, or we may recurse on the lock before destroying the mutex. Submitted by: sam Revision Changes Path 1.120 +2 -0 src/sys/netinet/raw_ip.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:28:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361DB16A4CE; Mon, 17 Nov 2003 11:28:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1BE43FD7; Mon, 17 Nov 2003 11:28:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJSXXJ042855; Mon, 17 Nov 2003 11:28:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJSXde042854; Mon, 17 Nov 2003 11:28:33 -0800 (PST) (envelope-from marcus) Message-Id: <200311171928.hAHJSXde042854@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 11:28:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pwlib Makefile ports/net/openh323 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:28:34 -0000 marcus 2003/11/17 11:28:33 PST FreeBSD ports repository Modified files: devel/pwlib Makefile net/openh323 Makefile Log: Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the build on bento. Reported by: bento via kris Revision Changes Path 1.4 +2 -2 ports/devel/pwlib/Makefile 1.53 +2 -2 ports/net/openh323/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:33:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769A316A4CE; Mon, 17 Nov 2003 11:33:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FEA43FE1; Mon, 17 Nov 2003 11:33:50 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJXoXJ043212; Mon, 17 Nov 2003 11:33:50 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJXnVY043211; Mon, 17 Nov 2003 11:33:49 -0800 (PST) (envelope-from dinoex) Message-Id: <200311171933.hAHJXnVY043211@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 17 Nov 2003 11:33:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/lrzsz Makefile ports/deskutils/abacus Makefile ports/games/xneko Makefile ports/graphics/gd Makefile ports/graphics/jpeg Makefile ports/graphics/tiff Makefile ports/multimedia/mpeg2play Makefile ports/www/thumbnail_index ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:33:53 -0000 dinoex 2003/11/17 11:33:49 PST FreeBSD ports repository Modified files: comms/lrzsz Makefile deskutils/abacus Makefile games/xneko Makefile graphics/gd Makefile graphics/jpeg Makefile graphics/tiff Makefile multimedia/mpeg2play Makefile www/thumbnail_index Makefile Log: - take maintainership Revision Changes Path 1.24 +1 -1 ports/comms/lrzsz/Makefile 1.21 +1 -1 ports/deskutils/abacus/Makefile 1.20 +1 -1 ports/games/xneko/Makefile 1.62 +1 -1 ports/graphics/gd/Makefile 1.36 +1 -1 ports/graphics/jpeg/Makefile 1.38 +1 -1 ports/graphics/tiff/Makefile 1.12 +1 -1 ports/multimedia/mpeg2play/Makefile 1.9 +1 -1 ports/www/thumbnail_index/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:48:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8869A16A4CE; Mon, 17 Nov 2003 11:48:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F162843F75; Mon, 17 Nov 2003 11:48:35 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJmZXJ044148; Mon, 17 Nov 2003 11:48:35 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJmZYo044147; Mon, 17 Nov 2003 11:48:35 -0800 (PST) (envelope-from rwatson) Message-Id: <200311171948.hAHJmZYo044147@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 11:48:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e mac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:48:36 -0000 rwatson 2003/11/17 11:48:35 PST FreeBSD src repository Modified files: lib/libc/posix1e mac.c Log: Staticize label_default_head to prevent it from leaking out of mac.c. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.11 +1 -1 src/lib/libc/posix1e/mac.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:57:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D9916A4CF; Mon, 17 Nov 2003 11:57:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA3843FDF; Mon, 17 Nov 2003 11:57:03 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHJv3XJ044551; Mon, 17 Nov 2003 11:57:03 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHJv33l044550; Mon, 17 Nov 2003 11:57:03 -0800 (PST) (envelope-from blackend) Message-Id: <200311171957.hAHJv33l044550@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 17 Nov 2003 11:57:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 19:57:05 -0000 blackend 2003/11/17 11:57:02 PST FreeBSD doc repository Modified files: en support.sgml Log: Update link to the NVIDIA/FreeBSD FAQ Submitted by: Munish Chopra Revision Changes Path 1.320 +2 -2 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:03:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED1F316A4D1 for ; Mon, 17 Nov 2003 12:03:05 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B854943FE0 for ; Mon, 17 Nov 2003 12:03:02 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 14513 invoked from network); 17 Nov 2003 20:03:01 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 17 Nov 2003 20:03:01 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 17 Nov 2003 14:03:00 -0600 (CST) From: Mike Silbersack To: Alan Cox In-Reply-To: <200311171822.hAHIMOr1038959@repoman.freebsd.org> Message-ID: <20031117140117.T3229@odysseus.silby.com> References: <200311171822.hAHIMOr1038959@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include sf_buf.h src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:03:06 -0000 On Mon, 17 Nov 2003, Alan Cox wrote: > alc 2003/11/17 10:22:24 PST > > FreeBSD src repository > > Modified files: > sys/i386/include sf_buf.h > sys/i386/i386 vm_machdep.c > Log: > - Change the i386's sf_buf implementation so that it never allocates > more than one sf_buf for one vm_page. To accomplish this, we add > a global hash table mapping vm_pages to sf_bufs and a reference > count to each sf_buf. (This is similar to the patches for RELENG_4 > at http://www.cs.princeton.edu/~yruan/debox/.) Cool! I should have the other two parts of the DeBox patch finished up within a week, so it sounds like 5.2 will really have turbocharged sendfile support. :) Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:16:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FED16A4CE; Mon, 17 Nov 2003 12:16:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E6543F93; Mon, 17 Nov 2003 12:16:46 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKGkXJ046318; Mon, 17 Nov 2003 12:16:46 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKGk8f046317; Mon, 17 Nov 2003 12:16:46 -0800 (PST) (envelope-from edwin) Message-Id: <200311172016.hAHKGk8f046317@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 17 Nov 2003 12:16:45 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:16:47 -0000 edwin 2003/11/17 12:16:45 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add "Andreas Fehlner" as additional contributor for his port sysutils/userneu. Revision Changes Path 1.59 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:17:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3362E16A4CE; Mon, 17 Nov 2003 12:17:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DAE43FCB; Mon, 17 Nov 2003 12:17:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKHlXJ046384; Mon, 17 Nov 2003 12:17:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKHlu6046383; Mon, 17 Nov 2003 12:17:47 -0800 (PST) (envelope-from marcus) Message-Id: <200311172017.hAHKHlu6046383@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 12:17:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile pkg-plist ports/devel/portlint/src portlint.1 portlint.pl portlintgrep.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:17:48 -0000 marcus 2003/11/17 12:17:47 PST FreeBSD ports repository Modified files: devel/portlint Makefile pkg-plist devel/portlint/src portlint.1 portlint.pl Added files: devel/portlint/src portlintgrep.pl Log: Update to 2.5.0. * Add some linenumbers to the whole file search * Hack the direct command use code some more * Add a check for the deprecated USE_MESA * Allow PKGCATEGORY not in CATEGORIES [1] * Allow %B in pkg-plist, as it has a valid prefix [1] * Allow simple rm -f, it needs no redirection [1] * Add portlintgrep.pl, an example on how to use portlint to find certain portlint problems in the ports tree [2] Submitted by: dinoex [1] eik [2] Revision Changes Path 1.65 +5 -1 ports/devel/portlint/Makefile 1.4 +1 -0 ports/devel/portlint/pkg-plist 1.15 +0 -0 ports/devel/portlint/src/portlint.1 1.46 +77 -45 ports/devel/portlint/src/portlint.pl 1.1 +53 -0 ports/devel/portlint/src/portlintgrep.pl (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:20:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DE616A4CE; Mon, 17 Nov 2003 12:20:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A0D43FAF; Mon, 17 Nov 2003 12:20:54 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKKsXJ046540; Mon, 17 Nov 2003 12:20:54 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKKsFq046539; Mon, 17 Nov 2003 12:20:54 -0800 (PST) (envelope-from rwatson) Message-Id: <200311172020.hAHKKsFq046539@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 12:20:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:20:55 -0000 rwatson 2003/11/17 12:20:54 PST FreeBSD src repository Modified files: sys/kern kern_prot.c Log: Add a sysctl, security.bsd.see_other_gids, similar in semantics to see_other_uids but with the logical conversion. This is based on (but not identical to) the patch submitted by Samy Al Bahra. Submitted by: Samy Al Bahra Revision Changes Path 1.178 +51 -2 src/sys/kern/kern_prot.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:24:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA87416A4CE; Mon, 17 Nov 2003 12:24:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D3443FAF; Mon, 17 Nov 2003 12:24:00 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKO0XJ046847; Mon, 17 Nov 2003 12:24:00 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKNxqM046846; Mon, 17 Nov 2003 12:23:59 -0800 (PST) (envelope-from rushani) Message-Id: <200311172023.hAHKNxqM046846@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 17 Nov 2003 12:23:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja/copyright trademarks.sgml www/ja docs.sgml freebsd.css www/ja/java/dists 14.sgml www/ja/java install.sgml www/ja/ports categories www/ja/projects projects.sgml www/ja/releases/4.9R announce.sgml www/ja/search search.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:24:01 -0000 rushani 2003/11/17 12:23:59 PST FreeBSD doc repository Modified files: ja/copyright trademarks.sgml ja docs.sgml ja/java/dists 14.sgml ja/java install.sgml ja/ports categories ja/projects projects.sgml ja/releases/4.9R announce.sgml ja/search search.sgml ja/security security.sgml Added files: ja freebsd.css Log: Merge the following from the English version: 1.7 -> 1.9 copyright/trademarks.sgml 1.176 -> 1.177 docs.sgml (new) -> 1.1 freebsd.css 1.5 -> 1.6 java/dists/14.sgml 1.9 -> 1.12 java/install.sgml 1.23 -> 1.24 ports/categories 1.152 -> 1.153 projects/projects.sgml 1.1 -> 1.2 releases/4.9R/announce.sgml 1.91 -> 1.92 search/search.sgml 1.147 -> 1.148 security/security.sgml Revision Changes Path 1.2 +12 -2 www/ja/copyright/trademarks.sgml 1.61 +3 -3 www/ja/docs.sgml 1.1 +40 -0 www/ja/freebsd.css (new) 1.4 +16 -3 www/ja/java/dists/14.sgml 1.7 +69 -14 www/ja/java/install.sgml 1.12 +5 -2 www/ja/ports/categories 1.36 +4 -4 www/ja/projects/projects.sgml 1.2 +3 -3 www/ja/releases/4.9R/announce.sgml 1.42 +9 -2 www/ja/search/search.sgml 1.81 +10 -5 www/ja/security/security.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:32:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 643DB16A4CE for ; Mon, 17 Nov 2003 12:32:44 -0800 (PST) Received: from builder.daemonology.net (h24-87-233-42.vc.shawcable.net [24.87.233.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FD6343FD7 for ; Mon, 17 Nov 2003 12:32:42 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: (qmail 39494 invoked from network); 11 Nov 2003 20:30:52 -0000 Received: (for user qmaild) Received: from unknown (HELO piii600.wadham.ox.ac.uk) (127.0.0.1) by localhost with SMTP; 11 Nov 2003 20:30:52 -0000 Message-Id: <5.0.2.1.1.20031111202853.03249058@popserver.sfu.ca> X-Sender: cperciva@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 11 Nov 2003 20:32:42 +0000 To: cvs-all@freebsd.org From: Colin Percival Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:32:44 -0000 des@des.no wrote: > Jeffrey Hsu writes: > > It is customary when demanding a backout for the challenger to > > explain why, especially if he is wrong. > > It is customary when committing changes to CVS to include an > explanation of why the change was required. Isn't it customary to conduct such argu^H^H^H^Hdiscussions on a private mailing list? Colin Percival From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:45:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11B016A4D0; Mon, 17 Nov 2003 12:45:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0D643FD7; Mon, 17 Nov 2003 12:45:37 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKjbXJ047863; Mon, 17 Nov 2003 12:45:37 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKjb41047862; Mon, 17 Nov 2003 12:45:37 -0800 (PST) (envelope-from krion) Message-Id: <200311172045.hAHKjb41047862@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 12:45:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hashish Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:45:39 -0000 krion 2003/11/17 12:45:37 PST FreeBSD ports repository Modified files: security/hashish Makefile distinfo pkg-descr Log: - Unbreak this port and fix compile error caused by update of cryptopp - Update to version 1.1 - Give maintainership to submitter PR: 59377 Submitted by: Jesse Lovelace Revision Changes Path 1.14 +11 -28 ports/security/hashish/Makefile 1.2 +1 -1 ports/security/hashish/distinfo 1.2 +5 -1 ports/security/hashish/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:47:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5D4316A4CE; Mon, 17 Nov 2003 12:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE6843FB1; Mon, 17 Nov 2003 12:47:26 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKlPXJ053504; Mon, 17 Nov 2003 12:47:25 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKlPEd053503; Mon, 17 Nov 2003 12:47:25 -0800 (PST) (envelope-from trevor) Message-Id: <200311172047.hAHKlPEd053503@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 12:47:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festival+OGI Makefile distinfo pkg-descr pkg-plist pkg-plist-ogi ports/audio/festival+OGI/files extra-patch-aa extra-patch-aa-ogi patch-festival_config_config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:47:26 -0000 trevor 2003/11/17 12:47:25 PST FreeBSD ports repository Modified files: audio/festival+OGI Makefile distinfo pkg-descr pkg-plist Added files: audio/festival+OGI/files patch-festival_config_config Removed files: audio/festival+OGI pkg-plist-ogi audio/festival+OGI/files extra-patch-aa extra-patch-aa-ogi Log: The festival+OGI port was repo-copied from ports/audio/festival. It is a port of Festival with the OGI extensions unconditionally present. Formerly they were enabled only when the user defined WITH_OGI. The dependencies ought to work better this way, and the audio/festival port may now be updated without concern about getting the OGI extensions to work with a version of Festival for which they were not intended. I made many cosmetic changes too. Update OGIresLPC from 2.0.4 to 2.0.9 (needed by newer versions of the OGI voices), and OGIfestpatch from 1.4.1 to 1.4.1.2, to which the following apply: Submitted by: Sebastian Yepes PR: 51900 Obtained from: NetBSD pkgsrc Revision Changes Path 1.21 +46 -84 ports/audio/festival+OGI/Makefile 1.2 +3 -2 ports/audio/festival+OGI/distinfo 1.2 +0 -13 ports/audio/festival+OGI/files/extra-patch-aa (dead) 1.2 +0 -20 ports/audio/festival+OGI/files/extra-patch-aa-ogi (dead) 1.1 +20 -0 ports/audio/festival+OGI/files/patch-festival_config_config (new) 1.5 +17 -12 ports/audio/festival+OGI/pkg-descr 1.3 +18 -1 ports/audio/festival+OGI/pkg-plist 1.3 +0 -14 ports/audio/festival+OGI/pkg-plist-ogi (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:48:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8DA16A4CE; Mon, 17 Nov 2003 12:48:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795743FE0; Mon, 17 Nov 2003 12:48:34 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKmYXJ053542; Mon, 17 Nov 2003 12:48:34 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKmYre053541; Mon, 17 Nov 2003 12:48:34 -0800 (PST) (envelope-from trevor) Message-Id: <200311172048.hAHKmYre053541@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 12:48:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:48:36 -0000 trevor 2003/11/17 12:48:34 PST FreeBSD ports repository Modified files: audio Makefile Log: Attach new festival+OGI port. Revision Changes Path 1.466 +1 -0 ports/audio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:52:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8D016A4CE; Mon, 17 Nov 2003 12:52:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852C943FB1; Mon, 17 Nov 2003 12:52:55 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHKqtXJ053762; Mon, 17 Nov 2003 12:52:55 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHKqscn053761; Mon, 17 Nov 2003 12:52:54 -0800 (PST) (envelope-from trevor) Message-Id: <200311172052.hAHKqscn053761@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 12:52:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:52:56 -0000 trevor 2003/11/17 12:52:54 PST FreeBSD ports repository Modified files: . modules Log: festival+OGI --> ports/audio/festival+OGI Revision Changes Path 1.8620 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:02:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A438F16A4CE; Mon, 17 Nov 2003 13:02:18 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC66043F75; Mon, 17 Nov 2003 13:02:17 -0800 (PST) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (corp-2.ipinc.com [199.245.188.2]) by smtp-relay.omnis.com (Postfix) with ESMTP id 7BD4972DD3; Mon, 17 Nov 2003 13:01:25 -0800 (PST) From: Wes Peters Organization: Softweyr.com To: David Schultz , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 17 Nov 2003 13:01:45 -0800 User-Agent: KMail/1.5.2 References: <200311170639.hAH6dduA076667@repoman.freebsd.org> In-Reply-To: <200311170639.hAH6dduA076667@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311171301.45679.wes@softweyr.com> Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:02:18 -0000 On Sunday 16 November 2003 22:39, David Schultz wrote: > das 2003/11/16 22:39:39 PST > > FreeBSD src repository > > Modified files: > sbin/nologin Makefile > Added files: > sbin/nologin nologin.c > Removed files: > sbin/nologin nologin.sh > Log: > Reimplement nologin(8) as a C program. This allows us to > statically link it at low cost and avoid environment poisoning > attacks associated with LD_LIBRARY_PATH. I suppose adding the logging done by the sysutils/no-login port would make the program objectionably large. Sigh. Several times over the past five years I considering asking if we should just import my nologin and be done with it; each time I didn't pursue it because it wasn't worth the bikeshed. -- "Where am I, and what am I doing in this handbasket?" Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:07:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 706F616A4CE; Mon, 17 Nov 2003 13:07:50 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88D043FBD; Mon, 17 Nov 2003 13:07:45 -0800 (PST) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (corp-2.ipinc.com [199.245.188.2]) by smtp-relay.omnis.com (Postfix) with ESMTP id 44D9D72D94; Mon, 17 Nov 2003 13:07:15 -0800 (PST) From: Wes Peters Organization: Softweyr.com To: David Schultz , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 17 Nov 2003 13:07:34 -0800 User-Agent: KMail/1.5.2 References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> In-Reply-To: <200311171301.45679.wes@softweyr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311171307.34933.wes@softweyr.com> Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:07:50 -0000 On Monday 17 November 2003 13:01, Wes Peters wrote: > On Sunday 16 November 2003 22:39, David Schultz wrote: > > das 2003/11/16 22:39:39 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to > > statically link it at low cost and avoid environment poisoning > > attacks associated with LD_LIBRARY_PATH. > > I suppose adding the logging done by the sysutils/no-login port would > make the program objectionably large. Sigh. Several times over the > past five years I considering asking if we should just import my > nologin and be done with it; each time I didn't pursue it because it > wasn't worth the bikeshed. Sorry to follow up to myself, I just wanted to note that syslog and getopt don't seem to add much to the size of the executable: wpeters@salty> size nologin text data bss dec hex filename 1845 260 36 2141 85d nologin wpeters@salty> ls -l nologin -rwxr-xr-x 1 root wheel 5430 Nov 17 13:03 nologin* wpeters@salty> sudo strip nologin wpeters@salty> ls -l nologin -rwxr-xr-x 1 root wheel 3796 Nov 17 13:05 nologin* wpeters@salty> ldd nologin nologin: libc.so.5 => /usr/lib/libc.so.5 (0x2806b000) So this may be worth the bikeshed^W^Wconsidering after the thaw. Certainly not important enough to slushie. -- "Where am I, and what am I doing in this handbasket?" Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:12:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8501D16A4CE; Mon, 17 Nov 2003 13:12:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEBE43FBF; Mon, 17 Nov 2003 13:12:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLClXJ055397; Mon, 17 Nov 2003 13:12:47 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLClQQ055396; Mon, 17 Nov 2003 13:12:47 -0800 (PST) (envelope-from trevor) Message-Id: <200311172112.hAHLClQQ055396@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 13:12:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festlex-cmu Makefileports/audio/festlex-oald Makefile ports/audio/festlex-poslex Makefile ports/audio/festvox-el11 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:12:48 -0000 trevor 2003/11/17 13:12:47 PST FreeBSD ports repository Modified files: audio/festlex-cmu Makefile audio/festlex-oald Makefile audio/festlex-poslex Makefile audio/festvox-el11 Makefile Log: Use PORTSDIR macro. Revision Changes Path 1.10 +1 -1 ports/audio/festlex-cmu/Makefile 1.10 +1 -1 ports/audio/festlex-oald/Makefile 1.11 +1 -1 ports/audio/festlex-poslex/Makefile 1.10 +1 -1 ports/audio/festvox-el11/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:15:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBB416A4CE; Mon, 17 Nov 2003 13:15:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACED43FB1; Mon, 17 Nov 2003 13:15:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLFeXJ055585; Mon, 17 Nov 2003 13:15:40 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLFeT2055584; Mon, 17 Nov 2003 13:15:40 -0800 (PST) (envelope-from marcus) Message-Id: <200311172115.hAHLFeT2055584@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 13:15:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxml2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:15:41 -0000 marcus 2003/11/17 13:15:40 PST FreeBSD ports repository Modified files: textproc/libxml2 Makefile pkg-plist Log: Compile Python files on installation. PR: 59383 Submitted by: Rui Lopes Revision Changes Path 1.106 +7 -0 ports/textproc/libxml2/Makefile 1.45 +4 -0 ports/textproc/libxml2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:15:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5923116A4CF; Mon, 17 Nov 2003 13:15:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEB343FAF; Mon, 17 Nov 2003 13:15:58 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLFwXJ055615; Mon, 17 Nov 2003 13:15:58 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLFwVH055614; Mon, 17 Nov 2003 13:15:58 -0800 (PST) (envelope-from trevor) Message-Id: <200311172115.hAHLFwVH055614@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 13:15:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festvox-aec Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:15:59 -0000 trevor 2003/11/17 13:15:57 PST FreeBSD ports repository Modified files: audio/festvox-aec Makefile Log: Use my FreeBSD.org address. Revision Changes Path 1.3 +1 -1 ports/audio/festvox-aec/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:18:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBFF16A4CE; Mon, 17 Nov 2003 13:18:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C199843F93; Mon, 17 Nov 2003 13:18:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLIrXJ055731; Mon, 17 Nov 2003 13:18:53 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLIr25055730; Mon, 17 Nov 2003 13:18:53 -0800 (PST) (envelope-from pav) Message-Id: <200311172118.hAHLIr25055730@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 13:18:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/mp3riot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:18:54 -0000 pav 2003/11/17 13:18:53 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/mp3riot Makefile distinfo pkg-descr pkg-plist Log: mp3riot is a command line perl script to generate listings of mp3 files. It can output HTML, XML, m3u or pls playlists. PR: ports/55595 Submitted by: Francisco Gomez Approved by: adamw (mentor) Revision Changes Path 1.467 +1 -0 ports/audio/Makefile 1.1 +39 -0 ports/audio/mp3riot/Makefile (new) 1.1 +1 -0 ports/audio/mp3riot/distinfo (new) 1.1 +12 -0 ports/audio/mp3riot/pkg-descr (new) 1.1 +1 -0 ports/audio/mp3riot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:19:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF1E16A4CF; Mon, 17 Nov 2003 13:19:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7588143F75; Mon, 17 Nov 2003 13:19:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLJ3XJ055771; Mon, 17 Nov 2003 13:19:03 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLJ3tW055769; Mon, 17 Nov 2003 13:19:03 -0800 (PST) (envelope-from marcus) Message-Id: <200311172119.hAHLJ3tW055769@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 13:19:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:19:04 -0000 marcus 2003/11/17 13:19:03 PST FreeBSD ports repository Modified files: devel/portlint pkg-plist Log: Remove EXAMPLESDIR. Submitted by: krion Revision Changes Path 1.5 +1 -0 ports/devel/portlint/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:22:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B188916A4CE; Mon, 17 Nov 2003 13:22:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 198AA43FDD; Mon, 17 Nov 2003 13:22:50 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLMnXJ056090; Mon, 17 Nov 2003 13:22:49 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLMnPw056089; Mon, 17 Nov 2003 13:22:49 -0800 (PST) (envelope-from trevor) Message-Id: <200311172122.hAHLMnPw056089@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 17 Nov 2003 13:22:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festvox-don Makefileports/audio/festvox-kal16 Makefile ports/audio/festvox-kal8 Makefile ports/audio/festvox-ked16 Makefile ports/audio/festvox-ked8 Makefile ports/audio/festvox-rab16 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:22:50 -0000 trevor 2003/11/17 13:22:49 PST FreeBSD ports repository Modified files: audio/festvox-don Makefile audio/festvox-kal16 Makefile audio/festvox-kal8 Makefile audio/festvox-ked16 Makefile audio/festvox-ked8 Makefile audio/festvox-rab16 Makefile audio/festvox-rab8 Makefile Log: Use PORTSDIR and force dependencies to 80 columns (ugly, I know). Revision Changes Path 1.10 +5 -3 ports/audio/festvox-don/Makefile 1.10 +5 -3 ports/audio/festvox-kal16/Makefile 1.10 +5 -3 ports/audio/festvox-kal8/Makefile 1.9 +5 -3 ports/audio/festvox-ked16/Makefile 1.9 +5 -3 ports/audio/festvox-ked8/Makefile 1.10 +5 -3 ports/audio/festvox-rab16/Makefile 1.10 +5 -3 ports/audio/festvox-rab8/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:19:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9C516A4CE; Mon, 17 Nov 2003 13:19:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058A043FAF; Mon, 17 Nov 2003 13:19:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLJkXJ055807; Mon, 17 Nov 2003 13:19:46 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLJkww055806; Mon, 17 Nov 2003 13:19:46 -0800 (PST) (envelope-from pav) Message-Id: <200311172119.hAHLJkww055806@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 13:19:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:19:47 -0000 pav 2003/11/17 13:19:46 PST FreeBSD ports repository Modified files: . modules Log: mp3riot --> ports/audio/mp3riot Approved by: adamw (mentor) Revision Changes Path 1.8621 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:23:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3032616A4CE; Mon, 17 Nov 2003 13:23:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199C243FAF; Mon, 17 Nov 2003 13:23:56 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLNtXJ056146; Mon, 17 Nov 2003 13:23:55 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLNtU3056145; Mon, 17 Nov 2003 13:23:55 -0800 (PST) (envelope-from seanc) Message-Id: <200311172123.hAHLNtU3056145@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 17 Nov 2003 13:23:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:23:58 -0000 seanc 2003/11/17 13:23:55 PST FreeBSD ports repository Modified files: databases/postgresql-devel Makefile distinfo pkg-plist Log: Given that 7.4's release is imminent, start tracking the 7.5 code base which already has some slick improvements (now uses ARC and not LRU for cache). Revision Changes Path 1.131 +1 -1 ports/databases/postgresql-devel/Makefile 1.44 +1 -1 ports/databases/postgresql-devel/distinfo 1.48 +1 -2 ports/databases/postgresql-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:27:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3984016A4CE; Mon, 17 Nov 2003 13:27:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E73F43F85; Mon, 17 Nov 2003 13:27:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLR9XJ056281; Mon, 17 Nov 2003 13:27:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLR9IN056280; Mon, 17 Nov 2003 13:27:09 -0800 (PST) (envelope-from marcus) Message-Id: <200311172127.hAHLR9IN056280@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 13:27:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxslt Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:27:10 -0000 marcus 2003/11/17 13:27:09 PST FreeBSD ports repository Modified files: textproc/libxslt Makefile pkg-plist Log: Compile python files on installation. PR: 59384 Submitted by: Rui Lopes Revision Changes Path 1.50 +7 -0 ports/textproc/libxslt/Makefile 1.26 +2 -0 ports/textproc/libxslt/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:28:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0698016A4CE; Mon, 17 Nov 2003 13:28:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A79C43FD7; Mon, 17 Nov 2003 13:28:29 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLSTXJ056357; Mon, 17 Nov 2003 13:28:29 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLSTXH056356; Mon, 17 Nov 2003 13:28:29 -0800 (PST) (envelope-from pav) Message-Id: <200311172128.hAHLSTXH056356@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 13:28:29 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:28:30 -0000 pav 2003/11/17 13:28:29 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Francisco Gomez for his audio/mp3riot port. Approved by: adamw (mentor) Revision Changes Path 1.60 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:34:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3C316A4CE; Mon, 17 Nov 2003 13:34:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4957443FCB; Mon, 17 Nov 2003 13:34:55 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHLYtXJ056612; Mon, 17 Nov 2003 13:34:55 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHLYt1X056611; Mon, 17 Nov 2003 13:34:55 -0800 (PST) (envelope-from pav) Message-Id: <200311172134.hAHLYt1X056611@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 13:34:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/playmidi Makefileports/audio/playmidi/files extra-emumidi.h extra-patchload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:34:56 -0000 X-List-Received-Date: Mon, 17 Nov 2003 21:34:56 -0000 pav 2003/11/17 13:34:55 PST FreeBSD ports repository Modified files: audio/playmidi Makefile Added files: audio/playmidi/files extra-emumidi.h extra-patchload.c Log: Unbreak on 5.x. It will not work with Gravis Ultrasound boards, but they're almost extinct today anyway. Submitted by: Mathew Kanner Approved by: adamw (mentor) Revision Changes Path 1.21 +2 -2 ports/audio/playmidi/Makefile 1.1 +10 -0 ports/audio/playmidi/files/extra-emumidi.h (new) 1.1 +18 -0 ports/audio/playmidi/files/extra-patchload.c (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:24:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B84F16A4CF for ; Mon, 17 Nov 2003 13:24:50 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B842D43FE9 for ; Mon, 17 Nov 2003 13:24:44 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 50977 invoked from network); 17 Nov 2003 21:27:43 -0000 Received: from unknown (HELO pipeline.ch) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 17 Nov 2003 21:27:43 -0000 Message-ID: <3FB93C9A.CC5D187E@pipeline.ch> Date: Mon, 17 Nov 2003 22:24:42 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Silbersack References: <200311171822.hAHIMOr1038959@repoman.freebsd.org> <20031117140117.T3229@odysseus.silby.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include sf_buf.h src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:24:50 -0000 Mike Silbersack wrote: > > On Mon, 17 Nov 2003, Alan Cox wrote: > > > alc 2003/11/17 10:22:24 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/include sf_buf.h > > sys/i386/i386 vm_machdep.c > > Log: > > - Change the i386's sf_buf implementation so that it never allocates > > more than one sf_buf for one vm_page. To accomplish this, we add > > a global hash table mapping vm_pages to sf_bufs and a reference > > count to each sf_buf. (This is similar to the patches for RELENG_4 > > at http://www.cs.princeton.edu/~yruan/debox/.) > > Cool! > > I should have the other two parts of the DeBox patch finished up within a > week, so it sounds like 5.2 will really have turbocharged sendfile > support. :) Way cool! We should make a t-shirt for that ;-) -- Andre From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:51:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76FB16A4CE; Mon, 17 Nov 2003 13:51:30 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597443FCB; Mon, 17 Nov 2003 13:51:27 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAHLpPK0081054; Mon, 17 Nov 2003 22:51:25 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAHLpKV5081053; Mon, 17 Nov 2003 22:51:20 +0100 (CET) (envelope-from marius) Date: Mon, 17 Nov 2003 22:51:20 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031117225120.D38259@newtrinity.zeist.de> References: <200311142102.hAEL2n3F073213@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@freebsd.org on Fri, Nov 14, 2003 at 04:21:44PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.38 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:51:31 -0000 On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > > On 14-Nov-2003 John Baldwin wrote: > > jhb 2003/11/14 13:02:49 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/isa atpic.c > > Log: > > Always install IDT entries for ATPIC interrupt sources. The APIC no > > longer uses these interrupt vectors for its ISA interrupt pins, so these > > entries will not be overwritten. If we get a spurious interrupt from the > > ATPIC when using the APIC, it will be treated as a stray interrupt instead > > of causing a panic. > > This should fix all of the "panic: Couldn't get vector from ISR" and > trap 30 (reserved) panics. If you were using older versions of either > spurious.patch or atpic.patch, please try reverting them and using > plain CVS to see if that fixes your problem. If not, please let me know. > If you get several stray IRQ 7 messages and would like to shut them up, > you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > Unfortunately it doesn't fix the type 30 trap triggered by a spurious interrupt here (need atpic.patch). From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:52:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1819A16A4CE for ; Mon, 17 Nov 2003 13:52:40 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C070243FAF for ; Mon, 17 Nov 2003 13:52:26 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 2264 invoked by uid 110); 17 Nov 2003 21:52:25 -0000 Received: (qmail 2226 invoked from network); 17 Nov 2003 21:52:24 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 21:52:24 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id DD8B75742F for ; Mon, 17 Nov 2003 13:52:10 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9B41616A53A; Mon, 17 Nov 2003 13:52:04 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 7F1D716A4D2; Mon, 17 Nov 2003 13:52:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76FB16A4CE; Mon, 17 Nov 2003 13:51:30 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597443FCB; Mon, 17 Nov 2003 13:51:27 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAHLpPK0081054; Mon, 17 Nov 2003 22:51:25 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAHLpKV5081053; Mon, 17 Nov 2003 22:51:20 +0100 (CET) (envelope-from marius) Date: Mon, 17 Nov 2003 22:51:20 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031117225120.D38259@newtrinity.zeist.de> References: <200311142102.hAEL2n3F073213@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@freebsd.org on Fri, Nov 14, 2003 at 04:21:44PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.38 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:52:40 -0000 On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > > On 14-Nov-2003 John Baldwin wrote: > > jhb 2003/11/14 13:02:49 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/isa atpic.c > > Log: > > Always install IDT entries for ATPIC interrupt sources. The APIC no > > longer uses these interrupt vectors for its ISA interrupt pins, so these > > entries will not be overwritten. If we get a spurious interrupt from the > > ATPIC when using the APIC, it will be treated as a stray interrupt instead > > of causing a panic. > > This should fix all of the "panic: Couldn't get vector from ISR" and > trap 30 (reserved) panics. If you were using older versions of either > spurious.patch or atpic.patch, please try reverting them and using > plain CVS to see if that fixes your problem. If not, please let me know. > If you get several stray IRQ 7 messages and would like to shut them up, > you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > Unfortunately it doesn't fix the type 30 trap triggered by a spurious interrupt here (need atpic.patch). From owner-cvs-all@FreeBSD.ORG Mon Nov 17 13:57:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A8416A4CE; Mon, 17 Nov 2003 13:57:13 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F67A43FA3; Mon, 17 Nov 2003 13:57:12 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 65F313D28; Mon, 17 Nov 2003 16:57:11 -0500 (EST) From: "Dan Langille" To: Alex Kiesel Date: Mon, 17 Nov 2003 16:57:11 -0500 MIME-Version: 1.0 Message-ID: <3FB8FDE7.29277.1AA6ABDD@localhost> Priority: normal References: <3FB5FA08.20393.EDF5677@localhost> In-reply-to: <1068913129.1060.48.camel@boost.home.ahk> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: Norikatsu Shigemura cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/php-gtk Makefile distinfo pkg-message pkg-plist ports/x11-toolkits/php-gtk/files patch-ext_c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:57:13 -0000 On 15 Nov 2003 at 17:18, Alex Kiesel wrote: > On Sat, 2003-11-15 at 16:03, Dan Langille wrote: > > > Not really: > > > root@boost ttyp2 /usr/ports/x11-toolkits/php-gtk# make -V > > > PORTVERSION 1.0.0 root@boost ttyp2 > > > /usr/ports/x11-toolkits/php-gtk# make master-sites-all > > > http://gtk.php.net/distributions/ > > > http://document-root.de/mirror/php-gtk/ > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ > > > > > > The problem, you are encountering is that php-gtk requires the CLI > > > (command line interface) version of the PHP port. You seem to have > > > installed another type (probably the CGI version), so the > > > build-requirements are not met. > > > > I am not attempting to build. I am attempting to obtain the list of > > master sites. More specifically, FreshPorts is attempting to obtain > > this information. Is this a limitation of the port or of the ports > > system? > > It's a limitation of the PHP4-port. The attached patch should solve > your problem, as the Makefile no longer generates conflicting > dependencies (when you have installed php4-cgi). > > OTOH, build problems now may occur, as the port does not build with > the cgi version. By default the correct PHP-version will be installed. > > Can someone commit this, or do we need a pr? I have submitted a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=59386 -- Dan Langille : http://www.langille.org/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:06:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3CE16A4CE; Mon, 17 Nov 2003 14:06:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F124243F3F; Mon, 17 Nov 2003 14:06:01 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHM61XJ058654; Mon, 17 Nov 2003 14:06:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHM61WP058653; Mon, 17 Nov 2003 14:06:01 -0800 (PST) (envelope-from krion) Message-Id: <200311172206.hAHM61WP058653@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Nov 2003 14:06:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/rawdog Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:06:02 -0000 krion 2003/11/17 14:06:01 PST FreeBSD ports repository Modified files: news/rawdog Makefile distinfo pkg-plist Log: - Update to version 1.6 PR: 59352 Submitted by: maintainer Revision Changes Path 1.4 +7 -7 ports/news/rawdog/Makefile 1.4 +1 -1 ports/news/rawdog/distinfo 1.2 +3 -0 ports/news/rawdog/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:34:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A0C16A4CE; Mon, 17 Nov 2003 14:34:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189D443F75; Mon, 17 Nov 2003 14:34:08 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHMY7XJ059635; Mon, 17 Nov 2003 14:34:07 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHMY7Ys059634; Mon, 17 Nov 2003 14:34:07 -0800 (PST) (envelope-from eik) Message-Id: <200311172234.hAHMY7Ys059634@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 17 Nov 2003 14:34:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wv Makefile distinfo pkg-plist ports/textproc/wv/files patch-GNUmakefile.in patch-config.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:34:08 -0000 eik 2003/11/17 14:34:07 PST FreeBSD ports repository Modified files: textproc/wv Makefile distinfo pkg-plist Added files: textproc/wv/files patch-GNUmakefile.in patch-config.h.in Log: Update to version 1.0.0 PR: 57359 Submitted by: Ports FURY Approved by: marcus (mentor) Revision Changes Path 1.27 +3 -8 ports/textproc/wv/Makefile 1.15 +1 -1 ports/textproc/wv/distinfo 1.1 +11 -0 ports/textproc/wv/files/patch-GNUmakefile.in (new) 1.1 +12 -0 ports/textproc/wv/files/patch-config.h.in (new) 1.10 +8 -4 ports/textproc/wv/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:41:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE2316A4CE; Mon, 17 Nov 2003 14:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D398F43FBD; Mon, 17 Nov 2003 14:41:52 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHMfqXJ060087; Mon, 17 Nov 2003 14:41:52 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHMfqLO060086; Mon, 17 Nov 2003 14:41:52 -0800 (PST) (envelope-from linimon) Message-Id: <200311172241.hAHMfqLO060086@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 14:41:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/mesa-demos distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:41:53 -0000 linimon 2003/11/17 14:41:52 PST FreeBSD ports repository Modified files: graphics/mesa-demos distinfo Log: Reflect rerolled tarball as requested by anholt@ who attests for its veracity. If anholt himself has been trojanned, I really don't want to know about it. Revision Changes Path 1.2 +2 -2 ports/graphics/mesa-demos/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:53:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCADC16A4CE for ; Mon, 17 Nov 2003 14:53:37 -0800 (PST) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6F643FBF for ; Mon, 17 Nov 2003 14:53:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 28781 invoked from network); 17 Nov 2003 22:53:33 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 17 Nov 2003 22:53:33 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAHMrGFn014211; Mon, 17 Nov 2003 17:53:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031117225120.D38259@newtrinity.zeist.de> Date: Mon, 17 Nov 2003 17:53:14 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:53:37 -0000 On 17-Nov-2003 Marius Strobl wrote: > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> On 14-Nov-2003 John Baldwin wrote: >> > jhb 2003/11/14 13:02:49 PST >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/i386/isa atpic.c >> > Log: >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> > entries will not be overwritten. If we get a spurious interrupt from the >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> > of causing a panic. >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> trap 30 (reserved) panics. If you were using older versions of either >> spurious.patch or atpic.patch, please try reverting them and using >> plain CVS to see if that fixes your problem. If not, please let me know. >> If you get several stray IRQ 7 messages and would like to shut them up, >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> > > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > interrupt here (need atpic.patch). Do you get the trap very early? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:54:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE4516A4CF for ; Mon, 17 Nov 2003 14:54:26 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE1743FBD for ; Mon, 17 Nov 2003 14:54:20 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 19219 invoked by uid 110); 17 Nov 2003 22:54:19 -0000 Received: (qmail 19204 invoked from network); 17 Nov 2003 22:54:18 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 22:54:18 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 446CF57A0F for ; Mon, 17 Nov 2003 14:54:15 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B609416A4EE; Mon, 17 Nov 2003 14:54:11 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id F245616A4CF; Mon, 17 Nov 2003 14:54:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF5A16A4D2 for ; Mon, 17 Nov 2003 14:53:37 -0800 (PST) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3F043F85 for ; Mon, 17 Nov 2003 14:53:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 28781 invoked from network); 17 Nov 2003 22:53:33 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 17 Nov 2003 22:53:33 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAHMrGFn014211; Mon, 17 Nov 2003 17:53:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031117225120.D38259@newtrinity.zeist.de> Date: Mon, 17 Nov 2003 17:53:14 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:54:26 -0000 On 17-Nov-2003 Marius Strobl wrote: > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> On 14-Nov-2003 John Baldwin wrote: >> > jhb 2003/11/14 13:02:49 PST >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/i386/isa atpic.c >> > Log: >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> > entries will not be overwritten. If we get a spurious interrupt from the >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> > of causing a panic. >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> trap 30 (reserved) panics. If you were using older versions of either >> spurious.patch or atpic.patch, please try reverting them and using >> plain CVS to see if that fixes your problem. If not, please let me know. >> If you get several stray IRQ 7 messages and would like to shut them up, >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> > > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > interrupt here (need atpic.patch). Do you get the trap very early? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:58:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14F016A4CE; Mon, 17 Nov 2003 14:58:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 273C543F75; Mon, 17 Nov 2003 14:58:58 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHMwvXJ060888; Mon, 17 Nov 2003 14:58:57 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHMwvpd060887; Mon, 17 Nov 2003 14:58:57 -0800 (PST) (envelope-from anholt) Message-Id: <200311172258.hAHMwvpd060887@repoman.freebsd.org> From: Eric Anholt Date: Mon, 17 Nov 2003 14:58:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:58:58 -0000 anholt 2003/11/17 14:58:57 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/compat/linux linux_stats.c Log: MFC: r1.56 (Prevent leaking fsid to non-root in linux compat). Revision Changes Path 1.22.2.4 +14 -4 src/sys/compat/linux/linux_stats.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:59:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D537B16A4CF for ; Mon, 17 Nov 2003 14:59:42 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4D143F85 for ; Mon, 17 Nov 2003 14:59:37 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 21126 invoked by uid 110); 17 Nov 2003 22:59:37 -0000 Received: (qmail 21072 invoked from network); 17 Nov 2003 22:59:33 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 22:59:33 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1CA8B57377 for ; Mon, 17 Nov 2003 14:59:33 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id CAA2316A514; Mon, 17 Nov 2003 14:59:30 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id A988716A4D0; Mon, 17 Nov 2003 14:59:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14F016A4CE; Mon, 17 Nov 2003 14:58:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 273C543F75; Mon, 17 Nov 2003 14:58:58 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHMwvXJ060888; Mon, 17 Nov 2003 14:58:57 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHMwvpd060887; Mon, 17 Nov 2003 14:58:57 -0800 (PST) (envelope-from anholt) Message-Id: <200311172258.hAHMwvpd060887@repoman.freebsd.org> From: Eric Anholt Date: Mon, 17 Nov 2003 14:58:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:59:43 -0000 anholt 2003/11/17 14:58:57 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/compat/linux linux_stats.c Log: MFC: r1.56 (Prevent leaking fsid to non-root in linux compat). Revision Changes Path 1.22.2.4 +14 -4 src/sys/compat/linux/linux_stats.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 14:59:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5AD16A4CF; Mon, 17 Nov 2003 14:59:50 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1251A43F75; Mon, 17 Nov 2003 14:59:50 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 1A7EC21064; Mon, 17 Nov 2003 14:59:16 -0800 (PST) Date: Mon, 17 Nov 2003 14:59:16 -0800 From: Sean Chittenden To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031117225915.GA5429@perrin.nxad.com> References: <200311172123.hAHLNtU3056145@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311172123.hAHLNtU3056145@repoman.freebsd.org> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: database@FreeBSD.org Subject: Re: cvs commit: ports/databases/postgresql-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 22:59:51 -0000 > seanc 2003/11/17 13:23:55 PST > > FreeBSD ports repository > > Modified files: > databases/postgresql-devel Makefile distinfo pkg-plist > Log: > Given that 7.4's release is imminent, start tracking the 7.5 code base > which already has some slick improvements (now uses ARC and not LRU for > cache). Heads up: initdb has been rewritten in C, so if anyone has any problems, please let me know. I don't know if it was because of the statfs change or cp(1) trying to mmap() zero length files, but in the event of a problem, recompile cp(1) and you should be good to go. This bit me and was a tad confusing to debug/figure out. -sc -- Sean Chittenden From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:02:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C2B16A4CE; Mon, 17 Nov 2003 15:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D76D43F85; Mon, 17 Nov 2003 15:02:22 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHN2LXJ061071; Mon, 17 Nov 2003 15:02:21 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHN2LSu061069; Mon, 17 Nov 2003 15:02:21 -0800 (PST) (envelope-from markm) Message-Id: <200311172302.hAHN2LSu061069@repoman.freebsd.org> From: Mark Murray Date: Mon, 17 Nov 2003 15:02:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:02:22 -0000 markm 2003/11/17 15:02:21 PST FreeBSD src repository Modified files: sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c Log: Overhaul the entropy device: o Each source gets its own queue, which is a FIFO, not a ring buffer. The FIFOs are implemented with the sys/queue.h macros. The separation is so that a low entropy/high rate source can't swamp the harvester with low-grade entropy and destroy the reseeds. o Each FIFO is limited to 256 (set as a macro, so adjustable) events queueable. Full FIFOs are ignored by the harvester. This is to prevent memory wastage, and helps to keep the kernel thread CPU usage within reasonable limits. o There is no need to break up the event harvesting into ${burst} sized chunks, so retire that feature. o Break the device away from its roots with the memory device, and allow it to get its major number automagically. Revision Changes Path 1.21 +5 -5 src/sys/dev/random/harvest.c 1.11 +1 -1 src/sys/dev/random/hash.c 1.45 +92 -101 src/sys/dev/random/randomdev.c 1.4 +4 -1 src/sys/dev/random/randomdev.h 1.43 +3 -19 src/sys/dev/random/yarrow.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:03:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D34E16A4CF for ; Mon, 17 Nov 2003 15:03:05 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABF343FBD for ; Mon, 17 Nov 2003 15:02:59 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 22995 invoked by uid 110); 17 Nov 2003 23:02:59 -0000 Received: (qmail 22975 invoked from network); 17 Nov 2003 23:02:58 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:02:58 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5B1A757A46 for ; Mon, 17 Nov 2003 15:02:58 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 02D9116A52A; Mon, 17 Nov 2003 15:02:55 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id C911C16A4D0; Mon, 17 Nov 2003 15:02:53 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C2B16A4CE; Mon, 17 Nov 2003 15:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D76D43F85; Mon, 17 Nov 2003 15:02:22 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHN2LXJ061071; Mon, 17 Nov 2003 15:02:21 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHN2LSu061069; Mon, 17 Nov 2003 15:02:21 -0800 (PST) (envelope-from markm) Message-Id: <200311172302.hAHN2LSu061069@repoman.freebsd.org> From: Mark Murray Date: Mon, 17 Nov 2003 15:02:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:03:05 -0000 markm 2003/11/17 15:02:21 PST FreeBSD src repository Modified files: sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c Log: Overhaul the entropy device: o Each source gets its own queue, which is a FIFO, not a ring buffer. The FIFOs are implemented with the sys/queue.h macros. The separation is so that a low entropy/high rate source can't swamp the harvester with low-grade entropy and destroy the reseeds. o Each FIFO is limited to 256 (set as a macro, so adjustable) events queueable. Full FIFOs are ignored by the harvester. This is to prevent memory wastage, and helps to keep the kernel thread CPU usage within reasonable limits. o There is no need to break up the event harvesting into ${burst} sized chunks, so retire that feature. o Break the device away from its roots with the memory device, and allow it to get its major number automagically. Revision Changes Path 1.21 +5 -5 src/sys/dev/random/harvest.c 1.11 +1 -1 src/sys/dev/random/hash.c 1.45 +92 -101 src/sys/dev/random/randomdev.c 1.4 +4 -1 src/sys/dev/random/randomdev.h 1.43 +3 -19 src/sys/dev/random/yarrow.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:06:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684F316A4CE; Mon, 17 Nov 2003 15:06:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D422F43FB1; Mon, 17 Nov 2003 15:06:35 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHN6ZXJ062169; Mon, 17 Nov 2003 15:06:35 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHN6ZiX062168; Mon, 17 Nov 2003 15:06:35 -0800 (PST) (envelope-from perky) Message-Id: <200311172306.hAHN6ZiX062168@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 17 Nov 2003 15:06:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/gdick Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:06:36 -0000 perky 2003/11/17 15:06:35 PST FreeBSD ports repository Modified files: korean/gdick Makefile distinfo Log: Update to 0.9.1 Revision Changes Path 1.9 +1 -1 ports/korean/gdick/Makefile 1.8 +1 -1 ports/korean/gdick/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:13:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29EE16A4CE; Mon, 17 Nov 2003 15:13:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B3243F75; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHND9XJ062407; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHND9hj062406; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde) Message-Id: <200311172313.hAHND9hj062406@repoman.freebsd.org> From: Bruce Evans Date: Mon, 17 Nov 2003 15:13:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:13:10 -0000 bde 2003/11/17 15:13:09 PST FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416. Approved by: nyan (Blanket approval for simple changes in sio.) Revision Changes Path 1.197 +13 -10 src/sys/pc98/pc98/sio.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:14:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C1A16A4CE for ; Mon, 17 Nov 2003 15:14:02 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AE443FB1 for ; Mon, 17 Nov 2003 15:13:58 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 27488 invoked by uid 110); 17 Nov 2003 23:13:58 -0000 Received: (qmail 27475 invoked from network); 17 Nov 2003 23:13:58 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:13:58 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8C9BB5731E for ; Mon, 17 Nov 2003 15:13:49 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 504C716A4E7; Mon, 17 Nov 2003 15:13:43 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 162C516A4D0; Mon, 17 Nov 2003 15:13:42 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29EE16A4CE; Mon, 17 Nov 2003 15:13:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B3243F75; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHND9XJ062407; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHND9hj062406; Mon, 17 Nov 2003 15:13:09 -0800 (PST) (envelope-from bde) Message-Id: <200311172313.hAHND9hj062406@repoman.freebsd.org> From: Bruce Evans Date: Mon, 17 Nov 2003 15:13:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/pc98/pc98 sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:14:02 -0000 bde 2003/11/17 15:13:09 PST FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416. Approved by: nyan (Blanket approval for simple changes in sio.) Revision Changes Path 1.197 +13 -10 src/sys/pc98/pc98/sio.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:15:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6EDE16A4D0; Mon, 17 Nov 2003 15:15:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3043B43FE3; Mon, 17 Nov 2003 15:15:23 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNFNXJ062574; Mon, 17 Nov 2003 15:15:23 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNFMP5062573; Mon, 17 Nov 2003 15:15:22 -0800 (PST) (envelope-from marcus) Message-Id: <200311172315.hAHNFMP5062573@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 15:15:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gdesklets Makefile pkg-plist patch-libdesklets::Memory.py patch-libdesklets::Network.py patch-sensor::Sensor.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:15:24 -0000 marcus 2003/11/17 15:15:22 PST FreeBSD ports repository Modified files: deskutils/gdesklets Makefile pkg-plist deskutils/gdesklets/files patch-libdesklets::Network.py Added files: deskutils/gdesklets/files patch-libdesklets::Disk.py patch-libdesklets::Memory.py patch-sensor::Sensor.py Log: * Fix threading and SysInfo functionality on FreeBSD [1] * Fix plist PR: 59389 Submitted by: maintainer Obtained from: Franz Klammer [1] Revision Changes Path 1.10 +1 -0 ports/deskutils/gdesklets/Makefile 1.3 +50 -0 ports/deskutils/gdesklets/files/patch-libdesklets::Disk.py (new) 1.4 +15 -0 ports/deskutils/gdesklets/files/patch-libdesklets::Memory.py (new) 1.4 +7 -6 ports/deskutils/gdesklets/files/patch-libdesklets::Network.py 1.1 +14 -0 ports/deskutils/gdesklets/files/patch-sensor::Sensor.py (new) 1.6 +0 -4 ports/deskutils/gdesklets/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:22:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C00116A4CE; Mon, 17 Nov 2003 15:22:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B221043FB1; Mon, 17 Nov 2003 15:22:54 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNMsXJ062873; Mon, 17 Nov 2003 15:22:54 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNMswc062872; Mon, 17 Nov 2003 15:22:54 -0800 (PST) (envelope-from linimon) Message-Id: <200311172322.hAHNMswc062872@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:22:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt2 Makefile ports/www/rt2/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:22:55 -0000 linimon 2003/11/17 15:22:54 PST FreeBSD ports repository Modified files: www/rt2 Makefile www/rt2/files patch-Makefile Log: Unbreak by removing hardcoding of perl. PR: ports/55638. Submitted by: ian j hart . Revision Changes Path 1.13 +2 -3 ports/www/rt2/Makefile 1.3 +0 -9 ports/www/rt2/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:25:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9ECA16A4CE; Mon, 17 Nov 2003 15:25:07 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9673343FD7; Mon, 17 Nov 2003 15:25:02 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAHNNHen056133; Mon, 17 Nov 2003 15:23:17 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAHNNHw2056132; Mon, 17 Nov 2003 15:23:17 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 17 Nov 2003 15:23:16 -0800 From: David Schultz To: Wes Peters Message-ID: <20031117232316.GA56085@VARK.homeunix.com> Mail-Followup-To: Wes Peters , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311171301.45679.wes@softweyr.com> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:25:08 -0000 On Mon, Nov 17, 2003, Wes Peters wrote: > On Sunday 16 November 2003 22:39, David Schultz wrote: > > das 2003/11/16 22:39:39 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to > > statically link it at low cost and avoid environment poisoning > > attacks associated with LD_LIBRARY_PATH. > > I suppose adding the logging done by the sysutils/no-login port would > make the program objectionably large. Sigh. Several times over the > past five years I considering asking if we should just import my > nologin and be done with it; each time I didn't pursue it because it > wasn't worth the bikeshed. I was only interested in fixing the recently introduced security hole; I didn't bother trying to add new features at the same time. Logging would be a nice enhancement, though. Personally, I don't think that a few kilobytes of disk space are a reasonable concern, except for embedded systems that don't use nologin anyway. If nologin(8) were moved to /usr/sbin, perhaps people would be more willing to accept the increased footprint. After all, there is no real reason for it to be in /sbin; it isn't required in order to log in or mount /usr. ;-) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:25:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0087516A4CF; Mon, 17 Nov 2003 15:25:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B74443FCB; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNPHXJ062967; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNPHSj062966; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson) Message-Id: <200311172325.hAHNPHSj062966@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 15:25:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:25:18 -0000 X-List-Received-Date: Mon, 17 Nov 2003 23:25:18 -0000 rwatson 2003/11/17 15:25:17 PST FreeBSD src repository Modified files: . UPDATING Log: Clarify UPDATING language: do buildworld before buildkernel, and do installkernel before installworld, rather than don't make world before installkernel. Pointed out by: gad Revision Changes Path 1.282 +4 -4 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:25:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9BF16A4CE for ; Mon, 17 Nov 2003 15:25:55 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3540B43FBF for ; Mon, 17 Nov 2003 15:25:49 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 32189 invoked by uid 110); 17 Nov 2003 23:25:48 -0000 Received: (qmail 32173 invoked from network); 17 Nov 2003 23:25:47 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:25:47 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E211A567A8 for ; Mon, 17 Nov 2003 15:25:44 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id D5FE516A513; Mon, 17 Nov 2003 15:25:41 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 2FCBA16A4D1; Mon, 17 Nov 2003 15:25:40 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9ECA16A4CE; Mon, 17 Nov 2003 15:25:07 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9673343FD7; Mon, 17 Nov 2003 15:25:02 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAHNNHen056133; Mon, 17 Nov 2003 15:23:17 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAHNNHw2056132; Mon, 17 Nov 2003 15:23:17 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 17 Nov 2003 15:23:16 -0800 From: David Schultz To: Wes Peters Message-ID: <20031117232316.GA56085@VARK.homeunix.com> Mail-Followup-To: Wes Peters , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311171301.45679.wes@softweyr.com> Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:25:55 -0000 On Mon, Nov 17, 2003, Wes Peters wrote: > On Sunday 16 November 2003 22:39, David Schultz wrote: > > das 2003/11/16 22:39:39 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to > > statically link it at low cost and avoid environment poisoning > > attacks associated with LD_LIBRARY_PATH. > > I suppose adding the logging done by the sysutils/no-login port would > make the program objectionably large. Sigh. Several times over the > past five years I considering asking if we should just import my > nologin and be done with it; each time I didn't pursue it because it > wasn't worth the bikeshed. I was only interested in fixing the recently introduced security hole; I didn't bother trying to add new features at the same time. Logging would be a nice enhancement, though. Personally, I don't think that a few kilobytes of disk space are a reasonable concern, except for embedded systems that don't use nologin anyway. If nologin(8) were moved to /usr/sbin, perhaps people would be more willing to accept the increased footprint. After all, there is no real reason for it to be in /sbin; it isn't required in order to log in or mount /usr. ;-) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:26:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE82E16A4D0 for ; Mon, 17 Nov 2003 15:26:28 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486BC43FE5 for ; Mon, 17 Nov 2003 15:26:25 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 32482 invoked by uid 110); 17 Nov 2003 23:26:24 -0000 Received: (qmail 32425 invoked from network); 17 Nov 2003 23:26:23 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:26:23 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8BA2256BEC for ; Mon, 17 Nov 2003 15:26:17 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 4F49516A54E; Mon, 17 Nov 2003 15:26:13 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id D5B5C16A4E1; Mon, 17 Nov 2003 15:26:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0087516A4CF; Mon, 17 Nov 2003 15:25:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B74443FCB; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNPHXJ062967; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNPHSj062966; Mon, 17 Nov 2003 15:25:17 -0800 (PST) (envelope-from rwatson) Message-Id: <200311172325.hAHNPHSj062966@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 15:25:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:26:29 -0000 rwatson 2003/11/17 15:25:17 PST FreeBSD src repository Modified files: . UPDATING Log: Clarify UPDATING language: do buildworld before buildkernel, and do installkernel before installworld, rather than don't make world before installkernel. Pointed out by: gad Revision Changes Path 1.282 +4 -4 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:30:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D0716A4CE; Mon, 17 Nov 2003 15:30:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EA843FB1; Mon, 17 Nov 2003 15:30:25 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNUPXJ063221; Mon, 17 Nov 2003 15:30:25 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNUOGO063220; Mon, 17 Nov 2003 15:30:24 -0800 (PST) (envelope-from linimon) Message-Id: <200311172330.hAHNUOGO063220@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:30:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ginsu Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:30:25 -0000 linimon 2003/11/17 15:30:24 PST FreeBSD ports repository Added files: net/ginsu Makefile distinfo pkg-descr pkg-plist Log: Add port net/ginsu, a threaded client for the gale secure chat system. Compiles on both 4.x and 5.x. PR: ports/46005 Submitted by: Jason Stone Reviewed by: edwin (implicitly) Revision Changes Path 1.1 +22 -0 ports/net/ginsu/Makefile (new) 1.1 +1 -0 ports/net/ginsu/distinfo (new) 1.1 +7 -0 ports/net/ginsu/pkg-descr (new) 1.1 +1 -0 ports/net/ginsu/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:32:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA91516A4CE; Mon, 17 Nov 2003 15:32:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C25643FF2; Mon, 17 Nov 2003 15:32:25 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNWPXJ063333; Mon, 17 Nov 2003 15:32:25 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNWP33063332; Mon, 17 Nov 2003 15:32:25 -0800 (PST) (envelope-from linimon) Message-Id: <200311172332.hAHNWP33063332@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:32:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:32:26 -0000 linimon 2003/11/17 15:32:25 PST FreeBSD ports repository Modified files: net Makefile Log: Add net/ginsu, a threaded client for the gale secure chat system. PR: ports/46005 Submitted by: Jason Stone Reviewed by: edwin (implicitly) Revision Changes Path 1.1138 +1 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:33:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E6016A4CF for ; Mon, 17 Nov 2003 15:33:27 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE2143FDD for ; Mon, 17 Nov 2003 15:33:21 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 34459 invoked by uid 110); 17 Nov 2003 23:33:20 -0000 Received: (qmail 34432 invoked from network); 17 Nov 2003 23:33:19 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:33:19 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C552455AAB for ; Mon, 17 Nov 2003 15:33:18 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 1ED8216A529; Mon, 17 Nov 2003 15:33:15 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 066E016A4D0; Mon, 17 Nov 2003 15:33:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A2816A4CF; Mon, 17 Nov 2003 15:32:42 -0800 (PST) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D50043FB1; Mon, 17 Nov 2003 15:32:40 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (udsl-3-062.QLD.dft.com.au [202.168.108.62])hAHNWZZ6020765; Tue, 18 Nov 2003 10:32:36 +1100 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [172.22.2.1])hAHNWYUR039691; Tue, 18 Nov 2003 09:32:35 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 18 Nov 2003 09:32:34 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: Robert Watson In-Reply-To: <200311172325.hAHNPHSj062966@repoman.freebsd.org> Message-ID: <20031118093053.I30811@hewey.af.speednet.com.au> References: <200311172325.hAHNPHSj062966@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:33:28 -0000 I'm starting to receive two copies of each email sent to cvs-all. Did something change? -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:42:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A918616A4CE; Mon, 17 Nov 2003 15:42:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5B643FBF; Mon, 17 Nov 2003 15:42:13 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNgCXJ063726; Mon, 17 Nov 2003 15:42:12 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNgCxX063725; Mon, 17 Nov 2003 15:42:12 -0800 (PST) (envelope-from linimon) Message-Id: <200311172342.hAHNgCxX063725@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:42:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:42:13 -0000 linimon 2003/11/17 15:42:12 PST FreeBSD ports repository Modified files: net Makefile Log: Resort. No functional change. Revision Changes Path 1.1139 +1 -1 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:45:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E7316A4CE; Mon, 17 Nov 2003 15:45:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BAE43FB1; Mon, 17 Nov 2003 15:45:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNjhXJ063945; Mon, 17 Nov 2003 15:45:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNjgWK063944; Mon, 17 Nov 2003 15:45:42 -0800 (PST) (envelope-from pav) Message-Id: <200311172345.hAHNjgWK063944@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 15:45:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ripit Makefile ports/audio/ripit/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:45:44 -0000 pav 2003/11/17 15:45:42 PST FreeBSD ports repository Modified files: audio/ripit Makefile audio/ripit/files patch-aa Log: - Use HTTP_PROXY env variable for CDDB retrieval PR: ports/59013 Submitted by: Simon Barner Approved by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.17 +1 -1 ports/audio/ripit/Makefile 1.10 +16 -8 ports/audio/ripit/files/patch-aa From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:49:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D6116A4CE; Mon, 17 Nov 2003 15:49:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A26543F3F; Mon, 17 Nov 2003 15:49:18 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNnHXJ064026; Mon, 17 Nov 2003 15:49:17 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNnHId064025; Mon, 17 Nov 2003 15:49:17 -0800 (PST) (envelope-from linimon) Message-Id: <200311172349.hAHNnHId064025@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:49:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:49:18 -0000 X-List-Received-Date: Mon, 17 Nov 2003 23:49:18 -0000 linimon 2003/11/17 15:49:17 PST FreeBSD ports repository Modified files: . modules Log: ginsu -> ports/net/ginsu. Revision Changes Path 1.8622 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:49:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5692816A4CF; Mon, 17 Nov 2003 15:49:49 -0800 (PST) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4414943F85; Mon, 17 Nov 2003 15:49:48 -0800 (PST) (envelope-from gsutter@zer0.org) Received: by mail1.zer0.org (Postfix, from userid 1001) id 0D5CC239A0E; Mon, 17 Nov 2003 15:49:48 -0800 (PST) Date: Mon, 17 Nov 2003 15:49:47 -0800 From: Gregory Sutter To: David Schultz Message-ID: <20031117234947.GQ98272@klapaucius.zer0.org> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V7BlxAaPrdhzdIM1" Content-Disposition: inline In-Reply-To: <200311171301.45679.wes@softweyr.com> Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-PGP-Fingerprint: D161 E4EA 4BFA 2427 F3F9 5B1F 2015 31D5 845D FEDD X-PGP-Key: http://zer0.org/~gsutter/gsutter.pgp X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i cc: Wes Peters cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:49:49 -0000 --V7BlxAaPrdhzdIM1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003-11-17 13:01 -0800, Wes Peters wrote: > On Sunday 16 November 2003 22:39, David Schultz wrote: > > das 2003/11/16 22:39:39 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to > > statically link it at low cost and avoid environment poisoning > > attacks associated with LD_LIBRARY_PATH. >=20 > I suppose adding the logging done by the sysutils/no-login port would=20 > make the program objectionably large. Sigh. Several times over the=20 > past five years I considering asking if we should just import my=20 > nologin and be done with it; each time I didn't pursue it because it=20 > wasn't worth the bikeshed. Wes's no-login port has been around for ages and works just great. Please just import it instead of creating yet another version without the logging capability of sysutils/no-login. Or add the syslog functionality to the new program. Thanks. Greg --=20 Gregory S. Sutter My reality check just bounced. mailto:gsutter@zer0.org=20 http://zer0.org/~gsutter/=20 --V7BlxAaPrdhzdIM1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE/uV6bIBUx1YRd/t0RAhU2AJ0T3o6sLeuFp5yOJSMoHWOZDL/wagCcCfod Uksc0SN6lF4rGX5HS8qqc2Y= =VGih -----END PGP SIGNATURE----- --V7BlxAaPrdhzdIM1-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:51:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B985A16A4D0 for ; Mon, 17 Nov 2003 15:51:21 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1249C44013 for ; Mon, 17 Nov 2003 15:50:29 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 39160 invoked by uid 110); 17 Nov 2003 23:50:28 -0000 Received: (qmail 39147 invoked from network); 17 Nov 2003 23:50:27 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 17 Nov 2003 23:50:27 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7253D56229 for ; Mon, 17 Nov 2003 15:50:26 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id BCCCE16A53B; Mon, 17 Nov 2003 15:50:21 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id D905A16A4D0; Mon, 17 Nov 2003 15:50:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5692816A4CF; Mon, 17 Nov 2003 15:49:49 -0800 (PST) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4414943F85; Mon, 17 Nov 2003 15:49:48 -0800 (PST) (envelope-from gsutter@zer0.org) Received: by mail1.zer0.org (Postfix, from userid 1001) id 0D5CC239A0E; Mon, 17 Nov 2003 15:49:48 -0800 (PST) Date: Mon, 17 Nov 2003 15:49:47 -0800 From: Gregory Sutter To: David Schultz Message-ID: <20031117234947.GQ98272@klapaucius.zer0.org> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V7BlxAaPrdhzdIM1" Content-Disposition: inline In-Reply-To: <200311171301.45679.wes@softweyr.com> Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-PGP-Fingerprint: D161 E4EA 4BFA 2427 F3F9 5B1F 2015 31D5 845D FEDD X-PGP-Key: http://zer0.org/~gsutter/gsutter.pgp X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: -8.0|10 cc: Wes Peters cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:51:22 -0000 --V7BlxAaPrdhzdIM1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003-11-17 13:01 -0800, Wes Peters wrote: > On Sunday 16 November 2003 22:39, David Schultz wrote: > > das 2003/11/16 22:39:39 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/nologin Makefile > > Added files: > > sbin/nologin nologin.c > > Removed files: > > sbin/nologin nologin.sh > > Log: > > Reimplement nologin(8) as a C program. This allows us to > > statically link it at low cost and avoid environment poisoning > > attacks associated with LD_LIBRARY_PATH. >=20 > I suppose adding the logging done by the sysutils/no-login port would=20 > make the program objectionably large. Sigh. Several times over the=20 > past five years I considering asking if we should just import my=20 > nologin and be done with it; each time I didn't pursue it because it=20 > wasn't worth the bikeshed. Wes's no-login port has been around for ages and works just great. Please just import it instead of creating yet another version without the logging capability of sysutils/no-login. Or add the syslog functionality to the new program. Thanks. Greg --=20 Gregory S. Sutter My reality check just bounced. mailto:gsutter@zer0.org=20 http://zer0.org/~gsutter/=20 --V7BlxAaPrdhzdIM1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE/uV6bIBUx1YRd/t0RAhU2AJ0T3o6sLeuFp5yOJSMoHWOZDL/wagCcCfod Uksc0SN6lF4rGX5HS8qqc2Y= =VGih -----END PGP SIGNATURE----- --V7BlxAaPrdhzdIM1-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:51:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 658FC16A4CE; Mon, 17 Nov 2003 15:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBF343FBD; Mon, 17 Nov 2003 15:51:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNplXJ064235; Mon, 17 Nov 2003 15:51:47 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNpkIb064234; Mon, 17 Nov 2003 15:51:46 -0800 (PST) (envelope-from pav) Message-Id: <200311172351.hAHNpkIb064234@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 15:51:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/dagrab Makefile ports/audio/dagrab/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:51:48 -0000 X-List-Received-Date: Mon, 17 Nov 2003 23:51:48 -0000 pav 2003/11/17 15:51:46 PST FreeBSD ports repository Modified files: audio/dagrab Makefile audio/dagrab/files patch-ab Log: - Fix build with ATAng. PR: ports/57227 Submitted by: Vladimir Kushnir Tested on: R.E.M. - Out Of Time Approved by: adamw (mentor) Revision Changes Path 1.15 +1 -7 ports/audio/dagrab/Makefile 1.8 +33 -17 ports/audio/dagrab/files/patch-ab From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:50:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7467A16A4CE; Mon, 17 Nov 2003 15:50:08 -0800 (PST) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFF443FB1; Mon, 17 Nov 2003 15:50:04 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id hAHNo2G5083436; Tue, 18 Nov 2003 00:50:02 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id hAHNo2SS083435; Tue, 18 Nov 2003 00:50:02 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Andy Farkas In-Reply-To: <20031118093053.I30811@hewey.af.speednet.com.au> References: <200311172325.hAHNPHSj062966@repoman.freebsd.org> <20031118093053.I30811@hewey.af.speednet.com.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fOKUhBwIDcGBZSqyeiCD" Message-Id: <1069113001.5880.54.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 18 Nov 2003 00:50:02 +0100 cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:50:08 -0000 X-List-Received-Date: Mon, 17 Nov 2003 23:50:08 -0000 --=-fOKUhBwIDcGBZSqyeiCD Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V =FAt, 18. 11. 2003 v 00:32, Andy Farkas p=ED=B9e: > I'm starting to receive two copies of each email sent to cvs-all. Did > something change? Judging from headers, qmail at floyd.stormweb.net is sending mail for back to the list. --=20 Pav Lucistnik --=-fOKUhBwIDcGBZSqyeiCD Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/uV6pntdYP8FOsoIRApDtAJ4849vxYAJH0Z5ORBAS+8hWx337eQCgvR3p 0DoArSAtuHpvepitEiMD2zI= =1Ikk -----END PGP SIGNATURE----- --=-fOKUhBwIDcGBZSqyeiCD-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 15:52:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 789DF16A4CF; Mon, 17 Nov 2003 15:52:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E463243F75; Mon, 17 Nov 2003 15:52:09 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAHNq9XJ064269; Mon, 17 Nov 2003 15:52:09 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAHNq98M064268; Mon, 17 Nov 2003 15:52:09 -0800 (PST) (envelope-from linimon) Message-Id: <200311172352.hAHNq98M064268@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 15:52:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:52:10 -0000 linimon 2003/11/17 15:52:09 PST FreeBSD ports repository Modified files: . modules Log: Resort. No functional change. Revision Changes Path 1.8623 +10 -10 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:36:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F72516A4CE; Mon, 17 Nov 2003 16:36:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8610843FBF; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0afXJ081983; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0afpB081982; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick) Message-Id: <200311180036.hAI0afpB081982@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 17 Nov 2003 16:36:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump dump.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:36:42 -0000 mckusick 2003/11/17 16:36:40 PST FreeBSD src repository Modified files: sbin/dump dump.8 Log: Document that the live dump command (`dump -L') creates its snapshot in the .snap directory in the root of the filesystem being dumped. Document that if the .snap directory is missing that it must be created manually and that it should be owned by user root and group operator and set to mode 770 before a live dump can be run. Revision Changes Path 1.61 +12 -1 src/sbin/dump/dump.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:37:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0486816A4CE for ; Mon, 17 Nov 2003 16:37:40 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA4B43FA3 for ; Mon, 17 Nov 2003 16:37:34 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 49551 invoked by uid 110); 18 Nov 2003 00:37:33 -0000 Received: (qmail 49527 invoked from network); 18 Nov 2003 00:37:30 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 00:37:30 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C9678563C6 for ; Mon, 17 Nov 2003 16:37:20 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9FBA216A531; Mon, 17 Nov 2003 16:37:15 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 18AFF16A4D0; Mon, 17 Nov 2003 16:37:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F72516A4CE; Mon, 17 Nov 2003 16:36:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8610843FBF; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0afXJ081983; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0afpB081982; Mon, 17 Nov 2003 16:36:41 -0800 (PST) (envelope-from mckusick) Message-Id: <200311180036.hAI0afpB081982@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 17 Nov 2003 16:36:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sbin/dump dump.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:37:40 -0000 mckusick 2003/11/17 16:36:40 PST FreeBSD src repository Modified files: sbin/dump dump.8 Log: Document that the live dump command (`dump -L') creates its snapshot in the .snap directory in the root of the filesystem being dumped. Document that if the .snap directory is missing that it must be created manually and that it should be owned by user root and group operator and set to mode 770 before a live dump can be run. Revision Changes Path 1.61 +12 -1 src/sbin/dump/dump.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:39:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E7316A4CE; Mon, 17 Nov 2003 16:39:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D02543F75; Mon, 17 Nov 2003 16:39:08 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0d7XJ082502; Mon, 17 Nov 2003 16:39:07 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0d7kd082501; Mon, 17 Nov 2003 16:39:07 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180039.hAI0d7kd082501@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 16:39:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket2.c uipc_usrreq.c src/sys/modules/null Makefile src/sys/net raw_usrreq.c rtsock.c src/sys/netatalk ddp_usrreq.c src/sys/netatm atm_aal5.c atm_usrreq.c src/sys/netgraph ng_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:39:09 -0000 rwatson 2003/11/17 16:39:07 PST FreeBSD src repository Modified files: sys/kern uipc_socket2.c uipc_usrreq.c sys/modules/null Makefile sys/net raw_usrreq.c rtsock.c sys/netatalk ddp_usrreq.c sys/netatm atm_aal5.c atm_usrreq.c sys/netgraph ng_socket.c sys/netgraph/bluetooth/socket ng_btsocket.c sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 raw_ip6.c udp6_usrreq.c sys/netipsec keysock.c sys/netipx ipx_usrreq.c spx_usrreq.c sys/netkey keysock.c sys/netnatm natm.c sys/security/mac mac_net.c sys/security/mac_biba mac_biba.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h protosw.h Log: Introduce a MAC label reference in 'struct inpcb', which caches the MAC label referenced from 'struct socket' in the IPv4 and IPv6-based protocols. This permits MAC labels to be checked during network delivery operations without dereferencing inp->inp_socket to get to so->so_label, which will eventually avoid our having to grab the socket lock during delivery at the network layer. This change introduces 'struct inpcb' as a labeled object to the MAC Framework, along with the normal circus of entry points: initialization, creation from socket, destruction, as well as a delivery access control check. For most policies, the inpcb label will simply be a cache of the socket label, so a new protocol switch method is introduced, pr_sosetlabel() to notify protocols that the socket layer label has been updated so that the cache can be updated while holding appropriate locks. Most protocols implement this using pru_sosetlabel_null(), but IPv4/IPv6 protocols using inpcbs use the the worker function in_pcbsosetlabel(), which calls into the MAC Framework to perform a cache update. Biba, LOMAC, and MLS implement these entry points, as do the stub policy, and test policy. Reviewed by: sam, bms Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.118 +10 -0 src/sys/kern/uipc_socket2.c 1.112 +1 -1 src/sys/kern/uipc_usrreq.c 1.2 +1 -0 src/sys/modules/null/Makefile 1.30 +1 -1 src/sys/net/raw_usrreq.c 1.96 +1 -1 src/sys/net/rtsock.c 1.33 +2 -1 src/sys/netatalk/ddp_usrreq.c 1.18 +2 -1 src/sys/netatm/atm_aal5.c 1.21 +4 -0 src/sys/netatm/atm_usrreq.c 1.5 +8 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket.c 1.45 +4 -2 src/sys/netgraph/ng_socket.c 1.131 +40 -7 src/sys/netinet/in_pcb.c 1.66 +3 -0 src/sys/netinet/in_pcb.h 1.79 +1 -1 src/sys/netinet/ip_divert.c 1.121 +2 -2 src/sys/netinet/raw_ip.c 1.215 +2 -2 src/sys/netinet/tcp_input.c 1.88 +2 -2 src/sys/netinet/tcp_usrreq.c 1.141 +2 -2 src/sys/netinet/udp_usrreq.c 1.34 +1 -1 src/sys/netinet6/raw_ip6.c 1.39 +1 -1 src/sys/netinet6/udp6_usrreq.c 1.7 +2 -1 src/sys/netipsec/keysock.c 1.39 +2 -2 src/sys/netipx/ipx_usrreq.c 1.40 +2 -2 src/sys/netipx/spx_usrreq.c 1.26 +2 -1 src/sys/netkey/keysock.c 1.31 +1 -1 src/sys/netnatm/natm.c 1.110 +96 -1 src/sys/security/mac/mac_net.c 1.70 +45 -0 src/sys/security/mac_biba/mac_biba.c 1.8 +13 -0 src/sys/security/mac_ifoff/mac_ifoff.c 1.24 +45 -0 src/sys/security/mac_lomac/mac_lomac.c 1.57 +45 -0 src/sys/security/mac_mls/mac_mls.c 1.35 +28 -0 src/sys/security/mac_stub/mac_stub.c 1.37 +71 -0 src/sys/security/mac_test/mac_test.c 1.51 +7 -0 src/sys/sys/mac.h 1.45 +12 -0 src/sys/sys/mac_policy.h 1.42 +2 -0 src/sys/sys/protosw.h From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:40:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCA416A4CF for ; Mon, 17 Nov 2003 16:40:38 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EF043FE9 for ; Mon, 17 Nov 2003 16:40:22 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 50183 invoked by uid 110); 18 Nov 2003 00:40:21 -0000 Received: (qmail 50169 invoked from network); 18 Nov 2003 00:40:20 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 00:40:20 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 90DC85664A for ; Mon, 17 Nov 2003 16:39:48 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id E4D6416A52F; Mon, 17 Nov 2003 16:39:42 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id A68CE16A4D0; Mon, 17 Nov 2003 16:39:41 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E7316A4CE; Mon, 17 Nov 2003 16:39:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D02543F75; Mon, 17 Nov 2003 16:39:08 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0d7XJ082502; Mon, 17 Nov 2003 16:39:07 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0d7kd082501; Mon, 17 Nov 2003 16:39:07 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180039.hAI0d7kd082501@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 16:39:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/kern uipc_socket2.c uipc_usrreq.c src/sys/modules/null Makefile src/sys/net raw_usrreq.c rtsock.c src/sys/netatalk ddp_usrreq.c src/sys/netatm atm_aal5.c atm_usrreq.c src/sys/netgraph ng_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:40:38 -0000 rwatson 2003/11/17 16:39:07 PST FreeBSD src repository Modified files: sys/kern uipc_socket2.c uipc_usrreq.c sys/modules/null Makefile sys/net raw_usrreq.c rtsock.c sys/netatalk ddp_usrreq.c sys/netatm atm_aal5.c atm_usrreq.c sys/netgraph ng_socket.c sys/netgraph/bluetooth/socket ng_btsocket.c sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 raw_ip6.c udp6_usrreq.c sys/netipsec keysock.c sys/netipx ipx_usrreq.c spx_usrreq.c sys/netkey keysock.c sys/netnatm natm.c sys/security/mac mac_net.c sys/security/mac_biba mac_biba.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h protosw.h Log: Introduce a MAC label reference in 'struct inpcb', which caches the MAC label referenced from 'struct socket' in the IPv4 and IPv6-based protocols. This permits MAC labels to be checked during network delivery operations without dereferencing inp->inp_socket to get to so->so_label, which will eventually avoid our having to grab the socket lock during delivery at the network layer. This change introduces 'struct inpcb' as a labeled object to the MAC Framework, along with the normal circus of entry points: initialization, creation from socket, destruction, as well as a delivery access control check. For most policies, the inpcb label will simply be a cache of the socket label, so a new protocol switch method is introduced, pr_sosetlabel() to notify protocols that the socket layer label has been updated so that the cache can be updated while holding appropriate locks. Most protocols implement this using pru_sosetlabel_null(), but IPv4/IPv6 protocols using inpcbs use the the worker function in_pcbsosetlabel(), which calls into the MAC Framework to perform a cache update. Biba, LOMAC, and MLS implement these entry points, as do the stub policy, and test policy. Reviewed by: sam, bms Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.118 +10 -0 src/sys/kern/uipc_socket2.c 1.112 +1 -1 src/sys/kern/uipc_usrreq.c 1.2 +1 -0 src/sys/modules/null/Makefile 1.30 +1 -1 src/sys/net/raw_usrreq.c 1.96 +1 -1 src/sys/net/rtsock.c 1.33 +2 -1 src/sys/netatalk/ddp_usrreq.c 1.18 +2 -1 src/sys/netatm/atm_aal5.c 1.21 +4 -0 src/sys/netatm/atm_usrreq.c 1.5 +8 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket.c 1.45 +4 -2 src/sys/netgraph/ng_socket.c 1.131 +40 -7 src/sys/netinet/in_pcb.c 1.66 +3 -0 src/sys/netinet/in_pcb.h 1.79 +1 -1 src/sys/netinet/ip_divert.c 1.121 +2 -2 src/sys/netinet/raw_ip.c 1.215 +2 -2 src/sys/netinet/tcp_input.c 1.88 +2 -2 src/sys/netinet/tcp_usrreq.c 1.141 +2 -2 src/sys/netinet/udp_usrreq.c 1.34 +1 -1 src/sys/netinet6/raw_ip6.c 1.39 +1 -1 src/sys/netinet6/udp6_usrreq.c 1.7 +2 -1 src/sys/netipsec/keysock.c 1.39 +2 -2 src/sys/netipx/ipx_usrreq.c 1.40 +2 -2 src/sys/netipx/spx_usrreq.c 1.26 +2 -1 src/sys/netkey/keysock.c 1.31 +1 -1 src/sys/netnatm/natm.c 1.110 +96 -1 src/sys/security/mac/mac_net.c 1.70 +45 -0 src/sys/security/mac_biba/mac_biba.c 1.8 +13 -0 src/sys/security/mac_ifoff/mac_ifoff.c 1.24 +45 -0 src/sys/security/mac_lomac/mac_lomac.c 1.57 +45 -0 src/sys/security/mac_mls/mac_mls.c 1.35 +28 -0 src/sys/security/mac_stub/mac_stub.c 1.37 +71 -0 src/sys/security/mac_test/mac_test.c 1.51 +7 -0 src/sys/sys/mac.h 1.45 +12 -0 src/sys/sys/mac_policy.h 1.42 +2 -0 src/sys/sys/protosw.h From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:44:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685C616A4CE for ; Mon, 17 Nov 2003 16:44:53 -0800 (PST) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F92E43FE1 for ; Mon, 17 Nov 2003 16:44:52 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hAI0ip7P000845; Mon, 17 Nov 2003 19:44:51 -0500 Mime-Version: 1.0 X-Sender: gad@gilead.netel.rpi.edu (Unverified) Message-Id: In-Reply-To: <20031118093053.I30811@hewey.af.speednet.com.au> References: <200311172325.hAHNPHSj062966@repoman.freebsd.org> <20031118093053.I30811@hewey.af.speednet.com.au> Date: Mon, 17 Nov 2003 19:44:50 -0500 To: Andy Farkas From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:44:53 -0000 At 9:32 AM +1000 11/18/03, Andy Farkas wrote: >I'm starting to receive two copies of each email sent to >cvs-all. Did something change? For what it's worth, I am not getting two copies, but the copy I do get is coming via Sender: owner-src-committers@FreeBSD.org Do both of your copies have the same value for 'Sender' in their headers? -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:52:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9604516A4CE; Mon, 17 Nov 2003 16:52:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D81D43F75; Mon, 17 Nov 2003 16:52:31 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0qUXJ088746; Mon, 17 Nov 2003 16:52:30 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0qU1v088745; Mon, 17 Nov 2003 16:52:30 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180052.hAI0qU1v088745@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 16:52:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/null Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:52:31 -0000 rwatson 2003/11/17 16:52:30 PST FreeBSD src repository Modified files: sys/modules/null Makefile Log: Revert a NOOP change to Makefile that slipped into the last commit. Pointed out by: tjr Revision Changes Path 1.3 +0 -1 src/sys/modules/null/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:53:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A18F16A4D0 for ; Mon, 17 Nov 2003 16:53:13 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D77443FE5 for ; Mon, 17 Nov 2003 16:53:08 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 53300 invoked by uid 110); 18 Nov 2003 00:53:08 -0000 Received: (qmail 53283 invoked from network); 18 Nov 2003 00:53:07 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 00:53:07 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id D916256707 for ; Mon, 17 Nov 2003 16:53:06 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id A65F916A4E6; Mon, 17 Nov 2003 16:53:03 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 9559C16A4D0; Mon, 17 Nov 2003 16:53:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9604516A4CE; Mon, 17 Nov 2003 16:52:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D81D43F75; Mon, 17 Nov 2003 16:52:31 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI0qUXJ088746; Mon, 17 Nov 2003 16:52:30 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI0qU1v088745; Mon, 17 Nov 2003 16:52:30 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180052.hAI0qU1v088745@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 16:52:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/modules/null Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:53:13 -0000 rwatson 2003/11/17 16:52:30 PST FreeBSD src repository Modified files: sys/modules/null Makefile Log: Revert a NOOP change to Makefile that slipped into the last commit. Pointed out by: tjr Revision Changes Path 1.3 +0 -1 src/sys/modules/null/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 16:58:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 869F916A4CF; Mon, 17 Nov 2003 16:58:02 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF5B43FE3; Mon, 17 Nov 2003 16:58:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C03BA66C55; Mon, 17 Nov 2003 16:57:59 -0800 (PST) Date: Mon, 17 Nov 2003 16:57:59 -0800 From: Kris Kennaway To: Pav Lucistnik Message-ID: <20031118005759.GB37340@xor.obsecurity.org> References: <200311172325.hAHNPHSj062966@repoman.freebsd.org> <20031118093053.I30811@hewey.af.speednet.com.au> <1069113001.5880.54.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: <1069113001.5880.54.camel@hood.oook.cz> User-Agent: Mutt/1.4.1i cc: Robert Watson cc: cvs-all@FreeBSD.org cc: Andy Farkas Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:58:02 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 18, 2003 at 12:50:02AM +0100, Pav Lucistnik wrote: > V ?t, 18. 11. 2003 v 00:32, Andy Farkas p??e: >=20 > > I'm starting to receive two copies of each email sent to cvs-all. Did > > something change? >=20 > Judging from headers, qmail at floyd.stormweb.net is sending mail for > back to the list. What is it with qmail and looping mail? Is it somehow really easy to misconfigure qmail into resending copies of received mail? Kris --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uW6XWry0BWjoQKURAqS9AJ0XEz6TY2JQqQsT2GlWnoozDpYWHQCgwvST 1YmUCehtZwBaRZH4eF3HnAo= =3OX9 -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:18:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4EC16A4CE; Mon, 17 Nov 2003 17:18:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB9943F85; Mon, 17 Nov 2003 17:18:50 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1IoXJ090878; Mon, 17 Nov 2003 17:18:50 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1IoHW090877; Mon, 17 Nov 2003 17:18:50 -0800 (PST) (envelope-from linimon) Message-Id: <200311180118.hAI1IoHW090877@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Nov 2003 17:18:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/php-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:18:51 -0000 linimon 2003/11/17 17:18:50 PST FreeBSD ports repository Modified files: x11-toolkits/php-gtk Makefile Log: Fix the ability to make master_sites_all. While I'm here, add the explicit dependency on the lang/php4 binary -- I could not install without that. PR: ports/59386. Submitted by: Dan Langille . Revision Changes Path 1.11 +2 -1 ports/x11-toolkits/php-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:21:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F56116A4CE; Mon, 17 Nov 2003 17:21:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E2E43FDD; Mon, 17 Nov 2003 17:21:10 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1L9XJ091077; Mon, 17 Nov 2003 17:21:09 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1L9Jl091076; Mon, 17 Nov 2003 17:21:09 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180121.hAI1L9Jl091076@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:21:09 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/de includes.xsl index.xsl www/de/news news.xml press.xml press.xsl www/de/releases index.sgml www/de/platforms alpha.sgml sparc.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:21:10 -0000 mheinen 2003/11/17 17:21:09 PST FreeBSD doc repository Modified files: de index.xsl includes.xsl de/news press.xsl press.xml news.xml de/releases index.sgml de/platforms alpha.sgml sparc.sgml Log: MFbed: Update the German web site. index.xsl 1.79 -> 1.80 news/press.xsl 1.4 -> 1.5 includes.xsl 1.16 -> 1.17 news/press.xml 1.96 -> 1.103 [1] releases/index.sgml 1.92 -> 1.94 platforms/sparc.sgml 1.15 -> 1.17 news/news.xml 1.174 -> 1.179 [1] platforms/alpha.sgml 1.2 -> 1.3 [1] includes patches Submitted by: Josef El-Rayes Revision Changes Path 1.5 +7 -7 www/de/includes.xsl 1.9 +15 -8 www/de/index.xsl 1.9 +59 -2 www/de/news/news.xml 1.4 +77 -6 www/de/news/press.xml 1.3 +3 -3 www/de/news/press.xsl 1.2 +6 -5 www/de/platforms/alpha.sgml 1.2 +19 -11 www/de/platforms/sparc.sgml 1.4 +2 -12 www/de/releases/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:21:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38EC616A4CF for ; Mon, 17 Nov 2003 17:21:52 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB9E43FCB for ; Mon, 17 Nov 2003 17:21:47 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 58964 invoked by uid 110); 18 Nov 2003 01:21:46 -0000 Received: (qmail 58951 invoked from network); 18 Nov 2003 01:21:46 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 01:21:46 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A25FA56BE0 for ; Mon, 17 Nov 2003 17:21:43 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 201C116A4FB; Mon, 17 Nov 2003 17:21:42 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id C496D16A4D0; Mon, 17 Nov 2003 17:21:41 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F56116A4CE; Mon, 17 Nov 2003 17:21:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E2E43FDD; Mon, 17 Nov 2003 17:21:10 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1L9XJ091077; Mon, 17 Nov 2003 17:21:09 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1L9Jl091076; Mon, 17 Nov 2003 17:21:09 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180121.hAI1L9Jl091076@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:21:09 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/de includes.xsl index.xsl www/de/news news.xml press.xml press.xsl www/de/releases index.sgml www/de/platforms alpha.sgml sparc.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:21:52 -0000 mheinen 2003/11/17 17:21:09 PST FreeBSD doc repository Modified files: de index.xsl includes.xsl de/news press.xsl press.xml news.xml de/releases index.sgml de/platforms alpha.sgml sparc.sgml Log: MFbed: Update the German web site. index.xsl 1.79 -> 1.80 news/press.xsl 1.4 -> 1.5 includes.xsl 1.16 -> 1.17 news/press.xml 1.96 -> 1.103 [1] releases/index.sgml 1.92 -> 1.94 platforms/sparc.sgml 1.15 -> 1.17 news/news.xml 1.174 -> 1.179 [1] platforms/alpha.sgml 1.2 -> 1.3 [1] includes patches Submitted by: Josef El-Rayes Revision Changes Path 1.5 +7 -7 www/de/includes.xsl 1.9 +15 -8 www/de/index.xsl 1.9 +59 -2 www/de/news/news.xml 1.4 +77 -6 www/de/news/press.xml 1.3 +3 -3 www/de/news/press.xsl 1.2 +6 -5 www/de/platforms/alpha.sgml 1.2 +19 -11 www/de/platforms/sparc.sgml 1.4 +2 -12 www/de/releases/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:22:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACC916A4CE; Mon, 17 Nov 2003 17:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5730D43FB1; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1MkXJ091169; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1MkkF091168; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180122.hAI1MkkF091168@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:22:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:22:47 -0000 mheinen 2003/11/17 17:22:46 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Replace a filename tag with a command tag. Revision Changes Path 1.110 +1 -1 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:23:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FE016A4D5 for ; Mon, 17 Nov 2003 17:23:25 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24BD43F3F for ; Mon, 17 Nov 2003 17:23:21 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 59572 invoked by uid 110); 18 Nov 2003 01:23:21 -0000 Received: (qmail 59559 invoked from network); 18 Nov 2003 01:23:20 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 01:23:20 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A23DA56A45 for ; Mon, 17 Nov 2003 17:23:20 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 3A3B816A4FE; Mon, 17 Nov 2003 17:23:19 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id E1C6416A4D0; Mon, 17 Nov 2003 17:23:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACC916A4CE; Mon, 17 Nov 2003 17:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5730D43FB1; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1MkXJ091169; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1MkkF091168; Mon, 17 Nov 2003 17:22:46 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180122.hAI1MkkF091168@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:22:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:23:25 -0000 mheinen 2003/11/17 17:22:46 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Replace a filename tag with a command tag. Revision Changes Path 1.110 +1 -1 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:25:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3613C16A4CE; Mon, 17 Nov 2003 17:25:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B0A43FDD; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1PJXJ091290; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1PJ9A091289; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180125.hAI1PJ9A091289@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:25:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:25:20 -0000 mheinen 2003/11/17 17:25:19 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Correct the listing of possible shell prompts, add userinput tags. Revision Changes Path 1.116 +2 -2 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:26:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB3416A4CE for ; Mon, 17 Nov 2003 17:26:04 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16CB44008 for ; Mon, 17 Nov 2003 17:26:00 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 60137 invoked by uid 110); 18 Nov 2003 01:26:00 -0000 Received: (qmail 60124 invoked from network); 18 Nov 2003 01:25:56 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 01:25:56 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0DC4E56845 for ; Mon, 17 Nov 2003 17:25:56 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 8F66F16A4D1; Mon, 17 Nov 2003 17:25:52 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 4424E16A4D0; Mon, 17 Nov 2003 17:25:52 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3613C16A4CE; Mon, 17 Nov 2003 17:25:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B0A43FDD; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI1PJXJ091290; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI1PJ9A091289; Mon, 17 Nov 2003 17:25:19 -0800 (PST) (envelope-from mheinen) Message-Id: <200311180125.hAI1PJ9A091289@repoman.freebsd.org> From: Martin Heinen Date: Mon, 17 Nov 2003 17:25:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:26:04 -0000 mheinen 2003/11/17 17:25:19 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Correct the listing of possible shell prompts, add userinput tags. Revision Changes Path 1.116 +2 -2 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:29:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996AC16A4CE; Mon, 17 Nov 2003 17:29:12 -0800 (PST) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4083943F75; Mon, 17 Nov 2003 17:29:11 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hAI1TAXF032509; Mon, 17 Nov 2003 20:29:10 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20031117234947.GQ98272@klapaucius.zer0.org> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> Date: Mon, 17 Nov 2003 20:29:09 -0500 To: Gregory Sutter , David Schultz From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: Wes Peters cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:29:12 -0000 At 3:49 PM -0800 11/17/03, Gregory Sutter wrote: >On 2003-11-17 13:01 -0800, Wes Peters wrote: > > > > I suppose adding the logging done by the sysutils/no-login > > port would make the program objectionably large. Sigh. > > Several times over the past five years I considering asking > > if we should just import my nologin and be done with it; > > each time I didn't pursue it because it wasn't worth the bikeshed. > >Wes's no-login port has been around for ages and works just great. >Please just import it instead of creating yet another version without >the logging capability of sysutils/no-login. Or add the syslog >functionality to the new program. Thanks. How much larger is the object-file for the no-login port compared to this minimal one? (particularly now that /sbin is dynamically linked). If Wes wants to import no-login, the syslog capability certainly seems worth a few extra bytes to me. And it seems reasonable to go with code which people have already been using for some time now. This would have been much more of a bikeshed back when it would have been comparing a sh-script to a statically-linked binary, but it doesn't seem like much of one now. (IMO) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Nov 17 17:29:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D33416A4E4 for ; Mon, 17 Nov 2003 17:29:54 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4D143FCB for ; Mon, 17 Nov 2003 17:29:49 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 60912 invoked by uid 110); 18 Nov 2003 01:29:48 -0000 Received: (qmail 60899 invoked from network); 18 Nov 2003 01:29:48 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 01:29:48 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C1BE556B88 for ; Mon, 17 Nov 2003 17:29:47 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id C0A7A16A4E2; Mon, 17 Nov 2003 17:29:44 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id CD83D16A4D0; Mon, 17 Nov 2003 17:29:43 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996AC16A4CE; Mon, 17 Nov 2003 17:29:12 -0800 (PST) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4083943F75; Mon, 17 Nov 2003 17:29:11 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hAI1TAXF032509; Mon, 17 Nov 2003 20:29:10 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20031117234947.GQ98272@klapaucius.zer0.org> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> Date: Mon, 17 Nov 2003 20:29:09 -0500 To: Gregory Sutter , David Schultz From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: Wes Peters cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:29:54 -0000 At 3:49 PM -0800 11/17/03, Gregory Sutter wrote: >On 2003-11-17 13:01 -0800, Wes Peters wrote: > > > > I suppose adding the logging done by the sysutils/no-login > > port would make the program objectionably large. Sigh. > > Several times over the past five years I considering asking > > if we should just import my nologin and be done with it; > > each time I didn't pursue it because it wasn't worth the bikeshed. > >Wes's no-login port has been around for ages and works just great. >Please just import it instead of creating yet another version without >the logging capability of sysutils/no-login. Or add the syslog >functionality to the new program. Thanks. How much larger is the object-file for the no-login port compared to this minimal one? (particularly now that /sbin is dynamically linked). If Wes wants to import no-login, the syslog capability certainly seems worth a few extra bytes to me. And it seems reasonable to go with code which people have already been using for some time now. This would have been much more of a bikeshed back when it would have been comparing a sh-script to a statically-linked binary, but it doesn't seem like much of one now. (IMO) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Nov 17 18:10:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D663716A4CE; Mon, 17 Nov 2003 18:10:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C19943FCB; Mon, 17 Nov 2003 18:10:27 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI2ARXJ093695; Mon, 17 Nov 2003 18:10:27 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI2ARFJ093694; Mon, 17 Nov 2003 18:10:27 -0800 (PST) (envelope-from mi) Message-Id: <200311180210.hAI2ARFJ093694@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 17 Nov 2003 18:10:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/qmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 02:10:28 -0000 mi 2003/11/17 18:10:26 PST FreeBSD ports repository Modified files: devel/qmake Makefile distinfo Log: Upgrade QMake to Qt-3.2.3. For the record, the patches to make x11-toolkits/qt32 use this port instead of building its own qmake were submitted to the KDE team over a month ago. Revision Changes Path 1.3 +1 -1 ports/devel/qmake/Makefile 1.2 +1 -1 ports/devel/qmake/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 18:29:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB2D16A4CE; Mon, 17 Nov 2003 18:29:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F337243FDD; Mon, 17 Nov 2003 18:29:43 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI2ThXJ094262; Mon, 17 Nov 2003 18:29:43 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI2ThkV094261; Mon, 17 Nov 2003 18:29:43 -0800 (PST) (envelope-from obrien) Message-Id: <200311180229.hAI2ThkV094261@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Nov 2003 18:29:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 02:29:44 -0000 obrien 2003/11/17 18:29:43 PST FreeBSD ports repository Modified files: editors/vim Makefile Log: Use Tcl/Tk 8.4 rather than 8.3. Submitted by: Thierry Thomas Revision Changes Path 1.239 +3 -3 ports/editors/vim/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 18:33:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBC016A4CE; Mon, 17 Nov 2003 18:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E82543FD7; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI2XSXJ094416; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI2XR4Z094415; Mon, 17 Nov 2003 18:33:27 -0800 (PST) (envelope-from obrien) Message-Id: <200311180233.hAI2XR4Z094415@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Nov 2003 18:33:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/burncd burncd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 02:33:29 -0000 obrien 2003/11/17 18:33:27 PST FreeBSD src repository Modified files: usr.sbin/burncd burncd.8 Log: Catch up with the latest in device naming. Revision Changes Path 1.31 +5 -5 src/usr.sbin/burncd/burncd.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 18:34:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE58B16A4CE for ; Mon, 17 Nov 2003 18:34:13 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C0B43F85 for ; Mon, 17 Nov 2003 18:34:09 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 76106 invoked by uid 110); 18 Nov 2003 02:34:08 -0000 Received: (qmail 76079 invoked from network); 18 Nov 2003 02:34:06 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 02:34:06 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9EA7057776 for ; Mon, 17 Nov 2003 18:34:05 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7FE4C16A526; Mon, 17 Nov 2003 18:34:02 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id DA15716A4D0; Mon, 17 Nov 2003 18:34:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBC016A4CE; Mon, 17 Nov 2003 18:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E82543FD7; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI2XSXJ094416; Mon, 17 Nov 2003 18:33:28 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI2XR4Z094415; Mon, 17 Nov 2003 18:33:27 -0800 (PST) (envelope-from obrien) Message-Id: <200311180233.hAI2XR4Z094415@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Nov 2003 18:33:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/usr.sbin/burncd burncd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 02:34:13 -0000 obrien 2003/11/17 18:33:27 PST FreeBSD src repository Modified files: usr.sbin/burncd burncd.8 Log: Catch up with the latest in device naming. Revision Changes Path 1.31 +5 -5 src/usr.sbin/burncd/burncd.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 19:18:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB8F16A4CE; Mon, 17 Nov 2003 19:18:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D6743FDF; Mon, 17 Nov 2003 19:18:03 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI3I3XJ096804; Mon, 17 Nov 2003 19:18:03 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI3I3fm096803; Mon, 17 Nov 2003 19:18:03 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311180318.hAI3I3fm096803@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 17 Nov 2003 19:18:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plist ports/net/net-snmp/files patch-Makefile.in patch-al patch-configure.in patch-hr_storage.c patch-hr_system.c patch-ipv6.c patch-tcpTable.c patch-udpTable.c snmpd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 03:18:04 -0000 kuriyama 2003/11/17 19:18:02 PST FreeBSD ports repository Modified files: net/net-snmp Makefile distinfo pkg-plist net/net-snmp/files patch-Makefile.in patch-hr_storage.c patch-tcpTable.c snmpd.sh.sample Added files: net/net-snmp/files patch-configure.in patch-hr_system.c patch-ipv6.c patch-udpTable.c Removed files: net/net-snmp/files patch-al Log: o Upgrade to 5.1 (bump shlib major to 6, use autoconf257). o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio" by default. o Remove unused variables. o Update various local patches around {tcp,udp}Table and hr_{storage,system}. Revision Changes Path 1.95 +8 -12 ports/net/net-snmp/Makefile 1.24 +1 -1 ports/net/net-snmp/distinfo 1.2 +3 -3 ports/net/net-snmp/files/patch-Makefile.in 1.4 +0 -29 ports/net/net-snmp/files/patch-al (dead) 1.1 +19 -0 ports/net/net-snmp/files/patch-configure.in (new) 1.5 +6 -6 ports/net/net-snmp/files/patch-hr_storage.c 1.1 +23 -0 ports/net/net-snmp/files/patch-hr_system.c (new) 1.1 +105 -0 ports/net/net-snmp/files/patch-ipv6.c (new) 1.2 +25 -50 ports/net/net-snmp/files/patch-tcpTable.c 1.1 +25 -0 ports/net/net-snmp/files/patch-udpTable.c (new) 1.4 +2 -2 ports/net/net-snmp/files/snmpd.sh.sample 1.32 +9 -0 ports/net/net-snmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 19:19:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A08016A4CE; Mon, 17 Nov 2003 19:19:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4D343FCB; Mon, 17 Nov 2003 19:19:38 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI3JcXJ096955; Mon, 17 Nov 2003 19:19:38 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI3Jc72096954; Mon, 17 Nov 2003 19:19:38 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311180319.hAI3Jc72096954@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 17 Nov 2003 19:19:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/net/braa Makefile ports/net/docsis Makefile ports/net/ethereal Makefile ports/net/mbrowse Makefile ports/net/zabbix Makefile ports/security/libfwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 03:19:39 -0000 kuriyama 2003/11/17 19:19:38 PST FreeBSD ports repository Modified files: lang/php4 Makefile net/braa Makefile net/docsis Makefile net/ethereal Makefile net/mbrowse Makefile net/zabbix Makefile security/libfwbuilder Makefile Log: Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. Revision Changes Path 1.37 +2 -2 ports/lang/php4/Makefile 1.6 +2 -1 ports/net/braa/Makefile 1.6 +1 -0 ports/net/docsis/Makefile 1.63 +2 -1 ports/net/ethereal/Makefile 1.7 +2 -1 ports/net/mbrowse/Makefile 1.4 +2 -2 ports/net/zabbix/Makefile 1.12 +2 -2 ports/security/libfwbuilder/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 19:33:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DD816A4CE; Mon, 17 Nov 2003 19:33:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1C843FCB; Mon, 17 Nov 2003 19:33:03 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI3X3XJ097418; Mon, 17 Nov 2003 19:33:03 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI3X377097417; Mon, 17 Nov 2003 19:33:03 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311180333.hAI3X377097417@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 17 Nov 2003 19:33:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/p5-Net-FTP-Common Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 03:33:04 -0000 kuriyama 2003/11/17 19:33:03 PST FreeBSD ports repository Modified files: ftp/p5-Net-FTP-Common Makefile distinfo Log: Upgrade to 4.0. PR: ports/59373 Submitted by: Cheng-Lung Sung Revision Changes Path 1.5 +1 -1 ports/ftp/p5-Net-FTP-Common/Makefile 1.3 +1 -1 ports/ftp/p5-Net-FTP-Common/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 19:36:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C6116A4CE; Mon, 17 Nov 2003 19:36:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D022443FD7; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI3aNXJ097562; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI3aN9P097561; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman) Message-Id: <200311180336.hAI3aN9P097561@repoman.freebsd.org> From: Don Lewis Date: Mon, 17 Nov 2003 19:36:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 03:36:24 -0000 truckman 2003/11/17 19:36:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ffs ffs_alloc.c Log: MFC 1.116 which tweaks the minbfree, minifree, maxcontigdirs calculations to give results that work better. Revision Changes Path 1.64.2.3 +8 -8 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 19:37:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97F616A4CF for ; Mon, 17 Nov 2003 19:37:08 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B1B43FAF for ; Mon, 17 Nov 2003 19:37:05 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 94668 invoked by uid 110); 18 Nov 2003 03:37:04 -0000 Received: (qmail 94654 invoked from network); 18 Nov 2003 03:37:03 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 03:37:03 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8AB5C56E60 for ; Mon, 17 Nov 2003 19:37:00 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id AA8FD16A4E3; Mon, 17 Nov 2003 19:36:57 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id A6C4C16A4D0; Mon, 17 Nov 2003 19:36:56 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C6116A4CE; Mon, 17 Nov 2003 19:36:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D022443FD7; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI3aNXJ097562; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI3aN9P097561; Mon, 17 Nov 2003 19:36:23 -0800 (PST) (envelope-from truckman) Message-Id: <200311180336.hAI3aN9P097561@repoman.freebsd.org> From: Don Lewis Date: Mon, 17 Nov 2003 19:36:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 03:37:08 -0000 truckman 2003/11/17 19:36:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ffs ffs_alloc.c Log: MFC 1.116 which tweaks the minbfree, minifree, maxcontigdirs calculations to give results that work better. Revision Changes Path 1.64.2.3 +8 -8 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:04:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDF616A4CE; Mon, 17 Nov 2003 20:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F6A43F85; Mon, 17 Nov 2003 20:04:13 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI44CXJ099364; Mon, 17 Nov 2003 20:04:12 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI44CTO099363; Mon, 17 Nov 2003 20:04:12 -0800 (PST) (envelope-from seanc) Message-Id: <200311180404.hAI44CTO099363@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 17 Nov 2003 20:04:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/libdbi Makefile distinfo pkg-plist ports/databases/libdbi/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:04:13 -0000 seanc 2003/11/17 20:04:12 PST FreeBSD ports repository Modified files: databases/libdbi Makefile distinfo pkg-plist databases/libdbi/files patch-Makefile.in Log: Update to 0.7.1. PR: ports/58706 Submitted by: ijliao Revision Changes Path 1.8 +2 -21 ports/databases/libdbi/Makefile 1.5 +1 -1 ports/databases/libdbi/distinfo 1.2 +7 -7 ports/databases/libdbi/files/patch-Makefile.in 1.5 +33 -36 ports/databases/libdbi/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:06:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D1A816A4CE; Mon, 17 Nov 2003 20:06:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABE143FF2; Mon, 17 Nov 2003 20:06:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI46TXJ099521; Mon, 17 Nov 2003 20:06:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI46TYt099520; Mon, 17 Nov 2003 20:06:29 -0800 (PST) (envelope-from marcus) Message-Id: <200311180406.hAI46TYt099520@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 20:06:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-clocks/gdesklets-clock Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:06:31 -0000 marcus 2003/11/17 20:06:29 PST FreeBSD ports repository Modified files: x11-clocks/gdesklets-clock Makefile pkg-plist Log: * Convert from ${CP} to ${INSTALL_DATA} * Fix up some portlint warnings PR: 59396 Submitted by: maintainer Revision Changes Path 1.2 +19 -8 ports/x11-clocks/gdesklets-clock/Makefile 1.2 +0 -1 ports/x11-clocks/gdesklets-clock/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:07:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C054816A4CE; Mon, 17 Nov 2003 20:07:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D00F43FB1; Mon, 17 Nov 2003 20:07:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI47wXJ099564; Mon, 17 Nov 2003 20:07:58 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI47vR5099563; Mon, 17 Nov 2003 20:07:57 -0800 (PST) (envelope-from marcus) Message-Id: <200311180407.hAI47vR5099563@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 20:07:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gdesklets-recentlyused Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:07:58 -0000 marcus 2003/11/17 20:07:57 PST FreeBSD ports repository Modified files: deskutils/gdesklets-recentlyused Makefile pkg-plist Log: * Convert from ${CP} to ${INSTALL_DATA} * Quiet some portlint warnings PR: 59399 Submitted by: maintainer Revision Changes Path 1.2 +9 -4 ports/deskutils/gdesklets-recentlyused/Makefile 1.2 +0 -2 ports/deskutils/gdesklets-recentlyused/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:11:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D0D16A4CE; Mon, 17 Nov 2003 20:11:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C53843F75; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4BrXJ099731; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4BrBf099730; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180411.hAI4BrBf099730@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:11:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_biba mac_biba.csrc/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:11:54 -0000 rwatson 2003/11/17 20:11:53 PST FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c Log: Use UMA zone allocator for Biba and MLS labels rather than MALLOC(9). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.71 +6 -6 src/sys/security/mac_biba/mac_biba.c 1.58 +6 -6 src/sys/security/mac_mls/mac_mls.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:12:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496F416A4CF for ; Mon, 17 Nov 2003 20:12:37 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DEEE43FDD for ; Mon, 17 Nov 2003 20:12:33 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 5530 invoked by uid 110); 18 Nov 2003 04:12:33 -0000 Received: (qmail 5500 invoked from network); 18 Nov 2003 04:12:31 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 04:12:31 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5175F5716E for ; Mon, 17 Nov 2003 20:12:31 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id EFD5E16A533; Mon, 17 Nov 2003 20:12:26 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 11D3116A4D0; Mon, 17 Nov 2003 20:12:26 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D0D16A4CE; Mon, 17 Nov 2003 20:11:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C53843F75; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4BrXJ099731; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4BrBf099730; Mon, 17 Nov 2003 20:11:53 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180411.hAI4BrBf099730@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:11:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/security/mac_biba mac_biba.csrc/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:12:37 -0000 rwatson 2003/11/17 20:11:53 PST FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c Log: Use UMA zone allocator for Biba and MLS labels rather than MALLOC(9). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.71 +6 -6 src/sys/security/mac_biba/mac_biba.c 1.58 +6 -6 src/sys/security/mac_mls/mac_mls.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:15:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA8CC16A4CE; Mon, 17 Nov 2003 20:15:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FCC43FBF; Mon, 17 Nov 2003 20:15:10 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4F9XJ099879; Mon, 17 Nov 2003 20:15:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4F9pT099878; Mon, 17 Nov 2003 20:15:09 -0800 (PST) (envelope-from marcus) Message-Id: <200311180415.hAI4F9pT099878@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Nov 2003 20:15:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gdesklets-starterbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:15:10 -0000 marcus 2003/11/17 20:15:09 PST FreeBSD ports repository Modified files: deskutils/gdesklets-starterbar Makefile Log: Quiet portlint warnings. PR: 59400 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/deskutils/gdesklets-starterbar/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:21:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7951116A4CE; Mon, 17 Nov 2003 20:21:50 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8C143FE1; Mon, 17 Nov 2003 20:21:49 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 464632A8EB; Mon, 17 Nov 2003 20:21:49 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Mark Murray In-Reply-To: <200311172302.hAHN2LSu061069@repoman.freebsd.org> Date: Mon, 17 Nov 2003 20:21:49 -0800 From: Peter Wemm Message-Id: <20031118042149.464632A8EB@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:21:50 -0000 Mark Murray wrote: > markm 2003/11/17 15:02:21 PST > > FreeBSD src repository > > Modified files: > sys/dev/random harvest.c hash.c randomdev.c randomdev.h > yarrow.c > Log: > Overhaul the entropy device: There seems to be some freshly added landmines in here. If you run with WITNESS enabled, you get instant panics about potentially sleeping with locks held. Sorry to bring bad news.. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:22:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9544A16A4CF for ; Mon, 17 Nov 2003 20:22:33 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F8643FEC for ; Mon, 17 Nov 2003 20:22:28 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 8906 invoked by uid 110); 18 Nov 2003 04:22:27 -0000 Received: (qmail 8890 invoked from network); 18 Nov 2003 04:22:26 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 04:22:26 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 703FE57550 for ; Mon, 17 Nov 2003 20:22:25 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7BC7516A52A; Mon, 17 Nov 2003 20:22:22 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 7989216A4D0; Mon, 17 Nov 2003 20:22:21 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7951116A4CE; Mon, 17 Nov 2003 20:21:50 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8C143FE1; Mon, 17 Nov 2003 20:21:49 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 464632A8EB; Mon, 17 Nov 2003 20:21:49 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Mark Murray In-Reply-To: <200311172302.hAHN2LSu061069@repoman.freebsd.org> Date: Mon, 17 Nov 2003 20:21:49 -0800 From: Peter Wemm Message-Id: <20031118042149.464632A8EB@canning.wemm.org> Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:22:33 -0000 Mark Murray wrote: > markm 2003/11/17 15:02:21 PST > > FreeBSD src repository > > Modified files: > sys/dev/random harvest.c hash.c randomdev.c randomdev.h > yarrow.c > Log: > Overhaul the entropy device: There seems to be some freshly added landmines in here. If you run with WITNESS enabled, you get instant panics about potentially sleeping with locks held. Sorry to bring bad news.. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:23:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E0C16A4CE; Mon, 17 Nov 2003 20:23:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49DC43FD7; Mon, 17 Nov 2003 20:23:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4NaXJ000366; Mon, 17 Nov 2003 20:23:36 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4Nair000365; Mon, 17 Nov 2003 20:23:36 -0800 (PST) (envelope-from pav) Message-Id: <200311180423.hAI4Nair000365@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 20:23:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/liblingoteach Makefile distinfo pkg-descr pkg-plist ports/textproc/liblingoteach/files patch-doc-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:23:37 -0000 pav 2003/11/17 20:23:36 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/liblingoteach Makefile distinfo pkg-descr pkg-plist textproc/liblingoteach/files patch-doc-Makefile.in Log: Liblingoteach is a helper library for Lingoteach, language teacher program. PR: ports/58032 Submitted by: Marcus von Appen Approved by: adamw (mentor) Revision Changes Path 1.589 +1 -0 ports/textproc/Makefile 1.1 +40 -0 ports/textproc/liblingoteach/Makefile (new) 1.1 +1 -0 ports/textproc/liblingoteach/distinfo (new) 1.1 +11 -0 ports/textproc/liblingoteach/files/patch-doc-Makefile.in (new) 1.1 +5 -0 ports/textproc/liblingoteach/pkg-descr (new) 1.1 +31 -0 ports/textproc/liblingoteach/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:24:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EFF716A4CE; Mon, 17 Nov 2003 20:24:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15FD543FE0; Mon, 17 Nov 2003 20:24:57 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4OuXJ000420; Mon, 17 Nov 2003 20:24:56 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4OuS0000419; Mon, 17 Nov 2003 20:24:56 -0800 (PST) (envelope-from pav) Message-Id: <200311180424.hAI4OuS0000419@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 20:24:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:24:57 -0000 pav 2003/11/17 20:24:56 PST FreeBSD ports repository Modified files: . modules Log: liblingoteach --> ports/textproc/liblingoteach Approved by: adamw (mentor) Revision Changes Path 1.8624 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:28:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BEC16A4CE; Mon, 17 Nov 2003 20:28:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5065843FA3; Mon, 17 Nov 2003 20:28:02 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4S2XJ000568; Mon, 17 Nov 2003 20:28:02 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4S2lL000567; Mon, 17 Nov 2003 20:28:02 -0800 (PST) (envelope-from pav) Message-Id: <200311180428.hAI4S2lL000567@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 17 Nov 2003 20:28:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/lingoteach Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:28:03 -0000 pav 2003/11/17 20:28:01 PST FreeBSD ports repository Modified files: misc/lingoteach Makefile distinfo pkg-plist Log: - Update to 0.3.9 - Use system gettext instead of bundled one * Lingoteach is now able to display multiple languages at once * New search and browse feature with a tree like structure * User manual PR: ports/58782 Submitted by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.8 +30 -23 ports/misc/lingoteach/Makefile 1.4 +1 -1 ports/misc/lingoteach/distinfo 1.3 +28 -14 ports/misc/lingoteach/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:49:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B40016A4CE; Mon, 17 Nov 2003 20:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05A043FE5; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4n2XJ006811; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4n2eh006810; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180449.hAI4n2eh006810@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:49:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:49:03 -0000 rwatson 2003/11/17 20:49:02 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Document some last-minute failure modes as show-stopper for 5.2R: - ACPI panics during shutdown on SMP systems due to failure to unregister an eventhandler (njl has a patch). - random_harvest panic due to last minute entropy harvesting changes. Observe that remaining turnstile panics may well be secondary panics, and that those reporting turnstile panics should be sure to include a full stack trace. Revision Changes Path 1.56 +28 -2 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:49:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8571A16A4CE for ; Mon, 17 Nov 2003 20:49:42 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C140243FBF for ; Mon, 17 Nov 2003 20:49:38 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 15366 invoked by uid 110); 18 Nov 2003 04:49:38 -0000 Received: (qmail 15353 invoked from network); 18 Nov 2003 04:49:37 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 04:49:37 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8A8BF56024 for ; Mon, 17 Nov 2003 20:49:36 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id A765816A503; Mon, 17 Nov 2003 20:49:34 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 587DC16A4D1; Mon, 17 Nov 2003 20:49:34 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B40016A4CE; Mon, 17 Nov 2003 20:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05A043FE5; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4n2XJ006811; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4n2eh006810; Mon, 17 Nov 2003 20:49:02 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180449.hAI4n2eh006810@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:49:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:49:42 -0000 rwatson 2003/11/17 20:49:02 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Document some last-minute failure modes as show-stopper for 5.2R: - ACPI panics during shutdown on SMP systems due to failure to unregister an eventhandler (njl has a patch). - random_harvest panic due to last minute entropy harvesting changes. Observe that remaining turnstile panics may well be secondary panics, and that those reporting turnstile panics should be sure to include a full stack trace. Revision Changes Path 1.56 +28 -2 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:53:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB4116A4CF; Mon, 17 Nov 2003 20:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3469443FD7; Mon, 17 Nov 2003 20:53:41 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4reXJ006987; Mon, 17 Nov 2003 20:53:40 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4reBC006986; Mon, 17 Nov 2003 20:53:40 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180453.hAI4reBC006986@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:53:40 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:53:41 -0000 rwatson 2003/11/17 20:53:40 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Add Vinum data corruption and memory issues to todo list for 5.2R. Revision Changes Path 1.57 +15 -1 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 20:54:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFD516A4CF for ; Mon, 17 Nov 2003 20:54:21 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8744943FEC for ; Mon, 17 Nov 2003 20:54:17 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 16093 invoked by uid 110); 18 Nov 2003 04:54:17 -0000 Received: (qmail 16079 invoked from network); 18 Nov 2003 04:54:16 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 04:54:16 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 48758562AD for ; Mon, 17 Nov 2003 20:54:16 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 2333D16A500; Mon, 17 Nov 2003 20:54:14 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id BD8DB16A4D0; Mon, 17 Nov 2003 20:54:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB4116A4CF; Mon, 17 Nov 2003 20:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3469443FD7; Mon, 17 Nov 2003 20:53:41 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI4reXJ006987; Mon, 17 Nov 2003 20:53:40 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI4reBC006986; Mon, 17 Nov 2003 20:53:40 -0800 (PST) (envelope-from rwatson) Message-Id: <200311180453.hAI4reBC006986@repoman.freebsd.org> From: Robert Watson Date: Mon, 17 Nov 2003 20:53:40 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 04:54:22 -0000 rwatson 2003/11/17 20:53:40 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Add Vinum data corruption and memory issues to todo list for 5.2R. Revision Changes Path 1.57 +15 -1 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 17 21:39:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B8516A4CE; Mon, 17 Nov 2003 21:39:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77F543FDD; Mon, 17 Nov 2003 21:39:01 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI5d1XJ009313; Mon, 17 Nov 2003 21:39:01 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI5d1PC009312; Mon, 17 Nov 2003 21:39:01 -0800 (PST) (envelope-from dinoex) Message-Id: <200311180539.hAI5d1PC009312@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 17 Nov 2003 21:39:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefileports/databases/postgresql7-client Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 05:39:02 -0000 dinoex 2003/11/17 21:39:01 PST FreeBSD ports repository Modified files: databases Makefile Added files: databases/postgresql7-client Makefile Log: A slave port for postgresql7, containing only the client interface. Revision Changes Path 1.286 +1 -0 ports/databases/Makefile 1.1 +18 -0 ports/databases/postgresql7-client/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 21:39:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54AB16A4CF; Mon, 17 Nov 2003 21:39:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDD943F85; Mon, 17 Nov 2003 21:39:14 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI5dEXJ009355; Mon, 17 Nov 2003 21:39:14 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI5dDAj009354; Mon, 17 Nov 2003 21:39:13 -0800 (PST) (envelope-from dinoex) Message-Id: <200311180539.hAI5dDAj009354@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 17 Nov 2003 21:39:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 05:39:14 -0000 dinoex 2003/11/17 21:39:13 PST FreeBSD ports repository Modified files: . modules Log: postgresql7-client --> ports/databases/postgresql7-client Revision Changes Path 1.8625 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 22:28:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3C316A4CE; Mon, 17 Nov 2003 22:28:53 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E053143F93; Mon, 17 Nov 2003 22:28:51 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.24) id 1ALzM2-000PUC-UN; Tue, 18 Nov 2003 07:28:50 +0100 Date: Tue, 18 Nov 2003 07:28:50 +0100 From: Kirill Ponomarew To: Mark Linimon Message-ID: <20031118062850.GJ92340@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Mark Linimon , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200311172342.hAHNgCxX063725@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRtZRu2mMGBZ6YQ7" Content-Disposition: inline In-Reply-To: <200311172342.hAHNgCxX063725@repoman.freebsd.org> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 06:28:53 -0000 --wRtZRu2mMGBZ6YQ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Nov 17, 2003 at 03:42:12PM -0800, Mark Linimon wrote: =20 > FreeBSD ports repository >=20 > Modified files: > net Makefile=20 > Log: > Resort. No functional change. Ask your mentor about 'addport', you can save your time with that. -Kirill --wRtZRu2mMGBZ6YQ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ubwiQC1G6a60JuURAha1AKDlpLvo/e1ALRR4oLGZPZuwKDnLRwCfXcTi NxSWF9PhAISEuq/Pmxwgs2E= =2RJK -----END PGP SIGNATURE----- --wRtZRu2mMGBZ6YQ7-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 22:37:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B951916A4CE; Mon, 17 Nov 2003 22:37:05 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F7543FA3; Mon, 17 Nov 2003 22:37:04 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.24) id 1ALzTz-000PWX-VW; Tue, 18 Nov 2003 07:37:03 +0100 Date: Tue, 18 Nov 2003 07:37:03 +0100 From: Kirill Ponomarew To: Adam Weinberger , Mark Linimon , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031118063703.GK92340@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Adam Weinberger , Mark Linimon , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200311172342.hAHNgCxX063725@repoman.freebsd.org> <20031118062850.GJ92340@voodoo.oberon.net> <20031118063428.GK40706@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/rDaUNvWv5XYRSKj" Content-Disposition: inline In-Reply-To: <20031118063428.GK40706@toxic.magnesium.net> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew Subject: Re: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 06:37:05 -0000 --/rDaUNvWv5XYRSKj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Nov 18, 2003 at 01:34:28AM -0500, Adam Weinberger wrote: =20 > For many committers, addport will not modify CVSROOT/modules. Why not ? -Kirill --/rDaUNvWv5XYRSKj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ub4PQC1G6a60JuURApXUAKDlIAYUvl3frD8AHr0+F9FJSKVoOACg6euH pWzXkIgbs3zmjBWpSmagvHI= =DpA1 -----END PGP SIGNATURE----- --/rDaUNvWv5XYRSKj-- From owner-cvs-all@FreeBSD.ORG Mon Nov 17 23:30:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AE816A4CE; Mon, 17 Nov 2003 23:30:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36C843F3F; Mon, 17 Nov 2003 23:30:13 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI7UDXJ014585; Mon, 17 Nov 2003 23:30:13 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI7UDv4014584; Mon, 17 Nov 2003 23:30:13 -0800 (PST) (envelope-from adamw) Message-Id: <200311180730.hAI7UDv4014584@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 17 Nov 2003 23:30:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro Makefile ports/astro/gdesklets-goodweather Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:30:14 -0000 adamw 2003/11/17 23:30:13 PST FreeBSD ports repository Modified files: astro Makefile Added files: astro/gdesklets-goodweather Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add gdesklets-goodweather, a gdesklet weather forecast thingy. This desklet (sensor/display) shows the current temperature, humidity, sky, windchill temperature and a forecast of the next 4 days on your desktop. The data is retrieved from Weather XML Data Feed project at weather.com. The desklet is a hack based on the code of the original weather desklet, the Liquid Weather++ module for Karamba and some very nice artwork. PR: ports/59407 Submitted by: Jeremy Messenger Revision Changes Path 1.71 +1 -0 ports/astro/Makefile 1.1 +51 -0 ports/astro/gdesklets-goodweather/Makefile (new) 1.1 +1 -0 ports/astro/gdesklets-goodweather/distinfo (new) 1.1 +9 -0 ports/astro/gdesklets-goodweather/pkg-descr (new) 1.1 +19 -0 ports/astro/gdesklets-goodweather/pkg-message (new) 1.1 +299 -0 ports/astro/gdesklets-goodweather/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 17 23:30:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7819E16A4CE; Mon, 17 Nov 2003 23:30:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E385243F3F; Mon, 17 Nov 2003 23:30:58 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI7UwXJ014698; Mon, 17 Nov 2003 23:30:58 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI7Uw4f014697; Mon, 17 Nov 2003 23:30:58 -0800 (PST) (envelope-from adamw) Message-Id: <200311180730.hAI7Uw4f014697@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 17 Nov 2003 23:30:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:30:59 -0000 adamw 2003/11/17 23:30:58 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-goodweather --> ports/astro/gdesklets-goodweather Revision Changes Path 1.8626 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 17 23:42:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB89516A4CE; Mon, 17 Nov 2003 23:42:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA3043FA3; Mon, 17 Nov 2003 23:42:19 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI7gIXJ015036; Mon, 17 Nov 2003 23:42:18 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI7gIYh015035; Mon, 17 Nov 2003 23:42:18 -0800 (PST) (envelope-from sergei) Message-Id: <200311180742.hAI7gIYh015035@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 17 Nov 2003 23:42:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/tmda Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:42:19 -0000 sergei 2003/11/17 23:42:18 PST FreeBSD ports repository Modified files: mail/tmda Makefile distinfo Log: - Update to 0.89 ("Chateaugay") Prompted by: Nils Vogels Revision Changes Path 1.47 +1 -1 ports/mail/tmda/Makefile 1.40 +1 -1 ports/mail/tmda/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 17 23:54:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642F516A4CE; Mon, 17 Nov 2003 23:54:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC8443FFB; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI7sDXJ015442; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI7sDmR015441; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk) Message-Id: <200311180754.hAI7sDmR015441@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 Nov 2003 23:54:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:54:14 -0000 phk 2003/11/17 23:54:12 PST FreeBSD src repository Modified files: sys/geom geom_event.c Log: Fix a harmless bug and add a ')' in a debugging printf. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.43 +2 -2 src/sys/geom/geom_event.c From owner-cvs-all@FreeBSD.ORG Mon Nov 17 23:55:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C3F16A4CF for ; Mon, 17 Nov 2003 23:55:01 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF1D343FD7 for ; Mon, 17 Nov 2003 23:54:55 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 51162 invoked by uid 110); 18 Nov 2003 07:54:55 -0000 Received: (qmail 51148 invoked from network); 18 Nov 2003 07:54:55 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 07:54:55 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 56CA857B36 for ; Mon, 17 Nov 2003 23:54:49 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7EF6016A52C; Mon, 17 Nov 2003 23:54:46 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 60DCB16A4D0; Mon, 17 Nov 2003 23:54:45 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642F516A4CE; Mon, 17 Nov 2003 23:54:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC8443FFB; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI7sDXJ015442; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI7sDmR015441; Mon, 17 Nov 2003 23:54:13 -0800 (PST) (envelope-from phk) Message-Id: <200311180754.hAI7sDmR015441@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 Nov 2003 23:54:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/geom geom_event.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:55:01 -0000 phk 2003/11/17 23:54:12 PST FreeBSD src repository Modified files: sys/geom geom_event.c Log: Fix a harmless bug and add a ')' in a debugging printf. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.43 +2 -2 src/sys/geom/geom_event.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 00:11:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C4616A4CE; Tue, 18 Nov 2003 00:11:51 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28ECD43FDF; Tue, 18 Nov 2003 00:11:49 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id CD6AD530C; Tue, 18 Nov 2003 09:11:47 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C593C5308; Tue, 18 Nov 2003 09:11:39 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id AD81133C68; Tue, 18 Nov 2003 09:11:39 +0100 (CET) To: Garance A Drosihn References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 18 Nov 2003 09:11:39 +0100 In-Reply-To: (Garance A. Drosihn's message of "Mon, 17 Nov 2003 20:29:09 -0500") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 cc: Wes Peters cc: src-committers@FreeBSD.org cc: Gregory Sutter cc: cvs-src@FreeBSD.org cc: David Schultz cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 08:11:51 -0000 Garance A Drosihn writes: > How much larger is the object-file for the no-login port compared > to this minimal one? des@dwp /usr/src/sbin/nologin% make Warning: Object directory not changed from original /usr/src/sbin/nologin cc -O -pipe -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -fno-builtin -c nologin.c cc -O -pipe -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -fno-builtin -static -o nologin nologin.o gzip -cn nologin.5 > nologin.5.gz gzip -cn nologin.8 > nologin.8.gz des@dwp /usr/src/sbin/nologin% strip -g nologin des@dwp /usr/src/sbin/nologin% file nologin nologin: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for F= reeBSD 5.0.1, statically linked, not stripped des@dwp /usr/src/sbin/nologin% size nologin text data bss dec hex filename 9350 308 328 9986 2702 nologin des@dwp /usr/src/sbin/nologin% du nologin 22 nologin des@dwp /des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% cc -O -pipe= -static nologin.c -o nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% strip -g nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% file nologin nologin: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for F= reeBSD 5.0.1, statically linked, not stripped des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% size nologin text data bss dec hex filename 75814 4372 22884 103070 1929e nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% du nologin 114 nologin I believe most of this increase is caused by the use of syslog. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Nov 18 00:12:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38E116A4D0 for ; Tue, 18 Nov 2003 00:12:35 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653BD43FE0 for ; Tue, 18 Nov 2003 00:12:29 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 53584 invoked by uid 110); 18 Nov 2003 08:12:28 -0000 Received: (qmail 53571 invoked from network); 18 Nov 2003 08:12:28 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 08:12:28 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id CCBEF56D28 for ; Tue, 18 Nov 2003 00:12:27 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9644F16A51D; Tue, 18 Nov 2003 00:12:24 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 4BAB816A4D0; Tue, 18 Nov 2003 00:12:23 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C4616A4CE; Tue, 18 Nov 2003 00:11:51 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28ECD43FDF; Tue, 18 Nov 2003 00:11:49 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id CD6AD530C; Tue, 18 Nov 2003 09:11:47 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C593C5308; Tue, 18 Nov 2003 09:11:39 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id AD81133C68; Tue, 18 Nov 2003 09:11:39 +0100 (CET) To: Garance A Drosihn References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 18 Nov 2003 09:11:39 +0100 In-Reply-To: (Garance A. Drosihn's message of "Mon, 17 Nov 2003 20:29:09 -0500") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: Wes Peters cc: src-committers@FreeBSD.org cc: Gregory Sutter cc: cvs-src@FreeBSD.org cc: David Schultz cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 08:12:36 -0000 Garance A Drosihn writes: > How much larger is the object-file for the no-login port compared > to this minimal one? des@dwp /usr/src/sbin/nologin% make Warning: Object directory not changed from original /usr/src/sbin/nologin cc -O -pipe -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -fno-builtin -c nologin.c cc -O -pipe -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -fno-builtin -static -o nologin nologin.o gzip -cn nologin.5 > nologin.5.gz gzip -cn nologin.8 > nologin.8.gz des@dwp /usr/src/sbin/nologin% strip -g nologin des@dwp /usr/src/sbin/nologin% file nologin nologin: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for F= reeBSD 5.0.1, statically linked, not stripped des@dwp /usr/src/sbin/nologin% size nologin text data bss dec hex filename 9350 308 328 9986 2702 nologin des@dwp /usr/src/sbin/nologin% du nologin 22 nologin des@dwp /des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% cc -O -pipe= -static nologin.c -o nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% strip -g nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% file nologin nologin: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for F= reeBSD 5.0.1, statically linked, not stripped des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% size nologin text data bss dec hex filename 75814 4372 22884 103070 1929e nologin des@dwp /usr/ports/sysutils/no-login/work/nologin-1.0% du nologin 114 nologin I believe most of this increase is caused by the use of syslog. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Nov 18 00:43:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C329F16A4CF; Tue, 18 Nov 2003 00:43:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CB643FCB; Tue, 18 Nov 2003 00:43:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI8hUXJ017984; Tue, 18 Nov 2003 00:43:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI8hUsU017983; Tue, 18 Nov 2003 00:43:30 -0800 (PST) (envelope-from krion) Message-Id: <200311180843.hAI8hUsU017983@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 00:43:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/epic4 Makefile distinfo pkg-descr pkg-plist ports/irc/epic4/files patch-ctcp.c patch-dcc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 08:43:31 -0000 krion 2003/11/18 00:43:30 PST FreeBSD ports repository Modified files: irc/epic4 Makefile distinfo pkg-descr pkg-plist Removed files: irc/epic4/files patch-ctcp.c patch-dcc.c Log: - Update to version 1.1.16 - Add SSL support PR: 59387 Submitted by: maintainer Revision Changes Path 1.47 +23 -25 ports/irc/epic4/Makefile 1.27 +2 -3 ports/irc/epic4/distinfo 1.2 +0 -12 ports/irc/epic4/files/patch-ctcp.c (dead) 1.2 +0 -11 ports/irc/epic4/files/patch-dcc.c (dead) 1.10 +1 -1 ports/irc/epic4/pkg-descr 1.26 +474 -447 ports/irc/epic4/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:12:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584AE16A4CE; Tue, 18 Nov 2003 01:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE3443FE9; Tue, 18 Nov 2003 01:12:30 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9CUXJ025405; Tue, 18 Nov 2003 01:12:30 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9CUI5025404; Tue, 18 Nov 2003 01:12:30 -0800 (PST) (envelope-from linimon) Message-Id: <200311180912.hAI9CUI5025404@repoman.freebsd.org> From: Mark Linimon Date: Tue, 18 Nov 2003 01:12:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/alisp/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:12:31 -0000 linimon 2003/11/18 01:12:30 PST FreeBSD ports repository Removed files: lang/alisp/files patch-Makefile Log: Incorporated into upstream version. PR: ports/58996. Revision Changes Path 1.2 +0 -41 ports/lang/alisp/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:14:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC49C16A4CE; Tue, 18 Nov 2003 01:14:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDD743FE0; Tue, 18 Nov 2003 01:14:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9EwXJ025533; Tue, 18 Nov 2003 01:14:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9Evts025532; Tue, 18 Nov 2003 01:14:57 -0800 (PST) (envelope-from linimon) Message-Id: <200311180914.hAI9Evts025532@repoman.freebsd.org> From: Mark Linimon Date: Tue, 18 Nov 2003 01:14:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/alisp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:14:58 -0000 linimon 2003/11/18 01:14:57 PST FreeBSD ports repository Modified files: lang/alisp Makefile distinfo Log: Maintainer update to latest version. Major changes: renumbered versioning; the user interface has changed to vi(1) style. For other changes and bugfixes see alisp.t. PR: ports/58996 Submitted by: nmh@t3x.org (maintainer) Revision Changes Path 1.3 +3 -4 ports/lang/alisp/Makefile 1.2 +1 -1 ports/lang/alisp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:15:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E336A16A4CF; Tue, 18 Nov 2003 01:15:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5412B43FE3; Tue, 18 Nov 2003 01:15:26 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9FQXJ025603; Tue, 18 Nov 2003 01:15:26 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9FQsp025602; Tue, 18 Nov 2003 01:15:26 -0800 (PST) (envelope-from edwin) Message-Id: <200311180915.hAI9FQsp025602@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 18 Nov 2003 01:15:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ngrep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:15:27 -0000 edwin 2003/11/18 01:15:26 PST FreeBSD ports repository Modified files: net/ngrep Makefile Log: move the check for the necessarity for the additional patches regarding the changes in libpcap to 501110 and higher versions of the FreeBSD operating system Submitted by: Emanuel Haupt Revision Changes Path 1.13 +1 -1 ports/net/ngrep/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:21:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5262716A4CE; Tue, 18 Nov 2003 01:21:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE21A43FD7; Tue, 18 Nov 2003 01:21:10 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9LAXJ025831; Tue, 18 Nov 2003 01:21:10 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9LAjm025830; Tue, 18 Nov 2003 01:21:10 -0800 (PST) (envelope-from demon) Message-Id: <200311180921.hAI9LAjm025830@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 18 Nov 2003 01:21:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3 Makefile distinfo pkg-message pkg-plist ports/www/rt3/files ap2mp2-fix.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:21:11 -0000 demon 2003/11/18 01:21:10 PST FreeBSD ports repository Modified files: www/rt3 Makefile distinfo pkg-message pkg-plist Removed files: www/rt3/files ap2mp2-fix.pl Log: Update to version 3.0.7. Submitted by: maintainer Revision Changes Path 1.34 +1 -2 ports/www/rt3/Makefile 1.11 +1 -1 ports/www/rt3/distinfo 1.2 +0 -10 ports/www/rt3/files/ap2mp2-fix.pl (dead) 1.5 +3 -6 ports/www/rt3/pkg-message 1.9 +0 -1 ports/www/rt3/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:24:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF7716A4CE; Tue, 18 Nov 2003 01:24:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0097843F75; Tue, 18 Nov 2003 01:24:39 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9OcXJ025902; Tue, 18 Nov 2003 01:24:38 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9OchI025901; Tue, 18 Nov 2003 01:24:38 -0800 (PST) (envelope-from demon) Message-Id: <200311180924.hAI9OchI025901@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 18 Nov 2003 01:24:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3-elixus Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:24:39 -0000 demon 2003/11/18 01:24:38 PST FreeBSD ports repository Modified files: www/rt3-elixus Makefile distinfo pkg-plist Log: Update to version 8920. Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/www/rt3-elixus/Makefile 1.6 +1 -1 ports/www/rt3-elixus/distinfo 1.4 +2 -2 ports/www/rt3-elixus/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 01:59:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A7D716A4CE; Tue, 18 Nov 2003 01:59:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F83D43F85; Tue, 18 Nov 2003 01:59:04 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAI9x4XJ027060; Tue, 18 Nov 2003 01:59:04 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAI9x4fB027059; Tue, 18 Nov 2003 01:59:04 -0800 (PST) (envelope-from krion) Message-Id: <200311180959.hAI9x4fB027059@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 01:59:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/silc-client Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:59:05 -0000 krion 2003/11/18 01:59:04 PST FreeBSD ports repository Modified files: net/silc-client Makefile distinfo pkg-plist Log: - Update to version 0.9.16 PR: 59411 Submitted by: maintainer Revision Changes Path 1.32 +1 -2 ports/net/silc-client/Makefile 1.16 +1 -1 ports/net/silc-client/distinfo 1.14 +2 -2 ports/net/silc-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:02:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25D0216A4CE; Tue, 18 Nov 2003 02:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D6F643FDD; Tue, 18 Nov 2003 02:02:28 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIA2SXJ027199; Tue, 18 Nov 2003 02:02:28 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIA2SwS027198; Tue, 18 Nov 2003 02:02:28 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311181002.hAIA2SwS027198@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 18 Nov 2003 02:02:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:02:29 -0000 kuriyama 2003/11/18 02:02:28 PST FreeBSD ports repository Modified files: lang/php5 Makefile Log: Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. Revision Changes Path 1.32 +2 -1 ports/lang/php5/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:29:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B156016A4CE; Tue, 18 Nov 2003 02:29:25 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B056F43FE3; Tue, 18 Nov 2003 02:29:24 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: by chiark.greenend.org.uk (Debian Exim 3.35 #1) with local id 1AM36n-0001M4-00; Tue, 18 Nov 2003 10:29:21 +0000 Date: Tue, 18 Nov 2003 10:29:21 +0000 From: Tony Finch To: Garance A Drosihn Message-ID: <20031118102921.GH21218@chiark.greenend.org.uk> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: Tony Finch cc: Wes Peters cc: src-committers@FreeBSD.org cc: Gregory Sutter cc: cvs-src@FreeBSD.org cc: David Schultz cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:29:25 -0000 On Mon, Nov 17, 2003 at 08:29:09PM -0500, Garance A Drosihn wrote: > > This would have been much more of a bikeshed back when it would > have been comparing a sh-script to a statically-linked binary, > but it doesn't seem like much of one now. (IMO) $ cat /usr/src/sbin/nologin/Makefile # @(#)Makefile 8.2 (Berkeley) 4/22/94 # $FreeBSD: src/sbin/nologin/Makefile,v 1.9 2003/11/17 06:39:38 das Exp $ PROG= nologin MAN= nologin.5 nologin.8 # It is important that nologin be statically linked for security # reasons. A dynamic non-setuid binary can be linked against a trojan # libc by setting LD_LIBRARY_PATH appropriately. Both sshd(8) and # login(1) make it possible to log in with an unsanitized environment, # rendering a dynamic nologin binary virtually useless. NOSHARED= YES .include Tony. -- f.a.n.finch http://dotat.at/ NORTH BAILEY: CYCLONIC BECOMING SOUTHWESTERLY 5 TO 7. RAIN THEN SHOWERS. MODERATE OR GOOD. From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:30:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F306916A4D0 for ; Tue, 18 Nov 2003 02:30:13 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE59843FDF for ; Tue, 18 Nov 2003 02:30:08 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 87200 invoked by uid 110); 18 Nov 2003 10:30:05 -0000 Received: (qmail 87184 invoked from network); 18 Nov 2003 10:30:01 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 10:30:01 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id F1A1456BAD for ; Tue, 18 Nov 2003 02:30:00 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id E21C916A4E8; Tue, 18 Nov 2003 02:29:58 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 8D16716A4D0; Tue, 18 Nov 2003 02:29:57 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B156016A4CE; Tue, 18 Nov 2003 02:29:25 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B056F43FE3; Tue, 18 Nov 2003 02:29:24 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: by chiark.greenend.org.uk (Debian Exim 3.35 #1) with local id 1AM36n-0001M4-00; Tue, 18 Nov 2003 10:29:21 +0000 Date: Tue, 18 Nov 2003 10:29:21 +0000 From: Tony Finch To: Garance A Drosihn Message-ID: <20031118102921.GH21218@chiark.greenend.org.uk> References: <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com> <20031117234947.GQ98272@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: Wes Peters cc: src-committers@FreeBSD.org cc: Gregory Sutter cc: cvs-src@FreeBSD.org cc: David Schultz cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:30:14 -0000 On Mon, Nov 17, 2003 at 08:29:09PM -0500, Garance A Drosihn wrote: > > This would have been much more of a bikeshed back when it would > have been comparing a sh-script to a statically-linked binary, > but it doesn't seem like much of one now. (IMO) $ cat /usr/src/sbin/nologin/Makefile # @(#)Makefile 8.2 (Berkeley) 4/22/94 # $FreeBSD: src/sbin/nologin/Makefile,v 1.9 2003/11/17 06:39:38 das Exp $ PROG= nologin MAN= nologin.5 nologin.8 # It is important that nologin be statically linked for security # reasons. A dynamic non-setuid binary can be linked against a trojan # libc by setting LD_LIBRARY_PATH appropriately. Both sshd(8) and # login(1) make it possible to log in with an unsanitized environment, # rendering a dynamic nologin binary virtually useless. NOSHARED= YES .include Tony. -- f.a.n.finch http://dotat.at/ NORTH BAILEY: CYCLONIC BECOMING SOUTHWESTERLY 5 TO 7. RAIN THEN SHOWERS. MODERATE OR GOOD. From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:32:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB3416A4CE; Tue, 18 Nov 2003 02:32:27 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B902743F85; Tue, 18 Nov 2003 02:32:25 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAIAWOK0094392; Tue, 18 Nov 2003 11:32:24 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAIAWJRk094391; Tue, 18 Nov 2003 11:32:19 +0100 (CET) (envelope-from marius) Date: Tue, 18 Nov 2003 11:32:19 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031118113219.K10910@newtrinity.zeist.de> References: <20031117225120.D38259@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Nov 17, 2003 at 05:53:14PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.39 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:32:27 -0000 On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > > On 17-Nov-2003 Marius Strobl wrote: > > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > >> > >> On 14-Nov-2003 John Baldwin wrote: > >> > jhb 2003/11/14 13:02:49 PST > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sys/i386/isa atpic.c > >> > Log: > >> > Always install IDT entries for ATPIC interrupt sources. The APIC no > >> > longer uses these interrupt vectors for its ISA interrupt pins, so these > >> > entries will not be overwritten. If we get a spurious interrupt from the > >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead > >> > of causing a panic. > >> > >> This should fix all of the "panic: Couldn't get vector from ISR" and > >> trap 30 (reserved) panics. If you were using older versions of either > >> spurious.patch or atpic.patch, please try reverting them and using > >> plain CVS to see if that fixes your problem. If not, please let me know. > >> If you get several stray IRQ 7 messages and would like to shut them up, > >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > >> > > > > Unfortunately it doesn't fix the type 30 trap triggered by a spurious Oops, meant stray interrupt... > > interrupt here (need atpic.patch). > > Do you get the trap very early? > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ or http://quad.zeist.de/newintr.log (this was with older sources but the problem is still the same after the commit above). From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:33:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29CC16A4CE for ; Tue, 18 Nov 2003 02:33:26 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A8743FCB for ; Tue, 18 Nov 2003 02:33:19 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 87506 invoked by uid 110); 18 Nov 2003 10:33:18 -0000 Received: (qmail 87490 invoked from network); 18 Nov 2003 10:33:14 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 10:33:14 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9D64856E95 for ; Tue, 18 Nov 2003 02:33:03 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 0561B16A4CF; Tue, 18 Nov 2003 02:33:01 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id E2B8016A4D0; Tue, 18 Nov 2003 02:32:59 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB3416A4CE; Tue, 18 Nov 2003 02:32:27 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B902743F85; Tue, 18 Nov 2003 02:32:25 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAIAWOK0094392; Tue, 18 Nov 2003 11:32:24 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAIAWJRk094391; Tue, 18 Nov 2003 11:32:19 +0100 (CET) (envelope-from marius) Date: Tue, 18 Nov 2003 11:32:19 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031118113219.K10910@newtrinity.zeist.de> References: <20031117225120.D38259@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Nov 17, 2003 at 05:53:14PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.39 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:33:26 -0000 On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > > On 17-Nov-2003 Marius Strobl wrote: > > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > >> > >> On 14-Nov-2003 John Baldwin wrote: > >> > jhb 2003/11/14 13:02:49 PST > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sys/i386/isa atpic.c > >> > Log: > >> > Always install IDT entries for ATPIC interrupt sources. The APIC no > >> > longer uses these interrupt vectors for its ISA interrupt pins, so these > >> > entries will not be overwritten. If we get a spurious interrupt from the > >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead > >> > of causing a panic. > >> > >> This should fix all of the "panic: Couldn't get vector from ISR" and > >> trap 30 (reserved) panics. If you were using older versions of either > >> spurious.patch or atpic.patch, please try reverting them and using > >> plain CVS to see if that fixes your problem. If not, please let me know. > >> If you get several stray IRQ 7 messages and would like to shut them up, > >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > >> > > > > Unfortunately it doesn't fix the type 30 trap triggered by a spurious Oops, meant stray interrupt... > > interrupt here (need atpic.patch). > > Do you get the trap very early? > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ or http://quad.zeist.de/newintr.log (this was with older sources but the problem is still the same after the commit above). From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:38:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAF416A4CE; Tue, 18 Nov 2003 02:38:05 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA24F43FF5; Tue, 18 Nov 2003 02:38:02 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 5AEC9530D; Tue, 18 Nov 2003 11:38:01 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 25693530C; Tue, 18 Nov 2003 11:37:45 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id E3D9E33C65; Tue, 18 Nov 2003 11:37:44 +0100 (CET) To: Mark Murray References: <200311172302.hAHN2LSu061069@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 18 Nov 2003 11:37:44 +0100 In-Reply-To: <200311172302.hAHN2LSu061069@repoman.freebsd.org> (Mark Murray's message of "Mon, 17 Nov 2003 15:02:21 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:38:05 -0000 Mark Murray writes: > Log: > Overhaul the entropy device: > [...] This causes a 100% reproducable panic on my machine, which I've worked around by disabling harvesting in rc.conf. I'm not sure if the bug is in your code or in UMA, though. Here's a backtrace: root@dwp /var/crash# gdb -k symbols.0 vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... panic: pmap_invalidate_page: interrupts disabled panic messages: --- panic: pmap_invalidate_page: interrupts disabled cpuid =3D 0; Dumping 1023 MB 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 = 336 352 368 384 400 416 432 448 464 480 496 512 528 544 560 576 592 608 624= 640 656 672 688 704 720 736 752 768 784 800 816 832 848 864 880 896 912 92= 8 944 960 976 992 1008 --- Reading symbols from /boot/kernel/snd_ich.ko...done. Loaded symbols for /boot/kernel/snd_ich.ko Reading symbols from /boot/kernel/snd_pcm.ko...done. Loaded symbols for /boot/kernel/snd_pcm.ko Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/procfs/procfs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /procfs/procfs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/pseudofs/pseudofs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /pseudofs/pseudofs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/linprocfs/linprocfs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /linprocfs/linprocfs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/linux/linux.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /linux/linux.ko.debug Reading symbols from /boot/kernel/sysvmsg.ko...done. Loaded symbols for /boot/kernel/sysvmsg.ko Reading symbols from /boot/kernel/sysvsem.ko...done. Loaded symbols for /boot/kernel/sysvsem.ko Reading symbols from /boot/kernel/sysvshm.ko...done. Loaded symbols for /boot/kernel/sysvshm.ko Reading symbols from /boot/kernel/if_fxp.ko...done. Loaded symbols for /boot/kernel/if_fxp.ko Reading symbols from /boot/kernel/miibus.ko...done. Loaded symbols for /boot/kernel/miibus.ko Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/ums/ums.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /ums/ums.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/usb/usb.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /usb/usb.ko.debug #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 240 dumping++; (kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc0443a0e in db_fncall (dummy1=3D0, dummy2=3D0, dummy3=3D-1067432000, dummy4=3D0xebe3f908 "$=F9=E3=EB=D2=CAI=C0=C0G`=C0\001") at /usr/src/sys= /ddb/db_command.c:548 #2 0xc044381c in db_command (last_cmdp=3D0xc05f3040, cmd_table=3D0x0, aux_cmd_tablep=3D0xc05cae38, aux_cmd_tablep_end=3D0xc05cae3c) at /usr/src/sys/ddb/db_command.c:346 #3 0xc04438f4 in db_command_loop () at /usr/src/sys/ddb/db_command.c:472 #4 0xc0445f69 in db_trap (type=3D3, code=3D0) at /usr/src/sys/ddb/db_trap.= c:73 #5 0xc0574cc5 in kdb_trap (type=3D3, code=3D0, regs=3D0xebe3fa34) at /usr/src/sys/i386/i386/db_interface.c:171 #6 0xc0586c34 in trap (frame=3D {tf_fs =3D 24, tf_es =3D 16, tf_ds =3D 16, tf_edi =3D -1067683308, tf= _esi =3D 1, tf_ebp =3D -337380744, tf_isp =3D -337380768, tf_ebx =3D 0, tf_= edx =3D 0, tf_ecx =3D 1, tf_eax =3D 18, tf_trapno =3D 3, tf_err =3D 0, tf_e= ip =3D -1068019838, tf_cs =3D 8, tf_eflags =3D 12438, tf_esp =3D -337380700= , tf_ss =3D -337380712}) at /usr/src/sys/i386/i386/trap.c:580 #7 0xc0576268 in calltrap () at {standard input}:94 #8 0xc04a4229 in panic (fmt=3D0xc05c7214 "%s: interrupts disabled") at /usr/src/sys/kern/kern_shutdown.c:534 #9 0xc0582212 in pmap_invalidate_page (pmap=3D0xc061bcc0, va=3D3333619712) at /usr/src/sys/i386/i386/pmap.c:597 #10 0xc0583a7c in pmap_enter (pmap=3D0xc061bcc0, va=3D3333619712, m=3D0xc19= 7ebd8, prot=3D7 '\a', wired=3D1) at /usr/src/sys/i386/i386/pmap.c:2036 #11 0xc0547d8c in kmem_malloc (map=3D0xc0c310a0, size=3D4096, flags=3D1) at /usr/src/sys/vm/vm_kern.c:443 #12 0xc05550b2 in page_alloc (zone=3D0xc0c3ba80, bytes=3D4096, pflag=3D0x0,= wait=3D1) at /usr/src/sys/vm/uma_core.c:845 #13 0xc0554e5e in slab_zalloc (zone=3D0xc0c3ba80, wait=3D1) at /usr/src/sys/vm/uma_core.c:753 #14 0xc0555bdd in uma_zone_slab (zone=3D0xc0c3ba80, flags=3D1) at /usr/src/sys/vm/uma_core.c:1539 #15 0xc0555dc8 in uma_zalloc_bucket (zone=3D0xc0c3ba80, flags=3D1) at /usr/src/sys/vm/uma_core.c:1635 #16 0xc0555ada in uma_zalloc_arg (zone=3D0xc0c3ba80, udata=3D0x0, flags=3D1) at /usr/src/sys/vm/uma_core.c:1469 #17 0xc049b6c3 in malloc (size=3D3234052736, type=3D0xc05d3240, flags=3D1) at /usr/src/sys/vm/uma.h:234 #18 0xc0472bfe in random_harvest_internal (somecounter=3D168282886354, entropy=3D0xebe3fc44, count=3D8, bits=3D0, frac=3D0, origin=3DRANDOM_IN= TERRUPT) at /usr/src/sys/dev/random/randomdev.c:370 #19 0xc04725f9 in random_harvest (entropy=3D0xebe3fc44, count=3D8, bits=3D2= , frac=3D0, origin=3DRANDOM_INTERRUPT) at machine/cpu.h:104 #20 0xc04949aa in ithread_schedule (ithread=3D0xc25a5600, do_switch=3D1) at /usr/src/sys/kern/kern_intr.c:378 #21 0xc0579b5e in intr_execute_handlers (isrc=3D0xc259fdac, iframe=3D0x16) at /usr/src/sys/i386/i386/intr_machdep.c:206 #22 0xc057bc6a in lapic_handle_intr (frame=3D {if_vec =3D 64, if_fs =3D 24, if_es =3D -1067778032, if_ds =3D 16, if= _edi =3D -964573952, if_esi =3D -1067681663, if_ebp =3D -337380124, if_ebx = =3D 1006, if_edx =3D -964573952, if_ecx =3D -961720212, if_eax =3D 4, if_ei= p =3D -1068906191, if_cs =3D 8, if_eflags =3D 12870, if_esp =3D -961720212,= if_ss =3D -961720320}) at /usr/src/sys/i386/i386/local_apic.c:488 #23 0xc0571e63 in Xapic_isr2 () at {standard input}:37 #24 0xc0587398 in syscall (frame=3D {tf_fs =3D 47, tf_es =3D 47, tf_ds =3D 47, tf_edi =3D 6, tf_esi =3D 4= 00, tf_ebp =3D -1077941528, tf_isp =3D -337379980, tf_ebx =3D 140448768, tf= _edx =3D 0, tf_ecx =3D 0, tf_eax =3D 3, tf_trapno =3D 12, tf_err =3D 2, tf_= eip =3D -2011007837, tf_cs =3D 31, tf_eflags =3D 12950, tf_esp =3D -1077941= 572, tf_ss =3D 47}) at /usr/src/sys/i386/i386/trap.c:1006 #25 0xc05762bd in Xint0x80_syscall () at {standard input}:136 ---Can't read userspace from dump, or kernel process--- DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:38:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E97016A4CF for ; Tue, 18 Nov 2003 02:38:56 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D6243FEC for ; Tue, 18 Nov 2003 02:38:47 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 88169 invoked by uid 110); 18 Nov 2003 10:38:46 -0000 Received: (qmail 88154 invoked from network); 18 Nov 2003 10:38:44 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 10:38:44 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 469F556DD8 for ; Tue, 18 Nov 2003 02:38:44 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 3F15616A52E; Tue, 18 Nov 2003 02:38:40 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 330EF16A4D0; Tue, 18 Nov 2003 02:38:39 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAF416A4CE; Tue, 18 Nov 2003 02:38:05 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA24F43FF5; Tue, 18 Nov 2003 02:38:02 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 5AEC9530D; Tue, 18 Nov 2003 11:38:01 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 25693530C; Tue, 18 Nov 2003 11:37:45 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id E3D9E33C65; Tue, 18 Nov 2003 11:37:44 +0100 (CET) To: Mark Murray References: <200311172302.hAHN2LSu061069@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 18 Nov 2003 11:37:44 +0100 In-Reply-To: <200311172302.hAHN2LSu061069@repoman.freebsd.org> (Mark Murray's message of "Mon, 17 Nov 2003 15:02:21 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:38:56 -0000 Mark Murray writes: > Log: > Overhaul the entropy device: > [...] This causes a 100% reproducable panic on my machine, which I've worked around by disabling harvesting in rc.conf. I'm not sure if the bug is in your code or in UMA, though. Here's a backtrace: root@dwp /var/crash# gdb -k symbols.0 vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... panic: pmap_invalidate_page: interrupts disabled panic messages: --- panic: pmap_invalidate_page: interrupts disabled cpuid =3D 0; Dumping 1023 MB 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 = 336 352 368 384 400 416 432 448 464 480 496 512 528 544 560 576 592 608 624= 640 656 672 688 704 720 736 752 768 784 800 816 832 848 864 880 896 912 92= 8 944 960 976 992 1008 --- Reading symbols from /boot/kernel/snd_ich.ko...done. Loaded symbols for /boot/kernel/snd_ich.ko Reading symbols from /boot/kernel/snd_pcm.ko...done. Loaded symbols for /boot/kernel/snd_pcm.ko Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/procfs/procfs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /procfs/procfs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/pseudofs/pseudofs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /pseudofs/pseudofs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/linprocfs/linprocfs.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /linprocfs/linprocfs.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/linux/linux.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /linux/linux.ko.debug Reading symbols from /boot/kernel/sysvmsg.ko...done. Loaded symbols for /boot/kernel/sysvmsg.ko Reading symbols from /boot/kernel/sysvsem.ko...done. Loaded symbols for /boot/kernel/sysvsem.ko Reading symbols from /boot/kernel/sysvshm.ko...done. Loaded symbols for /boot/kernel/sysvshm.ko Reading symbols from /boot/kernel/if_fxp.ko...done. Loaded symbols for /boot/kernel/if_fxp.ko Reading symbols from /boot/kernel/miibus.ko...done. Loaded symbols for /boot/kernel/miibus.ko Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/ums/ums.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /ums/ums.ko.debug Reading symbols from /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modul= es/usb/usb.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/dwp_smp/modules/usr/src/sys/modules= /usb/usb.ko.debug #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 240 dumping++; (kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc0443a0e in db_fncall (dummy1=3D0, dummy2=3D0, dummy3=3D-1067432000, dummy4=3D0xebe3f908 "$=F9=E3=EB=D2=CAI=C0=C0G`=C0\001") at /usr/src/sys= /ddb/db_command.c:548 #2 0xc044381c in db_command (last_cmdp=3D0xc05f3040, cmd_table=3D0x0, aux_cmd_tablep=3D0xc05cae38, aux_cmd_tablep_end=3D0xc05cae3c) at /usr/src/sys/ddb/db_command.c:346 #3 0xc04438f4 in db_command_loop () at /usr/src/sys/ddb/db_command.c:472 #4 0xc0445f69 in db_trap (type=3D3, code=3D0) at /usr/src/sys/ddb/db_trap.= c:73 #5 0xc0574cc5 in kdb_trap (type=3D3, code=3D0, regs=3D0xebe3fa34) at /usr/src/sys/i386/i386/db_interface.c:171 #6 0xc0586c34 in trap (frame=3D {tf_fs =3D 24, tf_es =3D 16, tf_ds =3D 16, tf_edi =3D -1067683308, tf= _esi =3D 1, tf_ebp =3D -337380744, tf_isp =3D -337380768, tf_ebx =3D 0, tf_= edx =3D 0, tf_ecx =3D 1, tf_eax =3D 18, tf_trapno =3D 3, tf_err =3D 0, tf_e= ip =3D -1068019838, tf_cs =3D 8, tf_eflags =3D 12438, tf_esp =3D -337380700= , tf_ss =3D -337380712}) at /usr/src/sys/i386/i386/trap.c:580 #7 0xc0576268 in calltrap () at {standard input}:94 #8 0xc04a4229 in panic (fmt=3D0xc05c7214 "%s: interrupts disabled") at /usr/src/sys/kern/kern_shutdown.c:534 #9 0xc0582212 in pmap_invalidate_page (pmap=3D0xc061bcc0, va=3D3333619712) at /usr/src/sys/i386/i386/pmap.c:597 #10 0xc0583a7c in pmap_enter (pmap=3D0xc061bcc0, va=3D3333619712, m=3D0xc19= 7ebd8, prot=3D7 '\a', wired=3D1) at /usr/src/sys/i386/i386/pmap.c:2036 #11 0xc0547d8c in kmem_malloc (map=3D0xc0c310a0, size=3D4096, flags=3D1) at /usr/src/sys/vm/vm_kern.c:443 #12 0xc05550b2 in page_alloc (zone=3D0xc0c3ba80, bytes=3D4096, pflag=3D0x0,= wait=3D1) at /usr/src/sys/vm/uma_core.c:845 #13 0xc0554e5e in slab_zalloc (zone=3D0xc0c3ba80, wait=3D1) at /usr/src/sys/vm/uma_core.c:753 #14 0xc0555bdd in uma_zone_slab (zone=3D0xc0c3ba80, flags=3D1) at /usr/src/sys/vm/uma_core.c:1539 #15 0xc0555dc8 in uma_zalloc_bucket (zone=3D0xc0c3ba80, flags=3D1) at /usr/src/sys/vm/uma_core.c:1635 #16 0xc0555ada in uma_zalloc_arg (zone=3D0xc0c3ba80, udata=3D0x0, flags=3D1) at /usr/src/sys/vm/uma_core.c:1469 #17 0xc049b6c3 in malloc (size=3D3234052736, type=3D0xc05d3240, flags=3D1) at /usr/src/sys/vm/uma.h:234 #18 0xc0472bfe in random_harvest_internal (somecounter=3D168282886354, entropy=3D0xebe3fc44, count=3D8, bits=3D0, frac=3D0, origin=3DRANDOM_IN= TERRUPT) at /usr/src/sys/dev/random/randomdev.c:370 #19 0xc04725f9 in random_harvest (entropy=3D0xebe3fc44, count=3D8, bits=3D2= , frac=3D0, origin=3DRANDOM_INTERRUPT) at machine/cpu.h:104 #20 0xc04949aa in ithread_schedule (ithread=3D0xc25a5600, do_switch=3D1) at /usr/src/sys/kern/kern_intr.c:378 #21 0xc0579b5e in intr_execute_handlers (isrc=3D0xc259fdac, iframe=3D0x16) at /usr/src/sys/i386/i386/intr_machdep.c:206 #22 0xc057bc6a in lapic_handle_intr (frame=3D {if_vec =3D 64, if_fs =3D 24, if_es =3D -1067778032, if_ds =3D 16, if= _edi =3D -964573952, if_esi =3D -1067681663, if_ebp =3D -337380124, if_ebx = =3D 1006, if_edx =3D -964573952, if_ecx =3D -961720212, if_eax =3D 4, if_ei= p =3D -1068906191, if_cs =3D 8, if_eflags =3D 12870, if_esp =3D -961720212,= if_ss =3D -961720320}) at /usr/src/sys/i386/i386/local_apic.c:488 #23 0xc0571e63 in Xapic_isr2 () at {standard input}:37 #24 0xc0587398 in syscall (frame=3D {tf_fs =3D 47, tf_es =3D 47, tf_ds =3D 47, tf_edi =3D 6, tf_esi =3D 4= 00, tf_ebp =3D -1077941528, tf_isp =3D -337379980, tf_ebx =3D 140448768, tf= _edx =3D 0, tf_ecx =3D 0, tf_eax =3D 3, tf_trapno =3D 12, tf_err =3D 2, tf_= eip =3D -2011007837, tf_cs =3D 31, tf_eflags =3D 12950, tf_esp =3D -1077941= 572, tf_ss =3D 47}) at /usr/src/sys/i386/i386/trap.c:1006 #25 0xc05762bd in Xint0x80_syscall () at {standard input}:136 ---Can't read userspace from dump, or kernel process--- DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:46:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A53EC16A4CE; Tue, 18 Nov 2003 02:46:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C74F43FDF; Tue, 18 Nov 2003 02:46:10 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIAk9XJ029542; Tue, 18 Nov 2003 02:46:09 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIAk9X9029541; Tue, 18 Nov 2003 02:46:09 -0800 (PST) (envelope-from linimon) Message-Id: <200311181046.hAIAk9X9029541@repoman.freebsd.org> From: Mark Linimon Date: Tue, 18 Nov 2003 02:46:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/alisp pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:46:10 -0000 linimon 2003/11/18 02:46:09 PST FreeBSD ports repository Modified files: lang/alisp pkg-plist Log: Forgot to check this in at the same time as Makefile and distinfo. Reminded by: submitter of original PR (ports/58996). Revision Changes Path 1.3 +51 -4 ports/lang/alisp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:51:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E8616A4CE; Tue, 18 Nov 2003 02:51:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC9D43FEC; Tue, 18 Nov 2003 02:51:56 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIApuXJ029788; Tue, 18 Nov 2003 02:51:56 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIApuMf029787; Tue, 18 Nov 2003 02:51:56 -0800 (PST) (envelope-from krion) Message-Id: <200311181051.hAIApuMf029787@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 02:51:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/scand Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:51:57 -0000 krion 2003/11/18 02:51:56 PST FreeBSD ports repository Modified files: net Makefile Added files: net/scand Makefile distinfo pkg-descr pkg-plist Log: This program provides automatic TCP SYN and UDP scan detection and blocking facility for use with divert(4) sockets under FreeBSD. PR: 59412 Submitted by: Andrew V Stikheev Revision Changes Path 1.1140 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/scand/Makefile (new) 1.1 +1 -0 ports/net/scand/distinfo (new) 1.1 +4 -0 ports/net/scand/pkg-descr (new) 1.1 +5 -0 ports/net/scand/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:52:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4152E16A4CF; Tue, 18 Nov 2003 02:52:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB88F43FF3; Tue, 18 Nov 2003 02:51:59 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIApxXJ029814; Tue, 18 Nov 2003 02:51:59 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIApxqg029813; Tue, 18 Nov 2003 02:51:59 -0800 (PST) (envelope-from seanc) Message-Id: <200311181051.hAIApxqg029813@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 18 Nov 2003 02:51:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pmk pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:52:00 -0000 seanc 2003/11/18 02:51:59 PST FreeBSD ports repository Modified files: devel/pmk pkg-descr Log: pmk has moved from premk.sf.net to pmk.sf.net. Update WWW accordingly. Revision Changes Path 1.2 +1 -1 ports/devel/pmk/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 18 02:52:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AD016A4D0; Tue, 18 Nov 2003 02:52:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6EC43FD7; Tue, 18 Nov 2003 02:52:10 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIAqAXJ029856; Tue, 18 Nov 2003 02:52:10 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIAq9F5029855; Tue, 18 Nov 2003 02:52:09 -0800 (PST) (envelope-from krion) Message-Id: <200311181052.hAIAq9F5029855@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 02:52:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 10:52:11 -0000 krion 2003/11/18 02:52:09 PST FreeBSD ports repository Modified files: . modules Log: scand --> ports/net/scand Revision Changes Path 1.8627 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:00:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2647716A4CE; Tue, 18 Nov 2003 03:00:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4C943FB1; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIB0sXJ030224; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIB0sA1030223; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311181100.hAIB0sA1030223@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 18 Nov 2003 03:00:54 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/tools webupdate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:00:55 -0000 kuriyama 2003/11/18 03:00:54 PST FreeBSD doc repository Modified files: tools webupdate Log: Return error code to parent process. Revision Changes Path 1.10 +3 -3 www/tools/webupdate From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:01:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227DF16A4D0 for ; Tue, 18 Nov 2003 03:01:51 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA52A43F93 for ; Tue, 18 Nov 2003 03:01:45 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 90717 invoked by uid 110); 18 Nov 2003 11:01:45 -0000 Received: (qmail 90704 invoked from network); 18 Nov 2003 11:01:43 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 11:01:43 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 73ACE56BA2 for ; Tue, 18 Nov 2003 03:01:42 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9929116A4F5; Tue, 18 Nov 2003 03:01:27 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 0BB9216A4D0; Tue, 18 Nov 2003 03:01:27 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2647716A4CE; Tue, 18 Nov 2003 03:00:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4C943FB1; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIB0sXJ030224; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIB0sA1030223; Tue, 18 Nov 2003 03:00:54 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311181100.hAIB0sA1030223@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 18 Nov 2003 03:00:54 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/tools webupdate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:01:51 -0000 kuriyama 2003/11/18 03:00:54 PST FreeBSD doc repository Modified files: tools webupdate Log: Return error code to parent process. Revision Changes Path 1.10 +3 -3 www/tools/webupdate From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:07:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF2B16A4CE; Tue, 18 Nov 2003 03:07:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E42543FE0; Tue, 18 Nov 2003 03:07:15 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIB7FXJ031794; Tue, 18 Nov 2003 03:07:15 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIB7FL0031793; Tue, 18 Nov 2003 03:07:15 -0800 (PST) (envelope-from jeh) Message-Id: <200311181107.hAIB7FL0031793@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 18 Nov 2003 03:07:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/arm-rtems-gcj Makefile ports/devel/i386-rtems-gcc Makefile pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:07:16 -0000 jeh 2003/11/18 03:07:15 PST FreeBSD ports repository Modified files: devel Makefile devel/i386-rtems-gcc Makefile pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.i960-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems Removed files: devel/arm-rtems-gcj Makefile devel/i386-rtems-gcj Makefile distinfo pkg-descr pkg-plist pkg-plist.arm-rtems pkg-plist.i386-rtems pkg-plist.m68k-rtems pkg-plist.mips-rtems pkg-plist.powerpc-rtems pkg-plist.sh-rtems pkg-plist.sparc-rtems devel/i386-rtems-gcj/files patch-aa patch-ab devel/m68k-rtems-gcj Makefile devel/mips-rtems-gcj Makefile devel/powerpc-rtems-gcj Makefile devel/sh-rtems-gcj Makefile devel/sparc-rtems-gcj Makefile Log: * UPdate the *-rtems-gcc ports to include gcj (Java). Since the gcj depends so heavily on c++ it was getting silly to keep it seperate for all the mangeling of the Makefiles that was required * Remove the *-rtems-gcj ports (MOVED) to be commited next. Revision Changes Path 1.1359 +0 -7 ports/devel/Makefile 1.2 +0 -13 ports/devel/arm-rtems-gcj/Makefile (dead) 1.28 +14 -7 ports/devel/i386-rtems-gcc/Makefile 1.8 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.arm-rtems 1.11 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.i386-rtems 1.10 +9 -1 ports/devel/i386-rtems-gcc/pkg-plist.i960-rtems 1.10 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.m68k-rtems 1.11 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.mips-rtems 1.10 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.powerpc-rtems 1.10 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.sh-rtems 1.10 +8 -0 ports/devel/i386-rtems-gcc/pkg-plist.sparc-rtems 1.24 +0 -77 ports/devel/i386-rtems-gcj/Makefile (dead) 1.9 +0 -4 ports/devel/i386-rtems-gcj/distinfo (dead) 1.7 +0 -46 ports/devel/i386-rtems-gcj/files/patch-aa (dead) 1.6 +0 -86 ports/devel/i386-rtems-gcj/files/patch-ab (dead) 1.4 +0 -10 ports/devel/i386-rtems-gcj/pkg-descr (dead) 1.2 +0 -1 ports/devel/i386-rtems-gcj/pkg-plist (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.arm-rtems (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.i386-rtems (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.m68k-rtems (dead) 1.7 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.mips-rtems (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.powerpc-rtems (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.sh-rtems (dead) 1.5 +0 -8 ports/devel/i386-rtems-gcj/pkg-plist.sparc-rtems (dead) 1.3 +0 -13 ports/devel/m68k-rtems-gcj/Makefile (dead) 1.6 +0 -13 ports/devel/mips-rtems-gcj/Makefile (dead) 1.3 +0 -13 ports/devel/powerpc-rtems-gcj/Makefile (dead) 1.3 +0 -13 ports/devel/sh-rtems-gcj/Makefile (dead) 1.3 +0 -13 ports/devel/sparc-rtems-gcj/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:10:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D5316A4CE; Tue, 18 Nov 2003 03:10:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B509F43FBF; Tue, 18 Nov 2003 03:10:04 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBA4XJ031872; Tue, 18 Nov 2003 03:10:04 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBA4RJ031871; Tue, 18 Nov 2003 03:10:04 -0800 (PST) (envelope-from jeh) Message-Id: <200311181110.hAIBA4RJ031871@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 18 Nov 2003 03:10:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:10:05 -0000 jeh 2003/11/18 03:10:04 PST FreeBSD ports repository Modified files: . MOVED Log: the *-rtems-gcj port is no in the *-rtems-gcc port Revision Changes Path 1.273 +8 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:11:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE51E16A4D1; Tue, 18 Nov 2003 03:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643A043FCB; Tue, 18 Nov 2003 03:11:08 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBB8XJ031982; Tue, 18 Nov 2003 03:11:08 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBB8uF031981; Tue, 18 Nov 2003 03:11:08 -0800 (PST) (envelope-from jeh) Message-Id: <200311181111.hAIBB8uF031981@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 18 Nov 2003 03:11:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:11:09 -0000 jeh 2003/11/18 03:11:08 PST FreeBSD ports repository Modified files: . modules Log: Remove the *-rtems-gcj ports Revision Changes Path 1.8628 +0 -7 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:26:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8167C16A4CE; Tue, 18 Nov 2003 03:26:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E514F43FA3; Tue, 18 Nov 2003 03:26:21 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBQLXJ032455; Tue, 18 Nov 2003 03:26:21 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBQLFu032454; Tue, 18 Nov 2003 03:26:21 -0800 (PST) (envelope-from jeh) Message-Id: <200311181126.hAIBQLFu032454@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 18 Nov 2003 03:26:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gcc Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:26:23 -0000 jeh 2003/11/18 03:26:21 PST FreeBSD ports repository Modified files: devel/i386-rtems-gcc Makefile pkg-descr Log: Update the COMMENT and pkg-description to reflect JAVA as being in here Revision Changes Path 1.29 +1 -1 ports/devel/i386-rtems-gcc/Makefile 1.4 +5 -5 ports/devel/i386-rtems-gcc/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:46:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190F616A4CE; Tue, 18 Nov 2003 03:46:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A61D43F93; Tue, 18 Nov 2003 03:46:11 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBkBXJ033384; Tue, 18 Nov 2003 03:46:11 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBkBdr033383; Tue, 18 Nov 2003 03:46:11 -0800 (PST) (envelope-from osa) Message-Id: <200311181146.hAIBkBdr033383@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 03:46:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/libticables/files patch-configure patch-src-ioports.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:46:12 -0000 osa 2003/11/18 03:46:10 PST FreeBSD ports repository Modified files: comms/libticables/files patch-configure Added files: comms/libticables/files patch-src-ioports.c Log: Fix build process on sparc64 and alpha systems. Submitted by: Tijl Coosemans (maintainer) PR: 59378 Revision Changes Path 1.3 +5 -4 ports/comms/libticables/files/patch-configure 1.1 +29 -0 ports/comms/libticables/files/patch-src-ioports.c (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:53:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 069E716A4CE; Tue, 18 Nov 2003 03:53:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7645A43FBD; Tue, 18 Nov 2003 03:53:37 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBraXJ033640; Tue, 18 Nov 2003 03:53:36 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBrZ83033639; Tue, 18 Nov 2003 03:53:35 -0800 (PST) (envelope-from sergei) Message-Id: <200311181153.hAIBrZ83033639@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 03:53:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/radmind Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:53:38 -0000 sergei 2003/11/18 03:53:35 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/radmind Makefile distinfo pkg-descr pkg-plist Log: Add radmind 1.2.1, utility for administering filesystem changes. radmind is a set of tools for creating filesystem diffs which can be loaded over the network. This is useful for administering a large number of hosts at the filesystem level. It can also act as an intelligent tripwire. WWW: http://www.radmind.org/ PR: 59388 Submitted by: Paul Dlug Revision Changes Path 1.453 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/radmind/Makefile (new) 1.1 +1 -0 ports/sysutils/radmind/distinfo (new) 1.1 +6 -0 ports/sysutils/radmind/pkg-descr (new) 1.1 +14 -0 ports/sysutils/radmind/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 03:53:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B7316A4CF; Tue, 18 Nov 2003 03:53:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E10543FD7; Tue, 18 Nov 2003 03:53:53 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIBrrXJ033682; Tue, 18 Nov 2003 03:53:53 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIBrqrh033681; Tue, 18 Nov 2003 03:53:52 -0800 (PST) (envelope-from sergei) Message-Id: <200311181153.hAIBrqrh033681@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 03:53:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 11:53:54 -0000 sergei 2003/11/18 03:53:52 PST FreeBSD ports repository Modified files: . modules Log: radmind --> ports/sysutils/radmind Revision Changes Path 1.8629 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:08:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5948416A4CE; Tue, 18 Nov 2003 04:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E9D43FE0; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIC8RXJ035302; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIC8RHc035301; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa) Message-Id: <200311181208.hAIC8RHc035301@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 04:08:27 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:08:28 -0000 osa 2003/11/18 04:08:27 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Alexander Timoshenko (tkabber submitter) to additional contributors list. Revision Changes Path 1.61 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:09:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CE116A4D0 for ; Tue, 18 Nov 2003 04:09:10 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C0743FB1 for ; Tue, 18 Nov 2003 04:09:06 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 99010 invoked by uid 110); 18 Nov 2003 12:09:05 -0000 Received: (qmail 98986 invoked from network); 18 Nov 2003 12:09:03 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:09:03 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5DC49573F1 for ; Tue, 18 Nov 2003 04:09:01 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B4D3316A4FD; Tue, 18 Nov 2003 04:08:59 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 5453216A4D0; Tue, 18 Nov 2003 04:08:59 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5948416A4CE; Tue, 18 Nov 2003 04:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E9D43FE0; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIC8RXJ035302; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIC8RHc035301; Tue, 18 Nov 2003 04:08:27 -0800 (PST) (envelope-from osa) Message-Id: <200311181208.hAIC8RHc035301@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 04:08:27 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:09:10 -0000 osa 2003/11/18 04:08:27 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Alexander Timoshenko (tkabber submitter) to additional contributors list. Revision Changes Path 1.61 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:11:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62D516A4CE; Tue, 18 Nov 2003 04:11:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF5E43FE3; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICBnXJ035456; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICBntc035455; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane) Message-Id: <200311181211.hAICBntc035455@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:11:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/projects/busdma index.sgml style.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:11:51 -0000 X-List-Received-Date: Tue, 18 Nov 2003 12:11:51 -0000 stephane 2003/11/18 04:11:49 PST FreeBSD doc repository Added files: fr/projects/busdma index.sgml style.css Log: New translation. fr/projects/busdma/index.sgml: MFen 1.66 fr/projects/busdma/style.css: no translation Revision Changes Path 1.1 +1095 -0 www/fr/projects/busdma/index.sgml (new) 1.1 +38 -0 www/fr/projects/busdma/style.css (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:12:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A189A16A4CE for ; Tue, 18 Nov 2003 04:12:37 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE55943FAF for ; Tue, 18 Nov 2003 04:12:32 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 99725 invoked by uid 110); 18 Nov 2003 12:12:32 -0000 Received: (qmail 99712 invoked from network); 18 Nov 2003 12:12:32 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:12:32 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1A6FD576E7 for ; Tue, 18 Nov 2003 04:12:26 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 7EDB616A4DC; Tue, 18 Nov 2003 04:12:23 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id E496816A4DA; Tue, 18 Nov 2003 04:12:22 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62D516A4CE; Tue, 18 Nov 2003 04:11:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF5E43FE3; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICBnXJ035456; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICBntc035455; Tue, 18 Nov 2003 04:11:49 -0800 (PST) (envelope-from stephane) Message-Id: <200311181211.hAICBntc035455@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:11:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/fr/projects/busdma index.sgml style.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:12:37 -0000 stephane 2003/11/18 04:11:49 PST FreeBSD doc repository Added files: fr/projects/busdma index.sgml style.css Log: New translation. fr/projects/busdma/index.sgml: MFen 1.66 fr/projects/busdma/style.css: no translation Revision Changes Path 1.1 +1095 -0 www/fr/projects/busdma/index.sgml (new) 1.1 +38 -0 www/fr/projects/busdma/style.css (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:14:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9615416A4CE; Tue, 18 Nov 2003 04:14:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0358643F75; Tue, 18 Nov 2003 04:14:58 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICEvXJ035580; Tue, 18 Nov 2003 04:14:57 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICEvUD035579; Tue, 18 Nov 2003 04:14:57 -0800 (PST) (envelope-from osa) Message-Id: <200311181214.hAICEvUD035579@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 04:14:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:14:58 -0000 osa 2003/11/18 04:14:57 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Dmitry Afanasiev aka KOT MATPOCKuH (autocd submitter) to additional contributors list. Revision Changes Path 1.62 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:15:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E97416A4D0 for ; Tue, 18 Nov 2003 04:15:38 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842F743FDF for ; Tue, 18 Nov 2003 04:15:34 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 394 invoked by uid 110); 18 Nov 2003 12:15:34 -0000 Received: (qmail 381 invoked from network); 18 Nov 2003 12:15:33 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:15:33 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id B1858575B5 for ; Tue, 18 Nov 2003 04:15:31 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id DC6AB16A4D2; Tue, 18 Nov 2003 04:15:29 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 914BF16A4D0; Tue, 18 Nov 2003 04:15:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9615416A4CE; Tue, 18 Nov 2003 04:14:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0358643F75; Tue, 18 Nov 2003 04:14:58 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICEvXJ035580; Tue, 18 Nov 2003 04:14:57 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICEvUD035579; Tue, 18 Nov 2003 04:14:57 -0800 (PST) (envelope-from osa) Message-Id: <200311181214.hAICEvUD035579@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 04:14:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:15:38 -0000 osa 2003/11/18 04:14:57 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Dmitry Afanasiev aka KOT MATPOCKuH (autocd submitter) to additional contributors list. Revision Changes Path 1.62 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:16:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E494416A4CE; Tue, 18 Nov 2003 04:16:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A7143FDF; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICGxXJ035711; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICGxtZ035710; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane) Message-Id: <200311181216.hAICGxtZ035710@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:16:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/projects/mips index.sgml style.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:17:00 -0000 stephane 2003/11/18 04:16:59 PST FreeBSD doc repository Added files: fr/projects/mips index.sgml style.css Log: New translation. fr/projects/mips/index.sgml: MFen 1.1 fr/projects/mips/style.css: no translation Revision Changes Path 1.1 +206 -0 www/fr/projects/mips/index.sgml (new) 1.1 +38 -0 www/fr/projects/mips/style.css (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:17:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5616A4CE for ; Tue, 18 Nov 2003 04:17:40 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE77643F93 for ; Tue, 18 Nov 2003 04:17:36 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 667 invoked by uid 110); 18 Nov 2003 12:17:36 -0000 Received: (qmail 654 invoked from network); 18 Nov 2003 12:17:35 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:17:35 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 001D9566F9 for ; Tue, 18 Nov 2003 04:17:34 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 35EB816A4FD; Tue, 18 Nov 2003 04:17:32 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id DA16C16A4D0; Tue, 18 Nov 2003 04:17:31 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E494416A4CE; Tue, 18 Nov 2003 04:16:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A7143FDF; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICGxXJ035711; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICGxtZ035710; Tue, 18 Nov 2003 04:16:59 -0800 (PST) (envelope-from stephane) Message-Id: <200311181216.hAICGxtZ035710@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:16:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/fr/projects/mips index.sgml style.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:17:40 -0000 stephane 2003/11/18 04:16:59 PST FreeBSD doc repository Added files: fr/projects/mips index.sgml style.css Log: New translation. fr/projects/mips/index.sgml: MFen 1.1 fr/projects/mips/style.css: no translation Revision Changes Path 1.1 +206 -0 www/fr/projects/mips/index.sgml (new) 1.1 +38 -0 www/fr/projects/mips/style.css (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:25:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4525D16A4CE; Tue, 18 Nov 2003 04:25:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B686F43F85; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICPkXJ036006; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICPkqf036005; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane) Message-Id: <200311181225.hAICPkqf036005@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:25:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/projects cvsweb.sgml libh.sgml newbies.sgml projects.sgml updater.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:25:47 -0000 stephane 2003/11/18 04:25:46 PST FreeBSD doc repository Added files: fr/projects cvsweb.sgml libh.sgml newbies.sgml projects.sgml updater.sgml Log: New translations. fr/projects/cvsweb.sgml: MFen 1.10 fr/projects/libh.sgml: MFen 1.10 fr/projects/newbies.sgml: MFen 1.28 fr/projects/projects.sgml: MFen 1.112 fr/projects/updater.sgml: MFen 1.8 Revision Changes Path 1.1 +114 -0 www/fr/projects/cvsweb.sgml (new) 1.1 +66 -0 www/fr/projects/libh.sgml (new) 1.1 +289 -0 www/fr/projects/newbies.sgml (new) 1.1 +583 -0 www/fr/projects/projects.sgml (new) 1.1 +243 -0 www/fr/projects/updater.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:26:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA4616A4CF for ; Tue, 18 Nov 2003 04:26:26 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405DD43FBF for ; Tue, 18 Nov 2003 04:26:23 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 1702 invoked by uid 110); 18 Nov 2003 12:26:22 -0000 Received: (qmail 1688 invoked from network); 18 Nov 2003 12:26:22 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:26:22 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1C4D457646 for ; Tue, 18 Nov 2003 04:26:21 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id AA41816A4FF; Tue, 18 Nov 2003 04:26:19 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 3E7AF16A4D0; Tue, 18 Nov 2003 04:26:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4525D16A4CE; Tue, 18 Nov 2003 04:25:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B686F43F85; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICPkXJ036006; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICPkqf036005; Tue, 18 Nov 2003 04:25:46 -0800 (PST) (envelope-from stephane) Message-Id: <200311181225.hAICPkqf036005@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:25:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/fr/projects cvsweb.sgml libh.sgml newbies.sgml projects.sgml updater.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:26:27 -0000 stephane 2003/11/18 04:25:46 PST FreeBSD doc repository Added files: fr/projects cvsweb.sgml libh.sgml newbies.sgml projects.sgml updater.sgml Log: New translations. fr/projects/cvsweb.sgml: MFen 1.10 fr/projects/libh.sgml: MFen 1.10 fr/projects/newbies.sgml: MFen 1.28 fr/projects/projects.sgml: MFen 1.112 fr/projects/updater.sgml: MFen 1.8 Revision Changes Path 1.1 +114 -0 www/fr/projects/cvsweb.sgml (new) 1.1 +66 -0 www/fr/projects/libh.sgml (new) 1.1 +289 -0 www/fr/projects/newbies.sgml (new) 1.1 +583 -0 www/fr/projects/projects.sgml (new) 1.1 +243 -0 www/fr/projects/updater.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:46:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C02F16A4CE; Tue, 18 Nov 2003 04:46:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C7E43FAF; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICkeXJ036711; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICkeO4036710; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane) Message-Id: <200311181246.hAICkeO4036710@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:46:40 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/platforms/ia64 index.sgml machines.sgml refs.sgml todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:46:41 -0000 stephane 2003/11/18 04:46:40 PST FreeBSD doc repository Added files: fr/platforms/ia64 index.sgml machines.sgml refs.sgml todo.sgml Log: New translations. fr/platforms/ia64/index.sgml: MFen 1.2 fr/platforms/ia64/machines.sgml: MFen 1.1 fr/platforms/ia64/refs.sgml: MFen 1.3 fr/platforms/ia64/todo.sgml: MFen 1.3 Revision Changes Path 1.1 +72 -0 www/fr/platforms/ia64/index.sgml (new) 1.1 +120 -0 www/fr/platforms/ia64/machines.sgml (new) 1.1 +80 -0 www/fr/platforms/ia64/refs.sgml (new) 1.1 +59 -0 www/fr/platforms/ia64/todo.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:47:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DAE16A4CF for ; Tue, 18 Nov 2003 04:47:20 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737F743FD7 for ; Tue, 18 Nov 2003 04:47:16 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 4499 invoked by uid 110); 18 Nov 2003 12:47:16 -0000 Received: (qmail 4486 invoked from network); 18 Nov 2003 12:47:15 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 12:47:15 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1B24A57818 for ; Tue, 18 Nov 2003 04:47:15 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9886D16A4FD; Tue, 18 Nov 2003 04:47:13 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 3396016A4D0; Tue, 18 Nov 2003 04:47:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C02F16A4CE; Tue, 18 Nov 2003 04:46:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C7E43FAF; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICkeXJ036711; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICkeO4036710; Tue, 18 Nov 2003 04:46:40 -0800 (PST) (envelope-from stephane) Message-Id: <200311181246.hAICkeO4036710@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 04:46:40 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/fr/platforms/ia64 index.sgml machines.sgml refs.sgml todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:47:21 -0000 stephane 2003/11/18 04:46:40 PST FreeBSD doc repository Added files: fr/platforms/ia64 index.sgml machines.sgml refs.sgml todo.sgml Log: New translations. fr/platforms/ia64/index.sgml: MFen 1.2 fr/platforms/ia64/machines.sgml: MFen 1.1 fr/platforms/ia64/refs.sgml: MFen 1.3 fr/platforms/ia64/todo.sgml: MFen 1.3 Revision Changes Path 1.1 +72 -0 www/fr/platforms/ia64/index.sgml (new) 1.1 +120 -0 www/fr/platforms/ia64/machines.sgml (new) 1.1 +80 -0 www/fr/platforms/ia64/refs.sgml (new) 1.1 +59 -0 www/fr/platforms/ia64/todo.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:54:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C00416A4CE; Tue, 18 Nov 2003 04:54:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD7043FD7; Tue, 18 Nov 2003 04:54:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICs6XJ042510; Tue, 18 Nov 2003 04:54:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICs6jk042509; Tue, 18 Nov 2003 04:54:06 -0800 (PST) (envelope-from des) Message-Id: <200311181254.hAICs6jk042509@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 Nov 2003 04:54:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/plib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:54:09 -0000 des 2003/11/18 04:54:06 PST FreeBSD ports repository Modified files: x11-toolkits/plib Makefile distinfo Log: Upgrade to 1.7.0. Revision Changes Path 1.20 +1 -1 ports/x11-toolkits/plib/Makefile 1.5 +1 -1 ports/x11-toolkits/plib/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 04:59:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A00E416A4CE; Tue, 18 Nov 2003 04:59:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5834443F85; Tue, 18 Nov 2003 04:59:46 -0800 (PST) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICxkXJ042730; Tue, 18 Nov 2003 04:59:46 -0800 (PST) (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAICxkYj042729; Tue, 18 Nov 2003 04:59:46 -0800 (PST) (envelope-from mr) Message-Id: <200311181259.hAICxkYj042729@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 18 Nov 2003 04:59:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vmware3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:59:47 -0000 mr 2003/11/18 04:59:46 PST FreeBSD ports repository Modified files: emulators/vmware3 Makefile distinfo Log: vmware3 was broken on -current due to kernel changes. Fix this by updating to new vmmon module version. PR: ports/59405 Submitted by: Orlando Bassotto Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F2816A4CE; Tue, 18 Nov 2003 05:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2092543FE1; Tue, 18 Nov 2003 05:05:05 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAID54XJ043775; Tue, 18 Nov 2003 05:05:04 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAID545O043774; Tue, 18 Nov 2003 05:05:04 -0800 (PST) (envelope-from stephane) Message-Id: <200311181305.hAID545O043774@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 05:05:04 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/platforms alpha.sgml ia64.sgml index.sgml mips.sgml ppc.sgml sparc.sgml x86-64.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:05:05 -0000 stephane 2003/11/18 05:05:04 PST FreeBSD doc repository Added files: fr/platforms alpha.sgml ia64.sgml index.sgml mips.sgml ppc.sgml sparc.sgml x86-64.sgml Log: New translations. fr/platforms/alpha.sgml: MFen 1.1 fr/platforms/ia64.sgml: MFen 1.2 fr/platforms/index.sgml: MFen 1.1 fr/platforms/mips.sgml: MFen 1.3 fr/platforms/ppc.sgml: MFen 1.1 fr/platforms/sparc.sgml: MFen 1.3 fr/platforms/x86-64.sgml: MFen 1.7 Revision Changes Path 1.1 +50 -0 www/fr/platforms/alpha.sgml (new) 1.1 +79 -0 www/fr/platforms/ia64.sgml (new) 1.1 +63 -0 www/fr/platforms/index.sgml (new) 1.1 +78 -0 www/fr/platforms/mips.sgml (new) 1.1 +37 -0 www/fr/platforms/ppc.sgml (new) 1.1 +237 -0 www/fr/platforms/sparc.sgml (new) 1.1 +70 -0 www/fr/platforms/x86-64.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:05:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E8916A4CF for ; Tue, 18 Nov 2003 05:05:44 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C353043FB1 for ; Tue, 18 Nov 2003 05:05:40 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 7153 invoked by uid 110); 18 Nov 2003 13:05:40 -0000 Received: (qmail 7138 invoked from network); 18 Nov 2003 13:05:39 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 13:05:39 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7FB8E57A79 for ; Tue, 18 Nov 2003 05:05:39 -0800 (PST) (envelope-from owner-doc-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 2182F16A4FF; Tue, 18 Nov 2003 05:05:37 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id C0BCD16A4D0; Tue, 18 Nov 2003 05:05:36 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F2816A4CE; Tue, 18 Nov 2003 05:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2092543FE1; Tue, 18 Nov 2003 05:05:05 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAID54XJ043775; Tue, 18 Nov 2003 05:05:04 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAID545O043774; Tue, 18 Nov 2003 05:05:04 -0800 (PST) (envelope-from stephane) Message-Id: <200311181305.hAID545O043774@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 18 Nov 2003 05:05:04 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-doc-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: www/fr/platforms alpha.sgml ia64.sgml index.sgml mips.sgml ppc.sgml sparc.sgml x86-64.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:05:44 -0000 X-List-Received-Date: Tue, 18 Nov 2003 13:05:44 -0000 stephane 2003/11/18 05:05:04 PST FreeBSD doc repository Added files: fr/platforms alpha.sgml ia64.sgml index.sgml mips.sgml ppc.sgml sparc.sgml x86-64.sgml Log: New translations. fr/platforms/alpha.sgml: MFen 1.1 fr/platforms/ia64.sgml: MFen 1.2 fr/platforms/index.sgml: MFen 1.1 fr/platforms/mips.sgml: MFen 1.3 fr/platforms/ppc.sgml: MFen 1.1 fr/platforms/sparc.sgml: MFen 1.3 fr/platforms/x86-64.sgml: MFen 1.7 Revision Changes Path 1.1 +50 -0 www/fr/platforms/alpha.sgml (new) 1.1 +79 -0 www/fr/platforms/ia64.sgml (new) 1.1 +63 -0 www/fr/platforms/index.sgml (new) 1.1 +78 -0 www/fr/platforms/mips.sgml (new) 1.1 +37 -0 www/fr/platforms/ppc.sgml (new) 1.1 +237 -0 www/fr/platforms/sparc.sgml (new) 1.1 +70 -0 www/fr/platforms/x86-64.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:06:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150CE16A4CE; Tue, 18 Nov 2003 05:06:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C21743F85; Tue, 18 Nov 2003 05:06:43 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAID6hXJ043929; Tue, 18 Nov 2003 05:06:43 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAID6hOx043928; Tue, 18 Nov 2003 05:06:43 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181306.hAID6hOx043928@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 05:06:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/bind9-dlz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:06:44 -0000 dinoex 2003/11/18 05:06:43 PST FreeBSD ports repository Modified files: dns/bind9-dlz Makefile Log: - make portlint happy Revision Changes Path 1.26 +1 -1 ports/dns/bind9-dlz/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:08:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671A016A4CE; Tue, 18 Nov 2003 05:08:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE09343FDD; Tue, 18 Nov 2003 05:08:47 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAID8lXJ044001; Tue, 18 Nov 2003 05:08:47 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAID8l28044000; Tue, 18 Nov 2003 05:08:47 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181308.hAID8l28044000@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 05:08:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpeg Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:08:48 -0000 dinoex 2003/11/18 05:08:47 PST FreeBSD ports repository Modified files: graphics/jpeg Makefile pkg-plist Log: - make portlint happy - use PORTDOCS Revision Changes Path 1.37 +1 -1 ports/graphics/jpeg/Makefile 1.24 +10 -10 ports/graphics/jpeg/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:21:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D7316A4CE; Tue, 18 Nov 2003 05:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D93743F85; Tue, 18 Nov 2003 05:21:06 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDL6XJ044450; Tue, 18 Nov 2003 05:21:06 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDL5AI044449; Tue, 18 Nov 2003 05:21:06 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181321.hAIDL5AI044449@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 05:21:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/phpwiki Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:21:07 -0000 dinoex 2003/11/18 05:21:05 PST FreeBSD ports repository Modified files: www/phpwiki Makefile Log: - make portlint happy Revision Changes Path 1.2 +3 -3 ports/www/phpwiki/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:24:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410DE16A4CE; Tue, 18 Nov 2003 05:24:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A1243FA3; Tue, 18 Nov 2003 05:24:04 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDO4XJ044523; Tue, 18 Nov 2003 05:24:04 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDO4ee044522; Tue, 18 Nov 2003 05:24:04 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181324.hAIDO4ee044522@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 05:24:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/projectcenter.app Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:24:05 -0000 dinoex 2003/11/18 05:24:04 PST FreeBSD ports repository Modified files: devel/projectcenter.app Makefile Log: - make portlint happy Revision Changes Path 1.25 +7 -7 ports/devel/projectcenter.app/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:26:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B3216A4CE; Tue, 18 Nov 2003 05:26:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC56B43FE1; Tue, 18 Nov 2003 05:26:18 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDQIXJ044637; Tue, 18 Nov 2003 05:26:18 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDQI3l044636; Tue, 18 Nov 2003 05:26:18 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181326.hAIDQI3l044636@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 05:26:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/tk84 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:26:19 -0000 dinoex 2003/11/18 05:26:18 PST FreeBSD ports repository Modified files: x11-toolkits/tk84 Makefile Log: - use ECHO_CMD in test Revision Changes Path 1.71 +2 -2 ports/x11-toolkits/tk84/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:42:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A1716A4CE; Tue, 18 Nov 2003 05:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104A243F75; Tue, 18 Nov 2003 05:42:05 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDg4XJ045216; Tue, 18 Nov 2003 05:42:04 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDg4Ps045215; Tue, 18 Nov 2003 05:42:04 -0800 (PST) (envelope-from simon) Message-Id: <200311181342.hAIDg4Ps045215@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 18 Nov 2003 05:42:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:42:06 -0000 simon 2003/11/18 05:42:04 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/tmac mdoc.local Log: Bump version number since we are at 4.9-STABLE now. Approved by: ru Revision Changes Path 1.2.2.21 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:43:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCAE16A4CF for ; Tue, 18 Nov 2003 05:43:38 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B995843FE3 for ; Tue, 18 Nov 2003 05:43:31 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 14667 invoked by uid 110); 18 Nov 2003 13:43:30 -0000 Received: (qmail 14654 invoked from network); 18 Nov 2003 13:43:29 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 13:43:29 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 78E675727A for ; Tue, 18 Nov 2003 05:42:45 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id EF96916A4CE; Tue, 18 Nov 2003 05:42:39 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 675AB16A4D1; Tue, 18 Nov 2003 05:42:38 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A1716A4CE; Tue, 18 Nov 2003 05:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104A243F75; Tue, 18 Nov 2003 05:42:05 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDg4XJ045216; Tue, 18 Nov 2003 05:42:04 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDg4Ps045215; Tue, 18 Nov 2003 05:42:04 -0800 (PST) (envelope-from simon) Message-Id: <200311181342.hAIDg4Ps045215@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 18 Nov 2003 05:42:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:43:38 -0000 simon 2003/11/18 05:42:04 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/tmac mdoc.local Log: Bump version number since we are at 4.9-STABLE now. Approved by: ru Revision Changes Path 1.2.2.21 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:44:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DCE16A4CF; Tue, 18 Nov 2003 05:44:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5994C43FAF; Tue, 18 Nov 2003 05:44:02 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIDi2XJ045331; Tue, 18 Nov 2003 05:44:02 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIDi2mP045330; Tue, 18 Nov 2003 05:44:02 -0800 (PST) (envelope-from des) Message-Id: <200311181344.hAIDi2mP045330@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 Nov 2003 05:44:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/simgear Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:44:03 -0000 des 2003/11/18 05:44:02 PST FreeBSD ports repository Modified files: devel/simgear Makefile distinfo pkg-plist Log: Upgrade to 0.3.4 Revision Changes Path 1.8 +1 -1 ports/devel/simgear/Makefile 1.3 +1 -1 ports/devel/simgear/distinfo 1.4 +13 -29 ports/devel/simgear/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:50:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD84D16A4CE; Tue, 18 Nov 2003 05:50:15 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9F943FCB; Tue, 18 Nov 2003 05:50:14 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hAIDoCVt059749; Tue, 18 Nov 2003 13:50:12 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hAIDoBmV059748; Tue, 18 Nov 2003 13:50:11 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hAIDk2Dw078550; Tue, 18 Nov 2003 13:46:02 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200311181346.hAIDk2Dw078550@grimreaper.grondar.org> To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) In-Reply-To: Your message of "Tue, 18 Nov 2003 11:37:44 +0100." Date: Tue, 18 Nov 2003 13:46:02 +0000 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:50:15 -0000 Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > Mark Murray writes: > > Log: > > Overhaul the entropy device: > > [...] > > This causes a 100% reproducable panic on my machine, which I've worked > around by disabling harvesting in rc.conf. I'm not sure if the bug is > in your code or in UMA, though. Here's a backtrace: This is 100% my cockup. I'm waiting for re@to get back to me on getting a hackfix in, and I'll fix it properly in the next day or three. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Tue Nov 18 05:51:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF01916A4CE for ; Tue, 18 Nov 2003 05:51:01 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656A543F85 for ; Tue, 18 Nov 2003 05:50:57 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 17032 invoked by uid 110); 18 Nov 2003 13:50:57 -0000 Received: (qmail 17004 invoked from network); 18 Nov 2003 13:50:52 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 13:50:52 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7A4F55729F for ; Tue, 18 Nov 2003 05:50:51 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id DB78F16A527; Tue, 18 Nov 2003 05:50:48 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 06A3316A4D0; Tue, 18 Nov 2003 05:50:48 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD84D16A4CE; Tue, 18 Nov 2003 05:50:15 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9F943FCB; Tue, 18 Nov 2003 05:50:14 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hAIDoCVt059749; Tue, 18 Nov 2003 13:50:12 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hAIDoBmV059748; Tue, 18 Nov 2003 13:50:11 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hAIDk2Dw078550; Tue, 18 Nov 2003 13:46:02 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200311181346.hAIDk2Dw078550@grimreaper.grondar.org> To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) In-Reply-To: Your message of "Tue, 18 Nov 2003 11:37:44 +0100." Date: Tue, 18 Nov 2003 13:46:02 +0000 X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c hash.c randomdev.c randomdev.h yarrow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 13:51:02 -0000 Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > Mark Murray writes: > > Log: > > Overhaul the entropy device: > > [...] > > This causes a 100% reproducable panic on my machine, which I've worked > around by disabling harvesting in rc.conf. I'm not sure if the bug is > in your code or in UMA, though. Here's a backtrace: This is 100% my cockup. I'm waiting for re@to get back to me on getting a hackfix in, and I'll fix it properly in the next day or three. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:04:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19DAE16A4D0; Tue, 18 Nov 2003 06:04:39 -0800 (PST) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBAE43FDD; Tue, 18 Nov 2003 06:04:36 -0800 (PST) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.0.3]) by tydfam.jp (8.12.8p1/8.11.6) with ESMTP id hAIE4YCW075912; Tue, 18 Nov 2003 23:04:34 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 18 Nov 2003 23:04:34 +0900 (JST) Message-Id: <20031118.230434.730551193.ken@tydfam.jp> To: ports-committers@freebsd.org From: Yamada Ken Takeshi X-Mailer: Mew version 2.2 on XEmacs 21.4.13 (Rational FORTRAN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@freebsd.org cc: gerald@pfeifer.com cc: mbr@freebsd.org cc: cvs-all@freebsd.org Subject: Q) openoffice-1.1 compile problem X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:04:39 -0000 Dear all, I have the following compile error when compiling openoffice-1.1. Any suggestions? (Seemingly, /usr/local/jdk1.4.2/jre/lib/i386/libawt.so is in question.) Environment: FreeBSD-current (cvsup'ed Nov. 12) XFree86-4 (4.3.0 rev.12) java (1.4.2p5) gcc (GCC) 3.3.3 [FreeBSD] 20031106 # make : : : : /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/bin/checkdll.sh -L../../../../unxfbsd.pro/lib -L../lib -L/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/unxfbsd/lib -L/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/lib -L/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/solenv/unxfbsd/lib -L/usr/local/jdk1.4.2/lib -L/usr/local/jdk1.4.2/jre/lib/i386 -L/usr/local/jdk1.4.2/jre/lib/i386/client -L/usr/local/jdk1.4.2/jre/lib/i386/native_threads -L/usr/X11R6/lib ../../../../unxfbsd.pro/lib/check_libofficebean.so Checking DLL ../../../../unxfbsd.pro/lib/check_libofficebean.so ...: ERROR: /usr/local/jdk1.4.2/jre/lib/i386/libawt.so: Undefined symbol "XmIsClipWindow" dmake: Error code 1, while making '../../../../unxfbsd.pro/lib/libofficebean.so' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/odk/source/bean/native/unix dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 # From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:09:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5736F16A4D2; Tue, 18 Nov 2003 06:09:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95AC43F85; Tue, 18 Nov 2003 06:09:52 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIE9qXJ047110; Tue, 18 Nov 2003 06:09:52 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIE9qBS047109; Tue, 18 Nov 2003 06:09:52 -0800 (PST) (envelope-from osa) Message-Id: <200311181409.hAIE9qBS047109@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 18 Nov 2003 06:09:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/tgif-nls Makefile distinfo pkg-plist ports/graphics/tgif-nls/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:09:53 -0000 osa 2003/11/18 06:09:52 PST FreeBSD ports repository Modified files: graphics/tgif-nls Makefile distinfo pkg-plist Removed files: graphics/tgif-nls/files patch-aa Log: Update to 4.1.43 [1] Utilize DOCSDIR and EXAMPLESDIR macros [2] Fix pkg-plist, when port installs with NOPORTDOCS macro [2] Sort pkg-plist [2] Submitted by: AMAKAWA Shuhei [1], osa [2] Approved by: maintainer (timeout > 2 months) PR: 56289 Revision Changes Path 1.25 +13 -16 ports/graphics/tgif-nls/Makefile 1.12 +1 -1 ports/graphics/tgif-nls/distinfo 1.12 +0 -11 ports/graphics/tgif-nls/files/patch-aa (dead) 1.10 +47 -46 ports/graphics/tgif-nls/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:16:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B75416A4CE; Tue, 18 Nov 2003 06:16:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039AB43FDD; Tue, 18 Nov 2003 06:16:10 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIEG9XJ047412; Tue, 18 Nov 2003 06:16:09 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIEG9ix047411; Tue, 18 Nov 2003 06:16:09 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181416.hAIEG9ix047411@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 06:16:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gorm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:16:10 -0000 dinoex 2003/11/18 06:16:09 PST FreeBSD ports repository Modified files: devel/gorm Makefile Log: - make portlint happy Revision Changes Path 1.8 +2 -2 ports/devel/gorm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:17:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E1CB16A4CE; Tue, 18 Nov 2003 06:17:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F3843F93; Tue, 18 Nov 2003 06:17:01 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIEH1XJ047453; Tue, 18 Nov 2003 06:17:01 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIEH1Mr047452; Tue, 18 Nov 2003 06:17:01 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181417.hAIEH1Mr047452@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 06:17:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/noattach Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:17:02 -0000 dinoex 2003/11/18 06:17:01 PST FreeBSD ports repository Modified files: mail/noattach Makefile Log: - bump PORTREVISION Revision Changes Path 1.19 +1 -1 ports/mail/noattach/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:21:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5793416A4CF for ; Tue, 18 Nov 2003 06:21:28 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D474043FCB for ; Tue, 18 Nov 2003 06:21:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 27045 invoked from network); 18 Nov 2003 14:21:23 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 18 Nov 2003 14:21:23 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAIELJFn017803; Tue, 18 Nov 2003 09:21:19 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031118113219.K10910@newtrinity.zeist.de> Date: Tue, 18 Nov 2003 09:21:18 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:21:28 -0000 On 18-Nov-2003 Marius Strobl wrote: > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: >> >> On 17-Nov-2003 Marius Strobl wrote: >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> >> >> On 14-Nov-2003 John Baldwin wrote: >> >> > jhb 2003/11/14 13:02:49 PST >> >> > >> >> > FreeBSD src repository >> >> > >> >> > Modified files: >> >> > sys/i386/isa atpic.c >> >> > Log: >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> >> > entries will not be overwritten. If we get a spurious interrupt from the >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> >> > of causing a panic. >> >> >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> >> trap 30 (reserved) panics. If you were using older versions of either >> >> spurious.patch or atpic.patch, please try reverting them and using >> >> plain CVS to see if that fixes your problem. If not, please let me know. >> >> If you get several stray IRQ 7 messages and would like to shut them up, >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> >> >> > >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > > Oops, meant stray interrupt... > >> > interrupt here (need atpic.patch). >> >> Do you get the trap very early? >> > > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > or http://quad.zeist.de/newintr.log (this was with older sources but the > problem is still the same after the commit above). Can you try www.freebsd.org/~jhb/patches/vm86.patch -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:21:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D05F16A4CE; Tue, 18 Nov 2003 06:21:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D231C43FBD; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIELYXJ047614; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIELYYl047613; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr) Message-Id: <200311181421.hAIELYYl047613@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 18 Nov 2003 06:21:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:21:35 -0000 tjr 2003/11/18 06:21:34 PST FreeBSD src repository Modified files: sys/i386/ibcs2 imgact_coff.c Log: Replace the dangerous strcpy() call with strlcpy(), instead of the safe one that was incorrectly changed in rev. 1.61. Approved by: re Revision Changes Path 1.62 +2 -2 src/sys/i386/ibcs2/imgact_coff.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:21:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5555116A4CF; Tue, 18 Nov 2003 06:21:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B991543FCB; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIELfXJ047647; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIELf3t047644; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake) Message-Id: <200311181421.hAIELf3t047644@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 18 Nov 2003 06:21:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:21:42 -0000 jake 2003/11/18 06:21:41 PST FreeBSD src repository Modified files: lib/libc/sparc64/sys __sparc_utrap_setup.c Log: Install the user trap handlers that libc provides from a constructor, so that they will be installed before application constructors are invoked. Its possible to link applications such that this fails, application code is invoked before they are installed, but, well, Don't Do That. Approved by: re (jhb) Revision Changes Path 1.5 +2 -0 src/lib/libc/sparc64/sys/__sparc_utrap_setup.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:22:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6024016A4D2 for ; Tue, 18 Nov 2003 06:22:19 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDC143FE3 for ; Tue, 18 Nov 2003 06:22:14 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 25462 invoked by uid 110); 18 Nov 2003 14:22:13 -0000 Received: (qmail 25448 invoked from network); 18 Nov 2003 14:22:12 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 14:22:12 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5F950575A8 for ; Tue, 18 Nov 2003 06:22:06 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 0B24E16A536; Tue, 18 Nov 2003 06:22:02 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 882B416A4D2; Tue, 18 Nov 2003 06:22:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6A516A4D0 for ; Tue, 18 Nov 2003 06:21:28 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D505243FD7 for ; Tue, 18 Nov 2003 06:21:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 27045 invoked from network); 18 Nov 2003 14:21:23 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 18 Nov 2003 14:21:23 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAIELJFn017803; Tue, 18 Nov 2003 09:21:19 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031118113219.K10910@newtrinity.zeist.de> Date: Tue, 18 Nov 2003 09:21:18 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:22:19 -0000 X-List-Received-Date: Tue, 18 Nov 2003 14:22:19 -0000 On 18-Nov-2003 Marius Strobl wrote: > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: >> >> On 17-Nov-2003 Marius Strobl wrote: >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> >> >> On 14-Nov-2003 John Baldwin wrote: >> >> > jhb 2003/11/14 13:02:49 PST >> >> > >> >> > FreeBSD src repository >> >> > >> >> > Modified files: >> >> > sys/i386/isa atpic.c >> >> > Log: >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> >> > entries will not be overwritten. If we get a spurious interrupt from the >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> >> > of causing a panic. >> >> >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> >> trap 30 (reserved) panics. If you were using older versions of either >> >> spurious.patch or atpic.patch, please try reverting them and using >> >> plain CVS to see if that fixes your problem. If not, please let me know. >> >> If you get several stray IRQ 7 messages and would like to shut them up, >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> >> >> > >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > > Oops, meant stray interrupt... > >> > interrupt here (need atpic.patch). >> >> Do you get the trap very early? >> > > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > or http://quad.zeist.de/newintr.log (this was with older sources but the > problem is still the same after the commit above). Can you try www.freebsd.org/~jhb/patches/vm86.patch -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:22:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FEF16A4D0 for ; Tue, 18 Nov 2003 06:22:44 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B773843FBD for ; Tue, 18 Nov 2003 06:22:40 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 25558 invoked by uid 110); 18 Nov 2003 14:22:40 -0000 Received: (qmail 25540 invoked from network); 18 Nov 2003 14:22:37 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 14:22:37 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9879F57BA7 for ; Tue, 18 Nov 2003 06:22:36 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 2D3AA16A534; Tue, 18 Nov 2003 06:22:33 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 0649616A4D2; Tue, 18 Nov 2003 06:22:32 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D05F16A4CE; Tue, 18 Nov 2003 06:21:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D231C43FBD; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIELYXJ047614; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIELYYl047613; Tue, 18 Nov 2003 06:21:34 -0800 (PST) (envelope-from tjr) Message-Id: <200311181421.hAIELYYl047613@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 18 Nov 2003 06:21:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:22:44 -0000 tjr 2003/11/18 06:21:34 PST FreeBSD src repository Modified files: sys/i386/ibcs2 imgact_coff.c Log: Replace the dangerous strcpy() call with strlcpy(), instead of the safe one that was incorrectly changed in rev. 1.61. Approved by: re Revision Changes Path 1.62 +2 -2 src/sys/i386/ibcs2/imgact_coff.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:23:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A964A16A4CF for ; Tue, 18 Nov 2003 06:23:21 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F406A43F3F for ; Tue, 18 Nov 2003 06:23:16 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 25779 invoked by uid 110); 18 Nov 2003 14:23:16 -0000 Received: (qmail 25766 invoked from network); 18 Nov 2003 14:23:16 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 14:23:16 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 6DC7E56CD8 for ; Tue, 18 Nov 2003 06:23:10 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B854116A542; Tue, 18 Nov 2003 06:23:05 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id 51ACD16A4DD; Tue, 18 Nov 2003 06:23:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5555116A4CF; Tue, 18 Nov 2003 06:21:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B991543FCB; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIELfXJ047647; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIELf3t047644; Tue, 18 Nov 2003 06:21:41 -0800 (PST) (envelope-from jake) Message-Id: <200311181421.hAIELf3t047644@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 18 Nov 2003 06:21:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:23:21 -0000 jake 2003/11/18 06:21:41 PST FreeBSD src repository Modified files: lib/libc/sparc64/sys __sparc_utrap_setup.c Log: Install the user trap handlers that libc provides from a constructor, so that they will be installed before application constructors are invoked. Its possible to link applications such that this fails, application code is invoked before they are installed, but, well, Don't Do That. Approved by: re (jhb) Revision Changes Path 1.5 +2 -0 src/lib/libc/sparc64/sys/__sparc_utrap_setup.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:35:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02DFD16A4CE; Tue, 18 Nov 2003 06:35:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B11943F3F; Tue, 18 Nov 2003 06:35:44 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIEZiXJ048136; Tue, 18 Nov 2003 06:35:44 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIEZhtY048135; Tue, 18 Nov 2003 06:35:43 -0800 (PST) (envelope-from markm) Message-Id: <200311181435.hAIEZhtY048135@repoman.freebsd.org> From: Mark Murray Date: Tue, 18 Nov 2003 06:35:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:35:45 -0000 markm 2003/11/18 06:35:43 PST FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Hackfix to patch around a kernel panic I introduced. Real fix to follow. In the meanwhile, we are not harvesting interrupt entropy. Approved by: re (jhb) Revision Changes Path 1.102 +4 -0 src/sys/kern/kern_intr.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 06:36:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEEA16A4D0 for ; Tue, 18 Nov 2003 06:36:36 -0800 (PST) Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E6B43FB1 for ; Tue, 18 Nov 2003 06:36:29 -0800 (PST) (envelope-from abuse@stormweb.ca) Received: (qmail 29337 invoked by uid 110); 18 Nov 2003 14:36:29 -0000 Received: (qmail 29309 invoked from network); 18 Nov 2003 14:36:26 -0000 Received: from mx2.freebsd.org (216.136.204.119) by floyd.stormweb.net with SMTP; 18 Nov 2003 14:36:26 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 16D09575CB for ; Tue, 18 Nov 2003 06:36:22 -0800 (PST) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 67B8516A538; Tue, 18 Nov 2003 06:36:18 -0800 (PST) Received: by hub.freebsd.org (Postfix, from userid 538) id F143316A4D0; Tue, 18 Nov 2003 06:36:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02DFD16A4CE; Tue, 18 Nov 2003 06:35:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B11943F3F; Tue, 18 Nov 2003 06:35:44 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIEZiXJ048136; Tue, 18 Nov 2003 06:35:44 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIEZhtY048135; Tue, 18 Nov 2003 06:35:43 -0800 (PST) (envelope-from markm) Message-Id: <200311181435.hAIEZhtY048135@repoman.freebsd.org> From: Mark Murray Date: Tue, 18 Nov 2003 06:35:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-SpamGuard: checked X-SpamScore: 0.0|10 Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 14:36:37 -0000 markm 2003/11/18 06:35:43 PST FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Hackfix to patch around a kernel panic I introduced. Real fix to follow. In the meanwhile, we are not harvesting interrupt entropy. Approved by: re (jhb) Revision Changes Path 1.102 +4 -0 src/sys/kern/kern_intr.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:05:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC8516A4CF; Tue, 18 Nov 2003 07:05:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97EE43FBF; Tue, 18 Nov 2003 07:05:13 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIF5DXJ050002; Tue, 18 Nov 2003 07:05:13 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIF5DZA050001; Tue, 18 Nov 2003 07:05:13 -0800 (PST) (envelope-from pav) Message-Id: <200311181505.hAIF5DZA050001@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 07:05:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/scrollz/files patch-source-ircaux.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:05:14 -0000 pav 2003/11/18 07:05:13 PST FreeBSD ports repository Added files: irc/scrollz/files patch-source-ircaux.c Log: - Unbreak on -CURRENT PR: ports/59159 Submitted by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.1 +14 -0 ports/irc/scrollz/files/patch-source-ircaux.c (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:08:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0953516A4CE; Tue, 18 Nov 2003 07:08:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED9A43FE0; Tue, 18 Nov 2003 07:08:39 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIF8dXJ050200; Tue, 18 Nov 2003 07:08:39 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIF8cRU050199; Tue, 18 Nov 2003 07:08:38 -0800 (PST) (envelope-from pav) Message-Id: <200311181508.hAIF8cRU050199@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 07:08:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:08:40 -0000 pav 2003/11/18 07:08:38 PST FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Hi, I'm coming from Prague. Approved by: adamw (mentor) Revision Changes Path 1.144 +1 -0 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:09:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9218516A4CE; Tue, 18 Nov 2003 07:09:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93C443F93; Tue, 18 Nov 2003 07:09:17 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIF9HXJ050265; Tue, 18 Nov 2003 07:09:17 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIF9HMX050264; Tue, 18 Nov 2003 07:09:17 -0800 (PST) (envelope-from bland) Message-Id: <200311181509.hAIF9HMX050264@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 18 Nov 2003 07:09:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/orbitcpp Makefile distinfo pkg-plist patch-orbitcpp::idl-compiller::pass_xlate.cc patch-orbitcpp::orb-cpp::orbitcpp_compound_seq.h patch-orbitcpp::orb-cpp::orbitcpp_string_seq.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:09:18 -0000 bland 2003/11/18 07:09:17 PST FreeBSD ports repository Modified files: devel/orbitcpp Makefile distinfo pkg-plist Added files: devel/orbitcpp/files patch-orbitcpp::idl-compiller::pass_xlate.cc Removed files: devel/orbitcpp/files patch-orbitcpp::orb-cpp::orbitcpp_compound_seq.h patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h patch-orbitcpp::orb-cpp::orbitcpp_string_seq.h Log: Update to 1.3.8 Revision Changes Path 1.19 +1 -1 ports/devel/orbitcpp/Makefile 1.6 +1 -1 ports/devel/orbitcpp/distinfo 1.1 +11 -0 ports/devel/orbitcpp/files/patch-orbitcpp::idl-compiller::pass_xlate.cc (new) 1.3 +0 -26 ports/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_compound_seq.h (dead) 1.4 +0 -24 ports/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h (dead) 1.3 +0 -24 ports/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_string_seq.h (dead) 1.8 +2 -2 ports/devel/orbitcpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:11:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B6D716A4D0; Tue, 18 Nov 2003 07:11:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8D143FAF; Tue, 18 Nov 2003 07:11:21 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFBLXJ050373; Tue, 18 Nov 2003 07:11:21 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFBKcm050372; Tue, 18 Nov 2003 07:11:20 -0800 (PST) (envelope-from bland) Message-Id: <200311181511.hAIFBKcm050372@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 18 Nov 2003 07:11:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libbonobomm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:11:22 -0000 bland 2003/11/18 07:11:20 PST FreeBSD ports repository Modified files: devel/libbonobomm Makefile distinfo pkg-plist Log: - Update to 1.3.8 - Switchover to GNOME master site and bzip2 source archives. Revision Changes Path 1.6 +5 -4 ports/devel/libbonobomm/Makefile 1.4 +1 -1 ports/devel/libbonobomm/distinfo 1.4 +5 -4 ports/devel/libbonobomm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:12:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4835716A4CE; Tue, 18 Nov 2003 07:12:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A900A43FB1; Tue, 18 Nov 2003 07:12:34 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFCYXJ050447; Tue, 18 Nov 2003 07:12:34 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFCYPX050446; Tue, 18 Nov 2003 07:12:34 -0800 (PST) (envelope-from bland) Message-Id: <200311181512.hAIFCYPX050446@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 18 Nov 2003 07:12:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libbonobouimm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:12:35 -0000 bland 2003/11/18 07:12:34 PST FreeBSD ports repository Modified files: x11-toolkits/libbonobouimm Makefile distinfo pkg-plist Log: - Update to 1.3.7 - Switchover to GNOME master site and bzip2 source archive. Revision Changes Path 1.4 +5 -4 ports/x11-toolkits/libbonobouimm/Makefile 1.3 +1 -1 ports/x11-toolkits/libbonobouimm/distinfo 1.3 +5 -2 ports/x11-toolkits/libbonobouimm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:13:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559E416A4CE; Tue, 18 Nov 2003 07:13:43 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69F743F93; Tue, 18 Nov 2003 07:13:41 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAIFDeK0000830; Tue, 18 Nov 2003 16:13:40 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAIFDZqn000829; Tue, 18 Nov 2003 16:13:35 +0100 (CET) (envelope-from marius) Date: Tue, 18 Nov 2003 16:13:35 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031118161335.P10910@newtrinity.zeist.de> References: <20031118113219.K10910@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Nov 18, 2003 at 09:21:18AM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.39 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:13:43 -0000 On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: > > On 18-Nov-2003 Marius Strobl wrote: > > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > >> > >> On 17-Nov-2003 Marius Strobl wrote: > >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > >> >> > >> >> On 14-Nov-2003 John Baldwin wrote: > >> >> > jhb 2003/11/14 13:02:49 PST > >> >> > > >> >> > FreeBSD src repository > >> >> > > >> >> > Modified files: > >> >> > sys/i386/isa atpic.c > >> >> > Log: > >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no > >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these > >> >> > entries will not be overwritten. If we get a spurious interrupt from the > >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead > >> >> > of causing a panic. > >> >> > >> >> This should fix all of the "panic: Couldn't get vector from ISR" and > >> >> trap 30 (reserved) panics. If you were using older versions of either > >> >> spurious.patch or atpic.patch, please try reverting them and using > >> >> plain CVS to see if that fixes your problem. If not, please let me know. > >> >> If you get several stray IRQ 7 messages and would like to shut them up, > >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > >> >> > >> > > >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > > > > Oops, meant stray interrupt... > > > >> > interrupt here (need atpic.patch). > >> > >> Do you get the trap very early? > >> > > > > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > > or http://quad.zeist.de/newintr.log (this was with older sources but the > > problem is still the same after the commit above). > > Can you try www.freebsd.org/~jhb/patches/vm86.patch > Looks worse: http://quad.zeist.de/newintr2.log From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:27:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBCE16A4CF; Tue, 18 Nov 2003 07:27:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C6AA440FF; Tue, 18 Nov 2003 07:23:39 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFNcXJ050844; Tue, 18 Nov 2003 07:23:38 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFNclq050843; Tue, 18 Nov 2003 07:23:38 -0800 (PST) (envelope-from sos) Message-Id: <200311181523.hAIFNclq050843@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 18 Nov 2003 07:23:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:27:41 -0000 sos 2003/11/18 07:23:38 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Work around the problem that some CDROM drives might return different TOC's for the same media!! that borks up GEOM. Although this looks like bad HW the following patch removes the chance for GEOM panic'ing. Approved by: re@ Revision Changes Path 1.155 +5 -3 src/sys/dev/ata/atapi-cd.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:31:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F0416A4CE; Tue, 18 Nov 2003 07:31:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D8044152; Tue, 18 Nov 2003 07:24:26 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFONXJ050899; Tue, 18 Nov 2003 07:24:23 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFONMZ050898; Tue, 18 Nov 2003 07:24:23 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311181524.hAIFONMZ050898@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 18 Nov 2003 07:24:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/net-snmp/files patch-ipv6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:31:22 -0000 kuriyama 2003/11/18 07:24:23 PST FreeBSD ports repository Modified files: net/net-snmp/files patch-ipv6.c Log: Unbreak on 4-stable (actually gcc-2.95). Reported by: krion, Mike Harding Revision Changes Path 1.2 +12 -4 ports/net/net-snmp/files/patch-ipv6.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:32:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8485516A4D0; Tue, 18 Nov 2003 07:32:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C1E441F0; Tue, 18 Nov 2003 07:25:37 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFPaXJ050978; Tue, 18 Nov 2003 07:25:36 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFPZwC050977; Tue, 18 Nov 2003 07:25:35 -0800 (PST) (envelope-from bland) Message-Id: <200311181525.hAIFPZwC050977@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 18 Nov 2003 07:25:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gnomephotoprinter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:32:20 -0000 bland 2003/11/18 07:25:35 PST FreeBSD ports repository Modified files: print/gnomephotoprinter Makefile Log: Remove gnomehier from USE_GNOME list (gnomeprefix implies gnomehier). Revision Changes Path 1.2 +1 -1 ports/print/gnomephotoprinter/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:32:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A33A16A50D; Tue, 18 Nov 2003 07:32:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F047E440DC; Tue, 18 Nov 2003 07:27:35 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFRTXJ051070; Tue, 18 Nov 2003 07:27:29 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFRTB4051069; Tue, 18 Nov 2003 07:27:29 -0800 (PST) (envelope-from sos) Message-Id: <200311181527.hAIFRTB4051069@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 18 Nov 2003 07:27:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:32:44 -0000 sos 2003/11/18 07:27:29 PST FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Add support for the SiS964 ATA/SATA southbridge. This could not have been done without the support from kuriyama. Approved by: re@ Revision Changes Path 1.46 +10 -3 src/sys/dev/ata/ata-chipset.c 1.18 +9 -6 src/sys/dev/ata/ata-pci.h From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:32:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F61616A592; Tue, 18 Nov 2003 07:32:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83EA43FDF; Tue, 18 Nov 2003 07:32:41 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFWfXJ051365; Tue, 18 Nov 2003 07:32:41 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFWeRY051364; Tue, 18 Nov 2003 07:32:40 -0800 (PST) (envelope-from ru) Message-Id: <200311181532.hAIFWeRY051364@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 Nov 2003 07:32:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/deco Makefile ports/misc/deco/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:32:57 -0000 ru 2003/11/18 07:32:40 PST FreeBSD ports repository Modified files: misc/deco Makefile misc/deco/files patch-af Log: Allow to view large files with 2^31-1 (on i386) lines. Submitted by: Ivan Pascal Revision Changes Path 1.17 +1 -1 ports/misc/deco/Makefile 1.2 +19 -10 ports/misc/deco/files/patch-af From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:35:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D7B16A4CE; Tue, 18 Nov 2003 07:35:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0783143FE5; Tue, 18 Nov 2003 07:35:33 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFZWXJ051489; Tue, 18 Nov 2003 07:35:32 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFZWUB051488; Tue, 18 Nov 2003 07:35:32 -0800 (PST) (envelope-from fjoe) Message-Id: <200311181535.hAIFZWUB051488@repoman.freebsd.org> From: Max Khon Date: Tue, 18 Nov 2003 07:35:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vmware3 Makefileports/emulators/vmware3/files freebsd4.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:35:33 -0000 fjoe 2003/11/18 07:35:32 PST FreeBSD ports repository Modified files: emulators/vmware3 Makefile emulators/vmware3/files freebsd4.patch Log: Fix build on 4.x. Bump PORTREVISION. Revision Changes Path 1.69 +1 -1 ports/emulators/vmware3/Makefile 1.2 +69 -56 ports/emulators/vmware3/files/freebsd4.patch From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:44:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B9E016A4CE; Tue, 18 Nov 2003 07:44:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE58B43FBD; Tue, 18 Nov 2003 07:44:39 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFidXJ051759; Tue, 18 Nov 2003 07:44:39 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFidqL051758; Tue, 18 Nov 2003 07:44:39 -0800 (PST) (envelope-from rwatson) Message-Id: <200311181544.hAIFidqL051758@repoman.freebsd.org> From: Robert Watson Date: Tue, 18 Nov 2003 07:44:39 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:44:40 -0000 rwatson 2003/11/18 07:44:39 PST FreeBSD doc repository Modified files: en/releases/5.2R schedule.sgml Log: The code freeze has started, update calendar. I was slightly at a loss as to what date to put: it was 18 Nov 2003 in the timezone of the 5.2 release engineering lead (scottl), but still 17 Nov 2003 in the timezone with the most committers. I put 18, since I figure scottl is authoritative :-). Revision Changes Path 1.2 +2 -2 www/en/releases/5.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:45:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50A816A4D0; Tue, 18 Nov 2003 07:45:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F13243FBD; Tue, 18 Nov 2003 07:45:09 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIFj9XJ051860; Tue, 18 Nov 2003 07:45:09 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIFj9bo051859; Tue, 18 Nov 2003 07:45:09 -0800 (PST) (envelope-from rwatson) Message-Id: <200311181545.hAIFj9bo051859@repoman.freebsd.org> From: Robert Watson Date: Tue, 18 Nov 2003 07:45:09 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:45:11 -0000 rwatson 2003/11/18 07:45:09 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Expand testing language for interrupt testing: watch out for lack of interrupts, and for interrupt storms. Revision Changes Path 1.58 +4 -2 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 07:45:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E471F16A4D1; Tue, 18 Nov 2003 07:45:10 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB6943FB1; Tue, 18 Nov 2003 07:45:09 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 3BB1C2A8EB; Tue, 18 Nov 2003 07:45:09 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Marius Strobl In-Reply-To: <20031118161335.P10910@newtrinity.zeist.de> Date: Tue, 18 Nov 2003 07:45:09 -0800 From: Peter Wemm Message-Id: <20031118154509.3BB1C2A8EB@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 15:45:11 -0000 Marius Strobl wrote: > On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: > > > > On 18-Nov-2003 Marius Strobl wrote: > > > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > > >> > > >> On 17-Nov-2003 Marius Strobl wrote: > > >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > > >> >> > > >> >> On 14-Nov-2003 John Baldwin wrote: > > >> >> > jhb 2003/11/14 13:02:49 PST > > >> >> > > > >> >> > FreeBSD src repository > > >> >> > > > >> >> > Modified files: > > >> >> > sys/i386/isa atpic.c > > >> >> > Log: > > >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no > > >> >> > longer uses these interrupt vectors for its ISA interrupt pins, s o these > > >> >> > entries will not be overwritten. If we get a spurious interrupt from the > > >> >> > ATPIC when using the APIC, it will be treated as a stray interrup t instead > > >> >> > of causing a panic. > > >> >> > > >> >> This should fix all of the "panic: Couldn't get vector from ISR" and > > >> >> trap 30 (reserved) panics. If you were using older versions of eithe r > > >> >> spurious.patch or atpic.patch, please try reverting them and using > > >> >> plain CVS to see if that fixes your problem. If not, please let me k now. > > >> >> If you get several stray IRQ 7 messages and would like to shut them u p, > > >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > > >> >> > > >> > > > >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > > > > > > Oops, meant stray interrupt... > > > > > >> > interrupt here (need atpic.patch). > > >> > > >> Do you get the trap very early? > > >> > > > > > > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > > > or http://quad.zeist.de/newintr.log (this was with older sources but the > > > problem is still the same after the commit above). > > > > Can you try www.freebsd.org/~jhb/patches/vm86.patch > > > > Looks worse: http://quad.zeist.de/newintr2.log Can I get you to try this instead please? Index: sys/i386/i386/machdep.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v retrieving revision 1.582 diff -u -r1.582 machdep.c --- machdep.c 14 Nov 2003 19:00:02 -0000 1.582 +++ machdep.c 18 Nov 2003 15:43:51 -0000 @@ -1947,6 +1947,10 @@ int gsel_tss, metadata_missing, off, x; struct pcpu *pc; + /* Preemptively mask the atpics and leave them shut down */ + outb(IO_ICU1 + ICU_IMR_OFFSET, 0xff); + outb(IO_ICU2 + ICU_IMR_OFFSET, 0xff); + proc0.p_uarea = proc0uarea; thread0.td_kstack = proc0kstack; thread0.td_pcb = (struct pcb *) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:00:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32B1A16A4CE; Tue, 18 Nov 2003 08:00:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBF943FBF; Tue, 18 Nov 2003 08:00:55 -0800 (PST) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIG0tXJ052461; Tue, 18 Nov 2003 08:00:55 -0800 (PST) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIG0tLw052452; Tue, 18 Nov 2003 08:00:55 -0800 (PST) (envelope-from skv) Message-Id: <200311181600.hAIG0tLw052452@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 18 Nov 2003 08:00:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Pod-Stripper Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:00:56 -0000 skv 2003/11/18 08:00:54 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Pod-Stripper Makefile distinfo pkg-descr pkg-plist Log: Add p5-Pod-Stripper 0.22, strip all pod, and output what's left. Revision Changes Path 1.590 +1 -0 ports/textproc/Makefile 1.1 +31 -0 ports/textproc/p5-Pod-Stripper/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Pod-Stripper/distinfo (new) 1.1 +8 -0 ports/textproc/p5-Pod-Stripper/pkg-descr (new) 1.1 +6 -0 ports/textproc/p5-Pod-Stripper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:01:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C8416A4CF; Tue, 18 Nov 2003 08:01:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54CC43FA3; Tue, 18 Nov 2003 08:01:07 -0800 (PST) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIG17XJ052503; Tue, 18 Nov 2003 08:01:07 -0800 (PST) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIG170b052502; Tue, 18 Nov 2003 08:01:07 -0800 (PST) (envelope-from skv) Message-Id: <200311181601.hAIG170b052502@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 18 Nov 2003 08:01:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:01:08 -0000 skv 2003/11/18 08:01:07 PST FreeBSD ports repository Modified files: . modules Log: p5-Pod-Stripper --> ports/textproc/p5-Pod-Stripper Revision Changes Path 1.8630 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:09:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF7D16A4CE; Tue, 18 Nov 2003 08:09:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AFC43FBF; Tue, 18 Nov 2003 08:09:37 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIG9aXJ053606; Tue, 18 Nov 2003 08:09:36 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIG9ale053605; Tue, 18 Nov 2003 08:09:36 -0800 (PST) (envelope-from trhodes) Message-Id: <200311181609.hAIG9ale053605@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 18 Nov 2003 08:09:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gallery gallery.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:09:38 -0000 trhodes 2003/11/18 08:09:36 PST FreeBSD doc repository Modified files: en/gallery gallery.xml Log: Help ceri out and process the removal request of Bennett Tindle. Requested by: Bennett Tindle Prodded by: kris Revision Changes Path 1.42 +1 -8 www/en/gallery/gallery.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:13:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD0016A4CE; Tue, 18 Nov 2003 08:13:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DA243FAF; Tue, 18 Nov 2003 08:13:40 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIGDeXJ053830; Tue, 18 Nov 2003 08:13:40 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIGDeEH053829; Tue, 18 Nov 2003 08:13:40 -0800 (PST) (envelope-from krion) Message-Id: <200311181613.hAIGDeEH053829@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 08:13:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/faces Makefile ports/mail/faces/files patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:13:41 -0000 krion 2003/11/18 08:13:40 PST FreeBSD ports repository Modified files: mail/faces Makefile mail/faces/files patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-ch patch-ci patch-cj patch-ck Removed files: mail/faces/files patch-cg Log: - Don't patch out copyright information - Pet portlint PR: 59413 Submitted by: Simon Barner Revision Changes Path 1.28 +2 -2 ports/mail/faces/Makefile 1.5 +0 -22 ports/mail/faces/files/patch-ca 1.4 +0 -23 ports/mail/faces/files/patch-cb 1.4 +0 -22 ports/mail/faces/files/patch-cc 1.2 +0 -22 ports/mail/faces/files/patch-cd 1.2 +0 -22 ports/mail/faces/files/patch-ce 1.2 +0 -22 ports/mail/faces/files/patch-cf 1.2 +0 -25 ports/mail/faces/files/patch-cg (dead) 1.2 +0 -22 ports/mail/faces/files/patch-ch 1.2 +0 -22 ports/mail/faces/files/patch-ci 1.2 +0 -23 ports/mail/faces/files/patch-cj 1.2 +0 -22 ports/mail/faces/files/patch-ck From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:17:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB77816A4CE; Tue, 18 Nov 2003 08:17:26 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B2D43FE9; Tue, 18 Nov 2003 08:17:24 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AM8Xb-000Jkz-8Y; Tue, 18 Nov 2003 16:17:23 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1AM8XZ-000PJe-9M; Tue, 18 Nov 2003 16:17:21 +0000 Date: Tue, 18 Nov 2003 16:17:21 +0000 From: Ceri Davies To: Tom Rhodes Message-ID: <20031118161721.GJ385@submonkey.net> Mail-Followup-To: Ceri Davies , Tom Rhodes , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200311181609.hAIG9ale053605@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GBuTPvBEOL0MYPgd" Content-Disposition: inline In-Reply-To: <200311181609.hAIG9ale053605@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/gallery gallery.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:17:27 -0000 --GBuTPvBEOL0MYPgd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 18, 2003 at 08:09:36AM -0800, Tom Rhodes wrote: > trhodes 2003/11/18 08:09:36 PST >=20 > FreeBSD doc repository >=20 > Modified files: > en/gallery gallery.xml=20 > Log: > Help ceri out and process the removal request of Bennett Tindle. > =20 > Requested by: Bennett Tindle > Prodded by: kris Thanks Tom. This isn't my baby though. phantom is the de facto maintainer for this, I do the stuff in www/en/commercial/. Ceri --=20 --GBuTPvBEOL0MYPgd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ukYRocfcwTS3JF8RAiw+AKC3IEZVpo7r6iGe8LR+VPapd/xe2wCfXeVY hqaJm0kM4EclSlXhHVqE9A0= =UI0Z -----END PGP SIGNATURE----- --GBuTPvBEOL0MYPgd-- From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:22:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8585216A4CE; Tue, 18 Nov 2003 08:22:18 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27B843FB1; Tue, 18 Nov 2003 08:22:16 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAIGMFK0002276; Tue, 18 Nov 2003 17:22:15 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAIGMA93002275; Tue, 18 Nov 2003 17:22:10 +0100 (CET) (envelope-from marius) Date: Tue, 18 Nov 2003 17:22:09 +0100 From: Marius Strobl To: Peter Wemm Message-ID: <20031118172209.Q10910@newtrinity.zeist.de> References: <20031118161335.P10910@newtrinity.zeist.de> <20031118154509.3BB1C2A8EB@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031118154509.3BB1C2A8EB@canning.wemm.org>; from peter@wemm.org on Tue, Nov 18, 2003 at 07:45:09AM -0800 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.39 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:22:18 -0000 On Tue, Nov 18, 2003 at 07:45:09AM -0800, Peter Wemm wrote: > Marius Strobl wrote: > > On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: > > > > > > On 18-Nov-2003 Marius Strobl wrote: > > > > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > > > >> > > > >> On 17-Nov-2003 Marius Strobl wrote: > > > >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > > > >> >> > > > >> >> On 14-Nov-2003 John Baldwin wrote: > > > >> >> > jhb 2003/11/14 13:02:49 PST > > > >> >> > > > > >> >> > FreeBSD src repository > > > >> >> > > > > >> >> > Modified files: > > > >> >> > sys/i386/isa atpic.c > > > >> >> > Log: > > > >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC > no > > > >> >> > longer uses these interrupt vectors for its ISA interrupt pins, s > o these > > > >> >> > entries will not be overwritten. If we get a spurious interrupt > from the > > > >> >> > ATPIC when using the APIC, it will be treated as a stray interrup > t instead > > > >> >> > of causing a panic. > > > >> >> > > > >> >> This should fix all of the "panic: Couldn't get vector from ISR" and > > > >> >> trap 30 (reserved) panics. If you were using older versions of eithe > r > > > >> >> spurious.patch or atpic.patch, please try reverting them and using > > > >> >> plain CVS to see if that fixes your problem. If not, please let me k > now. > > > >> >> If you get several stray IRQ 7 messages and would like to shut them u > p, > > > >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > > > >> >> > > > >> > > > > >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > > > > > > > > Oops, meant stray interrupt... > > > > > > > >> > interrupt here (need atpic.patch). > > > >> > > > >> Do you get the trap very early? > > > >> > > > > > > > > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > > > > or http://quad.zeist.de/newintr.log (this was with older sources but the > > > > problem is still the same after the commit above). > > > > > > Can you try www.freebsd.org/~jhb/patches/vm86.patch > > > > > > > Looks worse: http://quad.zeist.de/newintr2.log > > Can I get you to try this instead please? > > Index: sys/i386/i386/machdep.c > =================================================================== > RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v > retrieving revision 1.582 > diff -u -r1.582 machdep.c > --- machdep.c 14 Nov 2003 19:00:02 -0000 1.582 > +++ machdep.c 18 Nov 2003 15:43:51 -0000 > @@ -1947,6 +1947,10 @@ > int gsel_tss, metadata_missing, off, x; > struct pcpu *pc; > > + /* Preemptively mask the atpics and leave them shut down */ > + outb(IO_ICU1 + ICU_IMR_OFFSET, 0xff); > + outb(IO_ICU2 + ICU_IMR_OFFSET, 0xff); > + > proc0.p_uarea = proc0uarea; > thread0.td_kstack = proc0kstack; > thread0.td_pcb = (struct pcb *) > > I had to include i386/isa/isa.h to make it compile but it works. From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:26:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E323416A4CE; Tue, 18 Nov 2003 08:26:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C7B43FB1; Tue, 18 Nov 2003 08:26:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIGQqXJ054276; Tue, 18 Nov 2003 08:26:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIGQp2M054275; Tue, 18 Nov 2003 08:26:52 -0800 (PST) (envelope-from krion) Message-Id: <200311181626.hAIGQp2M054275@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 08:26:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/fluxbox-devel Makefile distinfo pkg-message pkg-plist ports/x11-wm/fluxbox-devel/files patch-util::Makefile.inpatch-util::fluxbox-generate_menu.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:26:53 -0000 krion 2003/11/18 08:26:51 PST FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile distinfo pkg-message pkg-plist x11-wm/fluxbox-devel/files patch-doc::Makefile.in patch-util::Makefile.in Added files: x11-wm/fluxbox-devel/files patch-data::startup.in patch-util::fluxbox-generate_menu.in Removed files: x11-wm/fluxbox-devel/files patch-util::fluxbox-generate_menu Log: - Update to version 0.9.6 PR: 59366 Submitted by: Mezz Approved by: maintainer Revision Changes Path 1.32 +11 -4 ports/x11-wm/fluxbox-devel/Makefile 1.23 +1 -1 ports/x11-wm/fluxbox-devel/distinfo 1.1 +25 -0 ports/x11-wm/fluxbox-devel/files/patch-data::startup.in (new) 1.2 +3 -3 ports/x11-wm/fluxbox-devel/files/patch-doc::Makefile.in 1.4 +7 -7 ports/x11-wm/fluxbox-devel/files/patch-util::Makefile.in 1.3 +0 -156 ports/x11-wm/fluxbox-devel/files/patch-util::fluxbox-generate_menu (dead) 1.1 +118 -0 ports/x11-wm/fluxbox-devel/files/patch-util::fluxbox-generate_menu.in (new) 1.2 +4 -0 ports/x11-wm/fluxbox-devel/pkg-message 1.11 +3 -1 ports/x11-wm/fluxbox-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 08:33:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E468516A4D1; Tue, 18 Nov 2003 08:33:23 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548A743FBF; Tue, 18 Nov 2003 08:33:20 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-203.zoominternet.net [24.154.239.203]) by pittgoth.com (8.12.9/8.12.9) with SMTP id hAIGXJvd077262; Tue, 18 Nov 2003 11:33:19 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 18 Nov 2003 11:33:19 -0500 From: Tom Rhodes To: Ceri Davies Message-Id: <20031118113319.60d29e2d.trhodes@FreeBSD.org> In-Reply-To: <20031118161721.GJ385@submonkey.net> References: <200311181609.hAIG9ale053605@repoman.freebsd.org> <20031118161721.GJ385@submonkey.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/gallery gallery.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:33:24 -0000 On Tue, 18 Nov 2003 16:17:21 +0000 Ceri Davies wrote: > On Tue, Nov 18, 2003 at 08:09:36AM -0800, Tom Rhodes wrote: > > trhodes 2003/11/18 08:09:36 PST > > > > FreeBSD doc repository > > > > Modified files: > > en/gallery gallery.xml > > Log: > > Help ceri out and process the removal request of Bennett Tindle. > > > > Requested by: Bennett Tindle > > Prodded by: kris > > Thanks Tom. > This isn't my baby though. phantom is the de facto maintainer for this, > I do the stuff in www/en/commercial/. Oh yea... Well, then, I helped phantom out. :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:03:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F189216A4D0; Tue, 18 Nov 2003 09:03:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1E743FE1; Tue, 18 Nov 2003 09:03:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIH3sXJ062426; Tue, 18 Nov 2003 09:03:54 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIH3sTj062425; Tue, 18 Nov 2003 09:03:54 -0800 (PST) (envelope-from dinoex) Message-Id: <200311181703.hAIH3sTj062425@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Nov 2003 09:03:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pgp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:03:56 -0000 dinoex 2003/11/18 09:03:54 PST FreeBSD ports repository Modified files: security/pgp Makefile Log: - fix COMMENT, contains no longer MIT code - make portlint happy Revision Changes Path 1.44 +3 -3 ports/security/pgp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:19:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E9A916A4CE; Tue, 18 Nov 2003 09:19:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE0143F93; Tue, 18 Nov 2003 09:19:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHJwXJ062968; Tue, 18 Nov 2003 09:19:58 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHJwS4062967; Tue, 18 Nov 2003 09:19:58 -0800 (PST) (envelope-from marcus) Message-Id: <200311181719.hAIHJwS4062967@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 09:19:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gossip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:19:59 -0000 marcus 2003/11/18 09:19:58 PST FreeBSD ports repository Modified files: net/gossip Makefile distinfo pkg-plist Log: Update to 0.6. Revision Changes Path 1.4 +2 -2 ports/net/gossip/Makefile 1.4 +1 -1 ports/net/gossip/distinfo 1.4 +26 -8 ports/net/gossip/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:20:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5899F16A4CE; Tue, 18 Nov 2003 09:20:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C1E43FAF; Tue, 18 Nov 2003 09:20:35 -0800 (PST) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHKZXJ063080; Tue, 18 Nov 2003 09:20:35 -0800 (PST) (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHKYlQ063079; Tue, 18 Nov 2003 09:20:34 -0800 (PST) (envelope-from clive) Message-Id: <200311181720.hAIHKYlQ063079@repoman.freebsd.org> From: Clive Lin Date: Tue, 18 Nov 2003 09:20:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/xmms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:20:36 -0000 clive 2003/11/18 09:20:34 PST FreeBSD ports repository Modified files: chinese/xmms Makefile Log: Unmark BROKEN. The patch is already applied on Oct 31. Revision Changes Path 1.10 +0 -2 ports/chinese/xmms/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:24:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D5D16A4CE; Tue, 18 Nov 2003 09:24:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A6243F75; Tue, 18 Nov 2003 09:24:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHOBXJ063188; Tue, 18 Nov 2003 09:24:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHOBUP063187; Tue, 18 Nov 2003 09:24:11 -0800 (PST) (envelope-from marcus) Message-Id: <200311181724.hAIHOBUP063187@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 09:24:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/quick-lounge-applet Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:24:12 -0000 marcus 2003/11/18 09:24:11 PST FreeBSD ports repository Modified files: misc/quick-lounge-applet Makefile distinfo pkg-plist Log: Update to 2.0.2. Revision Changes Path 1.8 +1 -1 ports/misc/quick-lounge-applet/Makefile 1.5 +1 -1 ports/misc/quick-lounge-applet/distinfo 1.3 +1 -0 ports/misc/quick-lounge-applet/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:25:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EC416A4CE; Tue, 18 Nov 2003 09:25:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA42443FB1; Tue, 18 Nov 2003 09:25:53 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHPrXJ063301; Tue, 18 Nov 2003 09:25:53 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHPrCI063300; Tue, 18 Nov 2003 09:25:53 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200311181725.hAIHPrCI063300@repoman.freebsd.org> From: Prafulla Deuskar Date: Tue, 18 Nov 2003 09:25:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:25:54 -0000 pdeuskar 2003/11/18 09:25:53 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: MFC: - Code cleanup - In the receive routine handle the case where last descriptor could have less than 4 bytes of data. - Handle race between detach/ioctl routine. - Add facilities for tuning "em" drivers interrupt delays without recompiling the driver. These changes were done by John Polstra. Submitted by: jdp (sysctl's for interrupt delay tuning) Revision Changes Path 1.2.2.17 +154 -20 src/sys/dev/em/if_em.c 1.1.2.16 +12 -5 src/sys/dev/em/if_em.h 1.1.2.10 +18 -88 src/sys/dev/em/if_em_hw.c 1.1.2.10 +0 -10 src/sys/dev/em/if_em_hw.h 1.1.2.13 +28 -29 src/sys/dev/em/if_em_osdep.h From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:39:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71A6616A4CE; Tue, 18 Nov 2003 09:39:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4830343F75; Tue, 18 Nov 2003 09:39:48 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHdmXJ063787; Tue, 18 Nov 2003 09:39:48 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHdlbd063786; Tue, 18 Nov 2003 09:39:47 -0800 (PST) (envelope-from marcus) Message-Id: <200311181739.hAIHdlbd063786@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 09:39:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefileports/sysutils/gdesklets-sysinfo Makefile distinfo pkg-descr pkg-message pkg-plist patch-Install_SysInfo_Sensor.bin postbuild-patch-__init__.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:39:49 -0000 marcus 2003/11/18 09:39:47 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gdesklets-sysinfo Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/gdesklets-sysinfo/files patch-Install_SysInfo_Sensor.bin postbuild-patch-__init__.py Log: Add gdesklets-sysinfo, a plug-in for gdesklets that shows various system information. PR: 59415 Submitted by: Franz Klammer Revision Changes Path 1.454 +1 -0 ports/sysutils/Makefile 1.1 +48 -0 ports/sysutils/gdesklets-sysinfo/Makefile (new) 1.1 +1 -0 ports/sysutils/gdesklets-sysinfo/distinfo (new) 1.1 +19 -0 ports/sysutils/gdesklets-sysinfo/files/patch-Install_SysInfo_Sensor.bin (new) 1.1 +37 -0 ports/sysutils/gdesklets-sysinfo/files/postbuild-patch-__init__.py (new) 1.1 +3 -0 ports/sysutils/gdesklets-sysinfo/pkg-descr (new) 1.1 +14 -0 ports/sysutils/gdesklets-sysinfo/pkg-message (new) 1.1 +22 -0 ports/sysutils/gdesklets-sysinfo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:39:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA28516A4D0; Tue, 18 Nov 2003 09:39:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8918643F93; Tue, 18 Nov 2003 09:39:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHdtXJ063829; Tue, 18 Nov 2003 09:39:55 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHdtl6063828; Tue, 18 Nov 2003 09:39:55 -0800 (PST) (envelope-from marcus) Message-Id: <200311181739.hAIHdtl6063828@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 09:39:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:39:57 -0000 marcus 2003/11/18 09:39:55 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-sysinfo --> ports/sysutils/gdesklets-sysinfo Revision Changes Path 1.8631 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 09:41:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A36016A4CE; Tue, 18 Nov 2003 09:41:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CA843F3F; Tue, 18 Nov 2003 09:41:27 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIHfRXJ063961; Tue, 18 Nov 2003 09:41:27 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIHfRO8063960; Tue, 18 Nov 2003 09:41:27 -0800 (PST) (envelope-from sergei) Message-Id: <200311181741.hAIHfRO8063960@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 09:41:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/howl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:41:28 -0000 sergei 2003/11/18 09:41:27 PST FreeBSD ports repository Modified files: net/howl Makefile distinfo pkg-plist Log: - Update to 0.8.1 While I'm here: - Remove GNU_CONFIGURE - implied by USE_LIBTOOL - Add CONFIGURE_TARGET to silence a warning - Use VERSION macro instead of explicit version number in pkg-plist PR: 59424 Submitted by: maintainer Revision Changes Path 1.4 +6 -3 ports/net/howl/Makefile 1.2 +1 -1 ports/net/howl/distinfo 1.2 +29 -26 ports/net/howl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:17:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C45B16A4CE; Tue, 18 Nov 2003 10:17:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D639D43FF3; Tue, 18 Nov 2003 10:17:39 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIIHdXJ066031; Tue, 18 Nov 2003 10:17:39 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIIHddK066030; Tue, 18 Nov 2003 10:17:39 -0800 (PST) (envelope-from phk) Message-Id: <200311181817.hAIIHddK066030@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 18 Nov 2003 10:17:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:17:40 -0000 phk 2003/11/18 10:17:39 PST FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Call class->init() an class->fini() while the class is hooked up, rather than right before and right after. This allows these routines to manipulate the mesh. KASSERT that nobody creates a geom on an alien class. Assert topology in g_valid_obj(). Approved by: re@ Revision Changes Path 1.63 +5 -3 src/sys/geom/geom_subr.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:19:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD0516A4CE; Tue, 18 Nov 2003 10:19:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E613743F75; Tue, 18 Nov 2003 10:19:26 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIIJQXJ066081; Tue, 18 Nov 2003 10:19:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIIJQ4b066080; Tue, 18 Nov 2003 10:19:26 -0800 (PST) (envelope-from phk) Message-Id: <200311181819.hAIIJQ4b066080@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 18 Nov 2003 10:19:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:19:27 -0000 phk 2003/11/18 10:19:26 PST FreeBSD src repository Modified files: sys/dev/md md.c Log: Use the class->init() to hitch up preload devices, rather than rely on the "old" SYSINIT. This makes sure things happen in the right order. XXX: md(4) needs to be fully geom-ified and in particluar /dev/md.ctl should be abandonded for the GEOM OaM api. Approved by: re@ Revision Changes Path 1.108 +6 -2 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:21:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D1E16A4CE; Tue, 18 Nov 2003 10:21:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E52943FEA; Tue, 18 Nov 2003 10:21:22 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIILMXJ066246; Tue, 18 Nov 2003 10:21:22 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIILMST066245; Tue, 18 Nov 2003 10:21:22 -0800 (PST) (envelope-from fjoe) Message-Id: <200311181821.hAIILMST066245@repoman.freebsd.org> From: Max Khon Date: Tue, 18 Nov 2003 10:21:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/tk80 Makefileports/x11-toolkits/tk80/files Makefile.lib makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:21:23 -0000 fjoe 2003/11/18 10:21:22 PST FreeBSD ports repository Modified files: x11-toolkits/tk80 Makefile x11-toolkits/tk80/files Makefile.lib makefile Log: - Fix build on 5.x. - Use REINPLACE_CMD. - Bump PORTREVISION. Revision Changes Path 1.34 +3 -2 ports/x11-toolkits/tk80/Makefile 1.2 +46 -46 ports/x11-toolkits/tk80/files/Makefile.lib 1.2 +0 -1 ports/x11-toolkits/tk80/files/makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:26:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7018116A4CE; Tue, 18 Nov 2003 10:26:20 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B18543FD7; Tue, 18 Nov 2003 10:26:19 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBa3-0007sP-00; Wed, 19 Nov 2003 01:32:07 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBa2-0007rR-00; Wed, 19 Nov 2003 01:32:06 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIRtg1060716; Wed, 19 Nov 2003 00:27:55 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIRtc0060654; Wed, 19 Nov 2003 00:27:55 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:27:55 +0600 From: Alexey Dokuchaev To: Poul-Henning Kamp Message-ID: <20031118182755.GA49964@regency.nsu.ru> References: <200311161824.hAGIOOqb004097@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311161824.hAGIOOqb004097@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: phk@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:26:20 -0000 On Sun, Nov 16, 2003 at 10:24:24AM -0800, Poul-Henning Kamp wrote: > phk 2003/11/16 10:24:24 PST > > FreeBSD src repository > > Modified files: > sys/boot/i386/btx/btx btx.s > Log: > When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. Back in my days of DOS hacking, I used to jump to 0xf0f0:0xf0f0 :) ./danfe From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:31:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C9716A4CE; Tue, 18 Nov 2003 10:31:21 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533FF43F93; Tue, 18 Nov 2003 10:31:18 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBet-0001b2-00; Wed, 19 Nov 2003 01:37:07 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBes-0001ZG-00; Wed, 19 Nov 2003 01:37:06 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIWtg1069172; Wed, 19 Nov 2003 00:32:55 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIWtRI069134; Wed, 19 Nov 2003 00:32:55 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:32:55 +0600 From: Alexey Dokuchaev To: Robert Watson , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20031118183254.GB49964@regency.nsu.ru> References: <200311170008.hAH08SMA032168@repoman.freebsd.org> <20031117004018.GA49450@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031117004018.GA49450@VARK.homeunix.com> User-Agent: Mutt/1.4.1i X-Envelope-To: rwatson@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:31:21 -0000 On Sun, Nov 16, 2003 at 04:40:18PM -0800, David Schultz wrote: > On Sun, Nov 16, 2003, Robert Watson wrote: > > > > On Sun, 16 Nov 2003, David Schultz wrote: > > > > > Modified files: > > > sbin/nologin nologin.8 > > > Log: > > > Document nologin(8) as being insecure in conjunction with a dynamic > > > root and suggest alternatives. > > > > Should we simply be making nologin(8) an except to the dynamic link > > defaults? > > It's presently a shell script, so that isn't possible. However, > it could be converted into a trivial C program as in OpenBSD, in > which case it would be very small if statically linked. Hmm, is there anything that stops us from pulling oBSD's version? ./danfe From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:37:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E6516A4CE; Tue, 18 Nov 2003 10:37:44 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8911043F3F; Tue, 18 Nov 2003 10:37:41 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBl5-0004dp-00; Wed, 19 Nov 2003 01:43:31 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBl4-0004d4-00; Wed, 19 Nov 2003 01:43:30 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIdKg1079321; Wed, 19 Nov 2003 00:39:20 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIdK0v079269; Wed, 19 Nov 2003 00:39:20 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:39:19 +0600 From: Alexey Dokuchaev To: Robert Watson , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20031118183919.GC49964@regency.nsu.ru> References: <200311170008.hAH08SMA032168@repoman.freebsd.org> <20031117004018.GA49450@VARK.homeunix.com> <20031118183254.GB49964@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031118183254.GB49964@regency.nsu.ru> User-Agent: Mutt/1.4.1i X-Envelope-To: rwatson@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:37:45 -0000 On Wed, Nov 19, 2003 at 12:32:55AM +0600, Alexey Dokuchaev wrote: > On Sun, Nov 16, 2003 at 04:40:18PM -0800, David Schultz wrote: > > On Sun, Nov 16, 2003, Robert Watson wrote: > > > > > > On Sun, 16 Nov 2003, David Schultz wrote: > > > > > > > Modified files: > > > > sbin/nologin nologin.8 > > > > Log: > > > > Document nologin(8) as being insecure in conjunction with a dynamic > > > > root and suggest alternatives. > > > > > > Should we simply be making nologin(8) an except to the dynamic link > > > defaults? > > > > It's presently a shell script, so that isn't possible. However, > > it could be converted into a trivial C program as in OpenBSD, in > > which case it would be very small if statically linked. > > Hmm, is there anything that stops us from pulling oBSD's version? Oops, nevermind, mea culpa. Should read *all* my mail before replying to it. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:41:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278E216A4CF for ; Tue, 18 Nov 2003 10:41:30 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BF41143FDD for ; Tue, 18 Nov 2003 10:41:27 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 64550 invoked by uid 1000); 18 Nov 2003 18:41:28 -0000 Date: Tue, 18 Nov 2003 10:41:28 -0800 (PST) From: Nate Lawson To: Alexey Dokuchaev In-Reply-To: <20031118183254.GB49964@regency.nsu.ru> Message-ID: <20031118103822.C64472@root.org> References: <200311170008.hAH08SMA032168@repoman.freebsd.org> <20031118183254.GB49964@regency.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Robert Watson cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:41:30 -0000 On Wed, 19 Nov 2003, Alexey Dokuchaev wrote: > On Sun, Nov 16, 2003 at 04:40:18PM -0800, David Schultz wrote: > > On Sun, Nov 16, 2003, Robert Watson wrote: > > > > > > On Sun, 16 Nov 2003, David Schultz wrote: > > > > > > > Modified files: > > > > sbin/nologin nologin.8 > > > > Log: > > > > Document nologin(8) as being insecure in conjunction with a dynamic > > > > root and suggest alternatives. > > > > > > Should we simply be making nologin(8) an except to the dynamic link > > > defaults? > > > > It's presently a shell script, so that isn't possible. However, > > it could be converted into a trivial C program as in OpenBSD, in > > which case it would be very small if statically linked. > > Hmm, is there anything that stops us from pulling oBSD's version? > > ./danfe The bikeshed is not over until the "late reply to an early message indicating the discussion should be started all over again" happens. Therefore, this bikeshed is over. Sorry, -Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:47:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D2016A4CE; Tue, 18 Nov 2003 10:47:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4FF43FBD; Tue, 18 Nov 2003 10:47:30 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIIlUXJ067075; Tue, 18 Nov 2003 10:47:30 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIIlUl6067074; Tue, 18 Nov 2003 10:47:30 -0800 (PST) (envelope-from knu) Message-Id: <200311181847.hAIIlUl6067074@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Nov 2003 10:47:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/dancer-ircd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:47:31 -0000 knu 2003/11/18 10:47:30 PST FreeBSD ports repository Modified files: irc/dancer-ircd Makefile Log: Fix stupid typos. D'oh! Submitted by: Eike Bernhardt Revision Changes Path 1.5 +1 -1 ports/irc/dancer-ircd/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:54:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FCC16A4CE; Tue, 18 Nov 2003 10:54:34 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21EA43FFD; Tue, 18 Nov 2003 10:54:31 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hAIIqPMg094083; Tue, 18 Nov 2003 13:52:25 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hAIIqPoG094080; Tue, 18 Nov 2003 13:52:25 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 18 Nov 2003 13:52:25 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Nate Lawson In-Reply-To: <20031118103822.C64472@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexey Dokuchaev cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/nologin nologin.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:54:34 -0000 On Tue, 18 Nov 2003, Nate Lawson wrote: > On Wed, 19 Nov 2003, Alexey Dokuchaev wrote: > > The bikeshed is not over until the "late reply to an early message > indicating the discussion should be started all over again" happens. > Therefore, this bikeshed is over. FWIW, I think we should start a new bikeshed, because I'm having trouble finding the old one. As far as I can tell, the conversation went: Hmm. Dynamic linking for nologin might raise security concerns, I'll update the man page. Why not statically link? Because it's a shell script. Maybe we should just make it a binary. Ok, I've committed it. Wait, I have a version I've been maintaining in ports that's a bit more featureful, perhaps we should commit that? So it sounds like there's lots of room for refinement, no real objection to refinement, but since we've just entered a code freeze, any refinement should be carefully discussed with re@. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-all@FreeBSD.ORG Tue Nov 18 10:58:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B263D16A4CE; Tue, 18 Nov 2003 10:58:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB6543FEC; Tue, 18 Nov 2003 10:58:16 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIIwGXJ067569; Tue, 18 Nov 2003 10:58:16 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIIwGVC067568; Tue, 18 Nov 2003 10:58:16 -0800 (PST) (envelope-from bmah) Message-Id: <200311181858.hAIIwGVC067568@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Nov 2003 10:58:16 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:58:17 -0000 bmah 2003/11/18 10:58:16 PST FreeBSD doc repository Modified files: en/releng index.sgml Log: Note the frozen state of HEAD for the 5.2 release cycle. Revision Changes Path 1.77 +4 -8 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 18 11:06:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 175BD16A4CE; Tue, 18 Nov 2003 11:06:34 -0800 (PST) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C662343FE3; Tue, 18 Nov 2003 11:06:32 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hAIJ6Vtp017981; Tue, 18 Nov 2003 14:06:31 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20031118093053.I30811@hewey.af.speednet.com.au> References: <200311172325.hAHNPHSj062966@repoman.freebsd.org> <20031118093053.I30811@hewey.af.speednet.com.au> Date: Tue, 18 Nov 2003 14:06:30 -0500 To: Andy Farkas , Robert Watson From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Some duplicate msgs on freebsd mailing lists X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 19:06:34 -0000 Tangent from the thread: Re: cvs commit: src UPDATING At 9:32 AM +1000 11/18/03, Andy Farkas wrote: >I'm starting to receive two copies of each email sent to >cvs-all. Did something change? Interestingly enough, I'm starting to receive duplicates of *some* messages set to src-committers (which is how I receive all these cvs-commit messages). In my case, for any message where I am a CC'ed recipient, I receive one copy of the message directly to me, and two copies which claim to be coming to me via the src-committers mailing list. It looks like the duplicate has something to do with host floyd.stormweb.net: +Received: from floyd.stormweb.net (floyd.stormweb.net [65.39.129.201]) + by smtp1.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hAI8CT7O012164 + for ; Tue, 18 Nov 2003 03:12:31 -0500 +Received: (qmail 53584 invoked by uid 110); 18 Nov 2003 08:12:28 -0000 +Received: (qmail 53571 invoked from network); 18 Nov 2003 08:12:28 -0000 +Received: from mx2.freebsd.org (216.136.204.119) + by floyd.stormweb.net with SMTP; 18 Nov 2003 08:12:28 -0000 +Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) + by mx2.freebsd.org (Postfix) with ESMTP id CCBEF56D28 + for ; Tue, 18 Nov 2003 00:12:27 -0800 (PST) + (envelope-from owner-src-committers@FreeBSD.org) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:04:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF51016A4D3; Tue, 18 Nov 2003 12:04:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D9D43F93; Tue, 18 Nov 2003 12:04:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIK4lXJ071457; Tue, 18 Nov 2003 12:04:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIK4lIl071456; Tue, 18 Nov 2003 12:04:47 -0800 (PST) (envelope-from marcus) Message-Id: <200311182004.hAIK4lIl071456@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 12:04:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gdesklets Makefile ports/deskutils/gdesklets/files patch-sensor::Sensor.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:04:49 -0000 marcus 2003/11/18 12:04:47 PST FreeBSD ports repository Modified files: deskutils/gdesklets Makefile deskutils/gdesklets/files patch-sensor::Sensor.py Log: Add the official threads fix. PR: 59432 Submitted by: maintainer Obtained from: gDesklets CVS Revision Changes Path 1.11 +1 -1 ports/deskutils/gdesklets/Makefile 1.2 +8 -9 ports/deskutils/gdesklets/files/patch-sensor::Sensor.py From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:13:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1221916A4CE; Tue, 18 Nov 2003 12:13:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DDD43F3F; Tue, 18 Nov 2003 12:13:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKDDXJ071936; Tue, 18 Nov 2003 12:13:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKDDZx071935; Tue, 18 Nov 2003 12:13:13 -0800 (PST) (envelope-from marcus) Message-Id: <200311182013.hAIKDDZx071935@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 12:13:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro Makefile ports/astro/gdesklets-seti Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:13:14 -0000 marcus 2003/11/18 12:13:13 PST FreeBSD ports repository Modified files: astro Makefile Added files: astro/gdesklets-seti Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add gdesklets-seti, a gdesklet client for the SETI project that is designed to be simple, and use little CPU. PR: 59227 Submitted by: Franz Klammer Revision Changes Path 1.72 +1 -0 ports/astro/Makefile 1.1 +44 -0 ports/astro/gdesklets-seti/Makefile (new) 1.1 +1 -0 ports/astro/gdesklets-seti/distinfo (new) 1.1 +3 -0 ports/astro/gdesklets-seti/pkg-descr (new) 1.1 +14 -0 ports/astro/gdesklets-seti/pkg-message (new) 1.1 +14 -0 ports/astro/gdesklets-seti/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:13:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5385816A4CF; Tue, 18 Nov 2003 12:13:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF8943FDD; Tue, 18 Nov 2003 12:13:21 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKDLXJ071977; Tue, 18 Nov 2003 12:13:21 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKDLaY071976; Tue, 18 Nov 2003 12:13:21 -0800 (PST) (envelope-from marcus) Message-Id: <200311182013.hAIKDLaY071976@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 12:13:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:13:22 -0000 marcus 2003/11/18 12:13:21 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-seti --> ports/astro/gdesklets-seti Revision Changes Path 1.8632 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:18:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33E716A4CE; Tue, 18 Nov 2003 12:18:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 276F343F85; Tue, 18 Nov 2003 12:18:18 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKIHXJ072218; Tue, 18 Nov 2003 12:18:17 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKIHGl072217; Tue, 18 Nov 2003 12:18:17 -0800 (PST) (envelope-from lkoeller) Message-Id: <200311182018.hAIKIHGl072217@repoman.freebsd.org> From: Lars Koeller Date: Tue, 18 Nov 2003 12:18:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/apcupsd Makefile distinfo pkg-plist ports/sysutils/apcupsd/files patch-aa patch-ab patch-ac patch-ad patch-ba patch-ca patch-configure patch-doc-apcupds.manpatch-usb-segfault X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:18:18 -0000 lkoeller 2003/11/18 12:18:17 PST FreeBSD ports repository Modified files: sysutils/apcupsd Makefile distinfo pkg-plist Added files: sysutils/apcupsd/files patch-configure patch-doc-apcupds.man patch-platform-Makefile.in patch-platform-etc-Makefile.in patch-usb-segfault Removed files: sysutils/apcupsd/files patch-aa patch-ab patch-ac patch-ad patch-ba patch-ca Log: o) Update to version 3.10.6 (USB support) Revision Changes Path 1.18 +45 -27 ports/sysutils/apcupsd/Makefile 1.5 +1 -1 ports/sysutils/apcupsd/distinfo 1.3 +0 -104 ports/sysutils/apcupsd/files/patch-aa (dead) 1.3 +0 -62 ports/sysutils/apcupsd/files/patch-ab (dead) 1.2 +0 -64 ports/sysutils/apcupsd/files/patch-ac (dead) 1.2 +0 -13 ports/sysutils/apcupsd/files/patch-ad (dead) 1.2 +0 -53 ports/sysutils/apcupsd/files/patch-ba (dead) 1.2 +0 -95 ports/sysutils/apcupsd/files/patch-ca (dead) 1.1 +36 -0 ports/sysutils/apcupsd/files/patch-configure (new) 1.1 +196 -0 ports/sysutils/apcupsd/files/patch-doc-apcupds.man (new) 1.1 +25 -0 ports/sysutils/apcupsd/files/patch-platform-Makefile.in (new) 1.1 +19 -0 ports/sysutils/apcupsd/files/patch-platform-etc-Makefile.in (new) 1.1 +127 -0 ports/sysutils/apcupsd/files/patch-usb-segfault (new) 1.6 +24 -71 ports/sysutils/apcupsd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:29:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0627816A4CE; Tue, 18 Nov 2003 12:29:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BFE43FAF; Tue, 18 Nov 2003 12:29:22 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKTMXJ072599; Tue, 18 Nov 2003 12:29:22 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKTL8E072598; Tue, 18 Nov 2003 12:29:21 -0800 (PST) (envelope-from krion) Message-Id: <200311182029.hAIKTL8E072598@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 12:29:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/wapsh Makefile pkg-descr pkg-message pkg-plist ports/shells/wapsh/files patch-htshd::htshd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:29:23 -0000 krion 2003/11/18 12:29:21 PST FreeBSD ports repository Modified files: shells/wapsh Makefile pkg-descr pkg-message pkg-plist shells/wapsh/files patch-htshd::htshd.c Log: - fix build with gcc 3.3.x - unmark as BROKEN - use %%DATADIR%% and %%DOCSDIR%% - pkg-plist is NOPORTSDOC compliant - make portlint happy PR: 59427 Submitted by: Clement Laforet Revision Changes Path 1.10 +11 -17 ports/shells/wapsh/Makefile 1.2 +76 -4 ports/shells/wapsh/files/patch-htshd::htshd.c 1.2 +0 -3 ports/shells/wapsh/pkg-descr 1.2 +0 -1 ports/shells/wapsh/pkg-message 1.4 +84 -84 ports/shells/wapsh/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:43:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD1F16A4CE; Tue, 18 Nov 2003 12:43:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5151243FA3; Tue, 18 Nov 2003 12:43:24 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKhOXJ073099; Tue, 18 Nov 2003 12:43:24 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKhOGn073098; Tue, 18 Nov 2003 12:43:24 -0800 (PST) (envelope-from archie) Message-Id: <200311182043.hAIKhOGn073098@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 18 Nov 2003 12:43:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:43:25 -0000 archie 2003/11/18 12:43:24 PST FreeBSD src repository Modified files: sys/netgraph ng_pptpgre.c Log: Lower the maximum ACK timeout for GRE packets from 10 to 1 second. In practice it seems that in situations of high packet loss the ACK timeout seems to hit this maximum (perhaps inappropriately, but the estimation algorithm is not perfect, so apparently it happens). In any case, 10 seconds is way too high a value so lower to 1 second. MFC after: 3 days Revision Changes Path 1.31 +1 -1 src/sys/netgraph/ng_pptpgre.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:45:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71B816A4CE; Tue, 18 Nov 2003 12:45:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C6A43FD7; Tue, 18 Nov 2003 12:45:26 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIKjQXJ073226; Tue, 18 Nov 2003 12:45:26 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIKjQVf073223; Tue, 18 Nov 2003 12:45:26 -0800 (PST) (envelope-from vanilla) Message-Id: <200311182045.hAIKjQVf073223@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 18 Nov 2003 12:45:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-libwww Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:45:28 -0000 vanilla 2003/11/18 12:45:26 PST FreeBSD ports repository Modified files: www/p5-libwww Makefile distinfo Log: Upgrade to 5.75 Approved by: petef Revision Changes Path 1.62 +1 -1 ports/www/p5-libwww/Makefile 1.23 +1 -1 ports/www/p5-libwww/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 12:54:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1FD16A4D0 for ; Tue, 18 Nov 2003 12:54:58 -0800 (PST) Received: from mail.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E4943FAF for ; Tue, 18 Nov 2003 12:54:56 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 28768 invoked from network); 18 Nov 2003 20:54:55 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 18 Nov 2003 20:54:55 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAIKspFn019630; Tue, 18 Nov 2003 15:54:51 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031118161335.P10910@newtrinity.zeist.de> Date: Tue, 18 Nov 2003 15:54:49 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 20:54:59 -0000 On 18-Nov-2003 Marius Strobl wrote: > On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: >> >> On 18-Nov-2003 Marius Strobl wrote: >> > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: >> >> >> >> On 17-Nov-2003 Marius Strobl wrote: >> >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> >> >> >> >> On 14-Nov-2003 John Baldwin wrote: >> >> >> > jhb 2003/11/14 13:02:49 PST >> >> >> > >> >> >> > FreeBSD src repository >> >> >> > >> >> >> > Modified files: >> >> >> > sys/i386/isa atpic.c >> >> >> > Log: >> >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> >> >> > entries will not be overwritten. If we get a spurious interrupt from the >> >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> >> >> > of causing a panic. >> >> >> >> >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> >> >> trap 30 (reserved) panics. If you were using older versions of either >> >> >> spurious.patch or atpic.patch, please try reverting them and using >> >> >> plain CVS to see if that fixes your problem. If not, please let me know. >> >> >> If you get several stray IRQ 7 messages and would like to shut them up, >> >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> >> >> >> >> > >> >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious >> > >> > Oops, meant stray interrupt... >> > >> >> > interrupt here (need atpic.patch). >> >> >> >> Do you get the trap very early? >> >> >> > >> > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ >> > or http://quad.zeist.de/newintr.log (this was with older sources but the >> > problem is still the same after the commit above). >> >> Can you try www.freebsd.org/~jhb/patches/vm86.patch >> > > Looks worse: http://quad.zeist.de/newintr2.log Well, vm86 is broken but that patch seems to have helped fix that breakage. There is another bug in the handling of stray interrupts. Can you revert vm86.patch and try this instead: http://www.FreeBSD.org/~jhb/patches/atpic.patch Assuming that works, you should be able to use http://www.FreeBSD.org/~jhb/patches/spurious.patch to quiet the 'stray irq 7' messages. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:20:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4F516A4CE; Tue, 18 Nov 2003 13:20:33 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C3943FDD; Tue, 18 Nov 2003 13:20:29 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAILKRK0007409; Tue, 18 Nov 2003 22:20:27 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAILKMsO007408; Tue, 18 Nov 2003 22:20:22 +0100 (CET) (envelope-from marius) Date: Tue, 18 Nov 2003 22:20:22 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031118222022.R10910@newtrinity.zeist.de> References: <20031118161335.P10910@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Nov 18, 2003 at 03:54:49PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.39 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:20:34 -0000 On Tue, Nov 18, 2003 at 03:54:49PM -0500, John Baldwin wrote: > > On 18-Nov-2003 Marius Strobl wrote: > > On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: > >> > >> On 18-Nov-2003 Marius Strobl wrote: > >> > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: > >> >> > >> >> On 17-Nov-2003 Marius Strobl wrote: > >> >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > >> >> >> > >> >> >> On 14-Nov-2003 John Baldwin wrote: > >> >> >> > jhb 2003/11/14 13:02:49 PST > >> >> >> > > >> >> >> > FreeBSD src repository > >> >> >> > > >> >> >> > Modified files: > >> >> >> > sys/i386/isa atpic.c > >> >> >> > Log: > >> >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no > >> >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these > >> >> >> > entries will not be overwritten. If we get a spurious interrupt from the > >> >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead > >> >> >> > of causing a panic. > >> >> >> > >> >> >> This should fix all of the "panic: Couldn't get vector from ISR" and > >> >> >> trap 30 (reserved) panics. If you were using older versions of either > >> >> >> spurious.patch or atpic.patch, please try reverting them and using > >> >> >> plain CVS to see if that fixes your problem. If not, please let me know. > >> >> >> If you get several stray IRQ 7 messages and would like to shut them up, > >> >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > >> >> >> > >> >> > > >> >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious > >> > > >> > Oops, meant stray interrupt... > >> > > >> >> > interrupt here (need atpic.patch). > >> >> > >> >> Do you get the trap very early? > >> >> > >> > > >> > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ > >> > or http://quad.zeist.de/newintr.log (this was with older sources but the > >> > problem is still the same after the commit above). > >> > >> Can you try www.freebsd.org/~jhb/patches/vm86.patch > >> > > > > Looks worse: http://quad.zeist.de/newintr2.log > > Well, vm86 is broken but that patch seems to have helped fix that breakage. > There is another bug in the handling of stray interrupts. Can you revert > vm86.patch and try this instead: > > http://www.FreeBSD.org/~jhb/patches/atpic.patch > Works. > Assuming that works, you should be able to use > > http://www.FreeBSD.org/~jhb/patches/spurious.patch > > to quiet the 'stray irq 7' messages. > Also works. However, as you may have noticed in my boot logs I get 'stray irq 13' with the new interrupt code when npx gets probed. I'm aware that your spurious.patch only addresses stray irqs 7 and 15, I'm just wondering a bit why the co-processor mucks up with the new code... From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:41:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698B816A4CE; Tue, 18 Nov 2003 13:41:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A7243F85; Tue, 18 Nov 2003 13:41:10 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILfAXJ081443; Tue, 18 Nov 2003 13:41:10 -0800 (PST) (envelope-from wosch@repoman.freebsd.org) Received: (from wosch@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILfAfm081442; Tue, 18 Nov 2003 13:41:10 -0800 (PST) (envelope-from wosch) Message-Id: <200311182141.hAILfAfm081442@repoman.freebsd.org> From: Wolfram Schneider Date: Tue, 18 Nov 2003 13:41:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi getmsg.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:41:11 -0000 wosch 2003/11/18 13:41:10 PST FreeBSD doc repository Modified files: en/cgi getmsg.cgi Log: Print a 'Want to link to this message' link at the bottom. The URI is permanent and works for the e-mails of the current week and the mail archive. Revision Changes Path 1.36 +12 -2 www/en/cgi/getmsg.cgi From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:49:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9039716A4CE; Tue, 18 Nov 2003 13:49:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04AAC43FB1; Tue, 18 Nov 2003 13:49:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILnZXJ081709; Tue, 18 Nov 2003 13:49:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILnZcS081708; Tue, 18 Nov 2003 13:49:35 -0800 (PST) (envelope-from pav) Message-Id: <200311182149.hAILnZcS081708@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 13:49:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/eggdrop Makefile ports/irc/eggdrop/files patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:49:36 -0000 pav 2003/11/18 13:49:35 PST FreeBSD ports repository Modified files: irc/eggdrop Makefile irc/eggdrop/files patch-ai Log: - Restore patch that was incorrectly removed in update to 1.6.15 PR: ports/59434 Submitted by: maintainer Approved by: marcus (backup mentor) Revision Changes Path 1.6 +1 -1 ports/irc/eggdrop/Makefile 1.3 +13 -2 ports/irc/eggdrop/files/patch-ai From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:51:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B054016A4CE; Tue, 18 Nov 2003 13:51:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2838B43F75; Tue, 18 Nov 2003 13:51:28 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILpRXJ081869; Tue, 18 Nov 2003 13:51:27 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILpReo081868; Tue, 18 Nov 2003 13:51:27 -0800 (PST) (envelope-from pav) Message-Id: <200311182151.hAILpReo081868@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 13:51:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:51:28 -0000 pav 2003/11/18 13:51:27 PST FreeBSD ports repository Modified files: security/f-prot Makefile Log: - Mark only for i386 PR: ports/59437 Submitted by: maintainer Approved by: marcus (backup mentor) Revision Changes Path 1.6 +2 -0 ports/security/f-prot/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:52:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B31216A4CE; Tue, 18 Nov 2003 13:52:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EDB43FD7; Tue, 18 Nov 2003 13:52:46 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILqkXJ081932; Tue, 18 Nov 2003 13:52:46 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILqjA9081931; Tue, 18 Nov 2003 13:52:45 -0800 (PST) (envelope-from pav) Message-Id: <200311182152.hAILqjA9081931@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 13:52:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gthumb2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:52:48 -0000 pav 2003/11/18 13:52:45 PST FreeBSD ports repository Modified files: graphics/gthumb2 Makefile distinfo pkg-plist Log: - Update to 2.1.9 * Bugfixes Approved by: marcus (backup mentor) Revision Changes Path 1.29 +1 -1 ports/graphics/gthumb2/Makefile 1.15 +1 -1 ports/graphics/gthumb2/distinfo 1.18 +2 -1 ports/graphics/gthumb2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:56:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CC116A4CE; Tue, 18 Nov 2003 13:56:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF3E43F85; Tue, 18 Nov 2003 13:56:41 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILufXJ082154; Tue, 18 Nov 2003 13:56:41 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILufeg082153; Tue, 18 Nov 2003 13:56:41 -0800 (PST) (envelope-from sergei) Message-Id: <200311182156.hAILufeg082153@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 13:56:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/spamguard Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/spamguard/files patch-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:56:43 -0000 sergei 2003/11/18 13:56:41 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/spamguard Makefile distinfo pkg-descr pkg-message pkg-plist mail/spamguard/files patch-Makefile.am Log: Add spamguard 1.6, MTA spam prevention program for qmail/postfix/sendmail. Nearly all of today's mail system administrators face spam as their first threat. Because of this, EnderUNIX team has written this small application to automagically monitor malicious spammer activity in your mail server logs. spamGuard is written purely in C, to stop spammers hanging around. The program supports nearly all mostly used MTAs; qmail (both multilog and splogger), sendmail and Postfix. WWW: http://www.enderunix.org/spamguard PR: 58499 Submitted by: Omer Faruk Sen Revision Changes Path 1.455 +1 -0 ports/mail/Makefile 1.1 +36 -0 ports/mail/spamguard/Makefile (new) 1.1 +1 -0 ports/mail/spamguard/distinfo (new) 1.1 +71 -0 ports/mail/spamguard/files/patch-Makefile.am (new) 1.1 +13 -0 ports/mail/spamguard/pkg-descr (new) 1.1 +7 -0 ports/mail/spamguard/pkg-message (new) 1.1 +20 -0 ports/mail/spamguard/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 13:56:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B3F16A4D0; Tue, 18 Nov 2003 13:56:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C004143F93; Tue, 18 Nov 2003 13:56:56 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAILuuXJ082200; Tue, 18 Nov 2003 13:56:56 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAILuuWd082199; Tue, 18 Nov 2003 13:56:56 -0800 (PST) (envelope-from sergei) Message-Id: <200311182156.hAILuuWd082199@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 13:56:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:56:57 -0000 sergei 2003/11/18 13:56:56 PST FreeBSD ports repository Modified files: . modules Log: spamguard --> ports/mail/spamguard Revision Changes Path 1.8633 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 14:11:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E08816A4CE; Tue, 18 Nov 2003 14:11:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA9E43FE0; Tue, 18 Nov 2003 14:11:27 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIMBQXJ083570; Tue, 18 Nov 2003 14:11:26 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIMBQ7U083569; Tue, 18 Nov 2003 14:11:26 -0800 (PST) (envelope-from rushani) Message-Id: <200311182211.hAIMBQ7U083569@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 18 Nov 2003 14:11:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:11:29 -0000 rushani 2003/11/18 14:11:26 PST FreeBSD doc repository Modified files: ja Makefile Log: Activate freebsd.css to reference that file correctly from &base;/ directory. Revision Changes Path 1.61 +2 -2 www/ja/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 14:27:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8411D16A4CE; Tue, 18 Nov 2003 14:27:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED44B43FA3; Tue, 18 Nov 2003 14:27:07 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIMR7XJ084045; Tue, 18 Nov 2003 14:27:07 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIMR7Ze084044; Tue, 18 Nov 2003 14:27:07 -0800 (PST) (envelope-from obrien) Message-Id: <200311182227.hAIMR7Ze084044@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Nov 2003 14:27:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:27:08 -0000 obrien 2003/11/18 14:27:07 PST FreeBSD ports repository Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.2 patchlevel 154 Revision Changes Path 1.240 +2 -2 ports/editors/vim/Makefile 1.145 +12 -0 ports/editors/vim/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 14:32:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA5A16A4CF; Tue, 18 Nov 2003 14:32:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B154343F3F; Tue, 18 Nov 2003 14:32:06 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIMW6XJ084274; Tue, 18 Nov 2003 14:32:06 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIMW6ae084273; Tue, 18 Nov 2003 14:32:06 -0800 (PST) (envelope-from pav) Message-Id: <200311182232.hAIMW6ae084273@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 14:32:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ap-utils Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:32:07 -0000 pav 2003/11/18 14:32:06 PST FreeBSD ports repository Modified files: net/ap-utils Makefile pkg-plist Log: - Use system gettext instead of bundled one. PR: ports/58513 Submitted by: Simon Barner Approved by: marcus (backup mentor) Revision Changes Path 1.10 +6 -1 ports/net/ap-utils/Makefile 1.7 +0 -1 ports/net/ap-utils/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 14:49:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFC316A4CE; Tue, 18 Nov 2003 14:49:05 -0800 (PST) Received: from green.bikeshed.org (green@localhost [127.0.0.1]) by green.bikeshed.org (8.12.10/8.12.9) with ESMTP id hAIMn46V010050; Tue, 18 Nov 2003 17:49:05 -0500 (EST) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost)hAIMn4cs010046; Tue, 18 Nov 2003 17:49:04 -0500 (EST) Message-Id: <200311182249.hAIMn4cs010046@green.bikeshed.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin In-Reply-To: Message from John Baldwin From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Nov 2003 17:49:04 -0500 Sender: green@green.bikeshed.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marius Strobl Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:49:06 -0000 John Baldwin wrote: > Well, vm86 is broken but that patch seems to have helped fix that breakage. > There is another bug in the handling of stray interrupts. Can you revert > vm86.patch and try this instead: > > http://www.FreeBSD.org/~jhb/patches/atpic.patch > > Assuming that works, you should be able to use > > http://www.FreeBSD.org/~jhb/patches/spurious.patch > > to quiet the 'stray irq 7' messages. You didn't tell me I needed atpic.patch, too :-P I guess I can try again... -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Tue Nov 18 14:55:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844C716A4CE; Tue, 18 Nov 2003 14:55:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D2F43FCB; Tue, 18 Nov 2003 14:55:36 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAIMtaXJ085053; Tue, 18 Nov 2003 14:55:36 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAIMtaHd085052; Tue, 18 Nov 2003 14:55:36 -0800 (PST) (envelope-from gj) Message-Id: <200311182255.hAIMtaHd085052@repoman.freebsd.org> From: Gary Jennejohn Date: Tue, 18 Nov 2003 14:55:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vile Makefile distinfo ports/editors/xvile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:55:37 -0000 gj 2003/11/18 14:55:36 PST FreeBSD ports repository Modified files: editors/vile Makefile distinfo editors/xvile Makefile distinfo Log: Update to version 9.4c. Revision Changes Path 1.60 +4 -2 ports/editors/vile/Makefile 1.40 +2 -0 ports/editors/vile/distinfo 1.61 +4 -2 ports/editors/xvile/Makefile 1.41 +2 -0 ports/editors/xvile/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 15:22:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86DB16A4CE; Tue, 18 Nov 2003 15:22:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2923443F93; Tue, 18 Nov 2003 15:22:04 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAINM3XJ086788; Tue, 18 Nov 2003 15:22:03 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAINM39Y086787; Tue, 18 Nov 2003 15:22:03 -0800 (PST) (envelope-from wilko) Message-Id: <200311182322.hAINM39Y086787@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 18 Nov 2003 15:22:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 23:22:04 -0000 wilko 2003/11/18 15:22:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_sk.c if_skreg.h Log: MFC: Add vendor ID to make Marvell chipset work. E.g. to be found on SMC9452TX it seems Submitted by: Jung-uk Kim Tested by: veedee@c7.campus.utcluj.ro Revision Changes Path 1.19.2.11 +5 -0 src/sys/pci/if_sk.c 1.8.2.3 +5 -0 src/sys/pci/if_skreg.h From owner-cvs-all@FreeBSD.ORG Tue Nov 18 15:53:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D00C16A4CE; Tue, 18 Nov 2003 15:53:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9A843FE1; Tue, 18 Nov 2003 15:53:31 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAINrVXJ087885; Tue, 18 Nov 2003 15:53:31 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAINrU2P087884; Tue, 18 Nov 2003 15:53:30 -0800 (PST) (envelope-from trevor) Message-Id: <200311182353.hAINrU2P087884@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 15:53:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla-devel Makefile distinfo ports/www/linux-mozilla-devel/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 23:53:32 -0000 trevor 2003/11/18 15:53:30 PST FreeBSD ports repository Modified files: www/linux-mozilla-devel Makefile distinfo www/linux-mozilla-devel/scripts configure Log: Update to 1.6a. Revision Changes Path 1.29 +1 -1 ports/www/linux-mozilla-devel/Makefile 1.14 +11 -11 ports/www/linux-mozilla-devel/distinfo 1.10 +4 -4 ports/www/linux-mozilla-devel/scripts/configure From owner-cvs-all@FreeBSD.ORG Tue Nov 18 16:04:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62ACB16A4CE; Tue, 18 Nov 2003 16:04:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EA943FE1; Tue, 18 Nov 2003 16:04:51 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ04pXJ089086; Tue, 18 Nov 2003 16:04:51 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ04oqx089085; Tue, 18 Nov 2003 16:04:50 -0800 (PST) (envelope-from trevor) Message-Id: <200311190004.hAJ04oqx089085@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 16:04:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla Makefile distinfo ports/www/linux-mozilla/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:04:52 -0000 trevor 2003/11/18 16:04:50 PST FreeBSD ports repository Modified files: www/linux-mozilla Makefile distinfo www/linux-mozilla/scripts configure Log: Update to 1.5. Revision Changes Path 1.28 +1 -1 ports/www/linux-mozilla/Makefile 1.12 +12 -11 ports/www/linux-mozilla/distinfo 1.9 +4 -4 ports/www/linux-mozilla/scripts/configure From owner-cvs-all@FreeBSD.ORG Tue Nov 18 16:15:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9F916A4E4; Tue, 18 Nov 2003 16:15:27 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07E343FA3; Tue, 18 Nov 2003 16:15:24 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id LAA31467; Wed, 19 Nov 2003 11:15:21 +1100 Date: Wed, 19 Nov 2003 11:15:20 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mark Murray In-Reply-To: <200311181435.hAIEZhtY048135@repoman.freebsd.org> Message-ID: <20031119111015.E5018@gamplex.bde.org> References: <200311181435.hAIEZhtY048135@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:15:27 -0000 On Tue, 18 Nov 2003, Mark Murray wrote: > markm 2003/11/18 06:35:43 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_intr.c > Log: > Hackfix to patch around a kernel panic I introduced. Real fix to > follow. In the meanwhile, we are not harvesting interrupt entropy. > > Approved by: re (jhb) The correct fix is approximately to back out the changes to the harvester. It needs to use preallocated storage like it used to since it is called from nearly the lowest level of interrupt handling when neither malloc() nor sleep locks may be used. Using preallocated storage also simplifies the locking. Bruce From owner-cvs-all@FreeBSD.ORG Tue Nov 18 16:46:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E7916A4CE for ; Tue, 18 Nov 2003 16:46:26 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 982B343FB1 for ; Tue, 18 Nov 2003 16:46:22 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 65757 invoked by uid 1000); 19 Nov 2003 00:46:24 -0000 Date: Tue, 18 Nov 2003 16:46:24 -0800 (PST) From: Nate Lawson To: Mark Murray In-Reply-To: <20031119111015.E5018@gamplex.bde.org> Message-ID: <20031118163849.S65744@root.org> References: <200311181435.hAIEZhtY048135@repoman.freebsd.org> <20031119111015.E5018@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:46:26 -0000 On Wed, 19 Nov 2003, Bruce Evans wrote: > On Tue, 18 Nov 2003, Mark Murray wrote: > > > markm 2003/11/18 06:35:43 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_intr.c > > Log: > > Hackfix to patch around a kernel panic I introduced. Real fix to > > follow. In the meanwhile, we are not harvesting interrupt entropy. > > > > Approved by: re (jhb) > > The correct fix is approximately to back out the changes to the > harvester. It needs to use preallocated storage like it used to since > it is called from nearly the lowest level of interrupt handling when > neither malloc() nor sleep locks may be used. Using preallocated storage > also simplifies the locking. I agree. Separating the buffer into per-source buffers does not require changing from a ring buffer to a malloc/FIFO model. -Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 18 16:54:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4EFA16A4CE; Tue, 18 Nov 2003 16:54:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B81643FAF; Tue, 18 Nov 2003 16:54:32 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ0sVXJ096056; Tue, 18 Nov 2003 16:54:31 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ0sVdf096055; Tue, 18 Nov 2003 16:54:31 -0800 (PST) (envelope-from pav) Message-Id: <200311190054.hAJ0sVdf096055@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 16:54:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/scrollz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:54:32 -0000 pav 2003/11/18 16:54:31 PST FreeBSD ports repository Modified files: irc/scrollz Makefile Log: - Update maintainer's email address. Submitted by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.20 +1 -1 ports/irc/scrollz/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 16:57:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B3C16A4CE; Tue, 18 Nov 2003 16:57:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC0743FA3; Tue, 18 Nov 2003 16:57:26 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ0vQXJ096195; Tue, 18 Nov 2003 16:57:26 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ0vQ7E096194; Tue, 18 Nov 2003 16:57:26 -0800 (PST) (envelope-from pav) Message-Id: <200311190057.hAJ0vQ7E096194@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 16:57:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/lostirc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:57:27 -0000 pav 2003/11/18 16:57:26 PST FreeBSD ports repository Modified files: irc/lostirc Makefile pkg-plist Log: - Use system gettext instead of bundled one. PR: ports/58427 Submitted by: Simon Barner Approved by: adamw (mentor) Revision Changes Path 1.13 +2 -0 ports/irc/lostirc/Makefile 1.4 +0 -2 ports/irc/lostirc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:00:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEE116A55A; Tue, 18 Nov 2003 17:00:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE2E43FA3; Tue, 18 Nov 2003 17:00:02 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ102XJ096326; Tue, 18 Nov 2003 17:00:02 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ1016F096325; Tue, 18 Nov 2003 17:00:01 -0800 (PST) (envelope-from pav) Message-Id: <200311190100.hAJ1016F096325@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 17:00:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/xengine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:00:03 -0000 pav 2003/11/18 17:00:01 PST FreeBSD ports repository Modified files: benchmarks/xengine Makefile Log: - Unbreak by using EXTRACT_DEPENDS for gunshar. PR: ports/58492 Submitted by: Clement Laforet Approved by: adamw (mentor) Revision Changes Path 1.13 +1 -1 ports/benchmarks/xengine/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:01:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AF4816A4CE; Tue, 18 Nov 2003 17:01:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E24843F75; Tue, 18 Nov 2003 17:01:32 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ11WXJ096444; Tue, 18 Nov 2003 17:01:32 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ11Wpc096443; Tue, 18 Nov 2003 17:01:32 -0800 (PST) (envelope-from pav) Message-Id: <200311190101.hAJ11Wpc096443@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 18 Nov 2003 17:01:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/xfe Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:01:33 -0000 pav 2003/11/18 17:01:32 PST FreeBSD ports repository Modified files: x11-fm/xfe Makefile pkg-plist Log: - Use system gettext instead of bundled one. PR: ports/58541 Submitted by: Simon Barner Approved by: adamw (mentor) Revision Changes Path 1.2 +2 -0 ports/x11-fm/xfe/Makefile 1.2 +0 -2 ports/x11-fm/xfe/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:14:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C3916A4CE; Tue, 18 Nov 2003 17:14:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08ED64402A; Tue, 18 Nov 2003 17:13:46 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ1DeXJ097700; Tue, 18 Nov 2003 17:13:40 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ1Depv097699; Tue, 18 Nov 2003 17:13:40 -0800 (PST) (envelope-from perky) Message-Id: <200311190113.hAJ1Depv097699@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 18 Nov 2003 17:13:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/utf8locale Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:14:31 -0000 perky 2003/11/18 17:13:40 PST FreeBSD ports repository Modified files: misc/utf8locale Makefile distinfo Added files: misc/utf8locale pkg-message Log: Update to 031118 Changes: (merge from FreeBSD-src) * hy_AM.UTF-8 is added. * timedef for it_IT.UTF-8 and zh_CN.UTF-8 is updated. Revision Changes Path 1.10 +5 -4 ports/misc/utf8locale/Makefile 1.7 +1 -1 ports/misc/utf8locale/distinfo 1.1 +5 -0 ports/misc/utf8locale/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:22:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B839516A4CE; Tue, 18 Nov 2003 17:22:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277EE43FCB; Tue, 18 Nov 2003 17:22:50 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ1MnXJ097972; Tue, 18 Nov 2003 17:22:49 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ1MnMV097971; Tue, 18 Nov 2003 17:22:49 -0800 (PST) (envelope-from adamw) Message-Id: <200311190122.hAJ1MnMV097971@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 18 Nov 2003 17:22:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gdesklets-goodweather Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:22:50 -0000 adamw 2003/11/18 17:22:49 PST FreeBSD ports repository Modified files: astro/gdesklets-goodweather Makefile pkg-plist Log: Add Python compilation post-install, and an extra mirror. Add a patch to work around a bug wherein changing your location would cause old data to be displayed (patch by Franz Klammer ). PR: ports/59440 Submitted by: Jeremy Messenger (maintainer) Revision Changes Path 1.2 +8 -1 ports/astro/gdesklets-goodweather/Makefile 1.2 +4 -0 ports/astro/gdesklets-goodweather/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:25:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806E016A4CE; Tue, 18 Nov 2003 17:25:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E682243FA3; Tue, 18 Nov 2003 17:25:17 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ1PHXJ098075; Tue, 18 Nov 2003 17:25:17 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ1PHf1098074; Tue, 18 Nov 2003 17:25:17 -0800 (PST) (envelope-from trevor) Message-Id: <200311190125.hAJ1PHf1098074@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 17:25:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozillafirebird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:25:18 -0000 trevor 2003/11/18 17:25:17 PST FreeBSD ports repository Modified files: www/linux-mozillafirebird Makefile distinfo Log: Update to 0.7. Approved by: Aaron Voisine (maintainer) Revision Changes Path 1.7 +1 -1 ports/www/linux-mozillafirebird/Makefile 1.5 +2 -1 ports/www/linux-mozillafirebird/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 17:41:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F7216A4CE; Tue, 18 Nov 2003 17:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7E043F75; Tue, 18 Nov 2003 17:41:31 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ1fVXJ098615; Tue, 18 Nov 2003 17:41:31 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ1fVh5098614; Tue, 18 Nov 2003 17:41:31 -0800 (PST) (envelope-from trevor) Message-Id: <200311190141.hAJ1fVh5098614@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 17:41:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:41:32 -0000 trevor 2003/11/18 17:41:31 PST FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fix another error introduced in 1.199. Revision Changes Path 1.206 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:06:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5288016A4CE; Tue, 18 Nov 2003 18:06:21 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B1043F93; Tue, 18 Nov 2003 18:06:19 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7F4B86543E; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53707-01-2; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 0607F65435; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 938151B; Wed, 19 Nov 2003 02:06:02 +0000 (GMT) Date: Wed, 19 Nov 2003 02:06:02 +0000 From: Bruce M Simpson To: Mark Murray Message-ID: <20031119020602.GT89189@saboteur.dek.spc.org> Mail-Followup-To: Mark Murray , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311181435.hAIEZhtY048135@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311181435.hAIEZhtY048135@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:06:21 -0000 On Tue, Nov 18, 2003 at 06:35:43AM -0800, Mark Murray wrote: > Log: > Hackfix to patch around a kernel panic I introduced. Real fix to > follow. In the meanwhile, we are not harvesting interrupt entropy. Looks like this one bit me today. Rebuilding kernel now. I concur with the other suggested fixes. BMS From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:24:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373DC16A4CE; Tue, 18 Nov 2003 18:24:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A087C43FD7; Tue, 18 Nov 2003 18:24:23 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ2ONXJ000955; Tue, 18 Nov 2003 18:24:23 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ2ONVP000954; Tue, 18 Nov 2003 18:24:23 -0800 (PST) (envelope-from trevor) Message-Id: <200311190224.hAJ2ONVP000954@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 18:24:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:24:24 -0000 trevor 2003/11/18 18:24:23 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile Log: Let slave ports set BASEVERSION and PLIST. Revision Changes Path 1.19 +2 -2 ports/x11-toolkits/linux-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:40:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65DCD16A4CF; Tue, 18 Nov 2003 18:40:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61AE43F85; Tue, 18 Nov 2003 18:40:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ2elXJ001565; Tue, 18 Nov 2003 18:40:47 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ2elSK001564; Tue, 18 Nov 2003 18:40:47 -0800 (PST) (envelope-from trevor) Message-Id: <200311190240.hAJ2elSK001564@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 18:40:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefileports/x11-toolkits/linux-gtk2 Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:40:48 -0000 trevor 2003/11/18 18:40:47 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/linux-gtk2 Makefile distinfo.i386 pkg-descr Log: new RPM-based i386-only Linux binary port of GTK+ 2.2.1 Revision Changes Path 1.278 +1 -0 ports/x11-toolkits/Makefile 1.1 +32 -0 ports/x11-toolkits/linux-gtk2/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/linux-gtk2/distinfo.i386 (new) 1.1 +1 -0 ports/x11-toolkits/linux-gtk2/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:42:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C4216A4CE; Tue, 18 Nov 2003 18:42:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9131343FAF; Tue, 18 Nov 2003 18:42:17 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ2gHXJ001625; Tue, 18 Nov 2003 18:42:17 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ2gH8w001624; Tue, 18 Nov 2003 18:42:17 -0800 (PST) (envelope-from trevor) Message-Id: <200311190242.hAJ2gH8w001624@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 18:42:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:42:19 -0000 trevor 2003/11/18 18:42:17 PST FreeBSD ports repository Modified files: . modules Log: linux-gtk2 --> ports/x11-toolkits/linux-gtk2 Revision Changes Path 1.8634 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:45:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EE4316A4D0; Tue, 18 Nov 2003 18:45:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF6D43F93; Tue, 18 Nov 2003 18:45:13 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ2jDXJ001781; Tue, 18 Nov 2003 18:45:13 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ2jDiF001780; Tue, 18 Nov 2003 18:45:13 -0800 (PST) (envelope-from trevor) Message-Id: <200311190245.hAJ2jDiF001780@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 18:45:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:45:14 -0000 trevor 2003/11/18 18:45:13 PST FreeBSD ports repository Modified files: . LEGAL Log: Add linux-gtk2. Revision Changes Path 1.312 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Tue Nov 18 19:51:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB0316A4CF; Tue, 18 Nov 2003 19:51:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D73143FBF; Tue, 18 Nov 2003 19:51:15 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ3pFXJ004735; Tue, 18 Nov 2003 19:51:15 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ3pFNf004726; Tue, 18 Nov 2003 19:51:15 -0800 (PST) (envelope-from trevor) Message-Id: <200311190351.hAJ3pFNf004726@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 19:51:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozillafirebird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 03:51:16 -0000 trevor 2003/11/18 19:51:15 PST FreeBSD ports repository Modified files: www/linux-mozillafirebird Makefile Log: Enable slave ports. Revision Changes Path 1.8 +24 -23 ports/www/linux-mozillafirebird/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 19:56:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7304216A4CE; Tue, 18 Nov 2003 19:56:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD40643FBD; Tue, 18 Nov 2003 19:56:52 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ3uqXJ004930; Tue, 18 Nov 2003 19:56:52 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ3uqr9004929; Tue, 18 Nov 2003 19:56:52 -0800 (PST) (envelope-from trevor) Message-Id: <200311190356.hAJ3uqr9004929@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 19:56:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/linux-mozillafirebird-gtk1 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 03:56:53 -0000 trevor 2003/11/18 19:56:52 PST FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/linux-mozillafirebird-gtk1 Makefile distinfo pkg-descr Log: new Japanese-language, i386 Linux binary port of Firebird Web browser Revision Changes Path 1.511 +1 -0 ports/japanese/Makefile 1.1 +15 -0 ports/japanese/linux-mozillafirebird-gtk1/Makefile (new) 1.1 +2 -0 ports/japanese/linux-mozillafirebird-gtk1/distinfo (new) 1.1 +6 -0 ports/japanese/linux-mozillafirebird-gtk1/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 20:04:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D097116A4CE; Tue, 18 Nov 2003 20:04:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BDC43FDD; Tue, 18 Nov 2003 20:04:22 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ44MXJ006037; Tue, 18 Nov 2003 20:04:22 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ44MGw006036; Tue, 18 Nov 2003 20:04:22 -0800 (PST) (envelope-from trevor) Message-Id: <200311190404.hAJ44MGw006036@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 20:04:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/linux-mozillafirebird-gtk1 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:04:24 -0000 trevor 2003/11/18 20:04:22 PST FreeBSD ports repository Modified files: japanese/linux-mozillafirebird-gtk1 pkg-descr Log: Describe this port. Revision Changes Path 1.2 +8 -5 ports/japanese/linux-mozillafirebird-gtk1/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 18 20:10:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB0216A4D0; Tue, 18 Nov 2003 20:10:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDBC43FDF; Tue, 18 Nov 2003 20:10:30 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ4AUXJ006280; Tue, 18 Nov 2003 20:10:30 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ4AUUc006278; Tue, 18 Nov 2003 20:10:30 -0800 (PST) (envelope-from trevor) Message-Id: <200311190410.hAJ4AUUc006278@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 20:10:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk2 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:10:33 -0000 trevor 2003/11/18 20:10:30 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk2 pkg-descr Log: Describe this port. Revision Changes Path 1.2 +3 -1 ports/x11-toolkits/linux-gtk2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 18 20:12:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F07416A4CF; Tue, 18 Nov 2003 20:12:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E3A43FB1; Tue, 18 Nov 2003 20:12:32 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ4CWXJ006379; Tue, 18 Nov 2003 20:12:32 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ4CWeL006378; Tue, 18 Nov 2003 20:12:32 -0800 (PST) (envelope-from kan) Message-Id: <200311190412.hAJ4CWeL006378@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 18 Nov 2003 20:12:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_file.c src/sys/compat/svr4 svr4_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:12:34 -0000 kan 2003/11/18 20:12:32 PST FreeBSD src repository Modified files: sys/compat/linux linux_file.c sys/compat/svr4 svr4_misc.c Log: Do not call VOP_GETATTR in getdents function. It does not serve any purpose and the resulting vattr structure was ignored. In addition, the VOP_GETATTR call was made with no vnode lock held, resulting in vnode locking violation panic with debug kernels. Reported by: truckman Approved by: re@ (rwatson) Revision Changes Path 1.83 +0 -6 src/sys/compat/linux/linux_file.c 1.68 +0 -6 src/sys/compat/svr4/svr4_misc.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 20:14:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4669F16A4CE; Tue, 18 Nov 2003 20:14:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1D343FB1; Tue, 18 Nov 2003 20:14:42 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ4EgXJ006494; Tue, 18 Nov 2003 20:14:42 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ4Eg5Q006493; Tue, 18 Nov 2003 20:14:42 -0800 (PST) (envelope-from kan) Message-Id: <200311190414.hAJ4Eg5Q006493@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 18 Nov 2003 20:14:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fdescfs fdesc_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:14:43 -0000 kan 2003/11/18 20:14:42 PST FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c Log: Fix vnode locking in fdesc_setattr. Lock vnode before invoking VOP_SETATTR on it. Approved by: re@ (rwatson) Revision Changes Path 1.92 +5 -5 src/sys/fs/fdescfs/fdesc_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Nov 18 20:23:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA7916A4CE; Tue, 18 Nov 2003 20:23:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFEA43FE9; Tue, 18 Nov 2003 20:23:22 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ4NMXJ006685; Tue, 18 Nov 2003 20:23:22 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ4NMPM006684; Tue, 18 Nov 2003 20:23:22 -0800 (PST) (envelope-from mi) Message-Id: <200311190423.hAJ4NMPM006684@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 18 Nov 2003 20:23:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/qmake Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:23:23 -0000 mi 2003/11/18 20:23:21 PST FreeBSD ports repository Modified files: devel/qmake Makefile Log: Fix a long standing bug, uncovered by the KDE-team's attempt to use this port to build x11-toolkits/qt32 -- the qmake.conf installed did not have any thread flags set at all. Bump portrevision. Revision Changes Path 1.4 +1 -1 ports/devel/qmake/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:01:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70F4616A4CF; Tue, 18 Nov 2003 21:01:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C1743FEC; Tue, 18 Nov 2003 21:00:59 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ50xXJ013176; Tue, 18 Nov 2003 21:00:59 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ50xxr013175; Tue, 18 Nov 2003 21:00:59 -0800 (PST) (envelope-from seanc) Message-Id: <200311190500.hAJ50xxr013175@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 18 Nov 2003 21:00:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bsd-airtools Makefile distinfo patch-dstumbler::dstumbler.hpatch-dweputils::dwepcrack::dstumbler.h patch-prism2dump::fields_mgmt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:01:00 -0000 seanc 2003/11/18 21:00:59 PST FreeBSD ports repository Modified files: net/bsd-airtools Makefile distinfo Removed files: net/bsd-airtools/files patch-dstumbler::config.h patch-dstumbler::dstumbler.h patch-dstumbler::main.c patch-dstumbler::wistat.c patch-dweputils::dwepcrack::dstumbler.h patch-dweputils::dwepdump::dwepdump.c patch-prism2ctl::prism2ctl.c patch-prism2dump::fields_mgmt.c Log: Let there be a working dstumbler on -CURRENT! # uname -a FreeBSD localhost 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Nov 17 15:08:10 PST 2003 sean@localhost:/usr/obj/usr/src/sys/POSDELLAPTOP i386 # dmesg -a | grep wi0 wi0: at port 0x100-0x13f irq 11 function 0 \ config 1 on pccard0 wi0: 802.11 address: 00:30:ab:11:f6:88 wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps # dstumbler wi0 -o [dstumbler fires up and works beautifully] Pointed out by: Eugene Revision Changes Path 1.5 +2 -2 ports/net/bsd-airtools/Makefile 1.2 +1 -1 ports/net/bsd-airtools/distinfo 1.2 +0 -12 ports/net/bsd-airtools/files/patch-dstumbler::config.h (dead) 1.2 +0 -11 ports/net/bsd-airtools/files/patch-dstumbler::dstumbler.h (dead) 1.2 +0 -50 ports/net/bsd-airtools/files/patch-dstumbler::main.c (dead) 1.2 +0 -38 ports/net/bsd-airtools/files/patch-dstumbler::wistat.c (dead) 1.2 +0 -11 ports/net/bsd-airtools/files/patch-dweputils::dwepcrack::dstumbler.h (dead) 1.2 +0 -11 ports/net/bsd-airtools/files/patch-dweputils::dwepdump::dwepdump.c (dead) 1.2 +0 -11 ports/net/bsd-airtools/files/patch-prism2ctl::prism2ctl.c (dead) 1.2 +0 -10 ports/net/bsd-airtools/files/patch-prism2dump::fields_mgmt.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:08:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14ED216A4CE; Tue, 18 Nov 2003 21:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E1443F75; Tue, 18 Nov 2003 21:08:27 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ58RXJ014376; Tue, 18 Nov 2003 21:08:27 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ58RQw014375; Tue, 18 Nov 2003 21:08:27 -0800 (PST) (envelope-from imp) Message-Id: <200311190508.hAJ58RQw014375@repoman.freebsd.org> From: Warner Losh Date: Tue, 18 Nov 2003 21:08:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk src/sys/modules/linprocfs Makefile src/sys/modules/linux Makefile src/sys/modules/nwfs Makefile src/sys/modules/ppbus Makefile src/sys/modules/ppi Makefile src/sys/modules/pps Makefile src/sys/modules/smbfs ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:08:28 -0000 imp 2003/11/18 21:08:27 PST FreeBSD src repository Modified files: sys/conf kmod.mk sys/modules/linprocfs Makefile sys/modules/linux Makefile sys/modules/nwfs Makefile sys/modules/ppbus Makefile sys/modules/ppi Makefile sys/modules/pps Makefile sys/modules/smbfs Makefile sys/modules/streams Makefile Log: o Remove @- from the ln and change it to a -sf. This was bogus, and regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb) Revision Changes Path 1.150 +1 -1 src/sys/conf/kmod.mk 1.11 +0 -1 src/sys/modules/linprocfs/Makefile 1.62 +1 -1 src/sys/modules/linux/Makefile 1.12 +1 -1 src/sys/modules/nwfs/Makefile 1.5 +1 -1 src/sys/modules/ppbus/Makefile 1.3 +1 -1 src/sys/modules/ppi/Makefile 1.3 +0 -1 src/sys/modules/pps/Makefile 1.6 +1 -1 src/sys/modules/smbfs/Makefile 1.11 +1 -1 src/sys/modules/streams/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:54:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A015A16A4CE; Tue, 18 Nov 2003 21:54:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCED43FBF; Tue, 18 Nov 2003 21:54:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ5seXJ015944; Tue, 18 Nov 2003 21:54:40 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ5sexB015943; Tue, 18 Nov 2003 21:54:40 -0800 (PST) (envelope-from marcus) Message-Id: <200311190554.hAJ5sexB015943@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 21:54:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefileports/sysutils/gdesklets-multitail Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:54:41 -0000 marcus 2003/11/18 21:54:40 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gdesklets-multitail Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add gdesklets-multitail, a gdesklets plug-in that allows up to five files to be tailed in one display. PR: 59439 Submitted by: Franz Klammer Revision Changes Path 1.455 +1 -0 ports/sysutils/Makefile 1.1 +69 -0 ports/sysutils/gdesklets-multitail/Makefile (new) 1.1 +1 -0 ports/sysutils/gdesklets-multitail/distinfo (new) 1.1 +3 -0 ports/sysutils/gdesklets-multitail/pkg-descr (new) 1.1 +19 -0 ports/sysutils/gdesklets-multitail/pkg-message (new) 1.1 +27 -0 ports/sysutils/gdesklets-multitail/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:54:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB0616A4CF; Tue, 18 Nov 2003 21:54:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62F043F3F; Tue, 18 Nov 2003 21:54:49 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ5snXJ015986; Tue, 18 Nov 2003 21:54:49 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ5snFC015985; Tue, 18 Nov 2003 21:54:49 -0800 (PST) (envelope-from marcus) Message-Id: <200311190554.hAJ5snFC015985@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 21:54:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:54:50 -0000 marcus 2003/11/18 21:54:49 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-multitail --> ports/sysutils/gdesklets-multitail Revision Changes Path 1.8635 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:59:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FE716A4CF; Tue, 18 Nov 2003 21:59:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA49A43FBF; Tue, 18 Nov 2003 21:59:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ5x7XJ016281; Tue, 18 Nov 2003 21:59:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ5x7fO016280; Tue, 18 Nov 2003 21:59:07 -0800 (PST) (envelope-from marcus) Message-Id: <200311190559.hAJ5x7fO016280@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 21:59:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro Makefile ports/astro/gdesklets-weather Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:59:10 -0000 marcus 2003/11/18 21:59:07 PST FreeBSD ports repository Modified files: astro Makefile Added files: astro/gdesklets-weather Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add gdesklets-weather, a weather monitoring Sensor and Display for gdesklets. PR: 59448 Submitted by: Jeremy Messenger Revision Changes Path 1.73 +1 -0 ports/astro/Makefile 1.1 +47 -0 ports/astro/gdesklets-weather/Makefile (new) 1.1 +1 -0 ports/astro/gdesklets-weather/distinfo (new) 1.1 +3 -0 ports/astro/gdesklets-weather/pkg-descr (new) 1.1 +20 -0 ports/astro/gdesklets-weather/pkg-message (new) 1.1 +37 -0 ports/astro/gdesklets-weather/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 21:59:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E4A16A4CE; Tue, 18 Nov 2003 21:59:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906943FDD; Tue, 18 Nov 2003 21:59:15 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ5xFXJ016319; Tue, 18 Nov 2003 21:59:15 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ5xFHV016318; Tue, 18 Nov 2003 21:59:15 -0800 (PST) (envelope-from marcus) Message-Id: <200311190559.hAJ5xFHV016318@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 18 Nov 2003 21:59:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 05:59:16 -0000 marcus 2003/11/18 21:59:15 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-weather --> ports/astro/gdesklets-weather Revision Changes Path 1.8636 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 18 22:12:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCFE16A4CE; Tue, 18 Nov 2003 22:12:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721E943F75; Tue, 18 Nov 2003 22:12:41 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ6CfXJ017608; Tue, 18 Nov 2003 22:12:41 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ6CfCP017605; Tue, 18 Nov 2003 22:12:41 -0800 (PST) (envelope-from sergei) Message-Id: <200311190612.hAJ6CfCP017605@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 18 Nov 2003 22:12:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/hfsplusutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 06:12:42 -0000 sergei 2003/11/18 22:12:41 PST FreeBSD ports repository Modified files: emulators/hfsplusutils Makefile Log: - Attempt to fix bento build by avoid explicit 'make patch-libtool' Noticed by: bento via kris Revision Changes Path 1.2 +1 -1 ports/emulators/hfsplusutils/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 18 22:22:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FEC816A4CE; Tue, 18 Nov 2003 22:22:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093674408F; Tue, 18 Nov 2003 22:22:08 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ6M7XJ017959; Tue, 18 Nov 2003 22:22:07 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ6M7Ca017958; Tue, 18 Nov 2003 22:22:07 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311190622.hAJ6M7Ca017958@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 18 Nov 2003 22:22:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/conserver-com Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 06:22:40 -0000 kuriyama 2003/11/18 22:22:07 PST FreeBSD ports repository Modified files: comms/conserver-com Makefile distinfo Log: Upgrade to 8.0.6. Revision Changes Path 1.16 +1 -1 ports/comms/conserver-com/Makefile 1.8 +1 -1 ports/comms/conserver-com/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 22:44:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8124C16A4CE; Tue, 18 Nov 2003 22:44:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BFB43FDD; Tue, 18 Nov 2003 22:44:41 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ6ifXJ018679; Tue, 18 Nov 2003 22:44:41 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ6if2w018678; Tue, 18 Nov 2003 22:44:41 -0800 (PST) (envelope-from krion) Message-Id: <200311190644.hAJ6if2w018678@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 22:44:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/neverball Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 06:44:42 -0000 krion 2003/11/18 22:44:41 PST FreeBSD ports repository Modified files: games/neverball Makefile distinfo Log: - Update to version 1.0.0 PR: 59446 Submitted by: Mezz (maintainer) Revision Changes Path 1.3 +1 -1 ports/games/neverball/Makefile 1.3 +1 -1 ports/games/neverball/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 22:49:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D5B16A4CE; Tue, 18 Nov 2003 22:49:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390E443FD7; Tue, 18 Nov 2003 22:49:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ6noXJ018836; Tue, 18 Nov 2003 22:49:50 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ6nnCY018835; Tue, 18 Nov 2003 22:49:49 -0800 (PST) (envelope-from krion) Message-Id: <200311190649.hAJ6nnCY018835@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 18 Nov 2003 22:49:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qdbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 06:49:51 -0000 krion 2003/11/18 22:49:49 PST FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo Log: - Update to version 1.7.8 PR: 59447 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.4 +2 -1 ports/databases/qdbm/Makefile 1.4 +1 -1 ports/databases/qdbm/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 18 23:11:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D477916A4CE; Tue, 18 Nov 2003 23:11:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894143FB1; Tue, 18 Nov 2003 23:11:55 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ7BtXJ020522; Tue, 18 Nov 2003 23:11:55 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ7BswW020521; Tue, 18 Nov 2003 23:11:54 -0800 (PST) (envelope-from trevor) Message-Id: <200311190711.hAJ7BswW020521@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 23:11:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese Makefile ports/chinese/linux-mozillafirebird-zh_TW Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 07:11:56 -0000 trevor 2003/11/18 23:11:54 PST FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/linux-mozillafirebird-zh_TW Makefile distinfo pkg-descr Log: new Linux/i386 binary port of Firebird Web browser in Traditional Chinese Revision Changes Path 1.168 +1 -0 ports/chinese/Makefile 1.1 +14 -0 ports/chinese/linux-mozillafirebird-zh_TW/Makefile (new) 1.1 +2 -0 ports/chinese/linux-mozillafirebird-zh_TW/distinfo (new) 1.1 +9 -0 ports/chinese/linux-mozillafirebird-zh_TW/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 18 23:22:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7DA16A4CE; Tue, 18 Nov 2003 23:22:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7B843FE5; Tue, 18 Nov 2003 23:22:26 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ7MPXJ020917; Tue, 18 Nov 2003 23:22:25 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ7MPqH020916; Tue, 18 Nov 2003 23:22:25 -0800 (PST) (envelope-from trevor) Message-Id: <200311190722.hAJ7MPqH020916@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 18 Nov 2003 23:22:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese Makefile ports/chinese/linux-mozillafirebird-zh_CN Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 07:22:42 -0000 trevor 2003/11/18 23:22:25 PST FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/linux-mozillafirebird-zh_CN Makefile distinfo pkg-descr Log: Linux/i386 binary port of Firebird Web browser in Simplified Chinese Revision Changes Path 1.169 +1 -0 ports/chinese/Makefile 1.1 +14 -0 ports/chinese/linux-mozillafirebird-zh_CN/Makefile (new) 1.1 +2 -0 ports/chinese/linux-mozillafirebird-zh_CN/distinfo (new) 1.1 +9 -0 ports/chinese/linux-mozillafirebird-zh_CN/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 00:45:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 656C116A4CE; Wed, 19 Nov 2003 00:45:09 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A06C43FE5; Wed, 19 Nov 2003 00:45:08 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hAJ8j6g7015269; Wed, 19 Nov 2003 08:45:06 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hAJ8j6us015253; Wed, 19 Nov 2003 08:45:06 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hAJ8fVDw043136; Wed, 19 Nov 2003 08:41:31 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200311190841.hAJ8fVDw043136@grimreaper.grondar.org> To: Nate Lawson In-Reply-To: Your message of "Tue, 18 Nov 2003 16:46:24 PST." <20031118163849.S65744@root.org> Date: Wed, 19 Nov 2003 08:41:31 +0000 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 08:45:09 -0000 Nate Lawson writes: > > > Hackfix to patch around a kernel panic I introduced. Real fix to > > > follow. In the meanwhile, we are not harvesting interrupt entropy. > > > > > > Approved by: re (jhb) > > > > The correct fix is approximately to back out the changes to the > > harvester. It needs to use preallocated storage like it used to since > > it is called from nearly the lowest level of interrupt handling when > > neither malloc() nor sleep locks may be used. Using preallocated storage > > also simplifies the locking. > > I agree. Separating the buffer into per-source buffers does not require > changing from a ring buffer to a malloc/FIFO model. Its not quite as simple as that. :-) A single ring-buffer is badly suboptimal, as it doesn't handle changes in the order of the buffer elements well. I am stress-testing a new malloc-free (well, it mallocs at init time) version version. This uses preallocated buffer elements, and cycles them through a fifo (in this case, very nearly a ring buffer, but allowing the contents to become disordered). M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Wed Nov 19 00:52:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA0616A4CE; Wed, 19 Nov 2003 00:52:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE84A43F3F; Wed, 19 Nov 2003 00:52:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ8qEXJ030208; Wed, 19 Nov 2003 00:52:14 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ8qEUH030207; Wed, 19 Nov 2003 00:52:14 -0800 (PST) (envelope-from vanilla) Message-Id: <200311190852.hAJ8qEUH030207@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 19 Nov 2003 00:52:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/p5-Tk Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 08:52:15 -0000 vanilla 2003/11/19 00:52:14 PST FreeBSD ports repository Modified files: x11-toolkits/p5-Tk Makefile distinfo pkg-plist Log: Upgrade to latest version. Approved by: maintainer Revision Changes Path 1.43 +11 -2 ports/x11-toolkits/p5-Tk/Makefile 1.11 +1 -1 ports/x11-toolkits/p5-Tk/distinfo 1.14 +2 -0 ports/x11-toolkits/p5-Tk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 00:55:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A01916A4CE; Wed, 19 Nov 2003 00:55:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE8843FA3; Wed, 19 Nov 2003 00:55:20 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ8tKXJ030321; Wed, 19 Nov 2003 00:55:20 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ8tKWd030320; Wed, 19 Nov 2003 00:55:20 -0800 (PST) (envelope-from vanilla) Message-Id: <200311190855.hAJ8tKWd030320@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 19 Nov 2003 00:55:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-RAM Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 08:55:21 -0000 vanilla 2003/11/19 00:55:20 PST FreeBSD ports repository Modified files: databases/p5-DBD-RAM Makefile Log: Add depends to p5-DBD-File, should be fix building problem. Noticed by: kris Revision Changes Path 1.2 +3 -0 ports/databases/p5-DBD-RAM/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 01:36:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3A116A4CE; Wed, 19 Nov 2003 01:36:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C5A43FB1; Wed, 19 Nov 2003 01:36:42 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJ9agXJ032607; Wed, 19 Nov 2003 01:36:42 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJ9agmv032606; Wed, 19 Nov 2003 01:36:42 -0800 (PST) (envelope-from perky) Message-Id: <200311190936.hAJ9agmv032606@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 19 Nov 2003 01:36:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/grail Makefile ports/www/grail/files grail patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 09:36:44 -0000 perky 2003/11/19 01:36:42 PST FreeBSD ports repository Modified files: www/grail Makefile www/grail/files grail Added files: www/grail/files patch-ab patch-ac Log: Port to Python 2.x (up to 2.2 yet) PR: 50230 Submitted by: thinker@branda.to Revision Changes Path 1.30 +5 -6 ports/www/grail/Makefile 1.3 +1 -1 ports/www/grail/files/grail 1.1 +24 -0 ports/www/grail/files/patch-ab (new) 1.1 +63 -0 ports/www/grail/files/patch-ac (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 01:51:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B380216A4CE; Wed, 19 Nov 2003 01:51:42 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A3343F93; Wed, 19 Nov 2003 01:51:41 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AMOzq-0007uv-9c; Wed, 19 Nov 2003 11:51:38 +0200 Date: Wed, 19 Nov 2003 11:51:38 +0200 From: Sheldon Hearn To: Wes Peters Message-ID: <20031119095138.GA752@starjuice.net> Mail-Followup-To: Wes Peters , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311160710.hAG7AtRR047311@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311160710.hAG7AtRR047311@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 09:51:42 -0000 On (2003/11/15 23:10), Wes Peters wrote: > FreeBSD src repository > > Modified files: > sbin/fsck_ffs setup.c > Log: > Catch and report on filesystems that were interrupted during newfs, > sporting the new 'BAD' magic number. Exit with a unique error code > (11) so callers who care about this can respond appropriately. Can you document this unique error code gracefully so that authors of such callers get clued in easily? Doing so will probably require choosing a reasonable, existing errno and documenting its return in the DIAGNOSTICS section of fsck_ffs(8). That's the first place I'd look for something like this if I were the author of a caller that cares. Ciao, Sheldon. From owner-cvs-all@FreeBSD.ORG Wed Nov 19 02:00:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E55816A4CE; Wed, 19 Nov 2003 02:00:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0916843F75; Wed, 19 Nov 2003 02:00:46 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJA0jXJ033444; Wed, 19 Nov 2003 02:00:45 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJA0j1q033443; Wed, 19 Nov 2003 02:00:45 -0800 (PST) (envelope-from kuriyama) Message-Id: <200311191000.hAJA0j1q033443@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 19 Nov 2003 02:00:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile ports/mail/p5-MIME-Tools/files patch-Parser.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 10:00:46 -0000 kuriyama 2003/11/19 02:00:45 PST FreeBSD ports repository Modified files: mail/p5-MIME-Tools Makefile Added files: mail/p5-MIME-Tools/files patch-Parser.pm Log: Apply security related patches. PR: ports/59457 Submitted by: Jan-Peter Koopmann Revision Changes Path 1.27 +2 -1 ports/mail/p5-MIME-Tools/Makefile 1.1 +75 -0 ports/mail/p5-MIME-Tools/files/patch-Parser.pm (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 02:51:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD20116A4CE; Wed, 19 Nov 2003 02:51:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278B843F75; Wed, 19 Nov 2003 02:51:50 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJApnXJ035973; Wed, 19 Nov 2003 02:51:49 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJApnYP035972; Wed, 19 Nov 2003 02:51:49 -0800 (PST) (envelope-from trevor) Message-Id: <200311191051.hAJApnYP035972@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 02:51:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/german Makefileports/german/linux-mozillafirebird Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 10:51:50 -0000 trevor 2003/11/19 02:51:49 PST FreeBSD ports repository Modified files: german Makefile Added files: german/linux-mozillafirebird Makefile distinfo pkg-descr Log: new German-language, i386 Linux binary port of Firebird Web browser Revision Changes Path 1.37 +1 -0 ports/german/Makefile 1.1 +14 -0 ports/german/linux-mozillafirebird/Makefile (new) 1.1 +2 -0 ports/german/linux-mozillafirebird/distinfo (new) 1.1 +9 -0 ports/german/linux-mozillafirebird/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:04:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DBE16A4CE; Wed, 19 Nov 2003 03:04:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DAD43FE3; Wed, 19 Nov 2003 03:04:40 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJB4dXJ037485; Wed, 19 Nov 2003 03:04:39 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJB4dxJ037484; Wed, 19 Nov 2003 03:04:39 -0800 (PST) (envelope-from des) Message-Id: <200311191104.hAJB4dxJ037484@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Nov 2003 03:04:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/flightgear Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:04:41 -0000 des 2003/11/19 03:04:39 PST FreeBSD ports repository Modified files: games/flightgear Makefile distinfo Log: Upgrade to 0.9.3. Revision Changes Path 1.23 +6 -2 ports/games/flightgear/Makefile 1.4 +2 -2 ports/games/flightgear/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:07:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3686E16A4CE; Wed, 19 Nov 2003 03:07:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 958A843F85; Wed, 19 Nov 2003 03:07:49 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJB7nXJ037686; Wed, 19 Nov 2003 03:07:49 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJB7nel037685; Wed, 19 Nov 2003 03:07:49 -0800 (PST) (envelope-from trevor) Message-Id: <200311191107.hAJB7nel037685@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:07:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/linux-mozillafirebird-el Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:07:50 -0000 trevor 2003/11/19 03:07:49 PST FreeBSD ports repository Modified files: www Makefile Added files: www/linux-mozillafirebird-el Makefile distinfo pkg-descr Log: new Greek-language, i386 Linux binary port of Firebird Web browser Revision Changes Path 1.755 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/linux-mozillafirebird-el/Makefile (new) 1.1 +2 -0 ports/www/linux-mozillafirebird-el/distinfo (new) 1.1 +9 -0 ports/www/linux-mozillafirebird-el/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:17:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3192D16A4CE; Wed, 19 Nov 2003 03:17:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4702E43FE0; Wed, 19 Nov 2003 03:17:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBHgXJ038057; Wed, 19 Nov 2003 03:17:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBHfAV038056; Wed, 19 Nov 2003 03:17:41 -0800 (PST) (envelope-from krion) Message-Id: <200311191117.hAJBHfAV038056@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 03:17:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/kwebget Makefile pkg-plist ports/ftp/kwebget/files patch-kwebget.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:17:43 -0000 krion 2003/11/19 03:17:41 PST FreeBSD ports repository Modified files: ftp/kwebget Makefile pkg-plist Added files: ftp/kwebget/files patch-kwebget.cpp Log: - unbreak on 5.x - respect PTHREAD_LIBS and CFLAGS - use REINPLACE_CMD instead of PERL - remove obsolete replacement PR: 58226 Submitted by: Markus Brueffer Approved by: maintainer timeout Revision Changes Path 1.6 +5 -9 ports/ftp/kwebget/Makefile 1.1 +11 -0 ports/ftp/kwebget/files/patch-kwebget.cpp (new) 1.3 +8 -0 ports/ftp/kwebget/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:21:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DFA16A4CE; Wed, 19 Nov 2003 03:21:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4B843F93; Wed, 19 Nov 2003 03:20:59 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBKxXJ038198; Wed, 19 Nov 2003 03:20:59 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBKwSN038197; Wed, 19 Nov 2003 03:20:58 -0800 (PST) (envelope-from trevor) Message-Id: <200311191120.hAJBKwSN038197@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:20:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:21:00 -0000 trevor 2003/11/19 03:20:58 PST FreeBSD ports repository Modified files: . modules Log: ja-linux-mozillafirebird-gtk1 --> ports/japanese/linux-mozillafirebird-gtk1 Revision Changes Path 1.8637 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:21:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A45416A4CE; Wed, 19 Nov 2003 03:21:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0C943FA3; Wed, 19 Nov 2003 03:21:58 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBLvXJ038252; Wed, 19 Nov 2003 03:21:57 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBLv0b038251; Wed, 19 Nov 2003 03:21:57 -0800 (PST) (envelope-from trevor) Message-Id: <200311191121.hAJBLv0b038251@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:21:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:21:59 -0000 trevor 2003/11/19 03:21:57 PST FreeBSD ports repository Modified files: . modules Log: zh-linux-mozillafirebird-zh_TW --> ports/chinese/linux-mozillafirebird-zh_TW Revision Changes Path 1.8638 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:23:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A753D16A4CE; Wed, 19 Nov 2003 03:23:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E56243F3F; Wed, 19 Nov 2003 03:23:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBNAXJ038303; Wed, 19 Nov 2003 03:23:10 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBNAPo038302; Wed, 19 Nov 2003 03:23:10 -0800 (PST) (envelope-from trevor) Message-Id: <200311191123.hAJBNAPo038302@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:23:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:23:11 -0000 trevor 2003/11/19 03:23:10 PST FreeBSD ports repository Modified files: . modules Log: zh-linux-mozillafirebird-zh_CN --> ports/chinese/linux-mozillafirebird-zh_CN Revision Changes Path 1.8639 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:24:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88DE916A4CE; Wed, 19 Nov 2003 03:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3814543FDD; Wed, 19 Nov 2003 03:24:14 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBOEXJ038357; Wed, 19 Nov 2003 03:24:14 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBODh3038356; Wed, 19 Nov 2003 03:24:13 -0800 (PST) (envelope-from trevor) Message-Id: <200311191124.hAJBODh3038356@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:24:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:24:15 -0000 trevor 2003/11/19 03:24:13 PST FreeBSD ports repository Modified files: . modules Log: de-linux-mozillafirebird --> ports/german/linux-mozillafirebird Revision Changes Path 1.8640 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:25:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6644616A4CE; Wed, 19 Nov 2003 03:25:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E4D43FCB; Wed, 19 Nov 2003 03:25:19 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBPJXJ038450; Wed, 19 Nov 2003 03:25:19 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBPJFs038449; Wed, 19 Nov 2003 03:25:19 -0800 (PST) (envelope-from trevor) Message-Id: <200311191125.hAJBPJFs038449@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 03:25:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:25:20 -0000 trevor 2003/11/19 03:25:19 PST FreeBSD ports repository Modified files: . modules Log: linux-mozillafirebird-el --> ports/www/linux-mozillafirebird-el Revision Changes Path 1.8641 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:25:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6131116A4CE; Wed, 19 Nov 2003 03:25:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F4C43FBD; Wed, 19 Nov 2003 03:25:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBPwXJ038514; Wed, 19 Nov 2003 03:25:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBPwgd038513; Wed, 19 Nov 2003 03:25:58 -0800 (PST) (envelope-from linimon) Message-Id: <200311191125.hAJBPwgd038513@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Nov 2003 03:25:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/veepee Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:25:59 -0000 linimon 2003/11/19 03:25:58 PST FreeBSD ports repository Modified files: devel/veepee Makefile Log: Currently this fails to compile and install both on 4.x and 5.x. Revision Changes Path 1.21 +2 -0 ports/devel/veepee/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:32:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541B616A4CE; Wed, 19 Nov 2003 03:32:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B987A43F93; Wed, 19 Nov 2003 03:32:19 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBWJXJ038777; Wed, 19 Nov 2003 03:32:19 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBWJ9r038776; Wed, 19 Nov 2003 03:32:19 -0800 (PST) (envelope-from obraun) Message-Id: <200311191132.hAJBWJ9r038776@repoman.freebsd.org> From: Oliver Braun Date: Wed, 19 Nov 2003 03:32:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/hs-gtk2hs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:32:20 -0000 obraun 2003/11/19 03:32:19 PST FreeBSD ports repository Modified files: x11-toolkits/hs-gtk2hs Makefile distinfo pkg-plist Log: Upgrade to 0.9.4 Revision Changes Path 1.2 +4 -1 ports/x11-toolkits/hs-gtk2hs/Makefile 1.2 +1 -1 ports/x11-toolkits/hs-gtk2hs/distinfo 1.2 +128 -121 ports/x11-toolkits/hs-gtk2hs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:40:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77BF16A4CE; Wed, 19 Nov 2003 03:40:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2087B43FBD; Wed, 19 Nov 2003 03:40:35 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBeYXJ039081; Wed, 19 Nov 2003 03:40:34 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBeYT7039080; Wed, 19 Nov 2003 03:40:34 -0800 (PST) (envelope-from lev) Message-Id: <200311191140.hAJBeYT7039080@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Wed, 19 Nov 2003 03:40:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/subversion Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:40:35 -0000 lev 2003/11/19 03:40:34 PST FreeBSD ports repository Modified files: devel/subversion Makefile Log: Fix typos Revision Changes Path 1.53 +2 -2 ports/devel/subversion/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:50:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E601416A4CE for ; Wed, 19 Nov 2003 03:50:17 -0800 (PST) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CBA43FCB for ; Wed, 19 Nov 2003 03:50:15 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 21043 invoked from network); 19 Nov 2003 11:42:42 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 19 Nov 2003 11:42:42 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAJBg2Fn023227; Wed, 19 Nov 2003 06:42:02 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031118222022.R10910@newtrinity.zeist.de> Date: Wed, 19 Nov 2003 06:42:01 -0500 (EST) From: John Baldwin To: Marius Strobl X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:50:18 -0000 On 18-Nov-2003 Marius Strobl wrote: > On Tue, Nov 18, 2003 at 03:54:49PM -0500, John Baldwin wrote: >> >> On 18-Nov-2003 Marius Strobl wrote: >> > On Tue, Nov 18, 2003 at 09:21:18AM -0500, John Baldwin wrote: >> >> >> >> On 18-Nov-2003 Marius Strobl wrote: >> >> > On Mon, Nov 17, 2003 at 05:53:14PM -0500, John Baldwin wrote: >> >> >> >> >> >> On 17-Nov-2003 Marius Strobl wrote: >> >> >> > On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: >> >> >> >> >> >> >> >> On 14-Nov-2003 John Baldwin wrote: >> >> >> >> > jhb 2003/11/14 13:02:49 PST >> >> >> >> > >> >> >> >> > FreeBSD src repository >> >> >> >> > >> >> >> >> > Modified files: >> >> >> >> > sys/i386/isa atpic.c >> >> >> >> > Log: >> >> >> >> > Always install IDT entries for ATPIC interrupt sources. The APIC no >> >> >> >> > longer uses these interrupt vectors for its ISA interrupt pins, so these >> >> >> >> > entries will not be overwritten. If we get a spurious interrupt from the >> >> >> >> > ATPIC when using the APIC, it will be treated as a stray interrupt instead >> >> >> >> > of causing a panic. >> >> >> >> >> >> >> >> This should fix all of the "panic: Couldn't get vector from ISR" and >> >> >> >> trap 30 (reserved) panics. If you were using older versions of either >> >> >> >> spurious.patch or atpic.patch, please try reverting them and using >> >> >> >> plain CVS to see if that fixes your problem. If not, please let me know. >> >> >> >> If you get several stray IRQ 7 messages and would like to shut them up, >> >> >> >> you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch >> >> >> >> >> >> >> > >> >> >> > Unfortunately it doesn't fix the type 30 trap triggered by a spurious >> >> > >> >> > Oops, meant stray interrupt... >> >> > >> >> >> > interrupt here (need atpic.patch). >> >> >> >> >> >> Do you get the trap very early? >> >> >> >> >> > >> >> > Yes, please see <20031110172540.A29948@newtrinity.zeist.de> on current@ >> >> > or http://quad.zeist.de/newintr.log (this was with older sources but the >> >> > problem is still the same after the commit above). >> >> >> >> Can you try www.freebsd.org/~jhb/patches/vm86.patch >> >> >> > >> > Looks worse: http://quad.zeist.de/newintr2.log >> >> Well, vm86 is broken but that patch seems to have helped fix that breakage. >> There is another bug in the handling of stray interrupts. Can you revert >> vm86.patch and try this instead: >> >> http://www.FreeBSD.org/~jhb/patches/atpic.patch >> > > Works. > >> Assuming that works, you should be able to use >> >> http://www.FreeBSD.org/~jhb/patches/spurious.patch >> >> to quiet the 'stray irq 7' messages. >> > > Also works. > However, as you may have noticed in my boot logs I get 'stray irq 13' > with the new interrupt code when npx gets probed. I'm aware that your > spurious.patch only addresses stray irqs 7 and 15, I'm just wondering > a bit why the co-processor mucks up with the new code... We poke IRQ 13 to see if it fires in the npx code. The 7 and 15 magic is because that is the vectors the 8259A's actually generate when they generate a spurious interrupt. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Wed Nov 19 03:51:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E0D16A4CE; Wed, 19 Nov 2003 03:51:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA81E43FB1; Wed, 19 Nov 2003 03:51:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJBpqXJ039515; Wed, 19 Nov 2003 03:51:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJBpqGk039514; Wed, 19 Nov 2003 03:51:52 -0800 (PST) (envelope-from krion) Message-Id: <200311191151.hAJBpqGk039514@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 03:51:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/scand/files patch-viewstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 11:51:53 -0000 krion 2003/11/19 03:51:52 PST FreeBSD ports repository Added files: net/scand/files patch-viewstat.c Log: - Fix build on ARCH != i386 Submitted by: maintainer Noticed by: bento via kris Revision Changes Path 1.1 +11 -0 ports/net/scand/files/patch-viewstat.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:05:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D68B416A4CE; Wed, 19 Nov 2003 05:05:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4956843FDD; Wed, 19 Nov 2003 05:05:51 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJD5pXJ049171; Wed, 19 Nov 2003 05:05:51 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJD5oho049170; Wed, 19 Nov 2003 05:05:50 -0800 (PST) (envelope-from dds) Message-Id: <200311191305.hAJD5oho049170@repoman.freebsd.org> From: Diomidis Spinellis Date: Wed, 19 Nov 2003 05:05:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys setgroups.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:05:52 -0000 dds 2003/11/19 05:05:50 PST FreeBSD src repository Modified files: lib/libc/sys setgroups.2 Log: Documented missing EINVAL errno value kern_prot.c: if (ngrp > NGROUPS) return (EINVAL); MFC after: 2 weeks Revision Changes Path 1.13 +6 -0 src/lib/libc/sys/setgroups.2 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:13:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7205916A4CE; Wed, 19 Nov 2003 05:13:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABCE43FBD; Wed, 19 Nov 2003 05:13:13 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDDDXJ049395; Wed, 19 Nov 2003 05:13:13 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDDD6p049394; Wed, 19 Nov 2003 05:13:13 -0800 (PST) (envelope-from trevor) Message-Id: <200311191313.hAJDDD6p049394@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:13:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:13:14 -0000 trevor 2003/11/19 05:13:13 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile Log: Make MD5_FILE changeable by slave ports which install "noarch" RPMs. Revision Changes Path 1.20 +1 -1 ports/x11-toolkits/linux-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:13:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B15E16A4CF; Wed, 19 Nov 2003 05:13:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D9A43FEC; Wed, 19 Nov 2003 05:13:29 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDDTXJ049449; Wed, 19 Nov 2003 05:13:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDDTrg049448; Wed, 19 Nov 2003 05:13:29 -0800 (PST) (envelope-from marcus) Message-Id: <200311191313.hAJDDTrg049448@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Nov 2003 05:13:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gdesklets-sysinfo Makefile ports/sysutils/gdesklets-sysinfo/files postbuild-patch-__init__.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:13:30 -0000 marcus 2003/11/19 05:13:29 PST FreeBSD ports repository Modified files: sysutils/gdesklets-sysinfo Makefile sysutils/gdesklets-sysinfo/files postbuild-patch-__init__.py Log: Fix patching so it will work with WRKDIRPREFIX. PR: 59450 Submitted by: Sergey Akifyev maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/gdesklets-sysinfo/Makefile 1.2 +2 -2 ports/sysutils/gdesklets-sysinfo/files/postbuild-patch-__init__.py From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:15:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95ED516A4CE; Wed, 19 Nov 2003 05:15:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBE143FE1; Wed, 19 Nov 2003 05:15:52 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDFqXJ049643; Wed, 19 Nov 2003 05:15:52 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDFqMp049642; Wed, 19 Nov 2003 05:15:52 -0800 (PST) (envelope-from trevor) Message-Id: <200311191315.hAJDFqMp049642@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:15:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/linux-ttfonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:15:54 -0000 trevor 2003/11/19 05:15:52 PST FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/linux-ttfonts Makefile distinfo pkg-descr Log: new port of Japanese Truetype fonts for use with Linux emulation Revision Changes Path 1.512 +1 -0 ports/japanese/Makefile 1.1 +30 -0 ports/japanese/linux-ttfonts/Makefile (new) 1.1 +2 -0 ports/japanese/linux-ttfonts/distinfo (new) 1.1 +14 -0 ports/japanese/linux-ttfonts/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:16:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D01916A4CE; Wed, 19 Nov 2003 05:16:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84C043FCB; Wed, 19 Nov 2003 05:16:51 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDGpXJ049689; Wed, 19 Nov 2003 05:16:51 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDGpwG049688; Wed, 19 Nov 2003 05:16:51 -0800 (PST) (envelope-from trevor) Message-Id: <200311191316.hAJDGpwG049688@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:16:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:16:52 -0000 trevor 2003/11/19 05:16:51 PST FreeBSD ports repository Modified files: . modules Log: ja-linux-ttfonts --> ports/japanese/linux-ttfonts Revision Changes Path 1.8642 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:23:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21E116A4CE; Wed, 19 Nov 2003 05:23:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E657143FCB; Wed, 19 Nov 2003 05:23:25 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDNPXJ049878; Wed, 19 Nov 2003 05:23:25 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDNPo6049877; Wed, 19 Nov 2003 05:23:25 -0800 (PST) (envelope-from trevor) Message-Id: <200311191323.hAJDNPo6049877@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:23:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:23:26 -0000 trevor 2003/11/19 05:23:25 PST FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile Log: I don't see any use for the /compat/linux/initrd directory. Revision Changes Path 1.81 +1 -1 ports/emulators/linux_base-8/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:41:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC2F16A4CE; Wed, 19 Nov 2003 05:41:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EB943FBD; Wed, 19 Nov 2003 05:41:00 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDf0XJ050555; Wed, 19 Nov 2003 05:41:00 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDf0wU050554; Wed, 19 Nov 2003 05:41:00 -0800 (PST) (envelope-from trevor) Message-Id: <200311191341.hAJDf0wU050554@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:41:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/linux-atk Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:41:01 -0000 trevor 2003/11/19 05:41:00 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/linux-atk Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of Accessibility Toolkit library Revision Changes Path 1.1360 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/linux-atk/Makefile (new) 1.1 +2 -0 ports/devel/linux-atk/distinfo.i386 (new) 1.1 +10 -0 ports/devel/linux-atk/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:41:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC9816A4CE; Wed, 19 Nov 2003 05:41:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 224D043FB1; Wed, 19 Nov 2003 05:41:46 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDfjXJ050598; Wed, 19 Nov 2003 05:41:45 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDfjxG050597; Wed, 19 Nov 2003 05:41:45 -0800 (PST) (envelope-from trevor) Message-Id: <200311191341.hAJDfjxG050597@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:41:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:41:46 -0000 trevor 2003/11/19 05:41:45 PST FreeBSD ports repository Modified files: . modules Log: linux-atk --> ports/devel/linux-atk Revision Changes Path 1.8643 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:56:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F3B16A4CE; Wed, 19 Nov 2003 05:56:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240F044011; Wed, 19 Nov 2003 05:56:39 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDucXJ051153; Wed, 19 Nov 2003 05:56:38 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDucFX051152; Wed, 19 Nov 2003 05:56:38 -0800 (PST) (envelope-from trevor) Message-Id: <200311191356.hAJDucFX051152@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:56:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts Makefileports/x11-fonts/linux-fontconfig Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:56:50 -0000 trevor 2003/11/19 05:56:38 PST FreeBSD ports repository Modified files: x11-fonts Makefile Added files: x11-fonts/linux-fontconfig Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of Fontconfig Revision Changes Path 1.46 +1 -0 ports/x11-fonts/Makefile 1.1 +30 -0 ports/x11-fonts/linux-fontconfig/Makefile (new) 1.1 +2 -0 ports/x11-fonts/linux-fontconfig/distinfo.i386 (new) 1.1 +22 -0 ports/x11-fonts/linux-fontconfig/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 05:57:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A10016A4CE; Wed, 19 Nov 2003 05:57:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F383643F85; Wed, 19 Nov 2003 05:57:51 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJDvpXJ051211; Wed, 19 Nov 2003 05:57:51 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJDvpuV051210; Wed, 19 Nov 2003 05:57:51 -0800 (PST) (envelope-from trevor) Message-Id: <200311191357.hAJDvpuV051210@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 05:57:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:57:52 -0000 trevor 2003/11/19 05:57:51 PST FreeBSD ports repository Modified files: . modules Log: linux-fontconfig --> ports/x11-fonts/linux-fontconfig Revision Changes Path 1.8644 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:07:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B51FC16A4CE; Wed, 19 Nov 2003 06:07:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D46243FDD; Wed, 19 Nov 2003 06:07:56 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJE7uXJ052487; Wed, 19 Nov 2003 06:07:56 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJE7tcm052486; Wed, 19 Nov 2003 06:07:55 -0800 (PST) (envelope-from olgeni) Message-Id: <200311191407.hAJE7tcm052486@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Nov 2003 06:07:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/esdl Makefile distinfo pkg-plist patch-c__src_esdl__events.c patch-c__src_esdl__video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:07:56 -0000 olgeni 2003/11/19 06:07:55 PST FreeBSD ports repository Modified files: devel/esdl Makefile distinfo pkg-plist devel/esdl/files patch-c__src_Makefile patch-c__src_esdl__events.c patch-c__src_esdl__video.c Log: Upgrade to version 0.93.0909. PR: 59382 Submitted by: Sebastian Yepes F. [ESN] Revision Changes Path 1.13 +1 -2 ports/devel/esdl/Makefile 1.5 +1 -1 ports/devel/esdl/distinfo 1.5 +35 -32 ports/devel/esdl/files/patch-c__src_Makefile 1.2 +4 -7 ports/devel/esdl/files/patch-c__src_esdl__events.c 1.2 +4 -7 ports/devel/esdl/files/patch-c__src_esdl__video.c 1.8 +5 -1 ports/devel/esdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:08:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D6216A4CF; Wed, 19 Nov 2003 06:08:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0751F43FA3; Wed, 19 Nov 2003 06:08:06 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJE85XJ052525; Wed, 19 Nov 2003 06:08:05 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJE85xM052524; Wed, 19 Nov 2003 06:08:05 -0800 (PST) (envelope-from olgeni) Message-Id: <200311191408.hAJE85xM052524@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Nov 2003 06:08:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/wings Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:08:06 -0000 olgeni 2003/11/19 06:08:05 PST FreeBSD ports repository Modified files: graphics/wings Makefile distinfo pkg-plist Log: Upgrade to version 0.98.17f. PR: 59380 Submitted by: Sebastian Yepes F. [ESN] Revision Changes Path 1.5 +1 -1 ports/graphics/wings/Makefile 1.3 +1 -1 ports/graphics/wings/distinfo 1.3 +4 -2 ports/graphics/wings/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:11:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393CD16A4CE; Wed, 19 Nov 2003 06:11:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997C243F75; Wed, 19 Nov 2003 06:11:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEBBXJ052703; Wed, 19 Nov 2003 06:11:11 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEBBUv052702; Wed, 19 Nov 2003 06:11:11 -0800 (PST) (envelope-from trevor) Message-Id: <200311191411.hAJEBBUv052702@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:11:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/linux-expat Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:11:12 -0000 trevor 2003/11/19 06:11:11 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/linux-expat Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of Expat Revision Changes Path 1.591 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/linux-expat/Makefile (new) 1.1 +2 -0 ports/textproc/linux-expat/distinfo.i386 (new) 1.1 +13 -0 ports/textproc/linux-expat/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:12:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2CE16A4CE; Wed, 19 Nov 2003 06:12:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795AB43F85; Wed, 19 Nov 2003 06:12:54 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJECsXJ052766; Wed, 19 Nov 2003 06:12:54 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJECsu5052765; Wed, 19 Nov 2003 06:12:54 -0800 (PST) (envelope-from trevor) Message-Id: <200311191412.hAJECsu5052765@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:12:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:12:55 -0000 trevor 2003/11/19 06:12:54 PST FreeBSD ports repository Modified files: . modules Log: linux-expat --> ports/textproc/linux-expat Revision Changes Path 1.8645 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:31:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C7C216A4CE; Wed, 19 Nov 2003 06:31:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D00DD43F75; Wed, 19 Nov 2003 06:31:36 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEVaXJ053465; Wed, 19 Nov 2003 06:31:36 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEVaF7053464; Wed, 19 Nov 2003 06:31:36 -0800 (PST) (envelope-from bms) Message-Id: <200311191431.hAJEVaF7053464@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 19 Nov 2003 06:31:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pf Makefile ports/security/pf/files extra-patch-pf::pf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:31:37 -0000 bms 2003/11/19 06:31:36 PST FreeBSD ports repository (src committer) Modified files: security/pf Makefile Added files: security/pf/files extra-patch-pf::pf.c Log: Fix pf for ${OSVERSION} >= 501114, i.e. the 5.2 freeze point, when andre@'s tcp hostcache changes took place. Revision Changes Path 1.15 +4 -0 ports/security/pf/Makefile 1.1 +22 -0 ports/security/pf/files/extra-patch-pf::pf.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:32:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814D416A4CE; Wed, 19 Nov 2003 06:32:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0A643F85; Wed, 19 Nov 2003 06:32:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEWBXJ053530; Wed, 19 Nov 2003 06:32:11 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEWBsh053529; Wed, 19 Nov 2003 06:32:11 -0800 (PST) (envelope-from trevor) Message-Id: <200311191432.hAJEWBsh053529@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:32:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/linux-glib2 Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:32:12 -0000 trevor 2003/11/19 06:32:11 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/linux-glib2 Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of GLib version 2.X Revision Changes Path 1.1361 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/linux-glib2/Makefile (new) 1.1 +2 -0 ports/devel/linux-glib2/distinfo.i386 (new) 1.1 +11 -0 ports/devel/linux-glib2/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:32:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 991F916A4CE; Wed, 19 Nov 2003 06:32:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B8943F93; Wed, 19 Nov 2003 06:32:56 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEWtXJ053565; Wed, 19 Nov 2003 06:32:55 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEWteq053564; Wed, 19 Nov 2003 06:32:55 -0800 (PST) (envelope-from trevor) Message-Id: <200311191432.hAJEWteq053564@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:32:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:32:56 -0000 trevor 2003/11/19 06:32:55 PST FreeBSD ports repository Modified files: . modules Log: linux-glib2 --> ports/devel/linux-glib2 Revision Changes Path 1.8646 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:37:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E782816A4CE; Wed, 19 Nov 2003 06:37:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485A443F3F; Wed, 19 Nov 2003 06:37:22 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEbMXJ053820; Wed, 19 Nov 2003 06:37:22 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEbLJw053819; Wed, 19 Nov 2003 06:37:21 -0800 (PST) (envelope-from trevor) Message-Id: <200311191437.hAJEbLJw053819@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:37:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linux-atk Makefileports/textproc/linux-expat Makefile ports/x11-fonts/linux-fontconfig Makefile ports/x11-toolkits/linux-gtk2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:37:24 -0000 trevor 2003/11/19 06:37:21 PST FreeBSD ports repository Modified files: devel/linux-atk Makefile textproc/linux-expat Makefile x11-fonts/linux-fontconfig Makefile x11-toolkits/linux-gtk2 Makefile Log: Decrease PORTREVISION from 2 to 0. I hope no one has installed these yet. Revision Changes Path 1.2 +1 -0 ports/devel/linux-atk/Makefile 1.2 +1 -0 ports/textproc/linux-expat/Makefile 1.2 +1 -0 ports/x11-fonts/linux-fontconfig/Makefile 1.2 +1 -0 ports/x11-toolkits/linux-gtk2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:37:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC92D16A4CF; Wed, 19 Nov 2003 06:37:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156CD43F85; Wed, 19 Nov 2003 06:37:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEbkXJ053869; Wed, 19 Nov 2003 06:37:46 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEbkI2053868; Wed, 19 Nov 2003 06:37:46 -0800 (PST) (envelope-from krion) Message-Id: <200311191437.hAJEbkI2053868@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 06:37:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcmidi Makefile distinfo pkg-descr ports/audio/abcmidi/files pactch-unix.mak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:37:47 -0000 krion 2003/11/19 06:37:46 PST FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo pkg-descr Removed files: audio/abcmidi/files pactch-unix.mak Log: - Update to version 2003.11.12 PR: 59462 Submitted by: Ports Fury Revision Changes Path 1.6 +9 -16 ports/audio/abcmidi/Makefile 1.2 +1 -1 ports/audio/abcmidi/distinfo 1.2 +0 -8 ports/audio/abcmidi/files/pactch-unix.mak (dead) 1.2 +1 -1 ports/audio/abcmidi/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:38:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14EC116A4CE; Wed, 19 Nov 2003 06:38:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7879743F3F; Wed, 19 Nov 2003 06:38:45 -0800 (PST) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEcjXJ053919; Wed, 19 Nov 2003 06:38:45 -0800 (PST) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEcjif053918; Wed, 19 Nov 2003 06:38:45 -0800 (PST) (envelope-from mich) Message-Id: <200311191438.hAJEcjif053918@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 19 Nov 2003 06:38:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/braincurses Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:38:46 -0000 mich 2003/11/19 06:38:45 PST FreeBSD ports repository Modified files: games/braincurses Makefile distinfo pkg-plist Log: o Update to > 0.5a - code improvement o Use %%DOCSDIR%% Revision Changes Path 1.4 +1 -1 ports/games/braincurses/Makefile 1.2 +1 -1 ports/games/braincurses/distinfo 1.2 +2 -2 ports/games/braincurses/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:43:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EFA16A4CE; Wed, 19 Nov 2003 06:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B82143FE1; Wed, 19 Nov 2003 06:43:19 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEhJXJ054134; Wed, 19 Nov 2003 06:43:19 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEhJ2J054133; Wed, 19 Nov 2003 06:43:19 -0800 (PST) (envelope-from krion) Message-Id: <200311191443.hAJEhJ2J054133@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 06:43:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/cgoban Makefile ports/games/cgoban/files patch-Makefile.am patch-aclocal.m4 patch-configure patch-wmslib::src::wms::snd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:43:20 -0000 krion 2003/11/19 06:43:19 PST FreeBSD ports repository Modified files: games/cgoban Makefile Added files: games/cgoban/files patch-configure.in patch-wmslib::src::wms::snd.c Removed files: games/cgoban/files patch-Makefile.am patch-aclocal.m4 patch-configure patch-man6::Makefile.am Log: - Fix build and unbreak PR: 59463 Submitted by: Ports Fury Revision Changes Path 1.23 +10 -6 ports/games/cgoban/Makefile 1.2 +0 -10 ports/games/cgoban/files/patch-Makefile.am (dead) 1.2 +0 -934 ports/games/cgoban/files/patch-aclocal.m4 (dead) 1.2 +0 -43 ports/games/cgoban/files/patch-configure (dead) 1.1 +19 -0 ports/games/cgoban/files/patch-configure.in (new) 1.2 +0 -8 ports/games/cgoban/files/patch-man6::Makefile.am (dead) 1.1 +11 -0 ports/games/cgoban/files/patch-wmslib::src::wms::snd.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:44:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3C016A4CE; Wed, 19 Nov 2003 06:44:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3982243F85; Wed, 19 Nov 2003 06:44:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEijXJ054218; Wed, 19 Nov 2003 06:44:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEii7L054217; Wed, 19 Nov 2003 06:44:44 -0800 (PST) (envelope-from arved) Message-Id: <200311191444.hAJEii7L054217@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 19 Nov 2003 06:44:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/klogoturtle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:44:46 -0000 arved 2003/11/19 06:44:44 PST FreeBSD ports repository Modified files: lang/klogoturtle Makefile distinfo pkg-plist Log: Update to 0.5 PR: 59465, 59473 Submitted by: Markus Brueffer \ KATO Tsuguru Revision Changes Path 1.3 +1 -1 ports/lang/klogoturtle/Makefile 1.3 +1 -1 ports/lang/klogoturtle/distinfo 1.3 +6 -0 ports/lang/klogoturtle/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:47:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E1916A4CE; Wed, 19 Nov 2003 06:47:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CB043FD7; Wed, 19 Nov 2003 06:47:45 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEljXJ054371; Wed, 19 Nov 2003 06:47:45 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEli97054370; Wed, 19 Nov 2003 06:47:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200311191447.hAJEli97054370@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Nov 2003 06:47:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/spirit Makefile distinfo pkg-plistpatch-configure patch-libs::doc::Makefile.in patch-libs::doc::theme::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:47:46 -0000 ijliao 2003/11/19 06:47:44 PST FreeBSD ports repository Modified files: devel/spirit Makefile distinfo pkg-plist Added files: devel/spirit/files patch-configure Removed files: devel/spirit/files patch-boost::spirit::impl::primitives.ipp patch-libs::doc::Makefile.in patch-libs::doc::theme::Makefile.in Log: upgrade to 1.6.1 Revision Changes Path 1.11 +12 -1 ports/devel/spirit/Makefile 1.8 +1 -1 ports/devel/spirit/distinfo 1.2 +0 -12 ports/devel/spirit/files/patch-boost::spirit::impl::primitives.ipp (dead) 1.1 +28 -0 ports/devel/spirit/files/patch-configure (new) 1.2 +0 -11 ports/devel/spirit/files/patch-libs::doc::Makefile.in (dead) 1.2 +0 -11 ports/devel/spirit/files/patch-libs::doc::theme::Makefile.in (dead) 1.2 +1368 -68 ports/devel/spirit/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:48:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A916E16A4CE; Wed, 19 Nov 2003 06:48:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0B743FD7; Wed, 19 Nov 2003 06:48:42 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEmgXJ054421; Wed, 19 Nov 2003 06:48:42 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEmgmh054420; Wed, 19 Nov 2003 06:48:42 -0800 (PST) (envelope-from arved) Message-Id: <200311191448.hAJEmgmh054420@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 19 Nov 2003 06:48:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/ekg Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:48:44 -0000 arved 2003/11/19 06:48:42 PST FreeBSD ports repository Modified files: polish/ekg Makefile distinfo pkg-plist Log: Update to 1.4 (Bump PORTEPOCH because versionno. decreased) PR: 59430 Submitted by: Jacek Pelka Revision Changes Path 1.6 +6 -5 ports/polish/ekg/Makefile 1.5 +1 -1 ports/polish/ekg/distinfo 1.2 +2 -2 ports/polish/ekg/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:50:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE0F16A4CE; Wed, 19 Nov 2003 06:50:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549E043FA3; Wed, 19 Nov 2003 06:50:49 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEonXJ054568; Wed, 19 Nov 2003 06:50:49 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEomwE054567; Wed, 19 Nov 2003 06:50:48 -0800 (PST) (envelope-from pav) Message-Id: <200311191450.hAJEomwE054567@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Nov 2003 06:50:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gkrellkam2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:50:50 -0000 pav 2003/11/19 06:50:48 PST FreeBSD ports repository Modified files: graphics/gkrellkam2 Makefile Log: - Fix conflicting dependencies PR: ports/59449 Submitted by: Approved by: adamw (mentor) Revision Changes Path 1.6 +1 -3 ports/graphics/gkrellkam2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:52:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A606716A4CE; Wed, 19 Nov 2003 06:52:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FFC43FE5; Wed, 19 Nov 2003 06:52:22 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEqLXJ054632; Wed, 19 Nov 2003 06:52:21 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEqLHu054631; Wed, 19 Nov 2003 06:52:21 -0800 (PST) (envelope-from krion) Message-Id: <200311191452.hAJEqLHu054631@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 06:52:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kbarcode Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:52:22 -0000 krion 2003/11/19 06:52:21 PST FreeBSD ports repository Modified files: graphics/kbarcode Makefile distinfo pkg-plist Log: - Update to version 1.4.1 PR: 59464 Submitted by: Ports Fury Revision Changes Path 1.5 +8 -10 ports/graphics/kbarcode/Makefile 1.2 +1 -1 ports/graphics/kbarcode/distinfo 1.3 +34 -13 ports/graphics/kbarcode/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:53:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874A916A4D3; Wed, 19 Nov 2003 06:53:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFC143F93; Wed, 19 Nov 2003 06:53:29 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJErTXJ054791; Wed, 19 Nov 2003 06:53:29 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJErTuG054790; Wed, 19 Nov 2003 06:53:29 -0800 (PST) (envelope-from pav) Message-Id: <200311191453.hAJErTuG054790@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Nov 2003 06:53:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/naim Makefile distinfo pkg-plist ports/net/naim/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:53:30 -0000 pav 2003/11/19 06:53:29 PST FreeBSD ports repository Modified files: net/naim Makefile distinfo pkg-plist Removed files: net/naim/files patch-Makefile.in Log: - Update to 0.11.6.3 PR: ports/59438 Submitted by: Walter Venable Approved by: adamw (mentor) Revision Changes Path 1.35 +2 -1 ports/net/naim/Makefile 1.19 +1 -1 ports/net/naim/distinfo 1.4 +0 -11 ports/net/naim/files/patch-Makefile.in (dead) 1.13 +2 -1 ports/net/naim/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:54:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06C316A516; Wed, 19 Nov 2003 06:54:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDB943FE5; Wed, 19 Nov 2003 06:54:02 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEs2XJ055350; Wed, 19 Nov 2003 06:54:02 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEs2ob055349; Wed, 19 Nov 2003 06:54:02 -0800 (PST) (envelope-from krion) Message-Id: <200311191454.hAJEs2ob055349@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 06:54:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libosip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:54:05 -0000 krion 2003/11/19 06:54:02 PST FreeBSD ports repository Modified files: net/libosip Makefile Log: - Fix COMMENT format PR: 59466 Submitted by: Ports Fury Revision Changes Path 1.15 +1 -1 ports/net/libosip/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:57:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A3C16A4CE; Wed, 19 Nov 2003 06:57:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AB843FCB; Wed, 19 Nov 2003 06:57:37 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJEvbXJ056130; Wed, 19 Nov 2003 06:57:37 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJEvbD9056129; Wed, 19 Nov 2003 06:57:37 -0800 (PST) (envelope-from trevor) Message-Id: <200311191457.hAJEvbD9056129@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 06:57:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/linux-expat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:57:38 -0000 trevor 2003/11/19 06:57:37 PST FreeBSD ports repository Modified files: textproc/linux-expat Makefile Log: Define PLIST so packing list may be generated. Revision Changes Path 1.3 +1 -0 ports/textproc/linux-expat/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 06:59:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9339E16A4D1; Wed, 19 Nov 2003 06:59:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A627B43FBD; Wed, 19 Nov 2003 06:59:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJExHXJ056266; Wed, 19 Nov 2003 06:59:17 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJExHq4056265; Wed, 19 Nov 2003 06:59:17 -0800 (PST) (envelope-from krion) Message-Id: <200311191459.hAJExHq4056265@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 06:59:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libosip2 Makefile distinfo pkg-plist ports/net/libosip2/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:59:18 -0000 krion 2003/11/19 06:59:17 PST FreeBSD ports repository Modified files: net/libosip2 Makefile distinfo pkg-plist Added files: net/libosip2/files patch-Makefile.in Log: - Update to version 2.0.5 PR: 59467 Submitted by: Ports Fury Revision Changes Path 1.16 +4 -8 ports/net/libosip2/Makefile 1.9 +1 -1 ports/net/libosip2/distinfo 1.1 +11 -0 ports/net/libosip2/files/patch-Makefile.in (new) 1.6 +3 -3 ports/net/libosip2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:02:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD2916A4CE; Wed, 19 Nov 2003 07:02:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25E843F3F; Wed, 19 Nov 2003 07:02:04 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJF24XJ056427; Wed, 19 Nov 2003 07:02:04 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJF24rH056426; Wed, 19 Nov 2003 07:02:04 -0800 (PST) (envelope-from arved) Message-Id: <200311191502.hAJF24rH056426@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 19 Nov 2003 07:02:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/kadu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:02:05 -0000 arved 2003/11/19 07:02:04 PST FreeBSD ports repository Modified files: polish/kadu Makefile Log: Chase libgadu shared library version. Bump PORTREVISION Revision Changes Path 1.3 +2 -1 ports/polish/kadu/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:04:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCD416A4CE; Wed, 19 Nov 2003 07:04:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC80944013; Wed, 19 Nov 2003 07:04:34 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJF4YXJ057361; Wed, 19 Nov 2003 07:04:34 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJF4Y1b057360; Wed, 19 Nov 2003 07:04:34 -0800 (PST) (envelope-from krion) Message-Id: <200311191504.hAJF4Y1b057360@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 07:04:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/bgrab Makefile distinfo pkg-descr ports/news/bgrab/files Makefile.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:04:35 -0000 krion 2003/11/19 07:04:34 PST FreeBSD ports repository Modified files: news/bgrab Makefile distinfo pkg-descr news/bgrab/files Makefile.dist Log: - Update MASTER_SITES and WWW: line PR: 59468 Submitted by: Ports Fury Revision Changes Path 1.11 +6 -4 ports/news/bgrab/Makefile 1.5 +1 -1 ports/news/bgrab/distinfo 1.4 +2 -2 ports/news/bgrab/files/Makefile.dist 1.4 +1 -1 ports/news/bgrab/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:08:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159F516A4CF; Wed, 19 Nov 2003 07:08:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E29543F93; Wed, 19 Nov 2003 07:08:45 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJF8iXJ057541; Wed, 19 Nov 2003 07:08:44 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJF8iQK057540; Wed, 19 Nov 2003 07:08:44 -0800 (PST) (envelope-from krion) Message-Id: <200311191508.hAJF8iQK057540@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 07:08:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/abcm2ps Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:08:46 -0000 krion 2003/11/19 07:08:44 PST FreeBSD ports repository Modified files: print/abcm2ps Makefile distinfo pkg-plist Log: - Update to version 3.7.15 PR: 59469 Submitted by: Ports Fury Revision Changes Path 1.2 +7 -1 ports/print/abcm2ps/Makefile 1.2 +1 -1 ports/print/abcm2ps/distinfo 1.2 +7 -5 ports/print/abcm2ps/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:27:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A050A16A4CE; Wed, 19 Nov 2003 07:27:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE82443F3F; Wed, 19 Nov 2003 07:27:30 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFRUXJ058172; Wed, 19 Nov 2003 07:27:30 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFRTkD058171; Wed, 19 Nov 2003 07:27:29 -0800 (PST) (envelope-from pav) Message-Id: <200311191527.hAJFRTkD058171@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Nov 2003 07:27:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lineakd Makefile distinfo pkg-plist extra-patch-lineakd.c-5 patch-aa patch-cc patch-dd patch-ee X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:27:32 -0000 pav 2003/11/19 07:27:29 PST FreeBSD ports repository Modified files: sysutils/lineakd Makefile distinfo pkg-plist sysutils/lineakd/files patch-aa Removed files: sysutils/lineakd/files extra-patch-lineakd.c-4 extra-patch-lineakd.c-5 patch-cc patch-dd patch-ee Log: - Update to 0.7.2 PR: ports/59212 Submitted by: Kay Lehmann (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.2 +24 -13 ports/sysutils/lineakd/Makefile 1.2 +1 -1 ports/sysutils/lineakd/distinfo 1.2 +0 -68 ports/sysutils/lineakd/files/extra-patch-lineakd.c-4 (dead) 1.2 +0 -69 ports/sysutils/lineakd/files/extra-patch-lineakd.c-5 (dead) 1.2 +11 -15 ports/sysutils/lineakd/files/patch-aa 1.2 +0 -16 ports/sysutils/lineakd/files/patch-cc (dead) 1.2 +0 -11 ports/sysutils/lineakd/files/patch-dd (dead) 1.2 +0 -28 ports/sysutils/lineakd/files/patch-ee (dead) 1.2 +2 -11 ports/sysutils/lineakd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:28:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 957B016A4CE; Wed, 19 Nov 2003 07:28:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A56343FA3; Wed, 19 Nov 2003 07:28:23 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFSMXJ058226; Wed, 19 Nov 2003 07:28:22 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFSMde058225; Wed, 19 Nov 2003 07:28:22 -0800 (PST) (envelope-from phk) Message-Id: <200311191528.hAJFSMde058225@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 19 Nov 2003 07:28:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mtree spec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:28:23 -0000 phk 2003/11/19 07:28:22 PST FreeBSD src repository Modified files: usr.sbin/mtree spec.c Log: Off by one error in malloc. Approved by: re@ Revision Changes Path 1.21 +1 -1 src/usr.sbin/mtree/spec.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:31:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15B9316A4CE; Wed, 19 Nov 2003 07:31:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF27A43FDF; Wed, 19 Nov 2003 07:31:31 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFVVXJ058406; Wed, 19 Nov 2003 07:31:31 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFVUML058403; Wed, 19 Nov 2003 07:31:30 -0800 (PST) (envelope-from trevor) Message-Id: <200311191531.hAJFVUML058403@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 07:31:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:31:33 -0000 trevor 2003/11/19 07:31:30 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile Log: Make BUILD_DEPENDS changeable by slave ports. Revision Changes Path 1.21 +1 -1 ports/x11-toolkits/linux-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:38:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3FA16A4CE; Wed, 19 Nov 2003 07:38:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F197243FB1; Wed, 19 Nov 2003 07:38:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFcwXJ058645; Wed, 19 Nov 2003 07:38:58 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFcvsH058644; Wed, 19 Nov 2003 07:38:57 -0800 (PST) (envelope-from jhb) Message-Id: <200311191538.hAJFcvsH058644@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Nov 2003 07:38:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:38:59 -0000 X-List-Received-Date: Wed, 19 Nov 2003 15:38:59 -0000 jhb 2003/11/19 07:38:56 PST FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: - Add counts to the ATPIC interrupt sources and point the ATPIC interrupt source count pointers at them so that intr_execute_handlers() won't choke when it tries to handle an unregisterd ATPIC interrupt source. - Install the low-level ATPIC interrupt handlers when we first program the ATPIC in atpic_startup() rather than at SI_SUB_INTR. This is only necessary to work around buggy code that enables interrupts too early in the boot process (namely, the vm86 code). Approved by: re (rwatson) Revision Changes Path 1.6 +17 -6 src/sys/i386/isa/atpic.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:40:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 142CE16A4CF; Wed, 19 Nov 2003 07:40:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C5943FDD; Wed, 19 Nov 2003 07:40:25 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFeOXJ058738; Wed, 19 Nov 2003 07:40:24 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFeOGx058737; Wed, 19 Nov 2003 07:40:24 -0800 (PST) (envelope-from jhb) Message-Id: <200311191540.hAJFeOGx058737@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Nov 2003 07:40:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:40:26 -0000 X-List-Received-Date: Wed, 19 Nov 2003 15:40:26 -0000 jhb 2003/11/19 07:40:23 PST FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually a spurious interrupt from one of the 8259As. If so, don't log it as a stray IRQ, but just silently ignore it. Approved by: re (rwatson) Revision Changes Path 1.7 +22 -0 src/sys/i386/isa/atpic.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:41:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C25716A4CE; Wed, 19 Nov 2003 07:41:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4DA43FDD; Wed, 19 Nov 2003 07:41:12 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFfCXJ058818; Wed, 19 Nov 2003 07:41:12 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFfBVW058817; Wed, 19 Nov 2003 07:41:11 -0800 (PST) (envelope-from trevor) Message-Id: <200311191541.hAJFfBVW058817@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 07:41:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefileports/x11-toolkits/linux-pango Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:41:13 -0000 trevor 2003/11/19 07:41:11 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/linux-pango Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of Pango Revision Changes Path 1.279 +1 -0 ports/x11-toolkits/Makefile 1.1 +37 -0 ports/x11-toolkits/linux-pango/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/linux-pango/distinfo.i386 (new) 1.1 +14 -0 ports/x11-toolkits/linux-pango/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:41:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C2A16A4CE; Wed, 19 Nov 2003 07:41:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4716B43FE1; Wed, 19 Nov 2003 07:41:49 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFfmXJ058861; Wed, 19 Nov 2003 07:41:48 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFflE4058860; Wed, 19 Nov 2003 07:41:47 -0800 (PST) (envelope-from trevor) Message-Id: <200311191541.hAJFflE4058860@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 07:41:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:41:50 -0000 trevor 2003/11/19 07:41:47 PST FreeBSD ports repository Modified files: . modules Log: linux-pango --> ports/x11-toolkits/linux-pango Revision Changes Path 1.8647 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:51:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766C716A4CE; Wed, 19 Nov 2003 07:51:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF93B43FDF; Wed, 19 Nov 2003 07:51:29 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFpSXJ059311; Wed, 19 Nov 2003 07:51:29 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFpRRQ059310; Wed, 19 Nov 2003 07:51:27 -0800 (PST) (envelope-from dds) Message-Id: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> From: Diomidis Spinellis Date: Wed, 19 Nov 2003 07:51:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen initgroups.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:51:30 -0000 dds 2003/11/19 07:51:26 PST FreeBSD src repository Modified files: lib/libc/gen initgroups.c Log: Fix problem where initgroups would silently truncate groups with more than NGROUP elements without providing the opportunity to setgroups to fail and correctly return error and set errno. MFC after: 2 weeks Revision Changes Path 1.8 +7 -2 src/lib/libc/gen/initgroups.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:53:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD9016A4CE; Wed, 19 Nov 2003 07:53:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBAB43FB1; Wed, 19 Nov 2003 07:53:09 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFr8XJ059384; Wed, 19 Nov 2003 07:53:08 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFr8t0059383; Wed, 19 Nov 2003 07:53:08 -0800 (PST) (envelope-from pav) Message-Id: <200311191553.hAJFr8t0059383@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Nov 2003 07:53:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/win32-codecs Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:53:09 -0000 pav 2003/11/19 07:53:08 PST FreeBSD ports repository Modified files: multimedia/win32-codecs Makefile pkg-plist Log: - Add files to pkg-plist missed on win32codecs.tar.bz2 distinfo update two weeks ago - Add files to pkg-plist for qtextras.tar.bz2 added two months ago - Bump portrevision PR: ports/59474 Submitted by: Holger Lamm (maintainer) Approved by: marcus (backup mentor) Revision Changes Path 1.25 +1 -0 ports/multimedia/win32-codecs/Makefile 1.13 +8 -0 ports/multimedia/win32-codecs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 07:56:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E67616A4CE; Wed, 19 Nov 2003 07:56:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1CD743FA3; Wed, 19 Nov 2003 07:56:26 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJFuPXJ059533; Wed, 19 Nov 2003 07:56:26 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJFuOIn059532; Wed, 19 Nov 2003 07:56:24 -0800 (PST) (envelope-from dinoex) Message-Id: <200311191556.hAJFuOIn059532@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 19 Nov 2003 07:56:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/fidogate Makefile ports/news/fidogate/files patch-log.c patch-prototypes.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 15:56:27 -0000 dinoex 2003/11/19 07:56:24 PST FreeBSD ports repository Modified files: news/fidogate Makefile Added files: news/fidogate/files patch-log.c patch-prototypes.h Log: - Fix gcc33 problems Revision Changes Path 1.29 +28 -0 ports/news/fidogate/Makefile 1.1 +12 -0 ports/news/fidogate/files/patch-log.c (new) 1.1 +11 -0 ports/news/fidogate/files/patch-prototypes.h (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:06:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F1F16A4CF; Wed, 19 Nov 2003 08:06:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7900E43FA3; Wed, 19 Nov 2003 08:06:34 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJG6YXJ060770; Wed, 19 Nov 2003 08:06:34 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJG6XVX060769; Wed, 19 Nov 2003 08:06:33 -0800 (PST) (envelope-from knu) Message-Id: <200311191606.hAJG6XVX060769@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 19 Nov 2003 08:06:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/dancer-services Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:06:35 -0000 knu 2003/11/19 08:06:32 PST FreeBSD ports repository Modified files: irc/dancer-services Makefile Log: Unbreak on bento. Ignore a silly #!bash and just invoke the script with ${SH}. Noted by: kris Revision Changes Path 1.6 +1 -1 ports/irc/dancer-services/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:08:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B6616A4CE; Wed, 19 Nov 2003 08:08:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3077643F85; Wed, 19 Nov 2003 08:08:34 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJG8XXJ060893; Wed, 19 Nov 2003 08:08:33 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJG8Xdb060892; Wed, 19 Nov 2003 08:08:33 -0800 (PST) (envelope-from trevor) Message-Id: <200311191608.hAJG8Xdb060892@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 08:08:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/linux-XFree86-libs Makefile distinfo.i386 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:08:34 -0000 trevor 2003/11/19 08:08:33 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/linux-XFree86-libs Makefile distinfo.i386 pkg-descr Log: new Linux/i386 binary port of XFree86 libraries Revision Changes Path 1.437 +1 -0 ports/x11/Makefile 1.1 +39 -0 ports/x11/linux-XFree86-libs/Makefile (new) 1.1 +2 -0 ports/x11/linux-XFree86-libs/distinfo.i386 (new) 1.1 +4 -0 ports/x11/linux-XFree86-libs/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:09:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94DD316A4CE; Wed, 19 Nov 2003 08:09:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F47743FBD; Wed, 19 Nov 2003 08:09:15 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJG9EXJ060935; Wed, 19 Nov 2003 08:09:14 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJG9EMI060934; Wed, 19 Nov 2003 08:09:14 -0800 (PST) (envelope-from trevor) Message-Id: <200311191609.hAJG9EMI060934@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 08:09:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:09:15 -0000 trevor 2003/11/19 08:09:14 PST FreeBSD ports repository Modified files: . modules Log: linux-XFree86-libs --> ports/x11/linux-XFree86-libs Revision Changes Path 1.8648 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:12:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF7A16A4CE; Wed, 19 Nov 2003 08:12:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CF943FAF; Wed, 19 Nov 2003 08:12:16 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJGCGXJ061153; Wed, 19 Nov 2003 08:12:16 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJGCGlJ061152; Wed, 19 Nov 2003 08:12:16 -0800 (PST) (envelope-from krion) Message-Id: <200311191612.hAJGCGlJ061152@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 08:12:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/vdk Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/vdk/files patch-aa patch-configure patch-vdk-config-2.in patch-vdk::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:12:18 -0000 krion 2003/11/19 08:12:16 PST FreeBSD ports repository Modified files: x11-toolkits/vdk Makefile distinfo pkg-descr pkg-plist Added files: x11-toolkits/vdk/files patch-configure patch-vdk-config-2.in patch-vdk::Makefile.in Removed files: x11-toolkits/vdk/files patch-aa Log: - Update to version 2.0.3 PR: 59470 Submitted by: Ports Fury Revision Changes Path 1.18 +14 -17 ports/x11-toolkits/vdk/Makefile 1.6 +1 -1 ports/x11-toolkits/vdk/distinfo 1.2 +0 -11 ports/x11-toolkits/vdk/files/patch-aa (dead) 1.1 +19 -0 ports/x11-toolkits/vdk/files/patch-configure (new) 1.1 +14 -0 ports/x11-toolkits/vdk/files/patch-vdk-config-2.in (new) 1.1 +117 -0 ports/x11-toolkits/vdk/files/patch-vdk::Makefile.in (new) 1.3 +1 -1 ports/x11-toolkits/vdk/pkg-descr 1.6 +104 -114 ports/x11-toolkits/vdk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:12:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276C516A4CF; Wed, 19 Nov 2003 08:12:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E8943FE0; Wed, 19 Nov 2003 08:12:25 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJGCOXJ061186; Wed, 19 Nov 2003 08:12:24 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJGCOEO061185; Wed, 19 Nov 2003 08:12:24 -0800 (PST) (envelope-from trevor) Message-Id: <200311191612.hAJGCOEO061185@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 08:12:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-8 Makefile distinfo.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:12:28 -0000 trevor 2003/11/19 08:12:24 PST FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile distinfo.i386 Log: Remove the XFree86-libs RPM from here (see ports/x11/linux-XFree86-libs). Revision Changes Path 1.82 +2 -3 ports/emulators/linux_base-8/Makefile 1.13 +1 -1 ports/emulators/linux_base-8/distinfo.i386 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:19:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5753F16A4CE; Wed, 19 Nov 2003 08:19:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1164143FAF; Wed, 19 Nov 2003 08:19:24 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJGJNXJ061423; Wed, 19 Nov 2003 08:19:23 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJGJNAA061422; Wed, 19 Nov 2003 08:19:23 -0800 (PST) (envelope-from dinoex) Message-Id: <200311191619.hAJGJNAA061422@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 19 Nov 2003 08:19:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamav-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:19:27 -0000 dinoex 2003/11/19 08:19:23 PST FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: - update to 20031118 - Fix manpage with option WITH_MILTER Submitted by: rob@debank.tv Revision Changes Path 1.28 +1 -1 ports/security/clamav-devel/Makefile 1.19 +1 -1 ports/security/clamav-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:20:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0216A4D5 for ; Wed, 19 Nov 2003 08:20:06 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B69E443FE9 for ; Wed, 19 Nov 2003 08:20:03 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 76427 invoked by uid 1002); 19 Nov 2003 16:20:03 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 19 Nov 2003 16:20:03 -0000 Message-ID: <3FBB9804.90902@freebsd.org> Date: Wed, 19 Nov 2003 09:19:16 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Diomidis Spinellis References: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> In-Reply-To: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:20:06 -0000 Diomidis Spinellis wrote: > dds 2003/11/19 07:51:26 PST > > FreeBSD src repository > > Modified files: > lib/libc/gen initgroups.c > Log: > Fix problem where initgroups would silently truncate groups with > more than NGROUP elements without providing the opportunity to > setgroups to fail and correctly return error and set errno. > > MFC after: 2 weeks > > Revision Changes Path > 1.8 +7 -2 src/lib/libc/gen/initgroups.c > Since we are in Code Freeze, who approved this? Scott From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:21:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4218E16A4CE; Wed, 19 Nov 2003 08:21:23 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E7443F75; Wed, 19 Nov 2003 08:21:22 -0800 (PST) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (corp-2.ipinc.com [199.245.188.2]) by smtp-relay.omnis.com (Postfix) with ESMTP id C67525B653; Wed, 19 Nov 2003 08:20:36 -0800 (PST) From: Wes Peters Organization: Softweyr.com To: Sheldon Hearn , Wes Peters Date: Wed, 19 Nov 2003 08:21:10 -0800 User-Agent: KMail/1.5.2 References: <200311160710.hAG7AtRR047311@repoman.freebsd.org> <20031119095138.GA752@starjuice.net> In-Reply-To: <20031119095138.GA752@starjuice.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311190821.10350.wes@softweyr.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:21:23 -0000 On Wednesday 19 November 2003 01:51, Sheldon Hearn wrote: > On (2003/11/15 23:10), Wes Peters wrote: > > FreeBSD src repository > > > > Modified files: > > sbin/fsck_ffs setup.c > > Log: > > Catch and report on filesystems that were interrupted during > > newfs, sporting the new 'BAD' magic number. Exit with a unique > > error code (11) so callers who care about this can respond > > appropriately. > > Can you document this unique error code gracefully so that authors of > such callers get clued in easily? > > Doing so will probably require choosing a reasonable, existing errno > and documenting its return in the DIAGNOSTICS section of fsck_ffs(8). > > That's the first place I'd look for something like this if I were the > author of a caller that cares. Yes, but it won't be an existing errno because the other exits are numerical and semi-sequential: main.c: exit(3); /* Cannot read superblock */ main.c: exit(4); /* Earlier background failed */ main.c: exit(5); /* Not running soft updates */ main.c: exit(6); /* Lacks kernel support */ main.c: exit(7); /* Filesystem clean, report it now */ Also found throughout the code: fsck.h:#define EEXIT 8 /* Standard error exit. */ fsutil.c: errx(EEXIT, "inoinfo: inumber %d out of range", inum); fsutil.c: errx(EEXIT, "cannot allocate buffer pool"); fsutil.c: errx(EEXIT, "cannot allocate buffer pool"); fsutil.c: errx(EEXIT, "deadlocked buffer pool"); fsutil.c: exit(EEXIT); ... And a lone flyer: fsutil.c: exit(12); I picked 11 to be similar to the fsutil.c usage immediately above. The current man page does not enumerate the meanings of the exit status, but I can do so if you feel it is important. If you want this in 5.2, let's ask re@ right away. -- "Where am I, and what am I doing in this handbasket?" Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:22:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1A016A4CE; Wed, 19 Nov 2003 08:22:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EE043F93; Wed, 19 Nov 2003 08:22:34 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJGMYXJ061651; Wed, 19 Nov 2003 08:22:34 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJGMY6P061650; Wed, 19 Nov 2003 08:22:34 -0800 (PST) (envelope-from krion) Message-Id: <200311191622.hAJGMY6P061650@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Nov 2003 08:22:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/vdkbuilder Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/vdkbuilder/files patch-aa patch-ac patch-ad patch-ae patch-configure patch-vdkbuilder::vdkb_acsupport.cc ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:22:35 -0000 krion 2003/11/19 08:22:34 PST FreeBSD ports repository Modified files: x11-toolkits/vdkbuilder Makefile distinfo pkg-descr pkg-plist Added files: x11-toolkits/vdkbuilder/files patch-configure patch-data::res::Makefile.in patch-plugins::Makefile.in patch-vdkbuilder::vdkb_acsupport.cc patch-vdkbuilder::vdkb_prjman.cc patch-vdkbuilder::vdkb_templates.cc Removed files: x11-toolkits/vdkbuilder/files patch-aa patch-ac patch-ad patch-ae Log: - Update to version 2.0.5 PR: 59471 Submitted by: Ports Fury Revision Changes Path 1.17 +12 -19 ports/x11-toolkits/vdkbuilder/Makefile 1.5 +1 -1 ports/x11-toolkits/vdkbuilder/distinfo 1.2 +0 -11 ports/x11-toolkits/vdkbuilder/files/patch-aa (dead) 1.2 +0 -13 ports/x11-toolkits/vdkbuilder/files/patch-ac (dead) 1.2 +0 -10 ports/x11-toolkits/vdkbuilder/files/patch-ad (dead) 1.2 +0 -11 ports/x11-toolkits/vdkbuilder/files/patch-ae (dead) 1.1 +19 -0 ports/x11-toolkits/vdkbuilder/files/patch-configure (new) 1.1 +11 -0 ports/x11-toolkits/vdkbuilder/files/patch-data::res::Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/vdkbuilder/files/patch-plugins::Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_acsupport.cc (new) 1.1 +13 -0 ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_prjman.cc (new) 1.1 +11 -0 ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_templates.cc (new) 1.2 +1 -1 ports/x11-toolkits/vdkbuilder/pkg-descr 1.8 +132 -173 ports/x11-toolkits/vdkbuilder/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:30:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F9E16A4CE; Wed, 19 Nov 2003 08:30:00 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99ED143F93; Wed, 19 Nov 2003 08:29:55 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAJGS4en066896; Wed, 19 Nov 2003 08:28:04 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAJGS4Nq066895; Wed, 19 Nov 2003 08:28:04 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Wed, 19 Nov 2003 08:28:04 -0800 From: David Schultz To: John Baldwin Message-ID: <20031119162804.GA66857@VARK.homeunix.com> Mail-Followup-To: John Baldwin , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311191540.hAJFeOGx058737@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311191540.hAJFeOGx058737@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:30:00 -0000 On Wed, Nov 19, 2003, John Baldwin wrote: > jhb 2003/11/19 07:40:23 PST > > FreeBSD src repository > > Modified files: > sys/i386/isa atpic.c > Log: > Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually > a spurious interrupt from one of the 8259As. If so, don't log it as a > stray IRQ, but just silently ignore it. Nice. I've been waiting for years for someone who understood the full flakiness of the i8259 to fix the spurious messages. From owner-cvs-all@FreeBSD.ORG Wed Nov 19 08:59:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9380916A4CE; Wed, 19 Nov 2003 08:59:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19EAD43FDF; Wed, 19 Nov 2003 08:59:01 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJGx0XJ068570; Wed, 19 Nov 2003 08:59:00 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJGx0T6068569; Wed, 19 Nov 2003 08:59:00 -0800 (PST) (envelope-from marcel) Message-Id: <200311191659.hAJGx0T6068569@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 19 Nov 2003 08:59:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin Makefile.inc src/sbin Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:59:01 -0000 marcel 2003/11/19 08:59:00 PST FreeBSD src repository Modified files: bin Makefile.inc sbin Makefile.inc Log: Force a staticly linked /bin and /sbin for ia64. The necessary changes to gcc have not been made for ia64, which means that executables still have /usr/libexec/ld-elf.so.1 as the dynamic linker. This simply does not work if /usr is a seperate filesystem not mounted when the kernel tries to execute init(8). Note that this is a temporary fix until a new gcc has been imported that does have the required changes. Approved: re@ Revision Changes Path 1.20 +1 -1 src/bin/Makefile.inc 1.12 +1 -1 src/sbin/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Nov 19 09:02:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B1316A4CE; Wed, 19 Nov 2003 09:02:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD7643F85; Wed, 19 Nov 2003 09:02:26 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJH2QXJ068725; Wed, 19 Nov 2003 09:02:26 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJH2Q7k068724; Wed, 19 Nov 2003 09:02:26 -0800 (PST) (envelope-from rwatson) Message-Id: <200311191702.hAJH2Q7k068724@repoman.freebsd.org> From: Robert Watson Date: Wed, 19 Nov 2003 09:02:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 17:02:27 -0000 rwatson 2003/11/19 09:02:26 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Update turnstile action item: it's a WIP. Update harvest_random for latest status: we don't crash anymore, but the current workaround is unacceptable for release and must be resolved ASAP. Add -DUSE_KQUEUE problem with make to Desired Fix list. Pointed out by seanc. Revision Changes Path 1.59 +17 -3 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 19 09:09:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E1316A4CE; Wed, 19 Nov 2003 09:09:18 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C36B43F3F; Wed, 19 Nov 2003 09:09:17 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hAJH79Mg009277; Wed, 19 Nov 2003 12:07:09 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hAJH79He009274; Wed, 19 Nov 2003 12:07:09 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 19 Nov 2003 12:07:08 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Diomidis Spinellis In-Reply-To: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: In a code freeze (was: Re: cvs commit: src/lib/libc/gen initgroups.c) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 17:09:19 -0000 We're in an announced code freeze. Please don't commit to the CVS HEAD without getting re@ approval first. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Wed, 19 Nov 2003, Diomidis Spinellis wrote: > dds 2003/11/19 07:51:26 PST > > FreeBSD src repository > > Modified files: > lib/libc/gen initgroups.c > Log: > Fix problem where initgroups would silently truncate groups with > more than NGROUP elements without providing the opportunity to > setgroups to fail and correctly return error and set errno. > > MFC after: 2 weeks > > Revision Changes Path > 1.8 +7 -2 src/lib/libc/gen/initgroups.c > From owner-cvs-all@FreeBSD.ORG Wed Nov 19 09:20:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B765416A4CE; Wed, 19 Nov 2003 09:20:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA77B43FF7; Wed, 19 Nov 2003 09:20:34 -0800 (PST) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJHKYXJ070913; Wed, 19 Nov 2003 09:20:34 -0800 (PST) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJHKYY3070907; Wed, 19 Nov 2003 09:20:34 -0800 (PST) (envelope-from mich) Message-Id: <200311191720.hAJHKYY3070907@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 19 Nov 2003 09:20:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cdpr Makefile distinfo pkg-plist ports/net/cdpr/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 17:20:35 -0000 mich 2003/11/19 09:20:34 PST FreeBSD ports repository Modified files: net/cdpr Makefile distinfo pkg-plist net/cdpr/files patch-aa Log: o Update to > 2.1.0 - Feature enhancement o Use %%DOCSDIR%% o Add data files Revision Changes Path 1.11 +5 -1 ports/net/cdpr/Makefile 1.8 +1 -1 ports/net/cdpr/distinfo 1.4 +36 -10 ports/net/cdpr/files/patch-aa 1.3 +7 -2 ports/net/cdpr/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 09:40:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979D316A4CE; Wed, 19 Nov 2003 09:40:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089BA43FD7; Wed, 19 Nov 2003 09:40:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJHe8XJ071521; Wed, 19 Nov 2003 09:40:08 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJHe5lV071520; Wed, 19 Nov 2003 09:40:05 -0800 (PST) (envelope-from marcus) Message-Id: <200311191740.hAJHe5lV071520@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Nov 2003 09:40:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamav Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 17:40:09 -0000 marcus 2003/11/19 09:40:04 PST FreeBSD ports repository Modified files: security/clamav Makefile distinfo pkg-plist Log: * Update to 0.65 * Create /var/run/clamav with 750 permissions PR: 59458 Submitted by: Rui Lopes Approved by: maintainer Revision Changes Path 1.13 +3 -4 ports/security/clamav/Makefile 1.4 +1 -1 ports/security/clamav/distinfo 1.8 +3 -3 ports/security/clamav/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:08:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B612516A4D0 for ; Wed, 19 Nov 2003 10:08:57 -0800 (PST) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EF043FE5 for ; Wed, 19 Nov 2003 10:08:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 17970 invoked from network); 19 Nov 2003 18:08:51 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 19 Nov 2003 18:08:51 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAJI8mFn024962; Wed, 19 Nov 2003 13:08:48 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311191538.hAJFcvsH058644@repoman.freebsd.org> Date: Wed, 19 Nov 2003 13:08:47 -0500 (EST) From: John Baldwin To: John Baldwin X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:08:57 -0000 On 19-Nov-2003 John Baldwin wrote: > jhb 2003/11/19 07:38:56 PST > > FreeBSD src repository > > Modified files: > sys/i386/isa atpic.c > Log: > - Add counts to the ATPIC interrupt sources and point the ATPIC interrupt > source count pointers at them so that intr_execute_handlers() won't > choke when it tries to handle an unregisterd ATPIC interrupt source. > - Install the low-level ATPIC interrupt handlers when we first program the > ATPIC in atpic_startup() rather than at SI_SUB_INTR. This is only > necessary to work around buggy code that enables interrupts too early > in the boot process (namely, the vm86 code). > > Approved by: re (rwatson) This should really fix all the trap 30's. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:11:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FEF16A4CE; Wed, 19 Nov 2003 10:11:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A80343FAF; Wed, 19 Nov 2003 10:11:28 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJIBSXJ073972; Wed, 19 Nov 2003 10:11:28 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJIBSra073971; Wed, 19 Nov 2003 10:11:28 -0800 (PST) (envelope-from peter) Message-Id: <200311191811.hAJIBSra073971@repoman.freebsd.org> From: Peter Wemm Date: Wed, 19 Nov 2003 10:11:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:11:29 -0000 peter 2003/11/19 10:11:28 PST FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Sync with i386. - turn on SMP in generic - add 'device atpic' - this is unconditional on i386, but certain nvidia based systems need to disable acpi because the reference bios seems to be hosed. If acpi is disabled, we won't find the apic. amd64 has the mptable code in a seperate compile option as well. - turn sym back on, it doesn't fail to compile anymore. Approved by: re Revision Changes Path 1.398 +7 -3 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:16:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFE116A4CE; Wed, 19 Nov 2003 10:16:35 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C2244008; Wed, 19 Nov 2003 10:16:30 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 69C132A8EB; Wed, 19 Nov 2003 10:16:30 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20031119162804.GA66857@VARK.homeunix.com> Date: Wed, 19 Nov 2003 10:16:30 -0800 From: Peter Wemm Message-Id: <20031119181630.69C132A8EB@canning.wemm.org> Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:16:35 -0000 David Schultz wrote: > On Wed, Nov 19, 2003, John Baldwin wrote: > > jhb 2003/11/19 07:40:23 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/isa atpic.c > > Log: > > Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually > > a spurious interrupt from one of the 8259As. If so, don't log it as a > > stray IRQ, but just silently ignore it. > > Nice. I've been waiting for years for someone who understood the > full flakiness of the i8259 to fix the spurious messages. Heh. sys/amd64/isa/ithread.c rev 1.22 had code to do this since may 1st, but John discovered that I managed to invert some of the bit definitions. It is amazing what you can discover when you actually read the data sheets. :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:20:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCDC16A4CE; Wed, 19 Nov 2003 10:20:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7093843FCB; Wed, 19 Nov 2003 10:20:13 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJIKDXJ074268; Wed, 19 Nov 2003 10:20:13 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJIKD66074267; Wed, 19 Nov 2003 10:20:13 -0800 (PST) (envelope-from blackend) Message-Id: <200311191820.hAJIKD66074267@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 19 Nov 2003 10:20:12 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:20:15 -0000 blackend 2003/11/19 10:20:12 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In NAT section: - Add missing option, literal tags - Use of programlisting tags instead of which is ugly and wrap lines when the browser size is not "correct" - s/--/— - Tag and capitalize properly hostnames - Remove useless tags - A little rewording for consistency. Revision Changes Path 1.248 +37 -32 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:48:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E8616A4CE; Wed, 19 Nov 2003 10:48:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A088943F85; Wed, 19 Nov 2003 10:48:46 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJImkXJ075288; Wed, 19 Nov 2003 10:48:46 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJImkeV075278; Wed, 19 Nov 2003 10:48:46 -0800 (PST) (envelope-from alc) Message-Id: <200311191848.hAJImkeV075278@repoman.freebsd.org> From: Alan Cox Date: Wed, 19 Nov 2003 10:48:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:48:47 -0000 alc 2003/11/19 10:48:46 PST FreeBSD src repository Modified files: sys/vm vm_map.c Log: - Avoid a lock-order reversal between Giant and a system map mutex that occurs when kmem_malloc() fails to allocate a sufficient number of vm pages. Specifically, we avoid the lock-order reversal by not grabbing Giant around pmap_remove() if the map is the kmem_map. Approved by: re (jhb) Reported by: Eugene Revision Changes Path 1.323 +4 -2 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 10:57:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0294716A4CE; Wed, 19 Nov 2003 10:57:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1129843F75; Wed, 19 Nov 2003 10:57:35 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJIvYXJ075733; Wed, 19 Nov 2003 10:57:34 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJIvYOp075732; Wed, 19 Nov 2003 10:57:34 -0800 (PST) (envelope-from olgeni) Message-Id: <200311191857.hAJIvYOp075732@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 19 Nov 2003 10:57:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang-doc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 18:57:36 -0000 olgeni 2003/11/19 10:57:34 PST FreeBSD ports repository Modified files: lang/erlang-doc Makefile distinfo pkg-plist Log: Add Joe Armstrong's PhD thesis, "Making reliable distributed systems in the presence of software errors", describing the principles and design methodology behind Erlang/OTP. Abstract here: http://www.sics.se/~joe/thesis/spikblad.html Revision Changes Path 1.12 +5 -4 ports/lang/erlang-doc/Makefile 1.11 +1 -0 ports/lang/erlang-doc/distinfo 1.8 +1 -0 ports/lang/erlang-doc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:01:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B28816A4CE; Wed, 19 Nov 2003 11:01:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FFD43FE1; Wed, 19 Nov 2003 11:01:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJJ1uXJ075946; Wed, 19 Nov 2003 11:01:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJJ1u05075945; Wed, 19 Nov 2003 11:01:56 -0800 (PST) (envelope-from marcus) Message-Id: <200311191901.hAJJ1u05075945@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Nov 2003 11:01:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/beep-media-player Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:01:57 -0000 marcus 2003/11/19 11:01:56 PST FreeBSD ports repository Modified files: multimedia/beep-media-player Makefile Log: Restore Ogg/Vorbis support. PR: 59484 Submitted by: maintainer Revision Changes Path 1.3 +6 -6 ports/multimedia/beep-media-player/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:04:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD27516A4CF; Wed, 19 Nov 2003 11:04:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E312C43FE1; Wed, 19 Nov 2003 11:04:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJJ4IXJ076907; Wed, 19 Nov 2003 11:04:18 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJJ4IWL076906; Wed, 19 Nov 2003 11:04:18 -0800 (PST) (envelope-from pav) Message-Id: <200311191904.hAJJ4IWL076906@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Nov 2003 11:04:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avifile Makefile distinfo pkg-plist patch-lib::common::String.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:04:19 -0000 pav 2003/11/19 11:04:18 PST FreeBSD ports repository Modified files: multimedia/avifile Makefile distinfo pkg-plist Added files: multimedia/avifile/files patch-ffmpeg::libavformat::flvenc.c patch-lib::common::String.cpp Log: - Update to 0.7.38 PR: ports/59475 Submitted by: Holger Lamm (maintainer) Approved by: marcus (backup mentor) Revision Changes Path 1.44 +5 -10 ports/multimedia/avifile/Makefile 1.19 +1 -1 ports/multimedia/avifile/distinfo 1.1 +18 -0 ports/multimedia/avifile/files/patch-ffmpeg::libavformat::flvenc.c (new) 1.1 +19 -0 ports/multimedia/avifile/files/patch-lib::common::String.cpp (new) 1.17 +38 -12 ports/multimedia/avifile/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:21:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCB916A4CE; Wed, 19 Nov 2003 11:21:51 -0800 (PST) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC5343FD7; Wed, 19 Nov 2003 11:21:49 -0800 (PST) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty03.right.dialup.aueb.gr [195.251.255.247]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id hAJJHmkX024767; Wed, 19 Nov 2003 21:17:48 +0200 Message-ID: <3FBBC260.57AB82EE@aueb.gr> Date: Wed, 19 Nov 2003 21:20:00 +0200 From: Diomidis Spinellis Organization: Athens University of Ecomomics and Business X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,el,de MIME-Version: 1.0 To: Scott Long References: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> <3FBB9804.90902@freebsd.org> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Diomidis Spinellis cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:21:51 -0000 Scott Long wrote: > Since we are in Code Freeze, who approved this? Sorry, I fell inexcusably behind in reading my mail and read the original code freeze announcement only after my commit. dds From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:28:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE8716A4CE; Wed, 19 Nov 2003 11:28:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F3D43FB1; Wed, 19 Nov 2003 11:28:40 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJJSeXJ078190; Wed, 19 Nov 2003 11:28:40 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJJSeCp078189; Wed, 19 Nov 2003 11:28:40 -0800 (PST) (envelope-from eik) Message-Id: <200311191928.hAJJSeCp078189@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 19 Nov 2003 11:28:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/compupic Makefile ports/dns/dhisd Makefile ports/mail/gmail Makefile ports/editors/puff Makefile ports/games/eights Makefile ports/mail/relaydb Makefile ports/irc/tirc Makefile ports/x11/xtermset Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:28:41 -0000 eik 2003/11/19 11:28:40 PST FreeBSD ports repository Modified files: graphics/compupic Makefile dns/dhisd Makefile mail/gmail Makefile editors/puff Makefile games/eights Makefile mail/relaydb Makefile irc/tirc Makefile x11/xtermset Makefile devel/icu Makefile textproc/opensched Makefile comms/bforce-kst Makefile lang/crossgo32-f77 Makefile sysutils/asfsm Makefile sysutils/asmem Makefile sysutils/asmon Makefile audio/shout Makefile devel/perforce Makefile ftp/xrmftp Makefile benchmarks/dbench Makefile sysutils/ssync Makefile chinese/kcfonts Makefile audio/mp3butler Makefile games/nettoe Makefile ftp/ftpfind Makefile devel/fpp Makefile news/unpost Makefile Log: Reset unreachable MAINTAINERs to ports@FreeBSD.org PR: 59109 Approved by: marcus (mentor) Revision Changes Path 1.6 +1 -1 ports/audio/mp3butler/Makefile 1.4 +1 -1 ports/audio/shout/Makefile 1.6 +1 -1 ports/benchmarks/dbench/Makefile 1.14 +1 -1 ports/chinese/kcfonts/Makefile 1.3 +1 -1 ports/comms/bforce-kst/Makefile 1.7 +1 -1 ports/devel/fpp/Makefile 1.4 +1 -1 ports/devel/icu/Makefile 1.23 +1 -1 ports/devel/perforce/Makefile 1.17 +1 -1 ports/dns/dhisd/Makefile 1.2 +1 -1 ports/editors/puff/Makefile 1.8 +1 -1 ports/ftp/ftpfind/Makefile 1.9 +1 -1 ports/ftp/xrmftp/Makefile 1.4 +1 -1 ports/games/eights/Makefile 1.4 +1 -1 ports/games/nettoe/Makefile 1.2 +1 -1 ports/graphics/compupic/Makefile 1.12 +1 -1 ports/irc/tirc/Makefile 1.5 +1 -1 ports/lang/crossgo32-f77/Makefile 1.9 +1 -1 ports/mail/gmail/Makefile 1.2 +1 -1 ports/mail/relaydb/Makefile 1.10 +1 -1 ports/news/unpost/Makefile 1.10 +1 -1 ports/sysutils/asfsm/Makefile 1.12 +1 -1 ports/sysutils/asmem/Makefile 1.11 +1 -1 ports/sysutils/asmon/Makefile 1.6 +1 -1 ports/sysutils/ssync/Makefile 1.4 +1 -1 ports/textproc/opensched/Makefile 1.8 +1 -1 ports/x11/xtermset/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:29:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2695816A4CE; Wed, 19 Nov 2003 11:29:49 -0800 (PST) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A38743FAF; Wed, 19 Nov 2003 11:29:48 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (212.171.8.7) by vsmtp12.tin.it (7.0.019) id 3F8C849200FC48FB; Wed, 19 Nov 2003 20:29:46 +0100 Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.12.10/8.12.10) with ESMTP id hAJJTg2J009762; Wed, 19 Nov 2003 20:29:42 +0100 (CET) (envelope-from olgeni@FreeBSD.org) Date: Wed, 19 Nov 2003 20:29:42 +0100 (CET) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200311191857.hAJIvYOp075732@repoman.freebsd.org> Message-ID: <20031119202849.D9332@olgeni.olgeni> References: <200311191857.hAJIvYOp075732@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: ports/lang/erlang-doc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:29:49 -0000 On Wed, 19 Nov 2003, Jimmy Olgeni wrote: > Add Joe Armstrong's PhD thesis, "Making reliable distributed systems (with author's permission). -- jimmy From owner-cvs-all@FreeBSD.ORG Wed Nov 19 11:57:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E88C516A4CE; Wed, 19 Nov 2003 11:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EDD443FF3; Wed, 19 Nov 2003 11:57:21 -0800 (PST) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJJvLXJ079138; Wed, 19 Nov 2003 11:57:21 -0800 (PST) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJJvLD4079137; Wed, 19 Nov 2003 11:57:21 -0800 (PST) (envelope-from gordon) Message-Id: <200311191957.hAJJvLD4079137@repoman.freebsd.org> From: Gordon Tetlow Date: Wed, 19 Nov 2003 11:57:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/init Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 19:57:22 -0000 gordon 2003/11/19 11:57:20 PST FreeBSD src repository Modified files: sbin/init Makefile Log: Make init statically linked by default. It's not worth the pain of having a dynamically linked init as recently seen by ia64 woes. Approved by: re (jhb) Revision Changes Path 1.28 +2 -0 src/sbin/init/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:17:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DC916A4CE; Wed, 19 Nov 2003 12:17:30 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 044F243FE1; Wed, 19 Nov 2003 12:17:28 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id HAA15445; Thu, 20 Nov 2003 07:17:09 +1100 Date: Thu, 20 Nov 2003 07:17:08 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Sheldon Hearn In-Reply-To: <20031119095138.GA752@starjuice.net> Message-ID: <20031120064037.C8876@gamplex.bde.org> References: <200311160710.hAG7AtRR047311@repoman.freebsd.org> <20031119095138.GA752@starjuice.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Wes Peters cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:17:30 -0000 On Wed, 19 Nov 2003, Sheldon Hearn wrote: > On (2003/11/15 23:10), Wes Peters wrote: > > > FreeBSD src repository > > > > Modified files: > > sbin/fsck_ffs setup.c > > Log: > > Catch and report on filesystems that were interrupted during newfs, > > sporting the new 'BAD' magic number. Exit with a unique error code > > (11) so callers who care about this can respond appropriately. > > Can you document this unique error code gracefully so that authors of > such callers get clued in easily? Note that the rule about error exits in style(9) was intended to say not to use a huge number of meaningless undocumented sequentially numbered error exits, as is done in some old programs like fsck_ffs. The rule got broken to advise using the not-so-huge number of low-meaning documented sequentially numbered error exits in . This error exit is a bug IMO and doesn't exist in my version. It prevents readsb() returning to its caller so that the caller can either abort or prompt for the next file system as appropriate. This patch also fixes: - old bug: silent premature termination of the search for a superblock after a read error. Perhaps a read error should be immediately fatal. However, the non-searching case just returns for one. - logic bug: as pointed out in my review, the search should be identical with the one in the kernel. Bad magic number may be left lying around in harmless places by a previous failure followed by a newfs with different parameters. Then the kernel will find a superblock but fsck would barf without this patch. It would be useful to know about super blocks with the bad magic number so this version should be changed a bit to print a message before continuing, at least in the !preen case. - old bug: the sanity check is not quite right here or in the kernel or in other ffs utilities. (a) There was no check that fs_bsize is not too large. My change for this (to check MAXBSIZE) is not quite right. The kernel must reject file systems whose block size is larger than vfs_bio can support, but utilities need not. ffs systems with a block size larger than MAXBSIZE may be created on non-FreeBSD systems that have a larger value for this parameter. (b) The check that fs_bsize is larger than sizeof(struct fs) is not quite right. On systems with MINBSIZE smaller than the FreeBSD value, newfs is happy to create file systems with the super block smaller than the block size, and such file systems almost work. I removed the check to allow testing such file systems and replace it by checks on fs_sbsize. The failure cases in this patch have not all been tested at runtime. %%% Index: setup.c =================================================================== RCS file: /home/ncvs/src/sbin/fsck_ffs/setup.c,v retrieving revision 1.45 diff -u -2 -r1.45 setup.c --- setup.c 16 Nov 2003 07:10:55 -0000 1.45 +++ setup.c 16 Nov 2003 11:29:27 -0000 @@ -300,5 +298,5 @@ { ufs2_daddr_t super; - int i; + int i, seenbad; if (bflag) { @@ -308,5 +306,5 @@ if (sblock.fs_magic == FS_BAD2_MAGIC) { fprintf(stderr, BAD_MAGIC_MSG); - exit(11); + return (0); } if (sblock.fs_magic != FS_UFS1_MAGIC && @@ -317,13 +315,13 @@ } } else { + seenbad = 0; for (i = 0; sblock_try[i] != -1; i++) { super = sblock_try[i] / dev_bsize; if ((bread(fsreadfd, (char *)&sblock, super, (long)SBLOCKSIZE))) - return (0); - if (sblock.fs_magic == FS_BAD2_MAGIC) { - fprintf(stderr, BAD_MAGIC_MSG); - exit(11); - } + continue; + if (sblock.fs_magic == FS_BAD2_MAGIC) + /* XXX should we sanity check it too? */ + seenbad = 1; if ((sblock.fs_magic == FS_UFS1_MAGIC || (sblock.fs_magic == FS_UFS2_MAGIC && @@ -331,9 +329,12 @@ sblock.fs_ncg >= 1 && sblock.fs_bsize >= MINBSIZE && - sblock.fs_bsize >= sizeof(struct fs)) + sblock.fs_bsize <= MAXBSIZE && + sblock.fs_sbsize >= (int)sizeof(sblock) && + sblock.fs_sbsize <= SBLOCKSIZE) break; } if (sblock_try[i] == -1) { - fprintf(stderr, "Cannot find file system superblock\n"); + fprintf(stderr, seenbad ? BAD_MAGIC_MSG : + "Cannot find file system superblock\n"); return (0); } %%% Bruce From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:27:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171FE16A4CE; Wed, 19 Nov 2003 12:27:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C63543F75; Wed, 19 Nov 2003 12:27:07 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJKR6XJ081210; Wed, 19 Nov 2003 12:27:06 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJKR6IY081207; Wed, 19 Nov 2003 12:27:06 -0800 (PST) (envelope-from njl) Message-Id: <200311192027.hAJKR6IY081207@repoman.freebsd.org> From: Nate Lawson Date: Wed, 19 Nov 2003 12:27:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:27:08 -0000 njl 2003/11/19 12:27:06 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_cpu.c Log: * Add a DEVMETHOD for acpi so that child detach methods get called. Add an acpi_cpu method for shutdown that disables entry to acpi_cpu_idle and then IPIs/waits for threads to exit. This fixes a panic late in reboot in the SMP case. * In the !SMP case, don't use the processor id filled out by the MADT since there can only be one processor. This was causing a panic in acpi_cpu_idle if the id was 1 since the data was being dereferenced from cpu_softc[1] even though the actual data was in cpu_softc[0] (which is correct). * Rework the initialization functions so that cpu_idle_hook is written late in the boot process. * Make the P_BLK, P_BLK_LEN, and cpu_cx_count all softc-local variables. This will help SMP boxes that have _CST or multiple P_BLKs. No such boxes are known at this time. * Always allocate the C1 state, even if the P_BLK is invalid. This means we will always take over idling if enabled. Remove the value -1 as valid for cx_lowest since this is redundant with machdep.cpu_idle_hlt. * Reduce locking for the throttle initialization case to around the write to the smi_cmd port. Add disabled code to write the CST_CNT. It will be enabled once _CST re-evaluation is tested (post 5.2R). Thank you: dfr, imp, jhb, marcel, peter Tested by: rwatson, Harald Schmalzbauer Approved by: re (rwatson) Revision Changes Path 1.108 +1 -0 src/sys/dev/acpica/acpi.c 1.20 +203 -109 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:28:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBE416A4CE; Wed, 19 Nov 2003 12:28:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEB243FB1; Wed, 19 Nov 2003 12:28:57 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJKSuXJ081310; Wed, 19 Nov 2003 12:28:56 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJKSuvl081309; Wed, 19 Nov 2003 12:28:56 -0800 (PST) (envelope-from njl) Message-Id: <200311192028.hAJKSuvl081309@repoman.freebsd.org> From: Nate Lawson Date: Wed, 19 Nov 2003 12:28:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:28:58 -0000 njl 2003/11/19 12:28:56 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Improve the section on Cx states, documenting the removal of -1 as a valid value for cx_lowest. To disable sleeping, use machdep.cpu_idle_hlt instead. Update the version of the ACPI spec we implement. Approved by: re (implicitly) Revision Changes Path 1.18 +9 -2 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:30:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0559616A4CE; Wed, 19 Nov 2003 12:30:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0A343FCB; Wed, 19 Nov 2003 12:30:19 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJKUJXJ081399; Wed, 19 Nov 2003 12:30:19 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJKUIhf081394; Wed, 19 Nov 2003 12:30:18 -0800 (PST) (envelope-from njl) Message-Id: <200311192030.hAJKUIhf081394@repoman.freebsd.org> From: Nate Lawson Date: Wed, 19 Nov 2003 12:30:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:30:20 -0000 njl 2003/11/19 12:30:18 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Update the man page for hw.acpi.reset_video and a few mdoc(7) cleanups. Submitted by: Andreas Kohn Approved by: re (implicitly) Revision Changes Path 1.19 +8 -7 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:37:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6437316A4CE; Wed, 19 Nov 2003 12:37:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF98B43F75; Wed, 19 Nov 2003 12:37:15 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJKbFXJ081707; Wed, 19 Nov 2003 12:37:15 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJKbFvA081706; Wed, 19 Nov 2003 12:37:15 -0800 (PST) (envelope-from njl) Message-Id: <200311192037.hAJKbFvA081706@repoman.freebsd.org> From: Nate Lawson Date: Wed, 19 Nov 2003 12:37:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:37:16 -0000 njl 2003/11/19 12:37:15 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Clean up one more sentence that was wrapped unnecessarily. Approved by: re (implicitly) Revision Changes Path 1.20 +1 -2 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:45:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A900616A4CE; Wed, 19 Nov 2003 12:45:03 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5285A43FD7; Wed, 19 Nov 2003 12:45:01 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id HAA18053; Thu, 20 Nov 2003 07:44:53 +1100 Date: Thu, 20 Nov 2003 07:44:53 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: David Schultz In-Reply-To: <20031119162804.GA66857@VARK.homeunix.com> Message-ID: <20031120073347.L9022@gamplex.bde.org> References: <200311191540.hAJFeOGx058737@repoman.freebsd.org> <20031119162804.GA66857@VARK.homeunix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:45:03 -0000 On Wed, 19 Nov 2003, David Schultz wrote: > On Wed, Nov 19, 2003, John Baldwin wrote: > > jhb 2003/11/19 07:40:23 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/isa atpic.c > > Log: > > Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually > > a spurious interrupt from one of the 8259As. If so, don't log it as a > > stray IRQ, but just silently ignore it. Sigh, more instructions in what used to be the fast path for interrupt handlers. (E.g., sio interrupts now take more instructions outside of the driver than it used to take to handle whole interrupts. Unfortunately for my argument, the i/o instructions in the driver can take hundreds or thousands as long as many of the instructions in the bloated path, so the bloat mainly affects old machines.) > Nice. I've been waiting for years for someone who understood the > full flakiness of the i8259 to fix the spurious messages. The spurious messages are a feature. They give you a clue that an interrupt might have been lost. Whether the loss is important is device and device-driver dependent (if loss is serious and happens then the driver needs to poll occasionally). The spurious message used to be broken by attaching the interrupt to a device driver that ignores it. This is often misadvised as a fix. The correct fix probably involves always checking for spurious interrupts on IRQ7 and IRQ15, and when one is detected, broadcasting it to all interrupt handlers in case it was for their device. All interrupt handlers should be prepared for interrupts that aren't for them, and all interrupt handlers for interrupts that may be shared must be prepared for this. Alternatively, just assume that interrupts are lost occasionally and broadcast a fake interrupt occasionally. Bruce From owner-cvs-all@FreeBSD.ORG Wed Nov 19 12:51:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A4816A4CE; Wed, 19 Nov 2003 12:51:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3BA43F75; Wed, 19 Nov 2003 12:51:52 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJKppXJ087760; Wed, 19 Nov 2003 12:51:51 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJKppWq087759; Wed, 19 Nov 2003 12:51:51 -0800 (PST) (envelope-from rwatson) Message-Id: <200311192051.hAJKppWq087759@repoman.freebsd.org> From: Robert Watson Date: Wed, 19 Nov 2003 12:51:51 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:51:52 -0000 rwatson 2003/11/19 12:51:51 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: acpi_cpu panic on shutdown for SMP has been resolved by Nate's recent commit. Move acpi_cpu to the testing section to make sure everything has settled. Revision Changes Path 1.60 +11 -11 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:08:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78CC16A4CE; Wed, 19 Nov 2003 13:08:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B01D43FEC; Wed, 19 Nov 2003 13:08:34 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJL8YXJ089179; Wed, 19 Nov 2003 13:08:34 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJL8Y1F089178; Wed, 19 Nov 2003 13:08:34 -0800 (PST) (envelope-from trevor) Message-Id: <200311192108.hAJL8Y1F089178@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 13:08:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linux-glib2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:08:35 -0000 trevor 2003/11/19 13:08:34 PST FreeBSD ports repository Modified files: devel/linux-glib2 Makefile Log: Set PORTREVISION to 0. Fix packing list. Revision Changes Path 1.2 +3 -1 ports/devel/linux-glib2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:17:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854BD16A4CE; Wed, 19 Nov 2003 13:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E135543F93; Wed, 19 Nov 2003 13:17:13 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLHDXJ089573; Wed, 19 Nov 2003 13:17:13 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLHDUk089572; Wed, 19 Nov 2003 13:17:13 -0800 (PST) (envelope-from trevor) Message-Id: <200311192117.hAJLHDUk089572@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 13:17:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk2 Makefile ports/x11-toolkits/linux-gtk2/files gtk.immodules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:17:14 -0000 trevor 2003/11/19 13:17:13 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk2 Makefile Added files: x11-toolkits/linux-gtk2/files gtk.immodules Log: Kludge by installing a pre-concoted gtk.immodules file and an empty gdk-pixbuf.loaders file. Fix packing list. Increase PORTREVISION to 1. Revision Changes Path 1.3 +12 -4 ports/x11-toolkits/linux-gtk2/Makefile 1.1 +35 -0 ports/x11-toolkits/linux-gtk2/files/gtk.immodules (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:20:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B9C16A4CE; Wed, 19 Nov 2003 13:20:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02A043FA3; Wed, 19 Nov 2003 13:20:39 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLKdXJ089716; Wed, 19 Nov 2003 13:20:39 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLKdqu089715; Wed, 19 Nov 2003 13:20:39 -0800 (PST) (envelope-from des) Message-Id: <200311192120.hAJLKdqu089715@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Nov 2003 13:20:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/flightgear Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:20:40 -0000 des 2003/11/19 13:20:39 PST FreeBSD ports repository Modified files: games/flightgear Makefile Log: Fix typo in post-extract. Spotted by: Olivier Saut Revision Changes Path 1.24 +1 -1 ports/games/flightgear/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:23:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4742416A4CE; Wed, 19 Nov 2003 13:23:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC3843FE5; Wed, 19 Nov 2003 13:23:07 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLN7XJ089810; Wed, 19 Nov 2003 13:23:07 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLN7LN089808; Wed, 19 Nov 2003 13:23:07 -0800 (PST) (envelope-from jeh) Message-Id: <200311192123.hAJLN7LN089808@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 19 Nov 2003 13:23:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:23:08 -0000 jeh 2003/11/19 13:23:07 PST FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4305 Revision Changes Path 1.183 +1 -1 ports/security/uvscan-dat/Makefile 1.181 +1 -1 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:23:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE1B16A4CF; Wed, 19 Nov 2003 13:23:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE49C43FBD; Wed, 19 Nov 2003 13:23:26 -0800 (PST) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLNQXJ089868; Wed, 19 Nov 2003 13:23:26 -0800 (PST) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLNQgk089867; Wed, 19 Nov 2003 13:23:26 -0800 (PST) (envelope-from anders) Message-Id: <200311192123.hAJLNQgk089867@repoman.freebsd.org> From: Anders Nordby Date: Wed, 19 Nov 2003 13:23:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dmidecode Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:23:27 -0000 anders 2003/11/19 13:23:26 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dmidecode Makefile distinfo pkg-descr pkg-plist Log: Add dmidecode, a tool for dumping DMI (SMBIOS) contents in human-readable format. Revision Changes Path 1.456 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/dmidecode/Makefile (new) 1.1 +1 -0 ports/sysutils/dmidecode/distinfo (new) 1.1 +6 -0 ports/sysutils/dmidecode/pkg-descr (new) 1.1 +8 -0 ports/sysutils/dmidecode/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:23:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C016416A4D0; Wed, 19 Nov 2003 13:23:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36ADE43FAF; Wed, 19 Nov 2003 13:23:39 -0800 (PST) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLNdXJ089906; Wed, 19 Nov 2003 13:23:39 -0800 (PST) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLNci2089905; Wed, 19 Nov 2003 13:23:38 -0800 (PST) (envelope-from anders) Message-Id: <200311192123.hAJLNci2089905@repoman.freebsd.org> From: Anders Nordby Date: Wed, 19 Nov 2003 13:23:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:23:39 -0000 anders 2003/11/19 13:23:38 PST FreeBSD ports repository Modified files: . modules Log: dmidecode --> ports/sysutils/dmidecode Revision Changes Path 1.8649 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:27:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5243D16A4CE; Wed, 19 Nov 2003 13:27:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B0943F93; Wed, 19 Nov 2003 13:27:32 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLRWXJ090070; Wed, 19 Nov 2003 13:27:32 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLRWlA090069; Wed, 19 Nov 2003 13:27:32 -0800 (PST) (envelope-from blackend) Message-Id: <200311192127.hAJLRWlA090069@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 19 Nov 2003 13:27:32 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:27:33 -0000 blackend 2003/11/19 13:27:32 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add a new translated section (NAT). Revision Changes Path 1.6 +318 -4 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:27:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB72C16A4CF; Wed, 19 Nov 2003 13:27:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3066E43FF5; Wed, 19 Nov 2003 13:27:45 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLRiXJ090099; Wed, 19 Nov 2003 13:27:44 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLRijT090098; Wed, 19 Nov 2003 13:27:44 -0800 (PST) (envelope-from edwin) Message-Id: <200311192127.hAJLRijT090098@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 19 Nov 2003 13:27:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/irc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:27:45 -0000 edwin 2003/11/19 13:27:44 PST FreeBSD ports repository Modified files: irc/irc Makefile distinfo Log: freebsd port update: irc/irc to 2.10.3p5 Submitted by: Eugene (via private email) Revision Changes Path 1.35 +7 -6 ports/irc/irc/Makefile 1.9 +1 -1 ports/irc/irc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:30:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F77816A4CE; Wed, 19 Nov 2003 13:30:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7AC543FAF; Wed, 19 Nov 2003 13:30:52 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLUqXJ090288; Wed, 19 Nov 2003 13:30:52 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLUq69090287; Wed, 19 Nov 2003 13:30:52 -0800 (PST) (envelope-from trevor) Message-Id: <200311192130.hAJLUq69090287@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 13:30:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-pango Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:30:53 -0000 trevor 2003/11/19 13:30:52 PST FreeBSD ports repository Modified files: x11-toolkits/linux-pango Makefile Log: Fix packing list. Fix generation of pango.modules file (still assumes Linux emulation is enabled). Revision Changes Path 1.2 +7 -4 ports/x11-toolkits/linux-pango/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:40:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F207816A4CE for ; Wed, 19 Nov 2003 13:40:02 -0800 (PST) Received: from mail.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1786843FF3 for ; Wed, 19 Nov 2003 13:39:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 13430 invoked from network); 19 Nov 2003 21:39:58 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 19 Nov 2003 21:39:58 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAJLdoFn026040; Wed, 19 Nov 2003 16:39:50 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311192027.hAJKR6IY081207@repoman.freebsd.org> Date: Wed, 19 Nov 2003 16:39:49 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:40:03 -0000 On 19-Nov-2003 Nate Lawson wrote: > njl 2003/11/19 12:27:06 PST > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi.c acpi_cpu.c > Log: > * Add a DEVMETHOD for acpi so that child detach methods get called. Add > an acpi_cpu method for shutdown that disables entry to acpi_cpu_idle > and then IPIs/waits for threads to exit. This fixes a panic late in > reboot in the SMP case. > > * In the !SMP case, don't use the processor id filled out by the MADT > since there can only be one processor. This was causing a panic in > acpi_cpu_idle if the id was 1 since the data was being dereferenced from > cpu_softc[1] even though the actual data was in cpu_softc[0] (which is > correct). > > * Rework the initialization functions so that cpu_idle_hook is written > late in the boot process. > > * Make the P_BLK, P_BLK_LEN, and cpu_cx_count all softc-local variables. > This will help SMP boxes that have _CST or multiple P_BLKs. No such > boxes are known at this time. > > * Always allocate the C1 state, even if the P_BLK is invalid. This means > we will always take over idling if enabled. Remove the value -1 as > valid for cx_lowest since this is redundant with machdep.cpu_idle_hlt. > > * Reduce locking for the throttle initialization case to around the write > to the smi_cmd port. Add disabled code to write the CST_CNT. It will > be enabled once _CST re-evaluation is tested (post 5.2R). > > Thank you: dfr, imp, jhb, marcel, peter > Tested by: rwatson, Harald Schmalzbauer > Approved by: re (rwatson) One minor suggestion btw. Could you fix the hw.acpi.cpu.cpu_cx_lowest to use the "C1", "C2", and "C3" strings for its user-visible interface instead of the direct integer? Setting the value to C2 is a bit more intuitive than setting it to 1 to get C2. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Wed Nov 19 13:43:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 991F316A4CE; Wed, 19 Nov 2003 13:43:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D579043F93; Wed, 19 Nov 2003 13:43:52 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJLhqXJ090729; Wed, 19 Nov 2003 13:43:52 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJLhqVk090728; Wed, 19 Nov 2003 13:43:52 -0800 (PST) (envelope-from trevor) Message-Id: <200311192143.hAJLhqVk090728@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 13:43:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/linux-XFree86-libs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 21:43:53 -0000 trevor 2003/11/19 13:43:52 PST FreeBSD ports repository Modified files: x11/linux-XFree86-libs Makefile Log: Run the Linux ldconfig after installation (PORTREVISION bumped to 1). Revision Changes Path 1.2 +7 -1 ports/x11/linux-XFree86-libs/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:01:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD1716A4CE; Wed, 19 Nov 2003 14:01:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E242E43FCB; Wed, 19 Nov 2003 14:01:14 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJM1EXJ091571; Wed, 19 Nov 2003 14:01:14 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJM1E9F091570; Wed, 19 Nov 2003 14:01:14 -0800 (PST) (envelope-from trevor) Message-Id: <200311192201.hAJM1E9F091570@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 14:01:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/linux-mozillafirebird-gtk2 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:01:15 -0000 trevor 2003/11/19 14:01:14 PST FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/linux-mozillafirebird-gtk2 Makefile distinfo pkg-descr Log: new Japanese-language, Linux/i386 binary port of Firebird Web browser with Xft support, linked with GTK+ 2.X Revision Changes Path 1.513 +1 -0 ports/japanese/Makefile 1.1 +26 -0 ports/japanese/linux-mozillafirebird-gtk2/Makefile (new) 1.1 +1 -0 ports/japanese/linux-mozillafirebird-gtk2/distinfo (new) 1.1 +9 -0 ports/japanese/linux-mozillafirebird-gtk2/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:01:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EA816A4CF; Wed, 19 Nov 2003 14:01:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFA443FBF; Wed, 19 Nov 2003 14:01:55 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJM1tXJ091631; Wed, 19 Nov 2003 14:01:55 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJM1t8g091630; Wed, 19 Nov 2003 14:01:55 -0800 (PST) (envelope-from trevor) Message-Id: <200311192201.hAJM1t8g091630@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 14:01:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:01:56 -0000 trevor 2003/11/19 14:01:55 PST FreeBSD ports repository Modified files: . modules Log: ja-linux-mozillafirebird-gtk2 --> ports/japanese/linux-mozillafirebird-gtk2 Revision Changes Path 1.8650 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:08:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C2216A4CE; Wed, 19 Nov 2003 14:08:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B125E43F75; Wed, 19 Nov 2003 14:08:29 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJM8TXJ092745; Wed, 19 Nov 2003 14:08:29 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJM8TTb092744; Wed, 19 Nov 2003 14:08:29 -0800 (PST) (envelope-from des) Message-Id: <200311192208.hAJM8TTb092744@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Nov 2003 14:08:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/oto Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:08:30 -0000 des 2003/11/19 14:08:29 PST FreeBSD ports repository Modified files: chinese/oto Makefile Log: Fix incorrect ${REINPLACE_CMD} use and a couple of style nits. Approved by: portmgr (kkenn) Revision Changes Path 1.3 +4 -3 ports/chinese/oto/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:18:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 100BD16A4CE; Wed, 19 Nov 2003 14:18:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7900843FB1; Wed, 19 Nov 2003 14:18:48 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJMImXJ093090; Wed, 19 Nov 2003 14:18:48 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJMImpC093089; Wed, 19 Nov 2003 14:18:48 -0800 (PST) (envelope-from des) Message-Id: <200311192218.hAJMImpC093089@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Nov 2003 14:18:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/zhcon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:18:49 -0000 des 2003/11/19 14:18:48 PST FreeBSD ports repository Modified files: chinese/zhcon Makefile Log: Fix incorrect use of ${REINPLACE_CMD}. Approved by: portmgr (kkenn) Revision Changes Path 1.25 +1 -2 ports/chinese/zhcon/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:19:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C05716A4CE; Wed, 19 Nov 2003 14:19:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F055343F85; Wed, 19 Nov 2003 14:19:28 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJMJSXJ093136; Wed, 19 Nov 2003 14:19:28 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJMJSEr093135; Wed, 19 Nov 2003 14:19:28 -0800 (PST) (envelope-from trevor) Message-Id: <200311192219.hAJMJSEr093135@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 14:19:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/linux-ttfonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:19:29 -0000 trevor 2003/11/19 14:19:28 PST FreeBSD ports repository Modified files: japanese/linux-ttfonts Makefile Log: Fix packing list. Revision Changes Path 1.2 +2 -1 ports/japanese/linux-ttfonts/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:42:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B9016A4CE; Wed, 19 Nov 2003 14:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A3F43FA3; Wed, 19 Nov 2003 14:42:35 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJMgYXJ093876; Wed, 19 Nov 2003 14:42:34 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJMgYl7093875; Wed, 19 Nov 2003 14:42:34 -0800 (PST) (envelope-from sam) Message-Id: <200311192242.hAJMgYl7093875@repoman.freebsd.org> From: Sam Leffler Date: Wed, 19 Nov 2003 14:42:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 22:42:35 -0000 sam 2003/11/19 14:42:34 PST FreeBSD src repository Modified files: sys/opencrypto cryptodev.c Log: eliminate an unnecessary 8Kbyte bzero that was being done for each submitted operation Submitted by: Thor Lancelot Simon Reviewed by: jhb Approved by: re (jhb) Revision Changes Path 1.17 +5 -8 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 15:07:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F2B16A4CE; Wed, 19 Nov 2003 15:07:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF4743FCB; Wed, 19 Nov 2003 15:07:40 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJN7eXJ095620; Wed, 19 Nov 2003 15:07:40 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJN7doN095619; Wed, 19 Nov 2003 15:07:39 -0800 (PST) (envelope-from trhodes) Message-Id: <200311192307.hAJN7doN095619@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 19 Nov 2003 15:07:39 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 23:07:40 -0000 trhodes 2003/11/19 15:07:39 PST FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: sam no longer needs an x86 SMP system. Revision Changes Path 1.165 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 19 15:31:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E221E16A4CE; Wed, 19 Nov 2003 15:31:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E8B43F3F; Wed, 19 Nov 2003 15:31:31 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAJNVVXJ096479; Wed, 19 Nov 2003 15:31:31 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAJNVUdl096478; Wed, 19 Nov 2003 15:31:30 -0800 (PST) (envelope-from jeh) Message-Id: <200311192331.hAJNVUdl096478@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 19 Nov 2003 15:31:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-binutils Makefile ports/devel/i386-rtems-g77 Makefile ports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-gdb Makefile ports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 23:31:32 -0000 jeh 2003/11/19 15:31:30 PST FreeBSD ports repository Modified files: devel/i386-rtems-binutils Makefile devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-gdb Makefile devel/i386-rtems-objc Makefile Log: Since once mk/bsd.cpu.mk adds the -mcpu and/or -march flags they can't be removed. And setting NO_CPU_CFLAGS in a ports Makefile does not help. It might be nice if Mk/bsd.port.mk would remove it if NO_CPU_CFLAGS was set, patch coming soon. Revision Changes Path 1.21 +0 -1 ports/devel/i386-rtems-binutils/Makefile 1.27 +7 -2 ports/devel/i386-rtems-g77/Makefile 1.30 +6 -2 ports/devel/i386-rtems-gcc/Makefile 1.13 +0 -1 ports/devel/i386-rtems-gdb/Makefile 1.25 +7 -2 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 16:24:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF50816A4CE; Wed, 19 Nov 2003 16:24:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2036B43FBD; Wed, 19 Nov 2003 16:24:03 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK0O2XJ099058; Wed, 19 Nov 2003 16:24:02 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK0O2iv099057; Wed, 19 Nov 2003 16:24:02 -0800 (PST) (envelope-from glewis) Message-Id: <200311200024.hAK0O2iv099057@repoman.freebsd.org> From: Greg Lewis Date: Wed, 19 Nov 2003 16:24:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apache-ant Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 00:24:03 -0000 glewis 2003/11/19 16:24:02 PST FreeBSD ports repository Modified files: devel/apache-ant Makefile pkg-plist Log: . Install the etc directory. Various documentation refers to files in this directory. PR: 58450 Submitted by: Remco van 't Veer Approved by: znerd (maintainer) Revision Changes Path 1.31 +1 -1 ports/devel/apache-ant/Makefile 1.17 +12 -0 ports/devel/apache-ant/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 17:23:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52A316A4CE; Wed, 19 Nov 2003 17:23:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFE843FA3; Wed, 19 Nov 2003 17:23:55 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK1NsXJ007578; Wed, 19 Nov 2003 17:23:54 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK1Nsgi007577; Wed, 19 Nov 2003 17:23:54 -0800 (PST) (envelope-from jeh) Message-Id: <200311200123.hAK1Nsgi007577@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 19 Nov 2003 17:23:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefileports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 01:23:55 -0000 jeh 2003/11/19 17:23:54 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-objc Makefile Log: On kris@ suggestion use _CPUCFLAGS to get -mtune also. And I had forgotten CXXFLAGS Revision Changes Path 1.28 +2 -1 ports/devel/i386-rtems-g77/Makefile 1.31 +2 -1 ports/devel/i386-rtems-gcc/Makefile 1.26 +2 -1 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 17:36:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A321F16A4CE; Wed, 19 Nov 2003 17:36:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF1043FBF; Wed, 19 Nov 2003 17:36:40 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK1aeXJ008124; Wed, 19 Nov 2003 17:36:40 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK1aeW3008123; Wed, 19 Nov 2003 17:36:40 -0800 (PST) (envelope-from jeh) Message-Id: <200311200136.hAK1aeW3008123@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 19 Nov 2003 17:36:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefileports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 01:36:41 -0000 jeh 2003/11/19 17:36:40 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-gcc Makefile devel/i386-rtems-objc Makefile Log: I was getting a recursive error on CFLAGS I didn't get on 5.x Revision Changes Path 1.29 +2 -2 ports/devel/i386-rtems-g77/Makefile 1.32 +2 -2 ports/devel/i386-rtems-gcc/Makefile 1.27 +2 -2 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 18:46:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2908416A4CE; Wed, 19 Nov 2003 18:46:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC7544013; Wed, 19 Nov 2003 18:46:45 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK2kjXJ011197; Wed, 19 Nov 2003 18:46:45 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK2kixV011196; Wed, 19 Nov 2003 18:46:44 -0800 (PST) (envelope-from rwatson) Message-Id: <200311200246.hAK2kixV011196@repoman.freebsd.org> From: Robert Watson Date: Wed, 19 Nov 2003 18:46:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 02:46:46 -0000 rwatson 2003/11/19 18:46:44 PST FreeBSD src repository Modified files: usr.sbin/jail jail.8 Log: No need to copy sysinstall into a jail with -CURRENT, since in -CURRENT, we have /usr/sbin/sysinstall. Approved by: re (bmah implicitly) Revision Changes Path 1.46 +2 -10 src/usr.sbin/jail/jail.8 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:18:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D3A16A4CE; Wed, 19 Nov 2003 19:18:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3B343FCB; Wed, 19 Nov 2003 19:18:26 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3IQXJ013087; Wed, 19 Nov 2003 19:18:26 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3IP76013086; Wed, 19 Nov 2003 19:18:25 -0800 (PST) (envelope-from trevor) Message-Id: <200311200318.hAK3IP76013086@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 19:18:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts Makefileports/x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:18:27 -0000 trevor 2003/11/19 19:18:25 PST FreeBSD ports repository Modified files: x11-fonts Makefile Added files: x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr Log: new port providing Truetype fonts to use with Linux programs Revision Changes Path 1.47 +1 -0 ports/x11-fonts/Makefile 1.1 +32 -0 ports/x11-fonts/linux-urw-fonts/Makefile (new) 1.1 +2 -0 ports/x11-fonts/linux-urw-fonts/distinfo (new) 1.1 +22 -0 ports/x11-fonts/linux-urw-fonts/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:19:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3B16A4CE; Wed, 19 Nov 2003 19:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4B943FE1; Wed, 19 Nov 2003 19:19:16 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3JGXJ013131; Wed, 19 Nov 2003 19:19:16 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3JFn8013130; Wed, 19 Nov 2003 19:19:15 -0800 (PST) (envelope-from trevor) Message-Id: <200311200319.hAK3JFn8013130@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 19:19:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:19:17 -0000 trevor 2003/11/19 19:19:15 PST FreeBSD ports repository Modified files: . modules Log: linux-urw-fonts --> ports/x11-fonts/linux-urw-fonts Revision Changes Path 1.8651 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:19:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D629516A4CF; Wed, 19 Nov 2003 19:19:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BA043FE3; Wed, 19 Nov 2003 19:19:38 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3JcXJ013165; Wed, 19 Nov 2003 19:19:38 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3JbQH013164; Wed, 19 Nov 2003 19:19:37 -0800 (PST) (envelope-from linimon) Message-Id: <200311200319.hAK3JbQH013164@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Nov 2003 19:19:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/iverilog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:19:39 -0000 linimon 2003/11/19 19:19:37 PST FreeBSD ports repository Modified files: cad/iverilog Makefile Log: Mark as broken while we muddle through the compile problem with the author. Revision Changes Path 1.14 +2 -0 ports/cad/iverilog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:23:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAB716A4CE; Wed, 19 Nov 2003 19:23:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDAE43F85; Wed, 19 Nov 2003 19:23:09 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3N9XJ013356; Wed, 19 Nov 2003 19:23:09 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3N9ip013355; Wed, 19 Nov 2003 19:23:09 -0800 (PST) (envelope-from trevor) Message-Id: <200311200323.hAK3N9ip013355@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 19:23:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian Makefileports/russian/linux-mozillafirebird Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:23:11 -0000 trevor 2003/11/19 19:23:09 PST FreeBSD ports repository Modified files: russian Makefile Added files: russian/linux-mozillafirebird Makefile distinfo pkg-descr Log: new Russian-language, i386 Linux binary port of Firebird Web browser, linked with GTK+ 2.X and using Xft Revision Changes Path 1.55 +1 -0 ports/russian/Makefile 1.1 +27 -0 ports/russian/linux-mozillafirebird/Makefile (new) 1.1 +2 -0 ports/russian/linux-mozillafirebird/distinfo (new) 1.1 +9 -0 ports/russian/linux-mozillafirebird/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:23:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B5E016A4CE; Wed, 19 Nov 2003 19:23:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB7343F93; Wed, 19 Nov 2003 19:23:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3NlXJ013394; Wed, 19 Nov 2003 19:23:47 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3NkLO013393; Wed, 19 Nov 2003 19:23:46 -0800 (PST) (envelope-from trevor) Message-Id: <200311200323.hAK3NkLO013393@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 19:23:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:23:48 -0000 trevor 2003/11/19 19:23:46 PST FreeBSD ports repository Modified files: . modules Log: ru-linux-mozillafirebird --> ports/russian/linux-mozillafirebird Revision Changes Path 1.8652 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 19:47:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA8816A4CE; Wed, 19 Nov 2003 19:47:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73B43FA3; Wed, 19 Nov 2003 19:47:50 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3loXJ014228; Wed, 19 Nov 2003 19:47:50 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK3looK014227; Wed, 19 Nov 2003 19:47:50 -0800 (PST) (envelope-from rwatson) Message-Id: <200311200347.hAK3looK014227@repoman.freebsd.org> From: Robert Watson Date: Wed, 19 Nov 2003 19:47:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:47:51 -0000 rwatson 2003/11/19 19:47:50 PST FreeBSD src repository Modified files: usr.sbin/jail jail.8 Log: A variety of content cleanups: (1) Document the notion of using jail(8) to run "virtual servers" or just to constrain specific applications. If only running specific applications, some configuration steps are unnecessary (such as editing rc.conf). (2) Add some more subsection headers to break up the bigger chunks of text. (3) Clarify the problems associated with applications binding all IP addresses in the host, and attempt to be more specific about potential application problems. Document how to force sshd to bind the the right socket. (4) Suggest that in a jailed application scenario, you might want to have the host syslogd listen on the socket in the jail, rather than running syslogd in the jail. (5) Catch another reference to /stand/sysinstall. Approved by: re (bmah implicitly) Revision Changes Path 1.47 +71 -23 src/usr.sbin/jail/jail.8 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:04:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8B216A4CE; Wed, 19 Nov 2003 20:04:29 -0800 (PST) Received: from fatpipi.cirx.org (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5103643F75; Wed, 19 Nov 2003 20:04:26 -0800 (PST) (envelope-from vanilla@fatpipi.cirx.org) Received: from fatpipi.cirx.org (__________@localhost.cirx.org [127.0.0.1]) by fatpipi.cirx.org (8.12.8p2/8.12.6) with ESMTP id hAK44OYv028023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Nov 2003 12:04:24 +0800 (CST) (envelope-from vanilla@fatpipi.cirx.org) Received: (from vanilla@localhost) by fatpipi.cirx.org (8.12.8p2/8.12.8/Submit) id hAK44O7p028022; Thu, 20 Nov 2003 12:04:24 +0800 (CST) Date: Thu, 20 Nov 2003 12:04:24 +0800 From: "Vanilla I. Shu" To: Trevor Johnson Message-ID: <20031120040424.GA27988@fatpipi.cirx.org> References: <200311200318.hAK3IP76013086@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <200311200318.hAK3IP76013086@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:04:30 -0000 On Wed, Nov 19, 2003 at 07:18:25PM -0800, Trevor Johnson wrote: > trevor 2003/11/19 19:18:25 PST > FreeBSD ports repository > Modified files: > x11-fonts Makefile > Added files: > x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr > Log: > new port providing Truetype fonts to use with Linux programs what's different between x11-fonts/linux-urw-fonts & x11-fonts/url-fonts? From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:08:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B46416A4CE; Wed, 19 Nov 2003 20:08:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D406843FCB; Wed, 19 Nov 2003 20:08:13 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK48DXJ015788; Wed, 19 Nov 2003 20:08:13 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK48DQu015787; Wed, 19 Nov 2003 20:08:13 -0800 (PST) (envelope-from linimon) Message-Id: <200311200408.hAK48DQu015787@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Nov 2003 20:08:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dynamechs Makefile distinfo pkg-descr patch-dm::dm.h patch-dmGL::dmGL.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:08:14 -0000 linimon 2003/11/19 20:08:13 PST FreeBSD ports repository Modified files: graphics/dynamechs Makefile distinfo pkg-descr graphics/dynamechs/files make.platform.freebsd patch-dm::dm.h patch-dmGL::dmGL.h Log: Per submitter: "minor changes like add USE_BZIP2 and add a pkg-descr. Also modified two of the patches in the hopes that they would help build this port on -current." Unfortunately I still see "dm/dm.h:26:1: unterminated #ifndef" on 5.1-RELEASE so I'm going to leave it marked broken there. PR: ports/57079 Submitted by: Pedro F. Giffuni . Revision Changes Path 1.8 +4 -2 ports/graphics/dynamechs/Makefile 1.2 +1 -1 ports/graphics/dynamechs/distinfo 1.2 +1 -1 ports/graphics/dynamechs/files/make.platform.freebsd 1.2 +27 -10 ports/graphics/dynamechs/files/patch-dm::dm.h 1.2 +20 -8 ports/graphics/dynamechs/files/patch-dmGL::dmGL.h 1.2 +20 -2 ports/graphics/dynamechs/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:10:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4A916A4CE; Wed, 19 Nov 2003 20:10:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0390943F75; Wed, 19 Nov 2003 20:10:17 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK4AGXJ015852; Wed, 19 Nov 2003 20:10:16 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK4AGWb015851; Wed, 19 Nov 2003 20:10:16 -0800 (PST) (envelope-from vanilla) Message-Id: <200311200410.hAK4AGWb015851@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 19 Nov 2003 20:10:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-OAI-Harvester Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:10:17 -0000 vanilla 2003/11/19 20:10:16 PST FreeBSD ports repository Modified files: net/p5-OAI-Harvester Makefile Log: This ports work with perl5.8 only. Submitted by: maintainer Revision Changes Path 1.2 +7 -1 ports/net/p5-OAI-Harvester/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:27:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3393D16A4CE; Wed, 19 Nov 2003 20:27:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9127943FBF; Wed, 19 Nov 2003 20:27:12 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK4RCXJ016413; Wed, 19 Nov 2003 20:27:12 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK4RCfW016412; Wed, 19 Nov 2003 20:27:12 -0800 (PST) (envelope-from linimon) Message-Id: <200311200427.hAK4RCfW016412@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Nov 2003 20:27:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/poppassd/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:27:13 -0000 linimon 2003/11/19 20:27:12 PST FreeBSD ports repository Modified files: mail/poppassd/files patch-ab Log: Update dialogs for 5.1. Maintainer timeout (1 month). PR: ports/57486 Submitted by: Masamichi Takatsu Revision Changes Path 1.8 +1 -1 ports/mail/poppassd/files/patch-ab From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:42:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218AC16A4CE; Wed, 19 Nov 2003 20:42:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF1D43F75; Wed, 19 Nov 2003 20:42:50 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK4goXJ016952; Wed, 19 Nov 2003 20:42:50 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK4goX2016951; Wed, 19 Nov 2003 20:42:50 -0800 (PST) (envelope-from alfred) Message-Id: <200311200442.hAK4goX2016951@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 19 Nov 2003 20:42:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/rpc rpcv2.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:42:51 -0000 alfred 2003/11/19 20:42:50 PST FreeBSD src repository Removed files: sys/rpc rpcv2.h Log: Remove unneeded file. (could be repo removed as nothing ever referenced it.) Submitted by: Jim Rees Revision Changes Path 1.2 +0 -101 src/sys/rpc/rpcv2.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 20:59:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368E316A4CE; Wed, 19 Nov 2003 20:59:52 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B5043FAF; Wed, 19 Nov 2003 20:59:50 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAK4xXUF058220; Wed, 19 Nov 2003 23:59:33 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAK4xXHc058217; Wed, 19 Nov 2003 23:59:33 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Wed, 19 Nov 2003 23:59:33 -0500 (EST) From: Trevor Johnson To: "Vanilla I. Shu" In-Reply-To: <20031120040424.GA27988@fatpipi.cirx.org> Message-ID: <20031119231949.K7206@blues.jpj.net> References: <200311200318.hAK3IP76013086@repoman.freebsd.org> <20031120040424.GA27988@fatpipi.cirx.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Jeremy Messenger cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts Makefileports/x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:59:52 -0000 Vanilla I. Shu wrote: > > x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr > > Log: > > new port providing Truetype fonts to use with Linux programs > what's different between x11-fonts/linux-urw-fonts & x11-fonts/url-fonts? It's like ports/x11-fonts/urwfonts-ttf except that it installs under /compat/linux/. It's only used by ports/russian/linux-mozillafirebird and can be removed if you have a way to obviate it. Jeremy Messenger has some ideas along those lines but I haven't had the same success with them as he. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:08:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C686316A4CE; Wed, 19 Nov 2003 21:08:29 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257E343FA3; Wed, 19 Nov 2003 21:08:28 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031120050828.NYZE24575.lakemtao06.cox.net@mezz.mezzweb.com>; Thu, 20 Nov 2003 00:08:28 -0500 To: Trevor Johnson References: <200311200318.hAK3IP76013086@repoman.freebsd.org> <20031120040424.GA27988@fatpipi.cirx.org> <20031119231949.K7206@blues.jpj.net> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Wed, 19 Nov 2003 23:07:34 -0600 In-Reply-To: <20031119231949.K7206@blues.jpj.net> User-Agent: Opera7.21/Linux M2 build 497 cc: "Vanilla I. Shu" cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:08:29 -0000 On Wed, 19 Nov 2003 23:59:33 -0500 (EST), Trevor Johnson wrote: > Vanilla I. Shu wrote: > >> > x11-fonts/linux-urw-fonts Makefile distinfo pkg-descr >> > Log: >> > new port providing Truetype fonts to use with Linux programs >> what's different between x11-fonts/linux-urw-fonts & >> x11-fonts/url-fonts? > > It's like ports/x11-fonts/urwfonts-ttf except that it installs under > /compat/linux/. It's only used by ports/russian/linux-mozillafirebird > and > can be removed if you have a way to obviate it. Jeremy Messenger has > some > ideas along those lines but I haven't had the same success with them as > he. Addition, to show how I did.. I just add a line in the /compat/linux/etc/fonts/fonts.conf: /usr/X11R6/lib/X11/fonts It will work to check our regular X's fonts, so far linux-opera and linux-mozilla work to find the fonts. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:09:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADEE16A4CE; Wed, 19 Nov 2003 21:09:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB9943FDD; Wed, 19 Nov 2003 21:09:21 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK59LXJ024276; Wed, 19 Nov 2003 21:09:21 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK59LFb024275; Wed, 19 Nov 2003 21:09:21 -0800 (PST) (envelope-from knu) Message-Id: <200311200509.hAK59LFb024275@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 19 Nov 2003 21:09:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/fd Makefile ports/shells/fd/files patch-pathname.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:09:22 -0000 knu 2003/11/19 21:09:21 PST FreeBSD ports repository Modified files: shells/fd Makefile Added files: shells/fd/files patch-pathname.c Log: Apply a patch that fixes segv in group lookups. Obtained from: [FDclone-users:00244] Revision Changes Path 1.57 +1 -0 ports/shells/fd/Makefile 1.5 +31 -0 ports/shells/fd/files/patch-pathname.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:11:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6FE16A4CE; Wed, 19 Nov 2003 21:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA34843FD7; Wed, 19 Nov 2003 21:11:07 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK5B7XJ024468; Wed, 19 Nov 2003 21:11:07 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK5B7tR024467; Wed, 19 Nov 2003 21:11:07 -0800 (PST) (envelope-from ijliao) Message-Id: <200311200511.hAK5B7tR024467@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Nov 2003 21:11:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mod_macro Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:11:08 -0000 ijliao 2003/11/19 21:11:07 PST FreeBSD ports repository Modified files: www Makefile Added files: www/mod_macro Makefile distinfo pkg-descr pkg-plist Log: add mod_macro 1.1.2 Apache module for use macros in config files Revision Changes Path 1.756 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/mod_macro/Makefile (new) 1.1 +1 -0 ports/www/mod_macro/distinfo (new) 1.1 +6 -0 ports/www/mod_macro/pkg-descr (new) 1.1 +5 -0 ports/www/mod_macro/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:11:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B37C16A4CF; Wed, 19 Nov 2003 21:11:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859D343FBF; Wed, 19 Nov 2003 21:11:15 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK5BFXJ024506; Wed, 19 Nov 2003 21:11:15 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK5BF7X024505; Wed, 19 Nov 2003 21:11:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200311200511.hAK5BF7X024505@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 19 Nov 2003 21:11:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:11:16 -0000 ijliao 2003/11/19 21:11:15 PST FreeBSD ports repository Modified files: . modules Log: mod_macro --> ports/www/mod_macro Revision Changes Path 1.8653 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:11:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC7516A4D0; Wed, 19 Nov 2003 21:11:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD46243FB1; Wed, 19 Nov 2003 21:11:20 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK5BKXJ024550; Wed, 19 Nov 2003 21:11:20 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK5BKRe024549; Wed, 19 Nov 2003 21:11:20 -0800 (PST) (envelope-from knu) Message-Id: <200311200511.hAK5BKRe024549@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 19 Nov 2003 21:11:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/oniguruma Makefileports/devel/oniguruma/files patch-ruby-dev-21973 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:11:21 -0000 knu 2003/11/19 21:11:20 PST FreeBSD ports repository Modified files: devel/oniguruma Makefile Added files: devel/oniguruma/files patch-ruby-dev-21973 Log: Apply a patch that fixes a bug and a memory leak. Obtained from: [ruby-dev:21973] Revision Changes Path 1.17 +1 -0 ports/devel/oniguruma/Makefile 1.1 +82 -0 ports/devel/oniguruma/files/patch-ruby-dev-21973 (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:26:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8750D16A4CE; Wed, 19 Nov 2003 21:26:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09E143F3F; Wed, 19 Nov 2003 21:26:57 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK5QvXJ025021; Wed, 19 Nov 2003 21:26:57 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK5Qvdm025020; Wed, 19 Nov 2003 21:26:57 -0800 (PST) (envelope-from trevor) Message-Id: <200311200526.hAK5Qvdm025020@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 21:26:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linux-atk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:26:58 -0000 trevor 2003/11/19 21:26:57 PST FreeBSD ports repository Modified files: devel/linux-atk Makefile Log: Fix packing list. Revision Changes Path 1.3 +2 -2 ports/devel/linux-atk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 21:45:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3854D16A4CE; Wed, 19 Nov 2003 21:45:59 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7F943FAF; Wed, 19 Nov 2003 21:45:58 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 91B5A2ED43F; Wed, 19 Nov 2003 21:45:58 -0800 (PST) Date: Wed, 19 Nov 2003 21:45:58 -0800 From: Alfred Perlstein To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031120054558.GV35957@elvis.mu.org> References: <200311200442.hAK4goX2016951@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311200442.hAK4goX2016951@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: re@freebsd.org Subject: Re: cvs commit: src/sys/rpc rpcv2.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 05:45:59 -0000 I didn't remember the freeze until I just got home. My apologies in advance for any inconvience this may have caused. * Alfred Perlstein [031119 20:43] wrote: > alfred 2003/11/19 20:42:50 PST > > FreeBSD src repository > > Removed files: > sys/rpc rpcv2.h > Log: > Remove unneeded file. (could be repo removed as nothing ever referenced it.) > > Submitted by: Jim Rees > > Revision Changes Path > 1.2 +0 -101 src/sys/rpc/rpcv2.h (dead) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Nov 19 22:12:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB25F16A4CE; Wed, 19 Nov 2003 22:12:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9D943FBD; Wed, 19 Nov 2003 22:12:38 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK6CcXJ027395; Wed, 19 Nov 2003 22:12:38 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK6CcvN027394; Wed, 19 Nov 2003 22:12:38 -0800 (PST) (envelope-from trevor) Message-Id: <200311200612.hAK6CcvN027394@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 19 Nov 2003 22:12:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/linux-XFree86-libs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 06:12:39 -0000 trevor 2003/11/19 22:12:38 PST FreeBSD ports repository Modified files: x11/linux-XFree86-libs Makefile Log: Make sure linux_base-8 is installed. Record conflicts with the other linux_base ports, which contain their own XFree86 libraries. Revision Changes Path 1.3 +2 -0 ports/x11/linux-XFree86-libs/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 19 22:39:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602F516A4CE; Wed, 19 Nov 2003 22:39:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D9343F93; Wed, 19 Nov 2003 22:39:20 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK6dKXJ028269; Wed, 19 Nov 2003 22:39:20 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK6dK6b028268; Wed, 19 Nov 2003 22:39:20 -0800 (PST) (envelope-from obraun) Message-Id: <200311200639.hAK6dK6b028268@repoman.freebsd.org> From: Oliver Braun Date: Wed, 19 Nov 2003 22:39:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 06:39:21 -0000 obraun 2003/11/19 22:39:20 PST FreeBSD ports repository Modified files: x11-fm/gentoo Makefile distinfo Log: Upgrade to 0.11.43 Revision Changes Path 1.36 +1 -3 ports/x11-fm/gentoo/Makefile 1.25 +1 -1 ports/x11-fm/gentoo/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 19 23:24:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D54416A4CE; Wed, 19 Nov 2003 23:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A26443FCB; Wed, 19 Nov 2003 23:24:24 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK7OOXJ030585; Wed, 19 Nov 2003 23:24:24 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK7ONLm030584; Wed, 19 Nov 2003 23:24:24 -0800 (PST) (envelope-from kiri) Message-Id: <200311200724.hAK7ONLm030584@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 19 Nov 2003 23:24:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mew3 Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/mew3/files patch-aa patch-ab patch-ac patch-ad patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:24:25 -0000 kiri 2003/11/19 23:24:23 PST FreeBSD ports repository Modified files: mail/mew3 Makefile distinfo pkg-descr pkg-plist pkg-message mail/mew3/files patch-aa patch-ab patch-ac patch-ad patch-ae Log: New port for Mew3 which repositry copied from mail/mew2[1]. PR: ports/46008 Submitted by: ITO Tsuyoshi Approved by: portmgr(marcus@marcuscom.com)[1] Revision Changes Path 1.9 +14 -59 ports/mail/mew3/Makefile 1.5 +1 -1 ports/mail/mew3/distinfo 1.3 +16 -16 ports/mail/mew3/files/patch-aa 1.5 +7 -7 ports/mail/mew3/files/patch-ab 1.5 +3 -3 ports/mail/mew3/files/patch-ac 1.3 +2 -2 ports/mail/mew3/files/patch-ad 1.2 +3 -3 ports/mail/mew3/files/patch-ae 1.4 +5 -12 ports/mail/mew3/pkg-descr 1.3 +3 -2 ports/mail/mew3/pkg-message 1.5 +44 -31 ports/mail/mew3/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 23:38:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01BA016A4CE; Wed, 19 Nov 2003 23:38:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B1C43FAF; Wed, 19 Nov 2003 23:38:35 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK7cZXJ031134; Wed, 19 Nov 2003 23:38:35 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK7cZci031133; Wed, 19 Nov 2003 23:38:35 -0800 (PST) (envelope-from kiri) Message-Id: <200311200738.hAK7cZci031133@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 19 Nov 2003 23:38:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mew3-emacs20 pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:38:36 -0000 kiri 2003/11/19 23:38:35 PST FreeBSD ports repository Removed files: mail/mew3-emacs20 pkg-message Log: New port for Mew3 of Emacs20 with which repositry copied from mail/mew2-emacs20[1]. pkg-message has moved to MASTERDIR. PR: ports/46008 Submitted by: ITO Tsuyoshi Approved by: portmgr(marcus@marcuscom.com)[1] Revision Changes Path 1.3 +0 -12 ports/mail/mew3-emacs20/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Wed Nov 19 23:46:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F2A516A4CE; Wed, 19 Nov 2003 23:46:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FF043FB1; Wed, 19 Nov 2003 23:46:40 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK7keXJ031472; Wed, 19 Nov 2003 23:46:40 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK7keik031471; Wed, 19 Nov 2003 23:46:40 -0800 (PST) (envelope-from kiri) Message-Id: <200311200746.hAK7keik031471@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 19 Nov 2003 23:46:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mew3-xemacs21 Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:46:41 -0000 kiri 2003/11/19 23:46:40 PST FreeBSD ports repository Modified files: mail/mew3-xemacs21 Makefile pkg-descr pkg-plist Log: New port for Mew3 of XEmacs21 with which repositry copied from mail/mew2-xemacs21[1]. PR: ports/46008 Submitted by: ITO Tsuyoshi Approved by: portmgr(marcus@marcuscom.com)[1] Revision Changes Path 1.5 +8 -6 ports/mail/mew3-xemacs21/Makefile 1.3 +4 -4 ports/mail/mew3-xemacs21/pkg-descr 1.4 +45 -20 ports/mail/mew3-xemacs21/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 19 23:55:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A65216A4CE; Wed, 19 Nov 2003 23:55:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29BD43FD7; Wed, 19 Nov 2003 23:55:09 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK7t9XJ031766; Wed, 19 Nov 2003 23:55:09 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK7t9q4031765; Wed, 19 Nov 2003 23:55:09 -0800 (PST) (envelope-from des) Message-Id: <200311200755.hAK7t9q4031765@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Nov 2003 23:55:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENPAM Subject: cvs commit: src/contrib/openpam/lib openpam_ttyconv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:55:10 -0000 des 2003/11/19 23:55:09 PST FreeBSD src repository Modified files: (Branch: OPENPAM) contrib/openpam/lib openpam_ttyconv.c Log: MFP4: fix confusion about the layout of resp (#42758) Approved by: re (rwatson) Revision Changes Path 1.1.1.13 +11 -9 src/contrib/openpam/lib/openpam_ttyconv.c From owner-cvs-all@FreeBSD.ORG Wed Nov 19 23:56:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E573016A4CE; Wed, 19 Nov 2003 23:56:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C7143F85; Wed, 19 Nov 2003 23:56:04 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK7u4XJ031860; Wed, 19 Nov 2003 23:56:04 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK7u4Dj031859; Wed, 19 Nov 2003 23:56:04 -0800 (PST) (envelope-from kiri) Message-Id: <200311200756.hAK7u4Dj031859@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 19 Nov 2003 23:56:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mew3-xemacs21-mule Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:56:05 -0000 kiri 2003/11/19 23:56:03 PST FreeBSD ports repository Modified files: mail/mew3-xemacs21-mule Makefile pkg-descr pkg-plist Log: New port for Mew3 of XEmacs21 for mule with which repositry copied from mail/mew2-xemacs21-mule[1]. PR: ports/46008 Submitted by: ITO Tsuyoshi Approved by: portmgr(marcus@marcuscom.com)[1] Revision Changes Path 1.5 +6 -5 ports/mail/mew3-xemacs21-mule/Makefile 1.3 +5 -5 ports/mail/mew3-xemacs21-mule/pkg-descr 1.4 +45 -20 ports/mail/mew3-xemacs21-mule/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:00:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8226216A4CE; Thu, 20 Nov 2003 00:00:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E846443F3F; Thu, 20 Nov 2003 00:00:23 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK80NXJ032047; Thu, 20 Nov 2003 00:00:23 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK80NhX032046; Thu, 20 Nov 2003 00:00:23 -0800 (PST) (envelope-from kiri) Message-Id: <200311200800.hAK80NhX032046@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 00:00:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mew3-xemacs21-mule pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:00:24 -0000 kiri 2003/11/20 00:00:23 PST FreeBSD ports repository Removed files: mail/mew3-xemacs21-mule pkg-message Log: Move pkg-message to ${MASTERDIR}/pkg-message. Revision Changes Path 1.3 +0 -13 ports/mail/mew3-xemacs21-mule/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:16:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FA4116A4CE; Thu, 20 Nov 2003 00:16:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93E843F3F; Thu, 20 Nov 2003 00:16:02 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK8G2XJ033459; Thu, 20 Nov 2003 00:16:02 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK8G2Da033458; Thu, 20 Nov 2003 00:16:02 -0800 (PST) (envelope-from kiri) Message-Id: <200311200816.hAK8G2Da033458@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 00:16:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:16:03 -0000 kiri 2003/11/20 00:16:02 PST FreeBSD ports repository Modified files: mail Makefile Log: Add Mew3 ports: mew3 mew3-emacs20 mew3-xemacs21 mew3-xemacs21-mule with which repositry copied from mail/mew2*[1]. PR: ports/46008 Submitted by: ITO Tsuyoshi Approved by: portmgr(marcus@marcuscom.com)[1] Revision Changes Path 1.456 +4 -0 ports/mail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:22:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A49F16A4CE; Thu, 20 Nov 2003 00:22:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B468943FFD; Thu, 20 Nov 2003 00:22:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK8M6XJ033649; Thu, 20 Nov 2003 00:22:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK8M6BU033648; Thu, 20 Nov 2003 00:22:06 -0800 (PST) (envelope-from des) Message-Id: <200311200822.hAK8M6BU033648@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 Nov 2003 00:22:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/flightgear Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:22:07 -0000 des 2003/11/20 00:22:06 PST FreeBSD ports repository Modified files: games/flightgear Makefile Log: Remove dependency on metakit, which is no longer used. Revision Changes Path 1.25 +0 -2 ports/games/flightgear/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:24:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56AA016A4CE; Thu, 20 Nov 2003 00:24:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C067A43FDD; Thu, 20 Nov 2003 00:24:33 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK8OXXJ033714; Thu, 20 Nov 2003 00:24:33 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK8OXFx033713; Thu, 20 Nov 2003 00:24:33 -0800 (PST) (envelope-from des) Message-Id: <200311200824.hAK8OXFx033713@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 Nov 2003 00:24:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:24:34 -0000 des 2003/11/20 00:24:33 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/i386/fdisk fdisk.c Log: MFC: warn about partitions that overlap with the mbr. Revision Changes Path 1.36.2.12 +5 -0 src/sbin/i386/fdisk/fdisk.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:27:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C95416A4CE; Thu, 20 Nov 2003 00:27:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043FE43F93; Thu, 20 Nov 2003 00:27:56 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK8RtXJ033850; Thu, 20 Nov 2003 00:27:55 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK8RtfB033849; Thu, 20 Nov 2003 00:27:55 -0800 (PST) (envelope-from kiri) Message-Id: <200311200827.hAK8RtfB033849@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 00:27:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:27:56 -0000 kiri 2003/11/20 00:27:55 PST FreeBSD ports repository Modified files: . modules Log: mew3 --> ports/mail/mew3 mew3-emacs20 --> ports/mail/mew3-emacs20 mew3-xemacs21 --> ports/mail/mew3-xemacs21 mew3-xemacs21-mule --> ports/mail/mew3-xemacs21-mule PR: ports/46008 Revision Changes Path 1.8654 +4 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 00:59:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62F016A4CE; Thu, 20 Nov 2003 00:59:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B40943FBF; Thu, 20 Nov 2003 00:59:55 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK8xsXJ040529; Thu, 20 Nov 2003 00:59:54 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK8xskK040528; Thu, 20 Nov 2003 00:59:54 -0800 (PST) (envelope-from blackend) Message-Id: <200311200859.hAK8xskK040528@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 20 Nov 2003 00:59:54 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 08:59:55 -0000 blackend 2003/11/20 00:59:54 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook Makefile Log: Add NAT image. Revision Changes Path 1.14 +2 -2 doc/fr_FR.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:19:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E0C16A4CE for ; Thu, 20 Nov 2003 01:19:23 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C787A43FE1 for ; Thu, 20 Nov 2003 01:19:18 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: by plouf.absolight.net (Postfix, from userid 1004) id 74EC6671; Thu, 20 Nov 2003 10:19:17 +0100 (CET) X-Original-To: cvs-all@FreeBSD.org Received: from sauron.in.mat.cc (sauron.in.mat.cc [212.43.217.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 9800D53A; Thu, 20 Nov 2003 10:19:15 +0100 (CET) Date: Thu, 20 Nov 2003 10:19:03 +0100 From: Mathieu Arnold To: "James E. Housley" , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <8007343.1069323543@sauron.in.mat.cc> In-Reply-To: <200311181110.hAIBA4RJ031871@repoman.freebsd.org> References: <200311181110.hAIBA4RJ031871@repoman.freebsd.org> X-Mailer: Mulberry/3.1.0 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========7A2287AB5184D1D72CDC==========" Subject: Re: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:19:23 -0000 --==========7A2287AB5184D1D72CDC========== Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +-Le 18/11/2003 03:10 -0800, James E. Housley =E9crivait : | jeh 2003/11/18 03:10:04 PST |=20 | FreeBSD ports repository |=20 | Modified files: | . MOVED=20 | Log: | the *-rtems-gcj port is no in the *-rtems-gcc port Is it just me getting back from a few days out or this commit does not respect the MOVED format ? (which should be Port|Moved to|Date|Why and not Port|Date|Moved to|Why.) --=20 Mathieu Arnold --==========7A2287AB5184D1D72CDC========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (MingW32) iD8DBQE/vIcPqYYpzGz/vmcRAnfyAJ9ulIJ0ra3j+zHy0uh1ZdUjYK1RpACeMDiD AieC8aHYzD95LWzzBTifda8= =fOBO -----END PGP SIGNATURE----- --==========7A2287AB5184D1D72CDC==========-- From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:20:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6E116A4CE; Thu, 20 Nov 2003 01:20:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F29343F85; Thu, 20 Nov 2003 01:20:45 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9KiXJ042160; Thu, 20 Nov 2003 01:20:44 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9Kin6042159; Thu, 20 Nov 2003 01:20:44 -0800 (PST) (envelope-from pav) Message-Id: <200311200920.hAK9Kin6042159@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:20:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xcpustate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:20:45 -0000 pav 2003/11/20 01:20:44 PST FreeBSD ports repository Modified files: sysutils/xcpustate Makefile Log: - Unmark broken, it builds fine for me, submitter and on bento Submitted by: Samy Al Bahra Approved by: adamw (mentor) Revision Changes Path 1.25 +1 -7 ports/sysutils/xcpustate/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:28:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE4516A4CE; Thu, 20 Nov 2003 01:28:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A1643FDD; Thu, 20 Nov 2003 01:28:34 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9SYXJ042429; Thu, 20 Nov 2003 01:28:34 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9SYUu042428; Thu, 20 Nov 2003 01:28:34 -0800 (PST) (envelope-from pav) Message-Id: <200311200928.hAK9SYUu042428@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:28:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/L-Breeder Makefileports/biology/L-Breeder/files patch-Lsystem::Lstring.cpp patch-thinair::environ.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:28:35 -0000 pav 2003/11/20 01:28:34 PST FreeBSD ports repository Modified files: biology/L-Breeder Makefile Added files: biology/L-Breeder/files patch-Lsystem::Lstring.cpp patch-thinair::environ.h Log: - Unbreak on 5.x Approved by: adamw (mentor) Revision Changes Path 1.9 +1 -7 ports/biology/L-Breeder/Makefile 1.1 +28 -0 ports/biology/L-Breeder/files/patch-Lsystem::Lstring.cpp (new) 1.1 +25 -0 ports/biology/L-Breeder/files/patch-thinair::environ.h (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:41:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A7816A4CE; Thu, 20 Nov 2003 01:41:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 399A443FCB; Thu, 20 Nov 2003 01:41:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9fIXJ042882; Thu, 20 Nov 2003 01:41:18 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9fHaN042881; Thu, 20 Nov 2003 01:41:17 -0800 (PST) (envelope-from pav) Message-Id: <200311200941.hAK9fHaN042881@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:41:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/spice Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:41:18 -0000 pav 2003/11/20 01:41:17 PST FreeBSD ports repository Modified files: cad/spice Makefile Log: - Fix install - Add LOCALBASE to path to allow building with gcc from ports PR: ports/58867, ports/59140 Submitted by: Fritz Heinrichmeyer DoubleF Approved by: adamw (mentor) Revision Changes Path 1.29 +4 -2 ports/cad/spice/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:43:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6732016A4D2; Thu, 20 Nov 2003 01:43:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D465843FD7; Thu, 20 Nov 2003 01:43:23 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9hNXJ042986; Thu, 20 Nov 2003 01:43:23 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9hNqi042985; Thu, 20 Nov 2003 01:43:23 -0800 (PST) (envelope-from linimon) Message-Id: <200311200943.hAK9hNqi042985@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 01:43:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:43:24 -0000 linimon 2003/11/20 01:43:23 PST FreeBSD ports repository Modified files: . MOVED Log: Fix checkin by jeh of 2003/11/18 03:10:04 PST which reversed the meaning of the second and third fields. Noticed by: many. Revision Changes Path 1.274 +8 -8 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:44:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EB316A4CE; Thu, 20 Nov 2003 01:44:59 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3507B43F93; Thu, 20 Nov 2003 01:44:58 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 43E21146E4; Thu, 20 Nov 2003 03:44:54 -0600 (CST) Message-ID: <3FBC8CC2.6030209@lonesome.com> Date: Thu, 20 Nov 2003 09:43:30 +0000 From: Mark Linimon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathieu Arnold References: <200311181110.hAIBA4RJ031871@repoman.freebsd.org> <8007343.1069323543@sauron.in.mat.cc> In-Reply-To: <8007343.1069323543@sauron.in.mat.cc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "James E. Housley" Subject: Re: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:44:59 -0000 > > >Is it just me getting back from a few days out or this commit does not >respect the MOVED format ? > Since we're getting awfully close to a ports freeze, I have gone ahead and fixed the format myself. (It's my ports monitoring code that tends to suffer first at the hands of MOVED errors ....) mcl From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:46:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD4D016A4CF; Thu, 20 Nov 2003 01:46:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313C743FBF; Thu, 20 Nov 2003 01:46:19 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9kJXJ043162; Thu, 20 Nov 2003 01:46:19 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9kIct043161; Thu, 20 Nov 2003 01:46:18 -0800 (PST) (envelope-from pav) Message-Id: <200311200946.hAK9kIct043161@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:46:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/texmacs Makefile distinfo pkg-plist patch-src_Plugins_Freetype_tt_font.cpp patch-src_common.makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:46:19 -0000 pav 2003/11/20 01:46:18 PST FreeBSD ports repository Modified files: editors/texmacs Makefile distinfo pkg-plist Added files: editors/texmacs/files patch-src_Guile_Scheme_object.hpp patch-src_Plugins_Freetype_tt_font.cpp patch-src_common.makefile.in Log: - Unbreak fetch by updating to 1.0.2.5 PR: ports/58889 Submitted by: Geoffrey Mainland (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.9 +3 -4 ports/editors/texmacs/Makefile 1.4 +1 -1 ports/editors/texmacs/distinfo 1.1 +11 -0 ports/editors/texmacs/files/patch-src_Guile_Scheme_object.hpp (new) 1.1 +11 -0 ports/editors/texmacs/files/patch-src_Plugins_Freetype_tt_font.cpp (new) 1.1 +11 -0 ports/editors/texmacs/files/patch-src_common.makefile.in (new) 1.4 +567 -320 ports/editors/texmacs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:49:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8782416A4CE; Thu, 20 Nov 2003 01:49:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6B043FB1; Thu, 20 Nov 2003 01:49:00 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9n0XJ043254; Thu, 20 Nov 2003 01:49:00 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9n0ND043253; Thu, 20 Nov 2003 01:49:00 -0800 (PST) (envelope-from pav) Message-Id: <200311200949.hAK9n0ND043253@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:49:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/xplot Makefile ports/math/xplot/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:49:02 -0000 pav 2003/11/20 01:49:00 PST FreeBSD ports repository Modified files: math/xplot Makefile math/xplot/files patch-ab Log: - Unbreak on 5.x PR: ports/59488 Submitted by: Samy Al Bahra Approved by: adamw (mentor) Revision Changes Path 1.10 +1 -7 ports/math/xplot/Makefile 1.3 +303 -10 ports/math/xplot/files/patch-ab From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:51:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261CA16A4CE; Thu, 20 Nov 2003 01:51:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8855043FBD; Thu, 20 Nov 2003 01:51:13 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9pDXJ043428; Thu, 20 Nov 2003 01:51:13 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9pDoU043427; Thu, 20 Nov 2003 01:51:13 -0800 (PST) (envelope-from pav) Message-Id: <200311200951.hAK9pDoU043427@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 01:51:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gyroscope Makefile ports/x11/gyroscope/files patch-gtkcolorsel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:51:14 -0000 pav 2003/11/20 01:51:12 PST FreeBSD ports repository Modified files: x11/gyroscope Makefile Added files: x11/gyroscope/files patch-gtkcolorsel.c Log: - Fix build on 5.x PR: ports/58346 Submitted by: Samy Al Bahra Approved by: jim (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.13 +1 -7 ports/x11/gyroscope/Makefile 1.1 +15 -0 ports/x11/gyroscope/files/patch-gtkcolorsel.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 01:52:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B45216A4CF; Thu, 20 Nov 2003 01:52:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB46543F93; Thu, 20 Nov 2003 01:52:51 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK9qpXJ043479; Thu, 20 Nov 2003 01:52:51 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAK9qpZT043478; Thu, 20 Nov 2003 01:52:51 -0800 (PST) (envelope-from des) Message-Id: <200311200952.hAK9qpZT043478@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 20 Nov 2003 01:52:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/flightgear pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 09:52:53 -0000 des 2003/11/20 01:52:51 PST FreeBSD ports repository Modified files: games/flightgear pkg-plist Log: Updated plist which I forgot to commit yesterday. Revision Changes Path 1.4 +1145 -194 ports/games/flightgear/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 02:28:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03F216A4CE; Thu, 20 Nov 2003 02:28:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3508643FE5; Thu, 20 Nov 2003 02:28:34 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKASYXJ045565; Thu, 20 Nov 2003 02:28:34 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKASXue045564; Thu, 20 Nov 2003 02:28:33 -0800 (PST) (envelope-from maxim) Message-Id: <200311201028.hAKASXue045564@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 20 Nov 2003 02:28:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 10:28:34 -0000 maxim 2003/11/20 02:28:33 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix an arguments order in check_uidgid() call. PR: kern/59314 Submitted by: Andrey V. Shytov Approved by: re (rwatson, jhb) Revision Changes Path 1.45 +2 -2 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 02:35:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1570716A4CE; Thu, 20 Nov 2003 02:35:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7891F43FE9; Thu, 20 Nov 2003 02:35:28 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKAZSXJ045872; Thu, 20 Nov 2003 02:35:28 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKAZSPL045871; Thu, 20 Nov 2003 02:35:28 -0800 (PST) (envelope-from osa) Message-Id: <200311201035.hAKAZSPL045871@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 20 Nov 2003 02:35:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/oops Makefile distinfo pkg-plist ports/www/oops/files patch-configure.in patch-src::Makefile.in patch-src::modules::berkeley_db_api.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 10:35:29 -0000 osa 2003/11/20 02:35:28 PST FreeBSD ports repository Modified files: www/oops Makefile distinfo pkg-plist www/oops/files patch-src::Makefile.in Removed files: www/oops/files patch-configure.in patch-src::environment.h patch-src::modules::Makefile.in patch-src::modules::berkeley_db_api.c Log: Update to 1.5.23. Revision Changes Path 1.27 +9 -9 ports/www/oops/Makefile 1.14 +1 -2 ports/www/oops/distinfo 1.6 +0 -67 ports/www/oops/files/patch-configure.in (dead) 1.4 +11 -29 ports/www/oops/files/patch-src::Makefile.in 1.4 +0 -39 ports/www/oops/files/patch-src::environment.h (dead) 1.2 +0 -11 ports/www/oops/files/patch-src::modules::Makefile.in (dead) 1.2 +0 -14 ports/www/oops/files/patch-src::modules::berkeley_db_api.c (dead) 1.7 +7 -6 ports/www/oops/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:00:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A82316A4CE; Thu, 20 Nov 2003 03:00:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0166C43FF7; Thu, 20 Nov 2003 03:00:20 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKB0JXJ046736; Thu, 20 Nov 2003 03:00:19 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKB0JMB046735; Thu, 20 Nov 2003 03:00:19 -0800 (PST) (envelope-from jeh) Message-Id: <200311201100.hAKB0JMB046735@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:00:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd-new Makefile distinfo pkg-plist amavis-milter.sh.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd.conf patch-config.h.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:00:20 -0000 jeh 2003/11/20 03:00:19 PST FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo pkg-plist security/amavisd-new/files MESSAGE.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd.conf patch-config.h.in patch-configure Added files: security/amavisd-new/files amavis-milter.sh.tmpl Log: 1) Update security/amavisd-new to amavisd-new-20030616-p6. 2) Incorporate changes from PR 57382: - add rc.subr support - cleanup sed variable replacement scripts - add pointer to Clam Antivirus to installation message PR 57382 was closed by mistake, I thought the contents have already been commited, while they were not. PR: 59323 Submitted by: milter@free.fr (1) Submitted by: Martin Matuska (2) Approved by: MAINTAINER Revision Changes Path 1.12 +14 -15 ports/security/amavisd-new/Makefile 1.8 +1 -1 ports/security/amavisd-new/distinfo 1.3 +10 -3 ports/security/amavisd-new/files/MESSAGE.tmpl 1.1 +34 -0 ports/security/amavisd-new/files/amavis-milter.sh.tmpl (new) 1.6 +39 -33 ports/security/amavisd-new/files/amavisd.sh.tmpl 1.3 +3 -12 ports/security/amavisd-new/files/patch-amavisd 1.7 +6 -6 ports/security/amavisd-new/files/patch-amavisd.conf 1.2 +4 -4 ports/security/amavisd-new/files/patch-config.h.in 1.2 +3 -11 ports/security/amavisd-new/files/patch-configure 1.9 +2 -0 ports/security/amavisd-new/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:07:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BD616A4CE; Thu, 20 Nov 2003 03:07:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DCF43F75; Thu, 20 Nov 2003 03:07:34 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKB7XXJ048173; Thu, 20 Nov 2003 03:07:33 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKB7XHM048172; Thu, 20 Nov 2003 03:07:33 -0800 (PST) (envelope-from jeh) Message-Id: <200311201107.hAKB7XHM048172@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:07:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile bsd.php.mk pkg-plist ports/lang/php4/scripts configure.php php4_options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:07:34 -0000 jeh 2003/11/20 03:07:33 PST FreeBSD ports repository Modified files: lang/php4 Makefile bsd.php.mk pkg-plist lang/php4/scripts configure.php php4_options Log: A completely new bsd.php.mk file for checking and selecting dependencies on various php ports. The system is backward compatible and adds the WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a next PR). It works much better and is more flexible (a future addition will be support for Apache 2 compiled with threads). This is the last step before moving the bsd.php.mk file into /usr/ports/Mk with the addition of USE_PHP={yes,4,5} global knob. While I'm here, remove the DEBUG option from the extension list and change the postgresql dependency. PR: 59418 Submitted by: MAINTAINER Revision Changes Path 1.38 +34 -9 ports/lang/php4/Makefile 1.4 +96 -58 ports/lang/php4/bsd.php.mk 1.7 +1 -0 ports/lang/php4/pkg-plist 1.11 +1 -2 ports/lang/php4/scripts/configure.php 1.7 +0 -1 ports/lang/php4/scripts/php4_options From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:10:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 939D116A4CE; Thu, 20 Nov 2003 03:10:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB91543FB1; Thu, 20 Nov 2003 03:10:00 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBA0XJ048234; Thu, 20 Nov 2003 03:10:00 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBA0tx048233; Thu, 20 Nov 2003 03:10:00 -0800 (PST) (envelope-from jeh) Message-Id: <200311201110.hAKBA0tx048233@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:10:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php5 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:10:01 -0000 jeh 2003/11/20 03:10:00 PST FreeBSD ports repository Modified files: lang/php5 Makefile pkg-plist Log: Add WITH_DEBUG knob and support for the new bsd.php.mk file. Forgotten in previous PR: add also BROKEN_WITH_PHP knob. PR: 59418 Submitted by: MAINTAINER Revision Changes Path 1.33 +33 -3 ports/lang/php5/Makefile 1.6 +1 -0 ports/lang/php5/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:11:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E22FF16A4CE; Thu, 20 Nov 2003 03:11:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFF143FD7; Thu, 20 Nov 2003 03:11:45 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBBjXJ048357; Thu, 20 Nov 2003 03:11:45 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBBino048356; Thu, 20 Nov 2003 03:11:44 -0800 (PST) (envelope-from kiri) Message-Id: <200311201111.hAKBBino048356@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 03:11:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs-packages Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:11:46 -0000 kiri 2003/11/20 03:11:44 PST FreeBSD ports repository Modified files: editors/xemacs-packages Makefile distinfo Log: Update 9.0 to 10.0. * new packages: general-docs-1.01 riece-1.12 * version up packages: Sun-1.13 --> Sun-1.15 ada-1.13 --> ada-1.14 apel-1.26 --> apel-1.27 bbdb-1.23 --> bbdb-1.24 build-1.10 --> build-1.14 c-support-1.16 --> c-support-1.18 calc-1.23 --> calc-1.24 calendar-1.21 --> calendar-1.22 cc-mode-1.39 --> cc-mode-1.41 clearcase-1.06 --> clearcase-1.08 cookie-1.14 --> cookie-1.15 crisp-1.12 --> crisp-1.14 debug-1.16 --> debug-1.17 dired-1.13 --> dired-1.15 docbookide-0.06 --> docbookide-0.07 ecb-1.10 --> ecb-1.13 ecrypto-0.13 --> ecrypto-0.14 edebug-1.18 --> edebug-1.20 ediff-1.47 --> ediff-1.49 edit-utils-2.07 --> edit-utils-2.10 edt-1.12 --> edt-1.13 efs-1.29 --> efs-1.32 eieio-1.04 --> eieio-1.05 elib-1.10 --> elib-1.11 emerge-1.09 --> emerge-1.11 eshell-1.05 --> eshell-1.06 ess-1.04 --> ess-1.06 eterm-1.13 --> eterm-1.15 eudc-1.38 --> eudc-1.39 footnote-1.15 --> footnote-1.16 forms-1.14 --> forms-1.15 fortran-modes-1.02 --> fortran-modes-1.03 frame-icon-1.09 --> frame-icon-1.11 fsf-compat-1.12 --> fsf-compat-1.13 games-1.14 --> games-1.15 gnats-1.15 --> gnats-1.16 gnus-1.71 --> gnus-1.73 haskell-mode-1.05 --> haskell-mode-1.06 hm--html-menus-1.21 --> hm--html-menus-1.23 hyperbole-1.12 --> hyperbole-1.13 ibuffer-1.08 --> ibuffer-1.09 idlwave-1.30 --> idlwave-1.31 igrep-1.10 --> igrep-1.12 ilisp-1.32 --> ilisp-1.33 ispell-1.24 --> ispell-1.26 jde-1.45 --> jde-1.46 mail-lib-1.60 --> mail-lib-1.63 mailcrypt-2.12 --> mailcrypt-2.13 mew-1.17 --> mew-1.18 mh-e-1.23 --> mh-e-1.27 mine-1.14 --> mine-1.16 misc-games-1.16 --> misc-games-1.18 mmm-mode-1.00 --> mmm-mode-1.01 net-utils-1.32 --> net-utils-1.33 ocaml-0.04 --> ocaml-0.05 oo-browser-1.03 --> oo-browser-1.04 os-utils-1.32 --> os-utils-1.34 pc-1.25 --> pc-1.26 pcl-cvs-1.64 --> pcl-cvs-1.65 pcomplete-1.02 --> pcomplete-1.03 perl-modes-1.04 --> perl-modes-1.05 pgg-1.03 --> pgg-1.04 prog-modes-1.83 --> prog-modes-1.91 ps-print-1.08 --> ps-print-1.09 psgml-dtds-1.02 --> psgml-dtds-1.03 python-modes-1.02 --> python-modes-1.03 reftex-1.30 --> reftex-1.33 rmail-1.13 --> rmail-1.14 ruby-modes-1.01 --> ruby-modes-1.02 sasl-1.13 --> sasl-1.14 scheme-1.13 --> scheme-1.14 semantic-1.17 --> semantic-1.18 sgml-1.08 --> sgml-1.10 sh-script-1.17 --> sh-script-1.18 sieve-1.13 --> sieve-1.14 slider-1.13 --> slider-1.15 sml-mode-0.09 --> sml-mode-0.10 sounds-au-1.10 --> sounds-au-1.12 sounds-wav-1.10 --> sounds-wav-1.12 speedbar-1.26 --> speedbar-1.27 strokes-1.08 --> strokes-1.10 supercite-1.19 --> supercite-1.20 texinfo-1.24 --> texinfo-1.25 text-modes-1.63 --> text-modes-1.71 textools-1.14 --> textools-1.15 time-1.13 --> time-1.14 tm-1.36 --> tm-1.37 tooltalk-1.13 --> tooltalk-1.15 tpu-1.12 --> tpu-1.14 vc-1.37 --> vc-1.38 vc-cc-1.21 --> vc-cc-1.22 vhdl-1.17 --> vhdl-1.18 view-process-1.12 --> view-process-1.13 viper-1.36 --> viper-1.37 vm-7.14 --> vm-7.18 w3-1.28 --> w3-1.29 x-symbol-1.05 --> x-symbol-1.07 xemacs-base-1.78 --> xemacs-base-1.82 xemacs-devel-1.58 --> xemacs-devel-1.60 xslide-1.08 --> xslide-1.09 zenirc-1.13 --> zenirc-1.14 Revision Changes Path 1.42 +104 -102 ports/editors/xemacs-packages/Makefile 1.33 +103 -101 ports/editors/xemacs-packages/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:19:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49F616A4CF; Thu, 20 Nov 2003 03:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C5043FE9; Thu, 20 Nov 2003 03:19:13 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBJDXJ048691; Thu, 20 Nov 2003 03:19:13 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBJDM9048688; Thu, 20 Nov 2003 03:19:13 -0800 (PST) (envelope-from jeh) Message-Id: <200311201119.hAKBJDM9048688@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:19:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/harvest Makefile distinfo pkg-plist patch-components::gatherer::standard::pstext::libs::include::sio.h patch-components::gatherer::standard::pstext::libs::include::str.h patch-components::gatherer::standard::pstext::libs::src::sio::sio.h patch-components::gatherer::standard::pstext::libs::src::sio::sprint.c patch-components::gatherer::standard::pstext::libs::src::str::str.h patch-components::gatherer::standard::pstext::libs::src::str::strprint.c patch-components::gatherer::standard::pstext::pstext::common.c patch-components::gatherer::standard::pstext::pstext::defs.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:19:17 -0000 jeh 2003/11/20 03:19:13 PST FreeBSD ports repository Modified files: www/harvest Makefile distinfo pkg-plist Added files: www/harvest/files patch-src::gatherer::curl::lib::Makefile.in Removed files: www/harvest/files patch-components::gatherer::standard::pstext::libs::include::sio.h patch-components::gatherer::standard::pstext::libs::include::str.h patch-components::gatherer::standard::pstext::libs::src::sio::sio.h patch-components::gatherer::standard::pstext::libs::src::sio::sprint.c patch-components::gatherer::standard::pstext::libs::src::str::str.h patch-components::gatherer::standard::pstext::libs::src::str::strprint.c patch-components::gatherer::standard::pstext::pstext::common.c patch-components::gatherer::standard::pstext::pstext::defs.h patch-src::broker::log.c patch-src::broker::log.h Log: Update to 1.9.13. PR: 59113 Submitted by: MAINTAINER Revision Changes Path 1.26 +3 -28 ports/www/harvest/Makefile 1.7 +1 -1 ports/www/harvest/distinfo 1.2 +0 -14 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::include::sio.h (dead) 1.2 +0 -15 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::include::str.h (dead) 1.2 +0 -27 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::src::sio::sio.h (dead) 1.2 +0 -31 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::src::sio::sprint.c (dead) 1.2 +0 -54 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::src::str::str.h (dead) 1.2 +0 -135 ports/www/harvest/files/patch-components::gatherer::standard::pstext::libs::src::str::strprint.c (dead) 1.2 +0 -35 ports/www/harvest/files/patch-components::gatherer::standard::pstext::pstext::common.c (dead) 1.2 +0 -15 ports/www/harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h (dead) 1.2 +0 -53 ports/www/harvest/files/patch-src::broker::log.c (dead) 1.2 +0 -13 ports/www/harvest/files/patch-src::broker::log.h (dead) 1.1 +11 -0 ports/www/harvest/files/patch-src::gatherer::curl::lib::Makefile.in (new) 1.9 +6 -199 ports/www/harvest/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:20:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD0F16A4CF; Thu, 20 Nov 2003 03:20:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7374B43FCB; Thu, 20 Nov 2003 03:20:25 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBKPXJ048798; Thu, 20 Nov 2003 03:20:25 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBKO3e048788; Thu, 20 Nov 2003 03:20:24 -0800 (PST) (envelope-from kiri) Message-Id: <200311201120.hAKBKO3e048788@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 03:20:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs-mule-packages Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:20:26 -0000 kiri 2003/11/20 03:20:24 PST FreeBSD ports repository Modified files: editors/xemacs-mule-packages Makefile distinfo Log: Update 3.6 to 3.7. * version up packages: edict-1.15 --> edict-1.16 egg-its-1.26 --> egg-its-1.27 latin-unity-1.07 --> latin-unity-1.09 leim-1.21 --> leim-1.22 locale-1.20 --> locale-1.21 lookup-1.13 --> lookup-1.14 mule-base-1.43 --> mule-base-1.44 mule-ucs-1.04 --> mule-ucs-1.05 Revision Changes Path 1.29 +9 -9 ports/editors/xemacs-mule-packages/Makefile 1.17 +8 -8 ports/editors/xemacs-mule-packages/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:22:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0451016A4CE; Thu, 20 Nov 2003 03:22:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FF243F75; Thu, 20 Nov 2003 03:22:24 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBMOXJ049269; Thu, 20 Nov 2003 03:22:24 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBMOwW049268; Thu, 20 Nov 2003 03:22:24 -0800 (PST) (envelope-from jeh) Message-Id: <200311201122.hAKBMOwW049268@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:22:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/bind9-sdb-mysql Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:22:25 -0000 jeh 2003/11/20 03:22:24 PST FreeBSD ports repository Modified files: dns/bind9-sdb-mysql Makefile distinfo Log: Update to bind version 9.2.3. (patches, compiles and works fine) PR: 59354 Submitted by: Maintainer Revision Changes Path 1.5 +2 -3 ports/dns/bind9-sdb-mysql/Makefile 1.3 +1 -1 ports/dns/bind9-sdb-mysql/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 03:25:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04ED316A4CE; Thu, 20 Nov 2003 03:25:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBC643FB1; Thu, 20 Nov 2003 03:25:42 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKBPgXJ049406; Thu, 20 Nov 2003 03:25:42 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKBPgKW049405; Thu, 20 Nov 2003 03:25:42 -0800 (PST) (envelope-from jeh) Message-Id: <200311201125.hAKBPgKW049405@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:25:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13-ssl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 11:25:44 -0000 jeh 2003/11/20 03:25:42 PST FreeBSD ports repository Modified files: www/apache13-ssl Makefile distinfo pkg-plist Log: update apache-ssl patch to 1.52. apache 1.3.29 is not yet supported. PR: 59355 Submitted by: Maintainer Revision Changes Path 1.100 +2 -3 ports/www/apache13-ssl/Makefile 1.17 +1 -1 ports/www/apache13-ssl/distinfo 1.18 +1 -1 ports/www/apache13-ssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 04:29:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B46516A4D3; Thu, 20 Nov 2003 04:29:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C77343FB1; Thu, 20 Nov 2003 04:29:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKCTwXJ052275; Thu, 20 Nov 2003 04:29:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKCTwaH052274; Thu, 20 Nov 2003 04:29:58 -0800 (PST) (envelope-from arved) Message-Id: <200311201229.hAKCTwaH052274@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 20 Nov 2003 04:29:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/kdebase3/files patch-kdesktop-lockeng.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 12:29:59 -0000 arved 2003/11/20 04:29:57 PST FreeBSD ports repository Added files: x11/kdebase3/files patch-kdesktop-lockeng.cc Log: Add a patch that should fix the "A window and A desktop icon sometimes have keyboard focus at the same time". No PORTREVISION bump, since only very few people noticed this. Reported by: arved, dwhite, Andy Fawcett Obtained from: bugs.kde.org Revision Changes Path 1.1 +12 -0 ports/x11/kdebase3/files/patch-kdesktop-lockeng.cc (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 04:43:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A8116A4CE; Thu, 20 Nov 2003 04:43:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA8C43FBF; Thu, 20 Nov 2003 04:43:20 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKChKXJ052736; Thu, 20 Nov 2003 04:43:20 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKChKZa052735; Thu, 20 Nov 2003 04:43:20 -0800 (PST) (envelope-from osa) Message-Id: <200311201243.hAKChKZa052735@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 20 Nov 2003 04:43:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 12:43:21 -0000 osa 2003/11/20 04:43:19 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Fix contributor names. Revision Changes Path 1.63 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:03:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E3D16A4CE; Thu, 20 Nov 2003 05:03:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C76C743FDD; Thu, 20 Nov 2003 05:03:02 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKD32XJ059526; Thu, 20 Nov 2003 05:03:02 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKD326H059501; Thu, 20 Nov 2003 05:03:02 -0800 (PST) (envelope-from will) Message-Id: <200311201303.hAKD326H059501@repoman.freebsd.org> From: Will Andrews Date: Thu, 20 Nov 2003 05:03:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/k3b Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/k3b/files patch-src-audiodecoding-mp3-k3bmaddecoder.cpp patch-src-core-device-k3bdevice.cpp patch-src-core-device-k3bdevicemanager.cpp patch-src-core-device-k3bdevicemanager.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:03:03 -0000 will 2003/11/20 05:03:02 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/k3b Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/k3b/files patch-src-Makefile.in patch-src-audiodecoding-mp3-k3bmaddecoder.cpp patch-src-core-device-k3bdevice.cpp patch-src-core-device-k3bdevice.h patch-src-core-device-k3bdevicemanager.cpp patch-src-core-device-k3bdevicemanager.h patch-src-core-device-k3bscsicommand.cpp patch-src-core-device-k3bscsicommand.h patch-src-core-k3bdefaultexternalprograms.cpp patch-src-core-k3bglobals.cpp patch-src-core-k3bprocess.cpp patch-src-core-k3bprocess.h patch-src-rip-k3bmovieview.cpp patch-src-rip-k3btcwrapper.cpp Log: Add k3b 0.10.2, a CD/DVD recording GUI for KDE. PR: 59287 Submitted by: Heiner Eichmann Revision Changes Path 1.457 +1 -0 ports/sysutils/Makefile 1.1 +45 -0 ports/sysutils/k3b/Makefile (new) 1.1 +1 -0 ports/sysutils/k3b/distinfo (new) 1.1 +11 -0 ports/sysutils/k3b/files/patch-src-Makefile.in (new) 1.1 +124 -0 ports/sysutils/k3b/files/patch-src-audiodecoding-mp3-k3bmaddecoder.cpp (new) 1.1 +912 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bdevice.cpp (new) 1.1 +50 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bdevice.h (new) 1.1 +541 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bdevicemanager.cpp (new) 1.1 +43 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bdevicemanager.h (new) 1.1 +127 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bscsicommand.cpp (new) 1.1 +51 -0 ports/sysutils/k3b/files/patch-src-core-device-k3bscsicommand.h (new) 1.1 +173 -0 ports/sysutils/k3b/files/patch-src-core-k3bdefaultexternalprograms.cpp (new) 1.1 +16 -0 ports/sysutils/k3b/files/patch-src-core-k3bglobals.cpp (new) 1.1 +63 -0 ports/sysutils/k3b/files/patch-src-core-k3bprocess.cpp (new) 1.1 +25 -0 ports/sysutils/k3b/files/patch-src-core-k3bprocess.h (new) 1.1 +14 -0 ports/sysutils/k3b/files/patch-src-rip-k3bmovieview.cpp (new) 1.1 +35 -0 ports/sysutils/k3b/files/patch-src-rip-k3btcwrapper.cpp (new) 1.1 +23 -0 ports/sysutils/k3b/pkg-descr (new) 1.1 +50 -0 ports/sysutils/k3b/pkg-message (new) 1.1 +177 -0 ports/sysutils/k3b/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:03:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F62216A4CF; Thu, 20 Nov 2003 05:03:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DEB43FAF; Thu, 20 Nov 2003 05:03:08 -0800 (PST) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKD38XJ059989; Thu, 20 Nov 2003 05:03:08 -0800 (PST) (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKD38Sp059988; Thu, 20 Nov 2003 05:03:08 -0800 (PST) (envelope-from den) Message-Id: <200311201303.hAKD38Sp059988@repoman.freebsd.org> From: Denis Peplin Date: Thu, 20 Nov 2003 05:03:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru includes.sgml www/ru/docproj current.sgml www/ru/news news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:03:09 -0000 den 2003/11/20 05:03:08 PST FreeBSD doc repository Modified files: ru includes.sgml ru/docproj current.sgml ru/news news.xml press.xml Log: Merge the following from the English version: 1.61 -> 1.62 includes.sgml 1.48 -> 1.55 docproj/current.sgml 1.176 -> 1.178 news/news.xml 1.102 -> 1.103 news/press.xml Approved by: phantom (mentor) Revision Changes Path 1.11 +19 -27 www/ru/docproj/current.sgml 1.21 +18 -34 www/ru/includes.sgml 1.13 +20 -2 www/ru/news/news.xml 1.12 +13 -2 www/ru/news/press.xml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:03:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC8E16A4D0; Thu, 20 Nov 2003 05:03:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71C143F93; Thu, 20 Nov 2003 05:03:12 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKD3CXJ060022; Thu, 20 Nov 2003 05:03:12 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKD3CB9060021; Thu, 20 Nov 2003 05:03:12 -0800 (PST) (envelope-from will) Message-Id: <200311201303.hAKD3CB9060021@repoman.freebsd.org> From: Will Andrews Date: Thu, 20 Nov 2003 05:03:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:03:13 -0000 will 2003/11/20 05:03:12 PST FreeBSD ports repository Modified files: . modules Log: k3b --> ports/sysutils/k3b Revision Changes Path 1.8655 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:21:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1C416A4CE; Thu, 20 Nov 2003 05:21:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063B043FE9; Thu, 20 Nov 2003 05:21:17 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKDLGXJ060661; Thu, 20 Nov 2003 05:21:16 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKDLGHh060660; Thu, 20 Nov 2003 05:21:16 -0800 (PST) (envelope-from will) Message-Id: <200311201321.hAKDLGHh060660@repoman.freebsd.org> From: Will Andrews Date: Thu, 20 Nov 2003 05:21:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:21:17 -0000 will 2003/11/20 05:21:16 PST FreeBSD ports repository Modified files: . modules Log: Fix the arabic modules for the ports I moved recently. Revision Changes Path 1.8656 +6 -6 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:36:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA8E16A4CE; Thu, 20 Nov 2003 05:36:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B277943FB1; Thu, 20 Nov 2003 05:36:31 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKDaVXJ061165; Thu, 20 Nov 2003 05:36:31 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKDaV9H061164; Thu, 20 Nov 2003 05:36:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200311201336.hAKDaV9H061164@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 20 Nov 2003 05:36:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/tftpd tftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:36:32 -0000 sobomax 2003/11/20 05:36:31 PST FreeBSD src repository Modified files: libexec/tftpd tftpd.c Log: Fix a bug which causes wrong filename being written into the syslog in the case when client sends request with RFC2347 options. Approved by: re MFC After: 2 weeks Revision Changes Path 1.28 +10 -1 src/libexec/tftpd/tftpd.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:40:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA2316A4CE; Thu, 20 Nov 2003 05:40:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC4D43FDF; Thu, 20 Nov 2003 05:40:13 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKDeDXJ061265; Thu, 20 Nov 2003 05:40:13 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKDeDRt061264; Thu, 20 Nov 2003 05:40:13 -0800 (PST) (envelope-from lev) Message-Id: <200311201340.hAKDeDRt061264@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Thu, 20 Nov 2003 05:40:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/msp430-gcc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:40:14 -0000 lev 2003/11/20 05:40:13 PST FreeBSD ports repository Modified files: devel/msp430-gcc Makefile distinfo Log: Fix some old devices, add new ones. Revision Changes Path 1.22 +1 -1 ports/devel/msp430-gcc/Makefile 1.18 +1 -1 ports/devel/msp430-gcc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 05:51:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF1C016A4CE; Thu, 20 Nov 2003 05:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38F243F75; Thu, 20 Nov 2003 05:51:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKDplXJ063725; Thu, 20 Nov 2003 05:51:47 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKDplHC063724; Thu, 20 Nov 2003 05:51:47 -0800 (PST) (envelope-from trevor) Message-Id: <200311201351.hAKDplHC063724@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 05:51:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/emboss Makefileports/biology/py-biopython Makefile ports/french/staroffice52 Makefile ports/games/3dc Makefile ports/games/alephone Makefile ports/games/atr3d Makefile ports/games/awele Makefile ports/games/bomberinstinct Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:51:48 -0000 trevor 2003/11/20 05:51:47 PST FreeBSD ports repository Modified files: biology/emboss Makefile biology/py-biopython Makefile french/staroffice52 Makefile games/3dc Makefile games/alephone Makefile games/atr3d Makefile games/awele Makefile games/bomberinstinct Makefile games/doom Makefile games/falconseye Makefile games/gcompris Makefile games/gnocatan Makefile games/gnomechess Makefile games/gracer Makefile games/hlserver-admin Makefile games/hlserver-psychostats Makefile games/lbreakout Makefile games/myth2_demo Makefile games/pengpong Makefile games/rtcw Makefile games/scummvm Makefile games/toppler Makefile games/ttraffic Makefile games/tuxtype Makefile games/tvp Makefile games/virt Makefile games/xsokoban Makefile games/zangband Makefile german/staroffice5 Makefile german/staroffice52 Makefile graphics/backfract Makefile graphics/enfle Makefile graphics/gtkgraph Makefile graphics/pvmpov Makefile graphics/py-opengl Makefile graphics/utah-glx Makefile graphics/xli Makefile graphics/xmandel Makefile graphics/xv Makefile irc/scrollz Makefile japanese/balsa Makefile japanese/gal Makefile japanese/xshodou Makefile korean/baekmukfonts-bdf Makefile korean/eterm Makefile korean/gtkcomm Makefile korean/hlatexp Makefile lang/gnat-glade Makefile lang/kawa Makefile mail/arrow Makefile mail/qmail Makefile mail/qmail-contrib Makefile mail/qmail-ldap Makefile mail/qmail-mysql Makefile mail/qmail-tls Makefile mail/qmailanalog Makefile math/djbfft Makefile math/qscanplot Makefile math/rcalc Makefile math/scigraphica Makefile math/simpack Makefile mbone/vic Makefile misc/astrolog Makefile misc/explosions Makefile misc/gkrellscore Makefile multimedia/oqtencoder Makefile net/clusterit Makefile net/gnomba Makefile net/jags Makefile net/openverse Makefile net/papaya Makefile net/papaya-plugins Makefile net/phex Makefile net/ppxp Makefile net/svnc Makefile net/tvark Makefile net/xsmbrowser Makefile palm/malsync Makefile portuguese/staroffice52 Makefile print/acrobatviewer Makefile print/xdvi Makefile security/l0phtcrack Makefile security/secpanel Makefile security/ssh-gui Makefile security/tripwire12 Makefile sysutils/gcombust Makefile sysutils/gupsc Makefile sysutils/service-config Makefile textproc/orchard-c Makefile www/bluefish Makefile www/evg Makefile www/neowebscript Makefile x11/bricons Makefile x11/dgs Makefile x11/keylaunch Makefile x11/login.app Makefile x11/rxvt-devel Makefile x11/xmotd Makefile x11-fonts/getbdf Makefile x11-toolkits/libgtkeditor Makefile x11-toolkits/qt145 Makefile x11-toolkits/qt23 Makefile x11-toolkits/xclasses Makefile x11-wm/afterstep-stable Makefile x11-wm/bbconf Makefile x11-wm/blwm Makefile x11-wm/jewel Makefile x11-wm/mlvwm Makefile x11-wm/pwm Makefile x11-wm/sapphire-themes Makefile x11-wm/swm Makefile Log: Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction. Revision Changes Path 1.36 +1 -0 ports/biology/emboss/Makefile 1.15 +1 -0 ports/biology/py-biopython/Makefile 1.21 +1 -0 ports/french/staroffice52/Makefile 1.16 +1 -0 ports/games/3dc/Makefile 1.13 +1 -0 ports/games/alephone/Makefile 1.3 +1 -0 ports/games/atr3d/Makefile 1.11 +1 -0 ports/games/awele/Makefile 1.9 +1 -0 ports/games/bomberinstinct/Makefile 1.22 +1 -0 ports/games/doom/Makefile 1.7 +1 -0 ports/games/falconseye/Makefile 1.26 +1 -0 ports/games/gcompris/Makefile 1.11 +1 -0 ports/games/gnocatan/Makefile 1.11 +1 -0 ports/games/gnomechess/Makefile 1.22 +1 -0 ports/games/gracer/Makefile 1.16 +1 -0 ports/games/hlserver-admin/Makefile 1.5 +1 -0 ports/games/hlserver-psychostats/Makefile 1.12 +1 -0 ports/games/lbreakout/Makefile 1.7 +1 -0 ports/games/myth2_demo/Makefile 1.5 +1 -0 ports/games/pengpong/Makefile 1.4 +1 -0 ports/games/rtcw/Makefile 1.18 +1 -0 ports/games/scummvm/Makefile 1.8 +1 -0 ports/games/toppler/Makefile 1.4 +1 -0 ports/games/ttraffic/Makefile 1.8 +1 -0 ports/games/tuxtype/Makefile 1.14 +1 -0 ports/games/tvp/Makefile 1.5 +1 -0 ports/games/virt/Makefile 1.17 +1 -0 ports/games/xsokoban/Makefile 1.17 +1 -0 ports/games/zangband/Makefile 1.12 +1 -0 ports/german/staroffice5/Makefile 1.34 +1 -0 ports/german/staroffice52/Makefile 1.4 +1 -0 ports/graphics/backfract/Makefile 1.28 +1 -0 ports/graphics/enfle/Makefile 1.22 +1 -0 ports/graphics/gtkgraph/Makefile 1.8 +1 -0 ports/graphics/pvmpov/Makefile 1.21 +1 -0 ports/graphics/py-opengl/Makefile 1.24 +1 -0 ports/graphics/utah-glx/Makefile 1.23 +1 -0 ports/graphics/xli/Makefile 1.10 +1 -0 ports/graphics/xmandel/Makefile 1.55 +1 -0 ports/graphics/xv/Makefile 1.21 +1 -0 ports/irc/scrollz/Makefile 1.7 +1 -0 ports/japanese/balsa/Makefile 1.5 +2 -0 ports/japanese/gal/Makefile 1.7 +1 -0 ports/japanese/xshodou/Makefile 1.19 +1 -0 ports/korean/baekmukfonts-bdf/Makefile 1.11 +1 -0 ports/korean/eterm/Makefile 1.14 +1 -0 ports/korean/gtkcomm/Makefile 1.6 +1 -0 ports/korean/hlatexp/Makefile 1.10 +1 -0 ports/lang/gnat-glade/Makefile 1.8 +1 -0 ports/lang/kawa/Makefile 1.14 +1 -0 ports/mail/arrow/Makefile 1.8 +1 -0 ports/mail/qmail-contrib/Makefile 1.27 +2 -0 ports/mail/qmail-ldap/Makefile 1.9 +2 -0 ports/mail/qmail-mysql/Makefile 1.12 +1 -0 ports/mail/qmail-tls/Makefile 1.47 +1 -0 ports/mail/qmail/Makefile 1.11 +1 -0 ports/mail/qmailanalog/Makefile 1.5 +1 -0 ports/math/djbfft/Makefile 1.9 +1 -0 ports/math/qscanplot/Makefile 1.10 +1 -0 ports/math/rcalc/Makefile 1.25 +1 -0 ports/math/scigraphica/Makefile 1.24 +1 -0 ports/math/simpack/Makefile 1.30 +1 -0 ports/mbone/vic/Makefile 1.25 +1 -0 ports/misc/astrolog/Makefile 1.7 +1 -0 ports/misc/explosions/Makefile 1.6 +1 -0 ports/misc/gkrellscore/Makefile 1.4 +1 -0 ports/multimedia/oqtencoder/Makefile 1.14 +1 -0 ports/net/clusterit/Makefile 1.12 +1 -0 ports/net/gnomba/Makefile 1.10 +1 -0 ports/net/jags/Makefile 1.4 +1 -0 ports/net/openverse/Makefile 1.9 +1 -0 ports/net/papaya-plugins/Makefile 1.8 +1 -0 ports/net/papaya/Makefile 1.14 +1 -0 ports/net/phex/Makefile 1.26 +1 -0 ports/net/ppxp/Makefile 1.9 +1 -0 ports/net/svnc/Makefile 1.8 +1 -0 ports/net/tvark/Makefile 1.5 +2 -0 ports/net/xsmbrowser/Makefile 1.14 +1 -0 ports/palm/malsync/Makefile 1.4 +1 -0 ports/portuguese/staroffice52/Makefile 1.6 +1 -0 ports/print/acrobatviewer/Makefile 1.31 +1 -0 ports/print/xdvi/Makefile 1.11 +1 -0 ports/security/l0phtcrack/Makefile 1.8 +1 -0 ports/security/secpanel/Makefile 1.6 +1 -0 ports/security/ssh-gui/Makefile 1.18 +1 -0 ports/security/tripwire12/Makefile 1.38 +1 -0 ports/sysutils/gcombust/Makefile 1.8 +1 -0 ports/sysutils/gupsc/Makefile 1.5 +1 -0 ports/sysutils/service-config/Makefile 1.5 +1 -0 ports/textproc/orchard-c/Makefile 1.25 +1 -0 ports/www/bluefish/Makefile 1.12 +1 -0 ports/www/evg/Makefile 1.9 +1 -0 ports/www/neowebscript/Makefile 1.14 +1 -0 ports/x11-fonts/getbdf/Makefile 1.12 +1 -0 ports/x11-toolkits/libgtkeditor/Makefile 1.65 +1 -0 ports/x11-toolkits/qt145/Makefile 1.110 +1 -0 ports/x11-toolkits/qt23/Makefile 1.9 +1 -0 ports/x11-toolkits/xclasses/Makefile 1.50 +1 -0 ports/x11-wm/afterstep-stable/Makefile 1.7 +1 -0 ports/x11-wm/bbconf/Makefile 1.10 +1 -0 ports/x11-wm/blwm/Makefile 1.8 +1 -0 ports/x11-wm/jewel/Makefile 1.24 +1 -0 ports/x11-wm/mlvwm/Makefile 1.6 +1 -0 ports/x11-wm/pwm/Makefile 1.8 +1 -0 ports/x11-wm/sapphire-themes/Makefile 1.10 +1 -0 ports/x11-wm/swm/Makefile 1.15 +1 -0 ports/x11/bricons/Makefile 1.33 +1 -0 ports/x11/dgs/Makefile 1.4 +1 -0 ports/x11/keylaunch/Makefile 1.13 +1 -0 ports/x11/login.app/Makefile 1.66 +1 -0 ports/x11/rxvt-devel/Makefile 1.3 +1 -0 ports/x11/xmotd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:26:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD4116A4CF; Thu, 20 Nov 2003 06:26:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1210A43FDF; Thu, 20 Nov 2003 06:26:27 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEQQXJ065699; Thu, 20 Nov 2003 06:26:26 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEQQF5065698; Thu, 20 Nov 2003 06:26:26 -0800 (PST) (envelope-from bland) Message-Id: <200311201426.hAKEQQF5065698@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 20 Nov 2003 06:26:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/gribouy Makefile distinfo pkg-descr pkg-plist ports/print/gribouy/files patch-src::gribouy-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:26:27 -0000 bland 2003/11/20 06:26:26 PST FreeBSD ports repository Modified files: print Makefile Added files: print/gribouy Makefile distinfo pkg-descr pkg-plist print/gribouy/files patch-src::gribouy-main.c Log: Add gribouy 0.0.8, Gribouy is a Type1 font editor. Revision Changes Path 1.258 +1 -0 ports/print/Makefile 1.1 +22 -0 ports/print/gribouy/Makefile (new) 1.1 +1 -0 ports/print/gribouy/distinfo (new) 1.1 +26 -0 ports/print/gribouy/files/patch-src::gribouy-main.c (new) 1.1 +5 -0 ports/print/gribouy/pkg-descr (new) 1.1 +10 -0 ports/print/gribouy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:26:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5094316A4D0; Thu, 20 Nov 2003 06:26:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD1B43FDF; Thu, 20 Nov 2003 06:26:37 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEQbXJ065737; Thu, 20 Nov 2003 06:26:37 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEQb3T065736; Thu, 20 Nov 2003 06:26:37 -0800 (PST) (envelope-from bland) Message-Id: <200311201426.hAKEQb3T065736@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 20 Nov 2003 06:26:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:26:38 -0000 bland 2003/11/20 06:26:37 PST FreeBSD ports repository Modified files: . modules Log: gribouy --> ports/print/gribouy Revision Changes Path 1.8657 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:33:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7304916A4CE; Thu, 20 Nov 2003 06:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76DFF43FE5; Thu, 20 Nov 2003 06:33:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEXgXJ066048; Thu, 20 Nov 2003 06:33:42 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEXgOd066047; Thu, 20 Nov 2003 06:33:42 -0800 (PST) (envelope-from marcus) Message-Id: <200311201433.hAKEXgOd066047@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:33:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mozilla-bonobo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:33:43 -0000 marcus 2003/11/20 06:33:42 PST FreeBSD ports repository Modified files: www Makefile Added files: www/mozilla-bonobo Makefile distinfo pkg-descr pkg-plist Log: Add mozilla-bonobo, a Mozilla plug-in that allows one to embedded bonobo controls. For example, with this plug-in you can view Gnumeric spreadsheets within Mozilla. PR: 59494 Submitted by: Jean-Yves Lefort Revision Changes Path 1.757 +1 -0 ports/www/Makefile 1.1 +68 -0 ports/www/mozilla-bonobo/Makefile (new) 1.1 +1 -0 ports/www/mozilla-bonobo/distinfo (new) 1.1 +7 -0 ports/www/mozilla-bonobo/pkg-descr (new) 1.1 +17 -0 ports/www/mozilla-bonobo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:33:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 386E016A4CF; Thu, 20 Nov 2003 06:33:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5766843FF3; Thu, 20 Nov 2003 06:33:50 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEXoXJ066086; Thu, 20 Nov 2003 06:33:50 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEXoNe066085; Thu, 20 Nov 2003 06:33:50 -0800 (PST) (envelope-from marcus) Message-Id: <200311201433.hAKEXoNe066085@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:33:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:33:51 -0000 marcus 2003/11/20 06:33:50 PST FreeBSD ports repository Modified files: . modules Log: mozilla-bonobo --> ports/www/mozilla-bonobo Revision Changes Path 1.8658 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:35:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559B516A4CE; Thu, 20 Nov 2003 06:35:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB1943FBF; Thu, 20 Nov 2003 06:35:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEZWXJ066213; Thu, 20 Nov 2003 06:35:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEZWSq066212; Thu, 20 Nov 2003 06:35:32 -0800 (PST) (envelope-from marcus) Message-Id: <200311201435.hAKEZWSq066212@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:35:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/highlight pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:35:33 -0000 marcus 2003/11/20 06:35:32 PST FreeBSD ports repository Modified files: textproc/highlight pkg-plist Log: Fix plist. PR: 59508 Submitted by: Clement Laforet Revision Changes Path 1.5 +2 -1 ports/textproc/highlight/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:45:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B27A16A4CE; Thu, 20 Nov 2003 06:45:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0CA43FDD; Thu, 20 Nov 2003 06:45:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEjDXJ066591; Thu, 20 Nov 2003 06:45:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEjDgd066590; Thu, 20 Nov 2003 06:45:13 -0800 (PST) (envelope-from marcus) Message-Id: <200311201445.hAKEjDgd066590@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:45:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/sharity-light/files patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:45:15 -0000 marcus 2003/11/20 06:45:13 PST FreeBSD ports repository Modified files: net/sharity-light/files patch-ae Log: Fix build after recent NFS code change in -CURRENT. PR: 59425 Submitted by: Clement Laforet Revision Changes Path 1.2 +15 -3 ports/net/sharity-light/files/patch-ae From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:47:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A78216A4CE; Thu, 20 Nov 2003 06:47:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBC243FBD; Thu, 20 Nov 2003 06:47:52 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKElqXJ066695; Thu, 20 Nov 2003 06:47:52 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKElqLD066694; Thu, 20 Nov 2003 06:47:52 -0800 (PST) (envelope-from marcus) Message-Id: <200311201447.hAKElqLD066694@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:47:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/yacas Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:47:53 -0000 marcus 2003/11/20 06:47:52 PST FreeBSD ports repository Modified files: math/yacas Makefile distinfo pkg-plist Log: * Update to 1.0.56 * Mark broken on -CURRENT when WITH_GMP is defined PR: 59506 Submitted by: Clement Laforet Revision Changes Path 1.18 +4 -1 ports/math/yacas/Makefile 1.11 +1 -1 ports/math/yacas/distinfo 1.12 +15 -0 ports/math/yacas/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:50:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D5E16A4CE; Thu, 20 Nov 2003 06:50:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0136A43FAF; Thu, 20 Nov 2003 06:50:04 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEo3XJ066792; Thu, 20 Nov 2003 06:50:03 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEo3US066791; Thu, 20 Nov 2003 06:50:03 -0800 (PST) (envelope-from marcus) Message-Id: <200311201450.hAKEo3US066791@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:50:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_musicindex Makefile distinfo pkg-plist patch-Makefile.apache2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:50:04 -0000 marcus 2003/11/20 06:50:03 PST FreeBSD ports repository Modified files: www/mod_musicindex Makefile distinfo pkg-plist www/mod_musicindex/files patch-Makefile Added files: www/mod_musicindex/files patch-Makefile.apache2 Log: * Fix build on bento * Update to 0.8.9 * Use PORTDOCS PR: 59507 Submitted by: Clement Laforet Revision Changes Path 1.2 +21 -5 ports/www/mod_musicindex/Makefile 1.2 +1 -1 ports/www/mod_musicindex/distinfo 1.2 +10 -3 ports/www/mod_musicindex/files/patch-Makefile 1.1 +34 -0 ports/www/mod_musicindex/files/patch-Makefile.apache2 (new) 1.2 +1 -8 ports/www/mod_musicindex/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 06:57:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B45D16A4CE; Thu, 20 Nov 2003 06:57:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7908243F75; Thu, 20 Nov 2003 06:57:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKEvfXJ067108; Thu, 20 Nov 2003 06:57:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKEvfXs067107; Thu, 20 Nov 2003 06:57:41 -0800 (PST) (envelope-from marcus) Message-Id: <200311201457.hAKEvfXs067107@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 06:57:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freeradius Makefile pkg-plist patch-doc::rfc::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 14:57:42 -0000 marcus 2003/11/20 06:57:41 PST FreeBSD ports repository Modified files: net/freeradius Makefile pkg-plist Added files: net/freeradius/files patch-doc::Makefile patch-doc::rfc::Makefile Log: * Add USE_PERL5_BUILD * Use %%DOCSDIR%% * Use %%DATADIR%% * Use USE_OPENLDAP * Use USE_MYSQL * Remove useless plist entries PR: 59509 Submitted by: Clement Laforet Revision Changes Path 1.17 +5 -17 ports/net/freeradius/Makefile 1.1 +14 -0 ports/net/freeradius/files/patch-doc::Makefile (new) 1.1 +12 -0 ports/net/freeradius/files/patch-doc::rfc::Makefile (new) 1.7 +118 -121 ports/net/freeradius/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:01:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0A716A4CE; Thu, 20 Nov 2003 07:01:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210C643FD7; Thu, 20 Nov 2003 07:01:40 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKF1dXJ067321; Thu, 20 Nov 2003 07:01:39 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKF1dbg067320; Thu, 20 Nov 2003 07:01:39 -0800 (PST) (envelope-from krion) Message-Id: <200311201501.hAKF1dbg067320@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 07:01:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ImageMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:01:40 -0000 krion 2003/11/20 07:01:39 PST FreeBSD ports repository Modified files: graphics/ImageMagick Makefile Log: - Add patch to choose build for print/ghostscript-gnu and print/ghostscript-afp1 PR: 54926 Submitted by: Jens Rehsack Revision Changes Path 1.173 +10 -4 ports/graphics/ImageMagick/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:05:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6302A16A4CE; Thu, 20 Nov 2003 07:05:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 516BD43F93; Thu, 20 Nov 2003 07:05:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKF5pXJ069251; Thu, 20 Nov 2003 07:05:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKF5pPK069184; Thu, 20 Nov 2003 07:05:51 -0800 (PST) (envelope-from krion) Message-Id: <200311201505.hAKF5pPK069184@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 07:05:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qdbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:05:53 -0000 krion 2003/11/20 07:05:50 PST FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo Log: - Update to version 1.7.9 PR: 59498 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/databases/qdbm/Makefile 1.5 +1 -1 ports/databases/qdbm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:06:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6F816A4CF; Thu, 20 Nov 2003 07:06:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF49443FBD; Thu, 20 Nov 2003 07:06:15 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKF6FXJ070346; Thu, 20 Nov 2003 07:06:15 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKF6FWL070345; Thu, 20 Nov 2003 07:06:15 -0800 (PST) (envelope-from trevor) Message-Id: <200311201506.hAKF6FWL070345@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 07:06:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/emboss Makefileports/biology/py-biopython Makefile ports/french/staroffice52 Makefile ports/games/3dc Makefile ports/games/alephone Makefile ports/games/atr3d Makefile ports/games/awele Makefile ports/games/bomberinstinct Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:06:17 -0000 trevor 2003/11/20 07:06:15 PST FreeBSD ports repository Modified files: biology/emboss Makefile biology/py-biopython Makefile french/staroffice52 Makefile games/3dc Makefile games/alephone Makefile games/atr3d Makefile games/awele Makefile games/bomberinstinct Makefile games/doom Makefile games/falconseye Makefile games/gcompris Makefile games/gnocatan Makefile games/gnomechess Makefile games/gracer Makefile games/hlserver-admin Makefile games/hlserver-psychostats Makefile games/lbreakout Makefile games/myth2_demo Makefile games/pengpong Makefile games/rtcw Makefile games/scummvm Makefile games/toppler Makefile games/ttraffic Makefile games/tuxtype Makefile games/tvp Makefile games/virt Makefile games/xsokoban Makefile games/zangband Makefile german/staroffice5 Makefile german/staroffice52 Makefile graphics/backfract Makefile graphics/enfle Makefile graphics/gtkgraph Makefile graphics/pvmpov Makefile graphics/py-opengl Makefile graphics/utah-glx Makefile graphics/xli Makefile graphics/xmandel Makefile graphics/xv Makefile irc/scrollz Makefile japanese/balsa Makefile japanese/gal Makefile japanese/xshodou Makefile korean/baekmukfonts-bdf Makefile korean/eterm Makefile korean/gtkcomm Makefile korean/hlatexp Makefile lang/gnat-glade Makefile lang/kawa Makefile mail/arrow Makefile mail/qmail Makefile mail/qmail-contrib Makefile mail/qmail-ldap Makefile mail/qmail-mysql Makefile mail/qmail-tls Makefile mail/qmailanalog Makefile math/djbfft Makefile math/qscanplot Makefile math/rcalc Makefile math/scigraphica Makefile math/simpack Makefile mbone/vic Makefile misc/astrolog Makefile misc/explosions Makefile misc/gkrellscore Makefile multimedia/oqtencoder Makefile net/clusterit Makefile net/gnomba Makefile net/jags Makefile net/openverse Makefile net/papaya Makefile net/papaya-plugins Makefile net/phex Makefile net/ppxp Makefile net/svnc Makefile net/tvark Makefile net/xsmbrowser Makefile palm/malsync Makefile portuguese/staroffice52 Makefile print/acrobatviewer Makefile print/xdvi Makefile security/l0phtcrack Makefile security/secpanel Makefile security/ssh-gui Makefile security/tripwire12 Makefile sysutils/gcombust Makefile sysutils/gupsc Makefile sysutils/service-config Makefile textproc/orchard-c Makefile www/bluefish Makefile www/evg Makefile www/neowebscript Makefile x11/bricons Makefile x11/dgs Makefile x11/keylaunch Makefile x11/login.app Makefile x11/rxvt-devel Makefile x11/xmotd Makefile x11-fonts/getbdf Makefile x11-toolkits/libgtkeditor Makefile x11-toolkits/qt145 Makefile x11-toolkits/qt23 Makefile x11-toolkits/xclasses Makefile x11-wm/afterstep-stable Makefile x11-wm/bbconf Makefile x11-wm/blwm Makefile x11-wm/jewel Makefile x11-wm/mlvwm Makefile x11-wm/pwm Makefile x11-wm/sapphire-themes Makefile x11-wm/swm Makefile Log: Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier Revision Changes Path 1.37 +1 -1 ports/biology/emboss/Makefile 1.16 +1 -1 ports/biology/py-biopython/Makefile 1.22 +1 -1 ports/french/staroffice52/Makefile 1.17 +1 -1 ports/games/3dc/Makefile 1.14 +1 -1 ports/games/alephone/Makefile 1.4 +1 -1 ports/games/atr3d/Makefile 1.12 +1 -1 ports/games/awele/Makefile 1.10 +1 -1 ports/games/bomberinstinct/Makefile 1.23 +1 -1 ports/games/doom/Makefile 1.8 +1 -1 ports/games/falconseye/Makefile 1.27 +1 -1 ports/games/gcompris/Makefile 1.12 +1 -1 ports/games/gnocatan/Makefile 1.12 +1 -1 ports/games/gnomechess/Makefile 1.23 +1 -1 ports/games/gracer/Makefile 1.17 +1 -1 ports/games/hlserver-admin/Makefile 1.6 +1 -1 ports/games/hlserver-psychostats/Makefile 1.13 +1 -1 ports/games/lbreakout/Makefile 1.8 +1 -1 ports/games/myth2_demo/Makefile 1.6 +1 -1 ports/games/pengpong/Makefile 1.5 +1 -1 ports/games/rtcw/Makefile 1.19 +1 -1 ports/games/scummvm/Makefile 1.9 +1 -1 ports/games/toppler/Makefile 1.5 +1 -1 ports/games/ttraffic/Makefile 1.9 +1 -1 ports/games/tuxtype/Makefile 1.15 +1 -1 ports/games/tvp/Makefile 1.6 +1 -1 ports/games/virt/Makefile 1.18 +1 -1 ports/games/xsokoban/Makefile 1.18 +1 -1 ports/games/zangband/Makefile 1.13 +1 -1 ports/german/staroffice5/Makefile 1.35 +1 -1 ports/german/staroffice52/Makefile 1.5 +1 -1 ports/graphics/backfract/Makefile 1.29 +1 -1 ports/graphics/enfle/Makefile 1.23 +1 -1 ports/graphics/gtkgraph/Makefile 1.9 +1 -1 ports/graphics/pvmpov/Makefile 1.22 +1 -1 ports/graphics/py-opengl/Makefile 1.25 +1 -1 ports/graphics/utah-glx/Makefile 1.24 +1 -1 ports/graphics/xli/Makefile 1.11 +1 -1 ports/graphics/xmandel/Makefile 1.56 +1 -1 ports/graphics/xv/Makefile 1.22 +1 -1 ports/irc/scrollz/Makefile 1.8 +1 -1 ports/japanese/balsa/Makefile 1.6 +1 -1 ports/japanese/gal/Makefile 1.8 +1 -1 ports/japanese/xshodou/Makefile 1.20 +1 -1 ports/korean/baekmukfonts-bdf/Makefile 1.12 +1 -1 ports/korean/eterm/Makefile 1.15 +1 -1 ports/korean/gtkcomm/Makefile 1.7 +1 -1 ports/korean/hlatexp/Makefile 1.11 +1 -1 ports/lang/gnat-glade/Makefile 1.9 +1 -1 ports/lang/kawa/Makefile 1.15 +1 -1 ports/mail/arrow/Makefile 1.9 +1 -1 ports/mail/qmail-contrib/Makefile 1.28 +1 -1 ports/mail/qmail-ldap/Makefile 1.10 +1 -1 ports/mail/qmail-mysql/Makefile 1.13 +1 -1 ports/mail/qmail-tls/Makefile 1.48 +1 -1 ports/mail/qmail/Makefile 1.12 +1 -1 ports/mail/qmailanalog/Makefile 1.6 +1 -1 ports/math/djbfft/Makefile 1.10 +1 -1 ports/math/qscanplot/Makefile 1.11 +1 -1 ports/math/rcalc/Makefile 1.26 +1 -1 ports/math/scigraphica/Makefile 1.25 +1 -1 ports/math/simpack/Makefile 1.31 +1 -1 ports/mbone/vic/Makefile 1.26 +1 -1 ports/misc/astrolog/Makefile 1.8 +1 -1 ports/misc/explosions/Makefile 1.7 +1 -1 ports/misc/gkrellscore/Makefile 1.5 +1 -1 ports/multimedia/oqtencoder/Makefile 1.15 +1 -1 ports/net/clusterit/Makefile 1.13 +1 -1 ports/net/gnomba/Makefile 1.11 +1 -1 ports/net/jags/Makefile 1.5 +1 -1 ports/net/openverse/Makefile 1.10 +1 -1 ports/net/papaya-plugins/Makefile 1.9 +1 -1 ports/net/papaya/Makefile 1.15 +1 -1 ports/net/phex/Makefile 1.27 +1 -1 ports/net/ppxp/Makefile 1.10 +1 -1 ports/net/svnc/Makefile 1.9 +1 -1 ports/net/tvark/Makefile 1.6 +1 -1 ports/net/xsmbrowser/Makefile 1.15 +1 -1 ports/palm/malsync/Makefile 1.5 +1 -1 ports/portuguese/staroffice52/Makefile 1.7 +1 -1 ports/print/acrobatviewer/Makefile 1.32 +1 -1 ports/print/xdvi/Makefile 1.12 +1 -1 ports/security/l0phtcrack/Makefile 1.9 +1 -1 ports/security/secpanel/Makefile 1.7 +1 -1 ports/security/ssh-gui/Makefile 1.19 +1 -1 ports/security/tripwire12/Makefile 1.39 +1 -1 ports/sysutils/gcombust/Makefile 1.9 +1 -1 ports/sysutils/gupsc/Makefile 1.6 +1 -1 ports/sysutils/service-config/Makefile 1.6 +1 -1 ports/textproc/orchard-c/Makefile 1.26 +1 -1 ports/www/bluefish/Makefile 1.13 +1 -1 ports/www/evg/Makefile 1.10 +1 -1 ports/www/neowebscript/Makefile 1.15 +1 -1 ports/x11-fonts/getbdf/Makefile 1.13 +1 -1 ports/x11-toolkits/libgtkeditor/Makefile 1.66 +1 -1 ports/x11-toolkits/qt145/Makefile 1.111 +1 -1 ports/x11-toolkits/qt23/Makefile 1.10 +1 -1 ports/x11-toolkits/xclasses/Makefile 1.51 +1 -1 ports/x11-wm/afterstep-stable/Makefile 1.8 +1 -1 ports/x11-wm/bbconf/Makefile 1.11 +1 -1 ports/x11-wm/blwm/Makefile 1.9 +1 -1 ports/x11-wm/jewel/Makefile 1.25 +1 -1 ports/x11-wm/mlvwm/Makefile 1.7 +1 -1 ports/x11-wm/pwm/Makefile 1.9 +1 -1 ports/x11-wm/sapphire-themes/Makefile 1.11 +1 -1 ports/x11-wm/swm/Makefile 1.16 +1 -1 ports/x11/bricons/Makefile 1.34 +1 -1 ports/x11/dgs/Makefile 1.5 +1 -1 ports/x11/keylaunch/Makefile 1.14 +1 -1 ports/x11/login.app/Makefile 1.67 +1 -1 ports/x11/rxvt-devel/Makefile 1.4 +1 -1 ports/x11/xmotd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:11:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B8A16A4CE; Thu, 20 Nov 2003 07:11:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A6C43FE9; Thu, 20 Nov 2003 07:11:20 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFBKXJ070538; Thu, 20 Nov 2003 07:11:20 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFBKaj070537; Thu, 20 Nov 2003 07:11:20 -0800 (PST) (envelope-from krion) Message-Id: <200311201511.hAKFBKaj070537@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 07:11:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/grisbi distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:11:21 -0000 krion 2003/11/20 07:11:20 PST FreeBSD ports repository Modified files: finance/grisbi distinfo pkg-plist Log: - The tarball has been rerolled, because the URL of the online manual has been updated. It does not desserve a PORTREVISION. - don't force to remove non-empty common directories PR: 59486 Submitted by: Thierry Thomas (maintainer) Revision Changes Path 1.3 +1 -1 ports/finance/grisbi/distinfo 1.2 +2 -2 ports/finance/grisbi/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:17:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6AC16A4CE; Thu, 20 Nov 2003 07:17:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0147443FBD; Thu, 20 Nov 2003 07:17:46 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFHjXJ070788; Thu, 20 Nov 2003 07:17:45 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFHjpc070783; Thu, 20 Nov 2003 07:17:45 -0800 (PST) (envelope-from trevor) Message-Id: <200311201517.hAKFHjpc070783@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 07:17:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/openbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:17:46 -0000 trevor 2003/11/20 07:17:44 PST FreeBSD ports repository Modified files: x11-wm/openbox Makefile Log: Attempt to create and delete share/gnome/wm-properties/. Submitted by: Darren "igla" of batterybackups.net (also noticed by Andreas Semborg) Install header files where they can be found during compilation of obconf. This fixes the problem addressed by Tim Bishop in PR 58836, but in a different way. Revision Changes Path 1.55 +5 -5 ports/x11-wm/openbox/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:21:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA5916A4CE; Thu, 20 Nov 2003 07:21:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2309A43FDF; Thu, 20 Nov 2003 07:21:25 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFLOXJ070939; Thu, 20 Nov 2003 07:21:24 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFLOkX070938; Thu, 20 Nov 2003 07:21:24 -0800 (PST) (envelope-from krion) Message-Id: <200311201521.hAKFLOkX070938@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 07:21:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linkchecker Makefile distinfo pkg-plist ports/www/linkchecker/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:21:25 -0000 krion 2003/11/20 07:21:23 PST FreeBSD ports repository Modified files: www/linkchecker Makefile distinfo pkg-plist www/linkchecker/files patch-setup.py Log: - Update to 1.9.5 - Give maintainership to submitter - Use EXAMPLESDIR PR: 59492 Submitted by: Clement Laforet Revision Changes Path 1.2 +2 -2 ports/www/linkchecker/Makefile 1.2 +1 -1 ports/www/linkchecker/distinfo 1.2 +9 -3 ports/www/linkchecker/files/patch-setup.py 1.2 +14 -11 ports/www/linkchecker/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:32:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1AE16A4CE; Thu, 20 Nov 2003 07:32:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C077443F75; Thu, 20 Nov 2003 07:32:45 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFWjXJ071355; Thu, 20 Nov 2003 07:32:45 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFWj3Z071354; Thu, 20 Nov 2003 07:32:45 -0800 (PST) (envelope-from glewis) Message-Id: <200311201532.hAKFWj3Z071354@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 07:32:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/foiltex pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:32:46 -0000 glewis 2003/11/20 07:32:44 PST FreeBSD ports repository Modified files: textproc/foiltex pkg-install Log: . More complete search path for mktexlsr. PR: 59481 Submitted by: Stefan Walter Revision Changes Path 1.2 +4 -2 ports/textproc/foiltex/pkg-install From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:35:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBE216A4CE; Thu, 20 Nov 2003 07:35:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFE843F85; Thu, 20 Nov 2003 07:35:50 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFZnXJ071501; Thu, 20 Nov 2003 07:35:50 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFZnKe071500; Thu, 20 Nov 2003 07:35:49 -0800 (PST) (envelope-from markm) Message-Id: <200311201535.hAKFZnKe071500@repoman.freebsd.org> From: Mark Murray Date: Thu, 20 Nov 2003 07:35:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c subr_witness.c src/sys/dev/random randomdev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:35:51 -0000 markm 2003/11/20 07:35:48 PST FreeBSD src repository Modified files: sys/kern kern_intr.c subr_witness.c sys/dev/random randomdev.c Log: Fix a major faux pas of mine. I was causing 2 very bad things to happen in interrupt context; 1) sleep locks, and 2) malloc/free calls. 1) is fixed by using spin locks instead. 2) is fixed by preallocating a FIFO (implemented with a STAILQ) and using elements from this FIFO instead. This turns out to be rather fast. OK'ed by: re (scottl) Thanks to: peter, jhb, rwatson, jake Apologies to: * Revision Changes Path 1.46 +56 -12 src/sys/dev/random/randomdev.c 1.103 +0 -4 src/sys/kern/kern_intr.c 1.165 +2 -0 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:36:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921AD16A4D0; Thu, 20 Nov 2003 07:36:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00DD43FDF; Thu, 20 Nov 2003 07:36:07 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFa7XJ071541; Thu, 20 Nov 2003 07:36:07 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFa72D071540; Thu, 20 Nov 2003 07:36:07 -0800 (PST) (envelope-from glewis) Message-Id: <200311201536.hAKFa72D071540@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 07:36:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ppower4 pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:36:08 -0000 glewis 2003/11/20 07:36:07 PST FreeBSD ports repository Modified files: textproc/ppower4 pkg-install Log: . More complete search path for mktexlsr. PR: 59482 Submitted by: Stefan Walter Revision Changes Path 1.2 +4 -2 ports/textproc/ppower4/pkg-install From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:43:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7909A16A4CE; Thu, 20 Nov 2003 07:43:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADEB43FE3; Thu, 20 Nov 2003 07:43:54 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFhsXJ071847; Thu, 20 Nov 2003 07:43:54 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFhsir071846; Thu, 20 Nov 2003 07:43:54 -0800 (PST) (envelope-from kiri) Message-Id: <200311201543.hAKFhsir071846@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 07:43:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs-devel-mule Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:43:55 -0000 kiri 2003/11/20 07:43:54 PST FreeBSD ports repository Modified files: editors/xemacs-devel-mule Makefile distinfo pkg-plist Log: Update 21.5-b15 to 21.5-b16. Revision Changes Path 1.21 +1 -1 ports/editors/xemacs-devel-mule/Makefile 1.9 +1 -1 ports/editors/xemacs-devel-mule/distinfo 1.8 +0 -103 ports/editors/xemacs-devel-mule/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:44:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBB916A4CF; Thu, 20 Nov 2003 07:44:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC36443F93; Thu, 20 Nov 2003 07:44:14 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFiEXJ071921; Thu, 20 Nov 2003 07:44:14 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFiEHK071920; Thu, 20 Nov 2003 07:44:14 -0800 (PST) (envelope-from arved) Message-Id: <200311201544.hAKFiEHK071920@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 20 Nov 2003 07:44:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/pydance Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/pydance/files patch-dance.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:44:15 -0000 arved 2003/11/20 07:44:13 PST FreeBSD ports repository Modified files: games Makefile Added files: games/pydance Makefile distinfo pkg-descr pkg-message pkg-plist games/pydance/files patch-dance.py Log: Add pydance, a dancing simulator PR: 58643 Submitted by: Rudolf Polzer Revision Changes Path 1.610 +1 -0 ports/games/Makefile 1.1 +72 -0 ports/games/pydance/Makefile (new) 1.1 +9 -0 ports/games/pydance/distinfo (new) 1.1 +23 -0 ports/games/pydance/files/patch-dance.py (new) 1.1 +16 -0 ports/games/pydance/pkg-descr (new) 1.1 +13 -0 ports/games/pydance/pkg-message (new) 1.1 +642 -0 ports/games/pydance/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:44:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE7616A4D0; Thu, 20 Nov 2003 07:44:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCDF43FE5; Thu, 20 Nov 2003 07:44:26 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFiPXJ071959; Thu, 20 Nov 2003 07:44:25 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFiPBY071958; Thu, 20 Nov 2003 07:44:25 -0800 (PST) (envelope-from arved) Message-Id: <200311201544.hAKFiPBY071958@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 20 Nov 2003 07:44:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:44:27 -0000 arved 2003/11/20 07:44:25 PST FreeBSD ports repository Modified files: . modules Log: pydance --> ports/games/pydance Revision Changes Path 1.8659 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 07:54:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFB216A4CE; Thu, 20 Nov 2003 07:54:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7501343FF2; Thu, 20 Nov 2003 07:54:55 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKFstXJ072352; Thu, 20 Nov 2003 07:54:55 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKFssLV072351; Thu, 20 Nov 2003 07:54:54 -0800 (PST) (envelope-from sergei) Message-Id: <200311201554.hAKFssLV072351@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 07:54:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/rawdog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 15:54:56 -0000 sergei 2003/11/20 07:54:54 PST FreeBSD ports repository Modified files: news/rawdog Makefile distinfo Log: - Update to 1.7 (bugfix release) PR: 59435 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/news/rawdog/Makefile 1.5 +1 -1 ports/news/rawdog/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:07:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8AB16A4CE; Thu, 20 Nov 2003 08:07:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EDE43F93; Thu, 20 Nov 2003 08:07:53 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKG7qXJ073801; Thu, 20 Nov 2003 08:07:52 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKG7qbG073800; Thu, 20 Nov 2003 08:07:52 -0800 (PST) (envelope-from marcus) Message-Id: <200311201607.hAKG7qbG073800@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 08:07:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/gdesklets-sensor-psi_iconbutton Makefile distinfo pkg-descr pkg-message pkg-plistpatch-Install_Sensor.bin X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:07:53 -0000 marcus 2003/11/20 08:07:52 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/gdesklets-sensor-psi_iconbutton Makefile distinfo pkg-descr pkg-message pkg-plist deskutils/gdesklets-sensor-psi_iconbutton/files patch-Install_Sensor.bin Log: Add gdesklets-sensor-psi_iconbutton, a gdesklet backend based on the starterbar. It allows for a button to be used to execute a command with zooming eye candy on mouse over. PR: 59513 Submitted by: Franz Klammer Revision Changes Path 1.110 +1 -0 ports/deskutils/Makefile 1.1 +43 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/Makefile (new) 1.1 +1 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/distinfo (new) 1.1 +19 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/files/patch-Install_Sensor.bin (new) 1.1 +8 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/pkg-descr (new) 1.1 +8 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/pkg-message (new) 1.1 +5 -0 ports/deskutils/gdesklets-sensor-psi_iconbutton/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:08:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17F0D16A4CF; Thu, 20 Nov 2003 08:08:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC5543FA3; Thu, 20 Nov 2003 08:08:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKG80XJ073839; Thu, 20 Nov 2003 08:08:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKG80s1073838; Thu, 20 Nov 2003 08:08:00 -0800 (PST) (envelope-from marcus) Message-Id: <200311201608.hAKG80s1073838@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 08:08:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:08:01 -0000 marcus 2003/11/20 08:08:00 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-sensor-psi_iconbutton --> ports/deskutils/gdesklets-sensor-psi_iconbutton Revision Changes Path 1.8660 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:09:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE4316A4CE; Thu, 20 Nov 2003 08:09:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A396B43F93; Thu, 20 Nov 2003 08:09:45 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKG9jXJ073909; Thu, 20 Nov 2003 08:09:45 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKG9jDe073908; Thu, 20 Nov 2003 08:09:45 -0800 (PST) (envelope-from trevor) Message-Id: <200311201609.hAKG9jDe073908@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 08:09:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/openbox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:09:46 -0000 trevor 2003/11/20 08:09:45 PST FreeBSD ports repository Modified files: x11-wm/openbox Makefile distinfo Log: Update to 3.0. Submitted by: Darren "igla" of batterybackups.net Revision Changes Path 1.56 +17 -11 ports/x11-wm/openbox/Makefile 1.36 +2 -1 ports/x11-wm/openbox/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:10:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2883A16A4CE; Thu, 20 Nov 2003 08:10:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84CC643FAF; Thu, 20 Nov 2003 08:10:21 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGALXJ074012; Thu, 20 Nov 2003 08:10:21 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGAKAq074011; Thu, 20 Nov 2003 08:10:20 -0800 (PST) (envelope-from krion) Message-Id: <200311201610.hAKGAKAq074011@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 08:10:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/html2wml Makefile distinfo pkg-plist ports/www/html2wml/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:10:22 -0000 krion 2003/11/20 08:10:20 PST FreeBSD ports repository Modified files: www/html2wml Makefile distinfo pkg-plist www/html2wml/files patch-aa Log: - Update to version 0.4.11 - Use %%DOCSDIR%% PR: 59491 Submitted by: Clement Laforet Revision Changes Path 1.9 +3 -4 ports/www/html2wml/Makefile 1.5 +1 -1 ports/www/html2wml/distinfo 1.3 +10 -9 ports/www/html2wml/files/patch-aa 1.4 +31 -33 ports/www/html2wml/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:11:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B14B16A4CE; Thu, 20 Nov 2003 08:11:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7D243FBD; Thu, 20 Nov 2003 08:11:52 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGBqXJ074115; Thu, 20 Nov 2003 08:11:52 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGBqEU074114; Thu, 20 Nov 2003 08:11:52 -0800 (PST) (envelope-from sergei) Message-Id: <200311201611.hAKGBqEU074114@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 08:11:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:11:53 -0000 sergei 2003/11/20 08:11:52 PST FreeBSD ports repository Modified files: devel/boost Makefile Log: - Fix build (previous update was incomplete): Do not add PYTHON_* variables to MAKE_ENV unless WITH_PYTHON knob is enabled - Remove spaces on empty line to please portlint While I'm here: - s/+=/=/ where appropriate PR: 59255 Submitted by: Sergey Matveychuk Approved by: maintainer's silence Revision Changes Path 1.11 +10 -10 ports/devel/boost/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:12:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA94E16A4CF; Thu, 20 Nov 2003 08:12:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99C843FEA; Thu, 20 Nov 2003 08:12:04 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGC4XJ074194; Thu, 20 Nov 2003 08:12:04 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGC4xi074193; Thu, 20 Nov 2003 08:12:04 -0800 (PST) (envelope-from marcus) Message-Id: <200311201612.hAKGC4xi074193@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 08:12:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/gdesklets-imapmail Makefile distinfo pkg-descr pkg-message pkg-plist patch-Install_imapmail_Sensor.bin X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:12:05 -0000 marcus 2003/11/20 08:12:04 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/gdesklets-imapmail Makefile distinfo pkg-descr pkg-message pkg-plist mail/gdesklets-imapmail/files patch-Install_imapmail_Sensor.bin Log: Add gdesklets-imapmail, a gdesklets display that show new/total email in an IMAP mailbox. PR: 59512 Submitted by: Franz Klammer Revision Changes Path 1.457 +1 -0 ports/mail/Makefile 1.1 +54 -0 ports/mail/gdesklets-imapmail/Makefile (new) 1.1 +1 -0 ports/mail/gdesklets-imapmail/distinfo (new) 1.1 +19 -0 ports/mail/gdesklets-imapmail/files/patch-Install_imapmail_Sensor.bin (new) 1.1 +4 -0 ports/mail/gdesklets-imapmail/pkg-descr (new) 1.1 +14 -0 ports/mail/gdesklets-imapmail/pkg-message (new) 1.1 +35 -0 ports/mail/gdesklets-imapmail/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:12:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26CF16A4D0; Thu, 20 Nov 2003 08:12:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F9443FE0; Thu, 20 Nov 2003 08:12:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGCEXJ074232; Thu, 20 Nov 2003 08:12:14 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGCEl1074231; Thu, 20 Nov 2003 08:12:14 -0800 (PST) (envelope-from marcus) Message-Id: <200311201612.hAKGCEl1074231@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 08:12:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:12:15 -0000 marcus 2003/11/20 08:12:14 PST FreeBSD ports repository Modified files: . modules Log: gdesklets-imapmail --> ports/mail/gdesklets-imapmail Revision Changes Path 1.8661 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:13:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B2B16A4D6; Thu, 20 Nov 2003 08:13:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAEAF43FE5; Thu, 20 Nov 2003 08:13:25 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGDPXJ074308; Thu, 20 Nov 2003 08:13:25 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGDP2E074307; Thu, 20 Nov 2003 08:13:25 -0800 (PST) (envelope-from trevor) Message-Id: <200311201613.hAKGDP2E074307@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 08:13:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bomb pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:13:26 -0000 trevor 2003/11/20 08:13:25 PST FreeBSD ports repository Modified files: games/bomb pkg-descr Log: Add home page. Revision Changes Path 1.3 +2 -0 ports/games/bomb/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:15:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794B716A4CF; Thu, 20 Nov 2003 08:15:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CB243FB1; Thu, 20 Nov 2003 08:15:24 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGFNXJ074438; Thu, 20 Nov 2003 08:15:23 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGFNHj074437; Thu, 20 Nov 2003 08:15:23 -0800 (PST) (envelope-from nork) Message-Id: <200311201615.hAKGFNHj074437@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 20 Nov 2003 08:15:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:15:25 -0000 nork 2003/11/20 08:15:23 PST FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile distinfo pkg-descr pkg-plist Added files: www/linuxpluginwrapper pkg-message Log: Add linuxpluginwrapper 20031120, a wrapper allowing use of linux-plugins like flash6(almost stable) and acroread5(unstable, you can use only one shot from boot) with native browsers. Flash6 |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | OK | OK | OK | OK | OK | OK but... 5-current | OK | OK | OK | OK | NG | OK but... For konquere user: Please set plugins directory by hand. Acrobat |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | ONLY 5-current | ONE SHOT USE [*] patched with http://people.FreeBSD.org/~nork/libmap_4stable.diff [1] port to NetBSD and try to use realplayer plugin. [2] use linux-threads. [3] map libc.so.6 -> pluginwrapper.so idea Submitted by: Takahiro Igarashi [1] Joe Kelsey [2] t3rra yi [3] Tested by: members of C BSD Users Group in Tokyo, Japan (C is Capital?) and many many many many many many many people! Desired by: ume as Trekkie Yoshihiko Sarumaru Reviewed by: simokawa, ume, takawata, nectar Repo copied by: joe (cvs) Approved by: marcus (portmgr) Revision Changes Path 1.6 +61 -16 ports/www/linuxpluginwrapper/Makefile 1.2 +1 -1 ports/www/linuxpluginwrapper/distinfo 1.3 +2 -4 ports/www/linuxpluginwrapper/pkg-descr 1.1 +29 -0 ports/www/linuxpluginwrapper/pkg-message (new) 1.2 +10 -1 ports/www/linuxpluginwrapper/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:21:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB6216A4CE; Thu, 20 Nov 2003 08:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B519C43FA3; Thu, 20 Nov 2003 08:21:38 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGLcXJ074715; Thu, 20 Nov 2003 08:21:38 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGLcRk074714; Thu, 20 Nov 2003 08:21:38 -0800 (PST) (envelope-from nork) Message-Id: <200311201621.hAKGLcRk074714@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 20 Nov 2003 08:21:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:21:39 -0000 nork 2003/11/20 08:21:38 PST FreeBSD ports repository Modified files: . modules Log: linuxpluginwrapper -> ports/www/linuxpluginwrapper Revision Changes Path 1.8662 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:21:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CCB16A4CF; Thu, 20 Nov 2003 08:21:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB1E43FE9; Thu, 20 Nov 2003 08:21:48 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGLmXJ074747; Thu, 20 Nov 2003 08:21:48 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGLmTt074746; Thu, 20 Nov 2003 08:21:48 -0800 (PST) (envelope-from trevor) Message-Id: <200311201621.hAKGLmTt074746@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 08:21:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/l0phtcrack Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:21:50 -0000 trevor 2003/11/20 08:21:48 PST FreeBSD ports repository Modified files: security/l0phtcrack Makefile pkg-descr Log: Chase master site and home page. detected by: fenner's survey Revision Changes Path 1.13 +1 -1 ports/security/l0phtcrack/Makefile 1.4 +1 -1 ports/security/l0phtcrack/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:25:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B99E16A4CE; Thu, 20 Nov 2003 08:25:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBFB4400E; Thu, 20 Nov 2003 08:25:07 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGP7XJ074863; Thu, 20 Nov 2003 08:25:07 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGP7na074862; Thu, 20 Nov 2003 08:25:07 -0800 (PST) (envelope-from nork) Message-Id: <200311201625.hAKGP7na074862@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 20 Nov 2003 08:25:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:25:09 -0000 nork 2003/11/20 08:25:07 PST FreeBSD ports repository Modified files: www Makefile Log: Enable www/linuxpluginwrapper Revision Changes Path 1.758 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:29:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AE816A4D0 for ; Thu, 20 Nov 2003 08:29:24 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61EE43FBD for ; Thu, 20 Nov 2003 08:29:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6424 invoked from network); 20 Nov 2003 16:29:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 20 Nov 2003 16:29:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAKGTGFn030468; Thu, 20 Nov 2003 11:29:16 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031119160312.A69420@root.org> Date: Thu, 20 Nov 2003 11:29:16 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:29:24 -0000 On 20-Nov-2003 Nate Lawson wrote: > On Wed, 19 Nov 2003, John Baldwin wrote: >> One minor suggestion btw. Could you fix the hw.acpi.cpu.cpu_cx_lowest >> to use the "C1", "C2", and "C3" strings for its user-visible interface >> instead of the direct integer? Setting the value to C2 is a bit more >> intuitive than setting it to 1 to get C2. > > I considered this before, however Cx is really a type, not a given state. > There can be more than 3 sleep states. For instance, the IBM R40 has C1, > C2, C3, and C3 (4 states). An index was the only unique way I could > specify the states. The transition latency is also unique but setting a > state to 182 to get the last C3 state is even worse from a user > perspective. Ah. Maybe rename the sysctl/tunable to indicate that it is an index? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:33:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8DB16A4CE; Thu, 20 Nov 2003 08:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB87E43FDF; Thu, 20 Nov 2003 08:33:53 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGXrXJ075225; Thu, 20 Nov 2003 08:33:53 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGXrNo075224; Thu, 20 Nov 2003 08:33:53 -0800 (PST) (envelope-from krion) Message-Id: <200311201633.hAKGXrNo075224@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 08:33:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kludge3d Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:33:55 -0000 krion 2003/11/20 08:33:53 PST FreeBSD ports repository Modified files: graphics/kludge3d Makefile distinfo Log: - Update to version 20031119 PR: 59518 Submitted by: Ports Fury Revision Changes Path 1.15 +3 -2 ports/graphics/kludge3d/Makefile 1.9 +1 -1 ports/graphics/kludge3d/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:36:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E8C416A4CE; Thu, 20 Nov 2003 08:36:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B319843FA3; Thu, 20 Nov 2003 08:36:38 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGacXJ075367; Thu, 20 Nov 2003 08:36:38 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGac9w075365; Thu, 20 Nov 2003 08:36:38 -0800 (PST) (envelope-from krion) Message-Id: <200311201636.hAKGac9w075365@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 08:36:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/sedsed Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:36:39 -0000 krion 2003/11/20 08:36:38 PST FreeBSD ports repository Modified files: devel/sedsed Makefile distinfo pkg-descr Log: - Update to version 0.8 PR: 59517 Submitted by: Ports Fury Revision Changes Path 1.3 +6 -4 ports/devel/sedsed/Makefile 1.2 +1 -1 ports/devel/sedsed/distinfo 1.2 +6 -4 ports/devel/sedsed/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:36:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D9C16A4CF; Thu, 20 Nov 2003 08:36:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9B743FBD; Thu, 20 Nov 2003 08:36:39 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGadXJ075395; Thu, 20 Nov 2003 08:36:39 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGadDC075394; Thu, 20 Nov 2003 08:36:39 -0800 (PST) (envelope-from nork) Message-Id: <200311201636.hAKGadDC075394@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 20 Nov 2003 08:36:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/flashpluginwrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:36:40 -0000 nork 2003/11/20 08:36:38 PST FreeBSD ports repository Modified files: www/flashpluginwrapper Makefile Log: Add CONFLICTS with linuxpluginwrapper Revision Changes Path 1.6 +1 -0 ports/www/flashpluginwrapper/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:42:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFC16A4CE; Thu, 20 Nov 2003 08:42:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7725843FF7; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGgeXJ075603; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGgeUJ075602; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel) Message-Id: <200311201642.hAKGgeUJ075602@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 20 Nov 2003 08:42:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:42:41 -0000 marcel 2003/11/20 08:42:40 PST FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Set the ACPI processor Id in the PCPU structure so that CPU idling on SMP systems has a chance of working. This was a loose end of the implementation of the ACPI Cx idle states. Since our logical CPU Id is the ACPI processor Id, we do not need to jump through hoops to obtain it. Approved: re@ (jhb) Revision Changes Path 1.172 +1 -1 src/sys/ia64/ia64/machdep.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 09:08:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680A116A4CE; Thu, 20 Nov 2003 09:08:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC76743FCB; Thu, 20 Nov 2003 09:07:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKH7xXJ082964; Thu, 20 Nov 2003 09:07:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKH7xMF082963; Thu, 20 Nov 2003 09:07:59 -0800 (PST) (envelope-from bmah) Message-Id: <200311201707.hAKH7xMF082963@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Nov 2003 09:07:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 17:08:00 -0000 bmah 2003/11/20 09:07:59 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: sparc64 syscons(4) support [1] Modified release note: mount_udf(8) -C. [2] Submitted by: kris [1], "R. Imura" [2] Approved by: re (implicitly) Revision Changes Path 1.653 +7 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:02:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64FB116A4CE; Thu, 20 Nov 2003 10:02:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA5343FEC; Thu, 20 Nov 2003 10:02:10 -0800 (PST) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKI2AXJ084831; Thu, 20 Nov 2003 10:02:10 -0800 (PST) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKI2A35084830; Thu, 20 Nov 2003 10:02:10 -0800 (PST) (envelope-from pb) Message-Id: <200311201802.hAKI2A35084830@repoman.freebsd.org> From: Pierre Beyssac Date: Thu, 20 Nov 2003 10:02:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/dvdauthor Makefile distinfo ports/multimedia/dvdauthor/files patch-mpeg2desc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:02:11 -0000 pb 2003/11/20 10:02:10 PST FreeBSD ports repository Modified files: multimedia/dvdauthor Makefile distinfo Removed files: multimedia/dvdauthor/files patch-mpeg2desc.c Log: Update to version 0.6.6. Revision Changes Path 1.13 +1 -1 ports/multimedia/dvdauthor/Makefile 1.9 +1 -1 ports/multimedia/dvdauthor/distinfo 1.2 +0 -11 ports/multimedia/dvdauthor/files/patch-mpeg2desc.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:15:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39D516A4CE; Thu, 20 Nov 2003 10:15:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E2543FAF; Thu, 20 Nov 2003 10:15:19 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIFIXJ086158; Thu, 20 Nov 2003 10:15:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIFIDE086157; Thu, 20 Nov 2003 10:15:18 -0800 (PST) (envelope-from krion) Message-Id: <200311201815.hAKIFIDE086157@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 10:15:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/dbf Makefile distinfo ports/databases/dbf/files patch-Makefile.rules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:15:20 -0000 krion 2003/11/20 10:15:18 PST FreeBSD ports repository Modified files: databases/dbf Makefile distinfo Removed files: databases/dbf/files patch-Makefile.rules Log: - Update to version 0.8.1 PR: 59516 Submitted by: Ports Fury Revision Changes Path 1.5 +2 -1 ports/databases/dbf/Makefile 1.5 +1 -1 ports/databases/dbf/distinfo 1.3 +0 -21 ports/databases/dbf/files/patch-Makefile.rules (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:18:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6E016A4CE; Thu, 20 Nov 2003 10:18:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD62C43FB1; Thu, 20 Nov 2003 10:18:55 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIItXJ086266; Thu, 20 Nov 2003 10:18:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIItZj086265; Thu, 20 Nov 2003 10:18:55 -0800 (PST) (envelope-from krion) Message-Id: <200311201818.hAKIItZj086265@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 10:18:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/libmorph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:18:57 -0000 krion 2003/11/20 10:18:55 PST FreeBSD ports repository Modified files: graphics/libmorph Makefile Log: - Add CONFLICTS for graphics/xmorph PR: 59519 Submitted by: Ports Fury Revision Changes Path 1.5 +2 -0 ports/graphics/libmorph/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:22:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3A016A4CE; Thu, 20 Nov 2003 10:22:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5280543F85; Thu, 20 Nov 2003 10:22:17 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIMHXJ086427; Thu, 20 Nov 2003 10:22:17 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIMHiV086426; Thu, 20 Nov 2003 10:22:17 -0800 (PST) (envelope-from ume) Message-Id: <200311201822.hAKIMHiV086426@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 20 Nov 2003 10:22:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/cyrus-imapd2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:22:18 -0000 ume 2003/11/20 10:22:17 PST FreeBSD ports repository Modified files: mail/cyrus-imapd2 Makefile distinfo Log: Update to 2.1.16. Revision Changes Path 1.94 +3 -3 ports/mail/cyrus-imapd2/Makefile 1.27 +2 -2 ports/mail/cyrus-imapd2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:25:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C457E16A4CE; Thu, 20 Nov 2003 10:25:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DE643F93; Thu, 20 Nov 2003 10:25:18 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIPIXJ086565; Thu, 20 Nov 2003 10:25:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIPIuu086564; Thu, 20 Nov 2003 10:25:18 -0800 (PST) (envelope-from krion) Message-Id: <200311201825.hAKIPIuu086564@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 10:25:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmorph Makefile pkg-plist ports/graphics/xmorph/files patch-doc::xmorph.texinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:25:20 -0000 krion 2003/11/20 10:25:18 PST FreeBSD ports repository Modified files: graphics/xmorph Makefile pkg-plist Added files: graphics/xmorph/files patch-doc::xmorph.texinfo Log: - Add CONFLICTS for graphics/libmorph - Utilize INFO PR: 59520 Submitted by: Ports Fury Revision Changes Path 1.19 +6 -0 ports/graphics/xmorph/Makefile 1.1 +13 -0 ports/graphics/xmorph/files/patch-doc::xmorph.texinfo (new) 1.5 +1 -2 ports/graphics/xmorph/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:31:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01AB216A4CE; Thu, 20 Nov 2003 10:31:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C63E43F85; Thu, 20 Nov 2003 10:31:40 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIVeXJ086862; Thu, 20 Nov 2003 10:31:40 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIVej0086861; Thu, 20 Nov 2003 10:31:40 -0800 (PST) (envelope-from gerald) Message-Id: <200311201831.hAKIVej0086861@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 20 Nov 2003 10:31:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls::ntdll::cdrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:31:41 -0000 gerald 2003/11/20 10:31:40 PST FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Removed files: emulators/wine/files patch-dlls::ntdll::cdrom.c Log: Update to the 20031118 snapshot of Wine. Revision Changes Path 1.156 +1 -1 ports/emulators/wine/Makefile 1.87 +1 -1 ports/emulators/wine/distinfo 1.2 +0 -56 ports/emulators/wine/files/patch-dlls::ntdll::cdrom.c (dead) 1.56 +10 -1 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 10:57:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8ED16A4CE; Thu, 20 Nov 2003 10:57:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AD443FA3; Thu, 20 Nov 2003 10:57:45 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKIvjXJ087756; Thu, 20 Nov 2003 10:57:45 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKIviqD087755; Thu, 20 Nov 2003 10:57:44 -0800 (PST) (envelope-from dinoex) Message-Id: <200311201857.hAKIviqD087755@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 20 Nov 2003 10:57:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gd Makefile ports/graphics/gd1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 18:57:46 -0000 dinoex 2003/11/20 10:57:44 PST FreeBSD ports repository Modified files: graphics/gd Makefile graphics/gd1 Makefile Log: - Fix MASTER_SITES Revision Changes Path 1.63 +0 -1 ports/graphics/gd/Makefile 1.61 +0 -1 ports/graphics/gd1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:09:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBD316A4CE; Thu, 20 Nov 2003 11:09:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9820143FBF; Thu, 20 Nov 2003 11:09:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJ9NXJ089091; Thu, 20 Nov 2003 11:09:23 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJ9Nq7089090; Thu, 20 Nov 2003 11:09:23 -0800 (PST) (envelope-from krion) Message-Id: <200311201909.hAKJ9Nq7089090@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 11:09:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/cel Makefile distinfo pkg-plist ports/lang/cel/files patch-Makefile patch-aa patch-ab patch-ac patch-vm::config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:09:24 -0000 krion 2003/11/20 11:09:23 PST FreeBSD ports repository Modified files: lang/cel Makefile distinfo pkg-plist Added files: lang/cel/files patch-Makefile patch-vm::config.h Removed files: lang/cel/files patch-aa patch-ab patch-ac Log: - Update to 0.8.5 - Unbreak this port - Use PORTDOCS macro PR: 59523 Submitted by: Clement Laforet Revision Changes Path 1.6 +5 -6 ports/lang/cel/Makefile 1.3 +1 -1 ports/lang/cel/distinfo 1.1 +10 -0 ports/lang/cel/files/patch-Makefile (new) 1.3 +0 -12 ports/lang/cel/files/patch-aa (dead) 1.2 +0 -11 ports/lang/cel/files/patch-ab (dead) 1.2 +0 -10 ports/lang/cel/files/patch-ac (dead) 1.1 +10 -0 ports/lang/cel/files/patch-vm::config.h (new) 1.3 +0 -13 ports/lang/cel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:10:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ABD116A4CE; Thu, 20 Nov 2003 11:10:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B0743F85; Thu, 20 Nov 2003 11:10:51 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJApXJ089220; Thu, 20 Nov 2003 11:10:51 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJAp5e089219; Thu, 20 Nov 2003 11:10:51 -0800 (PST) (envelope-from glewis) Message-Id: <200311201910.hAKJAp5e089219@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 11:10:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freebsd-games Makefile ports/games/freebsd-games/files patch-hack::hack.unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:10:52 -0000 glewis 2003/11/20 11:10:51 PST FreeBSD ports repository Modified files: games/freebsd-games Makefile Added files: games/freebsd-games/files patch-hack::hack.unix.c Log: . Have hack look in the correct location for itself. Fixes the "Can't get status of hack" error and exit. PR: 59443 Submitted by: Mark Laws Revision Changes Path 1.9 +3 -1 ports/games/freebsd-games/Makefile 1.1 +13 -0 ports/games/freebsd-games/files/patch-hack::hack.unix.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:13:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBF316A4CE; Thu, 20 Nov 2003 11:13:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B200A43FB1; Thu, 20 Nov 2003 11:13:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJDSXJ089366; Thu, 20 Nov 2003 11:13:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJDSkY089365; Thu, 20 Nov 2003 11:13:28 -0800 (PST) (envelope-from arved) Message-Id: <200311201913.hAKJDSkY089365@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 20 Nov 2003 11:13:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/taxipilot Makefileports/games/taxipilot/files patch-acinclude.m4 patch-timemanager.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:13:29 -0000 arved 2003/11/20 11:13:28 PST FreeBSD ports repository Modified files: games/taxipilot Makefile Added files: games/taxipilot/files patch-acinclude.m4 patch-timemanager.h Log: Unbreak on 4.x 3rd try. Revision Changes Path 1.6 +2 -8 ports/games/taxipilot/Makefile 1.1 +11 -0 ports/games/taxipilot/files/patch-acinclude.m4 (new) 1.1 +15 -0 ports/games/taxipilot/files/patch-timemanager.h (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:14:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B6016A4CF; Thu, 20 Nov 2003 11:14:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8B343FA3; Thu, 20 Nov 2003 11:14:47 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJElXJ089431; Thu, 20 Nov 2003 11:14:47 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJElfT089430; Thu, 20 Nov 2003 11:14:47 -0800 (PST) (envelope-from glewis) Message-Id: <200311201914.hAKJElfT089430@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 11:14:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freebsd-games/files patch-hack::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:14:48 -0000 glewis 2003/11/20 11:14:47 PST FreeBSD ports repository Added files: games/freebsd-games/files patch-hack::Makefile Log: . Install hack as setgid games so it can chdir into /var/games/hackdir. I'm somewhat uncomfortable with this change in that it possibly provides for setgid games exploits if anyone finds a vulnerability in hack. PR: 59443 Submitted by: Mark Laws Revision Changes Path 1.1 +13 -0 ports/games/freebsd-games/files/patch-hack::Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:16:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23B316A4CE; Thu, 20 Nov 2003 11:16:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2C543FE0; Thu, 20 Nov 2003 11:16:14 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJGEXJ089544; Thu, 20 Nov 2003 11:16:14 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJGEId089543; Thu, 20 Nov 2003 11:16:14 -0800 (PST) (envelope-from glewis) Message-Id: <200311201916.hAKJGEId089543@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 11:16:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freebsd-games Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:16:15 -0000 glewis 2003/11/20 11:16:14 PST FreeBSD ports repository Modified files: games/freebsd-games Makefile Log: . Bump PORTREVISION for the previous two fixes since hack now works. Revision Changes Path 1.10 +1 -0 ports/games/freebsd-games/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:18:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 869DF16A4CE; Thu, 20 Nov 2003 11:18:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C688743FBD; Thu, 20 Nov 2003 11:18:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJIPXJ089655; Thu, 20 Nov 2003 11:18:25 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJIPuL089654; Thu, 20 Nov 2003 11:18:25 -0800 (PST) (envelope-from marcus) Message-Id: <200311201918.hAKJIPuL089654@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 11:18:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-bonobo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:18:26 -0000 marcus 2003/11/20 11:18:25 PST FreeBSD ports repository Modified files: www/mozilla-bonobo Makefile Log: s/epiphany/mozilla-bonobo/ Noticed by: maintainer Revision Changes Path 1.2 +1 -1 ports/www/mozilla-bonobo/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:20:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4746816A4CF; Thu, 20 Nov 2003 11:20:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4824643FBD; Thu, 20 Nov 2003 11:20:32 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJKWXJ089827; Thu, 20 Nov 2003 11:20:32 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJKV8q089821; Thu, 20 Nov 2003 11:20:31 -0800 (PST) (envelope-from krion) Message-Id: <200311201920.hAKJKV8q089821@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 11:20:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pmacct Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:20:33 -0000 krion 2003/11/20 11:20:31 PST FreeBSD ports repository Modified files: net/pmacct Makefile distinfo Log: - Update to version 0.5.3 Revision Changes Path 1.8 +1 -1 ports/net/pmacct/Makefile 1.6 +1 -1 ports/net/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:22:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB7916A4CE; Thu, 20 Nov 2003 11:22:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7288F43FD7; Thu, 20 Nov 2003 11:22:15 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJMFXJ089940; Thu, 20 Nov 2003 11:22:15 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJMFYW089939; Thu, 20 Nov 2003 11:22:15 -0800 (PST) (envelope-from dinoex) Message-Id: <200311201922.hAKJMFYW089939@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 20 Nov 2003 11:22:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/agrep Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:22:16 -0000 dinoex 2003/11/20 11:22:15 PST FreeBSD ports repository Modified files: textproc/agrep Makefile pkg-plist Log: - take maintainership - use DOCSDIR Revision Changes Path 1.15 +1 -1 ports/textproc/agrep/Makefile 1.5 +3 -3 ports/textproc/agrep/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:24:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB9F16A4CE; Thu, 20 Nov 2003 11:24:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A9143F75; Thu, 20 Nov 2003 11:24:02 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJO2XJ090001; Thu, 20 Nov 2003 11:24:02 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJO2dt090000; Thu, 20 Nov 2003 11:24:02 -0800 (PST) (envelope-from knu) Message-Id: <200311201924.hAKJO2dt090000@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:24:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/sary Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:24:04 -0000 knu 2003/11/20 11:24:02 PST FreeBSD ports repository Modified files: textproc/sary Makefile pkg-plist Log: Remove an extra file from plist. PR: 58990 Submitted by: darren@ArkRoyal.batterybackups.net Revision Changes Path 1.8 +0 -2 ports/textproc/sary/Makefile 1.3 +0 -1 ports/textproc/sary/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:24:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14AAE16A4CF; Thu, 20 Nov 2003 11:24:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4697343FAF; Thu, 20 Nov 2003 11:24:22 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJOMXJ090031; Thu, 20 Nov 2003 11:24:22 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJOM7I090030; Thu, 20 Nov 2003 11:24:22 -0800 (PST) (envelope-from dinoex) Message-Id: <200311201924.hAKJOM7I090030@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 20 Nov 2003 11:24:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:24:23 -0000 dinoex 2003/11/20 11:24:21 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: - take maintainership Revision Changes Path 1.43 +1 -1 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:28:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A00D16A4CE; Thu, 20 Nov 2003 11:28:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA7443F3F; Thu, 20 Nov 2003 11:28:29 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJSTXJ090210; Thu, 20 Nov 2003 11:28:29 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJSTur090209; Thu, 20 Nov 2003 11:28:29 -0800 (PST) (envelope-from knu) Message-Id: <200311201928.hAKJSTur090209@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:28:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/darts Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:28:31 -0000 knu 2003/11/20 11:28:29 PST FreeBSD ports repository Modified files: devel/darts Makefile distinfo Log: Update to 0.2. PR: 58935 Submitted by: Fumihiko Kimura Revision Changes Path 1.2 +1 -1 ports/devel/darts/Makefile 1.2 +1 -1 ports/devel/darts/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:35:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED2816A4CE; Thu, 20 Nov 2003 11:35:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2081743F3F; Thu, 20 Nov 2003 11:35:22 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJZLXJ090481; Thu, 20 Nov 2003 11:35:21 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJZLoc090480; Thu, 20 Nov 2003 11:35:21 -0800 (PST) (envelope-from knu) Message-Id: <200311201935.hAKJZLoc090480@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:35:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/namazu2 Makefile pkg-deinstall pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:35:22 -0000 knu 2003/11/20 11:35:21 PST FreeBSD ports repository Modified files: databases/namazu2 Makefile pkg-plist Removed files: databases/namazu2 pkg-deinstall pkg-install Log: Tell configure to use preinstalled gettext and libiconv under LOCALBASE instead of those bundled, and remove ugly hacks completely. Make portlint happy. PR: 58517 Submitted by: Simon Barner Revision Changes Path 1.37 +9 -14 ports/databases/namazu2/Makefile 1.2 +0 -29 ports/databases/namazu2/pkg-deinstall (dead) 1.3 +0 -30 ports/databases/namazu2/pkg-install (dead) 1.17 +0 -4 ports/databases/namazu2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:38:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA08216A4D2; Thu, 20 Nov 2003 11:38:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F2E43FB1; Thu, 20 Nov 2003 11:38:15 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJcFXJ090602; Thu, 20 Nov 2003 11:38:15 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJcEML090601; Thu, 20 Nov 2003 11:38:14 -0800 (PST) (envelope-from knu) Message-Id: <200311201938.hAKJcEML090601@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:38:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p4.el Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:38:17 -0000 knu 2003/11/20 11:38:14 PST FreeBSD ports repository Modified files: devel/p4.el Makefile distinfo Log: Update to 10.3. Revision Changes Path 1.4 +1 -1 ports/devel/p4.el/Makefile 1.3 +1 -1 ports/devel/p4.el/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:39:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E7E16A4D6; Thu, 20 Nov 2003 11:39:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F6F43FD7; Thu, 20 Nov 2003 11:39:54 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJdsXJ090665; Thu, 20 Nov 2003 11:39:54 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJdr8i090664; Thu, 20 Nov 2003 11:39:53 -0800 (PST) (envelope-from brueffer) Message-Id: <200311201939.hAKJdr8i090664@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 20 Nov 2003 11:39:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:39:55 -0000 brueffer 2003/11/20 11:39:53 PST FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: o Use manpage entity for xe(4) o Various grammar fixes Approved by: re (bmah) Revision Changes Path 1.654 +8 -8 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:41:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C537216A4CE; Thu, 20 Nov 2003 11:41:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3850243FB1; Thu, 20 Nov 2003 11:41:28 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJfSXJ090791; Thu, 20 Nov 2003 11:41:28 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJfRJM090790; Thu, 20 Nov 2003 11:41:27 -0800 (PST) (envelope-from knu) Message-Id: <200311201941.hAKJfRJM090790@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:41:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gdchart Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:41:29 -0000 knu 2003/11/20 11:41:27 PST FreeBSD ports repository Modified files: graphics/gdchart Makefile distinfo Log: Update to 0.11.4dev. PR: 55093 Submitted by: budbud@bbdab.org Revision Changes Path 1.12 +1 -2 ports/graphics/gdchart/Makefile 1.4 +1 -1 ports/graphics/gdchart/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:42:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E3016A4CE; Thu, 20 Nov 2003 11:42:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B159343F3F; Thu, 20 Nov 2003 11:42:57 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJgvXJ090851; Thu, 20 Nov 2003 11:42:57 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJgv3k090850; Thu, 20 Nov 2003 11:42:57 -0800 (PST) (envelope-from kiri) Message-Id: <200311201942.hAKJgv3k090850@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 11:42:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/fop Makefile distinfo pkg-plist ports/textproc/fop/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:42:58 -0000 kiri 2003/11/20 11:42:57 PST FreeBSD ports repository Modified files: textproc/fop Makefile distinfo pkg-plist textproc/fop/files patch-aa Log: Update 0.20.4 to 0.20.5. PR: ports/57519 Submitted by: Calle Dybedahl Revision Changes Path 1.10 +11 -13 ports/textproc/fop/Makefile 1.5 +1 -1 ports/textproc/fop/distinfo 1.2 +10 -13 ports/textproc/fop/files/patch-aa 1.6 +154 -633 ports/textproc/fop/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:47:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38616A4CE; Thu, 20 Nov 2003 11:47:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0E843F75; Thu, 20 Nov 2003 11:47:31 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJlVXJ091317; Thu, 20 Nov 2003 11:47:31 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJlV1r091316; Thu, 20 Nov 2003 11:47:31 -0800 (PST) (envelope-from andre) Message-Id: <200311201947.hAKJlV1r091316@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 20 Nov 2003 11:47:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c route.h src/sys/netinet in_rmx.c ip_fastfwd.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c src/sys/netinet6 icmp6.c in6_rmx.c ip6_forward.c ip6_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:47:32 -0000 andre 2003/11/20 11:47:31 PST FreeBSD src repository Modified files: sys/net route.c route.h sys/netinet in_rmx.c ip_fastfwd.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c sys/netinet6 icmp6.c in6_rmx.c ip6_forward.c ip6_input.c Log: Remove RTF_PRCLONING from routing table and adjust users of it accordingly. The define is left intact for ABI compatibility with userland. This is a pre-step for the introduction of tcp_hostcache. The network stack remains fully useable with this change. Reviewed by: sam (mentor), bms Reviewed by: -net, -current, core@kame.net (IPv6 parts) Approved by: re (scottl) Revision Changes Path 1.91 +14 -13 src/sys/net/route.c 1.53 +5 -1 src/sys/net/route.h 1.50 +5 -14 src/sys/netinet/in_rmx.c 1.4 +2 -2 src/sys/netinet/ip_fastfwd.c 1.46 +1 -1 src/sys/netinet/ip_fw2.c 1.84 +1 -1 src/sys/netinet/ip_icmp.c 1.257 +2 -2 src/sys/netinet/ip_input.c 1.202 +2 -2 src/sys/netinet/ip_output.c 1.49 +2 -4 src/sys/netinet6/icmp6.c 1.11 +2 -11 src/sys/netinet6/in6_rmx.c 1.24 +2 -3 src/sys/netinet6/ip6_forward.c 1.67 +1 -1 src/sys/netinet6/ip6_input.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:48:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BF816A4CE; Thu, 20 Nov 2003 11:48:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F7A43FDD; Thu, 20 Nov 2003 11:48:11 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJmBXJ091374; Thu, 20 Nov 2003 11:48:11 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJmB7L091373; Thu, 20 Nov 2003 11:48:11 -0800 (PST) (envelope-from knu) Message-Id: <200311201948.hAKJmB7L091373@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:48:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/newsfetch Makefileports/news/newsfetch/files patch-opt.c patch-util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:48:12 -0000 knu 2003/11/20 11:48:11 PST FreeBSD ports repository Modified files: news/newsfetch Makefile Added files: news/newsfetch/files patch-opt.c patch-util.c Log: Fix build with gcc 3.x. PR: 59487 Submitted by: Samy Al Bahra Revision Changes Path 1.16 +1 -7 ports/news/newsfetch/Makefile 1.1 +13 -0 ports/news/newsfetch/files/patch-opt.c (new) 1.1 +27 -0 ports/news/newsfetch/files/patch-util.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:53:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BABBD16A4CE; Thu, 20 Nov 2003 11:53:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0025743FBD; Thu, 20 Nov 2003 11:53:38 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJrcXJ091628; Thu, 20 Nov 2003 11:53:38 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJrcxY091627; Thu, 20 Nov 2003 11:53:38 -0800 (PST) (envelope-from knu) Message-Id: <200311201953.hAKJrcxY091627@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 11:53:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/ruby-asp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:53:40 -0000 knu 2003/11/20 11:53:38 PST FreeBSD ports repository Modified files: www/ruby-asp Makefile distinfo Log: Update to 0.2.7. Revision Changes Path 1.6 +1 -1 ports/www/ruby-asp/Makefile 1.6 +1 -1 ports/www/ruby-asp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 11:59:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 451A916A4CF; Thu, 20 Nov 2003 11:59:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7C543FCB; Thu, 20 Nov 2003 11:59:02 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKJx2XJ091951; Thu, 20 Nov 2003 11:59:02 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKJx297091950; Thu, 20 Nov 2003 11:59:02 -0800 (PST) (envelope-from glewis) Message-Id: <200311201959.hAKJx297091950@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 11:59:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat5 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:59:03 -0000 glewis 2003/11/20 11:59:02 PST FreeBSD ports repository Modified files: www/jakarta-tomcat5 Makefile distinfo pkg-plist Log: . Update to 5.0.14 PR: 59480 Submitted by: Angelo Turetta Approved by: "Kang Liu" (maintainer) Revision Changes Path 1.6 +1 -2 ports/www/jakarta-tomcat5/Makefile 1.4 +1 -1 ports/www/jakarta-tomcat5/distinfo 1.5 +61 -55 ports/www/jakarta-tomcat5/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:02:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354CD16A4CE; Thu, 20 Nov 2003 12:02:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650CE43FAF; Thu, 20 Nov 2003 12:02:11 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKK2BXJ092172; Thu, 20 Nov 2003 12:02:11 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKK2ARK092171; Thu, 20 Nov 2003 12:02:10 -0800 (PST) (envelope-from blackend) Message-Id: <200311202002.hAKK2ARK092171@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 20 Nov 2003 12:02:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook Makefile doc/fr_FR.ISO8859-1/books/handbook/advanced-networking natd.eps X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:02:12 -0000 blackend 2003/11/20 12:02:10 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook Makefile Added files: fr_FR.ISO8859-1/books/handbook/advanced-networking natd.eps Log: Add a translated image. Revision Changes Path 1.15 +3 -3 doc/fr_FR.ISO8859-1/books/handbook/Makefile 1.1 +229 -0 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/natd.eps (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:07:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994DE16A4CF; Thu, 20 Nov 2003 12:07:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC1A43FBD; Thu, 20 Nov 2003 12:07:33 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKK7XXJ093255; Thu, 20 Nov 2003 12:07:33 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKK7Xe1093254; Thu, 20 Nov 2003 12:07:33 -0800 (PST) (envelope-from knu) Message-Id: <200311202007.hAKK7Xe1093254@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 12:07:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ruby-gnomevfs pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:07:34 -0000 knu 2003/11/20 12:07:33 PST FreeBSD ports repository Modified files: devel/ruby-gnomevfs pkg-descr Log: Fix a typo. Revision Changes Path 1.2 +1 -1 ports/devel/ruby-gnomevfs/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:07:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B839B16A4CE; Thu, 20 Nov 2003 12:07:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E7143FAF; Thu, 20 Nov 2003 12:07:39 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKK7dXJ093411; Thu, 20 Nov 2003 12:07:39 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKK7dLX093410; Thu, 20 Nov 2003 12:07:39 -0800 (PST) (envelope-from andre) Message-Id: <200311202007.hAKK7dLX093410@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 20 Nov 2003 12:07:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/net if_faith.c if_loop.c route.h rtsock.c src/sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c raw_ip.c... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:07:41 -0000 andre 2003/11/20 12:07:39 PST FreeBSD src repository Modified files: sys/conf files sys/net if_faith.c if_loop.c route.h rtsock.c sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c sys/netinet6 icmp6.c in6_pcb.c in6_rmx.c in6_src.c ip6_output.c udp6_output.c Added files: sys/netinet tcp_hostcache.c Log: Introduce tcp_hostcache and remove the tcp specific metrics from the routing table. Move all usage and references in the tcp stack from the routing table metrics to the tcp hostcache. It caches measured parameters of past tcp sessions to provide better initial start values for following connections from or to the same source or destination. Depending on the network parameters to/from the remote host this can lead to significant speedups for new tcp connections after the first one because they inherit and shortcut the learning curve. tcp_hostcache is designed for multiple concurrent access in SMP environments with high contention and is hash indexed by remote ip address. It removes significant locking requirements from the tcp stack with regard to the routing table. Reviewed by: sam (mentor), bms Reviewed by: -net, -current, core@kame.net (IPv6 parts) Approved by: re (scottl) Revision Changes Path 1.854 +1 -0 src/sys/conf/files 1.24 +2 -11 src/sys/net/if_faith.c 1.92 +2 -11 src/sys/net/if_loop.c 1.54 +8 -2 src/sys/net/route.h 1.97 +21 -17 src/sys/net/rtsock.c 1.132 +14 -83 src/sys/netinet/in_pcb.c 1.67 +3 -16 src/sys/netinet/in_pcb.h 1.51 +1 -2 src/sys/netinet/in_rmx.c 1.80 +3 -6 src/sys/netinet/ip_divert.c 1.47 +6 -3 src/sys/netinet/ip_fw2.c 1.85 +28 -29 src/sys/netinet/ip_icmp.c 1.258 +8 -8 src/sys/netinet/ip_input.c 1.203 +9 -16 src/sys/netinet/ip_output.c 1.122 +1 -1 src/sys/netinet/raw_ip.c 1.1 +728 -0 src/sys/netinet/tcp_hostcache.c (new) 1.216 +200 -144 src/sys/netinet/tcp_input.c 1.83 +17 -27 src/sys/netinet/tcp_output.c 1.168 +124 -222 src/sys/netinet/tcp_subr.c 1.49 +34 -66 src/sys/netinet/tcp_syncache.c 1.63 +2 -5 src/sys/netinet/tcp_timer.c 1.89 +25 -20 src/sys/netinet/tcp_usrreq.c 1.93 +33 -11 src/sys/netinet/tcp_var.h 1.142 +12 -5 src/sys/netinet/udp_usrreq.c 1.50 +9 -21 src/sys/netinet6/icmp6.c 1.45 +8 -36 src/sys/netinet6/in6_pcb.c 1.12 +1 -2 src/sys/netinet6/in6_rmx.c 1.24 +37 -8 src/sys/netinet6/in6_src.c 1.70 +20 -7 src/sys/netinet6/ip6_output.c 1.15 +3 -6 src/sys/netinet6/udp6_output.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:15:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D4316A4CE; Thu, 20 Nov 2003 12:15:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB3443F3F; Thu, 20 Nov 2003 12:15:42 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKFgXJ094002; Thu, 20 Nov 2003 12:15:42 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKFgnS094001; Thu, 20 Nov 2003 12:15:42 -0800 (PST) (envelope-from eik) Message-Id: <200311202015.hAKKFgnS094001@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 20 Nov 2003 12:15:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/lilypond-devel Makefile distinfo pkg-descr pkg-message pkg-plist patch-Doc-user-GNUmakefilepatch-make-ly-rules.make ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:15:43 -0000 eik 2003/11/20 12:15:42 PST FreeBSD ports repository Modified files: print Makefile Added files: print/lilypond-devel Makefile distinfo pkg-descr pkg-message pkg-plist print/lilypond-devel/files extra-patch:GNUmakefile.in patch-Doc-user-GNUmakefile patch-Doc:user:lilypond.tely patch-Doc:user:music-glossary.tely patch-make-ly-rules.make patch-scm:documentation-generate.scm pkg-install.in print/lilypond-devel/scripts post-configure pre-configure Log: development version of print/lilypond: "usually quite stable and very usable, providing wanted new features." PR: 58260 Submitted by: Patrick Atamaniuk Approved by: marcus (mentor) Revision Changes Path 1.259 +1 -0 ports/print/Makefile 1.1 +110 -0 ports/print/lilypond-devel/Makefile (new) 1.1 +1 -0 ports/print/lilypond-devel/distinfo (new) 1.1 +16 -0 ports/print/lilypond-devel/files/extra-patch:GNUmakefile.in (new) 1.1 +13 -0 ports/print/lilypond-devel/files/patch-Doc-user-GNUmakefile (new) 1.1 +19 -0 ports/print/lilypond-devel/files/patch-Doc:user:lilypond.tely (new) 1.1 +21 -0 ports/print/lilypond-devel/files/patch-Doc:user:music-glossary.tely (new) 1.1 +11 -0 ports/print/lilypond-devel/files/patch-make-ly-rules.make (new) 1.1 +11 -0 ports/print/lilypond-devel/files/patch-scm:documentation-generate.scm (new) 1.1 +10 -0 ports/print/lilypond-devel/files/pkg-install.in (new) 1.1 +14 -0 ports/print/lilypond-devel/pkg-descr (new) 1.1 +5 -0 ports/print/lilypond-devel/pkg-message (new) 1.1 +1003 -0 ports/print/lilypond-devel/pkg-plist (new) 1.1 +14 -0 ports/print/lilypond-devel/scripts/post-configure (new) 1.1 +16 -0 ports/print/lilypond-devel/scripts/pre-configure (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:17:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEC116A4CE; Thu, 20 Nov 2003 12:17:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E63443F85; Thu, 20 Nov 2003 12:17:11 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKHAXJ094116; Thu, 20 Nov 2003 12:17:10 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKHAuO094115; Thu, 20 Nov 2003 12:17:10 -0800 (PST) (envelope-from eik) Message-Id: <200311202017.hAKKHAuO094115@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 20 Nov 2003 12:17:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/lilypond Makefile pkg-plist patch-Doc-user-GNUmakefilepatch-make-ly-rules.make ports/print/lilypond/scripts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:17:12 -0000 eik 2003/11/20 12:17:10 PST FreeBSD ports repository Modified files: print/lilypond Makefile pkg-plist print/lilypond/files patch-Doc-user-GNUmakefile Added files: print/lilypond/files extra-patch:GNUmakefile.in patch-Doc:user:lilypond.tely patch-Doc:user:music-glossary.tely patch-make-ly-rules.make patch-scm:documentation-generate.scm pkg-install.in print/lilypond/scripts post-configure pre-configure Log: - fix compilation and installation - synce pkg-plist - since 2.0 pfa-fonts are required, remove WITHOUT_PFA_FONTS option - don't install .info twice - make documentation optional PR: 58120 Submitted by: Patrick Atamaniuk (maintainer) Approved by: marcus (mentor) Revision Changes Path 1.18 +36 -19 ports/print/lilypond/Makefile 1.1 +16 -0 ports/print/lilypond/files/extra-patch:GNUmakefile.in (new) 1.2 +6 -13 ports/print/lilypond/files/patch-Doc-user-GNUmakefile 1.1 +19 -0 ports/print/lilypond/files/patch-Doc:user:lilypond.tely (new) 1.1 +21 -0 ports/print/lilypond/files/patch-Doc:user:music-glossary.tely (new) 1.1 +11 -0 ports/print/lilypond/files/patch-make-ly-rules.make (new) 1.1 +11 -0 ports/print/lilypond/files/patch-scm:documentation-generate.scm (new) 1.1 +10 -0 ports/print/lilypond/files/pkg-install.in (new) 1.4 +699 -683 ports/print/lilypond/pkg-plist 1.1 +14 -0 ports/print/lilypond/scripts/post-configure (new) 1.1 +16 -0 ports/print/lilypond/scripts/pre-configure (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:19:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BF816A4CE; Thu, 20 Nov 2003 12:19:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5ABA43FAF; Thu, 20 Nov 2003 12:19:39 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKJdXJ094279; Thu, 20 Nov 2003 12:19:39 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKJdWb094278; Thu, 20 Nov 2003 12:19:39 -0800 (PST) (envelope-from knu) Message-Id: <200311202019.hAKKJdWb094278@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 12:19:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ruby-glib2 Makefile pkg-plist ports/graphics/ruby-gdk_pixbuf2 Makefile ports/x11-toolkits/ruby-gtk2 pkg-plist ports/x11/ruby-gnome2 Makefile.common distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:19:40 -0000 knu 2003/11/20 12:19:39 PST FreeBSD ports repository Modified files: devel/ruby-glib2 Makefile pkg-plist graphics/ruby-gdk_pixbuf2 Makefile x11-toolkits/ruby-gtk2 pkg-plist x11/ruby-gnome2 Makefile.common distinfo Removed files: devel/ruby-glib2/files patch-mkmf-gnome2.rb Log: Update the Ruby/GNOME2 suite to 0.8.0. Revision Changes Path 1.7 +2 -1 ports/devel/ruby-glib2/Makefile 1.2 +0 -15 ports/devel/ruby-glib2/files/patch-mkmf-gnome2.rb (dead) 1.4 +2 -0 ports/devel/ruby-glib2/pkg-plist 1.15 +0 -3 ports/graphics/ruby-gdk_pixbuf2/Makefile 1.19 +4 -0 ports/x11-toolkits/ruby-gtk2/pkg-plist 1.17 +2 -2 ports/x11/ruby-gnome2/Makefile.common 1.18 +1 -1 ports/x11/ruby-gnome2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:25:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF7416A4CE; Thu, 20 Nov 2003 12:25:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6F443FDD; Thu, 20 Nov 2003 12:25:23 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKPMXJ094521; Thu, 20 Nov 2003 12:25:22 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKPMC1094515; Thu, 20 Nov 2003 12:25:22 -0800 (PST) (envelope-from naddy) Message-Id: <200311202025.hAKKPMC1094515@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 20 Nov 2003 12:25:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/speex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:25:23 -0000 naddy 2003/11/20 12:25:22 PST FreeBSD ports repository Modified files: audio/speex Makefile distinfo Log: Update to 1.0.3: minor bugfixes. Approved by: maintainer Revision Changes Path 1.24 +1 -2 ports/audio/speex/Makefile 1.13 +1 -1 ports/audio/speex/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:28:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF1916A4CE; Thu, 20 Nov 2003 12:28:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E86343FDD; Thu, 20 Nov 2003 12:28:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKSJXJ094633; Thu, 20 Nov 2003 12:28:19 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKSJgK094632; Thu, 20 Nov 2003 12:28:19 -0800 (PST) (envelope-from jhb) Message-Id: <200311202028.hAKKSJgK094632@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 Nov 2003 12:28:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:28:20 -0000 jhb 2003/11/20 12:28:18 PST FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0.s Log: Update the size of the OS string table that wasn't updated in the previous commit that removed the UNIX entry. Submitted by: Rudolf Cejka Approved by: re (rwatson) Revision Changes Path 1.27 +1 -1 src/sys/boot/i386/boot0/boot0.s From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:30:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA5216A4CE; Thu, 20 Nov 2003 12:30:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27DA043FB1; Thu, 20 Nov 2003 12:30:35 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKUYXJ094912; Thu, 20 Nov 2003 12:30:34 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKUYGS094911; Thu, 20 Nov 2003 12:30:34 -0800 (PST) (envelope-from kiri) Message-Id: <200311202030.hAKKUYGS094911@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 12:30:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/smartdoc-devel Makefile distinfo ports/textproc/smartdoc-devel/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:30:35 -0000 kiri 2003/11/20 12:30:34 PST FreeBSD ports repository Modified files: textproc/smartdoc-devel Makefile distinfo textproc/smartdoc-devel/scripts configure Log: Update 1.0.0.20030113 to 1.0.0.20031106. * perl in scripts/configure is replaced by sed in-place mode. Revision Changes Path 1.6 +1 -1 ports/textproc/smartdoc-devel/Makefile 1.4 +1 -1 ports/textproc/smartdoc-devel/distinfo 1.2 +2 -1 ports/textproc/smartdoc-devel/scripts/configure From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:41:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4551016A4CE; Thu, 20 Nov 2003 12:41:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C035543FE3; Thu, 20 Nov 2003 12:41:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKfCXJ095278; Thu, 20 Nov 2003 12:41:12 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKfC9p095277; Thu, 20 Nov 2003 12:41:12 -0800 (PST) (envelope-from jhb) Message-Id: <200311202041.hAKKfC9p095277@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 Nov 2003 12:41:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:41:14 -0000 jhb 2003/11/20 12:41:12 PST FreeBSD src repository Modified files: share/syscons/keymaps INDEX.keymaps Log: Fix a typo that broke one of the Greek keyboard maps. PR: bin/59078 Submitted by: Panagiotis Astithas Approved by: re (rwatson) Revision Changes Path 1.52 +1 -1 src/share/syscons/keymaps/INDEX.keymaps From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:42:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182A816A4CE; Thu, 20 Nov 2003 12:42:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055E943F3F; Thu, 20 Nov 2003 12:42:29 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKgSXJ095333; Thu, 20 Nov 2003 12:42:28 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKgSpS095332; Thu, 20 Nov 2003 12:42:28 -0800 (PST) (envelope-from knu) Message-Id: <200311202042.hAKKgSpS095332@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 12:42:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ruby-rss.alt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:42:30 -0000 knu 2003/11/20 12:42:28 PST FreeBSD ports repository Modified files: textproc/ruby-rss.alt Makefile distinfo pkg-plist Log: Update to 0.0.7. Add CONFLICTS. Revision Changes Path 1.5 +3 -2 ports/textproc/ruby-rss.alt/Makefile 1.5 +1 -1 ports/textproc/ruby-rss.alt/distinfo 1.5 +2 -3 ports/textproc/ruby-rss.alt/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:42:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C396416A4CF; Thu, 20 Nov 2003 12:42:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8E943FA3; Thu, 20 Nov 2003 12:42:41 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKgeXJ095363; Thu, 20 Nov 2003 12:42:40 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKgefE095362; Thu, 20 Nov 2003 12:42:40 -0800 (PST) (envelope-from knu) Message-Id: <200311202042.hAKKgefE095362@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 12:42:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ruby-rss Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:42:41 -0000 knu 2003/11/20 12:42:40 PST FreeBSD ports repository Modified files: textproc/ruby-rss Makefile Log: Add CONFLICTS. Revision Changes Path 1.7 +2 -0 ports/textproc/ruby-rss/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:43:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AEB16A4CE; Thu, 20 Nov 2003 12:43:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA7E43FD7; Thu, 20 Nov 2003 12:43:08 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKh7XJ095418; Thu, 20 Nov 2003 12:43:07 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKh73E095417; Thu, 20 Nov 2003 12:43:07 -0800 (PST) (envelope-from jhb) Message-Id: <200311202043.hAKKh73E095417@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 Nov 2003 12:43:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall Makefile menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:43:08 -0000 jhb 2003/11/20 12:43:07 PST FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile menus.c Log: Add Greek keymaps to sysinstall. PR: bin/59078 Submitted by: Panagiotis Astithas Approved by: re (rwatson) Revision Changes Path 1.131 +6 -5 src/usr.sbin/sysinstall/Makefile 1.381 +3 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:47:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F6A16A4CE; Thu, 20 Nov 2003 12:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3C643F85; Thu, 20 Nov 2003 12:47:24 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKlOXJ001315; Thu, 20 Nov 2003 12:47:24 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKlOA4001314; Thu, 20 Nov 2003 12:47:24 -0800 (PST) (envelope-from knu) Message-Id: <200311202047.hAKKlOA4001314@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 20 Nov 2003 12:47:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ruby-sdl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:47:25 -0000 knu 2003/11/20 12:47:24 PST FreeBSD ports repository Modified files: devel/ruby-sdl Makefile distinfo Log: Update to 0.9.1. Revision Changes Path 1.26 +1 -1 ports/devel/ruby-sdl/Makefile 1.11 +1 -1 ports/devel/ruby-sdl/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:57:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD4816A4CE; Thu, 20 Nov 2003 12:57:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9659243FBD; Thu, 20 Nov 2003 12:57:02 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKv2XJ001711; Thu, 20 Nov 2003 12:57:02 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKv2Wd001710; Thu, 20 Nov 2003 12:57:02 -0800 (PST) (envelope-from marcus) Message-Id: <200311202057.hAKKv2Wd001710@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 12:57:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libgnomeprint Makefile distinfo pkg-plist ports/x11-toolkits/libgnomeprintui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:57:04 -0000 marcus 2003/11/20 12:57:01 PST FreeBSD ports repository Modified files: print/libgnomeprint Makefile distinfo pkg-plist x11-toolkits/libgnomeprintui Makefile distinfo pkg-plist Log: Update to 2.4.1. Revision Changes Path 1.76 +1 -2 ports/print/libgnomeprint/Makefile 1.32 +1 -1 ports/print/libgnomeprint/distinfo 1.42 +1 -10 ports/print/libgnomeprint/pkg-plist 1.27 +1 -1 ports/x11-toolkits/libgnomeprintui/Makefile 1.11 +1 -1 ports/x11-toolkits/libgnomeprintui/distinfo 1.12 +0 -7 ports/x11-toolkits/libgnomeprintui/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 12:57:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1008316A4CF; Thu, 20 Nov 2003 12:57:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B1A43F75; Thu, 20 Nov 2003 12:57:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKKvQXJ001742; Thu, 20 Nov 2003 12:57:26 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKKvQEW001741; Thu, 20 Nov 2003 12:57:26 -0800 (PST) (envelope-from pav) Message-Id: <200311202057.hAKKvQEW001741@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 12:57:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/mcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:57:28 -0000 pav 2003/11/20 12:57:26 PST FreeBSD ports repository Modified files: mbone/mcl Makefile Log: - Unbreak by adding dependency on makedepend. PR: ports/59500 Submitted by: Panagiotis Astithas (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.2 +2 -0 ports/mbone/mcl/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:15:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BAE16A4CE; Thu, 20 Nov 2003 13:15:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A10443F3F; Thu, 20 Nov 2003 13:15:21 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLFLXJ003310; Thu, 20 Nov 2003 13:15:21 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLFLMW003309; Thu, 20 Nov 2003 13:15:21 -0800 (PST) (envelope-from edwin) Message-Id: <200311202115.hAKLFLMW003309@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Nov 2003 13:15:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/wmbiff Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:15:22 -0000 edwin 2003/11/20 13:15:21 PST FreeBSD ports repository Modified files: mail/wmbiff Makefile distinfo Log: Update mail/wmbiff to version 0.4.19 Submitted by: "Simon L. Nielsen" (via private mail) Revision Changes Path 1.17 +1 -1 ports/mail/wmbiff/Makefile 1.11 +1 -1 ports/mail/wmbiff/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:20:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB31B16A4CE; Thu, 20 Nov 2003 13:20:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267A443FCB; Thu, 20 Nov 2003 13:20:41 -0800 (PST) (envelope-from kiri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLKeXJ003598; Thu, 20 Nov 2003 13:20:40 -0800 (PST) (envelope-from kiri@repoman.freebsd.org) Received: (from kiri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLKej6003589; Thu, 20 Nov 2003 13:20:40 -0800 (PST) (envelope-from kiri) Message-Id: <200311202120.hAKLKej6003589@repoman.freebsd.org> From: Kiriyama Kazuhiko Date: Thu, 20 Nov 2003 13:20:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/fujiplay/files patch-fujiplay.c ports/graphics/fujiplay Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:20:41 -0000 kiri 2003/11/20 13:20:40 PST FreeBSD ports repository Modified files: graphics/fujiplay Makefile pkg-plist Added files: graphics/fujiplay/files patch-fujiplay.c Log: Update 1.33 to 1.33_1. * enable to build on 5.X PR: ports/58439 Submitted by: Samy Al Bahra Revision Changes Path 1.7 +2 -7 ports/graphics/fujiplay/Makefile 1.1 +74 -0 ports/graphics/fujiplay/files/patch-fujiplay.c (new) 1.2 +4 -4 ports/graphics/fujiplay/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:23:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B3316A4CE; Thu, 20 Nov 2003 13:23:12 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBCD43FBF; Thu, 20 Nov 2003 13:23:09 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id B6BA15309; Thu, 20 Nov 2003 22:23:07 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id F1D115308; Thu, 20 Nov 2003 22:22:59 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 84BA533C85; Thu, 20 Nov 2003 22:22:59 +0100 (CET) To: John Baldwin References: <200311202028.hAKKSJgK094632@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 20 Nov 2003 22:22:59 +0100 In-Reply-To: <200311202028.hAKKSJgK094632@repoman.freebsd.org> (John Baldwin's message of "Thu, 20 Nov 2003 12:28:19 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:23:12 -0000 John Baldwin writes: > Log: > Update the size of the OS string table that wasn't updated in the previ= ous > commit that removed the UNIX entry. >=20=20=20 > Submitted by: Rudolf Cejka > Approved by: re (rwatson) PR: kern/59256 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:23:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E7A16A4CF; Thu, 20 Nov 2003 13:23:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EE843FE1; Thu, 20 Nov 2003 13:23:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLNoXJ003676; Thu, 20 Nov 2003 13:23:50 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLNoLl003675; Thu, 20 Nov 2003 13:23:50 -0800 (PST) (envelope-from jhb) Message-Id: <200311202123.hAKLNoLl003675@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 Nov 2003 13:23:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:23:51 -0000 jhb 2003/11/20 13:23:50 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Try all of the possible interrupts for a link device when programming boot-disabled devices instead of skipping the last interrupt. This is especially important for devices that only have one interrupt as this bug was keeping any interrupt from being tried at all. Reviewed by: msmith Approved by: re (scottl) Revision Changes Path 1.10 +1 -1 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:25:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 201BD16A4CE; Thu, 20 Nov 2003 13:25:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B9443FDF; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLPAXJ003781; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLPAXq003780; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis) Message-Id: <200311202125.hAKLPAXq003780@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 13:25:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin2 Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/www/resin2/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:25:11 -0000 glewis 2003/11/20 13:25:09 PST FreeBSD ports repository Modified files: www/resin2 Makefile pkg-plist Added files: www/resin2/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in Removed files: www/resin2 pkg-deinstall pkg-install pkg-message Log: . Avoid conflict between resin2 and resin3 . Fix resin{2,3}ctl first line (perl path) . Pid file is no more created in the Makefile . New resin.sh startup script, manages pid file . pkg-[de]install and pkg-message are now generated . Do not write anything after including bsd.port.post.mk . Packages are now supported (reported by Arcadius Ahouansou) . Integration with apxs for [de]activating mod_caucho PR: 57566 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.2 +78 -27 ports/www/resin2/Makefile 1.1 +48 -0 ports/www/resin2/files/install.sh (new) 1.1 +12 -0 ports/www/resin2/files/patch-apache-Makefile.in (new) 1.1 +12 -0 ports/www/resin2/files/patch-apache2-Makefile.in (new) 1.1 +8 -0 ports/www/resin2/files/patch-wrapper (new) 1.1 +52 -0 ports/www/resin2/files/pkg-deinstall (new) 1.1 +50 -0 ports/www/resin2/files/pkg-install (new) 1.1 +4 -0 ports/www/resin2/files/pkg-message.in (new) 1.1 +53 -0 ports/www/resin2/files/resin.sh.in (new) 1.2 +0 -43 ports/www/resin2/pkg-deinstall (dead) 1.2 +0 -98 ports/www/resin2/pkg-install (dead) 1.2 +0 -6 ports/www/resin2/pkg-message (dead) 1.2 +456 -467 ports/www/resin2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:27:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DA716A4CE for ; Thu, 20 Nov 2003 13:27:47 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C4443FE1 for ; Thu, 20 Nov 2003 13:27:45 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 30951 invoked from network); 20 Nov 2003 21:27:44 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 20 Nov 2003 21:27:44 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hAKLRfFn032188; Thu, 20 Nov 2003 16:27:41 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 20 Nov 2003 16:27:41 -0500 (EST) From: John Baldwin To: (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:27:47 -0000 On 20-Nov-2003 Dag-Erling Smørgrav wrote: > John Baldwin writes: >> Log: >> Update the size of the OS string table that wasn't updated in the previous >> commit that removed the UNIX entry. >> >> Submitted by: Rudolf Cejka >> Approved by: re (rwatson) > > PR: kern/59256 Oops, that's correct. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:28:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F396416A4CE; Thu, 20 Nov 2003 13:28:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F8043FCB; Thu, 20 Nov 2003 13:28:21 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLSLXJ003986; Thu, 20 Nov 2003 13:28:21 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLSKhc003985; Thu, 20 Nov 2003 13:28:20 -0800 (PST) (envelope-from edwin) Message-Id: <200311202128.hAKLSKhc003985@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Nov 2003 13:28:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dhcpdump Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:28:22 -0000 edwin 2003/11/20 13:28:20 PST FreeBSD ports repository Modified files: net/dhcpdump Makefile distinfo Log: Update net/dhcpdump to version 1.6: Fix display problems with padded options. Add support for option 82. Submitted by: Edwin Groothuis Revision Changes Path 1.8 +1 -1 ports/net/dhcpdump/Makefile 1.7 +1 -1 ports/net/dhcpdump/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:30:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D116B16A4CE; Thu, 20 Nov 2003 13:30:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C7143FDF; Thu, 20 Nov 2003 13:30:40 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLUeXJ004279; Thu, 20 Nov 2003 13:30:40 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLUeQ1004278; Thu, 20 Nov 2003 13:30:40 -0800 (PST) (envelope-from sergei) Message-Id: <200311202130.hAKLUeQ1004278@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:30:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/ocrad Makefile distinfo pkg-descr pkg-plist ports/graphics/ocrad/files patch-Makefile.in patch-bitmap.cc patch-character.h patch-configure patch-iso_8859_1.h patch-main.cc patch-textline.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:30:42 -0000 sergei 2003/11/20 13:30:40 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/ocrad Makefile distinfo pkg-descr pkg-plist graphics/ocrad/files patch-Makefile.in patch-bitmap.cc patch-character.h patch-configure patch-iso_8859_1.h patch-main.cc patch-textline.cc Log: Add ocrad 0.5, OCR program implemented as filter. GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. It reads a bitmap image in pbm format and outputs text in ISO-8859-1 (Latin-1) charset. Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages. It can be used as a stand-alone console application, or as a backend to other programs. PR: 59232 Submitted by: Ulrich Spoerlein Revision Changes Path 1.633 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/ocrad/Makefile (new) 1.1 +1 -0 ports/graphics/ocrad/distinfo (new) 1.1 +45 -0 ports/graphics/ocrad/files/patch-Makefile.in (new) 1.1 +34 -0 ports/graphics/ocrad/files/patch-bitmap.cc (new) 1.1 +10 -0 ports/graphics/ocrad/files/patch-character.h (new) 1.1 +29 -0 ports/graphics/ocrad/files/patch-configure (new) 1.1 +14 -0 ports/graphics/ocrad/files/patch-iso_8859_1.h (new) 1.1 +21 -0 ports/graphics/ocrad/files/patch-main.cc (new) 1.1 +146 -0 ports/graphics/ocrad/files/patch-textline.cc (new) 1.1 +9 -0 ports/graphics/ocrad/pkg-descr (new) 1.1 +8 -0 ports/graphics/ocrad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:30:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996B516A4CF; Thu, 20 Nov 2003 13:30:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A90943FAF; Thu, 20 Nov 2003 13:30:55 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLUtXJ004321; Thu, 20 Nov 2003 13:30:55 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLUtUf004320; Thu, 20 Nov 2003 13:30:55 -0800 (PST) (envelope-from sergei) Message-Id: <200311202130.hAKLUtUf004320@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:30:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:30:56 -0000 sergei 2003/11/20 13:30:55 PST FreeBSD ports repository Modified files: . modules Log: ocrad --> ports/graphics/ocrad Revision Changes Path 1.8663 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:40:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD7C16A4CE; Thu, 20 Nov 2003 13:40:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B58F43F85; Thu, 20 Nov 2003 13:40:14 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLeEXJ004787; Thu, 20 Nov 2003 13:40:14 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLeEnm004786; Thu, 20 Nov 2003 13:40:14 -0800 (PST) (envelope-from sergei) Message-Id: <200311202140.hAKLeEnm004786@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:40:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:40:15 -0000 sergei 2003/11/20 13:40:14 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Paul Dlug for his net/nrpe and sysutils/radmind ports Revision Changes Path 1.64 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:42:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA9A16A4CE; Thu, 20 Nov 2003 13:42:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6350D43FB1; Thu, 20 Nov 2003 13:42:18 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLgIXJ004920; Thu, 20 Nov 2003 13:42:18 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLgIv7004919; Thu, 20 Nov 2003 13:42:18 -0800 (PST) (envelope-from sergei) Message-Id: <200311202142.hAKLgIv7004919@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:42:18 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:42:19 -0000 sergei 2003/11/20 13:42:18 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Fix sorting Revision Changes Path 1.65 +4 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:44:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BD816A4D1; Thu, 20 Nov 2003 13:44:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD16743FDD; Thu, 20 Nov 2003 13:44:14 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLiEXJ005080; Thu, 20 Nov 2003 13:44:14 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLiEop005079; Thu, 20 Nov 2003 13:44:14 -0800 (PST) (envelope-from glewis) Message-Id: <200311202144.hAKLiEop005079@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 13:44:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin3 Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/www/resin3/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:44:15 -0000 glewis 2003/11/20 13:44:14 PST FreeBSD ports repository Modified files: www/resin3 Makefile pkg-plist Added files: www/resin3/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in Removed files: www/resin3 pkg-deinstall pkg-install pkg-message Log: . Avoid conflict between resin2 and resin3 . Fix resin{2,3}ctl first line (perl path) . Pid file is no more created in the Makefile . New resin.sh startup script, manages pid file . pkg-[de]install and pkg-message are now generated . Do not write anything after including bsd.port.post.mk . Packages are now supported (reported by Arcadius Ahouansou) . Integration with apxs for [de]activating mod_caucho PR: 57566 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.2 +78 -22 ports/www/resin3/Makefile 1.1 +51 -0 ports/www/resin3/files/install.sh (new) 1.1 +12 -0 ports/www/resin3/files/patch-apache-Makefile.in (new) 1.1 +12 -0 ports/www/resin3/files/patch-apache2-Makefile.in (new) 1.1 +8 -0 ports/www/resin3/files/patch-wrapper (new) 1.1 +52 -0 ports/www/resin3/files/pkg-deinstall (new) 1.1 +50 -0 ports/www/resin3/files/pkg-install (new) 1.1 +4 -0 ports/www/resin3/files/pkg-message.in (new) 1.1 +53 -0 ports/www/resin3/files/resin.sh.in (new) 1.2 +0 -43 ports/www/resin3/pkg-deinstall (dead) 1.2 +0 -100 ports/www/resin3/pkg-install (dead) 1.2 +0 -6 ports/www/resin3/pkg-message (dead) 1.2 +95 -98 ports/www/resin3/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:46:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E495E16A4CE; Thu, 20 Nov 2003 13:46:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E218B43FB1; Thu, 20 Nov 2003 13:46:08 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLk8XJ005203; Thu, 20 Nov 2003 13:46:08 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLk8Fq005202; Thu, 20 Nov 2003 13:46:08 -0800 (PST) (envelope-from sergei) Message-Id: <200311202146.hAKLk8Fq005202@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:46:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:46:10 -0000 sergei 2003/11/20 13:46:08 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Jan-Peter Koopmann for his mail/mailscanner port Revision Changes Path 1.66 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:47:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFA916A4CE; Thu, 20 Nov 2003 13:47:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630F743F93; Thu, 20 Nov 2003 13:47:21 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLlLXJ005243; Thu, 20 Nov 2003 13:47:21 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLlKmZ005242; Thu, 20 Nov 2003 13:47:20 -0800 (PST) (envelope-from andre) Message-Id: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 20 Nov 2003 13:47:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:47:22 -0000 andre 2003/11/20 13:47:20 PST FreeBSD src repository Modified files: sys/netinet6 raw_ip6.c Log: Introduce tcp_hostcache and remove the tcp specific metrics from the routing table. Move all usage and references in the tcp stack from the routing table metrics to the tcp hostcache. It caches measured parameters of past tcp sessions to provide better initial start values for following connections from or to the same source or destination. Depending on the network parameters to/from the remote host this can lead to significant speedups for new tcp connections after the first one because they inherit and shortcut the learning curve. tcp_hostcache is designed for multiple concurrent access in SMP environments with high contention and is hash indexed by remote ip address. It removes significant locking requirements from the tcp stack with regard to the routing table. Reviewed by: sam (mentor), bms Reviewed by: -net, -current, core@kame.net (IPv6 parts) Approved by: re (scottl) Revision Changes Path 1.35 +3 -6 src/sys/netinet6/raw_ip6.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:49:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0766616A4D0 for ; Thu, 20 Nov 2003 13:49:32 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7217E43FDF for ; Thu, 20 Nov 2003 13:49:29 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 69829 invoked from network); 20 Nov 2003 21:52:32 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 20 Nov 2003 21:52:32 -0000 Message-ID: <3FBD36E8.A5ADB8C8@freebsd.org> Date: Thu, 20 Nov 2003 22:49:28 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:49:32 -0000 Andre Oppermann wrote: > > andre 2003/11/20 13:47:20 PST > > FreeBSD src repository > > Modified files: > sys/netinet6 raw_ip6.c > Log: > Introduce tcp_hostcache and remove the tcp specific metrics from > the routing table. Move all usage and references in the tcp stack > from the routing table metrics to the tcp hostcache. > > It caches measured parameters of past tcp sessions to provide better > initial start values for following connections from or to the same > source or destination. Depending on the network parameters to/from > the remote host this can lead to significant speedups for new tcp > connections after the first one because they inherit and shortcut > the learning curve. > > tcp_hostcache is designed for multiple concurrent access in SMP > environments with high contention and is hash indexed by remote > ip address. > > It removes significant locking requirements from the tcp stack with > regard to the routing table. > > Reviewed by: sam (mentor), bms > Reviewed by: -net, -current, core@kame.net (IPv6 parts) > Approved by: re (scottl) > > Revision Changes Path > 1.35 +3 -6 src/sys/netinet6/raw_ip6.c This fixes IPv6 build of kernel. I forgot to add this file to the previous commit. I'm sorry for any inconvinence this may have caused. Pointy hat to me. -- Andre From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:58:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B72A16A4CE; Thu, 20 Nov 2003 13:58:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BE743FE1; Thu, 20 Nov 2003 13:58:52 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLwqXJ005881; Thu, 20 Nov 2003 13:58:52 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLwqCv005880; Thu, 20 Nov 2003 13:58:52 -0800 (PST) (envelope-from sergei) Message-Id: <200311202158.hAKLwqCv005880@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 13:58:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nrpe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 21:58:53 -0000 sergei 2003/11/20 13:58:52 PST FreeBSD ports repository Modified files: net/nrpe Makefile Log: - Remove USE_REINPLACE in favor of passing argument to configure script PR: 59431 Submitted by: maintainer Revision Changes Path 1.6 +2 -6 ports/net/nrpe/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:09:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DECEF16A4CE; Thu, 20 Nov 2003 14:09:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551CF43FE1; Thu, 20 Nov 2003 14:09:38 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKM9cXJ007175; Thu, 20 Nov 2003 14:09:38 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKM9blL007174; Thu, 20 Nov 2003 14:09:37 -0800 (PST) (envelope-from glewis) Message-Id: <200311202209.hAKM9blL007174@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 14:09:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:09:39 -0000 glewis 2003/11/20 14:09:37 PST FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: . Update MASTER_SITE_APACHE_JAKARTA to allow some of the older Jakarta ports to fetch. Revision Changes Path 1.207 +2 -1 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:10:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C3D16A4E7; Thu, 20 Nov 2003 14:10:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6B543FE1; Thu, 20 Nov 2003 14:10:11 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMABXJ007235; Thu, 20 Nov 2003 14:10:11 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMAA6X007234; Thu, 20 Nov 2003 14:10:10 -0800 (PST) (envelope-from linimon) Message-Id: <200311202210.hAKMAA6X007234@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 14:10:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:10:12 -0000 linimon 2003/11/20 14:10:10 PST FreeBSD ports repository Added files: x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist Log: Add x11-wm/aquaosk, a native Acqua-like window decoration for KDE3, with window drop shadows by David Sansome. PR: ports/51005 Submitted by: Brian Skrab Compile tested on: 4.9-PRERELEASE, 5.1-RELEASE Revision Changes Path 1.1 +23 -0 ports/x11-wm/aquaosk/Makefile (new) 1.1 +1 -0 ports/x11-wm/aquaosk/distinfo (new) 1.1 +12 -0 ports/x11-wm/aquaosk/pkg-descr (new) 1.1 +8 -0 ports/x11-wm/aquaosk/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:10:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7F716A4CE; Thu, 20 Nov 2003 14:10:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6D543FB1; Thu, 20 Nov 2003 14:10:37 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMAbXJ007356; Thu, 20 Nov 2003 14:10:37 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMAbc7007355; Thu, 20 Nov 2003 14:10:37 -0800 (PST) (envelope-from sergei) Message-Id: <200311202210.hAKMAbc7007355@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 14:10:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailscanner Makefile distinfo pkg-message pkg-plist ports/mail/mailscanner/files README.FreeBSD.port mailscanner.sh mta.sh patch-Makefile patch-bin:MailScanner patch-docs:README.FreeBSD.port ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:10:38 -0000 sergei 2003/11/20 14:10:37 PST FreeBSD ports repository Modified files: mail/mailscanner Makefile distinfo pkg-message pkg-plist Added files: mail/mailscanner/files README.FreeBSD.port mailscanner.sh mta.sh Removed files: mail/mailscanner/files patch-Makefile patch-bin:MailScanner patch-bin:mailscanner.sh patch-bin:mta.sh patch-docs:README.FreeBSD.port patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.conf.5 patch-docs:man:MailScanner.conf.5.html patch-etc:MailScanner.conf patch-etc:virus.scanners.conf patch-lib:MailScanner:ConfigDefs.pl patch-lib:MailScanner:SystemDefs.pm Log: - Update to 4.24-5 - Re-write/clean up most of port's Makefile - Remove the need for patch, use Perl to substitute strings PR: 58715 Submitted by: maintainer Revision Changes Path 1.3 +155 -44 ports/mail/mailscanner/Makefile 1.3 +1 -1 ports/mail/mailscanner/distinfo 1.1 +48 -0 ports/mail/mailscanner/files/README.FreeBSD.port (new) 1.1 +55 -0 ports/mail/mailscanner/files/mailscanner.sh (new) 1.1 +117 -0 ports/mail/mailscanner/files/mta.sh (new) 1.3 +0 -153 ports/mail/mailscanner/files/patch-Makefile (dead) 1.3 +0 -17 ports/mail/mailscanner/files/patch-bin:MailScanner (dead) 1.3 +0 -58 ports/mail/mailscanner/files/patch-bin:mailscanner.sh (dead) 1.3 +0 -120 ports/mail/mailscanner/files/patch-bin:mta.sh (dead) 1.3 +0 -51 ports/mail/mailscanner/files/patch-docs:README.FreeBSD.port (dead) 1.3 +0 -122 ports/mail/mailscanner/files/patch-docs:man:MailScanner.8 (dead) 1.3 +0 -187 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 (dead) 1.3 +0 -3570 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (dead) 1.3 +0 -76 ports/mail/mailscanner/files/patch-etc:MailScanner.conf (dead) 1.3 +0 -43 ports/mail/mailscanner/files/patch-etc:virus.scanners.conf (dead) 1.3 +0 -72 ports/mail/mailscanner/files/patch-lib:MailScanner:ConfigDefs.pl (dead) 1.3 +0 -10 ports/mail/mailscanner/files/patch-lib:MailScanner:SystemDefs.pm (dead) 1.2 +11 -1 ports/mail/mailscanner/pkg-message 1.3 +75 -1 ports/mail/mailscanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:13:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9789C16A4CF; Thu, 20 Nov 2003 14:13:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9C943FDD; Thu, 20 Nov 2003 14:13:57 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMDuXJ007559; Thu, 20 Nov 2003 14:13:56 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMDunE007558; Thu, 20 Nov 2003 14:13:56 -0800 (PST) (envelope-from linimon) Message-Id: <200311202213.hAKMDunE007558@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 14:13:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:13:57 -0000 linimon 2003/11/20 14:13:56 PST FreeBSD ports repository Modified files: x11-wm Makefile Log: Add aquaosk. Revision Changes Path 1.137 +1 -0 ports/x11-wm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:13:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C378A16A4CE; Thu, 20 Nov 2003 14:13:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348EA43FAF; Thu, 20 Nov 2003 14:13:53 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMDqXJ007532; Thu, 20 Nov 2003 14:13:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMDqjm007531; Thu, 20 Nov 2003 14:13:52 -0800 (PST) (envelope-from krion) Message-Id: <200311202213.hAKMDqjm007531@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 14:13:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/konversation Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:13:53 -0000 krion 2003/11/20 14:13:52 PST FreeBSD ports repository Modified files: irc/konversation Makefile distinfo pkg-plist Log: - Update to version 0.13 PR: 59529 Submitted by: lofi Revision Changes Path 1.4 +4 -4 ports/irc/konversation/Makefile 1.3 +1 -1 ports/irc/konversation/distinfo 1.3 +13 -5 ports/irc/konversation/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:15:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B55616A4CE; Thu, 20 Nov 2003 14:15:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EAC43FEA; Thu, 20 Nov 2003 14:15:05 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMF5XJ007651; Thu, 20 Nov 2003 14:15:05 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMF5t6007650; Thu, 20 Nov 2003 14:15:05 -0800 (PST) (envelope-from glewis) Message-Id: <200311202215.hAKMF5t6007650@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 14:15:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_jk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:15:06 -0000 glewis 2003/11/20 14:15:04 PST FreeBSD ports repository Modified files: www/mod_jk Makefile distinfo Log: . Update to 1.2.5. . Fix MASTER_SITE_SUBDIR. . Unbreak (port now fetches). PR: 58944 Submitted by: Palle Girgensohn (maintainer) Revision Changes Path 1.21 +2 -4 ports/www/mod_jk/Makefile 1.7 +1 -1 ports/www/mod_jk/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:18:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533B116A4CE; Thu, 20 Nov 2003 14:18:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D1243FE0; Thu, 20 Nov 2003 14:18:10 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMIAXJ007793; Thu, 20 Nov 2003 14:18:10 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMI9gx007792; Thu, 20 Nov 2003 14:18:10 -0800 (PST) (envelope-from linimon) Message-Id: <200311202218.hAKMI9gx007792@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 14:18:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:18:11 -0000 linimon 2003/11/20 14:18:09 PST FreeBSD ports repository Modified files: . modules Log: aquaosk -> ports/x11-wm/aquaosk PR: ports/51005 Revision Changes Path 1.8664 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:21:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648DB16A4CE; Thu, 20 Nov 2003 14:21:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7FE43FAF; Thu, 20 Nov 2003 14:21:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMLpXJ007943; Thu, 20 Nov 2003 14:21:51 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMLpaC007942; Thu, 20 Nov 2003 14:21:51 -0800 (PST) (envelope-from jhb) Message-Id: <200311202221.hAKMLpaC007942@repoman.freebsd.org> From: John Baldwin Date: Thu, 20 Nov 2003 14:21:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:21:52 -0000 jhb 2003/11/20 14:21:51 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib.c Log: Fix a typo in my patches to support extended IRQ resources that broke the type checking for _PRS for a link device's interrupt resources. Approved by: re (scottl) Revision Changes Path 1.34 +1 -1 src/sys/dev/acpica/acpi_pcib.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:27:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9540216A4CE; Thu, 20 Nov 2003 14:27:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34F643FF9; Thu, 20 Nov 2003 14:27:13 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMRDXJ008128; Thu, 20 Nov 2003 14:27:13 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMRDf1008127; Thu, 20 Nov 2003 14:27:13 -0800 (PST) (envelope-from krion) Message-Id: <200311202227.hAKMRDf1008127@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 14:27:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/hydra Makefile distinfo pkg-plist ports/www/hydra/files patch-src::cgi_ssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:27:14 -0000 krion 2003/11/20 14:27:13 PST FreeBSD ports repository Modified files: www/hydra Makefile distinfo pkg-plist Added files: www/hydra/files patch-src::cgi_ssl.c Log: - Update to version 0.1.4 - Do not overwrite config files PR: 59490 Submitted by: Clement Laforet Revision Changes Path 1.3 +6 -2 ports/www/hydra/Makefile 1.2 +1 -1 ports/www/hydra/distinfo 1.1 +11 -0 ports/www/hydra/files/patch-src::cgi_ssl.c (new) 1.2 +7 -3 ports/www/hydra/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:31:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BC216A4CE; Thu, 20 Nov 2003 14:31:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7163543FAF; Thu, 20 Nov 2003 14:31:21 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMVLXJ008316; Thu, 20 Nov 2003 14:31:21 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMVLXX008315; Thu, 20 Nov 2003 14:31:21 -0800 (PST) (envelope-from pav) Message-Id: <200311202231.hAKMVLXX008315@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 14:31:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-cdread Makefileports/audio/xmms-cdread/files patch-cdrombsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:31:22 -0000 pav 2003/11/20 14:31:21 PST FreeBSD ports repository Modified files: audio/xmms-cdread Makefile audio/xmms-cdread/files patch-cdrombsd.h Log: - Adapt for ATAng (unbreak on -CURRENT). PR: ports/59514 Submitted by: Sergey V. Belov (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.5 +1 -7 ports/audio/xmms-cdread/Makefile 1.2 +39 -5 ports/audio/xmms-cdread/files/patch-cdrombsd.h From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:32:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D8F16A4CE; Thu, 20 Nov 2003 14:32:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8727143FAF; Thu, 20 Nov 2003 14:32:50 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMWoXJ008604; Thu, 20 Nov 2003 14:32:50 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMWoQK008603; Thu, 20 Nov 2003 14:32:50 -0800 (PST) (envelope-from sergei) Message-Id: <200311202232.hAKMWoQK008603@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 14:32:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/runit Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:32:51 -0000 sergei 2003/11/20 14:32:50 PST FreeBSD ports repository Modified files: sysutils/runit Makefile distinfo pkg-plist Log: - Update to 0.12.1 Revision Changes Path 1.5 +1 -1 ports/sysutils/runit/Makefile 1.4 +1 -1 ports/sysutils/runit/distinfo 1.3 +1 -0 ports/sysutils/runit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:38:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 714FD16A4CE; Thu, 20 Nov 2003 14:38:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51E943F93; Thu, 20 Nov 2003 14:38:31 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMcVXJ009066; Thu, 20 Nov 2003 14:38:31 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMcVGA009065; Thu, 20 Nov 2003 14:38:31 -0800 (PST) (envelope-from sergei) Message-Id: <200311202238.hAKMcVGA009065@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 20 Nov 2003 14:38:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/ftpcube Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:38:32 -0000 sergei 2003/11/20 14:38:31 PST FreeBSD ports repository Modified files: ftp/ftpcube Makefile distinfo pkg-plist Log: - Update to 0.4.3 - Use PYTHON_SITELIBDIR and DATADIR in pkg-plist - Respect PREFIX PR: 59142 Submitted by: Clement Laforet Revision Changes Path 1.11 +6 -2 ports/ftp/ftpcube/Makefile 1.6 +1 -1 ports/ftp/ftpcube/distinfo 1.6 +181 -82 ports/ftp/ftpcube/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:50:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A106716A4CE; Thu, 20 Nov 2003 14:50:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1669F43F75; Thu, 20 Nov 2003 14:50:27 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMoQXJ009534; Thu, 20 Nov 2003 14:50:26 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMoQhX009532; Thu, 20 Nov 2003 14:50:26 -0800 (PST) (envelope-from peter) Message-Id: <200311202250.hAKMoQhX009532@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 14:50:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:50:27 -0000 peter 2003/11/20 14:50:26 PST FreeBSD src repository Modified files: sys/sys pcpu.h Log: Allow the MD backend to provide an alternative to #define curthread PCPU_GET(curthread) since its so heavily used in the kernel and ripe for compile-speed optimization on some platforms. Revision Changes Path 1.11 +2 -0 src/sys/sys/pcpu.h From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:52:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F3F16A4CE; Thu, 20 Nov 2003 14:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C514543FEA; Thu, 20 Nov 2003 14:52:16 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMqGXJ009675; Thu, 20 Nov 2003 14:52:16 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMqGDC009674; Thu, 20 Nov 2003 14:52:16 -0800 (PST) (envelope-from sumikawa) Message-Id: <200311202252.hAKMqGDC009674@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 20 Nov 2003 14:52:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files patch-remote_dos X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:52:17 -0000 sumikawa 2003/11/20 14:52:16 PST FreeBSD ports repository Modified files: net/zebra Makefile Added files: net/zebra/files patch-remote_dos Log: Prevent remote dos attack. See detail in http://rhn.redhat.com/errata/RHSA-2003-305.html Obtained from: redhat Revision Changes Path 1.73 +1 -1 ports/net/zebra/Makefile 1.1 +23 -0 ports/net/zebra/files/patch-remote_dos (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 14:54:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2500816A4CE; Thu, 20 Nov 2003 14:54:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3D843F93; Thu, 20 Nov 2003 14:54:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKMsjXJ009765; Thu, 20 Nov 2003 14:54:45 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKMsj2Y009764; Thu, 20 Nov 2003 14:54:45 -0800 (PST) (envelope-from peter) Message-Id: <200311202254.hAKMsj2Y009764@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 14:54:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/include pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 22:54:46 -0000 peter 2003/11/20 14:54:45 PST FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/include pcpu.h Log: Provide a streamlined '#define curthread __curthread()' for amd64 to avoid the compiler having to parse and optimize the PCPU_GET(curthread) so often. __curthread() is an inline optimized version of PCPU_GET(curthread) that knows that pc_curthread is at offset zero in the pcpu struct. Add a CTASSERT() to catch any possible changes to this. This accounts for just over a 1% wall clock speedup for total kernel compile/link time, and 20% compile time speedup on some specific files depending on which compile options are used. Approved by: re (jhb) Revision Changes Path 1.600 +3 -0 src/sys/amd64/amd64/machdep.c 1.41 +10 -0 src/sys/amd64/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:02:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35CC416A4CE; Thu, 20 Nov 2003 15:02:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECEC43FB1; Thu, 20 Nov 2003 15:02:14 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKN2EXJ010181; Thu, 20 Nov 2003 15:02:14 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKN2EKT010180; Thu, 20 Nov 2003 15:02:14 -0800 (PST) (envelope-from linimon) Message-Id: <200311202302.hAKN2EKT010180@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:02:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/netraider Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:02:15 -0000 linimon 2003/11/20 15:02:14 PST FreeBSD ports repository Removed files: www/netraider Makefile distinfo pkg-descr pkg-plist Log: Remove www/netraider. Per bento logs, this port (a reduced version of Konqueror) only compiles on 4.X on i386. The mastersite disappeared 2 years ago. The last distfile is 3 years old and its status on Sourceforge is listed as "alpha". PR: ports/58313 and no objection for one month. Revision Changes Path 1.8 +0 -38 ports/www/netraider/Makefile (dead) 1.2 +0 -1 ports/www/netraider/distinfo (dead) 1.2 +0 -4 ports/www/netraider/pkg-descr (dead) 1.2 +0 -8 ports/www/netraider/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:03:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C35816A4CE; Thu, 20 Nov 2003 15:03:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D2643FEC; Thu, 20 Nov 2003 15:03:42 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKN3gXJ011220; Thu, 20 Nov 2003 15:03:42 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKN3gMn011219; Thu, 20 Nov 2003 15:03:42 -0800 (PST) (envelope-from linimon) Message-Id: <200311202303.hAKN3gMn011219@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:03:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:03:43 -0000 linimon 2003/11/20 15:03:42 PST FreeBSD ports repository Modified files: www Makefile Log: Remove www/netraider. Per bento logs, this port (a reduced version of Konqueror) only compiles on 4.X on i386. The mastersite disappeared 2 years ago. The last distfile is 3 years old and its status on Sourceforge is listed as "alpha". PR: ports/58313 and no objection for one month. Revision Changes Path 1.759 +0 -1 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:03:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F70916A4CF; Thu, 20 Nov 2003 15:03:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A67843FA3; Thu, 20 Nov 2003 15:03:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKN3hXJ011249; Thu, 20 Nov 2003 15:03:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKN3hZg011248; Thu, 20 Nov 2003 15:03:43 -0800 (PST) (envelope-from pav) Message-Id: <200311202303.hAKN3hZg011248@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 15:03:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/lingoteach Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:03:44 -0000 pav 2003/11/20 15:03:43 PST FreeBSD ports repository Modified files: misc/lingoteach Makefile distinfo Log: - Update sound package to 0.3.9 PR: ports/59524 Submitted by: Marcus von Appen (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.9 +2 -1 ports/misc/lingoteach/Makefile 1.5 +1 -1 ports/misc/lingoteach/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:04:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DE016A4D0; Thu, 20 Nov 2003 15:04:14 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81AD43FDF; Thu, 20 Nov 2003 15:04:11 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMysZ-0001N6-00; Fri, 21 Nov 2003 06:10:31 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMysY-0001Mh-00; Fri, 21 Nov 2003 06:10:31 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAKN60g1049039; Fri, 21 Nov 2003 05:06:00 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAKN603X048994; Fri, 21 Nov 2003 05:06:00 +0600 (NOVT) (envelope-from danfe) Date: Fri, 21 Nov 2003 05:06:00 +0600 From: Alexey Dokuchaev To: Mark Linimon Message-ID: <20031120230600.GA42368@regency.nsu.ru> References: <200311202210.hAKMAA6X007234@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311202210.hAKMAA6X007234@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: linimon@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:04:14 -0000 On Thu, Nov 20, 2003 at 02:10:10PM -0800, Mark Linimon wrote: > linimon 2003/11/20 14:10:10 PST > > FreeBSD ports repository > > Added files: > x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist > Log: > Add x11-wm/aquaosk, a native Acqua-like window decoration for KDE3, with > window drop shadows by David Sansome. Hmm, if it's something of more like a theme, or KDE-only things, IMHO it should rather go into x11-toolkits, since x11-wm is for general, DE-independent window managers (as the name itself suggests). ./danfe From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:05:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8FC16A4CE; Thu, 20 Nov 2003 15:05:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD13443FE1; Thu, 20 Nov 2003 15:05:29 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKN5TXJ011452; Thu, 20 Nov 2003 15:05:29 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKN5TN6011451; Thu, 20 Nov 2003 15:05:29 -0800 (PST) (envelope-from linimon) Message-Id: <200311202305.hAKN5TN6011451@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:05:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:05:30 -0000 linimon 2003/11/20 15:05:29 PST FreeBSD ports repository Modified files: . modules Log: Retire www/netraider. PR: ports/58313 and no objection for one month. Revision Changes Path 1.8665 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:06:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED7316A4CE; Thu, 20 Nov 2003 15:06:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FE443FDD; Thu, 20 Nov 2003 15:06:45 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKN6jXJ011593; Thu, 20 Nov 2003 15:06:45 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKN6jfK011592; Thu, 20 Nov 2003 15:06:45 -0800 (PST) (envelope-from pav) Message-Id: <200311202306.hAKN6jfK011592@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 15:06:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/ADMsmb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:06:46 -0000 pav 2003/11/20 15:06:45 PST FreeBSD ports repository Modified files: security/ADMsmb Makefile Log: - Author included object files in distfile. Get rid of them otherwise build fails on non-i386 platforms. - Respect CFLAGS Submitted by: Koop Mast Approved by: adamw (mentor) Revision Changes Path 1.2 +6 -0 ports/security/ADMsmb/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:11:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E2716A4CE; Thu, 20 Nov 2003 15:11:52 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D78B44003; Thu, 20 Nov 2003 15:11:47 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 0DCB214693; Thu, 20 Nov 2003 17:11:46 -0600 (CST) Message-ID: <3FBD49DA.1080502@lonesome.com> Date: Thu, 20 Nov 2003 23:10:18 +0000 From: Mark Linimon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Dokuchaev References: <200311202210.hAKMAA6X007234@repoman.freebsd.org> <20031120230600.GA42368@regency.nsu.ru> In-Reply-To: <20031120230600.GA42368@regency.nsu.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: Mark Linimon cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:11:52 -0000 I don't have any particular objection to it beig repocopied, or just doing it again as there is no history. There has been some discussion of an x11-themes category to which this would surely be moved. Perhaps an even more inclusive x11-eyecandy would pull even more things out of x11/ itself :-) I'll go with any group consensus on this. mcl From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:15:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1570216A4CF for ; Thu, 20 Nov 2003 15:15:35 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id CD65243FD7 for ; Thu, 20 Nov 2003 15:15:31 -0800 (PST) (envelope-from adamw@magnesium.net) Received: (qmail 86906 invoked by uid 1252); 20 Nov 2003 23:15:31 -0000 Date: 20 Nov 2003 18:15:31 -0500 Date: Thu, 20 Nov 2003 18:15:31 -0500 From: Adam Weinberger To: Mark Linimon Message-ID: <20031120231531.GB40706@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Mark Linimon , Alexey Dokuchaev , Mark Linimon , ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org References: <200311202210.hAKMAA6X007234@repoman.freebsd.org> <20031120230600.GA42368@regency.nsu.ru> <3FBD49DA.1080502@lonesome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FBD49DA.1080502@lonesome.com> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: Alexey Dokuchaev cc: cvs-all@freebsd.org cc: cvs-ports@freebsd.org cc: Mark Linimon cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:15:35 -0000 >> (11.20.2003 @ 1810 PST): Mark Linimon said, in 0.3K: << > I don't have any particular objection to it beig repocopied, or just > doing it again as there is no history. > > There has been some discussion of an x11-themes category to which > this would surely be moved. Perhaps an even more inclusive > x11-eyecandy would pull even more things out of x11/ itself :-) > > I'll go with any group consensus on this. >> end of "Re: cvs commit: ports/x11-wm/aquaosk Makefile distinfo pkg-descr pkg-plist" from Mark Linimon << I've submitted a request for x11-themes to portmgr. These themes are spread out enough now to be just plain confusing. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:16:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59DE816A4CE; Thu, 20 Nov 2003 15:16:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6BBC43FDD; Thu, 20 Nov 2003 15:16:26 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNGQXJ012040; Thu, 20 Nov 2003 15:16:26 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNGQKN012039; Thu, 20 Nov 2003 15:16:26 -0800 (PST) (envelope-from linimon) Message-Id: <200311202316.hAKNGQKN012039@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:16:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/whisker Makefile distinfo pkg-descr pkg-plist ports/security/whisker/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:16:27 -0000 linimon 2003/11/20 15:16:26 PST FreeBSD ports repository Removed files: security/whisker Makefile distinfo pkg-descr pkg-plist security/whisker/files patch-aa Log: Per Bill Fenner's distfile survey, the main web site for this source code no longer contains the code. Instead it contains "Whisker has officially been deprecated as of 2003. Use nikto instead." nikto is currently in the ports collection as security/nikto. PR: ports/58606 and no objection for nearly a month. Revision Changes Path 1.9 +0 -28 ports/security/whisker/Makefile (dead) 1.3 +0 -1 ports/security/whisker/distinfo (dead) 1.2 +0 -11 ports/security/whisker/files/patch-aa (dead) 1.2 +0 -3 ports/security/whisker/pkg-descr (dead) 1.3 +0 -8 ports/security/whisker/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:17:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C8516A4CE; Thu, 20 Nov 2003 15:17:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37AB43FE3; Thu, 20 Nov 2003 15:17:31 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNHVXJ012090; Thu, 20 Nov 2003 15:17:31 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNHVO7012089; Thu, 20 Nov 2003 15:17:31 -0800 (PST) (envelope-from linimon) Message-Id: <200311202317.hAKNHVO7012089@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:17:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:17:33 -0000 linimon 2003/11/20 15:17:31 PST FreeBSD ports repository Modified files: security Makefile Log: Retire security/whisker. Author says to use nikto instead. PR: ports/58606. Revision Changes Path 1.468 +0 -1 ports/security/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:18:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A53016A4CE; Thu, 20 Nov 2003 15:18:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F9443F3F; Thu, 20 Nov 2003 15:18:32 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNIWXJ012141; Thu, 20 Nov 2003 15:18:32 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNIWBp012140; Thu, 20 Nov 2003 15:18:32 -0800 (PST) (envelope-from linimon) Message-Id: <200311202318.hAKNIWBp012140@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:18:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:18:34 -0000 linimon 2003/11/20 15:18:32 PST FreeBSD ports repository Modified files: . modules Log: Retire security/whisker. PR: ports/58606 and no objection for nearly a month. Revision Changes Path 1.8666 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:21:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF7E16A4CE; Thu, 20 Nov 2003 15:21:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11B543F3F; Thu, 20 Nov 2003 15:21:26 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNLQXJ012292; Thu, 20 Nov 2003 15:21:26 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNLQnA012291; Thu, 20 Nov 2003 15:21:26 -0800 (PST) (envelope-from glewis) Message-Id: <200311202321.hAKNLQnA012291@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 15:21:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-pool Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:21:27 -0000 glewis 2003/11/20 15:21:26 PST FreeBSD ports repository Modified files: java/jakarta-commons-pool Makefile pkg-plist Log: . Simplify the packing list [1] . Add missing BUILD_DEPENDS entry. PR: 59179 [1] Submitted by: Anton Yudin (maintainer) [1] Revision Changes Path 1.3 +3 -1 ports/java/jakarta-commons-pool/Makefile 1.3 +0 -42 ports/java/jakarta-commons-pool/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:23:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC7516A4CE; Thu, 20 Nov 2003 15:23:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF12D43FA3; Thu, 20 Nov 2003 15:23:22 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNNMXJ012375; Thu, 20 Nov 2003 15:23:22 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNNMVl012370; Thu, 20 Nov 2003 15:23:22 -0800 (PST) (envelope-from peter) Message-Id: <200311202323.hAKNNMVl012370@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 15:23:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:23:23 -0000 peter 2003/11/20 15:23:22 PST FreeBSD src repository Modified files: sys/i386/i386 machdep.c sys/i386/include pcpu.h Log: MFamd64: use a less compiler-intensive MD implementation of 'curthread' so that the compiler doesn't have to do so much work. Approved by: re (jhb) Revision Changes Path 1.583 +3 -0 src/sys/i386/i386/machdep.c 1.41 +10 -0 src/sys/i386/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:23:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E1016A4CF; Thu, 20 Nov 2003 15:23:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAD043FBD; Thu, 20 Nov 2003 15:23:30 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNNUXJ012405; Thu, 20 Nov 2003 15:23:30 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNNUc4012404; Thu, 20 Nov 2003 15:23:30 -0800 (PST) (envelope-from linimon) Message-Id: <200311202323.hAKNNUc4012404@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:23:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:23:31 -0000 linimon 2003/11/20 15:23:30 PST FreeBSD ports repository Modified files: . MOVED Log: Remove www/netraider and security/whisker; former disappeared, author discontinued latter and recommends security/nikto instead. PR: ports/58313, ports/58606 Revision Changes Path 1.275 +3 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:26:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6B316A4CE; Thu, 20 Nov 2003 15:26:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDB343FAF; Thu, 20 Nov 2003 15:26:35 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNQZXJ012560; Thu, 20 Nov 2003 15:26:35 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNQZLo012559; Thu, 20 Nov 2003 15:26:35 -0800 (PST) (envelope-from olgeni) Message-Id: <200311202326.hAKNQZLo012559@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 20 Nov 2003 15:26:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:26:37 -0000 olgeni 2003/11/20 15:26:35 PST FreeBSD ports repository Modified files: lang/erlang Makefile Log: Look for JDK 1.4.2. Revision Changes Path 1.44 +1 -1 ports/lang/erlang/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:30:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F2816A4CE; Thu, 20 Nov 2003 15:30:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80E343FE1; Thu, 20 Nov 2003 15:30:10 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNUAXJ012769; Thu, 20 Nov 2003 15:30:10 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNUASB012768; Thu, 20 Nov 2003 15:30:10 -0800 (PST) (envelope-from krion) Message-Id: <200311202330.hAKNUASB012768@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 20 Nov 2003 15:30:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/sms_client Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:30:11 -0000 krion 2003/11/20 15:30:10 PST FreeBSD ports repository Modified files: comms/sms_client Makefile pkg-plist Log: - Fix pkg-plist vodafone_autralia -> vodafone_australia - Pet portlint - Bump PORTREVISION PR: 31910 Submitted by: Shaun Branden Revision Changes Path 1.4 +8 -3 ports/comms/sms_client/Makefile 1.2 +5 -3 ports/comms/sms_client/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:30:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB76616A4CF; Thu, 20 Nov 2003 15:30:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DD943F93; Thu, 20 Nov 2003 15:30:16 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNUFXJ012844; Thu, 20 Nov 2003 15:30:15 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNUFcP012843; Thu, 20 Nov 2003 15:30:15 -0800 (PST) (envelope-from glewis) Message-Id: <200311202330.hAKNUFcP012843@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 15:30:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-dbcp Makefile pkg-plist ports/java/jakarta-commons-dbcp/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:30:16 -0000 glewis 2003/11/20 15:30:15 PST FreeBSD ports repository Modified files: java/jakarta-commons-dbcp Makefile pkg-plist Removed files: java/jakarta-commons-dbcp/files patch-aa Log: . Simplify packing list [1] . Minor simplification of BUILD_DEPENDS. PR: 59179 [1] Submitted by: Anton Yudin (maintainer) [1] Revision Changes Path 1.3 +2 -1 ports/java/jakarta-commons-dbcp/Makefile 1.2 +0 -19 ports/java/jakarta-commons-dbcp/files/patch-aa (dead) 1.3 +0 -53 ports/java/jakarta-commons-dbcp/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:30:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130A516A4D5 for ; Thu, 20 Nov 2003 15:30:46 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C68E743FEA for ; Thu, 20 Nov 2003 15:30:43 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 72723 invoked by uid 1000); 20 Nov 2003 23:30:45 -0000 Date: Thu, 20 Nov 2003 15:30:45 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031120164313.C5EE216A55E@hub.freebsd.org> Message-ID: <20031120152928.R72721@root.org> References: <20031120164313.C5EE216A55E@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:30:46 -0000 On Thu, 20 Nov 2003, Marcel Moolenaar wrote: > Modified files: > sys/ia64/ia64 machdep.c > Log: > Set the ACPI processor Id in the PCPU structure so that CPU idling > on SMP systems has a chance of working. This was a loose end of the > implementation of the ACPI Cx idle states. Since our logical CPU Id > is the ACPI processor Id, we do not need to jump through hoops to > obtain it. > > Approved: re@ (jhb) > > Revision Changes Path > 1.172 +1 -1 src/sys/ia64/ia64/machdep.c Thanks! On i386, mp_machdep.c handles SMP and machdep.c is the non-SMP case, hence my confusion. -Nate From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:32:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A0D616A4CF; Thu, 20 Nov 2003 15:32:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCC043FA3; Thu, 20 Nov 2003 15:32:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNWjXJ012949; Thu, 20 Nov 2003 15:32:45 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNWiPJ012948; Thu, 20 Nov 2003 15:32:44 -0800 (PST) (envelope-from marcus) Message-Id: <200311202332.hAKNWiPJ012948@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:32:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gucharmap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:32:46 -0000 marcus 2003/11/20 15:32:44 PST FreeBSD ports repository Modified files: deskutils/gucharmap Makefile distinfo pkg-plist Log: Update to 1.2.0. Revision Changes Path 1.15 +2 -3 ports/deskutils/gucharmap/Makefile 1.8 +1 -1 ports/deskutils/gucharmap/distinfo 1.10 +12 -0 ports/deskutils/gucharmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:29:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01EB16A4D1; Thu, 20 Nov 2003 15:29:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A4C43F85; Thu, 20 Nov 2003 15:29:11 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNTBXJ012716; Thu, 20 Nov 2003 15:29:11 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNTB2n012715; Thu, 20 Nov 2003 15:29:11 -0800 (PST) (envelope-from pav) Message-Id: <200311202329.hAKNTB2n012715@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 15:29:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/py-pow Makefile distinfo pkg-plist ports/security/py-pow/files patch-POW.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:29:12 -0000 X-List-Received-Date: Thu, 20 Nov 2003 23:29:12 -0000 pav 2003/11/20 15:29:11 PST FreeBSD ports repository Modified files: security/py-pow Makefile distinfo pkg-plist Removed files: security/py-pow/files patch-POW.c Log: - Update to 0.7 - Unmark BROKEN - Use PORTDOCS macro PR: ports/59528 Submitted by: Clement Laforet Approved by: adamw (mentor) Revision Changes Path 1.7 +7 -9 ports/security/py-pow/Makefile 1.2 +1 -1 ports/security/py-pow/distinfo 1.2 +0 -11 ports/security/py-pow/files/patch-POW.c (dead) 1.2 +20 -3 ports/security/py-pow/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:34:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8640E16A4CE; Thu, 20 Nov 2003 15:34:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE16143F75; Thu, 20 Nov 2003 15:34:44 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNYiXJ013002; Thu, 20 Nov 2003 15:34:44 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNYiVW013001; Thu, 20 Nov 2003 15:34:44 -0800 (PST) (envelope-from marcus) Message-Id: <200311202334.hAKNYiVW013001@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:34:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gucharmap pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:34:45 -0000 marcus 2003/11/20 15:34:44 PST FreeBSD ports repository Modified files: deskutils/gucharmap pkg-plist Log: Properly handle OMF files. Revision Changes Path 1.11 +2 -0 ports/deskutils/gucharmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:36:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A2B916A4D0; Thu, 20 Nov 2003 15:36:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F329343FA3; Thu, 20 Nov 2003 15:36:48 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNamXJ013133; Thu, 20 Nov 2003 15:36:48 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNamxZ013132; Thu, 20 Nov 2003 15:36:48 -0800 (PST) (envelope-from marcus) Message-Id: <200311202336.hAKNamxZ013132@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:36:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gthumb2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:36:49 -0000 marcus 2003/11/20 15:36:48 PST FreeBSD ports repository Modified files: graphics/gthumb2 pkg-plist Log: Remove a left-over directory. Spotted by: adamw Revision Changes Path 1.19 +1 -0 ports/graphics/gthumb2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:38:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB7616A4CE; Thu, 20 Nov 2003 15:38:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9329943FDF; Thu, 20 Nov 2003 15:38:01 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNc1XJ013193; Thu, 20 Nov 2003 15:38:01 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNc1Bi013192; Thu, 20 Nov 2003 15:38:01 -0800 (PST) (envelope-from marcus) Message-Id: <200311202338.hAKNc1Bi013192@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:38:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnometerminal pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:38:02 -0000 marcus 2003/11/20 15:38:01 PST FreeBSD ports repository Modified files: x11/gnometerminal pkg-plist Log: Remove a left-over directory. Spotted by: adamw Revision Changes Path 1.13 +1 -0 ports/x11/gnometerminal/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:39:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9485716A4CE; Thu, 20 Nov 2003 15:39:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30C443FBF; Thu, 20 Nov 2003 15:39:47 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNdlXJ013276; Thu, 20 Nov 2003 15:39:47 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNdlWm013275; Thu, 20 Nov 2003 15:39:47 -0800 (PST) (envelope-from linimon) Message-Id: <200311202339.hAKNdlWm013275@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 15:39:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/qscheme Makefile ports/lang/qscheme/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:39:48 -0000 linimon 2003/11/20 15:39:47 PST FreeBSD ports repository Modified files: lang/qscheme Makefile lang/qscheme/files patch-configure Log: Force to use gcc2.95. Fix configuration problems, too. Build-tested on 4.x and 5.x. PR: ports/58239 Submitted by: Erik Greenwald (maintainer). Revision Changes Path 1.8 +10 -0 ports/lang/qscheme/Makefile 1.2 +59 -12 ports/lang/qscheme/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:42:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E77C16A4CE for ; Thu, 20 Nov 2003 15:42:02 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CB3743FDD for ; Thu, 20 Nov 2003 15:41:03 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 72789 invoked by uid 1000); 20 Nov 2003 23:40:58 -0000 Date: Thu, 20 Nov 2003 15:40:58 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031120153849.H72721@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:42:03 -0000 On Thu, 20 Nov 2003, John Baldwin wrote: > On 20-Nov-2003 Nate Lawson wrote: > > On Wed, 19 Nov 2003, John Baldwin wrote: > >> One minor suggestion btw. Could you fix the hw.acpi.cpu.cpu_cx_lowest > >> to use the "C1", "C2", and "C3" strings for its user-visible interface > >> instead of the direct integer? Setting the value to C2 is a bit more > >> intuitive than setting it to 1 to get C2. > > > > I considered this before, however Cx is really a type, not a given state. > > There can be more than 3 sleep states. For instance, the IBM R40 has C1, > > C2, C3, and C3 (4 states). An index was the only unique way I could > > specify the states. The transition latency is also unique but setting a > > state to 182 to get the last C3 state is even worse from a user > > perspective. > > Ah. Maybe rename the sysctl/tunable to indicate that it is an index? No good ideas over here. Took me a while to even come up with hw.acpi.cpu.cx_lowest. You want to indicate higher states will be also used as determined by the scheduling algorithm and that states with higher indices provide more power savings but also more latency. cx_lowest_idx seems kinda lame. Suggestions? -Nate From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:42:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEDF316A4D9; Thu, 20 Nov 2003 15:42:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B10440BE; Thu, 20 Nov 2003 15:41:09 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNf9XJ013387; Thu, 20 Nov 2003 15:41:09 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNf9Yv013386; Thu, 20 Nov 2003 15:41:09 -0800 (PST) (envelope-from glewis) Message-Id: <200311202341.hAKNf9Yv013386@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 15:41:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_jk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:42:06 -0000 glewis 2003/11/20 15:41:09 PST FreeBSD ports repository Modified files: www/mod_jk Makefile Log: . Use the newer, more simplified APACHE dependency handling. Submitted by: Palle Girgensohn (maintainer) Revision Changes Path 1.22 +4 -7 ports/www/mod_jk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:45:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A630D16A4CE; Thu, 20 Nov 2003 15:45:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7DD43FD7; Thu, 20 Nov 2003 15:45:02 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNj1XJ013527; Thu, 20 Nov 2003 15:45:01 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNj12T013526; Thu, 20 Nov 2003 15:45:01 -0800 (PST) (envelope-from marcus) Message-Id: <200311202345.hAKNj12T013526@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:45:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gdm2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:45:02 -0000 X-List-Received-Date: Thu, 20 Nov 2003 23:45:02 -0000 marcus 2003/11/20 15:45:01 PST FreeBSD ports repository Modified files: x11/gdm2 pkg-plist Log: Remove a left-over directory. Spotted by: adamw Revision Changes Path 1.34 +1 -0 ports/x11/gdm2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:45:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D78116A510 for ; Thu, 20 Nov 2003 15:45:34 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9482543FE5 for ; Thu, 20 Nov 2003 15:45:31 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 72810 invoked by uid 1000); 20 Nov 2003 23:45:32 -0000 Date: Thu, 20 Nov 2003 15:45:32 -0800 (PST) From: Nate Lawson To: Andre Oppermann In-Reply-To: <20031120200816.1F8C916A4DD@hub.freebsd.org> Message-ID: <20031120154119.M72721@root.org> References: <20031120200816.1F8C916A4DD@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/net if_faith.c if_loop.c route.h rtsock.c src/sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:45:34 -0000 On Thu, 20 Nov 2003, Andre Oppermann wrote: > Modified files: > sys/conf files > sys/net if_faith.c if_loop.c route.h rtsock.c > sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c > ip_fw2.c ip_icmp.c ip_input.c ip_output.c > raw_ip.c tcp_input.c tcp_output.c > tcp_subr.c tcp_syncache.c tcp_timer.c > tcp_usrreq.c tcp_var.h udp_usrreq.c > sys/netinet6 icmp6.c in6_pcb.c in6_rmx.c in6_src.c > ip6_output.c udp6_output.c > Added files: > sys/netinet tcp_hostcache.c > Log: > Introduce tcp_hostcache and remove the tcp specific metrics from > the routing table. Move all usage and references in the tcp stack > from the routing table metrics to the tcp hostcache. > > It caches measured parameters of past tcp sessions to provide better > initial start values for following connections from or to the same > source or destination. Depending on the network parameters to/from > the remote host this can lead to significant speedups for new tcp > connections after the first one because they inherit and shortcut > the learning curve. This is very good. There was no reason to throw away rtt estimates each time a connection closed. Especially for http servers, this should make a big difference. Thanks so much! One great paper I read on this: Prashant Pradhan, Tzi-Cker Chiueh, Anindya Neogi, Aggregate TCP Congestion Control Using Multiple Network Probing, in proceedings of IEEE ICDCS'2000. http://www.ecsl.cs.sunysb.edu/~prashant/papers/atcp.ps.gz -Nate From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:49:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D11EA16A4CE; Thu, 20 Nov 2003 15:49:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455E743F75; Thu, 20 Nov 2003 15:49:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNn9XJ013667; Thu, 20 Nov 2003 15:49:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNn8KS013666; Thu, 20 Nov 2003 15:49:09 -0800 (PST) (envelope-from marcus) Message-Id: <200311202349.hAKNn8KS013666@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:49:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnometerminal pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:49:10 -0000 marcus 2003/11/20 15:49:08 PST FreeBSD ports repository Modified files: x11/gnometerminal pkg-plist Log: Remove another left-over directory. Spotted by: adamw Revision Changes Path 1.14 +1 -0 ports/x11/gnometerminal/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:49:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDCE16A4CF; Thu, 20 Nov 2003 15:49:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4B543FDD; Thu, 20 Nov 2003 15:49:28 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNnSXJ013694; Thu, 20 Nov 2003 15:49:28 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNnS5i013693; Thu, 20 Nov 2003 15:49:28 -0800 (PST) (envelope-from peter) Message-Id: <200311202349.hAKNnS5i013693@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 15:49:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include pcpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:49:29 -0000 peter 2003/11/20 15:49:28 PST FreeBSD src repository Modified files: sys/amd64/include pcpu.h Log: Argh! Followup to previous commit. I checked in the patch with an unintended local change. Change Xurthread back to curthread. Revision Changes Path 1.42 +1 -1 src/sys/amd64/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Thu Nov 20 15:51:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0B016A4D4; Thu, 20 Nov 2003 15:51:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2468743FE9; Thu, 20 Nov 2003 15:50:52 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKNopXJ013843; Thu, 20 Nov 2003 15:50:51 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKNop03013842; Thu, 20 Nov 2003 15:50:51 -0800 (PST) (envelope-from marcus) Message-Id: <200311202350.hAKNop03013842@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 15:50:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnomeapplets2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 23:51:43 -0000 marcus 2003/11/20 15:50:51 PST FreeBSD ports repository Modified files: x11/gnomeapplets2 pkg-plist Log: Remove some left-over directories. Spotted by: adamw Revision Changes Path 1.30 +2 -0 ports/x11/gnomeapplets2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 16:02:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566AE16A4CE; Thu, 20 Nov 2003 16:02:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898C643FE1; Thu, 20 Nov 2003 16:02:29 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL02TXJ014250; Thu, 20 Nov 2003 16:02:29 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL02Tvw014249; Thu, 20 Nov 2003 16:02:29 -0800 (PST) (envelope-from simon) Message-Id: <200311210002.hAL02Tvw014249@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 20 Nov 2003 16:02:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 sym.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:02:30 -0000 simon 2003/11/20 16:02:29 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 sym.4 Log: MFC 1.14-1.16: - Document the KZPCA-AA. - Sync the sym(4) manual page with the hardware notes, and change the list of supported controllers into a list. Revision Changes Path 1.5.2.8 +67 -17 src/share/man/man4/sym.4 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 16:16:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A34716A4D0 for ; Thu, 20 Nov 2003 16:16:53 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB2443FCB for ; Thu, 20 Nov 2003 16:16:47 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 79852 invoked from network); 21 Nov 2003 00:19:50 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 21 Nov 2003 00:19:50 -0000 Message-ID: <3FBD596E.CE7299BD@freebsd.org> Date: Fri, 21 Nov 2003 01:16:46 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Nate Lawson References: <20031120200816.1F8C916A4DD@hub.freebsd.org> <20031120154119.M72721@root.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/net if_faith.c if_loop.croute.h rtsock.c src/sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:16:53 -0000 Nate Lawson wrote: > > On Thu, 20 Nov 2003, Andre Oppermann wrote: > > Modified files: > > sys/conf files > > sys/net if_faith.c if_loop.c route.h rtsock.c > > sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c > > ip_fw2.c ip_icmp.c ip_input.c ip_output.c > > raw_ip.c tcp_input.c tcp_output.c > > tcp_subr.c tcp_syncache.c tcp_timer.c > > tcp_usrreq.c tcp_var.h udp_usrreq.c > > sys/netinet6 icmp6.c in6_pcb.c in6_rmx.c in6_src.c > > ip6_output.c udp6_output.c > > Added files: > > sys/netinet tcp_hostcache.c > > Log: > > Introduce tcp_hostcache and remove the tcp specific metrics from > > the routing table. Move all usage and references in the tcp stack > > from the routing table metrics to the tcp hostcache. > > > > It caches measured parameters of past tcp sessions to provide better > > initial start values for following connections from or to the same > > source or destination. Depending on the network parameters to/from > > the remote host this can lead to significant speedups for new tcp > > connections after the first one because they inherit and shortcut > > the learning curve. > > This is very good. There was no reason to throw away rtt estimates each > time a connection closed. Especially for http servers, this should make a We didn't exactly throw it away. It was stored in the rmx_... structure in the routing table. However it was only done after 16 srtt measurements have been made, which is almost never the case with http traffic. With the new code the srtt is saved after four samples have been made. Every new connection then smoothes that value more and more. The question to be answered is whether it makes sense to lower initial threshold even more, to two or three samples. That has to profiled. But in opinion the new value is a very good choice which actually gives a good stating value for the next connection. The old code would save a srtt only in about 5-7% of all connections. And then the hit rate for new connections using one of the cached values was around 1%. At the moment the hostcache is only updated when a tcp connection closes. I am studying (measure) whether it makes sense to update it after n fresh samples to make the cache even more effective. > big difference. Thanks so much! You're welcome! :-) > One great paper I read on this: > Prashant Pradhan, Tzi-Cker Chiueh, Anindya Neogi, Aggregate TCP Congestion > Control Using Multiple Network Probing, in proceedings of IEEE ICDCS'2000. > http://www.ecsl.cs.sunysb.edu/~prashant/papers/atcp.ps.gz I will certainly have a look at it. The next thing I'm working on is dynamically sized tcp socket buffers. This is one of the largest problems for good performace at the moment. Once you get a couple of ms rtt away from the server/client you quickly hit the bandwidth*delay product in the socket buffer. My new code is starting with a small buffer size of 8 or 16K and automatically grows that in step with the CWND and remote receive/send windows. The default maximum is probably somewhere around 512k but can be raised to 1M or more. For example I'm in Europe and around 170ms away from the FreeBSD cluster. When I'm uploading something I can't get more than ~190kbit/s speed because I hit the socket buffer limit, even though I've got 20Mbit/s unused direct SprintLink US transit and the Y! connectivity is even more than that. So only a socket buffer of 425K would allow me to fill and use the full 20meg pipe. BTW: Is there a reason why we haven't enabled rfc3390 and inflight by default? I'm running all my (ISP) servers with it and it gives quite a boost, especially with http traffic. The inflight stuff is also very good for connections where the remote side has only limited bandwidth. It doesn't overload the remote path buffer and keeps the traffic smooth instead of hitting the packet loss and trying again. -- Andre From owner-cvs-all@FreeBSD.ORG Thu Nov 20 16:18:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4937D16A4CE; Thu, 20 Nov 2003 16:18:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14F743FBF; Thu, 20 Nov 2003 16:18:31 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL0IVXJ015628; Thu, 20 Nov 2003 16:18:31 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL0IVuV015627; Thu, 20 Nov 2003 16:18:31 -0800 (PST) (envelope-from pav) Message-Id: <200311210018.hAL0IVuV015627@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Nov 2003 16:18:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:18:32 -0000 pav 2003/11/20 16:18:31 PST FreeBSD ports repository Modified files: security/amavisd Makefile Log: Include support for all possible antivirus in a package - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet Approved by: adamw (mentor) Revision Changes Path 1.13 +4 -0 ports/security/amavisd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 16:55:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C18A16A4CE; Thu, 20 Nov 2003 16:55:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24A243FDD; Thu, 20 Nov 2003 16:55:11 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL0tBXJ022382; Thu, 20 Nov 2003 16:55:11 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL0tBMO022381; Thu, 20 Nov 2003 16:55:11 -0800 (PST) (envelope-from trhodes) Message-Id: <200311210055.hAL0tBMO022381@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 20 Nov 2003 16:55:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile ncv.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:55:12 -0000 trhodes 2003/11/20 16:55:11 PST FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 ncv.4 Log: Bring in a new manual page, ncv.4, and attach it to the build. Based on an original version submitted by: non Approved by: re (scottl) Revision Changes Path 1.241 +1 -0 src/share/man/man4/Makefile 1.1 +127 -0 src/share/man/man4/ncv.4 (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 16:59:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0103F16A4CE; Thu, 20 Nov 2003 16:59:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB3843F75; Thu, 20 Nov 2003 16:59:01 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL0x1XJ022621; Thu, 20 Nov 2003 16:59:01 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL0x14T022620; Thu, 20 Nov 2003 16:59:01 -0800 (PST) (envelope-from jeh) Message-Id: <200311210059.hAL0x14T022620@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 16:59:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/scponly Makefileports/shells/scponly/files extra-patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:59:02 -0000 jeh 2003/11/20 16:59:01 PST FreeBSD ports repository Modified files: shells/scponly Makefile Added files: shells/scponly/files extra-patch-aa Log: scponly dist includes a script which setup chroot cage, which depends a location of run-time link-editor. Since FreeBSD has dynamic root capability from __FreeBSD_version == 501105, we should add new location to unbreak the script. PR: 59511 Submintted by: MAINTAINER Revision Changes Path 1.10 +4 -0 ports/shells/scponly/Makefile 1.1 +21 -0 ports/shells/scponly/files/extra-patch-aa (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:23:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C188F16A4CE; Thu, 20 Nov 2003 17:23:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320E943FF2; Thu, 20 Nov 2003 17:23:21 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1NLXJ024468; Thu, 20 Nov 2003 17:23:21 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1NKS2024467; Thu, 20 Nov 2003 17:23:20 -0800 (PST) (envelope-from bmah) Message-Id: <200311210123.hAL1NKS2024467@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 20 Nov 2003 17:23:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:23:21 -0000 bmah 2003/11/20 17:23:20 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: acpi(4) idle state support. Submitted by: njl Approved by: re (implicitly) Revision Changes Path 1.655 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:25:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2FB16A4CE; Thu, 20 Nov 2003 17:25:08 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2011043FE0; Thu, 20 Nov 2003 17:25:03 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id hAL1P2EG002246; Thu, 20 Nov 2003 17:25:02 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) hAL1P2dL001016; Thu, 20 Nov 2003 17:25:02 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.10/8.12.10/Submit) id hAL1P2gZ001015; Thu, 20 Nov 2003 17:25:02 -0800 (PST) (envelope-from marcel) Date: Thu, 20 Nov 2003 17:25:02 -0800 From: Marcel Moolenaar To: Nate Lawson Message-ID: <20031121012502.GA914@dhcp01.pn.xcllnt.net> References: <20031120153849.H72721@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031120153849.H72721@root.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:25:09 -0000 On Thu, Nov 20, 2003 at 03:40:58PM -0800, Nate Lawson wrote: > On Thu, 20 Nov 2003, John Baldwin wrote: > > On 20-Nov-2003 Nate Lawson wrote: > > > On Wed, 19 Nov 2003, John Baldwin wrote: > > >> One minor suggestion btw. Could you fix the hw.acpi.cpu.cpu_cx_lowest > > >> to use the "C1", "C2", and "C3" strings for its user-visible interface > > >> instead of the direct integer? Setting the value to C2 is a bit more > > >> intuitive than setting it to 1 to get C2. > > > > > > I considered this before, however Cx is really a type, not a given state. > > > There can be more than 3 sleep states. For instance, the IBM R40 has C1, > > > C2, C3, and C3 (4 states). An index was the only unique way I could > > > specify the states. The transition latency is also unique but setting a > > > state to 182 to get the last C3 state is even worse from a user > > > perspective. > > > > Ah. Maybe rename the sysctl/tunable to indicate that it is an index? > > No good ideas over here. Took me a while to even come up with > hw.acpi.cpu.cx_lowest. You want to indicate higher states will be also > used as determined by the scheduling algorithm and that states with higher > indices provide more power savings but also more latency. cx_lowest_idx > seems kinda lame. Suggestions? Maybe make the Cx state type an "unimportant" attribute? MIB-like: hw.acpi.cpu.cx.count=4 hw.acpi.cpu.cx.lowest=0 hw.acpi.cpu.cx.0.type=C1 hw.acpi.cpu.cx.0.latency=1 hw.acpi.cpu.cx.0.longsleep=x hw.acpi.cpu.cx.0.shortsleep=y hw.acpi.cpu.cx.1.type=C2 : hw.acpu.cpu.cx.2.type=C3 : hw.acpu.cpu.cx.3.type=C3 : Something like this makes the sysctl variables less magical, better to parse mechanically and puts the emphasis on the index. It's more verbose though... $0.02 -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:29:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054F516A4CE; Thu, 20 Nov 2003 17:29:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A62D43FE1; Thu, 20 Nov 2003 17:29:18 -0800 (PST) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1TIXJ024781; Thu, 20 Nov 2003 17:29:18 -0800 (PST) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1TI33024780; Thu, 20 Nov 2003 17:29:18 -0800 (PST) (envelope-from mp) Message-Id: <200311210129.hAL1TI33024780@repoman.freebsd.org> From: Mark Peek Date: Thu, 20 Nov 2003 17:29:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/psim-freebsd Makefile ports/emulators/psim-freebsd/files patch-gen_idecode.c patch-gen_model.c patch-lf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:29:19 -0000 mp 2003/11/20 17:29:18 PST FreeBSD ports repository Modified files: emulators/psim-freebsd Makefile Added files: emulators/psim-freebsd/files patch-gen_idecode.c patch-gen_model.c patch-lf.c Log: Unbreak this port. The latest gcc needs explicit newline sequences (\n\) at the end of each line of multi-line character strings. Revision Changes Path 1.14 +1 -7 ports/emulators/psim-freebsd/Makefile 1.1 +58 -0 ports/emulators/psim-freebsd/files/patch-gen_idecode.c (new) 1.1 +11 -0 ports/emulators/psim-freebsd/files/patch-gen_model.c (new) 1.1 +53 -0 ports/emulators/psim-freebsd/files/patch-lf.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:30:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA91B16A4CE; Thu, 20 Nov 2003 17:30:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6210143FD7; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1UTXJ024917; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1UTkG024916; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr) Message-Id: <200311210130.hAL1UTkG024916@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Nov 2003 17:30:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys getfsstat.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:30:30 -0000 tjr 2003/11/20 17:30:29 PST FreeBSD src repository Modified files: lib/libc/sys getfsstat.2 Log: Replace out of date struct statfs definition with a reference to statfs(2). Approved by: re Revision Changes Path 1.16 +3 -64 src/lib/libc/sys/getfsstat.2 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:35:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C7516A4CE; Thu, 20 Nov 2003 17:35:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1936C43FF2; Thu, 20 Nov 2003 17:35:28 -0800 (PST) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1ZRXJ025069; Thu, 20 Nov 2003 17:35:27 -0800 (PST) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1ZRUM025068; Thu, 20 Nov 2003 17:35:27 -0800 (PST) (envelope-from mp) Message-Id: <200311210135.hAL1ZRUM025068@repoman.freebsd.org> From: Mark Peek Date: Thu, 20 Nov 2003 17:35:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gdb53 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:35:29 -0000 mp 2003/11/20 17:35:27 PST FreeBSD ports repository Modified files: devel/gdb53 Makefile distinfo Log: Make this port fetchable by moving it back to the gdb-5.3 final release. The gdb-5.3.1 development branch died off in favor of gdb-6.0. Revision Changes Path 1.21 +1 -7 ports/devel/gdb53/Makefile 1.15 +1 -1 ports/devel/gdb53/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:40:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816AA16A4CE; Thu, 20 Nov 2003 17:40:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCD943F3F; Thu, 20 Nov 2003 17:40:37 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1ebXJ025307; Thu, 20 Nov 2003 17:40:37 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1eb7k025306; Thu, 20 Nov 2003 17:40:37 -0800 (PST) (envelope-from trhodes) Message-Id: <200311210140.hAL1eb7k025306@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 20 Nov 2003 17:40:37 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:40:38 -0000 trhodes 2003/11/20 17:40:37 PST FreeBSD doc repository Modified files: en/docproj current.sgml Log: Yet another task complete. Revision Changes Path 1.58 +3 -3 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:43:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB7C16A4CE; Thu, 20 Nov 2003 17:43:54 -0800 (PST) Received: from eth0.b.smtp.sonic.net (eth0.b.smtp.sonic.net [64.142.19.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB3E43FDD; Thu, 20 Nov 2003 17:43:52 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Received: from intruder.kitchenlab.org (adsl-64-142-31-106.sonic.net [64.142.31.106])hAL1hqnj026640 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Nov 2003 17:43:52 -0800 Received: from intruder.kitchenlab.org (bmah@localhost [127.0.0.1]) hAL1hqcN048746; Thu, 20 Nov 2003 17:43:52 -0800 (PST) (envelope-from bmah@intruder.kitchenlab.org) Message-Id: <200311210143.hAL1hqcN048746@intruder.kitchenlab.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: "Tim J. Robbins" In-Reply-To: <200311210130.hAL1UTkG024916@repoman.freebsd.org> References: <200311210130.hAL1UTkG024916@repoman.freebsd.org> Comments: In-reply-to "Tim J. Robbins" message dated "Thu, 20 Nov 2003 17:30:29 -0800." From: "Bruce A. Mah" X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1073690176P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 20 Nov 2003 17:43:52 -0800 Sender: bmah@intruder.kitchenlab.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys getfsstat.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bmah@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, 21 Nov 2003 01:43:54 -0000 --==_Exmh_1073690176P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Tim J. Robbins" wrote: > tjr 2003/11/20 17:30:29 PST > > FreeBSD src repository > > Modified files: > lib/libc/sys getfsstat.2 > Log: > Replace out of date struct statfs definition with a reference to statfs(2). > > Approved by: re > > Revision Changes Path > 1.16 +3 -64 src/lib/libc/sys/getfsstat.2 PR docs/59502? Bruce. --==_Exmh_1073690176P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE/vW3Y2MoxcVugUsMRAnRPAKCxUT/Ci2rpsdweH4Z+gzewYgf/EQCg1/oC r47Zlxc+nY9xzK8PwTVpULw= =hA8t -----END PGP SIGNATURE----- --==_Exmh_1073690176P-- From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:44:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678C916A4CF; Thu, 20 Nov 2003 17:44:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46B443F85; Thu, 20 Nov 2003 17:44:08 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1i8XJ025484; Thu, 20 Nov 2003 17:44:08 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1i8Ye025483; Thu, 20 Nov 2003 17:44:08 -0800 (PST) (envelope-from trevor) Message-Id: <200311210144.hAL1i8Ye025483@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 17:44:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festival Makefile pkg-descr pkg-plist-ogi ports/audio/festival/files extra-patch-aa-ogi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:44:09 -0000 trevor 2003/11/20 17:44:08 PST FreeBSD ports repository Modified files: audio/festival Makefile pkg-descr Removed files: audio/festival pkg-plist-ogi audio/festival/files extra-patch-aa-ogi Log: Remove OGI support (see ports/audio/festival+OGI). Revision Changes Path 1.21 +0 -41 ports/audio/festival/Makefile 1.2 +0 -20 ports/audio/festival/files/extra-patch-aa-ogi (dead) 1.5 +2 -0 ports/audio/festival/pkg-descr 1.3 +0 -14 ports/audio/festival/pkg-plist-ogi (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:48:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF0316A4CE; Thu, 20 Nov 2003 17:48:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711A43FAF; Thu, 20 Nov 2003 17:48:47 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1mlXJ025667; Thu, 20 Nov 2003 17:48:47 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1mksh025666; Thu, 20 Nov 2003 17:48:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200311210148.hAL1mksh025666@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Nov 2003 17:48:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/MT-PM Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:48:48 -0000 ijliao 2003/11/20 17:48:46 PST FreeBSD ports repository Modified files: www Makefile Added files: www/MT-PM Makefile distinfo pkg-descr pkg-plist Log: add MT-PM 0.1 Movable Type Plugin Manager Revision Changes Path 1.1 +61 -0 ports/www/MT-PM/Makefile (new) 1.1 +2 -0 ports/www/MT-PM/distinfo (new) 1.1 +6 -0 ports/www/MT-PM/pkg-descr (new) 1.1 +20 -0 ports/www/MT-PM/pkg-plist (new) 1.760 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:48:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB5A16A4D0; Thu, 20 Nov 2003 17:48:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1898243FD7; Thu, 20 Nov 2003 17:48:55 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1msXJ025705; Thu, 20 Nov 2003 17:48:54 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1msJD025704; Thu, 20 Nov 2003 17:48:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200311210148.hAL1msJD025704@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 20 Nov 2003 17:48:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:48:56 -0000 ijliao 2003/11/20 17:48:54 PST FreeBSD ports repository Modified files: . modules Log: MT-PM --> ports/www/MT-PM Revision Changes Path 1.8667 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:51:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6B416A4CF; Thu, 20 Nov 2003 17:51:11 -0800 (PST) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F9B43F3F; Thu, 20 Nov 2003 17:51:10 -0800 (PST) (envelope-from larse@ISI.EDU) Received: from isi.edu (nik.isi.edu [128.9.168.58]) by boreas.isi.edu (8.11.6p2+0917/8.11.2) with ESMTP id hAL1p9a15854; Thu, 20 Nov 2003 17:51:09 -0800 (PST) Message-ID: <3FBD6F8D.7030902@isi.edu> Date: Thu, 20 Nov 2003 17:51:09 -0800 From: Lars Eggert Organization: USC Information Sciences Institute User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <20031120200816.1F8C916A4DD@hub.freebsd.org> <20031120154119.M72721@root.org> <3FBD596E.CE7299BD@freebsd.org> In-Reply-To: <3FBD596E.CE7299BD@freebsd.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms080403000509010502080003" cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/conf files src/sys/net if_faith.cif_loop.croute.h ip_fw2.c ip_icmp.c ip_input.c ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:51:11 -0000 This is a cryptographically signed message in MIME format. --------------ms080403000509010502080003 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Andre Oppermann wrote: > >>One great paper I read on this: >>Prashant Pradhan, Tzi-Cker Chiueh, Anindya Neogi, Aggregate TCP Congestion >>Control Using Multiple Network Probing, in proceedings of IEEE ICDCS'2000. >>http://www.ecsl.cs.sunysb.edu/~prashant/papers/atcp.ps.gz > > I will certainly have a look at it. You may also want to look at RFC2140, which originated the idea (well, T/TCP mentioned it, too, but only for sharing temporally), and the follow-on E-TCP simulations in: Effects of Ensemble-TCP. Lars Eggert, John Heidemann and Joe Touch. ACM Computer Communication Review, Vol. 30, No. 1, January 2000, pp. 15-29. Spatial sharing of this information (across multiple, parallel connections through the same bottleneck, such as between the same end system pair) can lead to large performance gains. Lars -- Lars Eggert USC Information Sciences Institute --------------ms080403000509010502080003 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwp2bzANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAzMDgwMTE3MjkyOVoX DTA0MDczMTE3MjkyOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMb7PuLXnwV+45vwlkgogdSijd5HVqUB14bWvoK0 MjWPnkLPMDMDEezdsMG1BPiZyNeqXlJJtEgdAK8H2Mc9/qLeJUq3CoAeD6Wrjq4QaxJBXgdS KcGDeQAZSDgwUJS9vx9+cXJVfLyOYxJ+CLBcO/eu8PvSi17lk6oeAbrskSGDu/Xi1o2SC4Qm l69k8xcZQEMQDodkIk/U5SJmsCRGGYdy7opHZb58yXI8eiIGp5MlgryFmmgrp1pg3OYzPOR9 zJjn7Pu1vsd97LM5hLnKrmNuYt02jLNSjr8HmpLyWCDZq4Jlfq1YgNYZZ4KOSxipia7Bxjcs nMOsxEWiolkVVT8CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEANRaPsUtrdJzTW0AMj/EQamqxOkZnzwnPWGryqskMKIf+OKa+eaXp zlBv8CHdffv9hrYpvzWUxk0WW+YJ2LRdd4fFiVGXZCGU60eYeZGf7Z8ORoexylJpvUuKZCE4 aPGY2/QZXDfOs1NE82Bhgltx59dpWfH2K0dxbpHslO8/IbowggM5MIICoqADAgECAgMKdm8w DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMzA4MDExNzI5MjlaFw0wNDA3MzExNzI5MjlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG+z7i158FfuOb 8JZIKIHUoo3eR1alAdeG1r6CtDI1j55CzzAzAxHs3bDBtQT4mcjXql5SSbRIHQCvB9jHPf6i 3iVKtwqAHg+lq46uEGsSQV4HUinBg3kAGUg4MFCUvb8ffnFyVXy8jmMSfgiwXDv3rvD70ote 5ZOqHgG67JEhg7v14taNkguEJpevZPMXGUBDEA6HZCJP1OUiZrAkRhmHcu6KR2W+fMlyPHoi BqeTJYK8hZpoK6daYNzmMzzkfcyY5+z7tb7HfeyzOYS5yq5jbmLdNoyzUo6/B5qS8lgg2auC ZX6tWIDWGWeCjksYqYmuwcY3LJzDrMRFoqJZFVU/AgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBADUWj7FLa3Sc01tADI/xEGpqsTpG Z88Jz1hq8qrJDCiH/jimvnml6c5Qb/Ah3X37/Ya2Kb81lMZNFlvmCdi0XXeHxYlRl2QhlOtH mHmRn+2fDkaHscpSab1LimQhOGjxmNv0GVw3zrNTRPNgYYJbcefXaVnx9itHcW6R7JTvPyG6 MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCnZvMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAzMTEyMTAxNTEwOVowIwYJKoZIhvcNAQkEMRYEFB6bWOBVFa4w5Z+kDRBY WHiQkOv/MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCnZvMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMKdm8wDQYJKoZIhvcNAQEBBQAEggEAWOhJ0b7eJbgwuBTwSyjus5uZu346No5/l0ry OPoPxej+A4IutjF09FkDDg2jKcwxot0KpoFUEJkM/1o6bz8b8Rrt7sef/h2lGUpO1RbOhCck fjYC5ksrVIBP5EHG6M73vT64drdn95yWFSM30Tl0ZvfPZoCo+/tCveNIps1yJwr7M0sEWwIL 7Yllz4d9LH4728x+xy9CIB8i8xqv+oU4aQkQNiUUmGM2Lgt4UFru9+cvj/15sZZbsnwdy+V7 A7H23Z+Uqs+Ebu+TnrluvknbCjX+k7p4zTb3r1NWyOXRdQ7wM4xVtF0+AW1o8GTFI4DvOdag xj32uh7/o6Lb53nqhwAAAAAAAA== --------------ms080403000509010502080003-- From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:57:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9FA16A4CE; Thu, 20 Nov 2003 17:57:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F0D43FBF; Thu, 20 Nov 2003 17:57:26 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL1vQXJ026031; Thu, 20 Nov 2003 17:57:26 -0800 (PST) (envelope-from foxfair@repoman.freebsd.org) Received: (from foxfair@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1vQI9026030; Thu, 20 Nov 2003 17:57:26 -0800 (PST) (envelope-from foxfair) Message-Id: <200311210157.hAL1vQI9026030@repoman.freebsd.org> From: Foxfair Hu Date: Thu, 20 Nov 2003 17:57:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/MT Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:57:27 -0000 foxfair 2003/11/20 17:57:26 PST FreeBSD ports repository Modified files: www/MT Makefile pkg-plist Log: Submitted by: ijliao Plugins folder should go under mt/, fix it and bump PORTREVISION. Revision Changes Path 1.5 +4 -4 ports/www/MT/Makefile 1.2 +1 -1 ports/www/MT/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:08:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2812616A4CE for ; Thu, 20 Nov 2003 18:08:27 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0634743FDD for ; Thu, 20 Nov 2003 18:08:25 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 73185 invoked by uid 1000); 21 Nov 2003 02:08:26 -0000 Date: Thu, 20 Nov 2003 18:08:26 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031121012502.GA914@dhcp01.pn.xcllnt.net> Message-ID: <20031120180509.G73176@root.org> References: <20031120153849.H72721@root.org> <20031121012502.GA914@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:08:27 -0000 On Thu, 20 Nov 2003, Marcel Moolenaar wrote: > On Thu, Nov 20, 2003 at 03:40:58PM -0800, Nate Lawson wrote: > > No good ideas over here. Took me a while to even come up with > > hw.acpi.cpu.cx_lowest. You want to indicate higher states will be also > > used as determined by the scheduling algorithm and that states with higher > > indices provide more power savings but also more latency. cx_lowest_idx > > seems kinda lame. Suggestions? > > Maybe make the Cx state type an "unimportant" attribute? > > MIB-like: > > hw.acpi.cpu.cx.count=4 > hw.acpi.cpu.cx.lowest=0 > hw.acpi.cpu.cx.0.type=C1 > hw.acpi.cpu.cx.0.latency=1 > hw.acpi.cpu.cx.0.longsleep=x > hw.acpi.cpu.cx.0.shortsleep=y > hw.acpi.cpu.cx.1.type=C2 > : > hw.acpu.cpu.cx.2.type=C3 > : > hw.acpu.cpu.cx.3.type=C3 > : > > Something like this makes the sysctl variables less magical, better > to parse mechanically and puts the emphasis on the index. It's more > verbose though... Nice, but too verbose for my tastes. Since this is something that will only be looked at by someone while tuning the system, I think more compact is better. Also it's really good to be able to do sysctl hw.acpi.cpu and get only 5-10 lines. I plan to reduce the verboseness of the throttling entries as well once more of the power control/devd stuff is committed. -Nate From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:10:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF99F16A4CF; Thu, 20 Nov 2003 18:10:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB76B43F85; Thu, 20 Nov 2003 18:10:30 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2AUXJ027451; Thu, 20 Nov 2003 18:10:30 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2AU30027450; Thu, 20 Nov 2003 18:10:30 -0800 (PST) (envelope-from scottl) Message-Id: <200311210210.hAL2AU30027450@repoman.freebsd.org> From: Scott Long Date: Thu, 20 Nov 2003 18:10:30 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:10:32 -0000 scottl 2003/11/20 18:10:30 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: Mark the yarrow problem as done and in need of testing Revision Changes Path 1.61 +13 -13 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:16:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA64B16A4CE; Thu, 20 Nov 2003 18:16:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5171F43FB1; Thu, 20 Nov 2003 18:16:14 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2GEXJ027674; Thu, 20 Nov 2003 18:16:14 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2GERh027673; Thu, 20 Nov 2003 18:16:14 -0800 (PST) (envelope-from scottl) Message-Id: <200311210216.hAL2GERh027673@repoman.freebsd.org> From: Scott Long Date: Thu, 20 Nov 2003 18:16:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:16:15 -0000 scottl 2003/11/20 18:16:14 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: GDB threads support has an owner. Revision Changes Path 1.62 +3 -3 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:28:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD03D16A4CE; Thu, 20 Nov 2003 18:28:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D64043FB1; Thu, 20 Nov 2003 18:28:45 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2SjXJ028053; Thu, 20 Nov 2003 18:28:45 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2SitW028052; Thu, 20 Nov 2003 18:28:44 -0800 (PST) (envelope-from adamw) Message-Id: <200311210228.hAL2SitW028052@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 20 Nov 2003 18:28:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/gucharmap/files patch-gucharmap::gucharmap-window.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:28:45 -0000 adamw 2003/11/20 18:28:44 PST FreeBSD ports repository Added files: deskutils/gucharmap/files patch-gucharmap::gucharmap-window.c Log: Fix build on -stable. Revision Changes Path 1.1 +12 -0 ports/deskutils/gucharmap/files/patch-gucharmap::gucharmap-window.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:47:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FAC216A4CE; Thu, 20 Nov 2003 18:47:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B72343FAF; Thu, 20 Nov 2003 18:47:19 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2lJXJ028953; Thu, 20 Nov 2003 18:47:19 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2lJva028952; Thu, 20 Nov 2003 18:47:19 -0800 (PST) (envelope-from horikawa) Message-Id: <200311210247.hAL2lJva028952@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 20 Nov 2003 18:47:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 od.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:47:20 -0000 horikawa 2003/11/20 18:47:19 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 od.1 Log: Fix incorrectly translated -w description Submitted by: nonomura@nifty.com Revision Changes Path 1.15 +2 -2 doc/ja_JP.eucJP/man/man1/od.1 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:50:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4964616A4CE; Thu, 20 Nov 2003 18:50:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C3143FF3; Thu, 20 Nov 2003 18:50:56 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2ouXJ029133; Thu, 20 Nov 2003 18:50:56 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2ouOm029132; Thu, 20 Nov 2003 18:50:56 -0800 (PST) (envelope-from horikawa) Message-Id: <200311210250.hAL2ouOm029132@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 20 Nov 2003 18:50:56 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 od.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:50:57 -0000 horikawa 2003/11/20 18:50:56 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 od.1 Log: (forced commit) previous commit fixed -v desc instead of -w desc Revision Changes Path 1.16 +0 -0 doc/ja_JP.eucJP/man/man1/od.1 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:53:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC0816A4CE; Thu, 20 Nov 2003 18:53:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D37943FEC; Thu, 20 Nov 2003 18:53:50 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2roXJ029199; Thu, 20 Nov 2003 18:53:50 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2rnwm029198; Thu, 20 Nov 2003 18:53:49 -0800 (PST) (envelope-from peter) Message-Id: <200311210253.hAL2rnwm029198@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 18:53:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa clock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:53:51 -0000 peter 2003/11/20 18:53:49 PST FreeBSD src repository Modified files: sys/amd64/isa clock.c Log: MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using statclock_disable. Approved by: re (scottl) Revision Changes Path 1.207 +11 -11 src/sys/amd64/isa/clock.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:55:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD14D16A4CE; Thu, 20 Nov 2003 18:55:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5C843FD7; Thu, 20 Nov 2003 18:55:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2t9XJ029285; Thu, 20 Nov 2003 18:55:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2t8hR029284; Thu, 20 Nov 2003 18:55:08 -0800 (PST) (envelope-from marcus) Message-Id: <200311210255.hAL2t8hR029284@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 18:55:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:55:10 -0000 marcus 2003/11/20 18:55:08 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: * Check to make sure new ports do not contain PORTREVISION [1] * Check to make sure new ports do not contain PORTEPOCH * Throw a FATAL error if an additional file exists in the port directory but not in CVS [2] * Throw a FATAL error if a file is in CVS but not in the port's directory [2] * Throw a FATAL error if a file was deleted from CVS but still in the port's directory [2] * Warn if a new file contains a non-empty RCS Id [2] * Add a missing ``if ($verbose)'' [2] Submitted by: arved [1] eik [2] Revision Changes Path 1.66 +1 -1 ports/devel/portlint/Makefile 1.16 +0 -0 ports/devel/portlint/src/portlint.1 1.47 +149 -3 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:56:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E1D16A4CE; Thu, 20 Nov 2003 18:56:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFBB43FA3; Thu, 20 Nov 2003 18:56:08 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2u7XJ029454; Thu, 20 Nov 2003 18:56:07 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2u7NI029453; Thu, 20 Nov 2003 18:56:07 -0800 (PST) (envelope-from eik) Message-Id: <200311210256.hAL2u7NI029453@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 20 Nov 2003 18:56:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/squirrelmail Makefile ports/japanese Makefile ports/japanese/squirrelmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:56:08 -0000 eik 2003/11/20 18:56:07 PST FreeBSD ports repository Modified files: mail/squirrelmail Makefile japanese Makefile Added files: japanese/squirrelmail Makefile distinfo Log: new port japanese/squirrelmail - modified port mail/squirrelmail to allow a slave port - added CONFLICTS for mail/squirrelmail and japanese/squirrelmail PR: 58280 Submitted by: Masafumi Otsune Approved by: marcus (mentor) Revision Changes Path 1.514 +2 -1 ports/japanese/Makefile 1.1 +28 -0 ports/japanese/squirrelmail/Makefile (new) 1.1 +2 -0 ports/japanese/squirrelmail/distinfo (new) 1.15 +5 -3 ports/mail/squirrelmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:57:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D67B16A4CE; Thu, 20 Nov 2003 18:57:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E22A43FDD; Thu, 20 Nov 2003 18:57:30 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2vTXJ029507; Thu, 20 Nov 2003 18:57:29 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2vTfa029506; Thu, 20 Nov 2003 18:57:29 -0800 (PST) (envelope-from eik) Message-Id: <200311210257.hAL2vTfa029506@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 20 Nov 2003 18:57:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cfengine2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:57:30 -0000 eik 2003/11/20 18:57:29 PST FreeBSD ports repository Modified files: sysutils/cfengine2 Makefile distinfo pkg-plist Log: - Update to 2.1.0p1 - Moved info pages to Makefile from pkg-plist PR: 59421 Submitted by: Paul Dlug Approved by: marcus (mentor) Revision Changes Path 1.31 +5 -2 ports/sysutils/cfengine2/Makefile 1.10 +1 -1 ports/sysutils/cfengine2/distinfo 1.9 +2 -26 ports/sysutils/cfengine2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:58:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECCF916A4CF; Thu, 20 Nov 2003 18:58:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AD343FF2; Thu, 20 Nov 2003 18:58:26 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2wQXJ029639; Thu, 20 Nov 2003 18:58:26 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2wQAH029638; Thu, 20 Nov 2003 18:58:26 -0800 (PST) (envelope-from peter) Message-Id: <200311210258.hAL2wQAH029638@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 18:58:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/isa atpic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:58:27 -0000 peter 2003/11/20 18:58:26 PST FreeBSD src repository Modified files: sys/amd64/isa atpic.c Log: MFi386: pre-register idt slots for atpic so we catch any strays without blowing up. Approved by: re (scottl) Revision Changes Path 1.7 +22 -6 src/sys/amd64/isa/atpic.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:59:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB9F16A4CE; Thu, 20 Nov 2003 18:59:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E2343FAF; Thu, 20 Nov 2003 18:59:54 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2xsXJ029687; Thu, 20 Nov 2003 18:59:54 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2xsc6029686; Thu, 20 Nov 2003 18:59:54 -0800 (PST) (envelope-from trevor) Message-Id: <200311210259.hAL2xsc6029686@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 18:59:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/bin86 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:59:55 -0000 trevor 2003/11/20 18:59:54 PST FreeBSD ports repository Modified files: devel/bin86 Makefile Log: This is unfetchable (discovered by fenner's survey). Revision Changes Path 1.13 +1 -0 ports/devel/bin86/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 18:58:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6006C16A4CE; Thu, 20 Nov 2003 18:58:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD0543FE5; Thu, 20 Nov 2003 18:58:10 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL2wAXJ029575; Thu, 20 Nov 2003 18:58:10 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL2wAST029574; Thu, 20 Nov 2003 18:58:10 -0800 (PST) (envelope-from trevor) Message-Id: <200311210258.hAL2wAST029574@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 18:58:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/autozen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 02:58:11 -0000 trevor 2003/11/20 18:58:10 PST FreeBSD ports repository Modified files: audio/autozen Makefile Log: This doesn't work any more (checked by me on FreeBSD 5.1/i386) reported by: "FireWire BSD" of e-tahan.com Revision Changes Path 1.13 +1 -0 ports/audio/autozen/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:00:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C261216A4CF; Thu, 20 Nov 2003 19:00:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BBC43FB1; Thu, 20 Nov 2003 19:00:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL305XJ029731; Thu, 20 Nov 2003 19:00:05 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3052H029730; Thu, 20 Nov 2003 19:00:05 -0800 (PST) (envelope-from peter) Message-Id: <200311210300.hAL3052H029730@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 19:00:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 nexus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:00:06 -0000 peter 2003/11/20 19:00:05 PST FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: MFi386 rev 1.54 (jhb): Add interrupts that are actually available to the resource manager, rather than adding everything. Approved by: re (scottl) Revision Changes Path 1.57 +19 -3 src/sys/amd64/amd64/nexus.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:03:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55FA16A4CE; Thu, 20 Nov 2003 19:03:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC4843F75; Thu, 20 Nov 2003 19:03:12 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL33CXJ031114; Thu, 20 Nov 2003 19:03:12 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL33Cln031113; Thu, 20 Nov 2003 19:03:12 -0800 (PST) (envelope-from horikawa) Message-Id: <200311210303.hAL33Cln031113@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 20 Nov 2003 19:03:12 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man9 BUS_PRINT_CHILD.9BUS_READ_IVAR.9 BUS_SETUP_INTR.9 DELAY.9 DEVICE_DETACH.9 DEVICE_PROBE.9 MD5.9 VFS.9 VFS_CHECKEXP.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 VFS_ROOT.9 VFS_SET.9 VFS_START.9 VFS_STATFS.9 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:03:13 -0000 horikawa 2003/11/20 19:03:12 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man9 BUS_PRINT_CHILD.9 BUS_READ_IVAR.9 BUS_SETUP_INTR.9 DELAY.9 DEVICE_DETACH.9 DEVICE_PROBE.9 MD5.9 VFS.9 VFS_CHECKEXP.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 VFS_ROOT.9 VFS_SET.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 VFS_VGET.9 VFS_VPTOFH.9 VOP_ACLCHECK.9 VOP_ADVLOCK.9 VOP_CREATE.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_LEASE.9 VOP_OPENCLOSE.9 VOP_RDWR.9 VOP_READDIR.9 VOP_RENAME.9 VOP_SETACL.9 accept_filter.9 bios.9 boot.9 buf.9 bus_generic_attach.9 bus_generic_detach.9 bus_generic_shutdown.9 cd.9 copy.9 devclass.9 devclass_add_driver.9 device.9 device_add_child.9 device_delete_child.9 device_enable.9 device_find_child.9 device_get_children.9 device_get_devclass.9 device_get_driver.9 device_get_ivars.9 device_get_name.9 device_get_parent.9 device_get_softc.9 device_get_state.9 device_get_unit.9 device_ids.9 device_probe_and_attach.9 device_quiet.9 device_set_desc.9 device_set_driver.9 device_set_flags.9 devstat.9 devtoname.9 driver.9 extattr.9 inittodr.9 make_dev.9 panic.9 resettodr.9 sleep.9 spl.9 suser.9 time.9 vget.9 vnode.9 vref.9 Log: Catch up with 5.1-CURRENT-20031107-JPSNAP Submitted by: Akira Ikeuchi Revision Changes Path 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/BUS_PRINT_CHILD.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/BUS_READ_IVAR.9 1.11 +3 -2 doc/ja_JP.eucJP/man/man9/BUS_SETUP_INTR.9 1.3 +1 -1 doc/ja_JP.eucJP/man/man9/DELAY.9 1.11 +1 -1 doc/ja_JP.eucJP/man/man9/DEVICE_DETACH.9 1.11 +3 -3 doc/ja_JP.eucJP/man/man9/DEVICE_PROBE.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/MD5.9 1.11 +1 -1 doc/ja_JP.eucJP/man/man9/VFS.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_CHECKEXP.9 1.12 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_FHTOVP.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_INIT.9 1.7 +3 -2 doc/ja_JP.eucJP/man/man9/VFS_MOUNT.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_QUOTACTL.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_ROOT.9 1.2 +2 -2 doc/ja_JP.eucJP/man/man9/VFS_SET.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_START.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_STATFS.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_SYNC.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_UNMOUNT.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_VGET.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/VFS_VPTOFH.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_ACLCHECK.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_ADVLOCK.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_CREATE.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_GETACL.9 1.10 +3 -2 doc/ja_JP.eucJP/man/man9/VOP_GETEXTATTR.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_GETPAGES.9 1.11 +13 -6 doc/ja_JP.eucJP/man/man9/VOP_INACTIVE.9 1.7 +11 -8 doc/ja_JP.eucJP/man/man9/VOP_LEASE.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_OPENCLOSE.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_RDWR.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_READDIR.9 1.6 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_RENAME.9 1.8 +3 -2 doc/ja_JP.eucJP/man/man9/VOP_SETACL.9 1.2 +33 -19 doc/ja_JP.eucJP/man/man9/accept_filter.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/bios.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/boot.9 1.2 +9 -5 doc/ja_JP.eucJP/man/man9/buf.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/bus_generic_attach.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/bus_generic_detach.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/bus_generic_shutdown.9 1.9 +4 -2 doc/ja_JP.eucJP/man/man9/cd.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/copy.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/devclass.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/devclass_add_driver.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/device.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/device_add_child.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/device_delete_child.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/device_enable.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/device_find_child.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_children.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_devclass.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_driver.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_ivars.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_name.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_parent.9 1.10 +2 -2 doc/ja_JP.eucJP/man/man9/device_get_softc.9 1.11 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_state.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/device_get_unit.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/device_ids.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/device_probe_and_attach.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/device_quiet.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/device_set_desc.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/device_set_driver.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/device_set_flags.9 1.4 +17 -9 doc/ja_JP.eucJP/man/man9/devstat.9 1.7 +1 -1 doc/ja_JP.eucJP/man/man9/devtoname.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/driver.9 1.5 +3 -2 doc/ja_JP.eucJP/man/man9/extattr.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/inittodr.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/make_dev.9 1.8 +3 -2 doc/ja_JP.eucJP/man/man9/panic.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/resettodr.9 1.7 +5 -3 doc/ja_JP.eucJP/man/man9/sleep.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/spl.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/suser.9 1.3 +1 -1 doc/ja_JP.eucJP/man/man9/time.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/vget.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/vnode.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/vref.9 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:02:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D98616A4CE; Thu, 20 Nov 2003 19:02:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6134643FDD; Thu, 20 Nov 2003 19:02:01 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL321XJ029966; Thu, 20 Nov 2003 19:02:01 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL321vB029962; Thu, 20 Nov 2003 19:02:01 -0800 (PST) (envelope-from peter) Message-Id: <200311210302.hAL321vB029962@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 19:02:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 autoconf.c genassym.c identcpu.c initcpu.c legacy.c mp_machdep.c pmap.c sys_machdep.c trap.c vm_machdep.c src/sys/amd64/include _limits.h _stdint.h acpica_machdep.h asmacros.h atomic.h bus_dma.h limits.h proc.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:02:02 -0000 peter 2003/11/20 19:02:01 PST FreeBSD src repository Modified files: sys/amd64/amd64 autoconf.c genassym.c identcpu.c initcpu.c legacy.c mp_machdep.c pmap.c sys_machdep.c trap.c vm_machdep.c sys/amd64/include _limits.h _stdint.h acpica_machdep.h asmacros.h atomic.h bus_dma.h limits.h proc.h specialreg.h sys/amd64/isa isa.c isa_dma.c Log: Cosmetic and/or trivial sync up with i386. Approved by: re (rwatson) Revision Changes Path 1.177 +1 -1 src/sys/amd64/amd64/autoconf.c 1.151 +1 -1 src/sys/amd64/amd64/genassym.c 1.128 +1 -1 src/sys/amd64/amd64/identcpu.c 1.47 +1 -1 src/sys/amd64/amd64/initcpu.c 1.52 +1 -1 src/sys/amd64/amd64/legacy.c 1.227 +1 -1 src/sys/amd64/amd64/mp_machdep.c 1.447 +2 -2 src/sys/amd64/amd64/pmap.c 1.87 +1 -1 src/sys/amd64/amd64/sys_machdep.c 1.271 +1 -1 src/sys/amd64/amd64/trap.c 1.224 +1 -1 src/sys/amd64/amd64/vm_machdep.c 1.8 +10 -13 src/sys/amd64/include/_limits.h 1.2 +1 -1 src/sys/amd64/include/_stdint.h 1.4 +1 -1 src/sys/amd64/include/acpica_machdep.h 1.27 +1 -1 src/sys/amd64/include/asmacros.h 1.32 +10 -4 src/sys/amd64/include/atomic.h 1.26 +9 -9 src/sys/amd64/include/bus_dma.h 1.7 +0 -2 src/sys/amd64/include/limits.h 1.21 +1 -1 src/sys/amd64/include/proc.h 1.27 +3 -3 src/sys/amd64/include/specialreg.h 1.145 +4 -3 src/sys/amd64/isa/isa.c 1.16 +1 -1 src/sys/amd64/isa/isa_dma.c From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:09:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4623016A4CE; Thu, 20 Nov 2003 19:09:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A62143F93; Thu, 20 Nov 2003 19:09:45 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL39jXJ032915; Thu, 20 Nov 2003 19:09:45 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL39jib032914; Thu, 20 Nov 2003 19:09:45 -0800 (PST) (envelope-from linimon) Message-Id: <200311210309.hAL39jib032914@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 19:09:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/CJK Makefile ports/chinese/MT Makefile ports/chinese/abiword Makefile ports/chinese/arphicttf Makefile ports/chinese/auto-tw-l10n Makefile ports/chinese/bg5pdf Makefile ports/chinese/big5con Makefile ports/chinese/big5fs Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:09:46 -0000 linimon 2003/11/20 19:09:45 PST FreeBSD ports repository Modified files: chinese/CJK Makefile chinese/MT Makefile chinese/abiword Makefile chinese/arphicttf Makefile chinese/auto-tw-l10n Makefile chinese/bg5pdf Makefile chinese/big5con Makefile chinese/big5fs Makefile chinese/chinput3 Makefile chinese/cmexfonts Makefile chinese/cnprint Makefile chinese/cwtex Makefile chinese/cwtexttf Makefile chinese/dictd-database Makefile chinese/dictd Makefile chinese/enscript Makefile chinese/eterm Makefile chinese/fcitx Makefile chinese/fortunetw Makefile chinese/gbfs Makefile chinese/joe Makefile chinese/kon2 Makefile chinese/miniChinput Makefile chinese/moefonts-cid Makefile chinese/mplayer-fonts Makefile chinese/ntuttf Makefile chinese/nvi-big5 Makefile chinese/nvi-euc-cn Makefile chinese/nvi-euc-tw Makefile chinese/oto Makefile chinese/oxford Makefile chinese/p5-Encode-HanConvert Makefile chinese/pyDict Makefile chinese/qe Makefile chinese/qterm Makefile chinese/stardict2 Makefile chinese/ttf2pt1 Makefile chinese/ttfm Makefile chinese/unzip Makefile chinese/wangttf Makefile chinese/wenju Makefile chinese/xpdf Makefile chinese/xsim Makefile chinese/xttmgr Makefile chinese/zhcon Makefile net/bbsnet Makefile print/ttf2pt1 Makefile Log: statue@freebsd.sinica.edu.tw has asked for all the maintained ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw Revision Changes Path 1.26 +1 -1 ports/chinese/CJK/Makefile 1.2 +1 -1 ports/chinese/MT/Makefile 1.11 +2 -8 ports/chinese/abiword/Makefile 1.16 +1 -1 ports/chinese/arphicttf/Makefile 1.15 +1 -1 ports/chinese/auto-tw-l10n/Makefile 1.10 +1 -1 ports/chinese/bg5pdf/Makefile 1.26 +1 -1 ports/chinese/big5con/Makefile 1.11 +1 -1 ports/chinese/big5fs/Makefile 1.9 +1 -1 ports/chinese/chinput3/Makefile 1.4 +1 -1 ports/chinese/cmexfonts/Makefile 1.3 +1 -1 ports/chinese/cnprint/Makefile 1.6 +1 -1 ports/chinese/cwtex/Makefile 1.5 +1 -1 ports/chinese/cwtexttf/Makefile 1.15 +1 -1 ports/chinese/dictd-database/Makefile 1.10 +1 -1 ports/chinese/dictd/Makefile 1.6 +3 -8 ports/chinese/enscript/Makefile 1.10 +1 -1 ports/chinese/eterm/Makefile 1.6 +1 -1 ports/chinese/fcitx/Makefile 1.4 +1 -1 ports/chinese/fortunetw/Makefile 1.8 +1 -1 ports/chinese/gbfs/Makefile 1.7 +1 -1 ports/chinese/joe/Makefile 1.4 +1 -1 ports/chinese/kon2/Makefile 1.3 +1 -1 ports/chinese/miniChinput/Makefile 1.13 +4 -9 ports/chinese/moefonts-cid/Makefile 1.8 +1 -1 ports/chinese/mplayer-fonts/Makefile 1.2 +1 -1 ports/chinese/ntuttf/Makefile 1.25 +1 -1 ports/chinese/nvi-big5/Makefile 1.26 +1 -1 ports/chinese/nvi-euc-cn/Makefile 1.24 +1 -1 ports/chinese/nvi-euc-tw/Makefile 1.4 +1 -1 ports/chinese/oto/Makefile 1.4 +1 -1 ports/chinese/oxford/Makefile 1.4 +1 -1 ports/chinese/p5-Encode-HanConvert/Makefile 1.6 +1 -1 ports/chinese/pyDict/Makefile 1.7 +1 -1 ports/chinese/qe/Makefile 1.12 +1 -1 ports/chinese/qterm/Makefile 1.8 +1 -1 ports/chinese/stardict2/Makefile 1.4 +1 -1 ports/chinese/ttf2pt1/Makefile 1.12 +1 -1 ports/chinese/ttfm/Makefile 1.2 +1 -1 ports/chinese/unzip/Makefile 1.9 +1 -1 ports/chinese/wangttf/Makefile 1.3 +1 -1 ports/chinese/wenju/Makefile 1.6 +1 -1 ports/chinese/xpdf/Makefile 1.7 +1 -1 ports/chinese/xsim/Makefile 1.2 +1 -1 ports/chinese/xttmgr/Makefile 1.26 +1 -1 ports/chinese/zhcon/Makefile 1.4 +1 -1 ports/net/bbsnet/Makefile 1.9 +1 -1 ports/print/ttf2pt1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:15:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E988F16A4CE; Thu, 20 Nov 2003 19:15:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C27C43F85; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3F3XJ033170; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3F3jW033169; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky) Message-Id: <200311210315.hAL3F3jW033169@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 20 Nov 2003 19:15:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python Makefile ports/lang/python/files patch-Modules::gcmodule.c patch-Objects::weakrefobject.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:15:04 -0000 perky 2003/11/20 19:15:02 PST FreeBSD ports repository Modified files: lang/python Makefile Added files: lang/python/files patch-Include::weakrefobject.h patch-Lib::test_weakref.py patch-Modules::gcmodule.c patch-Objects::weakrefobject.c Log: Add fix for a fatal bug in type's GC handling causes segfaults. http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u Obtained from: Python CVS Revision Changes Path 1.115 +1 -1 ports/lang/python/Makefile 1.1 +11 -0 ports/lang/python/files/patch-Include::weakrefobject.h (new) 1.1 +214 -0 ports/lang/python/files/patch-Lib::test_weakref.py (new) 1.1 +196 -0 ports/lang/python/files/patch-Modules::gcmodule.c (new) 1.1 +66 -0 ports/lang/python/files/patch-Objects::weakrefobject.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:20:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D976D16A4CE; Thu, 20 Nov 2003 19:20:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0BB43FA3; Thu, 20 Nov 2003 19:20:00 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3K0XJ033390; Thu, 20 Nov 2003 19:20:00 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3JxmB033389; Thu, 20 Nov 2003 19:20:00 -0800 (PST) (envelope-from peter) Message-Id: <200311210320.hAL3JxmB033389@repoman.freebsd.org> From: Peter Wemm Date: Thu, 20 Nov 2003 19:19:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:20:01 -0000 peter 2003/11/20 19:19:59 PST FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Turn on NO_MIXED_MODE for amd64 generic. It turns out that all the known samples of broken chipsets that needed mixed mode in the first place are so broken (ie: locks up) that we can't use IO APIC mode at all and it needs to be turned off in the bios. So, the MIXED_MODE penalty on the good chipsets gained nothing. Approved by: re (scottl) Revision Changes Path 1.399 +1 -0 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:20:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE7F16A4CF; Thu, 20 Nov 2003 19:20:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD5443FDD; Thu, 20 Nov 2003 19:20:21 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3KLXJ033485; Thu, 20 Nov 2003 19:20:21 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3KLOZ033484; Thu, 20 Nov 2003 19:20:21 -0800 (PST) (envelope-from trevor) Message-Id: <200311210320.hAL3KLOZ033484@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 19:20:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/swm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:20:22 -0000 trevor 2003/11/20 19:20:21 PST FreeBSD ports repository Modified files: x11-wm/swm Makefile Log: Avoid use of Perl. Revision Changes Path 1.12 +5 -3 ports/x11-wm/swm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:22:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB3716A4CE; Thu, 20 Nov 2003 19:22:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DE643FEA; Thu, 20 Nov 2003 19:22:01 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3M1XJ033587; Thu, 20 Nov 2003 19:22:01 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3M1jd033586; Thu, 20 Nov 2003 19:22:01 -0800 (PST) (envelope-from horikawa) Message-Id: <200311210322.hAL3M1jd033586@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 20 Nov 2003 19:22:01 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 m4.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:22:02 -0000 horikawa 2003/11/20 19:22:01 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 m4.1 Log: Fix incorrect translations and improve Japanese wording. Submitted by: Takayuki Matsui Revision Changes Path 1.19 +28 -32 doc/ja_JP.eucJP/man/man1/m4.1 From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:32:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7268816A4CE; Thu, 20 Nov 2003 19:32:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D416543F75; Thu, 20 Nov 2003 19:32:41 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3WfXJ034071; Thu, 20 Nov 2003 19:32:41 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3WfJV034070; Thu, 20 Nov 2003 19:32:41 -0800 (PST) (envelope-from linimon) Message-Id: <200311210332.hAL3WfJV034070@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 19:32:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gpsman/files patch-exerciser.tcl patch-gpsman.tcl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:32:42 -0000 linimon 2003/11/20 19:32:41 PST FreeBSD ports repository Modified files: astro/gpsman/files patch-exerciser.tcl patch-gpsman.tcl Log: Make reliance on tk 8.4 more consistent (missed in the big upgrade). PR: ports/58172 Submitted by: David Wolfskill (maintainer) Revision Changes Path 1.2 +1 -1 ports/astro/gpsman/files/patch-exerciser.tcl 1.3 +2 -2 ports/astro/gpsman/files/patch-gpsman.tcl From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:40:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BC116A4CE; Thu, 20 Nov 2003 19:40:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D08043FA3; Thu, 20 Nov 2003 19:40:54 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3esXJ034367; Thu, 20 Nov 2003 19:40:54 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3esiG034366; Thu, 20 Nov 2003 19:40:54 -0800 (PST) (envelope-from trevor) Message-Id: <200311210340.hAL3esiG034366@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 19:40:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/sapphire-themes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:40:55 -0000 trevor 2003/11/20 19:40:54 PST FreeBSD ports repository Modified files: x11-wm/sapphire-themes Makefile Log: Use REINPLACE_CMD instead of Perl. Revision Changes Path 1.10 +4 -3 ports/x11-wm/sapphire-themes/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:44:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FAAC16A4CE; Thu, 20 Nov 2003 19:44:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E941843F93; Thu, 20 Nov 2003 19:44:45 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3ijXJ034536; Thu, 20 Nov 2003 19:44:45 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3ijIm034535; Thu, 20 Nov 2003 19:44:45 -0800 (PST) (envelope-from trevor) Message-Id: <200311210344.hAL3ijIm034535@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 19:44:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/jewel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:44:46 -0000 trevor 2003/11/20 19:44:45 PST FreeBSD ports repository Modified files: x11-wm/jewel Makefile Log: Avoid use of Perl. Revision Changes Path 1.10 +4 -3 ports/x11-wm/jewel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:54:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6852716A4CE; Thu, 20 Nov 2003 19:54:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A005F43F93; Thu, 20 Nov 2003 19:54:13 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3sDXJ035027; Thu, 20 Nov 2003 19:54:13 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3sDVp035026; Thu, 20 Nov 2003 19:54:13 -0800 (PST) (envelope-from linimon) Message-Id: <200311210354.hAL3sDVp035026@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 19:54:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/detachtty Makefile distinfo ports/misc/detachtty/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:54:15 -0000 linimon 2003/11/20 19:54:13 PST FreeBSD ports repository Modified files: misc/detachtty Makefile distinfo misc/detachtty/files patch-aa Log: Incorporate new upstream version with changes basically irrelevant to FreeBSD: formatting and addition of some Solaris support. PR: ports/58487 Submitted by: Johannes Groedem (maintainer) Revision Changes Path 1.2 +3 -3 ports/misc/detachtty/Makefile 1.2 +1 -1 ports/misc/detachtty/distinfo 1.2 +6 -6 ports/misc/detachtty/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:54:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA9F16A4CF; Thu, 20 Nov 2003 19:54:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B5EB43F3F; Thu, 20 Nov 2003 19:54:26 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3sQXJ035061; Thu, 20 Nov 2003 19:54:26 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3sQWn035060; Thu, 20 Nov 2003 19:54:26 -0800 (PST) (envelope-from trevor) Message-Id: <200311210354.hAL3sQWn035060@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 19:54:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/svnc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:54:27 -0000 trevor 2003/11/20 19:54:26 PST FreeBSD ports repository Modified files: net/svnc Makefile Log: Avoid use of Perl. Revision Changes Path 1.11 +5 -3 ports/net/svnc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:58:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84FB116A4CE; Thu, 20 Nov 2003 19:58:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9B043FAF; Thu, 20 Nov 2003 19:58:46 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3wkXJ035258; Thu, 20 Nov 2003 19:58:46 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3wkSC035257; Thu, 20 Nov 2003 19:58:46 -0800 (PST) (envelope-from trevor) Message-Id: <200311210358.hAL3wkSC035257@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 19:58:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts/linux-fontconfig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:58:47 -0000 trevor 2003/11/20 19:58:46 PST FreeBSD ports repository Modified files: x11-fonts/linux-fontconfig Makefile Log: Fix packing list. Revision Changes Path 1.3 +2 -1 ports/x11-fonts/linux-fontconfig/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 20:01:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D06516A4CE; Thu, 20 Nov 2003 20:01:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1066443FBF; Thu, 20 Nov 2003 20:01:40 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL41dXJ035395; Thu, 20 Nov 2003 20:01:39 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL41d51035394; Thu, 20 Nov 2003 20:01:39 -0800 (PST) (envelope-from trevor) Message-Id: <200311210401.hAL41d51035394@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 20:01:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/linux-expat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 04:01:40 -0000 trevor 2003/11/20 20:01:39 PST FreeBSD ports repository Modified files: textproc/linux-expat Makefile Log: Fix packing list. Revision Changes Path 1.4 +2 -2 ports/textproc/linux-expat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 20:18:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5AA16A4CE; Thu, 20 Nov 2003 20:18:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FC343FBF; Thu, 20 Nov 2003 20:18:40 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL4IeXJ036848; Thu, 20 Nov 2003 20:18:40 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL4IeJb036847; Thu, 20 Nov 2003 20:18:40 -0800 (PST) (envelope-from trevor) Message-Id: <200311210418.hAL4IeJb036847@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 20:18:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festogi-spanish distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 04:18:41 -0000 trevor 2003/11/20 20:18:40 PST FreeBSD ports repository Modified files: audio/festogi-spanish distinfo Log: Add another checksum ("zcat" of the two distfiles shows no changes). Revision Changes Path 1.2 +2 -0 ports/audio/festogi-spanish/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 20:21:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A701116A4CF; Thu, 20 Nov 2003 20:21:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF8A43F93; Thu, 20 Nov 2003 20:21:36 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL4LZXJ036984; Thu, 20 Nov 2003 20:21:35 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL4LZAu036983; Thu, 20 Nov 2003 20:21:35 -0800 (PST) (envelope-from trevor) Message-Id: <200311210421.hAL4LZAu036983@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 20:21:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festogi-spanish distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 04:21:36 -0000 trevor 2003/11/20 20:21:35 PST FreeBSD ports repository Modified files: audio/festogi-spanish distinfo Log: forced commit to note that previous change was: PR: 40107 Submitted by: Andreas Schulz Revision Changes Path 1.3 +1 -1 ports/audio/festogi-spanish/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 20:40:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BA416A4CE; Thu, 20 Nov 2003 20:40:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1768043FD7; Thu, 20 Nov 2003 20:40:00 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL4dxXJ037558; Thu, 20 Nov 2003 20:39:59 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL4dxGL037557; Thu, 20 Nov 2003 20:39:59 -0800 (PST) (envelope-from trevor) Message-Id: <200311210439.hAL4dxGL037557@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 20:39:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-8 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 04:40:00 -0000 trevor 2003/11/20 20:39:59 PST FreeBSD ports repository Modified files: emulators/linux_base-8 pkg-descr Log: Mention the x11/linux-XFree86-libs port. Revision Changes Path 1.10 +2 -0 ports/emulators/linux_base-8/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Nov 20 20:53:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6F216A4CE; Thu, 20 Nov 2003 20:53:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4BD43FE1; Thu, 20 Nov 2003 20:53:40 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL4rdXJ043683; Thu, 20 Nov 2003 20:53:39 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL4rd4o043682; Thu, 20 Nov 2003 20:53:39 -0800 (PST) (envelope-from linimon) Message-Id: <200311210453.hAL4rd4o043682@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 20:53:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/inn Makefile ports/news/inn/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 04:53:40 -0000 linimon 2003/11/20 20:53:39 PST FreeBSD ports repository Modified files: news/inn Makefile news/inn/files patch-configure Log: Changelog: - set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba" ] - fix PKG_PREFIX for pkg-install, now post install script knows correct prefix - add support for db4, db3 in ovdb. Note for users: inn 2.4.0 DOESN'T SUPPORT db4.1. If you want to use db4.1, use inn-stable instead. PR: ports/58394 Submitted by: Clement Laforet (maintainer) Revision Changes Path 1.64 +16 -6 ports/news/inn/Makefile 1.2 +38 -11 ports/news/inn/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Nov 20 21:01:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C1016A4CE; Thu, 20 Nov 2003 21:01:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B81543FAF; Thu, 20 Nov 2003 21:01:31 -0800 (PST) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL51VXJ044014; Thu, 20 Nov 2003 21:01:31 -0800 (PST) (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL51VVT044013; Thu, 20 Nov 2003 21:01:31 -0800 (PST) (envelope-from tanimura) Message-Id: <200311210501.hAL51VVT044013@repoman.freebsd.org> From: Seigo Tanimura Date: Thu, 20 Nov 2003 21:01:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 05:01:32 -0000 tanimura 2003/11/20 21:01:31 PST FreeBSD src repository Modified files: . access Log: Add Mathew Kanner (matk) as a new src committer. He will be doing a noble job on the MIDI and sound framework. Mathew, welcome to the party! Approved by: core Mentored by: tanimura Revision Changes Path 1.621 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Nov 20 21:06:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EBD16A4CE; Thu, 20 Nov 2003 21:06:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B47643F3F; Thu, 20 Nov 2003 21:06:32 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL56WXJ045074; Thu, 20 Nov 2003 21:06:32 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL56Wig045073; Thu, 20 Nov 2003 21:06:32 -0800 (PST) (envelope-from linimon) Message-Id: <200311210506.hAL56Wig045073@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 21:06:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/inn-stable Makefile distinfo ports/news/inn-stable/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 05:06:33 -0000 linimon 2003/11/20 21:06:32 PST FreeBSD ports repository Modified files: news/inn-stable Makefile distinfo news/inn-stable/files patch-configure Log: Changelog: - Update to 20031022 snapshot (committer's note: almost entirely documentation updates although there are some very minor bugfixes) - set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba" ] - fix PKG_PREFIX for pkg-install, now post install script knows correct prefix - add support for db41, db4, db3 in ovdb. PR: ports/58395 Submitted by: Clement Laforet (maintainer) Revision Changes Path 1.101 +17 -9 ports/news/inn-stable/Makefile 1.50 +1 -1 ports/news/inn-stable/distinfo 1.2 +36 -10 ports/news/inn-stable/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Nov 20 21:17:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7AE16A4CE; Thu, 20 Nov 2003 21:17:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9405843FDF; Thu, 20 Nov 2003 21:17:54 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL5HsXJ045446; Thu, 20 Nov 2003 21:17:54 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL5HsFc045445; Thu, 20 Nov 2003 21:17:54 -0800 (PST) (envelope-from perky) Message-Id: <200311210517.hAL5HsFc045445@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 20 Nov 2003 21:17:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-bsddb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 05:17:55 -0000 perky 2003/11/20 21:17:54 PST FreeBSD ports repository Modified files: databases/py-bsddb Makefile Log: Add WITH_DB4 knob and change default to use db4.1. Submitted by: Rui Lopes Revision Changes Path 1.5 +9 -5 ports/databases/py-bsddb/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:00:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E1016A4CE; Thu, 20 Nov 2003 22:00:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B7943FE1; Thu, 20 Nov 2003 22:00:48 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL60mXJ046917; Thu, 20 Nov 2003 22:00:48 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL60mr3046916; Thu, 20 Nov 2003 22:00:48 -0800 (PST) (envelope-from trevor) Message-Id: <200311210600.hAL60mr3046916@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 20 Nov 2003 22:00:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/fetchyahoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:00:50 -0000 trevor 2003/11/20 22:00:48 PST FreeBSD ports repository Modified files: mail/fetchyahoo Makefile distinfo Log: Update to 2.5.5. requested by: Josh Homan of jawsworks.net Revision Changes Path 1.3 +1 -2 ports/mail/fetchyahoo/Makefile 1.2 +1 -1 ports/mail/fetchyahoo/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:15:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C9E16A4CE; Thu, 20 Nov 2003 22:15:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E2143FDF; Thu, 20 Nov 2003 22:15:25 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL6FPXJ048239; Thu, 20 Nov 2003 22:15:25 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL6FPmg048238; Thu, 20 Nov 2003 22:15:25 -0800 (PST) (envelope-from linimon) Message-Id: <200311210615.hAL6FPmg048238@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 22:15:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/kappa20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:15:26 -0000 linimon 2003/11/20 22:15:24 PST FreeBSD ports repository Modified files: japanese/kappa20 Makefile distinfo Log: New version for original archive's version-up. Only the fonts themselves change. PR: ports/59365 Submitted by: Kawaguti Ginga (maintainer) Revision Changes Path 1.20 +1 -1 ports/japanese/kappa20/Makefile 1.5 +1 -1 ports/japanese/kappa20/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:33:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A26616A4CE for ; Thu, 20 Nov 2003 22:33:08 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 800AC43FF5 for ; Thu, 20 Nov 2003 22:33:05 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 16534 invoked from network); 21 Nov 2003 06:33:04 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 21 Nov 2003 06:33:04 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 21 Nov 2003 00:33:03 -0600 (CST) From: Mike Silbersack To: Andre Oppermann In-Reply-To: <3FBD596E.CE7299BD@freebsd.org> Message-ID: <20031121002621.N1924@odysseus.silby.com> References: <20031120200816.1F8C916A4DD@hub.freebsd.org> <20031120154119.M72721@root.org> <3FBD596E.CE7299BD@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/conf files src/sys/net if_faith.c if_loop.croute.h rtsock.c src/sys/netinet in_pcb.c in_pcb.h in_rmx.c ip_divert.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:33:08 -0000 On Fri, 21 Nov 2003, Andre Oppermann wrote: > BTW: Is there a reason why we haven't enabled rfc3390 and inflight by > default? I'm running all my (ISP) servers with it and it gives quite > a boost, especially with http traffic. The inflight stuff is also very > good for connections where the remote side has only limited bandwidth. > It doesn't overload the remote path buffer and keeps the traffic smooth > instead of hitting the packet loss and trying again. > > -- > Andre We should probably put 3390 on soon, it was just me objecting before. I'm not so sure about inflight, though; it probably needs more verification before it's turned on by default. I'm looking forward to dynamic sockbuf sizing though, I think it's a prereq for the inflight code to be well tested. Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:38:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAC916A4CE; Thu, 20 Nov 2003 22:38:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BD143FE1; Thu, 20 Nov 2003 22:38:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL6c7XJ049005; Thu, 20 Nov 2003 22:38:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL6c7mM049004; Thu, 20 Nov 2003 22:38:07 -0800 (PST) (envelope-from marcus) Message-Id: <200311210638.hAL6c7mM049004@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Nov 2003 22:38:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gossip/files patch-src_gossip-group-chat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:38:08 -0000 marcus 2003/11/20 22:38:07 PST FreeBSD ports repository Added files: net/gossip/files patch-src_gossip-group-chat.c Log: Fix build on -STABLE. Revision Changes Path 1.1 +11 -0 ports/net/gossip/files/patch-src_gossip-group-chat.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:48:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC4816A4CE; Thu, 20 Nov 2003 22:48:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F27E43F85; Thu, 20 Nov 2003 22:48:33 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL6mXXJ049360; Thu, 20 Nov 2003 22:48:33 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL6mXlu049359; Thu, 20 Nov 2003 22:48:33 -0800 (PST) (envelope-from linimon) Message-Id: <200311210648.hAL6mXlu049359@repoman.freebsd.org> From: Mark Linimon Date: Thu, 20 Nov 2003 22:48:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Amazon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:48:34 -0000 linimon 2003/11/20 22:48:33 PST FreeBSD ports repository Modified files: net/p5-Net-Amazon Makefile distinfo Log: Add 'Blended' search on a keyword, resulting in matches across the board. No 'mode' parameter is allowed. According to Amazon's developer's kit, this will result in up to three matches per category and can yield a total of 45 matches. PR: ports/59414 Submitted by: Cheng-Lung Sung (maintainer) Revision Changes Path 1.2 +2 -2 ports/net/p5-Net-Amazon/Makefile 1.2 +1 -1 ports/net/p5-Net-Amazon/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:53:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23A616A4CE; Thu, 20 Nov 2003 22:53:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0FC43FE1; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL6rkXJ049585; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL6rkbu049584; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd) Message-Id: <200311210653.hAL6rkbu049584@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 20 Nov 2003 22:53:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat41 distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 06:53:47 -0000 znerd 2003/11/20 22:53:45 PST FreeBSD ports repository Modified files: www/jakarta-tomcat41 distinfo pkg-plist Log: Update port to version 4.1.29 In the process, fix the packing list to obtain a clean pkg_add/pkg_deinstall sequence (a number of empty directory where not created in previous versions) The generated package now includes directives to fix file/dir ownership after install, so that the installed tree is identical to what you obtain after 'make install' from the port. Summary of changes to Tomcat since 4.1.27: . The Coyote connector (HTTP/1.1 and AJP/1.3) has been upgraded to Coyote 1.1, which is the one used by Tomcat 5.0.x. . Upgrade distributed jars: DBCP (1.1) commons-modeler (1.1) Xerces (2.5.0) regexp (1.3). . Added support for nesting a Context Listener and a Webapp Loader within a DefaultContext. . Minor docs updates. . StandardContext: Fix reloading regression. . StandardDefaultContext: Fix support for defining ResourceLink . StandardWrapperValve: Fix infinite recursion when logging in certain cases . JNDIRealm: Many bugfixes (18698, 11678, 19864, 20518, . 14817, 22236), and allow multiple user patterns. . CGI Servlet: Bugfixes (22857, 22858). . WebDAV Servlet: Fix bad handling of the destinationPath URL. . SecurityClassLoad: Preload a few additional classes from Coyote. . MemoryUser: XML-escape the values when writing out the tomcat-users.xml file. Submitted by: Angelo Turetta PR: 58973 Revision Changes Path 1.14 +1 -1 ports/www/jakarta-tomcat41/distinfo 1.22 +17 -5 ports/www/jakarta-tomcat41/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 00:09:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB7E16A4CE; Fri, 21 Nov 2003 00:09:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D52D43F75; Fri, 21 Nov 2003 00:09:49 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL89nXJ054108; Fri, 21 Nov 2003 00:09:49 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL89nLW054107; Fri, 21 Nov 2003 00:09:49 -0800 (PST) (envelope-from trevor) Message-Id: <200311210809.hAL89nLW054107@repoman.freebsd.org> From: Trevor Johnson Date: Fri, 21 Nov 2003 00:09:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/fetchyahoo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 08:09:50 -0000 trevor 2003/11/21 00:09:49 PST FreeBSD ports repository Modified files: mail/fetchyahoo Makefile Log: Use PERL_ARCH. Submitted by: Josh Homan of jawsworks.net Revision Changes Path 1.4 +2 -2 ports/mail/fetchyahoo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 00:24:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F97416A4CE; Fri, 21 Nov 2003 00:24:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E952D43FDF; Fri, 21 Nov 2003 00:24:30 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL8OUXJ054568; Fri, 21 Nov 2003 00:24:30 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL8OUts054567; Fri, 21 Nov 2003 00:24:30 -0800 (PST) (envelope-from nork) Message-Id: <200311210824.hAL8OUts054567@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 21 Nov 2003 00:24:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 08:24:31 -0000 nork 2003/11/21 00:24:30 PST FreeBSD ports repository Removed files: www/linuxpluginwrapper/files pkg-message.in Log: Remove needless file Revision Changes Path 1.3 +0 -16 ports/www/linuxpluginwrapper/files/pkg-message.in (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 01:06:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753AC16A4CE; Fri, 21 Nov 2003 01:06:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E573043FBD; Fri, 21 Nov 2003 01:06:44 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL96iXJ062483; Fri, 21 Nov 2003 01:06:44 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL96i09062482; Fri, 21 Nov 2003 01:06:44 -0800 (PST) (envelope-from leeym) Message-Id: <200311210906.hAL96i09062482@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 21 Nov 2003 01:06:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/adacurses Makefile distinfo pkg-plist ports/devel/adacurses/files adacurses-config patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 09:06:45 -0000 leeym 2003/11/21 01:06:44 PST FreeBSD ports repository Modified files: devel/adacurses Makefile distinfo pkg-plist devel/adacurses/files adacurses-config Added files: devel/adacurses/files patch-configure Log: Update to 5.3 and get rid of BROKEN PR: 59534 Submitted by: Clement Laforet Revision Changes Path 1.8 +8 -13 ports/devel/adacurses/Makefile 1.2 +1 -1 ports/devel/adacurses/distinfo 1.2 +1 -1 ports/devel/adacurses/files/adacurses-config 1.1 +11 -0 ports/devel/adacurses/files/patch-configure (new) 1.2 +12 -0 ports/devel/adacurses/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 01:39:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C933916A4CE; Fri, 21 Nov 2003 01:39:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F02E43FAF; Fri, 21 Nov 2003 01:39:41 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL9dfXJ063470; Fri, 21 Nov 2003 01:39:41 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL9deo1063469; Fri, 21 Nov 2003 01:39:40 -0800 (PST) (envelope-from leeym) Message-Id: <200311210939.hAL9deo1063469@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 21 Nov 2003 01:39:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 09:39:41 -0000 leeym 2003/11/21 01:39:40 PST FreeBSD ports repository Modified files: security/amavisd Makefile Log: Use uvscan as default virus scanner and unbreak amavisd Revision Changes Path 1.14 +11 -0 ports/security/amavisd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 01:54:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F175016A4D0; Fri, 21 Nov 2003 01:54:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70AE43FE1; Fri, 21 Nov 2003 01:54:27 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL9sRXJ064038; Fri, 21 Nov 2003 01:54:27 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL9sRUl064037; Fri, 21 Nov 2003 01:54:27 -0800 (PST) (envelope-from rushani) Message-Id: <200311210954.hAL9sRUl064037@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Fri, 21 Nov 2003 01:54:27 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en developers.sgml www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 09:54:29 -0000 rushani 2003/11/21 01:54:27 PST FreeBSD doc repository Modified files: en developers.sgml en/docproj current.sgml Log: Assign writing manual page tasks for ct(4) and nsp(4) to non. Requested by: non Revision Changes Path 1.68 +2 -1 www/en/developers.sgml 1.59 +7 -7 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 02:25:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3207016A4CE; Fri, 21 Nov 2003 02:25:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1C543FEA; Fri, 21 Nov 2003 02:25:28 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALAPSXJ065908; Fri, 21 Nov 2003 02:25:28 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALAPSf0065899; Fri, 21 Nov 2003 02:25:28 -0800 (PST) (envelope-from osa) Message-Id: <200311211025.hALAPSf0065899@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Nov 2003 02:25:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/oops distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 10:25:29 -0000 osa 2003/11/21 02:25:28 PST FreeBSD ports repository Modified files: www/oops distinfo Log: Author remove some needless files from distro and reroll it. Revision Changes Path 1.15 +1 -1 ports/www/oops/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 02:52:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D759216A4CE; Fri, 21 Nov 2003 02:52:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D6A43FB1; Fri, 21 Nov 2003 02:52:12 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALAqCXJ066799; Fri, 21 Nov 2003 02:52:12 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALAqBDP066798; Fri, 21 Nov 2003 02:52:11 -0800 (PST) (envelope-from arved) Message-Id: <200311211052.hALAqBDP066798@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 02:52:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-clocks/wmtz Makefileports/x11-clocks/wmtz/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 10:52:13 -0000 arved 2003/11/21 02:52:11 PST FreeBSD ports repository Modified files: x11-clocks/wmtz Makefile x11-clocks/wmtz/files patch-ac Log: Unbreak on 5.x PR: 59538 Submitted by: Samy Al Bahra Revision Changes Path 1.16 +1 -7 ports/x11-clocks/wmtz/Makefile 1.2 +28 -3 ports/x11-clocks/wmtz/files/patch-ac From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:02:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4CE16A4CE; Fri, 21 Nov 2003 03:02:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1625043FF2; Fri, 21 Nov 2003 03:02:23 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALB2MXJ067445; Fri, 21 Nov 2003 03:02:22 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALB2MnM067444; Fri, 21 Nov 2003 03:02:22 -0800 (PST) (envelope-from bms) Message-Id: <200311211102.hALB2MnM067444@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 21 Nov 2003 03:02:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/quagga Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:02:24 -0000 bms 2003/11/21 03:02:22 PST FreeBSD ports repository (src committer) Modified files: net/quagga Makefile pkg-plist Log: Use new rc script suite. Submitted by: Boris Kovalenko Revision Changes Path 1.12 +41 -15 ports/net/quagga/Makefile 1.4 +3 -1 ports/net/quagga/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:17:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F7C216A4CE; Fri, 21 Nov 2003 03:17:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01A043FDD; Fri, 21 Nov 2003 03:17:41 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBHfXJ068850; Fri, 21 Nov 2003 03:17:41 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBHfW8068849; Fri, 21 Nov 2003 03:17:41 -0800 (PST) (envelope-from lev) Message-Id: <200311211117.hALBHfW8068849@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 21 Nov 2003 03:17:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian/apache13 Makefile distinfo pkg-plist ports/russian/apache13/files patch-src::main::alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:17:42 -0000 lev 2003/11/21 03:17:41 PST FreeBSD ports repository Modified files: russian/apache13 Makefile distinfo pkg-plist Removed files: russian/apache13/files patch-src::main::alloc.c Log: Update to latest version 30.19+1.3.29 Revision Changes Path 1.38 +2 -3 ports/russian/apache13/Makefile 1.19 +2 -2 ports/russian/apache13/distinfo 1.2 +0 -25 ports/russian/apache13/files/patch-src::main::alloc.c (dead) 1.15 +4 -1 ports/russian/apache13/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:19:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220F816A4CE; Fri, 21 Nov 2003 03:19:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5D643FCB; Fri, 21 Nov 2003 03:19:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBJjXJ068908; Fri, 21 Nov 2003 03:19:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBJjUx068907; Fri, 21 Nov 2003 03:19:45 -0800 (PST) (envelope-from arved) Message-Id: <200311211119.hALBJjUx068907@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 03:19:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/bitchx/files patch-status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:19:46 -0000 arved 2003/11/21 03:19:45 PST FreeBSD ports repository Added files: korean/bitchx/files patch-status.c Log: Fix build on 5.x Obtained from: irc/bitchx Revision Changes Path 1.1 +11 -0 ports/korean/bitchx/files/patch-status.c (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:32:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8F716A4CE; Fri, 21 Nov 2003 03:32:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B6F43FB1; Fri, 21 Nov 2003 03:32:50 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBWoXJ069388; Fri, 21 Nov 2003 03:32:50 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBWoiJ069387; Fri, 21 Nov 2003 03:32:50 -0800 (PST) (envelope-from arved) Message-Id: <200311211132.hALBWoiJ069387@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 03:32:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/openhbci Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:32:51 -0000 arved 2003/11/21 03:32:50 PST FreeBSD ports repository Modified files: finance/openhbci Makefile Log: I am not sure, why I added -pedantic 10 months ago. With todays gcc it breaks the port on 5.x Revision Changes Path 1.6 +0 -1 ports/finance/openhbci/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:35:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B27916A4CF; Fri, 21 Nov 2003 03:35:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96ADC43FE1; Fri, 21 Nov 2003 03:35:04 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBZ4XJ069458; Fri, 21 Nov 2003 03:35:04 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBZ4qn069457; Fri, 21 Nov 2003 03:35:04 -0800 (PST) (envelope-from arved) Message-Id: <200311211135.hALBZ4qn069457@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 03:35:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ray++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:35:05 -0000 arved 2003/11/21 03:35:04 PST FreeBSD ports repository Modified files: graphics/ray++ Makefile Log: Fix build on 5.x by removing -pedantic Revision Changes Path 1.9 +3 -3 ports/graphics/ray++/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:36:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6077716A4CE; Fri, 21 Nov 2003 03:36:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C701C43FB1; Fri, 21 Nov 2003 03:36:02 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBa2XJ069569; Fri, 21 Nov 2003 03:36:02 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBa2Z1069568; Fri, 21 Nov 2003 03:36:02 -0800 (PST) (envelope-from jeh) Message-Id: <200311211136.hALBa2Z1069568@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 21 Nov 2003 03:36:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/bugzilla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:36:03 -0000 jeh 2003/11/21 03:36:02 PST FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo Log: There are several security related problem in bugzilla 2.16.3 and earlier, The bugzilla developer released a security advisory. see: http://www.bugzilla.org/security/2.16.3/ PR: 58905 Submitted by: Kang Liu Revision Changes Path 1.25 +1 -2 ports/devel/bugzilla/Makefile 1.8 +1 -1 ports/devel/bugzilla/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:39:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54C316A4CE; Fri, 21 Nov 2003 03:39:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B1143FBF; Fri, 21 Nov 2003 03:39:28 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBdSXJ069660; Fri, 21 Nov 2003 03:39:28 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBdS82069659; Fri, 21 Nov 2003 03:39:28 -0800 (PST) (envelope-from jeh) Message-Id: <200311211139.hALBdS82069659@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 21 Nov 2003 03:39:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/snort Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:39:29 -0000 jeh 2003/11/21 03:39:28 PST FreeBSD ports repository Modified files: security/snort Makefile distinfo Log: Update security/snort from 2.0.2 to 2.0.4 PR: 59148 Submitted by: Linh Pham Revision Changes Path 1.40 +1 -1 ports/security/snort/Makefile 1.22 +1 -1 ports/security/snort/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:44:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D2B616A4CE; Fri, 21 Nov 2003 03:44:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAD443FB1; Fri, 21 Nov 2003 03:44:45 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBijXJ069916; Fri, 21 Nov 2003 03:44:45 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBijih069915; Fri, 21 Nov 2003 03:44:45 -0800 (PST) (envelope-from osa) Message-Id: <200311211144.hALBijih069915@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Nov 2003 03:44:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/opera Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:44:46 -0000 osa 2003/11/21 03:44:45 PST FreeBSD ports repository Modified files: www/opera Makefile distinfo Log: Security update to 7.23 (aka 20031119). It addresses these vulnerabilities: - Addressing two issues reported by Jouko Pynnonen: - Forced placement of downloaded skin-files in undesirable locations - Buffer overflow when processing skins - Additionally, added an OpenSSL ASN.1 patch (from OpenSSL 0.9.6k, November 4, 2003) Submitted by: Arjan van Leeuwen (maintainer) PR: 59542 Revision Changes Path 1.22 +11 -11 ports/www/opera/Makefile 1.17 +1 -1 ports/www/opera/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 03:54:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3BF16A4CE; Fri, 21 Nov 2003 03:54:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201743FE3; Fri, 21 Nov 2003 03:54:42 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALBsgXJ070268; Fri, 21 Nov 2003 03:54:42 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALBsgLF070267; Fri, 21 Nov 2003 03:54:42 -0800 (PST) (envelope-from mat) Message-Id: <200311211154.hALBsgLF070267@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Nov 2003 03:54:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Event-Cron Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 11:54:43 -0000 mat 2003/11/21 03:54:42 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Event-Cron Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.4 +1 -2 ports/devel/p5-DateTime-Event-Cron/Makefile 1.2 +1 -1 ports/devel/p5-DateTime-Event-Cron/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:13:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD39116A4CE; Fri, 21 Nov 2003 04:13:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFD143FE1; Fri, 21 Nov 2003 04:13:48 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCDmXJ071887; Fri, 21 Nov 2003 04:13:48 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCDmVW071886; Fri, 21 Nov 2003 04:13:48 -0800 (PST) (envelope-from krion) Message-Id: <200311211213.hALCDmVW071886@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 21 Nov 2003 04:13:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bogofilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:13:49 -0000 krion 2003/11/21 04:13:47 PST FreeBSD ports repository Modified files: mail/bogofilter Makefile Log: - Fix contributor path for bash - Change maintainer address. PR: 59544 Submitted by: maintainer Revision Changes Path 1.28 +6 -1 ports/mail/bogofilter/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:14:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A3C16A4CF; Fri, 21 Nov 2003 04:14:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE75F43FE3; Fri, 21 Nov 2003 04:14:02 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCE2XJ071919; Fri, 21 Nov 2003 04:14:02 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCE2Y7071918; Fri, 21 Nov 2003 04:14:02 -0800 (PST) (envelope-from znerd) Message-Id: <200311211214.hALCE2Y7071918@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 21 Nov 2003 04:14:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat41 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:14:03 -0000 znerd 2003/11/21 04:14:02 PST FreeBSD ports repository Modified files: www/jakarta-tomcat41 Makefile Log: Fix last commit. PORTVERSION should be 4.1.29, not 4.1.27. Noticed by: ve@hardcore.lt Revision Changes Path 1.50 +1 -1 ports/www/jakarta-tomcat41/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:15:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C087116A4CE; Fri, 21 Nov 2003 04:15:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58E943FCB; Fri, 21 Nov 2003 04:15:52 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCFqXJ072057; Fri, 21 Nov 2003 04:15:52 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCFqkp072056; Fri, 21 Nov 2003 04:15:52 -0800 (PST) (envelope-from lev) Message-Id: <200311211215.hALCFqkp072056@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 21 Nov 2003 04:15:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian/apache13-modssl Makefile distinfo patch-src::main::alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:15:53 -0000 lev 2003/11/21 04:15:52 PST FreeBSD ports repository Modified files: russian/apache13-modssl Makefile distinfo pkg-plist Removed files: russian/apache13-modssl/files patch-src::main::alloc.c Log: Update to version 1.3.29+30.19+2.8.16 Revision Changes Path 1.42 +3 -4 ports/russian/apache13-modssl/Makefile 1.20 +3 -3 ports/russian/apache13-modssl/distinfo 1.2 +0 -25 ports/russian/apache13-modssl/files/patch-src::main::alloc.c (dead) 1.14 +4 -1 ports/russian/apache13-modssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:16:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EAE616A4CF; Fri, 21 Nov 2003 04:16:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941D743FDD; Fri, 21 Nov 2003 04:16:18 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCGIXJ072099; Fri, 21 Nov 2003 04:16:18 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCGITk072098; Fri, 21 Nov 2003 04:16:18 -0800 (PST) (envelope-from arved) Message-Id: <200311211216.hALCGITk072098@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 04:16:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bsp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:16:19 -0000 arved 2003/11/21 04:16:18 PST FreeBSD ports repository Modified files: games/bsp Makefile Log: Respect CFLAGS, should fix build on alpha Revision Changes Path 1.4 +5 -0 ports/games/bsp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:19:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6359716A4D4; Fri, 21 Nov 2003 04:19:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C757443FE9; Fri, 21 Nov 2003 04:19:01 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCJ1XJ072166; Fri, 21 Nov 2003 04:19:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCJ1Rb072165; Fri, 21 Nov 2003 04:19:01 -0800 (PST) (envelope-from krion) Message-Id: <200311211219.hALCJ1Rb072165@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 21 Nov 2003 04:19:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/openvpn Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:19:02 -0000 krion 2003/11/21 04:19:01 PST FreeBSD ports repository Modified files: security/openvpn Makefile distinfo pkg-message Log: - Support for TCP as the tunnel transport was added - Change maintainer email PR: 59543 Submitted by: maintainer Revision Changes Path 1.7 +4 -3 ports/security/openvpn/Makefile 1.6 +1 -1 ports/security/openvpn/distinfo 1.3 +9 -0 ports/security/openvpn/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:25:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE69816A4CE; Fri, 21 Nov 2003 04:25:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395CE43F3F; Fri, 21 Nov 2003 04:25:05 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCP5XJ072362; Fri, 21 Nov 2003 04:25:05 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCP416072361; Fri, 21 Nov 2003 04:25:04 -0800 (PST) (envelope-from arved) Message-Id: <200311211225.hALCP416072361@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 04:25:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:25:06 -0000 arved 2003/11/21 04:25:04 PST FreeBSD ports repository Modified files: devel/pth Makefile Log: Respect CFLAGS, should fix build on alpha Revision Changes Path 1.63 +5 -0 ports/devel/pth/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:25:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A1C16A4CF; Fri, 21 Nov 2003 04:25:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748E943FE3; Fri, 21 Nov 2003 04:25:29 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCPTXJ072471; Fri, 21 Nov 2003 04:25:29 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCPTkL072470; Fri, 21 Nov 2003 04:25:29 -0800 (PST) (envelope-from krion) Message-Id: <200311211225.hALCPTkL072470@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 21 Nov 2003 04:25:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/yc.el Makefile distinfo pkg-plist ports/japanese/yc.el/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:25:30 -0000 krion 2003/11/21 04:25:29 PST FreeBSD ports repository Modified files: japanese/yc.el Makefile distinfo pkg-plist Added files: japanese/yc.el/files patch-aa Log: - Update to version 4.0.1 PR: 59540 Submitted by: maintainer Revision Changes Path 1.13 +5 -12 ports/japanese/yc.el/Makefile 1.10 +1 -1 ports/japanese/yc.el/distinfo 1.3 +46 -0 ports/japanese/yc.el/files/patch-aa (new) 1.3 +1 -0 ports/japanese/yc.el/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:31:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A5916A4CE; Fri, 21 Nov 2003 04:31:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5F543F85; Fri, 21 Nov 2003 04:31:05 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCV5XJ072705; Fri, 21 Nov 2003 04:31:05 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCV5rJ072704; Fri, 21 Nov 2003 04:31:05 -0800 (PST) (envelope-from arved) Message-Id: <200311211231.hALCV5rJ072704@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 04:31:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/greed Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:31:06 -0000 arved 2003/11/21 04:31:05 PST FreeBSD ports repository Modified files: ftp/greed Makefile Log: Respect CFLAGS, should fix build on alpha Revision Changes Path 1.21 +5 -0 ports/ftp/greed/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:32:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21BF416A4CE; Fri, 21 Nov 2003 04:32:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FF543FA3; Fri, 21 Nov 2003 04:32:04 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCW4XJ072754; Fri, 21 Nov 2003 04:32:04 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCW4Gj072753; Fri, 21 Nov 2003 04:32:04 -0800 (PST) (envelope-from mat) Message-Id: <200311211232.hALCW4Gj072753@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Nov 2003 04:32:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-ISO8601 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:32:05 -0000 mat 2003/11/21 04:32:04 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Format-ISO8601 Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.4 +10 -3 ports/devel/p5-DateTime-Format-ISO8601/Makefile 1.2 +1 -1 ports/devel/p5-DateTime-Format-ISO8601/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:45:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2681516A4CE; Fri, 21 Nov 2003 04:45:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40A443F3F; Fri, 21 Nov 2003 04:45:55 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCjsXJ073246; Fri, 21 Nov 2003 04:45:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCjshB073245; Fri, 21 Nov 2003 04:45:54 -0800 (PST) (envelope-from arved) Message-Id: <200311211245.hALCjshB073245@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 04:45:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/mbrowse Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:45:57 -0000 arved 2003/11/21 04:45:54 PST FreeBSD ports repository Modified files: net/mbrowse Makefile distinfo Log: Update to 0.3.1 Approved by: maintainer timeout (1 month) Revision Changes Path 1.8 +1 -2 ports/net/mbrowse/Makefile 1.3 +1 -1 ports/net/mbrowse/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:49:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E5D16A4CE; Fri, 21 Nov 2003 04:49:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13AFB43FDF; Fri, 21 Nov 2003 04:49:02 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCn1XJ078880; Fri, 21 Nov 2003 04:49:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCn1Go078879; Fri, 21 Nov 2003 04:49:01 -0800 (PST) (envelope-from pav) Message-Id: <200311211249.hALCn1Go078879@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 04:49:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gnocl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:49:02 -0000 pav 2003/11/21 04:49:01 PST FreeBSD ports repository Modified files: x11-toolkits/gnocl Makefile distinfo Log: - Update to 0.5.12 PR: ports/58204 Submitted by: stephane Approved by: adamw (mentor) Revision Changes Path 1.2 +10 -4 ports/x11-toolkits/gnocl/Makefile 1.2 +1 -1 ports/x11-toolkits/gnocl/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:55:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7488A16A4CE; Fri, 21 Nov 2003 04:55:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCD743F85; Fri, 21 Nov 2003 04:55:56 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCtuXJ079171; Fri, 21 Nov 2003 04:55:56 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCtuaa079170; Fri, 21 Nov 2003 04:55:56 -0800 (PST) (envelope-from arved) Message-Id: <200311211255.hALCtuaa079170@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 04:55:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ppmcaption Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:55:57 -0000 arved 2003/11/21 04:55:56 PST FreeBSD ports repository Modified files: graphics/ppmcaption Makefile Log: Fix build on 5.x Revision Changes Path 1.3 +5 -0 ports/graphics/ppmcaption/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 04:56:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040D716A4CE; Fri, 21 Nov 2003 04:56:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4456343FB1; Fri, 21 Nov 2003 04:56:53 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALCurXJ079212; Fri, 21 Nov 2003 04:56:53 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALCuqml079211; Fri, 21 Nov 2003 04:56:52 -0800 (PST) (envelope-from mat) Message-Id: <200311211256.hALCuqml079211@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Nov 2003 04:56:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Set-Infinite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 12:56:54 -0000 mat 2003/11/21 04:56:52 PST FreeBSD ports repository Modified files: devel/p5-Set-Infinite Makefile distinfo Log: Update to 0.55 Revision Changes Path 1.10 +1 -1 ports/devel/p5-Set-Infinite/Makefile 1.9 +1 -1 ports/devel/p5-Set-Infinite/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 05:04:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D178F16A4CE; Fri, 21 Nov 2003 05:04:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AC243F93; Fri, 21 Nov 2003 05:04:59 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALD4xXJ080352; Fri, 21 Nov 2003 05:04:59 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALD4wdp080351; Fri, 21 Nov 2003 05:04:58 -0800 (PST) (envelope-from mat) Message-Id: <200311211304.hALD4wdp080351@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Nov 2003 05:04:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Validator-Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 13:05:00 -0000 mat 2003/11/21 05:04:58 PST FreeBSD ports repository Modified files: textproc/p5-XML-Validator-Schema Makefile distinfo Log: Update to 1.05 Revision Changes Path 1.3 +1 -1 ports/textproc/p5-XML-Validator-Schema/Makefile 1.2 +1 -1 ports/textproc/p5-XML-Validator-Schema/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 05:57:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CD016A4CE; Fri, 21 Nov 2003 05:57:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BA243FBD; Fri, 21 Nov 2003 05:57:20 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALDvKXJ082277; Fri, 21 Nov 2003 05:57:20 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALDvKEV082276; Fri, 21 Nov 2003 05:57:20 -0800 (PST) (envelope-from krion) Message-Id: <200311211357.hALDvKEV082276@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 21 Nov 2003 05:57:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/nget Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 13:57:21 -0000 krion 2003/11/21 05:57:20 PST FreeBSD ports repository Modified files: news/nget Makefile distinfo Log: - Update to version 0.25 Revision Changes Path 1.10 +3 -1 ports/news/nget/Makefile 1.5 +1 -1 ports/news/nget/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 05:59:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C36D16A4CE; Fri, 21 Nov 2003 05:59:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B091943F75; Fri, 21 Nov 2003 05:59:03 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALDx3XJ082400; Fri, 21 Nov 2003 05:59:03 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALDx3n9082399; Fri, 21 Nov 2003 05:59:03 -0800 (PST) (envelope-from arved) Message-Id: <200311211359.hALDx3n9082399@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 05:59:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/l5/files patch-l5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 13:59:04 -0000 arved 2003/11/21 05:59:03 PST FreeBSD ports repository Added files: security/l5/files patch-l5.c Log: Fix build on alpha Revision Changes Path 1.1 +14 -0 ports/security/l5/files/patch-l5.c (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:12:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7167A16A4CE; Fri, 21 Nov 2003 06:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70D343F75; Fri, 21 Nov 2003 06:12:02 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALEC2XJ083687; Fri, 21 Nov 2003 06:12:02 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALEC1Qi083686; Fri, 21 Nov 2003 06:12:01 -0800 (PST) (envelope-from arved) Message-Id: <200311211412.hALEC1Qi083686@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:12:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/cost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:12:03 -0000 arved 2003/11/21 06:12:01 PST FreeBSD ports repository Modified files: textproc/cost Makefile Log: HAS_CONFIGURE -> GNU_CONFIGURE add -fPIC to CFLAGS to hopefully fix build on AMD64 Revision Changes Path 1.7 +3 -2 ports/textproc/cost/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:29:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 417FB16A4CE; Fri, 21 Nov 2003 06:29:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6438F43FB1; Fri, 21 Nov 2003 06:29:20 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALETKXJ084277; Fri, 21 Nov 2003 06:29:20 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALETKIb084276; Fri, 21 Nov 2003 06:29:20 -0800 (PST) (envelope-from arved) Message-Id: <200311211429.hALETKIb084276@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:29:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ecgi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:29:21 -0000 arved 2003/11/21 06:29:20 PST FreeBSD ports repository Modified files: devel/ecgi Makefile Log: Add -fPIC to fix build on amd64 Revision Changes Path 1.9 +1 -0 ports/devel/ecgi/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:37:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6277116A4CE; Fri, 21 Nov 2003 06:37:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81FA43FDD; Fri, 21 Nov 2003 06:37:37 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALEbbXJ084576; Fri, 21 Nov 2003 06:37:37 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALEbbt9084575; Fri, 21 Nov 2003 06:37:37 -0800 (PST) (envelope-from arved) Message-Id: <200311211437.hALEbbt9084575@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:37:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/sircd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:37:38 -0000 arved 2003/11/21 06:37:37 PST FreeBSD ports repository Modified files: irc/sircd Makefile Log: Add -fPIC to fix build on amd64 Revision Changes Path 1.6 +1 -0 ports/irc/sircd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:42:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E3316A4CE; Fri, 21 Nov 2003 06:42:29 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089D643FAF; Fri, 21 Nov 2003 06:42:28 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.24) id 1ANCUN-000Ek3-7w; Fri, 21 Nov 2003 15:42:27 +0100 Date: Fri, 21 Nov 2003 15:42:27 +0100 From: Kirill Ponomarew To: Christian Weisgerber Message-ID: <20031121144227.GG49504@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Christian Weisgerber , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200311202025.hAKKPMC1094515@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XRI2XbIfl/05pQwm" Content-Disposition: inline In-Reply-To: <200311202025.hAKKPMC1094515@repoman.freebsd.org> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/speex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:42:29 -0000 --XRI2XbIfl/05pQwm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Nov 20, 2003 at 12:25:22PM -0800, Christian Weisgerber wrote: > naddy 2003/11/20 12:25:22 PST >=20 > FreeBSD ports repository >=20 > Modified files: > audio/speex Makefile distinfo=20 > Log: > Update to 1.0.3: minor bugfixes. Errrm, could please return back PORTEPOCH ?=20 -Kirill --XRI2XbIfl/05pQwm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/viRTQC1G6a60JuURAlXVAJ4t8imFOv2q1cC42uj9StauJqVuNgCg8Qa8 btNFHM7RiYWBpDgiMiPiSJ8= =D0s+ -----END PGP SIGNATURE----- --XRI2XbIfl/05pQwm-- From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:45:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF6116A4CE; Fri, 21 Nov 2003 06:45:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B942F43FDF; Fri, 21 Nov 2003 06:45:40 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALEjeXJ084970; Fri, 21 Nov 2003 06:45:40 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALEjeHs084969; Fri, 21 Nov 2003 06:45:40 -0800 (PST) (envelope-from arved) Message-Id: <200311211445.hALEjeHs084969@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:45:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-libnet/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:45:43 -0000 arved 2003/11/21 06:45:40 PST FreeBSD ports repository Modified files: net/py-libnet/files patch-Makefile Log: Respect CFLAGS Add -fPIC to hopefully fix build on amd64 Revision Changes Path 1.3 +10 -8 ports/net/py-libnet/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:51:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74DAD16A4CF; Fri, 21 Nov 2003 06:51:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392D243FE3; Fri, 21 Nov 2003 06:51:02 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALEp2XJ085273; Fri, 21 Nov 2003 06:51:02 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALEp1kA085272; Fri, 21 Nov 2003 06:51:01 -0800 (PST) (envelope-from arved) Message-Id: <200311211451.hALEp1kA085272@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:51:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/dbconnect Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:51:03 -0000 arved 2003/11/21 06:51:01 PST FreeBSD ports repository Modified files: databases/dbconnect Makefile Log: Add -fPIC to fix build on amd64 Revision Changes Path 1.7 +1 -1 ports/databases/dbconnect/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:58:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FD316A4CE; Fri, 21 Nov 2003 06:58:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3955643FE1; Fri, 21 Nov 2003 06:58:26 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALEwQXJ085559; Fri, 21 Nov 2003 06:58:26 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALEwPv9085558; Fri, 21 Nov 2003 06:58:25 -0800 (PST) (envelope-from arved) Message-Id: <200311211458.hALEwPv9085558@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 06:58:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/cgiparse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:58:27 -0000 arved 2003/11/21 06:58:25 PST FreeBSD ports repository Modified files: www/cgiparse Makefile Log: Add -fPIC to CFLAGS to hopefully fix build on amd64 Revision Changes Path 1.21 +1 -0 ports/www/cgiparse/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 06:59:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1AA16A4CF; Fri, 21 Nov 2003 06:59:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F133B43F3F; Fri, 21 Nov 2003 06:59:27 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALExRXJ085656; Fri, 21 Nov 2003 06:59:27 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALExRJu085655; Fri, 21 Nov 2003 06:59:27 -0800 (PST) (envelope-from osa) Message-Id: <200311211459.hALExRJu085655@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Nov 2003 06:59:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libparanoia Makefile ports/security/libparanoia/files patch-stentry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:59:28 -0000 osa 2003/11/21 06:59:27 PST FreeBSD ports repository Modified files: security/libparanoia Makefile Removed files: security/libparanoia/files patch-stentry.c Log: Fix incorrect argument order for kill(2) [1] Use USE_REINPLACE instead of one-line patch-stentry.c. Bump PORTREVISION. Bug found and original patch: Valentin Nechayev [1] Approved by: maintainer (timeout) PR: 59510 Revision Changes Path 1.13 +7 -1 ports/security/libparanoia/Makefile 1.2 +0 -10 ports/security/libparanoia/files/patch-stentry.c (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:02:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B160C16A4CE; Fri, 21 Nov 2003 07:02:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1408D43FAF; Fri, 21 Nov 2003 07:02:36 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALF2ZXJ085846; Fri, 21 Nov 2003 07:02:35 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALF2ZLa085845; Fri, 21 Nov 2003 07:02:35 -0800 (PST) (envelope-from glewis) Message-Id: <200311211502.hALF2ZLa085845@repoman.freebsd.org> From: Greg Lewis Date: Fri, 21 Nov 2003 07:02:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin3/files patch-apache2-install patch-httpd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:02:36 -0000 glewis 2003/11/21 07:02:35 PST FreeBSD ports repository Removed files: www/resin3/files patch-apache2-install patch-httpd.sh Log: . Remove unneeded patches. Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.2 +0 -11 ports/www/resin3/files/patch-apache2-install (dead) 1.2 +0 -41 ports/www/resin3/files/patch-httpd.sh (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:03:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A0E16A4CE; Fri, 21 Nov 2003 07:03:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A6843FBD; Fri, 21 Nov 2003 07:03:33 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALF3XXJ086752; Fri, 21 Nov 2003 07:03:33 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALF3XAe086751; Fri, 21 Nov 2003 07:03:33 -0800 (PST) (envelope-from glewis) Message-Id: <200311211503.hALF3XAe086751@repoman.freebsd.org> From: Greg Lewis Date: Fri, 21 Nov 2003 07:03:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin2/files patch-httpd.shpatch-install-apache patch-install-apache2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:03:34 -0000 glewis 2003/11/21 07:03:32 PST FreeBSD ports repository Removed files: www/resin2/files patch-httpd.sh patch-install-apache patch-install-apache2 Log: . Removed unneeded patch files. Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.2 +0 -34 ports/www/resin2/files/patch-httpd.sh (dead) 1.2 +0 -10 ports/www/resin2/files/patch-install-apache (dead) 1.2 +0 -11 ports/www/resin2/files/patch-install-apache2 (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:10:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3700216A4CE; Fri, 21 Nov 2003 07:10:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8903543FFD; Fri, 21 Nov 2003 07:10:14 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFAEXJ087065; Fri, 21 Nov 2003 07:10:14 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFADih087064; Fri, 21 Nov 2003 07:10:13 -0800 (PST) (envelope-from dinoex) Message-Id: <200311211510.hALFADih087064@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 21 Nov 2003 07:10:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/vsftpd Makefile ports/ftp/vsftpd/files patch-sysutil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:10:15 -0000 dinoex 2003/11/21 07:10:13 PST FreeBSD ports repository Modified files: ftp/vsftpd Makefile Added files: ftp/vsftpd/files patch-sysutil.c Log: - Fix output of time_t for 64bit PR: 59546 Submitted by: matthias.andree@gmx.de Revision Changes Path 1.16 +1 -0 ports/ftp/vsftpd/Makefile 1.1 +11 -0 ports/ftp/vsftpd/files/patch-sysutil.c (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:11:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C26416A4CE; Fri, 21 Nov 2003 07:11:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D71B44017; Fri, 21 Nov 2003 07:11:23 -0800 (PST) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFBNXJ087174; Fri, 21 Nov 2003 07:11:23 -0800 (PST) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFBN3Q087173; Fri, 21 Nov 2003 07:11:23 -0800 (PST) (envelope-from mich) Message-Id: <200311211511.hALFBN3Q087173@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Fri, 21 Nov 2003 07:11:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/pisg Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:11:24 -0000 mich 2003/11/21 07:11:23 PST FreeBSD ports repository Modified files: irc/pisg Makefile distinfo pkg-plist Log: * Update to 0.50 * Use %%DATADIR%% * Install documentation Revision Changes Path 1.13 +6 -1 ports/irc/pisg/Makefile 1.12 +1 -1 ports/irc/pisg/distinfo 1.12 +22 -20 ports/irc/pisg/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:45:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1919516A4CE; Fri, 21 Nov 2003 07:45:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACCA43F3F; Fri, 21 Nov 2003 07:45:45 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFjjXJ088317; Fri, 21 Nov 2003 07:45:45 -0800 (PST) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFji4Y088316; Fri, 21 Nov 2003 07:45:44 -0800 (PST) (envelope-from nbm) Message-Id: <200311211545.hALFji4Y088316@repoman.freebsd.org> From: Neil Blakey-Milner Date: Fri, 21 Nov 2003 07:45:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-twisted Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:45:46 -0000 X-List-Received-Date: Fri, 21 Nov 2003 15:45:46 -0000 nbm 2003/11/21 07:45:44 PST FreeBSD ports repository Modified files: devel/py-twisted Makefile distinfo pkg-plist Log: Upgrade to Twisted 1.1.0! Also take over maintainership from Johann with his permission. Revision Changes Path 1.27 +6 -4 ports/devel/py-twisted/Makefile 1.19 +1 -1 ports/devel/py-twisted/distinfo 1.23 +8712 -4282 ports/devel/py-twisted/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:46:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5028C16A4CE; Fri, 21 Nov 2003 07:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EB843FE3; Fri, 21 Nov 2003 07:46:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFkmXJ088383; Fri, 21 Nov 2003 07:46:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFkmQE088382; Fri, 21 Nov 2003 07:46:48 -0800 (PST) (envelope-from arved) Message-Id: <200311211546.hALFkmQE088382@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 07:46:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ccmath/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:46:49 -0000 arved 2003/11/21 07:46:48 PST FreeBSD ports repository Modified files: math/ccmath/files patch-ac Log: Add -fPIC to fix build on amd64 Revision Changes Path 1.2 +3 -3 ports/math/ccmath/files/patch-ac From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:47:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9890216A4CE; Fri, 21 Nov 2003 07:47:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EB443FDF; Fri, 21 Nov 2003 07:47:53 -0800 (PST) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFlqXJ088431; Fri, 21 Nov 2003 07:47:52 -0800 (PST) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFlqw9088429; Fri, 21 Nov 2003 07:47:52 -0800 (PST) (envelope-from mich) Message-Id: <200311211547.hALFlqw9088429@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Fri, 21 Nov 2003 07:47:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/vcp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:47:53 -0000 mich 2003/11/21 07:47:52 PST FreeBSD ports repository Modified files: sysutils/vcp Makefile distinfo Log: * Update to 1.7.0 - Code improvement Revision Changes Path 1.14 +2 -1 ports/sysutils/vcp/Makefile 1.13 +1 -1 ports/sysutils/vcp/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 07:50:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D6D16A4CF; Fri, 21 Nov 2003 07:50:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DDC43FE5; Fri, 21 Nov 2003 07:50:50 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALFooXJ088578; Fri, 21 Nov 2003 07:50:50 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALFoocj088577; Fri, 21 Nov 2003 07:50:50 -0800 (PST) (envelope-from naddy) Message-Id: <200311211550.hALFoocj088577@repoman.freebsd.org> From: Christian Weisgerber Date: Fri, 21 Nov 2003 07:50:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/speex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 15:50:52 -0000 naddy 2003/11/21 07:50:50 PST FreeBSD ports repository Modified files: audio/speex Makefile Log: Reinstate PORTEPOCH, accidentally deleted in previous commit. Submitted by: krion Revision Changes Path 1.25 +1 -0 ports/audio/speex/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 08:03:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B84C16A4CE; Fri, 21 Nov 2003 08:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F16043FDD; Fri, 21 Nov 2003 08:03:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALG3wXJ089869; Fri, 21 Nov 2003 08:03:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALG3w7u089868; Fri, 21 Nov 2003 08:03:58 -0800 (PST) (envelope-from arved) Message-Id: <200311211603.hALG3w7u089868@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Nov 2003 08:03:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/fastdb/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 16:03:59 -0000 arved 2003/11/21 08:03:57 PST FreeBSD ports repository Modified files: databases/fastdb/files patch-makefile Log: Add -fPIC to fix build on amd64 Approved by: osa Revision Changes Path 1.9 +1 -1 ports/databases/fastdb/files/patch-makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 08:06:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B6116A4CE; Fri, 21 Nov 2003 08:06:09 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB81243FEC; Fri, 21 Nov 2003 08:06:07 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 428DF371; Fri, 21 Nov 2003 19:06:06 +0300 (MSK) Date: Fri, 21 Nov 2003 19:06:06 +0300 From: "Sergey A. Osokin" To: Tilman Linneweh Message-ID: <20031121160606.GA23446@freebsd.org.ru> References: <200311211603.hALG3w7u089868@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311211603.hALG3w7u089868@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/fastdb/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 16:06:09 -0000 On Fri, Nov 21, 2003 at 08:03:58AM -0800, Tilman Linneweh wrote: > arved 2003/11/21 08:03:57 PST > > FreeBSD ports repository > > Modified files: > databases/fastdb/files patch-makefile > Log: > Add -fPIC to fix build on amd64 > > Approved by: osa > > Revision Changes Path > 1.9 +1 -1 ports/databases/fastdb/files/patch-makefile Thank you! -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-cvs-all@FreeBSD.ORG Fri Nov 21 08:33:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A690916A4CE; Fri, 21 Nov 2003 08:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 437FC43FDD; Fri, 21 Nov 2003 08:33:28 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALGXSXJ090799; Fri, 21 Nov 2003 08:33:28 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALGXRMu090798; Fri, 21 Nov 2003 08:33:27 -0800 (PST) (envelope-from osa) Message-Id: <200311211633.hALGXRMu090798@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Nov 2003 08:33:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/snort Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 16:33:29 -0000 osa 2003/11/21 08:33:27 PST FreeBSD ports repository Modified files: security/snort Makefile distinfo pkg-plist Log: Update to 2.0.5 [1] Use %%DOCSDIR%% and %%DATADIR%% macros [2] Submitted by: Linh Pham [1], osa [2] PR: 59510 Revision Changes Path 1.41 +1 -1 ports/security/snort/Makefile 1.23 +1 -1 ports/security/snort/distinfo 1.13 +66 -66 ports/security/snort/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 08:38:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9C716A4CE; Fri, 21 Nov 2003 08:38:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5539343FBF; Fri, 21 Nov 2003 08:38:51 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALGcpXJ091001; Fri, 21 Nov 2003 08:38:51 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALGcpHw091000; Fri, 21 Nov 2003 08:38:51 -0800 (PST) (envelope-from sergei) Message-Id: <200311211638.hALGcpHw091000@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 21 Nov 2003 08:38:51 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 16:38:52 -0000 sergei 2003/11/21 08:38:51 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Chris Knight after he submitted "just" 88 PRs, with the first one dating back to 1999-01-14. Thanks, Chris! Revision Changes Path 1.67 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 08:44:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0AE16A4CE; Fri, 21 Nov 2003 08:44:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B2B43FCB; Fri, 21 Nov 2003 08:44:20 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALGiJXJ091233; Fri, 21 Nov 2003 08:44:19 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALGiJHv091232; Fri, 21 Nov 2003 08:44:19 -0800 (PST) (envelope-from sergei) Message-Id: <200311211644.hALGiJHv091232@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 21 Nov 2003 08:44:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 16:44:20 -0000 sergei 2003/11/21 08:44:19 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add David Thiel for his sysutils/runwhen and sysutils/minirsyslogd ports. Revision Changes Path 1.68 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 09:31:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC2F16A4CF; Fri, 21 Nov 2003 09:31:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD13D43FDD; Fri, 21 Nov 2003 09:31:30 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALHVUXJ099206; Fri, 21 Nov 2003 09:31:30 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALHVUQZ099205; Fri, 21 Nov 2003 09:31:30 -0800 (PST) (envelope-from nork) Message-Id: <200311211731.hALHVUQZ099205@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 21 Nov 2003 09:31:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 17:31:31 -0000 nork 2003/11/21 09:31:30 PST FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile distinfo Log: Fix build on -stable. [1] Add another MASTER_SITES. Submitted by: Volker Stolz [1] Revision Changes Path 1.7 +3 -2 ports/www/linuxpluginwrapper/Makefile 1.3 +1 -1 ports/www/linuxpluginwrapper/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 09:55:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D2516A4CE; Fri, 21 Nov 2003 09:55:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B6243FE1; Fri, 21 Nov 2003 09:55:22 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALHtMXJ099990; Fri, 21 Nov 2003 09:55:22 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALHtMdA099989; Fri, 21 Nov 2003 09:55:22 -0800 (PST) (envelope-from nork) Message-Id: <200311211755.hALHtMdA099989@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 21 Nov 2003 09:55:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 17:55:24 -0000 nork 2003/11/21 09:55:22 PST FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2003.11.19. Revision Changes Path 1.64 +1 -1 ports/net/liveMedia/Makefile 1.58 +1 -1 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 10:11:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2068116A4CF; Fri, 21 Nov 2003 10:11:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A5D43FDD; Fri, 21 Nov 2003 10:11:38 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALIBcXJ001529; Fri, 21 Nov 2003 10:11:38 -0800 (PST) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALIBcM6001528; Fri, 21 Nov 2003 10:11:38 -0800 (PST) (envelope-from nbm) Message-Id: <200311211811.hALIBcM6001528@repoman.freebsd.org> From: Neil Blakey-Milner Date: Fri, 21 Nov 2003 10:11:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 18:11:40 -0000 nbm 2003/11/21 10:11:38 PST FreeBSD ports repository Modified files: www/zope Makefile distinfo pkg-plist Log: Upgrade www/zope to version 2.6.2 PR: 59000 Submitted by: Osma Suominen Revision Changes Path 1.53 +4 -3 ports/www/zope/Makefile 1.26 +1 -1 ports/www/zope/distinfo 1.32 +34 -43 ports/www/zope/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 10:58:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D99C116A4CE; Fri, 21 Nov 2003 10:58:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4603B43FE3; Fri, 21 Nov 2003 10:58:12 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALIwBXJ003101; Fri, 21 Nov 2003 10:58:12 -0800 (PST) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALIwBmJ003097; Fri, 21 Nov 2003 10:58:11 -0800 (PST) (envelope-from nbm) Message-Id: <200311211858.hALIwBmJ003097@repoman.freebsd.org> From: Neil Blakey-Milner Date: Fri, 21 Nov 2003 10:58:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 18:58:13 -0000 nbm 2003/11/21 10:58:11 PST FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo pkg-plist Log: Update phpMyAdmin to 2.5.4 PR: 58872 Submitted by: Melvyn Sopacua Revision Changes Path 1.10 +4 -1 ports/databases/phpmyadmin/Makefile 1.9 +2 -2 ports/databases/phpmyadmin/distinfo 1.7 +35 -5 ports/databases/phpmyadmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:01:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3D416A4D3; Fri, 21 Nov 2003 11:01:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12AA43FBF; Fri, 21 Nov 2003 11:01:02 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJ12XJ003277; Fri, 21 Nov 2003 11:01:02 -0800 (PST) (envelope-from dcs@repoman.freebsd.org) Received: (from dcs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJ12uN003276; Fri, 21 Nov 2003 11:01:02 -0800 (PST) (envelope-from dcs) Message-Id: <200311211901.hALJ12uN003276@repoman.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 21 Nov 2003 11:01:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:01:03 -0000 dcs 2003/11/21 11:01:02 PST FreeBSD src repository Modified files: sys/boot/i386/loader loader.rc Log: With the beastie menu a problem was introduced in which selecting a different kernel to boot with kernel="NAME" would load the kernel and loader.conf-selected modules from /boot/NAME, but it would not change module_path. So, for instance, the automatically loaded acpi.ko would come from /boot/kernel/acpi.ko, *always*. Mind you, this happened for unassisted boot. If you interrupted, typed "unload" and then "boot NAME", it would Do The Right Thing. The source of the problem is the double initialization with beastie's loader.rc. One would happen inside "start", and would load the kernel. The next one would happen later in the loader.rc script, resetting module_path. Because module_path is set to the Right Value by the functions in support.4th that actually load the kernel, when beastie.4th proceeded to boot module_path would remain wrong, as the kernel was already loaded. This can be corrected by removing either initialization, and also by changing the command used by beastie.4th from "boot" to "boot-conf", which makes sure you use the right kernel and modules. I chose to remove the second initialization, since this let you interrupt (or confirm) boot before beastie even comes up. I avoid also doing the boot-conf change because that would simply cause the kernel and modules to be loaded twice (in fact, that was my original patch, until, in writing this very commit message, I saw the error of my ways). This commit changes the semantics of module loading when using the beastie menu. Now it does what one would expect it to, but not what it was actually doing, so something may break for unusual setups depending on broken behavior. As our japanese friends so nicely put it, shikata ga nakatta. :-) Approved by: re (scottl) Revision Changes Path 1.2 +0 -3 src/sys/boot/i386/loader/loader.rc From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:18:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB9216A4CE; Fri, 21 Nov 2003 11:18:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D19543FBD; Fri, 21 Nov 2003 11:18:56 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJIuXJ004553; Fri, 21 Nov 2003 11:18:56 -0800 (PST) (envelope-from okazaki@repoman.freebsd.org) Received: (from okazaki@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJIuug004552; Fri, 21 Nov 2003 11:18:56 -0800 (PST) (envelope-from okazaki) Message-Id: <200311211918.hALJIuug004552@repoman.freebsd.org> From: OKAZAKI Tetsurou Date: Fri, 21 Nov 2003 11:18:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/man-doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:18:57 -0000 okazaki 2003/11/21 11:18:56 PST FreeBSD ports repository Modified files: japanese/man-doc Makefile Log: Increment PORTVERSION to 5.2, as the Japanese manual pages live under doc/ja_JP.eucJP/man should be enough close for 5.2-RELEASE. PR: 59550 Submitted by: horikawa (maintainer) Remove NO_CHECKSUM according to the comment in bsd.port.mk: "NO_CHECKSUM is a user variable and is not to be set in a port's Makefile." Suggested by: portlint Revision Changes Path 1.53 +1 -2 ports/japanese/man-doc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:33:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD3216A4D0; Fri, 21 Nov 2003 11:33:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294943FD7; Fri, 21 Nov 2003 11:33:36 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AFBE465491; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82257-03; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2477A65487; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EE4A81B; Fri, 21 Nov 2003 07:52:45 +0000 (GMT) Date: Fri, 21 Nov 2003 07:52:45 +0000 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20031121075245.GC88923@saboteur.dek.spc.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:33:40 -0000 On Thu, Nov 20, 2003 at 01:47:20PM -0800, Andre Oppermann wrote: > Log: > Introduce tcp_hostcache and remove the tcp specific metrics from > the routing table. Move all usage and references in the tcp stack > from the routing table metrics to the tcp hostcache. Well done! No more PRCLONING routes confirmed by netstat -Arn -f inet. :) Host cache is being populated. BMS From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:44:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC92E16A4CE; Fri, 21 Nov 2003 11:44:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA0A43FA3; Fri, 21 Nov 2003 11:44:25 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJiPXJ005392; Fri, 21 Nov 2003 11:44:25 -0800 (PST) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJiPJw005391; Fri, 21 Nov 2003 11:44:25 -0800 (PST) (envelope-from nbm) Message-Id: <200311211944.hALJiPJw005391@repoman.freebsd.org> From: Neil Blakey-Milner Date: Fri, 21 Nov 2003 11:44:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phpmyadmin/files fix-libraries::display_tbl.lib.phpfix-libraries::display_tbl.lib.php3 fix-tbl_relation.php fix-tbl_relation.php3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:44:26 -0000 nbm 2003/11/21 11:44:25 PST FreeBSD ports repository Added files: databases/phpmyadmin/files fix-libraries::display_tbl.lib.php fix-libraries::display_tbl.lib.php3 fix-tbl_relation.php fix-tbl_relation.php3 Log: Add files I missed in my previous commit. Revision Changes Path 1.1 +11 -0 ports/databases/phpmyadmin/files/fix-libraries::display_tbl.lib.php (new) 1.1 +11 -0 ports/databases/phpmyadmin/files/fix-libraries::display_tbl.lib.php3 (new) 1.1 +36 -0 ports/databases/phpmyadmin/files/fix-tbl_relation.php (new) 1.1 +36 -0 ports/databases/phpmyadmin/files/fix-tbl_relation.php3 (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:50:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94D016A4CE; Fri, 21 Nov 2003 11:50:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5594243F93; Fri, 21 Nov 2003 11:50:20 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJoKXJ005681; Fri, 21 Nov 2003 11:50:20 -0800 (PST) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJoJJK005680; Fri, 21 Nov 2003 11:50:19 -0800 (PST) (envelope-from nbm) Message-Id: <200311211950.hALJoJJK005680@repoman.freebsd.org> From: Neil Blakey-Milner Date: Fri, 21 Nov 2003 11:50:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phppgadmin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:50:21 -0000 nbm 2003/11/21 11:50:19 PST FreeBSD ports repository Modified files: databases/phppgadmin Makefile distinfo pkg-plist Log: Update phppgadmin to 3.0.1 add option PGADMDIR in Makefile PR: 58333 Submitted by: Kang Liu liukang@bjpu.edu.cn> Revision Changes Path 1.13 +6 -3 ports/databases/phppgadmin/Makefile 1.6 +1 -1 ports/databases/phppgadmin/distinfo 1.10 +187 -189 ports/databases/phppgadmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:52:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C1416A4CE; Fri, 21 Nov 2003 11:52:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C8743FEA; Fri, 21 Nov 2003 11:52:50 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJqoXJ005803; Fri, 21 Nov 2003 11:52:50 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJqobB005802; Fri, 21 Nov 2003 11:52:50 -0800 (PST) (envelope-from matk) Message-Id: <200311211952.hALJqobB005802@repoman.freebsd.org> From: Mathew Kanner Date: Fri, 21 Nov 2003 11:52:50 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:52:52 -0000 matk 2003/11/21 11:52:50 PST FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself per FreeBSD tradition. Is commiting supposed to be this scary? Approved by: tanimura (mentor) Revision Changes Path 1.287 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Fri Nov 21 11:53:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7BF16A4CF; Fri, 21 Nov 2003 11:53:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493A343FCB; Fri, 21 Nov 2003 11:53:22 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALJrMXJ005898; Fri, 21 Nov 2003 11:53:22 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALJrL47005897; Fri, 21 Nov 2003 11:53:21 -0800 (PST) (envelope-from mat) Message-Id: <200311211953.hALJrL47005897@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Nov 2003 11:53:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-LibXML-Iterator pkg-descr ports/textproc/p5-XML-LibXML-XPathContext pkg-descr ports/textproc/p5-XML-NodeFilter pkg-descr ports/textproc/p5-XML-XSH pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:53:23 -0000 mat 2003/11/21 11:53:21 PST FreeBSD ports repository Modified files: textproc/p5-XML-LibXML-Iterator pkg-descr textproc/p5-XML-LibXML-XPathContext pkg-descr textproc/p5-XML-NodeFilter pkg-descr textproc/p5-XML-XSH pkg-descr Log: Fix WWW Noticed by: fenner's distfile survey Revision Changes Path 1.2 +1 -1 ports/textproc/p5-XML-LibXML-Iterator/pkg-descr 1.2 +1 -1 ports/textproc/p5-XML-LibXML-XPathContext/pkg-descr 1.2 +1 -1 ports/textproc/p5-XML-NodeFilter/pkg-descr 1.3 +1 -1 ports/textproc/p5-XML-XSH/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Nov 21 12:00:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43E716A4CE; Fri, 21 Nov 2003 12:00:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3727B43FE3; Fri, 21 Nov 2003 12:00:04 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALK04XJ006168; Fri, 21 Nov 2003 12:00:04 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALK03fL006167; Fri, 21 Nov 2003 12:00:03 -0800 (PST) (envelope-from simon) Message-Id: <200311212000.hALK03fL006167@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 21 Nov 2003 12:00:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 20:00:04 -0000 simon 2003/11/21 12:00:03 PST FreeBSD doc repository Modified files: en support.sgml Log: Add Swiss BSD User Group (SwissBUG). Submitted by: Fernando Santini Revision Changes Path 1.321 +6 -1 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 12:21:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054D216A4CE; Fri, 21 Nov 2003 12:21:52 -0800 (PST) Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2D543FE9; Fri, 21 Nov 2003 12:21:49 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with ESMTP id hALKLmlE034832; Fri, 21 Nov 2003 21:21:48 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9p2/8.12.9) with ESMTP id hALKLmre064610; Fri, 21 Nov 2003 21:21:48 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9p2/8.12.9/Submit) id hALKLmXU064609; Fri, 21 Nov 2003 21:21:48 +0100 (CET) (envelope-from wkb) Date: Fri, 21 Nov 2003 21:21:48 +0100 From: Wilko Bulte To: Mathew Kanner Message-ID: <20031121202147.GA64594@freebie.xs4all.nl> References: <200311211952.hALJqobB005802@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311211952.hALJqobB005802@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 20:21:52 -0000 On Fri, Nov 21, 2003 at 11:52:50AM -0800, Mathew Kanner wrote: > matk 2003/11/21 11:52:50 PST > > FreeBSD doc repository (src committer) > > Modified files: > en_US.ISO8859-1/share/sgml authors.ent > Log: > Add myself per FreeBSD tradition. Is commiting supposed to be this scary? Yes.... :-P -- | / o / /_ _ |/|/ / / /( (_) Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Nov 21 12:54:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925A916A4CE; Fri, 21 Nov 2003 12:54:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E7443FE1; Fri, 21 Nov 2003 12:54:58 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALKswXJ015064; Fri, 21 Nov 2003 12:54:58 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALKsw0c015063; Fri, 21 Nov 2003 12:54:58 -0800 (PST) (envelope-from perky) Message-Id: <200311212054.hALKsw0c015063@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 21 Nov 2003 12:54:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/py-imaging Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 20:54:59 -0000 perky 2003/11/21 12:54:58 PST FreeBSD ports repository Modified files: graphics/py-imaging Makefile Log: Update MASTER_SITES. PR: 59563 Submitted by: maintainer Revision Changes Path 1.21 +1 -1 ports/graphics/py-imaging/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 13:03:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33E316A4CE; Fri, 21 Nov 2003 13:03:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A9043FF5; Fri, 21 Nov 2003 13:03:43 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALL3hXJ016250; Fri, 21 Nov 2003 13:03:43 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALL3gm6016249; Fri, 21 Nov 2003 13:03:42 -0800 (PST) (envelope-from imp) Message-Id: <200311212103.hALL3gm6016249@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Nov 2003 13:03:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:03:44 -0000 imp 2003/11/21 13:03:42 PST FreeBSD src repository Modified files: sys/conf majors Log: New major number: 185 ce Cronyx Tau-32 E1 adapter (likely unneeded for current, but required for older versions of FreeBSD). Approved by: re@ (scottl) Revision Changes Path 1.182 +1 -0 src/sys/conf/majors From owner-cvs-all@FreeBSD.ORG Fri Nov 21 13:21:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E927416A4CE; Fri, 21 Nov 2003 13:21:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5844443FCB; Fri, 21 Nov 2003 13:21:18 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALLLIXJ016923; Fri, 21 Nov 2003 13:21:18 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALLLIKS016922; Fri, 21 Nov 2003 13:21:18 -0800 (PST) (envelope-from njl) Message-Id: <200311212121.hALLLIKS016922@repoman.freebsd.org> From: Nate Lawson Date: Fri, 21 Nov 2003 13:21:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica exfldio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:21:19 -0000 njl 2003/11/21 13:21:17 PST FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica exfldio.c Log: Add the byte offset to the base address for IndexField objects. This fixes an interrupt storm for certain users. This is done on the vendor branch since the code is already in the 20031029 ACPI-CA dist and will be imported after 5.2R. Tested by: sebastian ssmoller PR: i386/57909 Approved by: re (jhb) Revision Changes Path 1.1.1.20 +19 -9 src/sys/contrib/dev/acpica/exfldio.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 13:24:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C248B16A4CE; Fri, 21 Nov 2003 13:24:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BB343FA3; Fri, 21 Nov 2003 13:24:32 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALLOWXJ017037; Fri, 21 Nov 2003 13:24:32 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALLOVBB017036; Fri, 21 Nov 2003 13:24:31 -0800 (PST) (envelope-from njl) Message-Id: <200311212124.hALLOVBB017036@repoman.freebsd.org> From: Nate Lawson Date: Fri, 21 Nov 2003 13:24:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica dsmthdat.c utdelete.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:24:33 -0000 njl 2003/11/21 13:24:31 PST FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica dsmthdat.c utdelete.c Log: Update code for checking the reference count and performing the final delete of objects. Also revert our temporary workaround in dsmthdat.c that always copied objects. This is the correct fix for errors evaluating _BST (and GBST) on IBM Thinkpads where an argument (Arg3) was returned to the caller and the object was freed while still in use. This will be in a future ACPI-CA dist. Thanks to: kochi@netbsd.org, shaohua.li@intel.com Revision Changes Path 1.1.1.18 +7 -23 src/sys/contrib/dev/acpica/dsmthdat.c 1.1.1.19 +38 -2 src/sys/contrib/dev/acpica/utdelete.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 13:30:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD99916A4D0 for ; Fri, 21 Nov 2003 13:30:24 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 06D7043FE5 for ; Fri, 21 Nov 2003 13:30:23 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 76020 invoked by uid 1000); 21 Nov 2003 21:30:24 -0000 Date: Fri, 21 Nov 2003 13:30:24 -0800 (PST) From: Nate Lawson To: cvs-all@FreeBSD.org In-Reply-To: <20031121212523.6D96D16A4FB@hub.freebsd.org> Message-ID: <20031121132950.F75993@root.org> References: <20031121212523.6D96D16A4FB@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica dsmthdat.c utdelete.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:30:25 -0000 On Fri, 21 Nov 2003, Nate Lawson wrote: > njl 2003/11/21 13:24:31 PST > > FreeBSD src repository > > Modified files: (Branch: INTEL) > sys/contrib/dev/acpica dsmthdat.c utdelete.c > Log: > Update code for checking the reference count and performing the final > delete of objects. Also revert our temporary workaround in dsmthdat.c > that always copied objects. This is the correct fix for errors > evaluating _BST (and GBST) on IBM Thinkpads where an argument (Arg3) > was returned to the caller and the object was freed while still in use. > This will be in a future ACPI-CA dist. > > Thanks to: kochi@netbsd.org, shaohua.li@intel.com > > Revision Changes Path > 1.1.1.18 +7 -23 src/sys/contrib/dev/acpica/dsmthdat.c > 1.1.1.19 +38 -2 src/sys/contrib/dev/acpica/utdelete.c Forgot... Approved by: re (scottl) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 13:55:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC4016A4CE; Fri, 21 Nov 2003 13:55:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCFC43FDD; Fri, 21 Nov 2003 13:55:08 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALLt8XJ018153; Fri, 21 Nov 2003 13:55:08 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALLt8j5018152; Fri, 21 Nov 2003 13:55:08 -0800 (PST) (envelope-from blackend) Message-Id: <200311212155.hALLt8j5018152@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 21 Nov 2003 13:55:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:55:09 -0000 blackend 2003/11/21 13:55:08 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In NTP section: - Add a note for 5.X specific rc.conf options (the text was for 4.X) - Tags fixes. Revision Changes Path 1.249 +10 -4 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:23:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F3816A4CE; Fri, 21 Nov 2003 14:23:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7E043FCB; Fri, 21 Nov 2003 14:23:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMNQXJ020221; Fri, 21 Nov 2003 14:23:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMNQ7B020220; Fri, 21 Nov 2003 14:23:26 -0800 (PST) (envelope-from jhb) Message-Id: <200311212223.hALMNQ7B020220@repoman.freebsd.org> From: John Baldwin Date: Fri, 21 Nov 2003 14:23:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/ia64/ia64 mp_machdep.c src/sys/kern subr_smp.c src/sys/powerpc/powerpc mp_machdep.c src/sys/sparc64/sparc64 mp_machdep.c src/sys/sys ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:23:27 -0000 jhb 2003/11/21 14:23:26 PST FreeBSD src repository Modified files: sys/alpha/alpha mp_machdep.c sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c sys/ia64/ia64 mp_machdep.c sys/kern subr_smp.c sys/powerpc/powerpc mp_machdep.c sys/sparc64/sparc64 mp_machdep.c sys/sys smp.h Log: - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called very early (SI_SUB_TUNABLES - 1) and is responsible for setting mp_maxid. cpu_mp_probe() is now called at SI_SUB_CPU and determines if SMP is actually present and sets mp_ncpus and all_cpus. Splitting these up allows an architecture to probe CPUs later than SI_SUB_TUNABLES by just setting mp_maxid to MAXCPU in cpu_mp_setmaxid(). This could allow the CPU probing code to live in a module, for example, since modules sysinit's in modules cannot be invoked prior to SI_SUB_KLD. This is needed to re-enable the ACPI module on i386. - For the alpha SMP probing code, use LOCATE_PCS() instead of duplicating its contents in a few places. Also, add a smp_cpu_enabled() function to avoid duplicating some code. There is room for further code reduction later since much of this code is also present in cpu_mp_start(). - All archs besides i386 still set mp_maxid to the same values they set it to before this change. i386 now sets mp_maxid to MAXCPU. Tested on: alpha, amd64, i386, ia64, sparc64 Approved by: re (scottl) Revision Changes Path 1.49 +45 -22 src/sys/alpha/alpha/mp_machdep.c 1.228 +20 -5 src/sys/amd64/amd64/mp_machdep.c 1.226 +7 -8 src/sys/i386/i386/mp_machdep.c 1.52 +8 -2 src/sys/ia64/ia64/mp_machdep.c 1.179 +6 -6 src/sys/kern/subr_smp.c 1.11 +5 -0 src/sys/powerpc/powerpc/mp_machdep.c 1.24 +9 -3 src/sys/sparc64/sparc64/mp_machdep.c 1.74 +6 -0 src/sys/sys/smp.h From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:28:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC8716A4CE; Fri, 21 Nov 2003 14:28:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0657943F75; Fri, 21 Nov 2003 14:28:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMSYXJ020463; Fri, 21 Nov 2003 14:28:34 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMSYqr020462; Fri, 21 Nov 2003 14:28:34 -0800 (PST) (envelope-from pav) Message-Id: <200311212228.hALMSYqr020462@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 14:28:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/tinker Makefile distinfo pkg-plist pkg-plist.viewer X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:28:35 -0000 pav 2003/11/21 14:28:34 PST FreeBSD ports repository Modified files: biology/tinker Makefile distinfo pkg-plist Removed files: biology/tinker pkg-plist.viewer Log: - Update checksum again, seems author removes .ps version of documentation from tarball - Unmark broken, it builds for me just fine Approved by: adamw (mentor) Revision Changes Path 1.22 +2 -6 ports/biology/tinker/Makefile 1.12 +1 -1 ports/biology/tinker/distinfo 1.14 +28 -9 ports/biology/tinker/pkg-plist 1.7 +0 -451 ports/biology/tinker/pkg-plist.viewer (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:32:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC53916A4DE; Fri, 21 Nov 2003 14:32:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4098043F85; Fri, 21 Nov 2003 14:32:48 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMWmXJ020675; Fri, 21 Nov 2003 14:32:48 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMWlTj020674; Fri, 21 Nov 2003 14:32:47 -0800 (PST) (envelope-from pav) Message-Id: <200311212232.hALMWlTj020674@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 14:32:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/cider Makefile ports/cad/cider/files FreeBSD patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-bc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:32:48 -0000 pav 2003/11/21 14:32:47 PST FreeBSD ports repository Modified files: cad/cider Makefile cad/cider/files FreeBSD patch-ad patch-bc Removed files: cad/cider/files patch-ae patch-af patch-ag patch-ah patch-ai Log: - Don't link with randline PR: ports/58238 Submitted by: AMAKAWA Shuhei (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.10 +2 -1 ports/cad/cider/Makefile 1.3 +2 -2 ports/cad/cider/files/FreeBSD 1.5 +6 -178 ports/cad/cider/files/patch-ad 1.3 +0 -81 ports/cad/cider/files/patch-ae (dead) 1.3 +0 -36 ports/cad/cider/files/patch-af (dead) 1.3 +0 -23 ports/cad/cider/files/patch-ag (dead) 1.3 +0 -20 ports/cad/cider/files/patch-ah (dead) 1.3 +0 -20 ports/cad/cider/files/patch-ai (dead) 1.5 +6 -178 ports/cad/cider/files/patch-bc From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:33:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D8916A4EB; Fri, 21 Nov 2003 14:33:23 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1BF43FAF; Fri, 21 Nov 2003 14:33:19 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id BDCC85309; Fri, 21 Nov 2003 23:33:17 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DB2805308; Fri, 21 Nov 2003 23:33:09 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6549733C86; Fri, 21 Nov 2003 23:33:09 +0100 (CET) To: "Daniel C. Sobral" References: <200311211901.hALJ12uN003276@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 21 Nov 2003 23:33:09 +0100 In-Reply-To: <200311211901.hALJ12uN003276@repoman.freebsd.org> (Daniel C. Sobral's message of "Fri, 21 Nov 2003 11:01:02 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.5 required=5.0 tests=RCVD_IN_DYNABLOCK autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:33:24 -0000 "Daniel C. Sobral" writes: > Log: > With the beastie menu a problem was introduced in which selecting a > different kernel to boot with kernel=3D"NAME" would load the kernel and > loader.conf-selected modules from /boot/NAME, but it would not change > module_path. So, for instance, the automatically loaded acpi.ko would c= ome > from /boot/kernel/acpi.ko, *always*. > [...] Thanks for fixing this. Unfortunately, loader.rc is only installed if it doesn't already exist, and mergemaster doesn't handle it, so installed systems need to be fixed manually. Is there something we can do to the Makefile and / or mergemaster to address this? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:34:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E0D16A4CE; Fri, 21 Nov 2003 14:34:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC4543FDD; Fri, 21 Nov 2003 14:34:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMYpXJ020745; Fri, 21 Nov 2003 14:34:51 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMYpF0020744; Fri, 21 Nov 2003 14:34:51 -0800 (PST) (envelope-from pav) Message-Id: <200311212234.hALMYpF0020744@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 14:34:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/ptkei Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:34:52 -0000 pav 2003/11/21 14:34:51 PST FreeBSD ports repository Modified files: games/ptkei Makefile distinfo pkg-plist Log: - Update to 1.18.1 - Transfer maintainership to submitter PR: ports/57872 Submitted by: Marc Olzheim Approved by: Patrick Guelat (old maintainer) Approved by: adamw (mentor) Revision Changes Path 1.9 +2 -2 ports/games/ptkei/Makefile 1.6 +1 -1 ports/games/ptkei/distinfo 1.6 +2 -0 ports/games/ptkei/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:36:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33B416A4CE; Fri, 21 Nov 2003 14:36:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AAF43FB1; Fri, 21 Nov 2003 14:36:38 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMacXJ020883; Fri, 21 Nov 2003 14:36:38 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMacKu020882; Fri, 21 Nov 2003 14:36:38 -0800 (PST) (envelope-from glewis) Message-Id: <200311212236.hALMacKu020882@repoman.freebsd.org> From: Greg Lewis Date: Fri, 21 Nov 2003 14:36:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/autodia Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:36:39 -0000 glewis 2003/11/21 14:36:38 PST FreeBSD ports repository Modified files: devel/autodia Makefile distinfo pkg-descr pkg-plist Log: . Update to 1.7. PR: 56140 Submitted by: Fernan Aguero Revision Changes Path 1.10 +3 -2 ports/devel/autodia/Makefile 1.6 +1 -1 ports/devel/autodia/distinfo 1.3 +2 -1 ports/devel/autodia/pkg-descr 1.6 +3 -0 ports/devel/autodia/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:39:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094B316A4CE; Fri, 21 Nov 2003 14:39:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6AE43F3F; Fri, 21 Nov 2003 14:39:36 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMdaXJ020979; Fri, 21 Nov 2003 14:39:36 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMdaMl020978; Fri, 21 Nov 2003 14:39:36 -0800 (PST) (envelope-from glewis) Message-Id: <200311212239.hALMdaMl020978@repoman.freebsd.org> From: Greg Lewis Date: Fri, 21 Nov 2003 14:39:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pinball pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:39:37 -0000 glewis 2003/11/21 14:39:36 PST FreeBSD ports repository Removed files: games/pinball pkg-message Log: . Remove empty pkg-message (fixes bento build). PR: 59568 Submitted by: Thierry Thomas (maintainer) Revision Changes Path 1.3 +0 -0 ports/games/pinball/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:46:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A9C16A4CE; Fri, 21 Nov 2003 14:46:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3272943F75; Fri, 21 Nov 2003 14:46:15 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMkFXJ021342; Fri, 21 Nov 2003 14:46:15 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMkEjp021341; Fri, 21 Nov 2003 14:46:14 -0800 (PST) (envelope-from nork) Message-Id: <200311212246.hALMkEjp021341@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 21 Nov 2003 14:46:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/xcalendar Makefile ports/deskutils/xcalendar/files patch-ac patch-af xcalendar-uj.hol X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:46:15 -0000 nork 2003/11/21 14:46:14 PST FreeBSD ports repository Modified files: deskutils/xcalendar Makefile deskutils/xcalendar/files patch-ac patch-af xcalendar-uj.hol Log: o Update holiday file to year 2004 edition(for ja_JP.eucJP only). o Fix X resources to enable vertical scrollbar on help window. whenNeeded had been assumed as Never from XFree86 4.0. o Fix X resources to use roman font insted of italic or oblique (for ja_JP.eucJP only). PR: ports/59560 Submitted by: Yoshihiko Sarumaru (maintainer) Revision Changes Path 1.9 +1 -1 ports/deskutils/xcalendar/Makefile 1.2 +19 -13 ports/deskutils/xcalendar/files/patch-ac 1.2 +5 -3 ports/deskutils/xcalendar/files/patch-af 1.3 +15 -0 ports/deskutils/xcalendar/files/xcalendar-uj.hol From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:47:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4A516A4CE; Fri, 21 Nov 2003 14:47:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A559543FDD; Fri, 21 Nov 2003 14:47:14 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMlEXJ021402; Fri, 21 Nov 2003 14:47:14 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMlEiu021401; Fri, 21 Nov 2003 14:47:14 -0800 (PST) (envelope-from oliver) Message-Id: <200311212247.hALMlEiu021401@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 21 Nov 2003 14:47:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed Makefile ports/mail/courier-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:47:16 -0000 oliver 2003/11/21 14:47:14 PST FreeBSD ports repository Modified files: mail/sylpheed Makefile mail/courier-imap Makefile Log: utilize USE_OPENLDAP Revision Changes Path 1.61 +2 -24 ports/mail/courier-imap/Makefile 1.72 +2 -2 ports/mail/sylpheed/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 14:58:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71BE16A4CE; Fri, 21 Nov 2003 14:58:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388A343FA3; Fri, 21 Nov 2003 14:58:57 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALMwvXJ021853; Fri, 21 Nov 2003 14:58:57 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALMwuSu021852; Fri, 21 Nov 2003 14:58:56 -0800 (PST) (envelope-from sos) Message-Id: <200311212258.hALMwuSu021852@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 21 Nov 2003 14:58:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:58:57 -0000 sos 2003/11/21 14:58:56 PST FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Fix support for the cmd646 chip. Spotted by: tmm reviewed by: re@ Revision Changes Path 1.47 +27 -2 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 15:10:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A46716A4CE; Fri, 21 Nov 2003 15:10:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EFB43FE3; Fri, 21 Nov 2003 15:10:26 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALNAPXJ023171; Fri, 21 Nov 2003 15:10:25 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALNAPMZ023170; Fri, 21 Nov 2003 15:10:25 -0800 (PST) (envelope-from oliver) Message-Id: <200311212310.hALNAPMZ023170@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 21 Nov 2003 15:10:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/courier-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 23:10:27 -0000 oliver 2003/11/21 15:10:25 PST FreeBSD ports repository Modified files: mail/courier-imap Makefile Log: too much options removed in the last commit Revision Changes Path 1.62 +5 -0 ports/mail/courier-imap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 15:49:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E603516A4CE; Fri, 21 Nov 2003 15:49:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEA143FEA; Fri, 21 Nov 2003 15:49:59 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hALNnxXJ024388; Fri, 21 Nov 2003 15:49:59 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hALNnwjF024387; Fri, 21 Nov 2003 15:49:58 -0800 (PST) (envelope-from glewis) Message-Id: <200311212349.hALNnwjF024387@repoman.freebsd.org> From: Greg Lewis Date: Fri, 21 Nov 2003 15:49:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xlockmore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 23:50:00 -0000 glewis 2003/11/21 15:49:58 PST FreeBSD ports repository Modified files: x11/xlockmore Makefile distinfo Log: . Update to 5.10. [1] . Add some knobs (WITH_MB, XLOCKMORE_LANG). [1] . USE_MESA -> USE_GL. PR: 59139 [1] Submitted by: UMENO Takashi [1] Revision Changes Path 1.77 +12 -3 ports/x11/xlockmore/Makefile 1.41 +1 -1 ports/x11/xlockmore/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:10:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F1616A4CF; Fri, 21 Nov 2003 16:10:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD91B43FDD; Fri, 21 Nov 2003 16:09:59 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM09xXJ025927; Fri, 21 Nov 2003 16:09:59 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM09xZr025926; Fri, 21 Nov 2003 16:09:59 -0800 (PST) (envelope-from trhodes) Message-Id: <200311220009.hAM09xZr025926@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 21 Nov 2003 16:09:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:10:00 -0000 trhodes 2003/11/21 16:09:59 PST FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: Update recent donations. Clean up the wantlist since some developers got thier 'wants'. Revision Changes Path 1.130 +29 -1 www/en/donations/donors.sgml 1.166 +1 -52 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:16:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A28716A4CE; Fri, 21 Nov 2003 16:16:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E388343F85; Fri, 21 Nov 2003 16:16:19 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0GJXJ026231; Fri, 21 Nov 2003 16:16:19 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0GJQF026230; Fri, 21 Nov 2003 16:16:19 -0800 (PST) (envelope-from pav) Message-Id: <200311220016.hAM0GJQF026230@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 16:16:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups-base Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:16:21 -0000 pav 2003/11/21 16:16:19 PST FreeBSD ports repository Modified files: print/cups-base Makefile pkg-message pkg-plist Log: - Let package create necessary config directories - Change pkg-message to point to common configuration problems - Give maintainership to submitter PR: ports/57937 Submitted by: Sergey Akifyev Reviewed by: marcus Approved by: adamw (mentor) Revision Changes Path 1.32 +2 -1 ports/print/cups-base/Makefile 1.15 +6 -14 ports/print/cups-base/pkg-message 1.16 +6 -0 ports/print/cups-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:18:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B9D16A4CF; Fri, 21 Nov 2003 16:18:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0617643FE5; Fri, 21 Nov 2003 16:18:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0IqXJ026308; Fri, 21 Nov 2003 16:18:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0Iqla026307; Fri, 21 Nov 2003 16:18:52 -0800 (PST) (envelope-from pav) Message-Id: <200311220018.hAM0Iqla026307@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 16:18:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups-lpr Makefile pkg-deinstall pkg-install pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:18:54 -0000 pav 2003/11/21 16:18:52 PST FreeBSD ports repository Modified files: print/cups-lpr Makefile Added files: print/cups-lpr pkg-deinstall pkg-install pkg-message Log: - Move lpr binaries in base away, so cups binaries in /usr/local/bin get picked. - Move them back on deinstall. - Give maintainershop to submitter. PR: ports/57938 Submitted by: Sergey Akifyev Reviewed by: marcus Approved by: adamw (mentor) Revision Changes Path 1.24 +3 -1 ports/print/cups-lpr/Makefile 1.1 +17 -0 ports/print/cups-lpr/pkg-deinstall (new) 1.1 +17 -0 ports/print/cups-lpr/pkg-install (new) 1.9 +10 -0 ports/print/cups-lpr/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:27:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C6316A4CE; Fri, 21 Nov 2003 16:27:11 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC2143F75; Fri, 21 Nov 2003 16:27:09 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DB85B66C55; Fri, 21 Nov 2003 16:27:08 -0800 (PST) Date: Fri, 21 Nov 2003 16:27:08 -0800 From: Kris Kennaway To: =?unknown-8bit?Q?S=F8ren?= Schmidt Message-ID: <20031122002708.GA7926@xor.obsecurity.org> References: <200311212258.hALMwuSu021852@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <200311212258.hALMwuSu021852@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:27:11 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 21, 2003 at 02:58:56PM -0800, S=F8ren Schmidt wrote: > sos 2003/11/21 14:58:56 PST >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-chipset.c=20 > Log: > Fix support for the cmd646 chip. > =20 > Spotted by: tmm > reviewed by: re@ Thanks! This should fix the problems people have been seeing on Ultra 5/10 systems. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vq1cWry0BWjoQKURAjFaAKCgFX7QBBI1WbqH/o0pDiOsy6hHKACgjfde 90pFXvE0JQofFMKNxN4nMnw= =4sQY -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:30:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCD416A4CE; Fri, 21 Nov 2003 16:30:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C0543F75; Fri, 21 Nov 2003 16:30:27 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0URXJ026715; Fri, 21 Nov 2003 16:30:27 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0URu0026714; Fri, 21 Nov 2003 16:30:27 -0800 (PST) (envelope-from trhodes) Message-Id: <200311220030.hAM0URu0026714@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 21 Nov 2003 16:30:27 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:30:28 -0000 trhodes 2003/11/21 16:30:27 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: A few more donations. Revision Changes Path 1.131 +34 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:42:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D14E516A4CE; Fri, 21 Nov 2003 16:42:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E142043FCB; Fri, 21 Nov 2003 16:42:29 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0gTXJ027095; Fri, 21 Nov 2003 16:42:29 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0gTnY027094; Fri, 21 Nov 2003 16:42:29 -0800 (PST) (envelope-from pav) Message-Id: <200311220042.hAM0gTnY027094@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 16:42:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/pari Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:42:31 -0000 pav 2003/11/21 16:42:29 PST FreeBSD ports repository Modified files: math/pari Makefile distinfo Log: - Update to 2.1.5 - Respect CFLAGS PR: ports/56967 Submitted by: Yoshiaki Uchikawa (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.28 +8 -1 ports/math/pari/Makefile 1.9 +1 -1 ports/math/pari/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:46:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE1E16A4CE; Fri, 21 Nov 2003 16:46:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A6F43FEA; Fri, 21 Nov 2003 16:46:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0khXJ027350; Fri, 21 Nov 2003 16:46:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0khYo027347; Fri, 21 Nov 2003 16:46:43 -0800 (PST) (envelope-from pav) Message-Id: <200311220046.hAM0khYo027347@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 16:46:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/bonnie++ Makefile ports/benchmarks/bonnie++/files patch-getc_putc.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:46:44 -0000 pav 2003/11/21 16:46:43 PST FreeBSD ports repository Modified files: benchmarks/bonnie++ Makefile benchmarks/bonnie++/files patch-getc_putc.cpp Log: - Our other two 64-bit platforms needs min(int, int) workaround too - Unmark broken as it builds on Bento at least for i386. I got some feedback that it builds with gcc 3.3.3, but not with 3.3.1 Tested by: Koop Mast (on sparc64) Approved by: adamw (mentor) Revision Changes Path 1.14 +1 -7 ports/benchmarks/bonnie++/Makefile 1.2 +1 -1 ports/benchmarks/bonnie++/files/patch-getc_putc.cpp From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:47:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF4216A4CE; Fri, 21 Nov 2003 16:47:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78AE43FDD; Fri, 21 Nov 2003 16:47:54 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0lsXJ032958; Fri, 21 Nov 2003 16:47:54 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0lsNE032957; Fri, 21 Nov 2003 16:47:54 -0800 (PST) (envelope-from linimon) Message-Id: <200311220047.hAM0lsNE032957@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 16:47:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/imgseek Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:47:55 -0000 linimon 2003/11/21 16:47:54 PST FreeBSD ports repository Added files: graphics/imgseek Makefile distinfo pkg-descr pkg-plist Log: Add ImgSeek, a Python-based photo manager and viewer with content-based search. PR: ports/53746 Submitted by: Joseph Haga Revision Changes Path 1.1 +31 -0 ports/graphics/imgseek/Makefile (new) 1.1 +1 -0 ports/graphics/imgseek/distinfo (new) 1.1 +3 -0 ports/graphics/imgseek/pkg-descr (new) 1.1 +109 -0 ports/graphics/imgseek/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:48:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DF616A4CF; Fri, 21 Nov 2003 16:48:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8855B43FE5; Fri, 21 Nov 2003 16:48:08 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0m8XJ032988; Fri, 21 Nov 2003 16:48:08 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0m83v032987; Fri, 21 Nov 2003 16:48:08 -0800 (PST) (envelope-from njl) Message-Id: <200311220048.hAM0m83v032987@repoman.freebsd.org> From: Nate Lawson Date: Fri, 21 Nov 2003 16:48:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica exfldio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:48:09 -0000 njl 2003/11/21 16:48:08 PST FreeBSD src repository Modified files: sys/contrib/dev/acpica exfldio.c Log: Commit rev 1.1.1.20 to HEAD. This file was off the vendor branch and thus the changes need to be made to HEAD. Approved by: re (previously) Revision Changes Path 1.18 +19 -9 src/sys/contrib/dev/acpica/exfldio.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:49:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C6D16A4CE; Fri, 21 Nov 2003 16:49:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7732143FB1; Fri, 21 Nov 2003 16:49:39 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0ndXJ033046; Fri, 21 Nov 2003 16:49:39 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0ndMZ033045; Fri, 21 Nov 2003 16:49:39 -0800 (PST) (envelope-from linimon) Message-Id: <200311220049.hAM0ndMZ033045@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 16:49:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:49:40 -0000 linimon 2003/11/21 16:49:39 PST FreeBSD ports repository Modified files: graphics Makefile Log: Add graphics/imgseek, a photo manager and viewer with content-based search. PR: ports/53746 Submitted by: Joseph Haga Revision Changes Path 1.634 +1 -0 ports/graphics/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:51:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9690216A4D0 for ; Fri, 21 Nov 2003 16:51:02 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 393E643FA3 for ; Fri, 21 Nov 2003 16:50:59 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 76674 invoked by uid 1000); 22 Nov 2003 00:51:00 -0000 Date: Fri, 21 Nov 2003 16:51:00 -0800 (PST) From: Nate Lawson To: cvs-all@FreeBSD.org In-Reply-To: <20031122004821.9175716A564@hub.freebsd.org> Message-ID: <20031121165044.K76659@root.org> References: <20031122004821.9175716A564@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica exfldio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:51:02 -0000 Noticed by: truckman -Nate From owner-cvs-all@FreeBSD.ORG Fri Nov 21 16:51:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 601C716A4CE; Fri, 21 Nov 2003 16:51:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60EF743FB1; Fri, 21 Nov 2003 16:51:14 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM0pEXJ033229; Fri, 21 Nov 2003 16:51:14 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM0pDh4033225; Fri, 21 Nov 2003 16:51:13 -0800 (PST) (envelope-from linimon) Message-Id: <200311220051.hAM0pDh4033225@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 16:51:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:51:15 -0000 linimon 2003/11/21 16:51:13 PST FreeBSD ports repository Modified files: . modules Log: imgseek -> ports/graphics/imgseek Revision Changes Path 1.8668 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 21 17:11:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6316C16A4CE; Fri, 21 Nov 2003 17:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2D43FE9; Fri, 21 Nov 2003 17:11:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM1B7XJ034755; Fri, 21 Nov 2003 17:11:07 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM1B743034754; Fri, 21 Nov 2003 17:11:07 -0800 (PST) (envelope-from peter) Message-Id: <200311220111.hAM1B743034754@repoman.freebsd.org> From: Peter Wemm Date: Fri, 21 Nov 2003 17:11:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:11:08 -0000 peter 2003/11/21 17:11:07 PST FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c Log: Argh! The Athlon64 and Opteron only implement 40 bits of address space in the MTRR Base/Mask registers. If you use the documented algorithm in the systems programming guide, you'll get a GPF. The only thing that has prevented this so far is that the bios pre-sets some MTRR entries which we mis-interpreted sufficiently to fool the memcontrol interface into thinking all the address space was taken and therefore rejected XFree86's requests. However, not all bioses do this.. You get an insta-panic in that case. Grrr. A better fix (dynamic mask) will happen by 5.3/5-stable so that we automatically adapt to more than 40 physical bits. Approved by: re (scottl) Revision Changes Path 1.23 +4 -5 src/sys/amd64/amd64/amd64_mem.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 17:37:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D12AE16A4CE; Fri, 21 Nov 2003 17:37:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505BA43FD7; Fri, 21 Nov 2003 17:37:39 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM1bdXJ035663; Fri, 21 Nov 2003 17:37:39 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM1bdMc035662; Fri, 21 Nov 2003 17:37:39 -0800 (PST) (envelope-from linimon) Message-Id: <200311220137.hAM1bdMc035662@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 17:37:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/minimalist Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:37:40 -0000 linimon 2003/11/21 17:37:38 PST FreeBSD ports repository Modified files: mail/minimalist Makefile distinfo pkg-plist Log: Update to 2.3.3. See docs/CHANGES.txt for details, although the highlights are: code reworked to support internationalization; fixed security hole; added directives 'remove resent' and 'extra header'. Note to maintainer: since this PR was first filed a few months ago, there is now yet another version -- 2.4. We're getting caught up on these, though. PR: ports/54080 Submitted by: Gianmarco Giovannelli (maintainer). Revision Changes Path 1.11 +20 -16 ports/mail/minimalist/Makefile 1.6 +1 -1 ports/mail/minimalist/distinfo 1.3 +14 -10 ports/mail/minimalist/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 21 17:38:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E0F016A4CF; Fri, 21 Nov 2003 17:38:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9EE43FBD; Fri, 21 Nov 2003 17:38:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM1cqXJ035749; Fri, 21 Nov 2003 17:38:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM1cqNS035748; Fri, 21 Nov 2003 17:38:52 -0800 (PST) (envelope-from pav) Message-Id: <200311220138.hAM1cqNS035748@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 17:38:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/jfconv Makefile ports/palm/jfconv/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:38:53 -0000 pav 2003/11/21 17:38:52 PST FreeBSD ports repository Modified files: palm/jfconv Makefile palm/jfconv/files patch-aa Log: - Fix build on 5.x PR: ports/59557 Submitted by: Samy Al Bahra Approved by: adamw (mentor) Revision Changes Path 1.10 +1 -7 ports/palm/jfconv/Makefile 1.3 +59 -2 ports/palm/jfconv/files/patch-aa From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:15:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BCE16A4CE; Fri, 21 Nov 2003 18:15:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587CA43F75; Fri, 21 Nov 2003 18:15:37 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2FbXJ037913; Fri, 21 Nov 2003 18:15:37 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2FbTt037912; Fri, 21 Nov 2003 18:15:37 -0800 (PST) (envelope-from jeh) Message-Id: <200311220215.hAM2FbTt037912@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 21 Nov 2003 18:15:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gdesklets-goodweather Makefile ports/astro/gdesklets-goodweather/files GoodWeather::weather.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:15:38 -0000 jeh 2003/11/21 18:15:37 PST FreeBSD ports repository Modified files: astro/gdesklets-goodweather Makefile Added files: astro/gdesklets-goodweather/files GoodWeather::weather.py Log: When the clock is at 12am and it will crash. Reported by: Franz Klammer PR: 59561 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -1 ports/astro/gdesklets-goodweather/Makefile 1.1 +14 -0 ports/astro/gdesklets-goodweather/files/GoodWeather::weather.py (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:16:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E0C16A4CE; Fri, 21 Nov 2003 18:16:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B314743FD7; Fri, 21 Nov 2003 18:16:53 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2GrXJ037961; Fri, 21 Nov 2003 18:16:53 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2GrQH037960; Fri, 21 Nov 2003 18:16:53 -0800 (PST) (envelope-from alfred) Message-Id: <200311220216.hAM2GrQH037960@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 21 Nov 2003 18:16:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/idmapd idmapd.8 idmapd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:16:54 -0000 alfred 2003/11/21 18:16:53 PST FreeBSD src repository Modified files: sbin/idmapd idmapd.8 idmapd.c Log: Bring in manpage for idmapd and change domain to @FreeBSD.org. Approved by: re Revision Changes Path 1.2 +62 -0 src/sbin/idmapd/idmapd.8 1.2 +2 -2 src/sbin/idmapd/idmapd.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:17:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2B216A4CE; Fri, 21 Nov 2003 18:17:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C227F43FE1; Fri, 21 Nov 2003 18:17:46 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2HkXJ038009; Fri, 21 Nov 2003 18:17:46 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2HktW038008; Fri, 21 Nov 2003 18:17:46 -0800 (PST) (envelope-from jeh) Message-Id: <200311220217.hAM2HktW038008@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 21 Nov 2003 18:17:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:17:47 -0000 jeh 2003/11/21 18:17:46 PST FreeBSD ports repository Modified files: security/f-prot Makefile distinfo Log: Update f-prot to 4.3.0. PR: 59562 Submitted by: MAINTAINER Revision Changes Path 1.7 +1 -2 ports/security/f-prot/Makefile 1.4 +1 -1 ports/security/f-prot/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:18:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E2116A4CE; Fri, 21 Nov 2003 18:18:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A0FD43FF7; Fri, 21 Nov 2003 18:18:31 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2IVXJ038050; Fri, 21 Nov 2003 18:18:31 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2IVnk038049; Fri, 21 Nov 2003 18:18:31 -0800 (PST) (envelope-from alfred) Message-Id: <200311220218.hAM2IVnk038049@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 21 Nov 2003 18:18:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_nfs4 mount_nfs4.8 mount_nfs4.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:18:32 -0000 alfred 2003/11/21 18:18:31 PST FreeBSD src repository Modified files: sbin/mount_nfs4 mount_nfs4.8 mount_nfs4.c Log: Cleanup manpage for mount_nfs4 (make it actually refer to nfs4 options). Cleanup option parsing for mount_nfs4 program, and remove dead code. Approved by: re Revision Changes Path 1.2 +22 -172 src/sbin/mount_nfs4/mount_nfs4.8 1.2 +4 -87 src/sbin/mount_nfs4/mount_nfs4.c From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:20:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C8616A4CE; Fri, 21 Nov 2003 18:20:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCFD43FDD; Fri, 21 Nov 2003 18:20:34 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2KYXJ038206; Fri, 21 Nov 2003 18:20:34 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2KY7V038205; Fri, 21 Nov 2003 18:20:34 -0800 (PST) (envelope-from jeh) Message-Id: <200311220220.hAM2KY7V038205@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 21 Nov 2003 18:20:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/brs Makefile ports/misc/brs/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:20:35 -0000 jeh 2003/11/21 18:20:34 PST FreeBSD ports repository Modified files: misc/brs Makefile Added files: misc/brs/files patch-ad Log: misc/brs stopped compiling on -CURRENT due to an obsolete header. Here's a fix, written by Volker Stolz. Thanks Volker! PR: 59570 Submitted by: MAINTAINER Revision Changes Path 1.8 +0 -4 ports/misc/brs/Makefile 1.1 +63 -0 ports/misc/brs/files/patch-ad (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:21:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEC016A4CE; Fri, 21 Nov 2003 18:21:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C833343F75; Fri, 21 Nov 2003 18:21:49 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2LnXJ038283; Fri, 21 Nov 2003 18:21:49 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2LnOM038282; Fri, 21 Nov 2003 18:21:49 -0800 (PST) (envelope-from alfred) Message-Id: <200311220221.hAM2LnOM038282@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 21 Nov 2003 18:21:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs.h nfs_bio.c nfs_subs.c nfs_vfsops.c nfsmount.h nfsnode.h src/sys/nfs4client nfs4_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:21:50 -0000 alfred 2003/11/21 18:21:49 PST FreeBSD src repository Modified files: sys/nfsclient nfs.h nfs_bio.c nfs_subs.c nfs_vfsops.c nfsmount.h nfsnode.h sys/nfs4client nfs4_vfsops.c Log: Use function pointers to remove the depenancy cross dependancy on nfs4 and the nfs3 client. Also fix some bugs that happen to be causing crashes in both v3 and v4 introduced by the v4 import. Submitted by: Jim Rees Approved by: re Revision Changes Path 1.3 +10 -79 src/sys/nfs4client/nfs4_vfsops.c 1.76 +14 -0 src/sys/nfsclient/nfs.h 1.126 +10 -19 src/sys/nfsclient/nfs_bio.c 1.122 +0 -4 src/sys/nfsclient/nfs_subs.c 1.145 +10 -0 src/sys/nfsclient/nfs_vfsops.c 1.25 +1 -0 src/sys/nfsclient/nfsmount.h 1.41 +1 -5 src/sys/nfsclient/nfsnode.h From owner-cvs-all@FreeBSD.ORG Fri Nov 21 18:57:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8749916A4CE; Fri, 21 Nov 2003 18:57:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 095D743FA3; Fri, 21 Nov 2003 18:57:11 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM2vAXJ039500; Fri, 21 Nov 2003 18:57:10 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM2vAhQ039499; Fri, 21 Nov 2003 18:57:10 -0800 (PST) (envelope-from eik) Message-Id: <200311220257.hAM2vAhQ039499@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 21 Nov 2003 18:57:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 02:57:11 -0000 eik 2003/11/21 18:57:10 PST FreeBSD ports repository Modified files: . modules Log: added missing ports: - cad/qcad2 - deskutils/xfce4-notes-plugin - devel/autoconf253 - devel/automake15 - devel/openthreads - japanese/squirrelmail - net/ruby-romp - net/p5-Net-SNMP3 - net/ruby-socketproxy - polish/openoffice-1.1 - print/lilypond-devel - sysutils/prune - www/flashpluginwrapper removed deleted ports: - mail/exim-ldap - editors/openoffice-it - security/pgp5 sorted. ports not added: - mail/teapop-devel - editors/openoffice-2.0-devel - math/metis-edf - news/inn-current - www/apache21 Approved by: marcus (mentor) Revision Changes Path 1.8669 +39 -29 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 21 19:26:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F395216A4CE; Fri, 21 Nov 2003 19:26:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A55E43FD7; Fri, 21 Nov 2003 19:26:20 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM3QKXJ041335; Fri, 21 Nov 2003 19:26:20 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM3QKvY041334; Fri, 21 Nov 2003 19:26:20 -0800 (PST) (envelope-from pav) Message-Id: <200311220326.hAM3QKvY041334@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Nov 2003 19:26:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/luna Makefile ports/astro/luna/files patch-iprintf-iprintf.c patch-iprintf-isprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 03:26:21 -0000 pav 2003/11/21 19:26:20 PST FreeBSD ports repository Modified files: astro/luna Makefile Added files: astro/luna/files patch-iprintf-iprintf.c patch-iprintf-isprintf.c Log: - Fix build on 5.x Approved by: adamw (mentor) Revision Changes Path 1.13 +4 -5 ports/astro/luna/Makefile 1.1 +56 -0 ports/astro/luna/files/patch-iprintf-iprintf.c (new) 1.1 +64 -0 ports/astro/luna/files/patch-iprintf-isprintf.c (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 21 19:27:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8CD16A4CE; Fri, 21 Nov 2003 19:27:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE3E43FD7; Fri, 21 Nov 2003 19:27:10 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM3R9XJ041375; Fri, 21 Nov 2003 19:27:09 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM3R9we041374; Fri, 21 Nov 2003 19:27:09 -0800 (PST) (envelope-from matk) Message-Id: <200311220327.hAM3R9we041374@repoman.freebsd.org> From: Mathew Kanner Date: Fri, 21 Nov 2003 19:27:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys soundcard.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 03:27:10 -0000 matk 2003/11/21 19:27:09 PST FreeBSD src repository Modified files: sys/sys soundcard.h Log: New defines that paves the way for new midi features and ports. Changes consists of an IOCTL (SNDCTL_SEQ_GETTIME) and a constant. PR: kern/59233 Approved by: tanimura (mentor) Approved by: scottl (re) MFC after: 3 weeks Revision Changes Path 1.43 +2 -0 src/sys/sys/soundcard.h From owner-cvs-all@FreeBSD.ORG Fri Nov 21 20:23:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C6916A4CE; Fri, 21 Nov 2003 20:23:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF2B43FDF; Fri, 21 Nov 2003 20:23:36 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM4NaXJ044076; Fri, 21 Nov 2003 20:23:36 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM4NaLL044075; Fri, 21 Nov 2003 20:23:36 -0800 (PST) (envelope-from linimon) Message-Id: <200311220423.hAM4NaLL044075@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 20:23:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/setiathome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 04:23:37 -0000 linimon 2003/11/21 20:23:36 PST FreeBSD ports repository Modified files: astro/setiathome Makefile Log: Change BROKEN to IGNORE in the case of configurations that will never be made to work. Revision Changes Path 1.44 +1 -1 ports/astro/setiathome/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 20:25:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2056416A4CE; Fri, 21 Nov 2003 20:25:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8661A43FCB; Fri, 21 Nov 2003 20:25:10 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM4PAXJ044163; Fri, 21 Nov 2003 20:25:10 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM4PA2l044162; Fri, 21 Nov 2003 20:25:10 -0800 (PST) (envelope-from linimon) Message-Id: <200311220425.hAM4PA2l044162@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 20:25:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/mwavem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 04:25:11 -0000 linimon 2003/11/21 20:25:10 PST FreeBSD ports repository Modified files: comms/mwavem Makefile Log: Change BROKEN to IGNORE in the case of configurations that will never be made to work. Revision Changes Path 1.17 +1 -1 ports/comms/mwavem/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 20:26:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA9D16A4CE; Fri, 21 Nov 2003 20:26:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D843FE9; Fri, 21 Nov 2003 20:26:08 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM4Q8XJ044237; Fri, 21 Nov 2003 20:26:08 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM4Q8Ts044236; Fri, 21 Nov 2003 20:26:08 -0800 (PST) (envelope-from linimon) Message-Id: <200311220426.hAM4Q8Ts044236@repoman.freebsd.org> From: Mark Linimon Date: Fri, 21 Nov 2003 20:26:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/libudbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 04:26:09 -0000 linimon 2003/11/21 20:26:08 PST FreeBSD ports repository Modified files: databases/libudbc Makefile Log: Change BROKEN to IGNORE in the case of configurations that will never be made to work. Revision Changes Path 1.6 +1 -1 ports/databases/libudbc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 21 20:28:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F5216A4CE; Fri, 21 Nov 2003 20:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453E543FDD; Fri, 21 Nov 2003 20:28:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM4SDXJ044320; Fri, 21 Nov 2003 20:28:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM4SCBE044319; Fri, 21 Nov 2003 20:28:12 -0800 (PST) (envelope-from marcus) Message-Id: <200311220428.hAM4SCBE044319@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 21 Nov 2003 20:28:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libgnomeprint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 04:28:14 -0000 marcus 2003/11/21 20:28:12 PST FreeBSD ports repository Modified files: print/libgnomeprint Makefile distinfo Log: Fix printing due to badly generated XML files. This has been reported to the libgnomeprint developers, but it's not clear whether or not it will be fixed in time for thr freeze. Revision Changes Path 1.77 +24 -2 ports/print/libgnomeprint/Makefile 1.33 +1 -0 ports/print/libgnomeprint/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 21 22:04:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34FF16A4CE; Fri, 21 Nov 2003 22:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A0A43FA3; Fri, 21 Nov 2003 22:04:13 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM64DXJ055292; Fri, 21 Nov 2003 22:04:13 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM64DCP055291; Fri, 21 Nov 2003 22:04:13 -0800 (PST) (envelope-from scottl) Message-Id: <200311220604.hAM64DCP055291@repoman.freebsd.org> From: Scott Long Date: Fri, 21 Nov 2003 22:04:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 06:04:14 -0000 scottl 2003/11/21 22:04:13 PST FreeBSD src repository Modified files: sys/conf newvers.sh Log: Move us into 5.2-BETA Revision Changes Path 1.56 +2 -2 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Nov 21 22:09:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5884116A4CE; Fri, 21 Nov 2003 22:09:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B652943FAF; Fri, 21 Nov 2003 22:08:59 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM68xXJ055534; Fri, 21 Nov 2003 22:08:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM68xp2055533; Fri, 21 Nov 2003 22:08:59 -0800 (PST) (envelope-from scottl) Message-Id: <200311220608.hAM68xp2055533@repoman.freebsd.org> From: Scott Long Date: Fri, 21 Nov 2003 22:08:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man7 hier.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 06:09:00 -0000 scottl 2003/11/21 22:08:59 PST FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile share/man/man7 hier.7 Log: Install UDF header files to unbreak /sbin building when /sys is not present. Submitted by: imura@ryu16.org Revision Changes Path 1.76 +2 -0 src/etc/mtree/BSD.include.dist 1.207 +1 -1 src/include/Makefile 1.91 +2 -0 src/share/man/man7/hier.7 From owner-cvs-all@FreeBSD.ORG Fri Nov 21 22:58:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A5816A4CE; Fri, 21 Nov 2003 22:58:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5891243F75; Fri, 21 Nov 2003 22:58:32 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM6wWXJ057161; Fri, 21 Nov 2003 22:58:32 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM6wW1T057160; Fri, 21 Nov 2003 22:58:32 -0800 (PST) (envelope-from matk) Message-Id: <200311220658.hAM6wW1T057160@repoman.freebsd.org> From: Mathew Kanner Date: Fri, 21 Nov 2003 22:58:32 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 06:58:33 -0000 matk 2003/11/21 22:58:32 PST FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: FreeBSD tradition. Add myself. Approved by: tanimura (mentor) Revision Changes Path 1.180 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Nov 21 23:52:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A59E316A4CE; Fri, 21 Nov 2003 23:52:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144DD43FE3; Fri, 21 Nov 2003 23:52:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM7qkXJ059770; Fri, 21 Nov 2003 23:52:46 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM7qki0059769; Fri, 21 Nov 2003 23:52:46 -0800 (PST) (envelope-from edwin) Message-Id: <200311220752.hAM7qki0059769@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 21 Nov 2003 23:52:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dhcpdump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 07:52:47 -0000 edwin 2003/11/21 23:52:46 PST FreeBSD ports repository Modified files: net/dhcpdump Makefile Log: fix build on -current (interesting that this never occured earlier) Revision Changes Path 1.9 +1 -0 ports/net/dhcpdump/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 00:34:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEB816A4CE; Sat, 22 Nov 2003 00:34:27 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F41343FAF; Sat, 22 Nov 2003 00:34:26 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id EE5F221072; Sat, 22 Nov 2003 00:33:40 -0800 (PST) Date: Sat, 22 Nov 2003 00:33:40 -0800 From: Sean Chittenden To: Mike Silbersack Message-ID: <20031122083340.GA30804@perrin.nxad.com> References: <200311141832.hAEIWnpb056798@repoman.freebsd.org> <20031115102127.GA14554@regency.nsu.ru> <20031116121934.B2192@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116121934.B2192@odysseus.silby.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: Alexey Dokuchaev cc: Mike Silbersack cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/thttpd/files patch-mmc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 08:34:27 -0000 > > BTW, is there any place/docs I can read about pros/cons > > USE_SENDFILE yields me? > > > > Thanks! > > > > ./danfe > > I can give you a quick overview: > > Pros: > > - It's slightly more efficient with system resources. > > Cons: > > - You need to tune sfbufs rather than mbufs, so it requires a bit more > skill to tune at the moment. > - Sendfile is slightly less efficient at sending small files (for now.) > - The thttpd sendfile support is rather experimental right now. > > So, given that thttpd is very efficient without sendfile support > compiled in, it's not worth worrying about using sendfile with it > yet. Once I finish importing some of the DeBox project's changes to > sendfile, then there will be substantial benefits to using sendfile. Also, if you're handling tens of thousands of connections sending different files, sendfile(2) is a HUGE win for reducing the memory footprint of the server. When sending a handful of different files, however, mmap(2) will be the winner until you move to 5.2+. Alan just committed some bits that cache sfbuf's so that there's only one sfbuf for each page of data sent. In versions prior to 5.2, there was more than one sfbuf for the same page of data read off of disk. If you have other questions about sendfile(2), bring them up on the performance@ mailing list and we can discuss them more there. HTH. -sc -- Sean Chittenden From owner-cvs-all@FreeBSD.ORG Sat Nov 22 01:08:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C831116A4CE; Sat, 22 Nov 2003 01:08:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0B743FA3; Sat, 22 Nov 2003 01:08:53 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM98rXJ069487; Sat, 22 Nov 2003 01:08:53 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM98qHs069486; Sat, 22 Nov 2003 01:08:52 -0800 (PST) (envelope-from blackend) Message-Id: <200311220908.hAM98qHs069486@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 22 Nov 2003 01:08:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 09:08:53 -0000 blackend 2003/11/22 01:08:52 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In NTP section: - Avoid a manual page entity in a title - Avoid to start a sentence with a manual page entity (use of "The .Nm program" scheme instead) - A punctuation fix. Revision Changes Path 1.250 +5 -5 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 22 01:12:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B6EC16A4CE; Sat, 22 Nov 2003 01:12:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA68C43F75; Sat, 22 Nov 2003 01:12:33 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM9CXXJ069640; Sat, 22 Nov 2003 01:12:33 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM9CXEM069639; Sat, 22 Nov 2003 01:12:33 -0800 (PST) (envelope-from blackend) Message-Id: <200311220912.hAM9CXEM069639@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 22 Nov 2003 01:12:33 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 09:12:34 -0000 blackend 2003/11/22 01:12:33 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: - Add a new translated section (NAT) - Clearly mark the non-translated sections - Various fixes. Revision Changes Path 1.7 +305 -24 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 22 01:24:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9943116A4CE; Sat, 22 Nov 2003 01:24:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8F243FE9; Sat, 22 Nov 2003 01:24:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM9OjXJ070012; Sat, 22 Nov 2003 01:24:45 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM9OjIU070011; Sat, 22 Nov 2003 01:24:45 -0800 (PST) (envelope-from marcus) Message-Id: <200311220924.hAM9OjIU070011@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 01:24:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-opera Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 09:24:46 -0000 marcus 2003/11/22 01:24:45 PST FreeBSD ports repository Modified files: www/linux-opera Makefile distinfo pkg-message pkg-plist Log: Update to 7.23. * Addresses two security issues: - Forced placement of downloaded skin-files in undesirable locations - Buffer overflow when processing skins * Adds an OpenSSL ASN.1 patch (http://www.openssl.org/news/secadv_20031104.txt) * Allow for Xft support with WITH_XFT2 [1] PR: 59577 Submitted by: maintainer Obtained from: trevor [1] Revision Changes Path 1.41 +17 -3 ports/www/linux-opera/Makefile 1.23 +1 -1 ports/www/linux-opera/distinfo 1.4 +1 -1 ports/www/linux-opera/pkg-message 1.20 +1 -0 ports/www/linux-opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 01:56:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274E416A4CE; Sat, 22 Nov 2003 01:56:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889B743FE9; Sat, 22 Nov 2003 01:56:28 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM9uSXJ071099; Sat, 22 Nov 2003 01:56:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM9uSdm071098; Sat, 22 Nov 2003 01:56:28 -0800 (PST) (envelope-from marcus) Message-Id: <200311220956.hAM9uSdm071098@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 01:56:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 09:56:29 -0000 marcus 2003/11/22 01:56:28 PST FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Log: Update to 0.73. The new OpenSSL patch was provided by Matthew Luckie . Revision Changes Path 1.126 +1 -1 ports/net/gaim/Makefile 1.76 +2 -2 ports/net/gaim/distinfo 1.56 +1 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 02:02:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DBD16A4CE; Sat, 22 Nov 2003 02:02:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E0743FBD; Sat, 22 Nov 2003 02:02:40 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMA2eXJ071345; Sat, 22 Nov 2003 02:02:40 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMA2eUg071344; Sat, 22 Nov 2003 02:02:40 -0800 (PST) (envelope-from krion) Message-Id: <200311221002.hAMA2eUg071344@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 02:02:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-File-Scan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 10:02:41 -0000 krion 2003/11/22 02:02:40 PST FreeBSD ports repository Modified files: security/p5-File-Scan Makefile distinfo Log: - Update to version 0.75 PR: 59572 Submitted by: Jim Shewmaker Approved by: maintainer Revision Changes Path 1.23 +1 -1 ports/security/p5-File-Scan/Makefile 1.20 +1 -1 ports/security/p5-File-Scan/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 22 02:08:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C3E16A4CE; Sat, 22 Nov 2003 02:08:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3960E43FAF; Sat, 22 Nov 2003 02:08:06 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMA85XJ072498; Sat, 22 Nov 2003 02:08:05 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMA85vJ072497; Sat, 22 Nov 2003 02:08:05 -0800 (PST) (envelope-from ume) Message-Id: <200311221008.hAMA85vJ072497@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 22 Nov 2003 02:08:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/cyrus-imapd22 Makefile ports/mail/cyrus-imapd22/files extra-patch-config.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 10:08:07 -0000 ume 2003/11/22 02:08:05 PST FreeBSD ports repository Modified files: mail/cyrus-imapd22 Makefile Added files: mail/cyrus-imapd22/files extra-patch-config.h.in Log: re-enable WITH_DRAC. Revision Changes Path 1.94 +12 -5 ports/mail/cyrus-imapd22/Makefile 1.1 +14 -0 ports/mail/cyrus-imapd22/files/extra-patch-config.h.in (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 02:35:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD6E16A4CE; Sat, 22 Nov 2003 02:35:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93C443F75; Sat, 22 Nov 2003 02:35:13 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMAZDXJ073431; Sat, 22 Nov 2003 02:35:13 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMAZDvU073430; Sat, 22 Nov 2003 02:35:13 -0800 (PST) (envelope-from eik) Message-Id: <200311221035.hAMAZDvU073430@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 22 Nov 2003 02:35:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/lang Makefile ports/net Makefile ports/sysutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 10:35:14 -0000 eik 2003/11/22 02:35:13 PST FreeBSD ports repository Modified files: games Makefile lang Makefile net Makefile sysutils Makefile Log: Add missing port to INDEX: - games/pathological - lang/gcc34 - net/ruby-romp - sysutils/prune sort. Approved by: marcus (mentor) Revision Changes Path 1.611 +1 -1 ports/games/Makefile 1.368 +2 -1 ports/lang/Makefile 1.1141 +1 -0 ports/net/Makefile 1.458 +2 -1 ports/sysutils/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 02:53:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE7516A4CE; Sat, 22 Nov 2003 02:53:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9081043F85; Sat, 22 Nov 2003 02:53:13 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMArDXJ074030; Sat, 22 Nov 2003 02:53:13 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMArDZ9074029; Sat, 22 Nov 2003 02:53:13 -0800 (PST) (envelope-from krion) Message-Id: <200311221053.hAMArDZ9074029@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 02:53:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/libsvm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 10:53:14 -0000 krion 2003/11/22 02:53:12 PST FreeBSD ports repository Modified files: science/libsvm Makefile distinfo pkg-plist Log: - Update to version 2.5 PR: 59574 Submitted by: maintainer Revision Changes Path 1.7 +4 -4 ports/science/libsvm/Makefile 1.5 +1 -1 ports/science/libsvm/distinfo 1.2 +3 -3 ports/science/libsvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 03:44:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274F316A4CE; Sat, 22 Nov 2003 03:44:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8883443FE0; Sat, 22 Nov 2003 03:44:38 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMBicXJ076807; Sat, 22 Nov 2003 03:44:38 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMBicMF076806; Sat, 22 Nov 2003 03:44:38 -0800 (PST) (envelope-from krion) Message-Id: <200311221144.hAMBicMF076806@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 03:44:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libzt pkg-descr ports/mail/akpop3d pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 11:44:39 -0000 krion 2003/11/22 03:44:38 PST FreeBSD ports repository Modified files: devel/libzt pkg-descr mail/akpop3d pkg-descr Log: - Fix WWW: line according to Fenner's survey Revision Changes Path 1.2 +1 -1 ports/devel/libzt/pkg-descr 1.2 +1 -1 ports/mail/akpop3d/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Nov 22 04:28:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4D716A4CE; Sat, 22 Nov 2003 04:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E001D43FEC; Sat, 22 Nov 2003 04:28:12 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMCSCXJ081643; Sat, 22 Nov 2003 04:28:12 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMCSCXp081642; Sat, 22 Nov 2003 04:28:12 -0800 (PST) (envelope-from linimon) Message-Id: <200311221228.hAMCSCXp081642@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 04:28:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/mlan3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 12:28:13 -0000 linimon 2003/11/22 04:28:12 PST FreeBSD ports repository Modified files: comms/mlan3 Makefile Log: Mark as broken on 5.x. The assumptions that the Makefiles make here, about default compilation directories, do not work on 5.x for some reason. Revision Changes Path 1.4 +7 -1 ports/comms/mlan3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 05:23:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5591516A4CF; Sat, 22 Nov 2003 05:23:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA8543F93; Sat, 22 Nov 2003 05:23:19 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMDNJXJ089870; Sat, 22 Nov 2003 05:23:19 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMDNJfw089869; Sat, 22 Nov 2003 05:23:19 -0800 (PST) (envelope-from oliver) Message-Id: <200311221323.hAMDNJfw089869@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 22 Nov 2003 05:23:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 13:23:20 -0000 oliver 2003/11/22 05:23:19 PST FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: utilize USE_OPENLDAP Revision Changes Path 1.25 +1 -1 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 05:37:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC2C16A4CE; Sat, 22 Nov 2003 05:37:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CACA43F3F; Sat, 22 Nov 2003 05:37:36 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMDbZXJ090347; Sat, 22 Nov 2003 05:37:35 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMDbZT8090346; Sat, 22 Nov 2003 05:37:35 -0800 (PST) (envelope-from bms) Message-Id: <200311221337.hAMDbZT8090346@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 22 Nov 2003 05:37:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/quagga/files quagga.sh zebractl.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 13:37:36 -0000 bms 2003/11/22 05:37:35 PST FreeBSD ports repository (src committer) Added files: net/quagga/files quagga.sh Removed files: net/quagga/files zebractl.sh Log: Add new rc script, remove old rc script. Submitted by: Boris Kovalenko Revision Changes Path 1.1 +61 -0 ports/net/quagga/files/quagga.sh (new) 1.3 +0 -57 ports/net/quagga/files/zebractl.sh (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 07:28:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 887C416A4CE; Sat, 22 Nov 2003 07:28:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9A743FEC; Sat, 22 Nov 2003 07:28:17 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMFSHXJ095573; Sat, 22 Nov 2003 07:28:17 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMFSHDm095572; Sat, 22 Nov 2003 07:28:17 -0800 (PST) (envelope-from archie) Message-Id: <200311221528.hAMFSHDm095572@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 22 Nov 2003 07:28:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 15:28:18 -0000 archie 2003/11/22 07:28:17 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netgraph ng_pptpgre.c Log: MFC: (rev. 1.31) Maximum ACK timeout for GRE packets from 10 -> 1 second. Revision Changes Path 1.2.2.14 +1 -1 src/sys/netgraph/ng_pptpgre.c From owner-cvs-all@FreeBSD.ORG Sat Nov 22 08:25:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF7916A4CE; Sat, 22 Nov 2003 08:25:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B83F43F93; Sat, 22 Nov 2003 08:25:50 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMGPnXJ098282; Sat, 22 Nov 2003 08:25:49 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMGPnKY098281; Sat, 22 Nov 2003 08:25:49 -0800 (PST) (envelope-from linimon) Message-Id: <200311221625.hAMGPnKY098281@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 08:25:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/aqmoney Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 16:25:50 -0000 linimon 2003/11/22 08:25:49 PST FreeBSD ports repository Modified files: finance/aqmoney Makefile Log: The openhbci dependency is needed to build the object modules, not just the libraries. Boot to the butt supplied by: kris. Revision Changes Path 1.5 +1 -1 ports/finance/aqmoney/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 08:41:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590BD16A4CE; Sat, 22 Nov 2003 08:41:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD44D43FBD; Sat, 22 Nov 2003 08:41:15 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMGfFXJ098799; Sat, 22 Nov 2003 08:41:15 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMGfFEe098798; Sat, 22 Nov 2003 08:41:15 -0800 (PST) (envelope-from linimon) Message-Id: <200311221641.hAMGfFEe098798@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 08:41:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xmille Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 16:41:16 -0000 linimon 2003/11/22 08:41:15 PST FreeBSD ports repository Modified files: games/xmille Makefile Log: Mark broken on 5.x due to problems with imake. Possibly this is the multiline constant breakage. Revision Changes Path 1.20 +7 -1 ports/games/xmille/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 09:01:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6236216A4CE; Sat, 22 Nov 2003 09:01:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E7043FD7; Sat, 22 Nov 2003 09:01:31 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMH1UXJ005201; Sat, 22 Nov 2003 09:01:30 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMH1UKx005200; Sat, 22 Nov 2003 09:01:30 -0800 (PST) (envelope-from linimon) Message-Id: <200311221701.hAMH1UKx005200@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 09:01:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/xview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:01:45 -0000 linimon 2003/11/22 09:01:30 PST FreeBSD ports repository Modified files: x11-toolkits/xview Makefile Log: Mark as broken on recent versions of 5.x due to imake problems. Revision Changes Path 1.29 +4 -0 ports/x11-toolkits/xview/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 09:17:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398D016A4CE; Sat, 22 Nov 2003 09:17:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CAD543FEA; Sat, 22 Nov 2003 09:17:45 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMHHjXJ006738; Sat, 22 Nov 2003 09:17:45 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMHHjcR006737; Sat, 22 Nov 2003 09:17:45 -0800 (PST) (envelope-from linimon) Message-Id: <200311221717.hAMHHjcR006737@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 09:17:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gnofract4d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:17:46 -0000 linimon 2003/11/22 09:17:45 PST FreeBSD ports repository Modified files: graphics/gnofract4d Makefile Log: Mark as broken (not dependent on 5.x) due to checksum failure. This port is unmaintained. Revision Changes Path 1.27 +2 -0 ports/graphics/gnofract4d/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 09:36:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDBF116A4CE; Sat, 22 Nov 2003 09:36:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAC543FDF; Sat, 22 Nov 2003 09:36:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMHa5XJ007384; Sat, 22 Nov 2003 09:36:05 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMHa4q4007383; Sat, 22 Nov 2003 09:36:04 -0800 (PST) (envelope-from pav) Message-Id: <200311221736.hAMHa4q4007383@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 09:36:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/algae Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:36:06 -0000 pav 2003/11/22 09:36:04 PST FreeBSD ports repository Modified files: math/algae Makefile distinfo pkg-plist Log: - Update to 4.3.0 PR: ports/59578 Submitted by: Michael Neumann (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.2 +1 -1 ports/math/algae/Makefile 1.2 +1 -1 ports/math/algae/distinfo 1.2 +1 -0 ports/math/algae/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 09:37:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F206E16A4CE; Sat, 22 Nov 2003 09:37:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F48343FB1; Sat, 22 Nov 2003 09:37:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMHbZXJ007437; Sat, 22 Nov 2003 09:37:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMHbY3f007436; Sat, 22 Nov 2003 09:37:34 -0800 (PST) (envelope-from pav) Message-Id: <200311221737.hAMHbY3f007436@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 09:37:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtkglext Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:37:36 -0000 pav 2003/11/22 09:37:34 PST FreeBSD ports repository Modified files: x11-toolkits/gtkglext Makefile distinfo Log: - Update to 1.0.5 PR: ports/59575 Submitted by: Kimura Fuyuki Approved by: adamw (mentor) Revision Changes Path 1.10 +3 -8 ports/x11-toolkits/gtkglext/Makefile 1.8 +1 -1 ports/x11-toolkits/gtkglext/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 22 09:51:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E68116A4CE; Sat, 22 Nov 2003 09:51:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F106543FB1; Sat, 22 Nov 2003 09:51:22 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMHpMXJ007952; Sat, 22 Nov 2003 09:51:22 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMHpMrW007951; Sat, 22 Nov 2003 09:51:22 -0800 (PST) (envelope-from linimon) Message-Id: <200311221751.hAMHpMrW007951@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 09:51:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/generator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:51:23 -0000 linimon 2003/11/22 09:51:22 PST FreeBSD ports repository Modified files: emulators/generator Makefile Log: Mark as broken on latest 5.1 due to gcc3.3's pickier preprocessor. Mark as not for alpha because the configure script doesn't understand alpha. Noticed by: bento. Revision Changes Path 1.5 +7 -0 ports/emulators/generator/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:13:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B890B16A4CE; Sat, 22 Nov 2003 10:13:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7818543F93; Sat, 22 Nov 2003 10:13:13 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMIDDXJ009513; Sat, 22 Nov 2003 10:13:13 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMIDD7Z009512; Sat, 22 Nov 2003 10:13:13 -0800 (PST) (envelope-from linimon) Message-Id: <200311221813.hAMIDD7Z009512@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 10:13:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:13:14 -0000 linimon 2003/11/22 10:13:13 PST FreeBSD ports repository Modified files: net/cap Makefile Log: Make the BROKEN message more explicit about why it's broken (the usual varargs->stdarg problem). Revision Changes Path 1.19 +1 -1 ports/net/cap/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:35:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD1516A4CE; Sat, 22 Nov 2003 10:35:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E43943FB1; Sat, 22 Nov 2003 10:35:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMIZHXJ010234; Sat, 22 Nov 2003 10:35:17 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMIZGfl010228; Sat, 22 Nov 2003 10:35:16 -0800 (PST) (envelope-from krion) Message-Id: <200311221835.hAMIZGfl010228@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 10:35:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/qtutils pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:35:18 -0000 krion 2003/11/22 10:35:16 PST FreeBSD ports repository Modified files: graphics/qtutils pkg-descr Log: - Fix WWW: line PR: 59580 Submitted by: Ports Fury Revision Changes Path 1.2 +1 -1 ports/graphics/qtutils/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:35:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3408816A4D3 for ; Sat, 22 Nov 2003 10:35:55 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E83B43FE9 for ; Sat, 22 Nov 2003 10:35:53 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 81781 invoked by uid 1000); 22 Nov 2003 18:35:54 -0000 Date: Sat, 22 Nov 2003 10:35:54 -0800 (PST) From: Nate Lawson To: Mathew Kanner In-Reply-To: <20031122032743.17DBD16A57A@hub.freebsd.org> Message-ID: <20031122103519.C81733@root.org> References: <20031122032743.17DBD16A57A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys soundcard.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:35:55 -0000 On Fri, 21 Nov 2003, Mathew Kanner wrote: > Modified files: > sys/sys soundcard.h > Log: > New defines that paves the way for new midi features and ports. > > Changes consists of an IOCTL (SNDCTL_SEQ_GETTIME) and a constant. > > PR: kern/59233 > Approved by: tanimura (mentor) > Approved by: scottl (re) > MFC after: 3 weeks > > Revision Changes Path > 1.43 +2 -0 src/sys/sys/soundcard.h Introduction? :) -Nate From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:40:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA8516A4CE; Sat, 22 Nov 2003 10:40:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76DB743FD7; Sat, 22 Nov 2003 10:40:28 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMIeSXJ010543; Sat, 22 Nov 2003 10:40:28 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMIeSD0010542; Sat, 22 Nov 2003 10:40:28 -0800 (PST) (envelope-from krion) Message-Id: <200311221840.hAMIeSD0010542@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 10:40:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/smalltalk Makefile distinfo pkg-plist ports/lang/smalltalk/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:40:29 -0000 krion 2003/11/22 10:40:28 PST FreeBSD ports repository Modified files: lang/smalltalk Makefile distinfo pkg-plist lang/smalltalk/files patch-ltmain.sh Log: - Update to version 2.1.5 PR: 59581 Submitted by: Ports Fury Revision Changes Path 1.54 +8 -11 ports/lang/smalltalk/Makefile 1.26 +1 -1 ports/lang/smalltalk/distinfo 1.3 +3 -13 ports/lang/smalltalk/files/patch-ltmain.sh 1.19 +13 -12 ports/lang/smalltalk/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:42:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CEF16A4CE; Sat, 22 Nov 2003 10:42:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6409043FDF; Sat, 22 Nov 2003 10:42:44 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMIgiXJ010603; Sat, 22 Nov 2003 10:42:44 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMIgiPN010602; Sat, 22 Nov 2003 10:42:44 -0800 (PST) (envelope-from krion) Message-Id: <200311221842.hAMIgiPN010602@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 10:42:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/lwm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:42:45 -0000 krion 2003/11/22 10:42:44 PST FreeBSD ports repository Modified files: x11-wm/lwm Makefile distinfo pkg-descr Log: - Update MASTER_SITES and WWW: line PR: 59584 Submitted by: Ports Fury Revision Changes Path 1.16 +1 -5 ports/x11-wm/lwm/Makefile 1.6 +1 -1 ports/x11-wm/lwm/distinfo 1.7 +1 -2 ports/x11-wm/lwm/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Nov 22 10:53:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D7A216A4CE; Sat, 22 Nov 2003 10:53:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4ECF43FB1; Sat, 22 Nov 2003 10:53:20 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMIrKXJ010999; Sat, 22 Nov 2003 10:53:20 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMIrK5F010998; Sat, 22 Nov 2003 10:53:20 -0800 (PST) (envelope-from pav) Message-Id: <200311221853.hAMIrK5F010998@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 10:53:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/guile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 18:53:21 -0000 pav 2003/11/22 10:53:20 PST FreeBSD ports repository Modified files: lang/guile Makefile Log: - Fix build on sparc64 Submitted by: Koop Mast Approved by: adamw (mentor) Revision Changes Path 1.46 +1 -0 ports/lang/guile/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 11:00:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993FB16A4CE; Sat, 22 Nov 2003 11:00:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C7843FA3; Sat, 22 Nov 2003 11:00:09 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMJ08XJ011245; Sat, 22 Nov 2003 11:00:08 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMJ08l5011244; Sat, 22 Nov 2003 11:00:08 -0800 (PST) (envelope-from mat) Message-Id: <200311221900.hAMJ08l5011244@repoman.freebsd.org> From: Mathieu Arnold Date: Sat, 22 Nov 2003 11:00:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 19:00:09 -0000 mat 2003/11/22 11:00:08 PST FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself to the global missile targeting program. Revision Changes Path 1.145 +1 -0 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Sat Nov 22 11:27:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1D016A4CE; Sat, 22 Nov 2003 11:27:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836B543FCB; Sat, 22 Nov 2003 11:27:11 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMJRBXJ013021; Sat, 22 Nov 2003 11:27:11 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMJRBf0013020; Sat, 22 Nov 2003 11:27:11 -0800 (PST) (envelope-from linimon) Message-Id: <200311221927.hAMJRBf0013020@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 11:27:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/mars Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 19:27:12 -0000 linimon 2003/11/22 11:27:11 PST FreeBSD ports repository Modified files: cad/mars Makefile Log: Make BROKEN message more specific. Revision Changes Path 1.28 +1 -1 ports/cad/mars/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 11:48:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D7116A4CE; Sat, 22 Nov 2003 11:48:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4611E43FE0; Sat, 22 Nov 2003 11:48:16 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMJmGXJ013719; Sat, 22 Nov 2003 11:48:16 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMJmGEJ013718; Sat, 22 Nov 2003 11:48:16 -0800 (PST) (envelope-from stephane) Message-Id: <200311221948.hAMJmGEJ013718@repoman.freebsd.org> From: Stephane Legrand Date: Sat, 22 Nov 2003 11:48:15 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/platforms alpha.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 19:48:17 -0000 stephane 2003/11/22 11:48:15 PST FreeBSD doc repository Modified files: fr/platforms alpha.sgml Log: Encode characters. Revision Changes Path 1.2 +6 -6 www/fr/platforms/alpha.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 22 11:51:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F077916A4CE; Sat, 22 Nov 2003 11:51:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F4C43FE0; Sat, 22 Nov 2003 11:51:15 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMJpEXJ013953; Sat, 22 Nov 2003 11:51:14 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMJpEqQ013952; Sat, 22 Nov 2003 11:51:14 -0800 (PST) (envelope-from stephane) Message-Id: <200311221951.hAMJpEqQ013952@repoman.freebsd.org> From: Stephane Legrand Date: Sat, 22 Nov 2003 11:51:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr developers.sgml includes.sgml www/fr/gnome contact.sgml includes.sgml screenshots.sgml www/fr/gnome/docs gnome2_porting.sgml gnome_porting.sgml volunteer.sgml www/fr/internal bylaws.sgml core-vote.sgml developer.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 19:51:16 -0000 stephane 2003/11/22 11:51:14 PST FreeBSD doc repository Modified files: fr developers.sgml includes.sgml fr/gnome contact.sgml includes.sgml screenshots.sgml fr/gnome/docs gnome2_porting.sgml gnome_porting.sgml volunteer.sgml fr/internal bylaws.sgml core-vote.sgml developer.sgml homepage.sgml internal.sgml mirror.sgml photos.sgml statistic.sgml Log: Merge from the English version: 1.60 -> 1.66 fr/developers.sgml 1.14 -> 1.18 fr/gnome/contact.sgml 1.6 -> 1.8 fr/gnome/docs/gnome2_porting.sgml 1.4 -> 1.7 fr/gnome/docs/gnome_porting.sgml 1.5 -> 1.7 fr/gnome/docs/volunteer.sgml 1.2 -> 1.3 fr/gnome/includes.sgml 1.9 -> 1.24 fr/gnome/screenshots.sgml 1.59 -> 1.62 fr/includes.sgml 1.3 -> 1.4 fr/internal/bylaws.sgml 1.1 -> 1.2 fr/internal/core-vote.sgml 1.18 -> 1.27 fr/internal/developer.sgml 1.4 -> 1.6 fr/internal/homepage.sgml 1.11 -> 1.25 fr/internal/internal.sgml 1.13 -> 1.16 fr/internal/mirror.sgml 1.9 -> 1.20 fr/internal/photos.sgml 1.9 -> 1.17 fr/internal/statistic.sgml Submitted by: Vincent Revision Changes Path 1.5 +9 -4 www/fr/developers.sgml 1.2 +14 -12 www/fr/gnome/contact.sgml 1.2 +12 -22 www/fr/gnome/docs/gnome2_porting.sgml 1.2 +7 -23 www/fr/gnome/docs/gnome_porting.sgml 1.2 +5 -11 www/fr/gnome/docs/volunteer.sgml 1.2 +4 -2 www/fr/gnome/includes.sgml 1.2 +23 -24 www/fr/gnome/screenshots.sgml 1.5 +9 -103 www/fr/includes.sgml 1.2 +5 -4 www/fr/internal/bylaws.sgml 1.2 +2 -2 www/fr/internal/core-vote.sgml 1.2 +17 -5 www/fr/internal/developer.sgml 1.2 +2 -2 www/fr/internal/homepage.sgml 1.2 +24 -7 www/fr/internal/internal.sgml 1.2 +6 -5 www/fr/internal/mirror.sgml 1.2 +24 -21 www/fr/internal/photos.sgml 1.2 +12 -28 www/fr/internal/statistic.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 22 12:23:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF8D16A4CE; Sat, 22 Nov 2003 12:23:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4EF43F85; Sat, 22 Nov 2003 12:23:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMKNXXJ015802; Sat, 22 Nov 2003 12:23:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMKNXeL015801; Sat, 22 Nov 2003 12:23:33 -0800 (PST) (envelope-from marcus) Message-Id: <200311222023.hAMKNXeL015801@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 12:23:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/xchat2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 20:23:34 -0000 marcus 2003/11/22 12:23:33 PST FreeBSD ports repository Modified files: irc/xchat2 Makefile Log: Make sure this port only conflicts with xchat-1.x, and not the xchat-systray-plugin. Noticed by: pav Revision Changes Path 1.125 +1 -1 ports/irc/xchat2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 12:29:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F5416A4CE; Sat, 22 Nov 2003 12:29:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC4F43F93; Sat, 22 Nov 2003 12:29:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMKT3XJ016044; Sat, 22 Nov 2003 12:29:03 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMKT3HL016043; Sat, 22 Nov 2003 12:29:03 -0800 (PST) (envelope-from marcus) Message-Id: <200311222029.hAMKT3HL016043@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 12:29:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 20:29:04 -0000 marcus 2003/11/22 12:29:03 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: Standardize all error messages to include the filename at least (and line number where possible). Bump version to 2.5.2. Reviewed by: eik Revision Changes Path 1.67 +1 -1 ports/devel/portlint/Makefile 1.17 +0 -0 ports/devel/portlint/src/portlint.1 1.48 +212 -195 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sat Nov 22 12:38:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B6D16A4CE; Sat, 22 Nov 2003 12:38:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA0A43F85; Sat, 22 Nov 2003 12:38:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMKctXJ016580; Sat, 22 Nov 2003 12:38:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMKctiU016579; Sat, 22 Nov 2003 12:38:55 -0800 (PST) (envelope-from marcus) Message-Id: <200311222038.hAMKctiU016579@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 12:38:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 20:38:56 -0000 marcus 2003/11/22 12:38:55 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: Ack, I knew I forgot something. Add a new -C argument that enables pedantic committer mode. This is the identical to -A except it omits the new port checks. Requested by: eik Revision Changes Path 1.68 +1 -1 ports/devel/portlint/Makefile 1.18 +3 -0 ports/devel/portlint/src/portlint.1 1.49 +8 -7 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sat Nov 22 12:49:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E8E16A4CE; Sat, 22 Nov 2003 12:49:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5950443FCB; Sat, 22 Nov 2003 12:49:10 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMKnAXJ022538; Sat, 22 Nov 2003 12:49:10 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMKnAsN022537; Sat, 22 Nov 2003 12:49:10 -0800 (PST) (envelope-from eik) Message-Id: <200311222049.hAMKnAsN022537@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 22 Nov 2003 12:49:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/balance Makefile pkg-plist ports/net/balance/files balance.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 20:49:11 -0000 eik 2003/11/22 12:49:10 PST FreeBSD ports repository Modified files: net/balance Makefile pkg-plist Added files: net/balance/files balance.sh Log: added rc.subr(8) start/stop script PR: 59339 Approved by: Joseph Scott (maintainer), marcus (mentor) Revision Changes Path 1.9 +9 -2 ports/net/balance/Makefile 1.1 +79 -0 ports/net/balance/files/balance.sh (new) 1.2 +1 -0 ports/net/balance/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 12:51:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDEC16A4CE; Sat, 22 Nov 2003 12:51:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCCC43FE0; Sat, 22 Nov 2003 12:51:05 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMKp5XJ022713; Sat, 22 Nov 2003 12:51:05 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMKp5u3022712; Sat, 22 Nov 2003 12:51:05 -0800 (PST) (envelope-from archie) Message-Id: <200311222051.hAMKp5u3022712@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 22 Nov 2003 12:51:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/mpd Makefile pkg-plist ports/net/mpd/files mpd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 20:51:06 -0000 archie 2003/11/22 12:51:05 PST FreeBSD ports repository Modified files: net/mpd Makefile pkg-plist Added files: net/mpd/files mpd.sh Log: Add sample startup script. Revision Changes Path 1.31 +4 -0 ports/net/mpd/Makefile 1.1 +37 -0 ports/net/mpd/files/mpd.sh (new) 1.9 +1 -0 ports/net/mpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 13:24:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9863816A4CE; Sat, 22 Nov 2003 13:24:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A1F43F93; Sat, 22 Nov 2003 13:24:41 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMLOfXJ024614; Sat, 22 Nov 2003 13:24:41 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMLOfnS024613; Sat, 22 Nov 2003 13:24:41 -0800 (PST) (envelope-from krion) Message-Id: <200311222124.hAMLOfnS024613@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 22 Nov 2003 13:24:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/linphone Makefile distinfo pkg-plist ports/net/linphone/files patch-Makefile.in patch-configure patch-mediastreamer::Makefile.inpatch-osipua::src::osipua.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 21:24:42 -0000 krion 2003/11/22 13:24:41 PST FreeBSD ports repository Modified files: net/linphone Makefile distinfo pkg-plist net/linphone/files patch-Makefile.in patch-configure patch-mediastreamer::Makefile.in patch-oRTP::configure patch-osipua::src::osipua.c Added files: net/linphone/files patch-coreapi::linphonecore.c patch-gnome::callbacks.c patch-oRTP::ltmain.sh Log: - Update to version 0.12.1 PR: 59583 Submitted by: Ports Fury Revision Changes Path 1.19 +2 -1 ports/net/linphone/Makefile 1.7 +1 -1 ports/net/linphone/distinfo 1.4 +6 -6 ports/net/linphone/files/patch-Makefile.in 1.9 +6 -6 ports/net/linphone/files/patch-configure 1.1 +10 -0 ports/net/linphone/files/patch-coreapi::linphonecore.c (new) 1.1 +11 -0 ports/net/linphone/files/patch-gnome::callbacks.c (new) 1.7 +28 -47 ports/net/linphone/files/patch-mediastreamer::Makefile.in 1.6 +4 -7 ports/net/linphone/files/patch-oRTP::configure 1.1 +15 -0 ports/net/linphone/files/patch-oRTP::ltmain.sh (new) 1.6 +2 -11 ports/net/linphone/files/patch-osipua::src::osipua.c 1.8 +60 -86 ports/net/linphone/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:12:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4068E16A4CE; Sat, 22 Nov 2003 14:12:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12C343F75; Sat, 22 Nov 2003 14:12:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMClXJ027046; Sat, 22 Nov 2003 14:12:47 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMClIW027045; Sat, 22 Nov 2003 14:12:47 -0800 (PST) (envelope-from pav) Message-Id: <200311222212.hAMMClIW027045@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 14:12:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/libetpan Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:12:48 -0000 pav 2003/11/22 14:12:47 PST FreeBSD ports repository Modified files: mail/libetpan Makefile distinfo pkg-plist Log: - Update to 0.30 PR: ports/59582 Submitted by: Ports Fury Approved by: adamw (mentor) Revision Changes Path 1.11 +1 -1 ports/mail/libetpan/Makefile 1.7 +1 -1 ports/mail/libetpan/distinfo 1.7 +12 -1 ports/mail/libetpan/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:15:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909EE16A4CE; Sat, 22 Nov 2003 14:15:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF3943FCB; Sat, 22 Nov 2003 14:15:07 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMF7XJ027193; Sat, 22 Nov 2003 14:15:07 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMF75U027192; Sat, 22 Nov 2003 14:15:07 -0800 (PST) (envelope-from pav) Message-Id: <200311222215.hAMMF75U027192@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 14:15:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gtk-send-pr Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:15:08 -0000 pav 2003/11/22 14:15:07 PST FreeBSD ports repository Modified files: sysutils/gtk-send-pr Makefile distinfo Log: - Update to 0.3 * Only changed preferences are now saved. * It is now possible to include a file in the Fix section from inside the program as well as by using the -a option. * Use of basename(3) in the filename label * Quite a lot of code cleanup PR: ports/59595 Submitted by: Miguel Mendez (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.4 +1 -1 ports/sysutils/gtk-send-pr/Makefile 1.4 +1 -1 ports/sysutils/gtk-send-pr/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:32:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C90416A4CF; Sat, 22 Nov 2003 14:32:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B79443FB1; Sat, 22 Nov 2003 14:32:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMW0XJ027790; Sat, 22 Nov 2003 14:32:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMW0Qs027789; Sat, 22 Nov 2003 14:32:00 -0800 (PST) (envelope-from pav) Message-Id: <200311222232.hAMMW0Qs027789@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 14:32:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/squash Makefile distinfo pkg-descr pkg-plist ports/audio/squash/files patch-include::global.h patch-src::display.c pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:32:02 -0000 pav 2003/11/22 14:32:00 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/squash Makefile distinfo pkg-descr pkg-plist audio/squash/files patch-include::global.h patch-src::display.c pkg-message.in Log: Squash is a learning ncurses music player written in C. It supports mp3, ogg and flac. Squash uses statistics to determine songs to play automatically. It garners this information through whether or not a song is skipped. PR: ports/55275 Submitted by: Matthias Andree Based on shar by: trevor Approved by: adamw (mentor) Revision Changes Path 1.468 +1 -0 ports/audio/Makefile 1.1 +67 -0 ports/audio/squash/Makefile (new) 1.1 +2 -0 ports/audio/squash/distinfo (new) 1.1 +13 -0 ports/audio/squash/files/patch-include::global.h (new) 1.1 +36 -0 ports/audio/squash/files/patch-src::display.c (new) 1.1 +4 -0 ports/audio/squash/files/pkg-message.in (new) 1.1 +10 -0 ports/audio/squash/pkg-descr (new) 1.1 +15 -0 ports/audio/squash/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:47:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F4516A4CE; Sat, 22 Nov 2003 14:47:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC74E43FBF; Sat, 22 Nov 2003 14:47:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMlBXJ028350; Sat, 22 Nov 2003 14:47:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMlB7a028349; Sat, 22 Nov 2003 14:47:11 -0800 (PST) (envelope-from marcus) Message-Id: <200311222247.hAMMlB7a028349@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 22 Nov 2003 14:47:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libgnomeprint Makefile ports/print/libgnomeprint/files patch-libgnomeprint::gnome-meta.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:47:12 -0000 marcus 2003/11/22 14:47:11 PST FreeBSD ports repository Modified files: print/libgnomeprint Makefile Removed files: print/libgnomeprint/files patch-libgnomeprint::gnome-meta.c Log: This patch was, in fact, committed in 2.4.1. Submitted by: bland Revision Changes Path 1.78 +1 -1 ports/print/libgnomeprint/Makefile 1.2 +0 -10 ports/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:56:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA33A16A4CE; Sat, 22 Nov 2003 14:56:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6943FA3; Sat, 22 Nov 2003 14:56:49 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMumXJ028715; Sat, 22 Nov 2003 14:56:48 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMumFh028714; Sat, 22 Nov 2003 14:56:48 -0800 (PST) (envelope-from pav) Message-Id: <200311222256.hAMMumFh028714@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 14:56:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/linux-allegro Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:56:49 -0000 pav 2003/11/22 14:56:48 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/linux-allegro Makefile distinfo pkg-descr pkg-plist Log: Linux version of Allegro, the cross-platform library for game development. Approved by: adamw (mentor) Revision Changes Path 1.1362 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/linux-allegro/Makefile (new) 1.1 +1 -0 ports/devel/linux-allegro/distinfo (new) 1.1 +4 -0 ports/devel/linux-allegro/pkg-descr (new) 1.1 +21 -0 ports/devel/linux-allegro/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 14:57:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6E816A4CE; Sat, 22 Nov 2003 14:57:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C1043FCB; Sat, 22 Nov 2003 14:57:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMMvqXJ028763; Sat, 22 Nov 2003 14:57:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMMvqIv028762; Sat, 22 Nov 2003 14:57:52 -0800 (PST) (envelope-from pav) Message-Id: <200311222257.hAMMvqIv028762@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 14:57:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 22:57:53 -0000 pav 2003/11/22 14:57:52 PST FreeBSD ports repository Modified files: . modules Log: linux-allegro --> ports/devel/linux-allegro Revision Changes Path 1.8671 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 22 15:00:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E9C16A4CE; Sat, 22 Nov 2003 15:00:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE8543FCB; Sat, 22 Nov 2003 15:00:50 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMN0oXJ029017; Sat, 22 Nov 2003 15:00:50 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMN0ojj029016; Sat, 22 Nov 2003 15:00:50 -0800 (PST) (envelope-from pav) Message-Id: <200311222300.hAMN0ojj029016@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 15:00:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/dsnake Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:00:51 -0000 pav 2003/11/22 15:00:50 PST FreeBSD ports repository Modified files: games Makefile Added files: games/dsnake Makefile distinfo pkg-descr pkg-plist Log: Deluxe Snake is a best snake clone you'll ever play. It have frogs, mushrooms, sugar candies, lots of powerups and a tail-bite! Approved by: adamw (mentor) Revision Changes Path 1.612 +1 -0 ports/games/Makefile 1.1 +35 -0 ports/games/dsnake/Makefile (new) 1.1 +1 -0 ports/games/dsnake/distinfo (new) 1.1 +8 -0 ports/games/dsnake/pkg-descr (new) 1.1 +18 -0 ports/games/dsnake/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 22 15:01:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4D716A4CE; Sat, 22 Nov 2003 15:01:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C885F43FB1; Sat, 22 Nov 2003 15:01:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMN1RXJ029055; Sat, 22 Nov 2003 15:01:27 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMN1RVB029054; Sat, 22 Nov 2003 15:01:27 -0800 (PST) (envelope-from pav) Message-Id: <200311222301.hAMN1RVB029054@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 15:01:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:01:28 -0000 X-List-Received-Date: Sat, 22 Nov 2003 23:01:28 -0000 pav 2003/11/22 15:01:27 PST FreeBSD ports repository Modified files: . modules Log: dsnake --> ports/games/dsnake Revision Changes Path 1.8672 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 22 15:03:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E76316A4CF; Sat, 22 Nov 2003 15:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733F743FD7; Sat, 22 Nov 2003 15:03:57 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMN3vXJ029979; Sat, 22 Nov 2003 15:03:57 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMN3vfF029978; Sat, 22 Nov 2003 15:03:57 -0800 (PST) (envelope-from pav) Message-Id: <200311222303.hAMN3vfF029978@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 22 Nov 2003 15:03:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:03:59 -0000 pav 2003/11/22 15:03:57 PST FreeBSD ports repository Modified files: . LEGAL Log: Add dsnake. Revision Changes Path 1.313 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Sat Nov 22 15:37:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F02D16A4CE; Sat, 22 Nov 2003 15:37:00 -0800 (PST) Received: from newsguy.com (smtp.newsguy.com [129.250.170.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBFA43FE0; Sat, 22 Nov 2003 15:36:59 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (200-140-002-193.bsace705.dsl.brasiltelecom.net.br [200.140.2.193]) by newsguy.com (8.12.9/8.12.8) with ESMTP id hAMNaqJV003486; Sat, 22 Nov 2003 15:36:53 -0800 (PST) (envelope-from dcs@newsguy.com) Message-ID: <3FBFF303.3090001@newsguy.com> Date: Sat, 22 Nov 2003 21:36:35 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en,pt-BR,pt,en-GB,en-US,ja MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200311211901.hALJ12uN003276@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: "Daniel C. Sobral" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:37:00 -0000 Dag-Erling Sm=F8rgrav wrote: > "Daniel C. Sobral" writes: >=20 >> Log: >> With the beastie menu a problem was introduced in which selecting a >> different kernel to boot with kernel=3D"NAME" would load the kernel a= nd >> loader.conf-selected modules from /boot/NAME, but it would not change= >> module_path. So, for instance, the automatically loaded acpi.ko would= come >> from /boot/kernel/acpi.ko, *always*. >=20 > Thanks for fixing this. Unfortunately, loader.rc is only installed if > it doesn't already exist, and mergemaster doesn't handle it, so > installed systems need to be fixed manually. Is there something we > can do to the Makefile and / or mergemaster to address this? There have been many discussions around this subject before. The problem = is that /boot/loader.rc is deemed to be untouchable, so the solutions I=20 support won't handle this particular problem. I'd like to have=20 /boot/defaults/loader.rc to be loaded _if_ a /boot/loader.rc can't be=20 found, and only install that file. That would solve this kind of=20 situation in the future, but not now. I suggest a note in UPDATING. I can't see what more we could do. --=20 Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@banana.bsdconspiracy.net I'd like to work for something named "Alcohol, Tobacco and Firearms". From owner-cvs-all@FreeBSD.ORG Sat Nov 22 15:58:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4C616A4CE; Sat, 22 Nov 2003 15:58:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F17F43FBF; Sat, 22 Nov 2003 15:58:07 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAMNw7XJ031696; Sat, 22 Nov 2003 15:58:07 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAMNw7RC031695; Sat, 22 Nov 2003 15:58:07 -0800 (PST) (envelope-from anholt) Message-Id: <200311222358.hAMNw7RC031695@repoman.freebsd.org> From: Eric Anholt Date: Sat, 22 Nov 2003 15:58:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dri Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:58:08 -0000 anholt 2003/11/22 15:58:06 PST FreeBSD ports repository Modified files: graphics/dri Makefile Log: Mark ONLY_FOR_ARCHS=i386 alpha. Revision Changes Path 1.2 +2 -0 ports/graphics/dri/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 17:06:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F7A16A4CE; Sat, 22 Nov 2003 17:06:14 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFE143FBF; Sat, 22 Nov 2003 17:06:13 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 5E6E272E13; Sat, 22 Nov 2003 17:04:51 -0800 (PST) From: Wes Peters Organization: Softweyr To: Bruce Evans , Sheldon Hearn Date: Sat, 22 Nov 2003 17:06:04 -0800 User-Agent: KMail/1.5.4 References: <200311160710.hAG7AtRR047311@repoman.freebsd.org> <20031119095138.GA752@starjuice.net> <20031120064037.C8876@gamplex.bde.org> In-Reply-To: <20031120064037.C8876@gamplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311221706.04729.wes@softweyr.com> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: re@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:06:14 -0000 RE, Bruce: This patch should be committed before 5.2 RELEASE. On Wednesday 19 November 2003 12:17 pm, Bruce Evans wrote: > On Wed, 19 Nov 2003, Sheldon Hearn wrote: > > On (2003/11/15 23:10), Wes Peters wrote: > > > FreeBSD src repository > > > > > > Modified files: > > > sbin/fsck_ffs setup.c > > > Log: > > > Catch and report on filesystems that were interrupted during > > > newfs, sporting the new 'BAD' magic number. Exit with a unique > > > error code (11) so callers who care about this can respond > > > appropriately. > > > > Can you document this unique error code gracefully so that authors of > > such callers get clued in easily? > > Note that the rule about error exits in style(9) was intended to say > not to use a huge number of meaningless undocumented sequentially > numbered error exits, as is done in some old programs like fsck_ffs. > The rule got broken to advise using the not-so-huge number of > low-meaning documented sequentially numbered error exits in > . > > This error exit is a bug IMO and doesn't exist in my version. It > prevents readsb() returning to its caller so that the caller can either > abort or prompt for the next file system as appropriate. > > This patch also fixes: > - old bug: silent premature termination of the search for a superblock > after a read error. Perhaps a read error should be immediately > fatal. However, the non-searching case just returns for one. > - logic bug: as pointed out in my review, the search should be > identical with the one in the kernel. Bad magic number may be left > lying around in harmless places by a previous failure followed by a > newfs with different parameters. Then the kernel will find a > superblock but fsck would barf without this patch. It would be useful > to know about super blocks with the bad magic number so this version > should be changed a bit to print a message before continuing, at least > in the !preen case. > - old bug: the sanity check is not quite right here or in the kernel or > in other ffs utilities. > (a) There was no check that fs_bsize is not too large. My change for > this (to check MAXBSIZE) is not quite right. The kernel must > reject file systems whose block size is larger than vfs_bio can > support, but utilities need not. ffs systems with a block size larger > than MAXBSIZE may be created on non-FreeBSD systems that have a larger > value for this parameter. > (b) The check that fs_bsize is larger than sizeof(struct fs) is not > quite right. On systems with MINBSIZE smaller than the FreeBSD > value, newfs is happy to create file systems with the super block > smaller than the block size, and such file systems almost work. > I removed the check to allow testing such file systems and > replace it by checks on fs_sbsize. > > The failure cases in this patch have not all been tested at runtime. > > %%% > Index: setup.c > =================================================================== > RCS file: /home/ncvs/src/sbin/fsck_ffs/setup.c,v > retrieving revision 1.45 > diff -u -2 -r1.45 setup.c > --- setup.c 16 Nov 2003 07:10:55 -0000 1.45 > +++ setup.c 16 Nov 2003 11:29:27 -0000 > @@ -300,5 +298,5 @@ > { > ufs2_daddr_t super; > - int i; > + int i, seenbad; > > if (bflag) { > @@ -308,5 +306,5 @@ > if (sblock.fs_magic == FS_BAD2_MAGIC) { > fprintf(stderr, BAD_MAGIC_MSG); > - exit(11); > + return (0); > } > if (sblock.fs_magic != FS_UFS1_MAGIC && > @@ -317,13 +315,13 @@ > } > } else { > + seenbad = 0; > for (i = 0; sblock_try[i] != -1; i++) { > super = sblock_try[i] / dev_bsize; > if ((bread(fsreadfd, (char *)&sblock, super, > (long)SBLOCKSIZE))) > - return (0); > - if (sblock.fs_magic == FS_BAD2_MAGIC) { > - fprintf(stderr, BAD_MAGIC_MSG); > - exit(11); > - } > + continue; > + if (sblock.fs_magic == FS_BAD2_MAGIC) > + /* XXX should we sanity check it too? */ > + seenbad = 1; > if ((sblock.fs_magic == FS_UFS1_MAGIC || > (sblock.fs_magic == FS_UFS2_MAGIC && > @@ -331,9 +329,12 @@ > sblock.fs_ncg >= 1 && > sblock.fs_bsize >= MINBSIZE && > - sblock.fs_bsize >= sizeof(struct fs)) > + sblock.fs_bsize <= MAXBSIZE && > + sblock.fs_sbsize >= (int)sizeof(sblock) && > + sblock.fs_sbsize <= SBLOCKSIZE) > break; > } > if (sblock_try[i] == -1) { > - fprintf(stderr, "Cannot find file system superblock\n"); > + fprintf(stderr, seenbad ? BAD_MAGIC_MSG : > + "Cannot find file system superblock\n"); > return (0); > } > %%% > > Bruce -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Sat Nov 22 17:11:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D2916A4CE; Sat, 22 Nov 2003 17:11:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF3043F75; Sat, 22 Nov 2003 17:11:10 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN1BAXJ041317; Sat, 22 Nov 2003 17:11:10 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN1BAGB041316; Sat, 22 Nov 2003 17:11:10 -0800 (PST) (envelope-from bde) Message-Id: <200311230111.hAN1BAGB041316@repoman.freebsd.org> From: Bruce Evans Date: Sat, 22 Nov 2003 17:11:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys reboot.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:11:11 -0000 bde 2003/11/22 17:11:10 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys reboot.h Log: MFC (1.22: fixed some style bugs). Revision Changes Path 1.18.2.2 +8 -8 src/sys/sys/reboot.h From owner-cvs-all@FreeBSD.ORG Sat Nov 22 17:47:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476DD16A4CE; Sat, 22 Nov 2003 17:47:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9E843FBF; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN1lJXJ042478; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN1lJKI042477; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde) Message-Id: <200311230147.hAN1lJKI042477@repoman.freebsd.org> From: Bruce Evans Date: Sat, 22 Nov 2003 17:47:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys reboot.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:47:20 -0000 bde 2003/11/22 17:47:19 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys reboot.h Log: MFC (1.23: changed RB_PAUSE to retrospectively avoid breaking binary compatibility, and marked the old value and RB_PROBEKBD as reserved for internal use in boot blocks. Also unintentionally clobber a style fix in 1.22). The corresponding change to boot/boot2.c has not been not merged, since RELENG_4's boot2 doesn't actually support RB_PAUSE (or even the 7 year old flag RB_MUTE), so any plain merge would just add an incomplete set of comments to code that should be rewritten so that it doesn't need the comments. RELENG_4's boot/loader does support these flags, and it doesn't need changing since it doesn't hard-code copies of them. Revision Changes Path 1.18.2.3 +4 -2 src/sys/sys/reboot.h From owner-cvs-all@FreeBSD.ORG Sat Nov 22 17:53:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6369F16A4CE; Sat, 22 Nov 2003 17:53:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C472A43FE0; Sat, 22 Nov 2003 17:53:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN1rwXJ042734; Sat, 22 Nov 2003 17:53:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN1rwea042733; Sat, 22 Nov 2003 17:53:58 -0800 (PST) (envelope-from linimon) Message-Id: <200311230153.hAN1rwea042733@repoman.freebsd.org> From: Mark Linimon Date: Sat, 22 Nov 2003 17:53:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/moefonts-cid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:53:59 -0000 linimon 2003/11/22 17:53:58 PST FreeBSD ports repository Modified files: chinese/moefonts-cid Makefile Log: Some changes that have not been committed, as part of ports/36112, snuck in on the commit that was merely supposed to reset the maintainer. Revision Changes Path 1.14 +8 -3 ports/chinese/moefonts-cid/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 22 19:02:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF94516A4D2; Sat, 22 Nov 2003 19:02:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C89A43FA3; Sat, 22 Nov 2003 19:02:01 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN320XJ045822; Sat, 22 Nov 2003 19:02:00 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN3209U045821; Sat, 22 Nov 2003 19:02:00 -0800 (PST) (envelope-from tmm) Message-Id: <200311230302.hAN3209U045821@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 22 Nov 2003 19:02:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:02:01 -0000 tmm 2003/11/22 19:02:00 PST FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: bzero() the the sockaddr used for the destination address for rtalloc_ign() in in_pcbconnect_setup() before it is filled out. Otherwise, stack junk would be left in sin_zero, which could cause host routes to be ignored because they failed the comparison in rn_match(). This should fix the wrong source address selection for connect() to 127.0.0.1, among other things. Reviewed by: sam Approved by: re (rwatson) Revision Changes Path 1.133 +1 -0 src/sys/netinet/in_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Nov 22 19:09:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D85D16A4CE for ; Sat, 22 Nov 2003 19:09:27 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F14E943FDD for ; Sat, 22 Nov 2003 19:09:24 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 1782 invoked by uid 65534); 23 Nov 2003 03:09:23 -0000 Received: from p508E7AB5.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.142.122.181) by mail.gmx.net (mp013) with SMTP; 23 Nov 2003 04:09:23 +0100 X-Authenticated: #5374206 Received: by rota (Postfix, from userid 1001) id 104F7BD; Sun, 23 Nov 2003 04:10:37 +0100 (CET) Date: Sun, 23 Nov 2003 04:10:36 +0100 From: Thomas Moestl To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031123031036.GA16180@timesink.dyndns.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311230302.hAN3209U045821@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311230302.hAN3209U045821@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:09:27 -0000 On Sat, 2003/11/22 at 19:02:00 -0800, Thomas Moestl wrote: > tmm 2003/11/22 19:02:00 PST > > FreeBSD src repository > > Modified files: > sys/netinet in_pcb.c > Log: > bzero() the the sockaddr used for the destination address for > rtalloc_ign() in in_pcbconnect_setup() before it is filled out. > Otherwise, stack junk would be left in sin_zero, which could > cause host routes to be ignored because they failed the comparison > in rn_match(). > This should fix the wrong source address selection for connect() to > 127.0.0.1, among other things. > > Reviewed by: sam ^, andre (oops). - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C From owner-cvs-all@FreeBSD.ORG Sat Nov 22 19:11:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D17716A4CE; Sat, 22 Nov 2003 19:11:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF8943F75; Sat, 22 Nov 2003 19:10:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN3AxXJ047028; Sat, 22 Nov 2003 19:10:59 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN3AxBm047027; Sat, 22 Nov 2003 19:10:59 -0800 (PST) (envelope-from adamw) Message-Id: <200311230310.hAN3AxBm047027@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 22 Nov 2003 19:10:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/battfink Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:11:00 -0000 adamw 2003/11/22 19:10:59 PST FreeBSD ports repository Modified files: sysutils/battfink Makefile distinfo pkg-plist Log: Update to 0.6.2. Revision Changes Path 1.2 +1 -1 ports/sysutils/battfink/Makefile 1.2 +1 -1 ports/sysutils/battfink/distinfo 1.2 +6 -0 ports/sysutils/battfink/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 22 19:21:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C2516A4CE; Sat, 22 Nov 2003 19:21:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D561243FE0; Sat, 22 Nov 2003 19:21:26 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN3LQXJ047395; Sat, 22 Nov 2003 19:21:26 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN3LQXN047394; Sat, 22 Nov 2003 19:21:26 -0800 (PST) (envelope-from adamw) Message-Id: <200311230321.hAN3LQXN047394@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 22 Nov 2003 19:21:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/acme Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:21:27 -0000 adamw 2003/11/22 19:21:26 PST FreeBSD ports repository Modified files: multimedia/acme Makefile distinfo Log: Update to 2.4.2. Revision Changes Path 1.11 +1 -1 ports/multimedia/acme/Makefile 1.7 +1 -1 ports/multimedia/acme/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 22 20:37:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628B316A4CE; Sat, 22 Nov 2003 20:37:41 -0800 (PST) Received: from mgate12.so-net.ne.jp (mgate12.so-net.ne.jp [210.139.254.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCBF43FD7; Sat, 22 Nov 2003 20:37:39 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate12.so-net.ne.jp with ESMTP id hAN4bar15050; Sun, 23 Nov 2003 13:37:36 +0900 (JST) Received: from ns.nigredo.org (p6241af.spprac00.ap.so-net.ne.jp [219.98.65.175]) by mail.dg8.so-net.ne.jp with ESMTP id hAN4bZY24999; Sun, 23 Nov 2003 13:37:35 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 27F2220CD; Sun, 23 Nov 2003 13:37:35 +0900 (JST) Date: Sun, 23 Nov 2003 13:37:35 +0900 Message-ID: <86llq7bsz4.wl%fuyuki@nigredo.org> From: Kimura Fuyuki To: rwatson@FreeBSD.org In-Reply-To: <200311122156.hACLu7OR024315@repoman.freebsd.org> References: <200311122156.hACLu7OR024315@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) X-Public-Key: http://www.nigredo.org/fuyuki/public.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 04:37:41 -0000 At Wed, 12 Nov 2003 13:56:07 -0800 (PST), Robert Watson wrote: > > rwatson 2003/11/12 13:56:07 PST > > FreeBSD src repository > > Modified files: > lib/libutil Makefile > Log: > Bump the major version on libtuil. libutil now relies on the mac_* > symbols exported by newer versions of libc, and so we want applications > depending on the newer library code to be required to link against the > newer libc. Maybe there needs to tweak LIBDIR? # ls -l /lib|grep libutil lrwxr-xr-x 1 root wheel 12 Sep 3 13:53 libutil.so -> libutil.so.3 -r--r--r-- 1 root wheel 41560 Nov 13 07:45 libutil.so.3 -r--r--r-- 1 root wheel 41560 Nov 22 15:00 libutil.so.4 -- fuyuki