From owner-cvs-all@FreeBSD.ORG Sun Mar 9 00:04:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDEDF106566B; Sun, 9 Mar 2008 00:04:46 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95CA58FC14; Sun, 9 Mar 2008 00:04:46 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2904kFi078112; Sun, 9 Mar 2008 00:04:46 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2904koY078111; Sun, 9 Mar 2008 00:04:46 GMT (envelope-from bz) Message-Id: <200803090004.m2904koY078111@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 9 Mar 2008 00:04:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_debug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 00:04:46 -0000 bz 2008-03-09 00:04:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_debug.c Log: MFC rev. 1.3 uipc_debug.c Add missing sb_sndptr* fields to db_print_sockbuf(). While here change %d to %u for u_ints. Revision Changes Path 1.2.2.1 +9 -5 src/sys/kern/uipc_debug.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 00:26:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A70611065674; Sun, 9 Mar 2008 00:26:01 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9606B8FC17; Sun, 9 Mar 2008 00:26:01 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m290Q1h2078849; Sun, 9 Mar 2008 00:26:01 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m290Q1NJ078848; Sun, 9 Mar 2008 00:26:01 GMT (envelope-from hq) Message-Id: <200803090026.m290Q1NJ078848@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 9 Mar 2008 00:26:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/hudson Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 00:26:01 -0000 hq 2008-03-09 00:26:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/hudson Makefile distinfo pkg-descr pkg-message Log: Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs: 1. Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity. 2. Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong. WWW: https://hudson.dev.java.net/ Revision Changes Path 1.1994 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/hudson/Makefile (new) 1.1 +3 -0 ports/www/hudson/distinfo (new) 1.1 +17 -0 ports/www/hudson/pkg-descr (new) 1.1 +7 -0 ports/www/hudson/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 00:26:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B3A1065676; Sun, 9 Mar 2008 00:26:07 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC5388FC18; Sun, 9 Mar 2008 00:26:06 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m290Q6rA078883; Sun, 9 Mar 2008 00:26:06 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m290Q6IW078882; Sun, 9 Mar 2008 00:26:06 GMT (envelope-from hq) Message-Id: <200803090026.m290Q6IW078882@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 9 Mar 2008 00:26:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 00:26:07 -0000 hq 2008-03-09 00:26:06 UTC FreeBSD ports repository Modified files: . modules Log: hudson --> ports/www/hudson Revision Changes Path 1.19475 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Mar 9 02:29:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6776F1065676; Sun, 9 Mar 2008 02:29:22 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE428FC2E; Sun, 9 Mar 2008 02:29:22 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m292TKw6099174; Sun, 9 Mar 2008 02:29:20 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m292TKvL099172; Sun, 9 Mar 2008 02:29:20 GMT (envelope-from marcel) Message-Id: <200803090229.m292TKvL099172@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 9 Mar 2008 02:29:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/mpc85xx ocpbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 02:29:22 -0000 marcel 2008-03-09 02:29:19 UTC FreeBSD src repository Modified files: sys/powerpc/mpc85xx ocpbus.c Log: Don't use in32() and out32() when writing to the CCSRBAR. The in*() and out*() primitives should not be used, other than by ISA drivers. In this case they were used for memory-mapped I/O and were not even used in the spirit of the primitives. Revision Changes Path 1.4 +26 -9 src/sys/powerpc/mpc85xx/ocpbus.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 03:04:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72DA0106566B; Sun, 9 Mar 2008 03:04:16 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48A5A8FC1F; Sun, 9 Mar 2008 03:04:16 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2934GUd009584; Sun, 9 Mar 2008 03:04:16 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2934GfW009583; Sun, 9 Mar 2008 03:04:16 GMT (envelope-from bms) Message-Id: <200803090304.m2934GfW009583@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 9 Mar 2008 03:04:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print Makefile ports/print/kde_poster Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 03:04:16 -0000 bms 2008-03-09 03:04:16 UTC FreeBSD ports repository (src committer) Modified files: print Makefile Added files: print/kde_poster Makefile distinfo pkg-descr Log: Add the KDE version of the poster utility. With this port, FreeBSD users should be able to print posters from KDE print dialogs. Revision Changes Path 1.448 +1 -0 ports/print/Makefile 1.1 +33 -0 ports/print/kde_poster/Makefile (new) 1.1 +3 -0 ports/print/kde_poster/distinfo (new) 1.1 +8 -0 ports/print/kde_poster/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 03:04:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA09B1065724; Sun, 9 Mar 2008 03:04:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0D718FC26; Sun, 9 Mar 2008 03:04:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2934N46009645; Sun, 9 Mar 2008 03:04:23 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2934NgE009644; Sun, 9 Mar 2008 03:04:23 GMT (envelope-from bms) Message-Id: <200803090304.m2934NgE009644@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 9 Mar 2008 03:04:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 03:04:24 -0000 bms 2008-03-09 03:04:23 UTC FreeBSD ports repository (src committer) Modified files: . modules Log: kde_poster --> ports/print/kde_poster Revision Changes Path 1.19476 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Mar 9 03:59:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0DF4106566C; Sun, 9 Mar 2008 03:59:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C76778FC13; Sun, 9 Mar 2008 03:59:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m293xusB022053; Sun, 9 Mar 2008 03:59:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m293xuo7022052; Sun, 9 Mar 2008 03:59:56 GMT (envelope-from rafan) Message-Id: <200803090359.m293xuo7022052@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 9 Mar 2008 03:59:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-parent Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 03:59:57 -0000 rafan 2008-03-09 03:59:56 UTC FreeBSD ports repository Modified files: devel/p5-parent Makefile distinfo Log: - Update to 0.220 Revision Changes Path 1.2 +1 -1 ports/devel/p5-parent/Makefile 1.2 +3 -3 ports/devel/p5-parent/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 04:43:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF51A106566B; Sun, 9 Mar 2008 04:43:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 965DE8FC23; Sun, 9 Mar 2008 04:43:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m294hkvN036572; Sun, 9 Mar 2008 04:43:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m294hktl036571; Sun, 9 Mar 2008 04:43:46 GMT (envelope-from rafan) Message-Id: <200803090443.m294hktl036571@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 9 Mar 2008 04:43:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 04:43:46 -0000 rafan 2008-03-09 04:43:45 UTC FreeBSD ports repository Modified files: . UIDs Log: - Register UID for net/phpldapadmin, net/phpldapadmin098 PR: 120505 Revision Changes Path 1.62 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Sun Mar 9 04:45:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8949C106566B; Sun, 9 Mar 2008 04:45:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76CC58FC1B; Sun, 9 Mar 2008 04:45:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m294jdi9037143; Sun, 9 Mar 2008 04:45:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m294jdE3037142; Sun, 9 Mar 2008 04:45:39 GMT (envelope-from rafan) Message-Id: <200803090445.m294jdE3037142@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 9 Mar 2008 04:45:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/phpldapadmin Makefile pkg-plist-chunk ports/net/phpldapadmin/files pkg-deinstall.in pkg-install.in pkg-message.in ports/net/phpldapadmin098 Makefile pkg-plist-chunk ports/net/phpldapadmin098/files pkg-deinstall.in pkg-install.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 04:45:39 -0000 rafan 2008-03-09 04:45:39 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile pkg-plist-chunk net/phpldapadmin/files pkg-deinstall.in pkg-install.in pkg-message.in net/phpldapadmin098 Makefile pkg-plist-chunk net/phpldapadmin098/files pkg-deinstall.in pkg-install.in pkg-message.in Log: - Use fixed UID when WITH_SUPHP - Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.24 +55 -27 ports/net/phpldapadmin/Makefile 1.2 +5 -5 ports/net/phpldapadmin/files/pkg-deinstall.in 1.2 +66 -54 ports/net/phpldapadmin/files/pkg-install.in 1.4 +6 -7 ports/net/phpldapadmin/files/pkg-message.in 1.3 +3 -3 ports/net/phpldapadmin/pkg-plist-chunk 1.20 +55 -29 ports/net/phpldapadmin098/Makefile 1.2 +5 -5 ports/net/phpldapadmin098/files/pkg-deinstall.in 1.2 +66 -54 ports/net/phpldapadmin098/files/pkg-install.in 1.5 +5 -5 ports/net/phpldapadmin098/files/pkg-message.in 1.3 +3 -3 ports/net/phpldapadmin098/pkg-plist-chunk From owner-cvs-all@FreeBSD.ORG Sun Mar 9 05:10:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09F691065684; Sun, 9 Mar 2008 05:10:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D549F8FC1D; Sun, 9 Mar 2008 05:10:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m295ANFl049933; Sun, 9 Mar 2008 05:10:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m295ANVj049932; Sun, 9 Mar 2008 05:10:23 GMT (envelope-from imp) Message-Id: <200803090510.m295ANVj049932@repoman.freebsd.org> From: Warner Losh Date: Sun, 9 Mar 2008 05:10:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 05:10:24 -0000 imp 2008-03-09 05:10:22 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c sys/sys bus.h Log: Any driver that relies on its parent to set the devclass has no way to know if has siblings that need an actual probe. Introduce a specail return value called BUS_PROBE_NOOWILDCARD. If the driver returns this, the probe is only successful for devices that have had a specific devclass set for them. Reviewed by: current@, jhb@, grehan@ Revision Changes Path 1.205 +8 -0 src/sys/kern/subr_bus.c 1.80 +5 -1 src/sys/sys/bus.h From owner-cvs-all@FreeBSD.ORG Sun Mar 9 05:31:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D706B1065676; Sun, 9 Mar 2008 05:31:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE1738FC2B; Sun, 9 Mar 2008 05:31:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m295VWAb050566; Sun, 9 Mar 2008 05:31:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m295VWii050565; Sun, 9 Mar 2008 05:31:32 GMT (envelope-from imp) Message-Id: <200803090531.m295VWii050565@repoman.freebsd.org> From: Warner Losh Date: Sun, 9 Mar 2008 05:31:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 DEVICE_PROBE.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 05:31:33 -0000 imp 2008-03-09 05:31:32 UTC FreeBSD src repository Modified files: share/man/man9 DEVICE_PROBE.9 Log: Document all the BUS_PROBE_* values. Note to the mdoc gods: This may need some teaks. Revision Changes Path 1.22 +45 -1 src/share/man/man9/DEVICE_PROBE.9 From owner-cvs-all@FreeBSD.ORG Sun Mar 9 06:04:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F1E11065671; Sun, 9 Mar 2008 06:04:46 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id B54BF8FC17; Sun, 9 Mar 2008 06:04:45 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m2966Xqc068863; Sun, 9 Mar 2008 01:06:33 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m2966Xcb068862; Sun, 9 Mar 2008 01:06:33 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Sun, 9 Mar 2008 01:06:33 -0500 From: David Schultz To: Warner Losh Message-ID: <20080309060633.GA68839@zim.MIT.EDU> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200803090531.m295VWii050565@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803090531.m295VWii050565@repoman.freebsd.org> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 DEVICE_PROBE.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 06:04:46 -0000 On Sun, Mar 09, 2008, Warner Losh wrote: > imp 2008-03-09 05:31:32 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 DEVICE_PROBE.9 > Log: > Document all the BUS_PROBE_* values. > > Note to the mdoc gods: This may need some teaks. ^^^^^ Woodn't be surprising. From owner-cvs-all@FreeBSD.ORG Sun Mar 9 06:08:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76681065672; Sun, 9 Mar 2008 06:08:58 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAE28FC1C; Sun, 9 Mar 2008 06:08:58 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2968wxZ052873; Sun, 9 Mar 2008 06:08:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2968wWC052872; Sun, 9 Mar 2008 06:08:58 GMT (envelope-from alc) Message-Id: <200803090608.m2968wWC052872@repoman.freebsd.org> From: Alan Cox Date: Sun, 9 Mar 2008 06:08:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 06:08:58 -0000 alc 2008-03-09 06:08:58 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Eliminate an unnecessary test from vm_fault's delete-behind heuristic. Specifically, since the delete-behind heuristic is never applied to a device-backed object, there is no point in checking whether each of the object's pages is fictitious. (Only device-backed objects have fictitious pages.) Revision Changes Path 1.240 +1 -1 src/sys/vm/vm_fault.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 06:25:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79AD51065670; Sun, 9 Mar 2008 06:25:01 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6ABE28FC17; Sun, 9 Mar 2008 06:25:01 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m296P1EE053472; Sun, 9 Mar 2008 06:25:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m296P1BD053455; Sun, 9 Mar 2008 06:25:01 GMT (envelope-from edwin) Message-Id: <200803090625.m296P1BD053455@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Mar 2008 06:25:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Cc: Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 06:25:01 -0000 edwin 2008-03-09 06:25:00 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv53413 Log Message: Vendor import of tzdata version 2008a Status: Vendor Tag: ADO Release Tags: tzdata2008a U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica U src/share/zoneinfo/asia U src/share/zoneinfo/australasia U src/share/zoneinfo/europe U src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 C src/share/zoneinfo/iso3166.tab U src/share/zoneinfo/zone.tab C src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 08:14:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D63D91065672; Sun, 9 Mar 2008 08:14:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA4EE8FC1A; Sun, 9 Mar 2008 08:14:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m298Ei2A060624; Sun, 9 Mar 2008 08:14:44 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m298EiUi060622; Sun, 9 Mar 2008 08:14:44 GMT (envelope-from rafan) Message-Id: <200803090814.m298EiUi060622@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 9 Mar 2008 08:14:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/oxim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 08:14:45 -0000 rafan 2008-03-09 08:14:44 UTC FreeBSD ports repository Modified files: chinese/oxim Makefile distinfo Log: - Update to 1.1.6 Revision Changes Path 1.24 +1 -1 ports/chinese/oxim/Makefile 1.12 +3 -3 ports/chinese/oxim/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 08:16:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0403F106566B; Sun, 9 Mar 2008 08:16:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC52A8FC13; Sun, 9 Mar 2008 08:16:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m298GEpx060735; Sun, 9 Mar 2008 08:16:14 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m298GEt0060734; Sun, 9 Mar 2008 08:16:14 GMT (envelope-from rafan) Message-Id: <200803090816.m298GEt0060734@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 9 Mar 2008 08:16:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/swig13 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 08:16:15 -0000 rafan 2008-03-09 08:16:14 UTC FreeBSD ports repository Modified files: devel/swig13 Makefile distinfo pkg-plist Log: - Update to 1.3.34 Revision Changes Path 1.78 +1 -1 ports/devel/swig13/Makefile 1.32 +3 -3 ports/devel/swig13/distinfo 1.37 +26 -1 ports/devel/swig13/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 09:09:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39465106566B; Sun, 9 Mar 2008 09:09:25 +0000 (UTC) (envelope-from mita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6E68FC21; Sun, 9 Mar 2008 09:09:25 +0000 (UTC) (envelope-from mita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2999JtK072582; Sun, 9 Mar 2008 09:09:19 GMT (envelope-from mita@repoman.freebsd.org) Received: (from mita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2999J2S072581; Sun, 9 Mar 2008 09:09:19 GMT (envelope-from mita) Message-Id: <200803090909.m2999J2S072581@repoman.freebsd.org> From: Yoshio MITA Date: Sun, 9 Mar 2008 09:09:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/samba pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 09:09:25 -0000 mita 2008-03-09 09:09:19 UTC FreeBSD ports repository Modified files: japanese/samba pkg-plist Log: Unbreak japanese/samba by fixing pkg-plist Submitted by: mita Approved by: Maintainer Revision Changes Path 1.21 +0 -1 ports/japanese/samba/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:16:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8C81065672; Sun, 9 Mar 2008 11:16:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9638FC18; Sun, 9 Mar 2008 11:16:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BGghO078983; Sun, 9 Mar 2008 11:16:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BGgcE078982; Sun, 9 Mar 2008 11:16:42 GMT (envelope-from rwatson) Message-Id: <200803091116.m29BGgcE078982@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 11:16:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:16:42 -0000 rwatson 2008-03-09 11:16:42 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: When gzipping to a target file, only set the source file flags on the target file after the timestamp has been set; otherwise setting the timestamp will fail if the flags don't permit it (i.e., uchg). MFC after: 1 week PR: 120208 Submitted by: Ighighi Revision Changes Path 1.5 +4 -4 src/usr.bin/gzip/gzip.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:17:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 224811065671; Sun, 9 Mar 2008 11:17:01 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E80E48FC1C; Sun, 9 Mar 2008 11:17:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BH0KC079018; Sun, 9 Mar 2008 11:17:00 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BH0JC079017; Sun, 9 Mar 2008 11:17:00 GMT (envelope-from mav) Message-Id: <200803091117.m29BH0JC079017@repoman.freebsd.org> From: Alexander Motin Date: Sun, 9 Mar 2008 11:17:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_l2tp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:17:01 -0000 mav 2008-03-09 11:17:00 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: Addition to the previous commit. Release inproc in case of memory error. Revision Changes Path 1.24 +1 -0 src/sys/netgraph/ng_l2tp.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:19:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93124106566B; Sun, 9 Mar 2008 11:19:03 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 646708FC25; Sun, 9 Mar 2008 11:19:03 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BJ3Wh079116; Sun, 9 Mar 2008 11:19:03 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BJ3OJ079115; Sun, 9 Mar 2008 11:19:03 GMT (envelope-from rpaulo) Message-Id: <200803091119.m29BJ3OJ079115@repoman.freebsd.org> From: Rui Paulo Date: Sun, 9 Mar 2008 11:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:19:03 -0000 rpaulo 2008-03-09 11:19:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Some PIIX4 chipsets need to be told to generate Stop Breaks by setting the appropriate bit in the DEVACTB register. This change allows the C2 state on those systems to work as expected. Reviewed by: njl Submitted by: Andriy Gapon MFC after: 1 week Revision Changes Path 1.71 +20 -0 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:19:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F95C1065678; Sun, 9 Mar 2008 11:19:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 409068FC26; Sun, 9 Mar 2008 11:19:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BJGDS079151; Sun, 9 Mar 2008 11:19:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BJGYs079150; Sun, 9 Mar 2008 11:19:16 GMT (envelope-from edwin) Message-Id: <200803091119.m29BJGYs079150@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Mar 2008 11:19:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo leapseconds southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:19:16 -0000 edwin 2008-03-09 11:19:16 UTC FreeBSD src repository Modified files: share/zoneinfo leapseconds southamerica Log: MFV: tzdata2008a Notable changes: - Chilis DST has been extended for 3 weeks. - No leapsecond in 2008 Approved by: grog@ (mentor) Revision Changes Path 1.21 +7 -6 src/share/zoneinfo/leapseconds 1.34 +26 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:21:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A80106567D; Sun, 9 Mar 2008 11:21:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37BF28FC48; Sun, 9 Mar 2008 11:21:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BLbuh079366; Sun, 9 Mar 2008 11:21:37 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BLbFl079365; Sun, 9 Mar 2008 11:21:37 GMT (envelope-from edwin) Message-Id: <200803091121.m29BLbFl079365@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Mar 2008 11:21:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/zoneinfo leapseconds southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:21:37 -0000 edwin 2008-03-09 11:21:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/zoneinfo leapseconds southamerica Log: MFC: tzdata2008a Notable changes: - Chilis DST has been extended for 3 weeks. - No leapsecond in 2008 Approved by: grog@ (mentor) Revision Changes Path 1.19.2.1 +7 -6 src/share/zoneinfo/leapseconds 1.31.2.2 +26 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:22:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAC8106566C; Sun, 9 Mar 2008 11:22:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2DD98FC27; Sun, 9 Mar 2008 11:22:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BMUwX079432; Sun, 9 Mar 2008 11:22:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BMUmQ079431; Sun, 9 Mar 2008 11:22:30 GMT (envelope-from edwin) Message-Id: <200803091122.m29BMUmQ079431@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Mar 2008 11:22:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/zoneinfo leapseconds southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:22:31 -0000 edwin 2008-03-09 11:22:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo leapseconds southamerica Log: MFV: tzdata2008a Notable changes: - Chilis DST has been extended for 3 weeks. - No leapsecond in 2008 Approved by: grog@ (mentor) Revision Changes Path 1.13.2.5 +7 -6 src/share/zoneinfo/leapseconds 1.24.2.8 +26 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:23:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F1FD1065672; Sun, 9 Mar 2008 11:23:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 101068FC1D; Sun, 9 Mar 2008 11:23:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BN8bJ079489; Sun, 9 Mar 2008 11:23:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BN8dE079488; Sun, 9 Mar 2008 11:23:08 GMT (envelope-from edwin) Message-Id: <200803091123.m29BN8dE079488@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Mar 2008 11:23:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/zoneinfo leapseconds southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:23:09 -0000 edwin 2008-03-09 11:23:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo leapseconds southamerica Log: MFV: tzdata2008a Notable changes: - Chilis DST has been extended for 3 weeks. - No leapsecond in 2008 Approved by: grog@ (mentor) Revision Changes Path 1.10.4.6 +7 -6 src/share/zoneinfo/leapseconds 1.22.4.11 +26 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:30:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17ADB10656C1; Sun, 9 Mar 2008 11:30:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD0808FC14; Sun, 9 Mar 2008 11:29:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BTx2A079651; Sun, 9 Mar 2008 11:29:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BTxFj079650; Sun, 9 Mar 2008 11:29:59 GMT (envelope-from rwatson) Message-Id: <200803091129.m29BTxFj079650@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 11:29:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:30:00 -0000 rwatson 2008-03-09 11:29:59 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: HZ now defaults to 1000 on many architectures, so update NOTES to reflect that. MFC after: 3 days PR: 113670 Submitted by: Ighighi Revision Changes Path 1.1475 +9 -9 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:34:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C99A61065677; Sun, 9 Mar 2008 11:34:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2878FC20; Sun, 9 Mar 2008 11:34:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29BYs8b079882; Sun, 9 Mar 2008 11:34:54 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BYsG4079881; Sun, 9 Mar 2008 11:34:54 GMT (envelope-from olgeni) Message-Id: <200803091134.m29BYsG4079881@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 9 Mar 2008 11:34:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:34:55 -0000 olgeni 2008-03-09 11:34:54 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade modules bind8-1.400-5, mailboxes-1.400-6, useradmin-1.400-5. Revision Changes Path 1.284 +5 -1 ports/sysutils/webmin/Makefile 1.237 +9 -0 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 11:51:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F216A106566B; Sun, 9 Mar 2008 11:51:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1E748FC1C; Sun, 9 Mar 2008 11:51:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Bprq0080538; Sun, 9 Mar 2008 11:51:53 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29BprV2080537; Sun, 9 Mar 2008 11:51:53 GMT (envelope-from antoine) Message-Id: <200803091151.m29BprV2080537@repoman.freebsd.org> From: Antoine Brodin Date: Sun, 9 Mar 2008 11:51:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 11:51:54 -0000 antoine 2008-03-09 11:51:53 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 800025. Reminded by: fenner Approved by: rwatson (mentor) Revision Changes Path 1.905 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 9 12:10:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3784F1065670; Sun, 9 Mar 2008 12:10:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C92D8FC17; Sun, 9 Mar 2008 12:10:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29CAPnS082386; Sun, 9 Mar 2008 12:10:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29CAPQ6082385; Sun, 9 Mar 2008 12:10:25 GMT (envelope-from rwatson) Message-Id: <200803091210.m29CAPQ6082385@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 12:10:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/chflags chflags.1 chflags.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 12:10:25 -0000 rwatson 2008-03-09 12:10:24 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 chflags.c Log: Make chflags(1) more chmod(1)-like (and more feature complete): - Add -v to print file names as they are processed; -vv prints the flags change as well. - Add -f to ignore failures with the same semantics as chflags(1), neither printing an error nor affecting the return code. - Don't try to set the flags if they won't change. I made minor cosmetic tweaks to the code in the patch. MFC after: 1 week PR: 112827 Submitted by: Ighighi Revision Changes Path 1.30 +15 -1 src/bin/chflags/chflags.1 1.24 +28 -16 src/bin/chflags/chflags.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 12:46:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC5E106566C; Sun, 9 Mar 2008 12:46:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACEE98FC20; Sun, 9 Mar 2008 12:46:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29CkdYn083550; Sun, 9 Mar 2008 12:46:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Ckdvs083549; Sun, 9 Mar 2008 12:46:39 GMT (envelope-from rwatson) Message-Id: <200803091246.m29Ckdvs083549@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 12:46:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/realpath realpath.1 realpath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 12:46:41 -0000 rwatson 2008-03-09 12:46:39 UTC FreeBSD src repository Modified files: bin/realpath realpath.1 realpath.c Log: Enhance realpath(1) in a number of ways: - Allow realpath to accept multiple paths on the command line. - Add -q to suppress warnings if some paths can't be processed, and use getopt(3) to process flags. - Print the path being requested rather than a possibly partially processed path when a failure occurs so that you can tell which of several passed paths did fail. MFC after: 1 week PR: 112920 Submitted by: Ighighi Revision Changes Path 1.11 +8 -0 src/bin/realpath/realpath.1 1.7 +26 -7 src/bin/realpath/realpath.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:25:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46E931065671; Sun, 9 Mar 2008 13:25:39 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15E7C8FC18; Sun, 9 Mar 2008 13:25:39 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DPcqt094983; Sun, 9 Mar 2008 13:25:38 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DPbgr094982; Sun, 9 Mar 2008 13:25:37 GMT (envelope-from lme) Message-Id: <200803091325.m29DPbgr094982@repoman.freebsd.org> From: Lars Engels Date: Sun, 9 Mar 2008 13:25:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/syslog-ng Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:25:39 -0000 lme 2008-03-09 13:25:37 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile pkg-plist Log: - Add spoof-source configuration options - Bump PORTREVISION PR: ports/121171 Submitted by: Pavel I Volkov Revision Changes Path 1.38 +16 -2 ports/sysutils/syslog-ng/Makefile 1.6 +1 -0 ports/sysutils/syslog-ng/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:26:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDD11065677; Sun, 9 Mar 2008 13:26:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC7E18FC24; Sun, 9 Mar 2008 13:26:50 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DQoax095153; Sun, 9 Mar 2008 13:26:50 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DQoCI095152; Sun, 9 Mar 2008 13:26:50 GMT (envelope-from bz) Message-Id: <200803091326.m29DQoCI095152@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 9 Mar 2008 13:26:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:26:51 -0000 bz 2008-03-09 13:26:50 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Padding after EOL option must be zeros according to RFC793 but the NOPs used are 0x01. While we could simply pad with EOLs (which are 0x00), rather use an explicit 0x00 constant there to not confuse poeple with 'EOL padding'. Put in a comment saying just that. Problem discussed on: src-committers with andre, silby, dwhite as follow up to the rev. 1.161 commit of tcp_var.h. MFC after: 11 days Revision Changes Path 1.146 +10 -2 src/sys/netinet/tcp_output.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:31:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C5DB1065670; Sun, 9 Mar 2008 13:31:14 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B0658FC23; Sun, 9 Mar 2008 13:31:14 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DVECO096880; Sun, 9 Mar 2008 13:31:14 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DVEvU096879; Sun, 9 Mar 2008 13:31:14 GMT (envelope-from lippe) Message-Id: <200803091331.m29DVEvU096879@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sun, 9 Mar 2008 13:31:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:31:14 -0000 lippe 2008-03-09 13:31:14 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: - Add my location Approved by: gabor (mentor) Revision Changes Path 1.393 +2 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:33:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4262F1065672; Sun, 9 Mar 2008 13:33:45 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11B768FC17; Sun, 9 Mar 2008 13:33:45 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DXiIB097784; Sun, 9 Mar 2008 13:33:44 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DXif0097783; Sun, 9 Mar 2008 13:33:44 GMT (envelope-from lippe) Message-Id: <200803091333.m29DXif0097783@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sun, 9 Mar 2008 13:33:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:33:45 -0000 lippe 2008-03-09 13:33:44 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - Add myself. Approved by: gabor (mentor) Revision Changes Path 1.68 +5 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:49:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F7B1065671; Sun, 9 Mar 2008 13:49:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B26398FC16; Sun, 9 Mar 2008 13:49:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Dn9bM003747; Sun, 9 Mar 2008 13:49:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Dn91v003746; Sun, 9 Mar 2008 13:49:09 GMT (envelope-from rwatson) Message-Id: <200803091349.m29Dn91v003746@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 13:49:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:49:10 -0000 rwatson 2008-03-09 13:49:09 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to its existing understanding that .tgz uncompresses to .tar. MFC after: 3 days PR: 121519 Submitted by: Ighighi Revision Changes Path 1.6 +2 -0 src/usr.bin/gzip/gzip.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:55:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E3E71065677; Sun, 9 Mar 2008 13:55:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E10788FC15; Sun, 9 Mar 2008 13:55:51 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DtpvT006512; Sun, 9 Mar 2008 13:55:51 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Dtpw5006511; Sun, 9 Mar 2008 13:55:51 GMT (envelope-from kib) Message-Id: <200803091355.m29Dtpw5006511@repoman.freebsd.org> From: Konstantin Belousov Date: Sun, 9 Mar 2008 13:55:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:55:52 -0000 kib 2008-03-09 13:55:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_serv.c Log: MFC rev. 1.178: Fix the Giant leak in the nfsrv_remove(). Revision Changes Path 1.174.2.2 +6 -2 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:55:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2221065755; Sun, 9 Mar 2008 13:55:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E59F8FC21; Sun, 9 Mar 2008 13:55:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Dtt9E006600; Sun, 9 Mar 2008 13:55:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DttS4006599; Sun, 9 Mar 2008 13:55:55 GMT (envelope-from garga) Message-Id: <200803091355.m29DttS4006599@repoman.freebsd.org> From: Renato Botelho Date: Sun, 9 Mar 2008 13:55:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile ports/mail/qmail-tls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:55:56 -0000 garga 2008-03-09 13:55:55 UTC FreeBSD ports repository Modified files: mail/qmail Makefile mail/qmail-tls Makefile Log: - Fix qmail-tls to accept connections if control/tlsserverciphers doesn't exist [1] - Bump PORTREVISION - Cometic fixes, s/!defined(WITHOUT/defined(WITH/ PR: ports/119954 (based on) Submitted by: Luiz Otavio O Souza Revision Changes Path 1.23 +1 -1 ports/mail/qmail-tls/Makefile 1.129 +11 -9 ports/mail/qmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:57:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED3C106567D; Sun, 9 Mar 2008 13:57:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1F18FC17; Sun, 9 Mar 2008 13:57:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DvmHb007342; Sun, 9 Mar 2008 13:57:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DvmGe007341; Sun, 9 Mar 2008 13:57:48 GMT (envelope-from kib) Message-Id: <200803091357.m29DvmGe007341@repoman.freebsd.org> From: Konstantin Belousov Date: Sun, 9 Mar 2008 13:57:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:57:48 -0000 kib 2008-03-09 13:57:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ffs ffs_vfsops.c Log: MFC rev. 1.338: Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs. Revision Changes Path 1.329.2.1 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 13:59:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9FED1065670; Sun, 9 Mar 2008 13:59:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8E1F8FC26; Sun, 9 Mar 2008 13:59:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29DxJer007936; Sun, 9 Mar 2008 13:59:19 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29DxJC6007935; Sun, 9 Mar 2008 13:59:19 GMT (envelope-from kib) Message-Id: <200803091359.m29DxJC6007935@repoman.freebsd.org> From: Konstantin Belousov Date: Sun, 9 Mar 2008 13:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:59:20 -0000 kib 2008-03-09 13:59:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_futex.c Log: MFC rev. 1.11: Return ENOSYS instead of 0 for the unknown futex operations. Revision Changes Path 1.10.2.1 +1 -1 src/sys/compat/linux/linux_futex.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:10:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7599106566B; Sun, 9 Mar 2008 14:10:20 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5AD98FC1B; Sun, 9 Mar 2008 14:10:20 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EAKaD011969; Sun, 9 Mar 2008 14:10:20 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EAKGV011968; Sun, 9 Mar 2008 14:10:20 GMT (envelope-from sat) Message-Id: <200803091410.m29EAKGV011968@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 9 Mar 2008 14:10:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-customizegoogle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:10:21 -0000 sat 2008-03-09 14:10:20 UTC FreeBSD ports repository Modified files: www/xpi-customizegoogle Makefile distinfo Log: - Update to 0.70 Revision Changes Path 1.8 +1 -1 ports/www/xpi-customizegoogle/Makefile 1.7 +3 -3 ports/www/xpi-customizegoogle/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:10:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295F81065671; Sun, 9 Mar 2008 14:10:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC1398FC2B; Sun, 9 Mar 2008 14:10:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EANeD011998; Sun, 9 Mar 2008 14:10:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EANvk011997; Sun, 9 Mar 2008 14:10:23 GMT (envelope-from marius) Message-Id: <200803091410.m29EANvk011997@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 14:10:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/gcc/config/sparc freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:10:24 -0000 marius 2008-03-09 14:10:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc/config/sparc freebsd.h Log: MFC: 1.11 Allow the targeted CPU type to be set via -mcpu instead of limiting to the hardcoded equivalent of -mcpu=ultrasparc. PR: 109510 Revision Changes Path 1.9.8.1 +8 -6 src/contrib/gcc/config/sparc/freebsd.h From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:12:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D75106566C; Sun, 9 Mar 2008 14:12:22 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D58498FC39; Sun, 9 Mar 2008 14:12:21 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29ECLTf012466; Sun, 9 Mar 2008 14:12:21 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29ECL9m012465; Sun, 9 Mar 2008 14:12:21 GMT (envelope-from garga) Message-Id: <200803091412.m29ECL9m012465@repoman.freebsd.org> From: Renato Botelho Date: Sun, 9 Mar 2008 14:12:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/szip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:12:22 -0000 garga 2008-03-09 14:12:21 UTC FreeBSD ports repository Modified files: archivers/szip Makefile Log: - Respect CFLAGS - Bump PORTREVISION PR: ports/121441 (based on) Submitted by: bf Revision Changes Path 1.15 +2 -1 ports/archivers/szip/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:25:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5A80106566C; Sun, 9 Mar 2008 14:25:02 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACEB38FC20; Sun, 9 Mar 2008 14:25:02 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EP2vj016376; Sun, 9 Mar 2008 14:25:02 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EP2Jx016375; Sun, 9 Mar 2008 14:25:02 GMT (envelope-from marius) Message-Id: <200803091425.m29EP2Jx016375@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 14:25:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/include md_var.h src/sys/sparc64/sparc64 ata_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:25:02 -0000 marius 2008-03-09 14:25:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files.sparc64 sys/sparc64/include md_var.h Added files: (Branch: RELENG_7) sys/sparc64/sparc64 ata_machdep.c Log: MFC: sys/conf/files.sparc64 1.94; sys/sparc64/include/md_var.h 1.17; sys/sparc64/sparc64/ata_machdep.c 1.1 The Sun disk label only uses 16-bit fields for cylinders, heads and sectors so the geometry of large IDE disks has to be adjusted. Revision Changes Path 1.92.2.1 +1 -0 src/sys/conf/files.sparc64 1.16.10.1 +13 -0 src/sys/sparc64/include/md_var.h 1.1.2.1 +52 -0 src/sys/sparc64/sparc64/ata_machdep.c (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:30:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE5C106566B; Sun, 9 Mar 2008 14:30:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF1CF8FC13; Sun, 9 Mar 2008 14:30:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EUnZ4017876; Sun, 9 Mar 2008 14:30:49 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EUnUd017875; Sun, 9 Mar 2008 14:30:49 GMT (envelope-from marius) Message-Id: <200803091430.m29EUnUd017875@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 14:30:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:30:50 -0000 marius 2008-03-09 14:30:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-disk.c Log: MFC: 1.198 Add a hook that allows the geometry to be overridden on certain platforms. Revision Changes Path 1.189.2.8 +9 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:34:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ADA5106566C; Sun, 9 Mar 2008 14:34:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6217F8FC29; Sun, 9 Mar 2008 14:34:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EYQOw018809; Sun, 9 Mar 2008 14:34:26 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EYQif018808; Sun, 9 Mar 2008 14:34:26 GMT (envelope-from marius) Message-Id: <200803091434.m29EYQif018808@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 14:34:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/include md_var.h src/sys/sparc64/sparc64 ata_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:34:26 -0000 marius 2008-03-09 14:34:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files.sparc64 sys/sparc64/include md_var.h Added files: (Branch: RELENG_6) sys/sparc64/sparc64 ata_machdep.c Log: MFC: sys/conf/files.sparc64 1.94; sys/sparc64/include/md_var.h 1.17; sys/sparc64/sparc64/ata_machdep.c 1.1 The Sun disk label only uses 16-bit fields for cylinders, heads and sectors so the geometry of large IDE disks has to be adjusted. Revision Changes Path 1.73.2.5 +1 -0 src/sys/conf/files.sparc64 1.16.2.1 +13 -0 src/sys/sparc64/include/md_var.h 1.1.4.1 +55 -0 src/sys/sparc64/sparc64/ata_machdep.c (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:49:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10FF2106567A; Sun, 9 Mar 2008 14:49:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D32298FC25; Sun, 9 Mar 2008 14:49:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EndTX022552; Sun, 9 Mar 2008 14:49:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29End5B022551; Sun, 9 Mar 2008 14:49:39 GMT (envelope-from rwatson) Message-Id: <200803091449.m29End5B022551@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:49:40 -0000 rwatson 2008-03-09 14:49:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_7: When redrawing an input line, count backspaces to get to the beginning of the input field from the current cursor location, rather than the end of the input line, as the cursor may not be at the end of the line. Otherwise, we may overshoot, overwriting a bit of the previous line and failing to fully overwrite the current line. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.36.10.1 +1 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:50:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 188CC1065672; Sun, 9 Mar 2008 14:50:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA8E88FC1C; Sun, 9 Mar 2008 14:50:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29EoSHO022865; Sun, 9 Mar 2008 14:50:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EoSIO022864; Sun, 9 Mar 2008 14:50:28 GMT (envelope-from rwatson) Message-Id: <200803091450.m29EoSIO022864@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:50:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:50:29 -0000 rwatson 2008-03-09 14:50:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_6: When redrawing an input line, count backspaces to get to the beginning of the input field from the current cursor location, rather than the end of the input line, as the cursor may not be at the end of the line. Otherwise, we may overshoot, overwriting a bit of the previous line and failing to fully overwrite the current line. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.36.2.1 +1 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:54:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D90BB106566C; Sun, 9 Mar 2008 14:54:59 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A568F8FC12; Sun, 9 Mar 2008 14:54:59 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Esxao023771; Sun, 9 Mar 2008 14:54:59 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EsxWK023770; Sun, 9 Mar 2008 14:54:59 GMT (envelope-from oliver) Message-Id: <200803091454.m29EsxWK023770@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 9 Mar 2008 14:54:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gqmpeg-devel Makefile ports/deskutils/orage Makefile ports/audio/xfce4-mixer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:55:00 -0000 oliver 2008-03-09 14:54:59 UTC FreeBSD ports repository Modified files: audio/gqmpeg-devel Makefile deskutils/orage Makefile audio/xfce4-mixer Makefile Log: replace USE_XLIB by USE_XORG to reduce the dependencies bump PORTREVISION Revision Changes Path 1.66 +3 -2 ports/audio/gqmpeg-devel/Makefile 1.44 +3 -2 ports/audio/xfce4-mixer/Makefile 1.11 +3 -2 ports/deskutils/orage/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 14:55:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6131B1065670; Sun, 9 Mar 2008 14:55:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8298FC1E; Sun, 9 Mar 2008 14:55:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Et0gb023810; Sun, 9 Mar 2008 14:55:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Et05M023809; Sun, 9 Mar 2008 14:55:00 GMT (envelope-from rwatson) Message-Id: <200803091455.m29Et05M023809@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:55:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:55:00 -0000 rwatson 2008-03-09 14:55:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_5: When redrawing an input line, count backspaces to get to the beginning of the input field from the current cursor location, rather than the end of the input line, as the cursor may not be at the end of the line. Otherwise, we may overshoot, overwriting a bit of the previous line and failing to fully overwrite the current line. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.35.4.2 +1 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 15:03:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A001065674; Sun, 9 Mar 2008 15:03:52 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23E7C8FC14; Sun, 9 Mar 2008 15:03:52 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29F3q9O025302; Sun, 9 Mar 2008 15:03:52 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29F3p2W025301; Sun, 9 Mar 2008 15:03:51 GMT (envelope-from gerald) Message-Id: <200803091503.m29F3p2W025301@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 9 Mar 2008 15:03:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc43 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 15:03:52 -0000 gerald 2008-03-09 15:03:41 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20080306 snapshot of GCC 4.3.1. Revision Changes Path 1.339 +2 -2 ports/lang/gcc43/Makefile 1.223 +18 -18 ports/lang/gcc43/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 15:06:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C251065670; Sun, 9 Mar 2008 15:06:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0728FC2A; Sun, 9 Mar 2008 15:06:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29F6Cuw025450; Sun, 9 Mar 2008 15:06:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29F6Cx3025449; Sun, 9 Mar 2008 15:06:12 GMT (envelope-from rwatson) Message-Id: <200803091506.m29F6Cx3025449@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 15:06:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 15:06:13 -0000 rwatson 2008-03-09 15:06:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vfsops.c Log: Merge coda_vfsops.c:1.73 from HEAD to RELENG_7: Remove undefined coda excluded by #if 1 #else, which previously protected vget() calls using inode numbers to query the root of /coda, which is not needed since we now cache the root vnode with the mountpoint. Revision Changes Path 1.67.2.2 +0 -12 src/sys/fs/coda/coda_vfsops.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 15:09:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B3FE1065670; Sun, 9 Mar 2008 15:09:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0283A8FC13; Sun, 9 Mar 2008 15:09:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29F9MHv025567; Sun, 9 Mar 2008 15:09:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29F9MVf025566; Sun, 9 Mar 2008 15:09:22 GMT (envelope-from rwatson) Message-Id: <200803091509.m29F9MVf025566@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 15:09:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 15:09:23 -0000 rwatson 2008-03-09 15:09:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vnops.c Log: Merge coda_vnops.c:1.86 from HEAD to RELENG_7: Before invoking vnode operations on cache vnodes, acquire the vnode locks of those vnodes. Probably, Coda should do the same lock sharing/ pass-through that is done for nullfs, but in the mean time this ensures that locks are adequately held to prevent corruption of data structures in the cache file system. Assuming most operations came from the top layer of Coda and weren't performed directly on the cache vnodes, in practice this corruption was relatively unlikely as the Coda vnode locks were ensuring exclusive access for most consumers. This causes WITNESS to squeal like a pig immediately when Coda is used, rather than waiting until file close; I noticed these problems because of the lack of said squealing. NB: Because WITNESS in RELENG_7 doesn't yet support lockmgr, said squealing doesn't yet happen in RELENG_7, but will do if/when lockmgr grows support for WITNESS there. Revision Changes Path 1.76.2.2 +9 -1 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 15:12:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9053A106566B; Sun, 9 Mar 2008 15:12:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76E528FC15; Sun, 9 Mar 2008 15:12:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29FCC1V025737; Sun, 9 Mar 2008 15:12:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29FCChT025736; Sun, 9 Mar 2008 15:12:12 GMT (envelope-from rwatson) Message-Id: <200803091512.m29FCChT025736@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 15:12:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_psdev.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c coda_vnops.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 15:12:12 -0000 rwatson 2008-03-09 15:12:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_psdev.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c coda_vnops.h Log: Merge coda_psdev.c:1.41, coda_subr.c:1.45, coda_venus.c:1.28, coda_vfsops.c:1.74, coda_vnops.c:1.87, coda_vnops.h:1.20 from HEAD to RELENG_7: The Coda module was originally ported to NetBSD from Mach by rvb, and then later to FreeBSD. Update various NetBSD-related comments: in some cases delete them because they don't appply, in others update to say FreeBSD as they still apply but in FreeBSD (and might for that matter no longer apply on NetBSD), and flag one case where I'm not sure whether it applies. Revision Changes Path 1.39.2.2 +1 -1 src/sys/fs/coda/coda_psdev.c 1.33.2.1 +2 -2 src/sys/fs/coda/coda_subr.c 1.27.2.1 +1 -1 src/sys/fs/coda/coda_venus.c 1.67.2.3 +1 -1 src/sys/fs/coda/coda_vfsops.c 1.76.2.3 +10 -7 src/sys/fs/coda/coda_vnops.c 1.19.2.1 +1 -1 src/sys/fs/coda/coda_vnops.h From owner-cvs-all@FreeBSD.ORG Sun Mar 9 15:53:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23ADB1065670; Sun, 9 Mar 2008 15:53:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0996F8FC1C; Sun, 9 Mar 2008 15:53:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29FrYsQ028377; Sun, 9 Mar 2008 15:53:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29FrYZS028376; Sun, 9 Mar 2008 15:53:34 GMT (envelope-from marius) Message-Id: <200803091553.m29FrYZS028376@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 15:53:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/include tlb.h src/sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c spitfire.c tlb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 15:53:35 -0000 marius 2008-03-09 15:53:34 UTC FreeBSD src repository Modified files: sys/sparc64/include tlb.h sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c spitfire.c tlb.c Log: - Do as the comment in pmap_bootstrap() suggests and flush all non-locked TLB entries possibly left over by the firmware and also do so while bootstrapping APs. - Use __FBSDID. MFC after: 1 month Revision Changes Path 1.27 +8 -0 src/sys/sparc64/include/tlb.h 1.21 +5 -2 src/sys/sparc64/sparc64/cache.c 1.6 +20 -2 src/sys/sparc64/sparc64/cheetah.c 1.38 +6 -1 src/sys/sparc64/sparc64/mp_machdep.c 1.171 +12 -5 src/sys/sparc64/sparc64/pmap.c 1.6 +28 -5 src/sys/sparc64/sparc64/spitfire.c 1.9 +6 -4 src/sys/sparc64/sparc64/tlb.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 16:46:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48CEA106566B; Sun, 9 Mar 2008 16:46:33 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14DDF8FC23; Sun, 9 Mar 2008 16:46:33 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29GkWad032218; Sun, 9 Mar 2008 16:46:32 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29GkVKE032217; Sun, 9 Mar 2008 16:46:31 GMT (envelope-from trasz) Message-Id: <200803091646.m29GkVKE032217@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 9 Mar 2008 16:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/gloox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 16:46:33 -0000 trasz 2008-03-09 16:46:31 UTC FreeBSD ports repository Modified files: net-im/gloox Makefile distinfo Log: - Update to 0.9.9.4. Revision Changes Path 1.20 +1 -2 ports/net-im/gloox/Makefile 1.12 +3 -3 ports/net-im/gloox/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 17:09:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384321065671; Sun, 9 Mar 2008 17:09:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 043958FC1F; Sun, 9 Mar 2008 17:09:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29H9GE1043137; Sun, 9 Mar 2008 17:09:16 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29H9GTX043136; Sun, 9 Mar 2008 17:09:16 GMT (envelope-from marius) Message-Id: <200803091709.m29H9GTX043136@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 17:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 17:09:17 -0000 marius 2008-03-09 17:09:16 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 iommu.c Log: - Fix some style bugs. - Replace hard-coded functions names missed in rev. 1.44 with __func__. MFC after: 1 week Revision Changes Path 1.46 +54 -48 src/sys/sparc64/sparc64/iommu.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 17:47:32 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67001065673; Sun, 9 Mar 2008 17:47:32 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 95F638FC15; Sun, 9 Mar 2008 17:47:32 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id DAF4739135; Sun, 9 Mar 2008 18:15:12 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id E622D1004E; Sun, 9 Mar 2008 18:15:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id D357C10043; Sun, 9 Mar 2008 18:15:13 +0100 (CET) Date: Sun, 9 Mar 2008 18:15:13 +0100 (CET) From: Gerald Pfeifer To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20080226194039.GA52046@alchemy.franken.de> Message-ID: References: <200802010653.m116rLi7074141@repoman.freebsd.org> <20080226194039.GA52046@alchemy.franken.de> User-Agent: Alpine 1.00 (LSU 955 2008-03-06) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Mark Linimon , Marius Strobl Subject: Re: cvs commit: ports/devel/gdb53 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 17:47:33 -0000 On Tue, 26 Feb 2008, Marius Strobl wrote: >> Modified files: >> devel/gdb53 Makefile >> Log: >> Mark broken on sparc64-7: install fails with "Unknown Architecture". > FYI, this and possibly some other gcc34 consumers were fixed > in gcc-3.4.6_3,1. Though (after having discussed this with Marius) I do need to point out that the respective maintainers really should fix their ports, ideally upstream. Any use of USE_GCC=X.Y instead of USE_GCC=X.Y+ is a bug in GCC or in the respective port, and nearly always the latter. Gerald From owner-cvs-all@FreeBSD.ORG Sun Mar 9 17:55:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE83E106566C; Sun, 9 Mar 2008 17:55:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0DC8FC18; Sun, 9 Mar 2008 17:55:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29HtK97056081; Sun, 9 Mar 2008 17:55:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29HtKDv056080; Sun, 9 Mar 2008 17:55:20 GMT (envelope-from marius) Message-Id: <200803091755.m29HtKDv056080@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 17:55:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/gem if_gem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 17:55:20 -0000 marius 2008-03-09 17:55:20 UTC FreeBSD src repository Modified files: sys/dev/gem if_gem.c Log: - Fix some style bugs and remove another banal comment missed in rev. 1.46. - Move the KASSERT on gem_add_rxbuf() to the right spot and add an equivalent one to gem_disable_tx(). Revision Changes Path 1.48 +11 -10 src/sys/dev/gem/if_gem.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 18:29:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74148106566C; Sun, 9 Mar 2008 18:29:00 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3ECBA8FC1C; Sun, 9 Mar 2008 18:29:00 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29IT0s6058341; Sun, 9 Mar 2008 18:29:00 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29IT0ag058340; Sun, 9 Mar 2008 18:29:00 GMT (envelope-from lippe) Message-Id: <200803091829.m29IT0ag058340@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sun, 9 Mar 2008 18:29:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys lippe.key pgpkeys-developers.sgml pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 18:29:00 -0000 lippe 2008-03-09 18:29:00 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys lippe.key Log: - Add my key. Approved by: gabor (mentor) Revision Changes Path 1.1 +28 -0 doc/share/pgpkeys/lippe.key (new) 1.66 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.163 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Sun Mar 9 18:40:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805C4106566C; Sun, 9 Mar 2008 18:40:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2B48FC24; Sun, 9 Mar 2008 18:40:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Iewe8058944; Sun, 9 Mar 2008 18:40:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29IewQ5058943; Sun, 9 Mar 2008 18:40:58 GMT (envelope-from pav) Message-Id: <200803091840.m29IewQ5058943@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 18:40:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/bsnmp-ucd pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 18:40:58 -0000 pav 2008-03-09 18:40:58 UTC FreeBSD ports repository Modified files: net-mgmt/bsnmp-ucd pkg-plist Log: - Fix plist Reported by: pointyhat Revision Changes Path 1.2 +1 -0 ports/net-mgmt/bsnmp-ucd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 18:43:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9711065671; Sun, 9 Mar 2008 18:43:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88D228FC1C; Sun, 9 Mar 2008 18:43:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Ihi8D059061; Sun, 9 Mar 2008 18:43:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29IhiRi059060; Sun, 9 Mar 2008 18:43:44 GMT (envelope-from pav) Message-Id: <200803091843.m29IhiRi059060@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 18:43:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/hs-glut-ghc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 18:43:44 -0000 pav 2008-03-09 18:43:44 UTC FreeBSD ports repository Modified files: x11-toolkits/hs-glut-ghc Makefile pkg-plist Log: - Attempt to fix plist Reported by: pointyhat Revision Changes Path 1.2 +1 -0 ports/x11-toolkits/hs-glut-ghc/Makefile 1.2 +2 -0 ports/x11-toolkits/hs-glut-ghc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:01:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01F3E106566B; Sun, 9 Mar 2008 19:01:52 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA2E68FC28; Sun, 9 Mar 2008 19:01:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J1p3D059779; Sun, 9 Mar 2008 19:01:51 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J1pe6059778; Sun, 9 Mar 2008 19:01:51 GMT (envelope-from bz) Message-Id: <200803091901.m29J1pe6059778@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 9 Mar 2008 19:01:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_jail.c src/sys/netinet ip_options.c src/sys/netinet6 in6.c ip6_output.c ip6_var.h raw_ip6.c udp6_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:01:52 -0000 bz 2008-03-09 19:01:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_jail.c sys/netinet ip_options.c sys/netinet6 in6.c ip6_output.c ip6_var.h raw_ip6.c udp6_usrreq.c Log: MFC: 1.75 sys/kern/kern_jail.c 1.8 sys/netinet/ip_options.c 1.78 sys/netinet6/in6.c 1.113 sys/netinet6/ip6_output.c 1.41 sys/netinet6/ip6_var.h 1.76 sys/netinet6/raw_ip6.c 1.85 sys/netinet6/udp6_usrreq.c [ previously MFCed by rwatson 1.18 sys/sys/priv.h belonging to this change ] Replace the last susers calls in netinet6/ with privilege checks. Introduce a new privilege allowing to set certain IP header options (hop-by-hop, routing headers). Leave a few comments that we would like to address later. Discussed with: rwatson Revision Changes Path 1.70.2.1 +6 -0 src/sys/kern/kern_jail.c 1.6.2.1 +1 -0 src/sys/netinet/ip_options.c 1.73.2.1 +10 -10 src/sys/netinet6/in6.c 1.109.2.2 +75 -44 src/sys/netinet6/ip6_output.c 1.39.2.1 +1 -1 src/sys/netinet6/ip6_var.h 1.73.2.1 +4 -7 src/sys/netinet6/raw_ip6.c 1.81.2.1 +1 -6 src/sys/netinet6/udp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:01:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70A4F1065747; Sun, 9 Mar 2008 19:01:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0968FC2A; Sun, 9 Mar 2008 19:01:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J1qLX059805; Sun, 9 Mar 2008 19:01:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J1qKY059804; Sun, 9 Mar 2008 19:01:52 GMT (envelope-from pav) Message-Id: <200803091901.m29J1qKY059804@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 19:01:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pgpool-II pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:01:54 -0000 pav 2008-03-09 19:01:52 UTC FreeBSD ports repository Modified files: databases/pgpool-II pkg-plist Log: - Fix plist Reported by: pointyhat Revision Changes Path 1.8 +2 -1 ports/databases/pgpool-II/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:04:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A42A31065670; Sun, 9 Mar 2008 19:04:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EAFD8FC1C; Sun, 9 Mar 2008 19:04:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J44o2061102; Sun, 9 Mar 2008 19:04:04 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J44iF061101; Sun, 9 Mar 2008 19:04:04 GMT (envelope-from girgen) Message-Id: <200803091904.m29J44iF061101@repoman.freebsd.org> From: Palle Girgensohn Date: Sun, 9 Mar 2008 19:04:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgresql83-server Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:04:04 -0000 girgen 2008-03-09 19:04:04 UTC FreeBSD ports repository Modified files: databases/postgresql83-server Makefile distinfo Log: The ICU patch is finally ported to postgresql-8.3, thanks to Petr Jelinek and yours truly. Revision Changes Path 1.182 +8 -8 ports/databases/postgresql83-server/Makefile 1.64 +3 -0 ports/databases/postgresql83-server/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:04:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8620E106567F; Sun, 9 Mar 2008 19:04:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51CBE8FC31; Sun, 9 Mar 2008 19:04:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J4OHl061144; Sun, 9 Mar 2008 19:04:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J4Oir061143; Sun, 9 Mar 2008 19:04:24 GMT (envelope-from pav) Message-Id: <200803091904.m29J4Oir061143@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 19:04:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-GnuPG-Interface Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:04:24 -0000 pav 2008-03-09 19:04:24 UTC FreeBSD ports repository Modified files: security/p5-GnuPG-Interface Makefile Log: - Fix build: this needs to be able to detect gpg Reported by: pointyhat Revision Changes Path 1.24 +1 -0 ports/security/p5-GnuPG-Interface/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:05:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 862411065672; Sun, 9 Mar 2008 19:05:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51D7D8FC19; Sun, 9 Mar 2008 19:05:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J5NMs061293; Sun, 9 Mar 2008 19:05:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J5NWU061292; Sun, 9 Mar 2008 19:05:23 GMT (envelope-from pav) Message-Id: <200803091905.m29J5NWU061292@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 19:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/qgis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:05:23 -0000 pav 2008-03-09 19:05:23 UTC FreeBSD ports repository Modified files: graphics/qgis Makefile Log: - Mark BROKEN Reported by: pointyhat Revision Changes Path 1.11 +2 -0 ports/graphics/qgis/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:05:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB61106566B; Sun, 9 Mar 2008 19:05:58 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 181A58FC1D; Sun, 9 Mar 2008 19:05:58 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29J5v80061378; Sun, 9 Mar 2008 19:05:57 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29J5vUB061377; Sun, 9 Mar 2008 19:05:57 GMT (envelope-from mezz) Message-Id: <200803091905.m29J5vUB061377@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 9 Mar 2008 19:05:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gdl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:05:58 -0000 mezz 2008-03-09 19:05:57 UTC FreeBSD ports repository Modified files: x11-toolkits/gdl Makefile distinfo pkg-plist Log: Update to 0.7.11. Revision Changes Path 1.35 +2 -3 ports/x11-toolkits/gdl/Makefile 1.16 +3 -3 ports/x11-toolkits/gdl/distinfo 1.18 +2 -6 ports/x11-toolkits/gdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:14:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F511065672; Sun, 9 Mar 2008 19:14:37 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C92DA8FC17; Sun, 9 Mar 2008 19:14:37 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29JEbeY061868; Sun, 9 Mar 2008 19:14:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29JEbw1061867; Sun, 9 Mar 2008 19:14:37 GMT (envelope-from phk) Message-Id: <200803091914.m29JEbw1061867@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 Mar 2008 19:14:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/fifolog Makefile Makefile.inc flint.lnt src/usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c src/usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c src/usr.sbin/fifolog/fifolog_writer Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:14:38 -0000 phk 2008-03-09 19:14:37 UTC FreeBSD src repository Added files: usr.sbin/fifolog Makefile Makefile.inc flint.lnt usr.sbin/fifolog/fifolog_create Makefile fifolog.1 fifolog_create.c usr.sbin/fifolog/fifolog_reader Makefile fifolog_reader.c usr.sbin/fifolog/fifolog_writer Makefile fifolog_writer.c usr.sbin/fifolog/lib Makefile fifolog.h fifolog_create.c fifolog_int.c fifolog_reader.c fifolog_write.h fifolog_write_poll.c getdate.y libfifolog.h libfifolog_int.h miniobj.h Log: Add the fifolog tools to FreeBSD. Quoth the man-page: Fifologs provide a compact round-robin circular storage for recording text and binary information to permanent storage in a bounded and pre- dictable fashion, time and space wise. Not yet connected to the build, but feel free to test & review. Revision Changes Path 1.1 +10 -0 src/usr.sbin/fifolog/Makefile (new) 1.1 +13 -0 src/usr.sbin/fifolog/Makefile.inc (new) 1.1 +22 -0 src/usr.sbin/fifolog/fifolog_create/Makefile (new) 1.1 +210 -0 src/usr.sbin/fifolog/fifolog_create/fifolog.1 (new) 1.1 +105 -0 src/usr.sbin/fifolog/fifolog_create/fifolog_create.c (new) 1.1 +21 -0 src/usr.sbin/fifolog/fifolog_reader/Makefile (new) 1.1 +170 -0 src/usr.sbin/fifolog/fifolog_reader/fifolog_reader.c (new) 1.1 +16 -0 src/usr.sbin/fifolog/fifolog_writer/Makefile (new) 1.1 +105 -0 src/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c (new) 1.1 +49 -0 src/usr.sbin/fifolog/flint.lnt (new) 1.1 +17 -0 src/usr.sbin/fifolog/lib/Makefile (new) 1.1 +138 -0 src/usr.sbin/fifolog/lib/fifolog.h (new) 1.1 +122 -0 src/usr.sbin/fifolog/lib/fifolog_create.c (new) 1.1 +276 -0 src/usr.sbin/fifolog/lib/fifolog_int.c (new) 1.1 +315 -0 src/usr.sbin/fifolog/lib/fifolog_reader.c (new) 1.1 +65 -0 src/usr.sbin/fifolog/lib/fifolog_write.h (new) 1.1 +416 -0 src/usr.sbin/fifolog/lib/fifolog_write_poll.c (new) 1.1 +889 -0 src/usr.sbin/fifolog/lib/getdate.y (new) 1.1 +62 -0 src/usr.sbin/fifolog/lib/libfifolog.h (new) 1.1 +45 -0 src/usr.sbin/fifolog/lib/libfifolog_int.h (new) 1.1 +66 -0 src/usr.sbin/fifolog/lib/miniobj.h (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:23:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174DA1065670; Sun, 9 Mar 2008 19:23:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D735F8FC19; Sun, 9 Mar 2008 19:23:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29JNPxa062207; Sun, 9 Mar 2008 19:23:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29JNPuj062206; Sun, 9 Mar 2008 19:23:25 GMT (envelope-from pav) Message-Id: <200803091923.m29JNPuj062206@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 9 Mar 2008 19:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/sawfish-themes pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:23:26 -0000 pav 2008-03-09 19:23:25 UTC FreeBSD ports repository Modified files: x11-themes/sawfish-themes pkg-plist Log: - Fix plist Reported by: pointyhat No action from: anray (maintainer) Revision Changes Path 1.4 +0 -1 ports/x11-themes/sawfish-themes/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 19:38:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D0261065677; Sun, 9 Mar 2008 19:38:18 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1860E8FC29; Sun, 9 Mar 2008 19:38:18 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29JcHZE062677; Sun, 9 Mar 2008 19:38:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29JcHqY062676; Sun, 9 Mar 2008 19:38:17 GMT (envelope-from simon) Message-Id: <200803091938.m29JcHqY062676@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 9 Mar 2008 19:38:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en features.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:38:18 -0000 simon 2008-03-09 19:38:16 UTC FreeBSD doc repository Modified files: en features.sgml Log: This page talks about FreeBSD 7.0 in the future tense. Minimal update to bring this into the current tense. Submitted by: From: Gavin Atkinson PR: www/121535 Revision Changes Path 1.34 +5 -5 www/en/features.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:02:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3691065670; Sun, 9 Mar 2008 20:02:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4715B8FC1C; Sun, 9 Mar 2008 20:02:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29K2ZOv063738; Sun, 9 Mar 2008 20:02:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29K2ZAf063737; Sun, 9 Mar 2008 20:02:35 GMT (envelope-from mav) Message-Id: <200803092002.m29K2ZAf063737@repoman.freebsd.org> From: Alexander Motin Date: Sun, 9 Mar 2008 20:02:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ng_nat.4 src/sys/netgraph ng_nat.c ng_nat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:02:35 -0000 mav 2008-03-09 20:02:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 ng_nat.4 sys/netgraph ng_nat.c ng_nat.h Log: MFC: Add support for the libalias redirect functionality. Submitted by: Vadim Goncharov Revision Changes Path 1.2.2.2 +188 -2 src/share/man/man4/ng_nat.4 1.4.2.3 +431 -1 src/sys/netgraph/ng_nat.c 1.1.2.2 +127 -0 src/sys/netgraph/ng_nat.h From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:05:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D3911065677; Sun, 9 Mar 2008 20:05:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0418FC2A; Sun, 9 Mar 2008 20:05:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29K5er7065023; Sun, 9 Mar 2008 20:05:40 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29K5ehV065022; Sun, 9 Mar 2008 20:05:40 GMT (envelope-from mav) Message-Id: <200803092005.m29K5ehV065022@repoman.freebsd.org> From: Alexander Motin Date: Sun, 9 Mar 2008 20:05:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:05:45 -0000 mav 2008-03-09 20:05:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_pppoe.c Log: MFC rev. 1.93-1.94 Make session ID generator to use session ID hash. Make session ID generator thread-safe. Use more compact LIST instead of TAILQ for session hash. Add all listening hooks into LIST to simplify searches. Use ng_findhook() instead of own equal implementation. Revision Changes Path 1.74.2.10 +67 -100 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:10:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E97D1065679; Sun, 9 Mar 2008 20:10:32 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE6548FC23; Sun, 9 Mar 2008 20:10:31 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29KAVuQ065249; Sun, 9 Mar 2008 20:10:31 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29KAVLv065248; Sun, 9 Mar 2008 20:10:31 GMT (envelope-from koitsu) Message-Id: <200803092010.m29KAVLv065248@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 9 Mar 2008 20:10:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UIDs ports/net-mgmt/cricket Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:10:32 -0000 koitsu 2008-03-09 20:10:31 UTC FreeBSD ports repository Modified files: . UIDs net-mgmt/cricket Makefile Log: * Don't need p5-Digest-MD5; p5-libwww dependency takes care of that. * Set home directory of /usr/local/cricket for "cricket" user. Revision Changes Path 1.63 +2 -2 ports/UIDs 1.31 +1 -2 ports/net-mgmt/cricket/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:10:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21C581065674; Sun, 9 Mar 2008 20:10:55 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E32238FC14; Sun, 9 Mar 2008 20:10:54 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29KAswG065276; Sun, 9 Mar 2008 20:10:54 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29KAs3q065275; Sun, 9 Mar 2008 20:10:54 GMT (envelope-from mav) Message-Id: <200803092010.m29KAs3q065275@repoman.freebsd.org> From: Alexander Motin Date: Sun, 9 Mar 2008 20:10:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:10:55 -0000 mav 2008-03-09 20:10:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_base.c Log: MFC: rev. 1.148-1.149 Implement 128 items node name hash for faster name search. Increase node ID hash size from 32 to 128 items. Increase default queue items allocation limit from 512 to 4096 items to avoid terrible unpredicted effects for netgraph operation of their exhaustion while allocating control messages. Add separate configurable 512 items limit for data items allocation for DoS/overload protection. Revision Changes Path 1.135.2.5 +86 -49 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:26:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 618) id 1DEC11065672; Sun, 9 Mar 2008 20:26:33 +0000 (UTC) In-Reply-To: <47D2E72E.1000107@semihalf.com> from Rafal Jaworowski at "Mar 8, 2008 08:21:18 pm" To: raj@semihalf.com (Rafal Jaworowski) Date: Sun, 9 Mar 2008 20:26:33 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20080309202633.1DEC11065672@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Cc: marcel@FreeBSD.org, cvs-src@FreeBSD.org, xcllnt@mac.com, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/booke machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:26:33 -0000 > Marcel Moolenaar wrote: > >> > >> Thanks for hooking this up, Marcel; it was [far] on my list too :) > > > > I just wanted my kernel builds to be faster :-) > > > > Ah, self-hosted builds you mean? Over NFS, right? (this is how we usually test > this) > > >> BTW: currently U-Boot is broken for most of PPC variations (including > >> 85xx) in > >> the following way: d-cache is not being flushed before disabling and > >> strange > >> things happen as you imagine. For a quick workaround apply something > >> like this > >> when using ELF images: > >> http://people.freebsd.org/~raj/patches/misc/uboot-dcache-workaround.diff > > > > Yup. That's what we do at Juniper. I don't see any bad effects other > > than having to invalidate the cache before (re-)enabling it so I don't > > have that patch applied myself... > > > > I have seen strange things, including hangs, and also TSEC non-functional > effects due to this issue... :) > > > The problem I'm having with U-Boot is with the TSEC driver as you've > > seen on the U-Boot mailing list. I have one MPC8555CDS sitting idle > > after the U-Boot upgrade because I can't netboot :-/ > > > > Yes, I saw. Let me re-flash my 8555 with the latest image and try, but when > I'm not remote i.e. Monday. Don't know if you know this tip, but there used to > be a second flash bank on the MPC8555CDS that you can access while running > from the boot one, so you can recover in such scenario without a h/w debugger > by copying over that backup flash bank, provided you have a working image there... > > Rafal > I am not on the U-Boot mailing list, so I'm not familiar with the TSEC problems you're having, but I'm curious: are you saying that when you try to boot a FreeBSD kernel image with the cache disabled, U-Boot can download and start the kernel, but FreeBSD fails to mount its rootfs correctly because of problems with the TSEC? If that is what you're saying, then something about this is very confusing: the FreeBSD TSEC driver appears to be enabling the TSEC's RX and TX snooping featurss, so in theory (if I understand things correctly, which I might not), the cache behavior really shouldn't affect it. With VxWorks, the bootrom typically runs with the data cache disabled and then the VxWorks image enables it once it's loaded, but the same TSEC driver works properly in both scenarios. Some questions that I have: - Is bus_dma aware of the fact that the TSEC is snooped? Because if it is, it seems to me that all the sync operations should reduce to no-ops. - In the encap routine, the driver always sets the R bit immediately on the first descriptor of every outbound frame. (The Ready bit is basically the ownership bit that indicates to the TSEC that the descriptor is ready for processing.) The VxWorks driver always leaves the R bit in first descriptor cleared until all subsequent descriptors have been set up. This is to prevent the TSEC from potentially racing with the encap routine and processing the first few descriptors of an outbound frame before all descriptors are ready. It might be a good idea to have the encap routine in the FreeBSD driver work the same way. I know the idea is to set up all the descriptors first and then initiate transmission by setting the THLT bit in the TSTAT register, but this doesn't account for the possibility that the transmitter is already busy with a previous transmit request when you go to set up new descriptors. - Has anyone actually tried to debug the TSEC issue, such as by setting up tcpdump to capture traffic from the 8555 or instrumenting the driver? It might be worthwhile to actually find the problem rather than just saying "it works if we hack U-Boot" since this might be a symptom of a larger problem that needs to be fixed. -Bill From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:51:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A6E1065671; Sun, 9 Mar 2008 20:51:24 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13B618FC1C; Sun, 9 Mar 2008 20:51:24 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29KpNZm075737; Sun, 9 Mar 2008 20:51:23 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29KpNxd075736; Sun, 9 Mar 2008 20:51:23 GMT (envelope-from joerg) Message-Id: <200803092051.m29KpNxd075736@repoman.freebsd.org> From: Joerg Wunsch Date: Sun, 9 Mar 2008 20:51:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/simulavr Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:51:24 -0000 joerg 2008-03-09 20:51:23 UTC FreeBSD ports repository Modified files: devel/simulavr Makefile distinfo Log: Upgrade to version 0.1.2.4 to work around GCC bug #34793. Revision Changes Path 1.25 +2 -2 ports/devel/simulavr/Makefile 1.6 +3 -3 ports/devel/simulavr/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 20:51:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E95EB1065780; Sun, 9 Mar 2008 20:51:31 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA6708FC13; Sun, 9 Mar 2008 20:51:31 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29KpVxd075766; Sun, 9 Mar 2008 20:51:31 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29KpVAh075765; Sun, 9 Mar 2008 20:51:31 GMT (envelope-from tmclaugh) Message-Id: <200803092051.m29KpVAh075765@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 9 Mar 2008 20:51:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/sudo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 20:51:32 -0000 tmclaugh 2008-03-09 20:51:31 UTC FreeBSD ports repository Modified files: security/sudo Makefile distinfo Log: - Update to 1.6.9p14 * Check sudoers even if user is found in LDAP so Defaults can take effect. * Fix crash when pam_lastlog is (incorrectly) usesd in session section of PAM file. Revision Changes Path 1.96 +2 -2 ports/security/sudo/Makefile 1.58 +3 -3 ports/security/sudo/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:04:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0813106566C; Sun, 9 Mar 2008 21:04:55 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBA658FC13; Sun, 9 Mar 2008 21:04:55 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29L4toV077416; Sun, 9 Mar 2008 21:04:55 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29L4tL8077415; Sun, 9 Mar 2008 21:04:55 GMT (envelope-from bz) Message-Id: <200803092104.m29L4tL8077415@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 9 Mar 2008 21:04:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet ip_output.c src/sys/netinet6 ip6_output.c src/sys/netipsec ipsec.c ipsec.h ipsec6.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:04:56 -0000 bz 2008-03-09 21:04:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_output.c sys/netinet6 ip6_output.c sys/netipsec ipsec.c ipsec.h ipsec6.h Log: MFC 1.278 sys/netinet/ip_output.c 1.114 sys/netinet6/ip6_output.c 1.26 sys/netipsec/ipsec.c 1.15 sys/netipsec/ipsec.h 1.4 sys/netipsec/ipsec6.h Rather than passing around a cached 'priv', pass in an ucred to ipsec*_set_policy and do the privilege check only if needed. Try to assimilate both ip*_ctloutput code blocks calling ipsec*_set_policy. Revision Changes Path 1.276.2.1 +5 -20 src/sys/netinet/ip_output.c 1.109.2.3 +9 -26 src/sys/netinet6/ip6_output.c 1.24.2.1 +14 -11 src/sys/netipsec/ipsec.c 1.13.2.1 +1 -1 src/sys/netipsec/ipsec.h 1.3.2.1 +1 -1 src/sys/netipsec/ipsec6.h From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:07:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F7A31065676; Sun, 9 Mar 2008 21:07:46 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E5E488FC17; Sun, 9 Mar 2008 21:07:45 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29L7jdR077633; Sun, 9 Mar 2008 21:07:45 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29L7jlf077632; Sun, 9 Mar 2008 21:07:45 GMT (envelope-from obraun) Message-Id: <200803092107.m29L7jlf077632@repoman.freebsd.org> From: Oliver Braun Date: Sun, 9 Mar 2008 21:07:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-hmake Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:07:46 -0000 obraun 2008-03-09 21:07:45 UTC FreeBSD ports repository Modified files: devel/hs-hmake Makefile pkg-plist Log: Remove hardcoded i386 strings in plist to fix plist for amd64. Revision Changes Path 1.23 +9 -1 ports/devel/hs-hmake/Makefile 1.5 +8 -8 ports/devel/hs-hmake/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:09:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F8621065672; Sun, 9 Mar 2008 21:09:53 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 123D18FC1E; Sun, 9 Mar 2008 21:09:53 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29L9qMY077700; Sun, 9 Mar 2008 21:09:52 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29L9q5M077699; Sun, 9 Mar 2008 21:09:52 GMT (envelope-from obraun) Message-Id: <200803092109.m29L9q5M077699@repoman.freebsd.org> From: Oliver Braun Date: Sun, 9 Mar 2008 21:09:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-hpl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:09:53 -0000 obraun 2008-03-09 21:09:52 UTC FreeBSD ports repository Modified files: devel/hs-hpl Makefile Log: Mark BROKEN: Does not build with current ghc. Revision Changes Path 1.18 +2 -0 ports/devel/hs-hpl/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:13:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405E71065673; Sun, 9 Mar 2008 21:13:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1360B8FC12; Sun, 9 Mar 2008 21:13:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29LDhiN077860; Sun, 9 Mar 2008 21:13:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29LDhAv077859; Sun, 9 Mar 2008 21:13:43 GMT (envelope-from rwatson) Message-Id: <200803092113.m29LDhAv077859@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 21:13:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf_filter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:13:44 -0000 rwatson 2008-03-09 21:13:43 UTC FreeBSD src repository Modified files: sys/net bpf_filter.c Log: Improve convergence of bpf_filter.c toward style(9). MFC after: 3 weeks Submitted by: csjp Revision Changes Path 1.30 +29 -40 src/sys/net/bpf_filter.c From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:25:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FAF91065677; Sun, 9 Mar 2008 21:25:10 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72D408FC18; Sun, 9 Mar 2008 21:25:10 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29LPAOE078330; Sun, 9 Mar 2008 21:25:10 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29LPAOA078329; Sun, 9 Mar 2008 21:25:10 GMT (envelope-from brix) Message-Id: <200803092125.m29LPAOA078329@repoman.freebsd.org> From: Henrik Brix Andersen Date: Sun, 9 Mar 2008 21:25:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/ikiwiki Makefile distinfo pkg-plist ports/www/ikiwiki/files patch-mdwn.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:25:10 -0000 brix 2008-03-09 21:25:10 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo pkg-plist Added files: www/ikiwiki/files patch-mdwn.pm Log: - Update to v2.40 - Add patch to make ikiwiki work with latest textproc/p5-Text-Markdown Approved by: erwin (mentor) Revision Changes Path 1.21 +3 -2 ports/www/ikiwiki/Makefile 1.20 +3 -3 ports/www/ikiwiki/distinfo 1.1 +27 -0 ports/www/ikiwiki/files/patch-mdwn.pm (new) 1.11 +2 -1 ports/www/ikiwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:32:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB0EF1065671; Sun, 9 Mar 2008 21:32:02 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8ABF58FC1E; Sun, 9 Mar 2008 21:32:02 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29LW2PV078526; Sun, 9 Mar 2008 21:32:02 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29LW2XT078525; Sun, 9 Mar 2008 21:32:02 GMT (envelope-from koitsu) Message-Id: <200803092132.m29LW2XT078525@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 9 Mar 2008 21:32:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/cricket/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:32:02 -0000 koitsu 2008-03-09 21:32:02 UTC FreeBSD ports repository Modified files: net-mgmt/cricket/files pkg-install.in Log: - Make arguments passed to "pw user add" match that of ports/UIDs. Revision Changes Path 1.2 +2 -2 ports/net-mgmt/cricket/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:35:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD1A71065672; Sun, 9 Mar 2008 21:35:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0EE18FC1F; Sun, 9 Mar 2008 21:35:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29LZIWb078796; Sun, 9 Mar 2008 21:35:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29LZIO3078795; Sun, 9 Mar 2008 21:35:18 GMT (envelope-from marius) Message-Id: <200803092135.m29LZIO3078795@repoman.freebsd.org> From: Marius Strobl Date: Sun, 9 Mar 2008 21:35:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo ports/sysutils/cdrtools-devel/files patch-cdrecord::cdrecord.dfl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:35:18 -0000 marius 2008-03-09 21:35:18 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo sysutils/cdrtools-devel/files patch-cdrecord::cdrecord.dfl Log: Update to 2.01.01a38. For the changes since 2.01.01a37 see: ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a38 Approved by: netchild Revision Changes Path 1.89 +1 -1 ports/sysutils/cdrtools-devel/Makefile 1.58 +3 -3 ports/sysutils/cdrtools-devel/distinfo 1.3 +5 -3 ports/sysutils/cdrtools-devel/files/patch-cdrecord::cdrecord.dfl From owner-cvs-all@FreeBSD.ORG Sun Mar 9 21:46:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7628F1065672; Sun, 9 Mar 2008 21:46:09 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9528FC13; Sun, 9 Mar 2008 21:46:09 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m29Lk6mh025137; Sun, 9 Mar 2008 15:46:07 -0600 Received: from localhost (unknown [127.0.0.1]) by mail.semihalf.com (Postfix) with ESMTP id C86D2143BC; Sun, 9 Mar 2008 22:56:23 +0100 (CET) Received: from mail.semihalf.com ([127.0.0.1]) by localhost (mail.semihalf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24954-07; Sun, 9 Mar 2008 22:56:21 +0100 (CET) Received: from [77.114.30.76] (apn-77-114-30-76.gprs.plus.pl [77.114.30.76]) by mail.semihalf.com (Postfix) with ESMTP id 7533A143B9; Sun, 9 Mar 2008 22:56:19 +0100 (CET) Message-ID: <47D45A91.3080602@semihalf.com> Date: Sun, 09 Mar 2008 22:45:53 +0100 From: Rafal Jaworowski MIME-Version: 1.0 To: Bill Paul References: <20080309202633.1DEC11065672@hub.freebsd.org> In-Reply-To: <20080309202633.1DEC11065672@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at semihalf.com Cc: marcel@FreeBSD.org, cvs-src@FreeBSD.org, xcllnt@mac.com, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/booke machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 21:46:09 -0000 Bill Paul wrote: >>>> BTW: currently U-Boot is broken for most of PPC variations (including >>>> 85xx) in >>>> the following way: d-cache is not being flushed before disabling and >>>> strange >>>> things happen as you imagine. For a quick workaround apply something >>>> like this >>>> when using ELF images: >>>> http://people.freebsd.org/~raj/patches/misc/uboot-dcache-workaround.diff >>> Yup. That's what we do at Juniper. I don't see any bad effects other >>> than having to invalidate the cache before (re-)enabling it so I don't >>> have that patch applied myself... >>> >> I have seen strange things, including hangs, and also TSEC non-functional >> effects due to this issue... :) >> >>> The problem I'm having with U-Boot is with the TSEC driver as you've >>> seen on the U-Boot mailing list. I have one MPC8555CDS sitting idle >>> after the U-Boot upgrade because I can't netboot :-/ >>> >> Yes, I saw. Let me re-flash my 8555 with the latest image and try, but when >> I'm not remote i.e. Monday. Don't know if you know this tip, but there used to >> be a second flash bank on the MPC8555CDS that you can access while running >> from the boot one, so you can recover in such scenario without a h/w debugger >> by copying over that backup flash bank, provided you have a working image there... >> >> Rafal >> > > I am not on the U-Boot mailing list, so I'm not familiar with the TSEC > problems you're having, but I'm curious: are you saying that when you > try to boot a FreeBSD kernel image with the cache disabled, U-Boot can > download and start the kernel, but FreeBSD fails to mount its rootfs > correctly because of problems with the TSEC? > I guess I didn't say anything like this :) There are two issues, both local to U-Boot and not affecting kernel TSEC driver operation: 1. What Marcel is suffering from is some basic problem with TSEC not working at all (link failure) after U-Boot update on one of his systems. 2. I referred to a U-Boot bug present on most PPC variations, which might surface when running standalone apps enveloped in ELF: d-cache is disabled before passing control, without flushing it first, so depending on the data which didn't get flushed there might be corruptions or undesired effects within the standalone app. One of the problems I was observing was that TSEC stopped working after return from a standalone app to U-Boot, also other corrupt data happend, hangs etc. FreeBSD loader(8) for U-Boot environment is such an external app and when this issue hit the loader wouldn't usually be able to load the kernel via network at all. The pure binary produced from this same ELF image works without ill effects ('go' command doesn't do cache trickery before passing control). Please note the workaround patch for handling ELF images does not disable cache, just the opposite: it prevents from doing so. > If that is what you're saying, then something about this is very confusing: > the FreeBSD TSEC driver appears to be enabling the TSEC's RX and TX snooping > featurss, so in theory (if I understand things correctly, which I might not), > the cache behavior really shouldn't affect it. With VxWorks, the bootrom > typically runs with the data cache disabled and then the VxWorks image > enables it once it's loaded, but the same TSEC driver works properly in > both scenarios. > Our TSEC driver works fine with caches enabled. > Some questions that I have: > > - Is bus_dma aware of the fact that the TSEC is snooped? Because if it is, > it seems to me that all the sync operations should reduce to no-ops. > _bus_dmamap_sync() for PowerPC is a no-op. TSEC driver uses DMA sync ops per convention (it's also possible it could be integrated with something else than PowerPC core one day, so we are prepared :) > - In the encap routine, the driver always sets the R bit immediately on the > first descriptor of every outbound frame. (The Ready bit is basically > the ownership bit that indicates to the TSEC that the descriptor is > ready for processing.) The VxWorks driver always leaves the R bit in > first descriptor cleared until all subsequent descriptors have been > set up. This is to prevent the TSEC from potentially racing with the > encap routine and processing the first few descriptors of an outbound > frame before all descriptors are ready. It might be a good idea to have > the encap routine in the FreeBSD driver work the same way. I know the > idea is to set up all the descriptors first and then initiate transmission > by setting the THLT bit in the TSTAT register, but this doesn't account > for the possibility that the transmitter is already busy with a previous > transmit request when you go to set up new descriptors. > Thanks for pointing this out. I'll have a look; there are more changes and improvements to TSEC in my queue, hope you don't mind reviewing these too? > - Has anyone actually tried to debug the TSEC issue, such as by setting up > tcpdump to capture traffic from the 8555 or instrumenting the driver? > It might be worthwhile to actually find the problem rather than just > saying "it works if we hack U-Boot" since this might be a symptom of > a larger problem that needs to be fixed. > As above, the hack is preventing from some other problems, that need to be addressed in U-Boot code, and not quite related to the Ethernet controller and its driver. Rafal From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:04:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73669106566C; Sun, 9 Mar 2008 22:04:27 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A6898FC15; Sun, 9 Mar 2008 22:04:27 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29M4R05083310; Sun, 9 Mar 2008 22:04:27 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29M4RRf083309; Sun, 9 Mar 2008 22:04:27 GMT (envelope-from mezz) Message-Id: <200803092204.m29M4RRf083309@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 9 Mar 2008 22:04:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnome-build Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:04:27 -0000 mezz 2008-03-09 22:04:27 UTC FreeBSD ports repository Modified files: devel/gnome-build Makefile distinfo pkg-plist Log: Update to 0.2.4. Revision Changes Path 1.42 +2 -4 ports/devel/gnome-build/Makefile 1.17 +3 -3 ports/devel/gnome-build/distinfo 1.14 +2 -0 ports/devel/gnome-build/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:12:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA4011065675; Sun, 9 Mar 2008 22:12:05 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8270A8FC14; Sun, 9 Mar 2008 22:12:05 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29MC5BI083703; Sun, 9 Mar 2008 22:12:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29MC5GX083702; Sun, 9 Mar 2008 22:12:05 GMT (envelope-from dinoex) Message-Id: <200803092212.m29MC5GX083702@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 9 Mar 2008 22:12:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:12:05 -0000 dinoex 2008-03-09 22:12:05 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.51 Revision Changes Path 1.156 +1 -1 ports/graphics/netpbm/Makefile 1.99 +3 -3 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:40:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C641065672; Sun, 9 Mar 2008 22:40:46 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 519898FC13; Sun, 9 Mar 2008 22:40:46 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Mek9f088380; Sun, 9 Mar 2008 22:40:46 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Mek78088379; Sun, 9 Mar 2008 22:40:46 GMT (envelope-from koitsu) Message-Id: <200803092240.m29Mek78088379@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 9 Mar 2008 22:40:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/cricket Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:40:46 -0000 koitsu 2008-03-09 22:40:46 UTC FreeBSD ports repository Modified files: net-mgmt/cricket Makefile Log: - Taking ownership of this port. Revision Changes Path 1.32 +1 -1 ports/net-mgmt/cricket/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:44:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51E8D106566B; Sun, 9 Mar 2008 22:44:26 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44EA18FC17; Sun, 9 Mar 2008 22:44:26 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29MiQHn088524; Sun, 9 Mar 2008 22:44:26 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29MiQAl088523; Sun, 9 Mar 2008 22:44:26 GMT (envelope-from leeym) Message-Id: <200803092244.m29MiQAl088523@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 9 Mar 2008 22:44:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/p5-Array-Diff Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:44:26 -0000 leeym 2008-03-09 22:44:25 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/p5-Array-Diff Makefile distinfo pkg-descr pkg-plist Log: - add p5-Array-Diff-0.04 This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. WWW: http://search.cpan.org/dist/Array-Diff/ Revision Changes Path 1.872 +1 -0 ports/misc/Makefile 1.1 +24 -0 ports/misc/p5-Array-Diff/Makefile (new) 1.1 +3 -0 ports/misc/p5-Array-Diff/distinfo (new) 1.1 +4 -0 ports/misc/p5-Array-Diff/pkg-descr (new) 1.1 +2 -0 ports/misc/p5-Array-Diff/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:44:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E3221065701; Sun, 9 Mar 2008 22:44:33 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 689BF8FC12; Sun, 9 Mar 2008 22:44:33 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29MiXdG088558; Sun, 9 Mar 2008 22:44:33 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29MiXKX088557; Sun, 9 Mar 2008 22:44:33 GMT (envelope-from leeym) Message-Id: <200803092244.m29MiXKX088557@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 9 Mar 2008 22:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:44:33 -0000 leeym 2008-03-09 22:44:33 UTC FreeBSD ports repository Modified files: . modules Log: p5-Array-Diff --> ports/misc/p5-Array-Diff Revision Changes Path 1.19477 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:45:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F4621065672; Sun, 9 Mar 2008 22:45:23 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 499B28FC1A; Sun, 9 Mar 2008 22:45:23 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29MjNII088673; Sun, 9 Mar 2008 22:45:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29MjNHc088672; Sun, 9 Mar 2008 22:45:23 GMT (envelope-from leeym) Message-Id: <200803092245.m29MjNHc088672@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 9 Mar 2008 22:45:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/p5-Array-Diff pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:45:23 -0000 leeym 2008-03-09 22:45:23 UTC FreeBSD ports repository Modified files: misc/p5-Array-Diff pkg-descr Log: - fix URL in pkg-descr Revision Changes Path 1.2 +1 -1 ports/misc/p5-Array-Diff/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:55:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DFCF1065673; Sun, 9 Mar 2008 22:55:33 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0211F8FC20; Sun, 9 Mar 2008 22:55:33 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29MtW0u089034; Sun, 9 Mar 2008 22:55:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29MtWYg089033; Sun, 9 Mar 2008 22:55:32 GMT (envelope-from beech) Message-Id: <200803092255.m29MtWYg089033@repoman.freebsd.org> From: Beech Rintoul Date: Sun, 9 Mar 2008 22:55:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-URI-ToDisk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:55:33 -0000 beech 2008-03-09 22:55:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-URI-ToDisk Makefile distinfo pkg-descr pkg-plist Log: - New port p5-URI-ToDisk-1.12 An object for mapping a URI to an on-disk storage directory PR: ports/121501 Submitted by: Cory R King Revision Changes Path 1.1995 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-URI-ToDisk/Makefile (new) 1.1 +3 -0 ports/www/p5-URI-ToDisk/distinfo (new) 1.1 +3 -0 ports/www/p5-URI-ToDisk/pkg-descr (new) 1.1 +6 -0 ports/www/p5-URI-ToDisk/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 9 22:55:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A4C1065672; Sun, 9 Mar 2008 22:55:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4488FC18; Sun, 9 Mar 2008 22:55:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Mtlh4089068; Sun, 9 Mar 2008 22:55:47 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Mtl2E089067; Sun, 9 Mar 2008 22:55:47 GMT (envelope-from beech) Message-Id: <200803092255.m29Mtl2E089067@repoman.freebsd.org> From: Beech Rintoul Date: Sun, 9 Mar 2008 22:55:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:55:48 -0000 beech 2008-03-09 22:55:47 UTC FreeBSD ports repository Modified files: . modules Log: p5-URI-ToDisk --> ports/www/p5-URI-ToDisk Revision Changes Path 1.19478 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Mar 9 23:04:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 908A8106566C; Sun, 9 Mar 2008 23:04:40 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD728FC1D; Sun, 9 Mar 2008 23:04:40 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29N4eeN090501; Sun, 9 Mar 2008 23:04:40 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29N4eeb090500; Sun, 9 Mar 2008 23:04:40 GMT (envelope-from mezz) Message-Id: <200803092304.m29N4eeb090500@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 9 Mar 2008 23:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 23:04:40 -0000 mezz 2008-03-09 23:04:40 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile Log: Fix the the rss and gmail accounts show up in the "new account" dialog, bump the PORTREVISION. Submitted by: sajd (FreeNode/#freebsd-gnome) Revision Changes Path 1.89 +2 -1 ports/mail/thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 9 23:21:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A492106566B; Sun, 9 Mar 2008 23:21:39 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6F78FC13; Sun, 9 Mar 2008 23:21:38 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id CBA4F1CC0D3; Mon, 10 Mar 2008 00:02:24 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 050D511436; Mon, 10 Mar 2008 00:02:24 +0100 (CET) Date: Mon, 10 Mar 2008 00:02:23 +0100 From: Henrik Brix Andersen To: Felippe de Meirelles Motta Message-ID: <20080309230223.GA89042@tirith.brixandersen.dk> Mail-Followup-To: Felippe de Meirelles Motta , Gabor Kovesdan , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200803032139.m23LdErR001683@repoman.freebsd.org> <20080306200730.GA60953@tirith.brixandersen.dk> <47D27E4E.5070505@kovesdan.org> <20080308133826.GB77238@tirith.brixandersen.dk> <20080308155114.7e18ecf5@shire.freebsd.org.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20080308155114.7e18ecf5@shire.freebsd.org.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Gabor Kovesdan , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/p5-Text-Markdown Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 23:21:39 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 08, 2008 at 03:51:14PM -0300, Felippe de Meirelles Motta wrote: > Em Sat, 8 Mar 2008 14:38:26 +0100 > Henrik Brix Andersen escreveu: >=20 > > On Sat, Mar 08, 2008 at 12:53:50PM +0100, Gabor Kovesdan wrote: > > > Henrik Brix Andersen escribi=F3: > > >> On Mon, Mar 03, 2008 at 09:39:14PM +0000, Gabor Kovesdan wrote: > > >> =20 > > >>> gabor 2008-03-03 21:39:14 UTC > > >>>=20 > > >>> FreeBSD ports repository > > >>>=20 > > >>> Modified files: > > >>> textproc/p5-Text-Markdown Makefile distinfo pkg-plist Log: > > >>> - Update 1.0.13 > > >>> - Better adjustement of dependencies > > >>> - Use PERL_CONFIGURE instead of PERL_MODBUILD > > >>> PR: ports/121027 > > >>> Submitted by: Felippe de Meirelles Motta > > >>> Approved by: maintainer > > >>> =20 > > >>=20 > > >> This update breaks at least www/ikiwiki... > > >>=20 > > >> Somehow, Text::MultiMarkdown is now known as both > > >> Text::MultiMarkdown and Text::Markdown on CPAN - (according to the > > >> change log, the authors actually planned to "steal" the > > >> Text::Markdown namespace for quite some time?) but it is not > > >> compatible with the original Text::Markdown (which is what we had > > >> as p5-Text-Markdown before this update). > > >>=20 > > >> The original version contained a Text::Markdown::Markdown() method, > > >> whereas MultiMarkdown contains a Text::Markdown::markdown() method, > > >> thus making the two incompatible (note the difference in > > >> capitalization of the method name). > > >>=20 > > >> I suggest backing this update out, restoring the original > > >> Text::Markdown functionality - and then perhaps committing this as > > >> p5-Text-MultiMarkdown, where it IMO belongs. > > >> =20 > > > Ok, I'll look at this more deeply soon, thanks for noticing this > > > issue! > >=20 > > I am currently running a patch [1] for www/ikiwiki which makes it work > > with either version of the Text::Markdown package through the > > ports tinderboxes. > >=20 > > Since other - non-FreeBSD users - will also be bitten by this change > > in the Text::Markdown module, we might as well have it fixed properly. > >=20 > > Perhaps other consumers of the textproc/p5-Text-Markdown will need > > similar patches. > >=20 > > Brix > >=20 > > [1]: http://people.freebsd.org/~brix/ports-patches/ikiwiki.diff >=20 > Hi brix, >=20 > May be i can send an downgrade to 1.0.5 and create an new port to > MultiMarkdown with lastest version ? Or what is your suggestion ? Well, even if we downgrade now we can't hold off on upgrading textproc/p5-Text-Markdown forever. I suggest we keep the upgrade as-is and instead examine the current consumers of textproc/p5-Text-Markdown to make sure they all work with the new version. I already committed a new version of www/ikiwiki with the aforementioned patch. > Thanks for report this issue! No problem :) Brix --=20 Henrik Brix Andersen --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkfUbH8ACgkQv+Q4flTiePgnmACgwCoCsnyXGmGORE9MygB46fem hAgAnR5ksBn2atVQB/JbjPvQXkl8NArg =k3Bm -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-cvs-all@FreeBSD.ORG Mon Mar 10 00:10:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54145106566B for ; Mon, 10 Mar 2008 00:10:29 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2B45A8FC17 for ; Mon, 10 Mar 2008 00:10:28 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JXH00611N5FU8D0@mta1.srv.hcvlny.cv.net>; Sun, 09 Mar 2008 20:10:28 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2A0ARGT066535; Sun, 09 Mar 2008 20:10:27 -0400 Date: Sun, 09 Mar 2008 20:10:22 -0400 From: "Aryeh M. Friedman" In-reply-to: <200803092304.m29N4eeb090500@repoman.freebsd.org> To: Jeremy Messenger Message-id: <47D47C6E.8020100@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <200803092304.m29N4eeb090500@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080309) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 00:10:29 -0000 Jeremy Messenger wrote: > mezz 2008-03-09 23:04:40 UTC > > FreeBSD ports repository > > Modified files: > mail/thunderbird Makefile > Log: > Fix the the rss and gmail accounts show up in the "new account" dialog, bump > the PORTREVISION. > Fixed in which way since I have never had an issue with creating either account type from a blank profile. From owner-cvs-all@FreeBSD.ORG Mon Mar 10 00:52:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6810106566B; Mon, 10 Mar 2008 00:52:12 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD9BD8FC16; Mon, 10 Mar 2008 00:52:12 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A0qCrD004939; Mon, 10 Mar 2008 00:52:12 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A0qCp3004938; Mon, 10 Mar 2008 00:52:12 GMT (envelope-from lippe) Message-Id: <200803100052.m2A0qCp3004938@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 00:52:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/jep Makefile ports/databases/mysqlreport Makefile ports/databases/mysqlsla Makefile ports/graphics/ocrad Makefile ports/devel/p5-Exception-Class-TryCatch Makefile ports/devel/p5-ExtUtils-Manifest Makefile ports/textproc/p5-Getopt-Lucid ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 00:52:13 -0000 lippe 2008-03-10 00:52:12 UTC FreeBSD ports repository Modified files: devel/jep Makefile databases/mysqlreport Makefile databases/mysqlsla Makefile graphics/ocrad Makefile devel/p5-Exception-Class-TryCatch Makefile devel/p5-ExtUtils-Manifest Makefile textproc/p5-Getopt-Lucid Makefile devel/p5-Module-Refresh Makefile net/p5-Net-Google-AuthSub Makefile sysutils/p5-Probe-Perl Makefile devel/p5-Test-Distribution Makefile devel/p5-Test-Kwalitee Makefile devel/p5-Test-Portability-Files Makefile devel/p5-Test-YAML-Meta Makefile textproc/p5-Text-ParseWords Makefile devel/p5-Tie-ToObject Makefile devel/premake Makefile mail/qmail-scanner Makefile mail/qmail-scanner1 Makefile security/shimmer Makefile misc/ttyrec Makefile net-mgmt/weathermap Makefile mail/xf-spf Makefile Log: - Change my mail address to lippe@. Approved by: araujo (mentor) Revision Changes Path 1.5 +1 -1 ports/databases/mysqlreport/Makefile 1.5 +1 -1 ports/databases/mysqlsla/Makefile 1.14 +1 -1 ports/devel/jep/Makefile 1.2 +1 -1 ports/devel/p5-Exception-Class-TryCatch/Makefile 1.2 +1 -1 ports/devel/p5-ExtUtils-Manifest/Makefile 1.8 +1 -1 ports/devel/p5-Module-Refresh/Makefile 1.2 +1 -1 ports/devel/p5-Test-Distribution/Makefile 1.2 +1 -1 ports/devel/p5-Test-Kwalitee/Makefile 1.2 +1 -1 ports/devel/p5-Test-Portability-Files/Makefile 1.2 +1 -1 ports/devel/p5-Test-YAML-Meta/Makefile 1.3 +1 -1 ports/devel/p5-Tie-ToObject/Makefile 1.12 +1 -1 ports/devel/premake/Makefile 1.15 +1 -1 ports/graphics/ocrad/Makefile 1.23 +1 -1 ports/mail/qmail-scanner/Makefile 1.19 +1 -1 ports/mail/qmail-scanner1/Makefile 1.3 +1 -1 ports/mail/xf-spf/Makefile 1.15 +1 -1 ports/misc/ttyrec/Makefile 1.3 +1 -1 ports/net-mgmt/weathermap/Makefile 1.3 +1 -1 ports/net/p5-Net-Google-AuthSub/Makefile 1.2 +1 -1 ports/security/shimmer/Makefile 1.2 +1 -1 ports/sysutils/p5-Probe-Perl/Makefile 1.3 +1 -1 ports/textproc/p5-Getopt-Lucid/Makefile 1.2 +1 -1 ports/textproc/p5-Text-ParseWords/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 00:57:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4241065670; Mon, 10 Mar 2008 00:57:15 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB38E8FC1A; Mon, 10 Mar 2008 00:57:15 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A0vFP0005125; Mon, 10 Mar 2008 00:57:15 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A0vFEQ005124; Mon, 10 Mar 2008 00:57:15 GMT (envelope-from maho) Message-Id: <200803100057.m2A0vFEQ005124@repoman.freebsd.org> From: Maho Nakata Date: Mon, 10 Mar 2008 00:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/pymol pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 00:57:16 -0000 maho 2008-03-10 00:57:15 UTC FreeBSD ports repository Modified files: biology/pymol pkg-plist Log: Fix pkg-plist Submitted by: pav Revision Changes Path 1.11 +142 -0 ports/biology/pymol/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:21:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67AD21065670; Mon, 10 Mar 2008 01:21:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1078FC1C; Mon, 10 Mar 2008 01:21:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1Lhth007068; Mon, 10 Mar 2008 01:21:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1LhoU007067; Mon, 10 Mar 2008 01:21:43 GMT (envelope-from rafan) Message-Id: <200803100121.m2A1LhoU007067@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 01:21:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/swig13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:21:43 -0000 rafan 2008-03-10 01:21:43 UTC FreeBSD ports repository Modified files: devel/swig13 Makefile Log: - Fix build when php-config is in $PATH PR: ports/121547 Submitted by: Mel Revision Changes Path 1.79 +4 -2 ports/devel/swig13/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:30:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A503106566C; Mon, 10 Mar 2008 01:30:35 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8CE8FC18; Mon, 10 Mar 2008 01:30:35 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1UZ4j007410; Mon, 10 Mar 2008 01:30:35 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1UZFK007409; Mon, 10 Mar 2008 01:30:35 GMT (envelope-from jeff) Message-Id: <200803100130.m2A1UZFK007409@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 01:30:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sched.h src/sys/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:30:35 -0000 jeff 2008-03-10 01:30:35 UTC FreeBSD src repository Modified files: sys/sys sched.h sys/kern sched_4bsd.c Log: - Add a sched_preempt() routine to be called by md code after IPI_PREEMPT is delivered. - Add a simple implementation to 4bsd. Revision Changes Path 1.115 +11 -0 src/sys/kern/sched_4bsd.c 1.35 +1 -0 src/sys/sys/sched.h From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:32:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F8FF106566C; Mon, 10 Mar 2008 01:32:01 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 527AC8FC1C; Mon, 10 Mar 2008 01:32:01 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1W1LF007463; Mon, 10 Mar 2008 01:32:01 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1W1wb007462; Mon, 10 Mar 2008 01:32:01 GMT (envelope-from jeff) Message-Id: <200803100132.m2A1W1wb007462@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 01:32:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:32:03 -0000 jeff 2008-03-10 01:32:01 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Add an implementation of sched_preempt() that avoids excessive IPIs. - Normalize the preemption/ipi setting code by introducing sched_shouldpreempt() so the logical is identical and not repeated between tdq_notify() and sched_setpreempt(). - In tdq_notify() don't set NEEDRESCHED as we may not actually own the thread lock this could have caused us to lose td_flags settings. - Garbage collect some tunables that are no longer relevant. Revision Changes Path 1.227 +72 -62 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:32:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B1031065673; Mon, 10 Mar 2008 01:32:49 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED0878FC19; Mon, 10 Mar 2008 01:32:48 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1WmRg007540; Mon, 10 Mar 2008 01:32:48 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1WmW3007539; Mon, 10 Mar 2008 01:32:48 GMT (envelope-from jeff) Message-Id: <200803100132.m2A1WmW3007539@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 01:32:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/sun4v/sun4v mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:32:49 -0000 jeff 2008-03-10 01:32:48 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c sys/sun4v/sun4v mp_machdep.c Log: - Rather than repeating the same preemption code everywhere call the scheduler specific sched_preempt() routine. Revision Changes Path 1.289 +2 -9 src/sys/amd64/amd64/mp_machdep.c 1.284 +1 -7 src/sys/i386/i386/mp_machdep.c 1.10 +1 -8 src/sys/sun4v/sun4v/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:38:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ADC61065671; Mon, 10 Mar 2008 01:38:54 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF2F8FC16; Mon, 10 Mar 2008 01:38:54 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1cstX007789; Mon, 10 Mar 2008 01:38:54 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1cssW007788; Mon, 10 Mar 2008 01:38:54 GMT (envelope-from jeff) Message-Id: <200803100138.m2A1cssW007788@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 01:38:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:38:54 -0000 jeff 2008-03-10 01:38:54 UTC FreeBSD src repository Modified files: sys/kern subr_smp.c Log: - Add the missing '2' case to the switch table for kern.smp.topology and assign it to create the flat 'none' topology where all cpus are scheduled as if they are equal and unrelated. Revision Changes Path 1.205 +4 -0 src/sys/kern/subr_smp.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 01:48:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D79E106566B; Mon, 10 Mar 2008 01:48:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 811918FC17; Mon, 10 Mar 2008 01:48:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A1mPmr008149; Mon, 10 Mar 2008 01:48:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A1mP5A008148; Mon, 10 Mar 2008 01:48:25 GMT (envelope-from imp) Message-Id: <200803100148.m2A1mP5A008148@repoman.freebsd.org> From: Warner Losh Date: Mon, 10 Mar 2008 01:48:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:48:25 -0000 imp 2008-03-10 01:48:25 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Tiny bit of KNF to make bus_setup_intr() look like the rest of this function. Revision Changes Path 1.206 +18 -19 src/sys/kern/subr_bus.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 02:09:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC111106566B; Mon, 10 Mar 2008 02:09:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FFE28FC25; Mon, 10 Mar 2008 02:09:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A293ME014749; Mon, 10 Mar 2008 02:09:03 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A292Ss014748; Mon, 10 Mar 2008 02:09:02 GMT (envelope-from beech) Message-Id: <200803100209.m2A292Ss014748@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 10 Mar 2008 02:09:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 02:09:03 -0000 beech 2008-03-10 02:09:02 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add entry for dovecot Revision Changes Path 1.1577 +31 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Mar 10 02:39:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5D68106566B; Mon, 10 Mar 2008 02:39:10 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9B18FC1A; Mon, 10 Mar 2008 02:39:10 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A2dAHT016391; Mon, 10 Mar 2008 02:39:10 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A2dAig016390; Mon, 10 Mar 2008 02:39:10 GMT (envelope-from beech) Message-Id: <200803100239.m2A2dAig016390@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 10 Mar 2008 02:39:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dovecot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 02:39:10 -0000 beech 2008-03-10 02:39:10 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo Log: - Update mail/dovecot to dovecot-1.0.13, fixing a serious security issue. - Changelog: http://dovecot.org/list/dovecot-news/2008-March/000065.html PR: ports/121548 Submitted by: Robin Breathe (maintainer) Security: http://www.vuxml.org/freebsd/b39bdc06-ee42-11dc-8678-00a0cce0781e.html Revision Changes Path 1.82 +1 -1 ports/mail/dovecot/Makefile 1.55 +3 -3 ports/mail/dovecot/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 03:15:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491F31065670; Mon, 10 Mar 2008 03:15:20 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBE38FC1B; Mon, 10 Mar 2008 03:15:20 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A3FKlH019030; Mon, 10 Mar 2008 03:15:20 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A3FKc6019027; Mon, 10 Mar 2008 03:15:20 GMT (envelope-from jeff) Message-Id: <200803100315.m2A3FKc6019027@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 03:15:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 03:15:20 -0000 jeff 2008-03-10 03:15:19 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Reduce ULE context switch time by over 25%. - Only calculate timeshare priorities once per tick or when a thread is woken from sleeping. - Keep the ts_runq pointer valid after all priority changes. - Call tdq_runq_add() directly from sched_switch() without passing in via tdq_add(). We don't need to adjust loads or runqs anymore. - Sort tdq and ts_sched according to utilization to improve cache behavior. Sponsored by: Nokia Revision Changes Path 1.228 +52 -52 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 03:16:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F278A106566C; Mon, 10 Mar 2008 03:16:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9AD28FC15; Mon, 10 Mar 2008 03:16:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A3GpVQ019074; Mon, 10 Mar 2008 03:16:51 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A3GpPC019073; Mon, 10 Mar 2008 03:16:51 GMT (envelope-from jeff) Message-Id: <200803100316.m2A3GpPC019073@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 03:16:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 03:16:52 -0000 jeff 2008-03-10 03:16:51 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: - Handle kdb switch panics outside of mi_switch() to remove some instructions from the common path and make the code more clear. Whether this has any impact on performance may depend on optimization levels. Sponsored by: Nokia Revision Changes Path 1.306 +11 -6 src/sys/kern/kern_synch.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 05:26:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4832A106566C; Mon, 10 Mar 2008 05:26:11 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 331208FC12; Mon, 10 Mar 2008 05:26:11 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A5QBtO034634; Mon, 10 Mar 2008 05:26:11 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A5QB6F034633; Mon, 10 Mar 2008 05:26:11 GMT (envelope-from beech) Message-Id: <200803100526.m2A5QB6F034633@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 10 Mar 2008 05:26:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/info2html Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 05:26:11 -0000 beech 2008-03-10 05:26:11 UTC FreeBSD ports repository Modified files: textproc/info2html Makefile distinfo Log: - Update to 2.0 - Pass maintainership to submitter PR: ports/121552 Submitted by: Wen heping (maintainer) Revision Changes Path 1.11 +11 -6 ports/textproc/info2html/Makefile 1.4 +3 -3 ports/textproc/info2html/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 05:49:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E91E106567F; Mon, 10 Mar 2008 05:49:23 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9368FC24; Mon, 10 Mar 2008 05:49:23 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A5nNm8035313; Mon, 10 Mar 2008 05:49:23 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A5nNbZ035312; Mon, 10 Mar 2008 05:49:23 GMT (envelope-from fjoe) Message-Id: <200803100549.m2A5nNbZ035312@repoman.freebsd.org> From: Max Khon Date: Mon, 10 Mar 2008 05:49:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pgadmin3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 05:49:23 -0000 fjoe 2008-03-10 05:49:23 UTC FreeBSD ports repository Modified files: databases/pgadmin3 Makefile Log: Fix ${OSVERSION} condition. Pointed out by: Gergely CZUCZY Revision Changes Path 1.38 +1 -1 ports/databases/pgadmin3/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 06:55:29 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94C151065672 for ; Mon, 10 Mar 2008 06:55:29 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id 3F7178FC19 for ; Mon, 10 Mar 2008 06:55:28 +0000 (UTC) (envelope-from silby@silby.com) Received: (qmail 61089 invoked from network); 10 Mar 2008 06:55:27 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 10 Mar 2008 06:55:27 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 10 Mar 2008 01:55:24 -0500 (CDT) From: Mike Silbersack To: Bruce Evans In-Reply-To: <20080307122252.Y11033@delplex.bde.org> Message-ID: <20080310015118.L43534@odysseus.silby.com> References: <200803051121.m25BLE03035426@repoman.freebsd.org> <20080305230954.X55190@odysseus.silby.com> <20080307122252.Y11033@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/include _types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 06:55:29 -0000 On Fri, 7 Mar 2008, Bruce Evans wrote: > On Wed, 5 Mar 2008, Mike Silbersack wrote: >> As I've said in the past, I'd really, really, really like to see regression >> tests for any change to the floating point functions. The types of changes >> you've been making are not easy to verify just by looking at diffs. > > I run local regression tests of 4 billon to 64 billion cases per > function or 1.3 trillion cases for 125 functions a 36-hour run on a > 2.2HGz UP system. These are not well organized enough for commit. > You will have to trust that they are done before commit (or after on > some other machines) :-). I mostly use semi-exhaustive (exhaustive > for 1-arg float precision functions) checks on machine-generated args. > This seems to find problems more routinely than smarter tests, up to > at least double precision. das@ committed some smarter tests. So clean them up and commit them. I'm not saying that anyone will actually run them, but at least they will be there if one chooses to. > OTOH, I barely tested the changes to float_t and double_t. These types > are so rarely used that they are never used in /usr/src, at least in > my old src tree, except for my uncommitted changes in libm parts. > > Bruce The subsequent thread has taught me that I don't care enough about floating point to participate in this thread beyond the regression test point. :) -Mike From owner-cvs-all@FreeBSD.ORG Mon Mar 10 08:00:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 683D6106566B; Mon, 10 Mar 2008 08:00:38 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 37C548FC1B; Mon, 10 Mar 2008 08:00:37 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id 3E6DE1CC0DF; Mon, 10 Mar 2008 09:00:36 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 68F3311436; Mon, 10 Mar 2008 09:00:35 +0100 (CET) Date: Mon, 10 Mar 2008 09:00:35 +0100 From: Henrik Brix Andersen To: "Aryeh M. Friedman" Message-ID: <20080310080035.GA92779@tirith.brixandersen.dk> Mail-Followup-To: "Aryeh M. Friedman" , Jeremy Messenger , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200803092304.m29N4eeb090500@repoman.freebsd.org> <47D47C6E.8020100@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <47D47C6E.8020100@gmail.com> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jeremy Messenger Subject: Re: cvs commit: ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 08:00:38 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 09, 2008 at 08:10:22PM -0400, Aryeh M. Friedman wrote: > Jeremy Messenger wrote: >> mezz 2008-03-09 23:04:40 UTC >>=20 >> FreeBSD ports repository >>=20 >> Modified files: >> mail/thunderbird Makefile Log: >> Fix the the rss and gmail accounts show up in the "new account" dialog= , bump >> the PORTREVISION. >> =20 >=20 > Fixed in which way since I have never had an issue with creating either= =20 > account type from a blank profile. Did you bother reading the diff before sending this mail? Brix --=20 Henrik Brix Andersen --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkfU6qIACgkQv+Q4flTiePgzRgCfS2P4dtbzxe+TdNARIw5z/kuK dDYAn2gj9e/68L36azJCGNWEu8pu9Wgr =5lMM -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-cvs-all@FreeBSD.ORG Mon Mar 10 08:01:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DD76106567E; Mon, 10 Mar 2008 08:01:44 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA558FC21; Mon, 10 Mar 2008 08:01:44 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A81i0n054420; Mon, 10 Mar 2008 08:01:44 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A81hMM054419; Mon, 10 Mar 2008 08:01:43 GMT (envelope-from fjoe) Message-Id: <200803100801.m2A81hMM054419@repoman.freebsd.org> From: Max Khon Date: Mon, 10 Mar 2008 08:01:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/upx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 08:01:44 -0000 fjoe 2008-03-10 08:01:43 UTC FreeBSD ports repository Modified files: archivers/upx Makefile distinfo Log: - Update to 3.02 [1] - Update PORTDOCS [1] - Add LZMA support [2] PR: 120354 Submitted by: Felippe de Meirelles Motta [1], Joseph S. Atkinson [2] Revision Changes Path 1.7 +13 -8 ports/archivers/upx/Makefile 1.6 +6 -3 ports/archivers/upx/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 08:19:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7C9D1065670; Mon, 10 Mar 2008 08:19:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 959208FC1D; Mon, 10 Mar 2008 08:19:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A8JItR056086; Mon, 10 Mar 2008 08:19:18 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A8JIBx056085; Mon, 10 Mar 2008 08:19:18 GMT (envelope-from jadawin) Message-Id: <200803100819.m2A8JIBx056085@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 10 Mar 2008 08:19:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/typo3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 08:19:18 -0000 jadawin 2008-03-10 08:19:18 UTC FreeBSD ports repository Modified files: www/typo3 Makefile distinfo Log: - Update to 4.1.6 PR: ports/121513 Submitted by: Gerrit Beine (maintainer) Approved by: thierry (mentor) Revision Changes Path 1.17 +1 -1 ports/www/typo3/Makefile 1.11 +6 -6 ports/www/typo3/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 09:50:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0C58106566C; Mon, 10 Mar 2008 09:50:30 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF3A98FC15; Mon, 10 Mar 2008 09:50:30 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A9oUPb069166; Mon, 10 Mar 2008 09:50:30 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A9oUC9069165; Mon, 10 Mar 2008 09:50:30 GMT (envelope-from jeff) Message-Id: <200803100950.m2A9oUC9069165@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 09:50:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 09:50:31 -0000 jeff 2008-03-10 09:50:30 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Don't rely on a side effect of sched_prio() to set the initial ts_runq for thread0. Set it directly in sched_setup(). This fixes traps on boot seen on some machines. Reported by: phk Revision Changes Path 1.229 +1 -0 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 09:54:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE04E106566B; Mon, 10 Mar 2008 09:54:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7CC18FC16; Mon, 10 Mar 2008 09:54:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A9sD9c069287; Mon, 10 Mar 2008 09:54:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A9sDHZ069286; Mon, 10 Mar 2008 09:54:13 GMT (envelope-from rwatson) Message-Id: <200803100954.m2A9sDHZ069286@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 09:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc kldunload.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 09:54:13 -0000 rwatson 2008-03-10 09:54:13 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc kldunload.2 Log: Add reference to kldunloadf system call, which was previously not mentioned in the kldunload(2) man page. MFC after: 3 days Spotted by: rink Revision Changes Path 1.129 +1 -0 src/lib/libc/sys/Makefile.inc 1.19 +14 -1 src/lib/libc/sys/kldunload.2 From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:13:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63767106566C; Mon, 10 Mar 2008 10:13:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51BDF8FC12; Mon, 10 Mar 2008 10:13:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AADnYg071071; Mon, 10 Mar 2008 10:13:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AADnbG071070; Mon, 10 Mar 2008 10:13:49 GMT (envelope-from rwatson) Message-Id: <200803101013.m2AADnbG071070@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:13:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vfsops.c coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:13:49 -0000 rwatson 2008-03-10 10:13:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vfsops.c coda_vnops.c Log: Merge coda_vfsops.c:1.75, coda_vnops.c:1.88 from HEAD to RELENG_7: Make all calls to vn_lock() in Coda, including recently added ones, use LK_RETRY, since failure is undesirable (and not handled). Pointed out by: kib Revision Changes Path 1.67.2.4 +3 -3 src/sys/fs/coda/coda_vfsops.c 1.76.2.4 +4 -4 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:14:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EBD4106566B; Mon, 10 Mar 2008 10:14:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4338FC20; Mon, 10 Mar 2008 10:14:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAEqba071127; Mon, 10 Mar 2008 10:14:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAEqt2071126; Mon, 10 Mar 2008 10:14:52 GMT (envelope-from rwatson) Message-Id: <200803101014.m2AAEqt2071126@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:14:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:14:52 -0000 rwatson 2008-03-10 10:14:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vnops.c Log: Merge coda_vnops.c:1.89 from HEAD to RELENG_7: Lock cache vnode when VOP_FSYNC() is called on a Coda vnode. Revision Changes Path 1.76.2.5 +5 -2 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:16:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE771065673; Mon, 10 Mar 2008 10:16:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E63C8FC13; Mon, 10 Mar 2008 10:16:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAG9LS071222; Mon, 10 Mar 2008 10:16:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAG9fG071221; Mon, 10 Mar 2008 10:16:09 GMT (envelope-from rwatson) Message-Id: <200803101016.m2AAG9fG071221@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c coda_vnops.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:16:09 -0000 rwatson 2008-03-10 10:16:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vnops.c coda_vnops.h Log: Merge coda_vnops.c:1.90, coda_vnops.h:1.21 from HEAD to RELENG_7: Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP for vop_bmap; delete the existing stub that returned either EINVAL or EOPNOTSUPP, and had unreachable calls to VOP_BMAP on the cache vnode. Revision Changes Path 1.76.2.6 +1 -37 src/sys/fs/coda/coda_vnops.c 1.19.2.2 +0 -1 src/sys/fs/coda/coda_vnops.h From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:18:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397601065671; Mon, 10 Mar 2008 10:18:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2788C8FC13; Mon, 10 Mar 2008 10:18:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAI7tU071299; Mon, 10 Mar 2008 10:18:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAI6Vq071298; Mon, 10 Mar 2008 10:18:06 GMT (envelope-from rwatson) Message-Id: <200803101018.m2AAI6Vq071298@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:18:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:18:07 -0000 rwatson 2008-03-10 10:18:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_vfsops.c Log: Merge cnode.h:1.23, coda_vfsops.c:1.76 from HEAD to RELENG_7: Remove unused devtomp(), which exploited UFS-specific knowledge to find the mountpoint for a specific device. This was implemented incorrectly, a bad idea in a fundamental sense, and also never used, so presumably a long-idle debugging function. Revision Changes Path 1.21.2.2 +0 -3 src/sys/fs/coda/cnode.h 1.67.2.5 +0 -21 src/sys/fs/coda/coda_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:18:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EDB51065673; Mon, 10 Mar 2008 10:18:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA808FC23; Mon, 10 Mar 2008 10:18:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAImew071353; Mon, 10 Mar 2008 10:18:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAIm17071352; Mon, 10 Mar 2008 10:18:48 GMT (envelope-from rwatson) Message-Id: <200803101018.m2AAIm17071352@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:18:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:18:48 -0000 rwatson 2008-03-10 10:18:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vfsops.c Log: Merge coda_vfsops.c:1.77 from HEAD to RELENG_7: No reason not to maintain stats on statfs in Coda, as it's done for other VFS operations, so uncomment the existing statistics gathering. Revision Changes Path 1.67.2.6 +3 -3 src/sys/fs/coda/coda_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:22:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF8251065671; Mon, 10 Mar 2008 10:22:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B549F8FC18; Mon, 10 Mar 2008 10:22:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAMNQu071575; Mon, 10 Mar 2008 10:22:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAMNT5071574; Mon, 10 Mar 2008 10:22:23 GMT (envelope-from rwatson) Message-Id: <200803101022.m2AAMNT5071574@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:22:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_fbsd.c coda_namecache.c coda_psdev.c coda_psdev.h coda_venus.c coda_vfsops.c coda_vfsops.h coda_vnops.c coda_vnops.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:22:23 -0000 rwatson 2008-03-10 10:22:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_fbsd.c coda_namecache.c coda_psdev.c coda_psdev.h coda_venus.c coda_vfsops.c coda_vfsops.h coda_vnops.c coda_vnops.h Log: Merge cnode.h:1.24, coda_fbsd.c:1.47, coda_namecache.c:1.24, coda_psdev.c:1.42, coda_psdev.h:1.7, coda_venus.c:1.29, coda_vfsops.c:1.78, coda_vfsops.h:1.13, coda_vnops.c:1.91, coda_vnops.h:1.22 from HEAD to RELENG_7: Various further non-functional cleanups to coda: - Rename print_vattr to coda_print_vattr and make static, rename print_cred to coda_print_cred. - Remove unused coda_vop_nop. - Add XXX comment because coda_readdir forwards to the cache vnode's readdir rather than venus_readdir, and annotate venus_readdir as unused. - Rename vc_nb_* to vc_*. - Use d_open_t, d_close_t, d_read_t, d_write_t, d_ioctl_t and d_poll_t for prototyping vc_* as that is the intent, don't use our own definitions. - Rename coda_nb_statfs to coda_statfs, rename NB_SFS_SIZ to CODA_SFS_SIZ. - Replace one more OBE reference to NetBSD with a reference to FreeBSD. - Tidy up a little vertical whitespace here and there. - Annotate coda_nc_zapvnode as unused. - Remove unused vcodattach. - Annotate VM_INTR as unused. - Annotate that coda_fhtovp is unused and doesn't match the FreeBSD prototype, so isn't hooked up to vfs_fhtovp. If we want NFS export of Coda to work someday, this needs to be fixed. - Remove unused getNewVnode. - Remove unused coda_vget, coda_init, coda_quotactl prototypes. Revision Changes Path 1.21.2.3 +1 -2 src/sys/fs/coda/cnode.h 1.46.2.1 +7 -7 src/sys/fs/coda/coda_fbsd.c 1.23.2.1 +4 -6 src/sys/fs/coda/coda_namecache.c 1.39.2.3 +9 -17 src/sys/fs/coda/coda_psdev.c 1.6.2.1 +6 -6 src/sys/fs/coda/coda_psdev.h 1.27.2.2 +3 -0 src/sys/fs/coda/coda_venus.c 1.67.2.7 +14 -38 src/sys/fs/coda/coda_vfsops.c 1.12.2.1 +1 -6 src/sys/fs/coda/coda_vfsops.h 1.76.2.7 +10 -19 src/sys/fs/coda/coda_vnops.c 1.19.2.3 +1 -3 src/sys/fs/coda/coda_vnops.h From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:23:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0DD1065671; Mon, 10 Mar 2008 10:23:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE308FC1D; Mon, 10 Mar 2008 10:23:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAN3uA071612; Mon, 10 Mar 2008 10:23:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAN3J8071611; Mon, 10 Mar 2008 10:23:03 GMT (envelope-from rwatson) Message-Id: <200803101023.m2AAN3J8071611@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:23:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:23:03 -0000 rwatson 2008-03-10 10:23:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_7: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline and nul terminator. Otherwise, there are cases where garbage may end up in the command history due to a lack of a nul terminator, or input may end up without room for a newline. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.36.10.2 +4 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:23:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E32261065679; Mon, 10 Mar 2008 10:23:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D22338FC16; Mon, 10 Mar 2008 10:23:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AANbpa071649; Mon, 10 Mar 2008 10:23:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AANbwn071648; Mon, 10 Mar 2008 10:23:37 GMT (envelope-from rwatson) Message-Id: <200803101023.m2AANbwn071648@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:23:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:23:38 -0000 rwatson 2008-03-10 10:23:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_6: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline and nul terminator. Otherwise, there are cases where garbage may end up in the command history due to a lack of a nul terminator, or input may end up without room for a newline. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.36.2.2 +4 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:24:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64C661065671; Mon, 10 Mar 2008 10:24:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 535AE8FC12; Mon, 10 Mar 2008 10:24:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAOClu071683; Mon, 10 Mar 2008 10:24:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAOCkR071682; Mon, 10 Mar 2008 10:24:12 GMT (envelope-from rwatson) Message-Id: <200803101024.m2AAOCkR071682@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:24:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:24:12 -0000 rwatson 2008-03-10 10:24:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_5: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline and nul terminator. Otherwise, there are cases where garbage may end up in the command history due to a lack of a nul terminator, or input may end up without room for a newline. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.35.4.3 +4 -1 src/sys/ddb/db_input.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:26:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5C30106566B; Mon, 10 Mar 2008 10:26:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A46E58FC22; Mon, 10 Mar 2008 10:26:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAQ4oc071802; Mon, 10 Mar 2008 10:26:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAQ4lw071801; Mon, 10 Mar 2008 10:26:04 GMT (envelope-from rwatson) Message-Id: <200803101026.m2AAQ4lw071801@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:26:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:26:04 -0000 rwatson 2008-03-10 10:26:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ddb db_command.c Log: Merge db_command.c:1.77 from HEAD to RELENG_7: When killing a user process from DDB, check that the requested signal is > 0 rather than >= 0, or we will panic when trying to deliver the signal. PR: 100802 Submitted by: Valerio Daelli Revision Changes Path 1.73.2.1 +1 -1 src/sys/ddb/db_command.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:30:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EF106566C; Mon, 10 Mar 2008 10:30:07 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 555618FC15; Mon, 10 Mar 2008 10:30:07 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAU73h071993; Mon, 10 Mar 2008 10:30:07 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAU7cP071992; Mon, 10 Mar 2008 10:30:07 GMT (envelope-from fjoe) Message-Id: <200803101030.m2AAU7cP071992@repoman.freebsd.org> From: Max Khon Date: Mon, 10 Mar 2008 10:30:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/wxgtk28 Makefile distinfo pkg-plist ports/x11-toolkits/wxgtk28-contrib pkg-plist ports/x11-toolkits/wxgtk28-unicode pkg-plist ports/x11-toolkits/wxgtk28-unicode-contrib pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:30:07 -0000 fjoe 2008-03-10 10:30:07 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk28 Makefile distinfo pkg-plist x11-toolkits/wxgtk28-contrib pkg-plist x11-toolkits/wxgtk28-unicode pkg-plist x11-toolkits/wxgtk28-unicode-contrib pkg-plist Log: Update to 2.8.7. PR: 118918 Submitted by: Alejandro Pulver Revision Changes Path 1.9 +7 -7 ports/x11-toolkits/wxgtk28-contrib/pkg-plist 1.9 +7 -7 ports/x11-toolkits/wxgtk28-unicode-contrib/pkg-plist 1.9 +12 -12 ports/x11-toolkits/wxgtk28-unicode/pkg-plist 1.42 +1 -1 ports/x11-toolkits/wxgtk28/Makefile 1.12 +3 -3 ports/x11-toolkits/wxgtk28/distinfo 1.9 +12 -12 ports/x11-toolkits/wxgtk28/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:37:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AB61065671; Mon, 10 Mar 2008 10:37:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20B128FC29; Mon, 10 Mar 2008 10:37:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAbTfM072269; Mon, 10 Mar 2008 10:37:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAbTmF072268; Mon, 10 Mar 2008 10:37:29 GMT (envelope-from miwi) Message-Id: <200803101037.m2AAbTmF072268@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 10:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gnome-subtitles Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:37:30 -0000 miwi 2008-03-10 10:37:29 UTC FreeBSD ports repository Modified files: multimedia/gnome-subtitles Makefile distinfo pkg-plist Log: - Update to 0.7.2 PR: 121060 Submitted by: Marcin Simonides (maintainer) Revision Changes Path 1.8 +1 -1 ports/multimedia/gnome-subtitles/Makefile 1.6 +3 -3 ports/multimedia/gnome-subtitles/distinfo 1.6 +1 -0 ports/multimedia/gnome-subtitles/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:40:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF2981065672; Mon, 10 Mar 2008 10:40:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDA7D8FC25; Mon, 10 Mar 2008 10:40:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAe0D2072424; Mon, 10 Mar 2008 10:40:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAe0tx072423; Mon, 10 Mar 2008 10:40:00 GMT (envelope-from rwatson) Message-Id: <200803101040.m2AAe0tx072423@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 10:40:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:40:01 -0000 rwatson 2008-03-10 10:40:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_command.c Log: Merge db_command.c from HEAD to RELENG_6: When killing a user process from DDB, check that the requested signal is > 0 rather than >= 0, or we will panic when trying to deliver the signal. PR: 100802 Submitted by: Valerio Daelli Revision Changes Path 1.60.2.5 +1 -1 src/sys/ddb/db_command.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 10:41:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4D910656C6; Mon, 10 Mar 2008 10:41:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5038FC26; Mon, 10 Mar 2008 10:41:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AAfOTU072554; Mon, 10 Mar 2008 10:41:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AAfOLE072553; Mon, 10 Mar 2008 10:41:24 GMT (envelope-from miwi) Message-Id: <200803101041.m2AAfOLE072553@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 10:41:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 10:41:24 -0000 miwi 2008-03-10 10:41:24 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix previous commit * sort * more reference Revision Changes Path 1.1578 +7 -6 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Mar 10 06:24:13 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD9BA1065671 for ; Mon, 10 Mar 2008 06:24:13 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from atlas57.myplace.ru (atlas57.myplace.ru [80.66.68.57]) by mx1.freebsd.org (Postfix) with ESMTP id 0E48D8FC19 for ; Mon, 10 Mar 2008 06:24:12 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: (qmail 13948 invoked from network); 10 Mar 2008 11:40:08 +0600 Received: from gw.nsib.ru (HELO husky.fjoe.local) (217.117.80.2) by atlas57.myplace.ru with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Mar 2008 11:40:08 +0600 Message-ID: <47D4CDC6.6040302@samodelkin.net> Date: Mon, 10 Mar 2008 11:57:26 +0600 From: Max Khon User-Agent: Thunderbird 2.0.0.6 (X11/20071028) MIME-Version: 1.0 To: obrien@freebsd.org References: <200703080916.l289GB7N040141@repoman.freebsd.org> <20080113101421.GA45977@dragon.NUXI.org> <47A1BE18.4000903@samodelkin.net> <20080131171725.GA66805@dragon.NUXI.org> In-Reply-To: <20080131171725.GA66805@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 10 Mar 2008 11:10:39 +0000 Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/make globals.h job.c job.h main.c make.1 make.h parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 06:24:13 -0000 Hi! David O'Brien wrote: >>>> fjoe 2007-03-08 09:16:11 UTC >>>> Modified files: >>>> usr.bin/make globals.h job.c job.h main.c make.1 >>>> make.h parse.c Log: >>>> Implement "Remaking Makefiles" feature: >>>> After reading Makefile and all the files that are included using >>>> .include or .sinclude directives (source Makefiles) make considers >>>> each source Makefile as a target and tries to rebuild it. Both >>>> explicit and implicit rules are checked and all source Makefiles are >>>> updated if necessary. If any of the source Makefiles were rebuilt, >>>> make restarts from clean state. >>> How does one turn this off? It causes SuffFindDeps to be run over every >>> .MAKEFILE_LIST member. This causes a problem if you try to build in >>> src/gnu/usr.bin/cvs/contrib and ./Makefile has an older date than >>> src/contrib/cvs/contrib/Makefile.in. >>> I'm curious, is this functionality depended on to build world? Or it >>> is a feature to do cool stuff outside of /usr/src? >> I wanted to use this feature to auto-calculate depends during build world. >> I know about Makefile.in issue in contrib/cvs and this seems to be the only >> issue in FreeBSD src tree. I'd better remove Makefile.in from there. > > While I think the functionality is pretty cool, and a really neat future. > I'd actually like to have this functionality off by default. I think > this is seriously dangerous, and I'd like to know about prior art to > justify having it on by default. I've talked to one of the NetBSD > make(1) maintainers, and he was quite suprised we'd have this on by > default too. It is turned on for GNU make by default. That was the only justification. >>> commit). I really do think 'make -n' really does mean "DO NOT ACTUALLY >>> EXECUTE THEM". >>> At a minimum, make.1 needs updating to make it clear that 'make -n' can >>> have side affects. >> Will do it. > > That was at a minimum - the more I think about it, 'make -n' cannot have > side affects. /fjoe From owner-cvs-all@FreeBSD.ORG Mon Mar 10 11:32:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42575106566C; Mon, 10 Mar 2008 11:32:07 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 496088FC2D; Mon, 10 Mar 2008 11:32:07 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ABW7uh075806; Mon, 10 Mar 2008 11:32:07 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ABW7n4075805; Mon, 10 Mar 2008 11:32:07 GMT (envelope-from jadawin) Message-Id: <200803101132.m2ABW7n4075805@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 10 Mar 2008 11:32:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-LDAP-Express Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 11:32:07 -0000 jadawin 2008-03-10 11:32:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-LDAP-Express Makefile distinfo pkg-descr pkg-plist Log: A module to simplify connecting up to a LDAP server. WWW: http://search.cpan.org/~bronto/Net-LDAP-Express-0.11/ PR: ports/121505 Submitted by: Zane C, Bowers Approved by: thierry@ (mentor) Revision Changes Path 1.1972 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/p5-Net-LDAP-Express/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-Express/distinfo (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-Express/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-LDAP-Express/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 10 11:32:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE14106566B; Mon, 10 Mar 2008 11:32:24 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFBD8FC1D; Mon, 10 Mar 2008 11:32:24 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ABWOeC075842; Mon, 10 Mar 2008 11:32:24 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ABWOsd075841; Mon, 10 Mar 2008 11:32:24 GMT (envelope-from jadawin) Message-Id: <200803101132.m2ABWOsd075841@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 10 Mar 2008 11:32:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 11:32:24 -0000 jadawin 2008-03-10 11:32:24 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-LDAP-Express --> ports/net/p5-Net-LDAP-Express Revision Changes Path 1.19479 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Mar 10 11:38:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC2D11065676; Mon, 10 Mar 2008 11:38:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9E888FC2C; Mon, 10 Mar 2008 11:38:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ABcvJe076065; Mon, 10 Mar 2008 11:38:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ABcvGw076064; Mon, 10 Mar 2008 11:38:57 GMT (envelope-from rwatson) Message-Id: <200803101138.m2ABcvGw076064@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 11:38:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 11:38:58 -0000 rwatson 2008-03-10 11:38:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ddb db_command.c Log: Merge db_command.c:1.77 from HEAD to RELENG_5: When killing a user process from DDB, check that the requested signal is > 0 rather than >= 0, or we will panic when trying to deliver the signal. PR: 100802 Submitted by: Valerio Daelli Revision Changes Path 1.57.2.3 +1 -1 src/sys/ddb/db_command.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:21:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96494106566B; Mon, 10 Mar 2008 12:21:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 831168FC21; Mon, 10 Mar 2008 12:21:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACLrLu078600; Mon, 10 Mar 2008 12:21:53 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACLrwe078599; Mon, 10 Mar 2008 12:21:53 GMT (envelope-from leeym) Message-Id: <200803101221.m2ACLrwe078599@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 10 Mar 2008 12:21:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Archive-Any Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:21:53 -0000 leeym 2008-03-10 12:21:53 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Any Makefile pkg-plist Log: - use CPAN macro - fix dependency - switch to PERL_MODBUILD - bump PORTREVISION Submitted by: leeym Approved by: clsung Revision Changes Path 1.3 +17 -9 ports/archivers/p5-Archive-Any/Makefile 1.2 +1 -2 ports/archivers/p5-Archive-Any/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:25:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D175A1065670; Mon, 10 Mar 2008 12:25:04 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE4078FC13; Mon, 10 Mar 2008 12:25:04 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACP4fF078732; Mon, 10 Mar 2008 12:25:04 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACP4Aa078731; Mon, 10 Mar 2008 12:25:04 GMT (envelope-from nyan) Message-Id: <200803101225.m2ACP4Aa078731@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 10 Mar 2008 12:25:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:25:05 -0000 nyan 2008-03-10 12:25:04 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: MFi386: revision 1.482. Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories CP2101/CP2102 based USB serial adapters. Revision Changes Path 1.301 +1 -0 src/sys/pc98/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:41:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FD7106566B; Mon, 10 Mar 2008 12:41:51 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04F7F8FC13; Mon, 10 Mar 2008 12:41:51 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACfo20079286; Mon, 10 Mar 2008 12:41:50 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACfonA079285; Mon, 10 Mar 2008 12:41:50 GMT (envelope-from nyan) Message-Id: <200803101241.m2ACfonA079285@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 10 Mar 2008 12:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:41:51 -0000 nyan 2008-03-10 12:41:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pc98/pc98 machdep.c Log: MFC: revision 1.400 Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use. Revision Changes Path 1.396.2.2 +19 -0 src/sys/pc98/pc98/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:45:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4437C1065679; Mon, 10 Mar 2008 12:45:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49F738FC14; Mon, 10 Mar 2008 12:45:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACjgTT079452; Mon, 10 Mar 2008 12:45:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACjgQm079451; Mon, 10 Mar 2008 12:45:42 GMT (envelope-from rafan) Message-Id: <200803101245.m2ACjgQm079451@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 12:45:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cphone Makefile ports/net/cphone/files patch-cpendpoint.h patch-options.h patch-qtvid.cxx patch-qtvid.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:45:43 -0000 rafan 2008-03-10 12:45:41 UTC FreeBSD ports repository Modified files: net/cphone Makefile Added files: net/cphone/files patch-cpendpoint.h patch-options.h patch-qtvid.cxx patch-qtvid.h Log: - Fix build with new openh323/pwlib PR: ports/121290 Submitted by: rafan Approved by: portmgr (marcus) Revision Changes Path 1.20 +1 -1 ports/net/cphone/Makefile 1.1 +10 -0 ports/net/cphone/files/patch-cpendpoint.h (new) 1.1 +10 -0 ports/net/cphone/files/patch-options.h (new) 1.1 +25 -0 ports/net/cphone/files/patch-qtvid.cxx (new) 1.1 +19 -0 ports/net/cphone/files/patch-qtvid.h (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:47:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DA8F1065678; Mon, 10 Mar 2008 12:47:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2987D8FC16; Mon, 10 Mar 2008 12:47:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AClKQZ088630; Mon, 10 Mar 2008 12:47:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AClK09088614; Mon, 10 Mar 2008 12:47:20 GMT (envelope-from rafan) Message-Id: <200803101247.m2AClK09088614@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 12:47:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ohphone Makefile ports/net/ohphone/files patch-main.cxx patch-xlibvid.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:47:21 -0000 rafan 2008-03-10 12:47:19 UTC FreeBSD ports repository Modified files: net/ohphone Makefile Added files: net/ohphone/files patch-main.cxx patch-xlibvid.cxx Log: - Fix build with new openh323/pwlib PR: 121320 Submitted by: rafan Approved by: portmgr (marcus) Revision Changes Path 1.31 +1 -1 ports/net/ohphone/Makefile 1.1 +47 -0 ports/net/ohphone/files/patch-main.cxx (new) 1.1 +10 -0 ports/net/ohphone/files/patch-xlibvid.cxx (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:53:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41D41065673; Mon, 10 Mar 2008 12:53:42 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0C6D8FC23; Mon, 10 Mar 2008 12:53:42 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACrgvU088843; Mon, 10 Mar 2008 12:53:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACrgeW088842; Mon, 10 Mar 2008 12:53:42 GMT (envelope-from phk) Message-Id: <200803101253.m2ACrgeW088842@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 Mar 2008 12:53:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:53:43 -0000 phk 2008-03-10 12:53:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Hook fifolog tools up to the build. To the extent make universe works, it hasn't found any fault with this. Revision Changes Path 1.382 +1 -0 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:57:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20955106566C; Mon, 10 Mar 2008 12:57:50 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 082828FC20; Mon, 10 Mar 2008 12:57:50 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACvnEZ089060; Mon, 10 Mar 2008 12:57:49 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACvnNd089059; Mon, 10 Mar 2008 12:57:49 GMT (envelope-from nyan) Message-Id: <200803101257.m2ACvnNd089059@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 10 Mar 2008 12:57:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pc98/include md_var.h src/sys/pc98/pc98 pc98_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:57:50 -0000 nyan 2008-03-10 12:57:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pc98/include md_var.h sys/pc98/pc98 pc98_machdep.c Log: MFC: sys/pc98/include/md_var.h 1.3; sys/pc98/pc98/pc98_machdep.c 1.28 Add pc98 specific code to adjust the firmware geometry when it differs from the actual geometry. This enables support of disks larger than ~120GB on pc98 boxes. Revision Changes Path 1.2.2.1 +12 -0 src/sys/pc98/include/md_var.h 1.25.2.3 +38 -0 src/sys/pc98/pc98/pc98_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 12:58:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78079106567B; Mon, 10 Mar 2008 12:58:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17B328FC20; Mon, 10 Mar 2008 12:58:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ACwu1H089110; Mon, 10 Mar 2008 12:58:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ACwuBe089109; Mon, 10 Mar 2008 12:58:56 GMT (envelope-from rafan) Message-Id: <200803101258.m2ACwuBe089109@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 12:58:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class-UUIDColumns Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 12:58:58 -0000 rafan 2008-03-10 12:58:56 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-UUIDColumns Makefile distinfo Log: - Update to 0.02003 PR: ports/121496 Submitted by: hideo (maintainer) Revision Changes Path 1.4 +1 -1 ports/databases/p5-DBIx-Class-UUIDColumns/Makefile 1.3 +3 -3 ports/databases/p5-DBIx-Class-UUIDColumns/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:02:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92908106566C; Mon, 10 Mar 2008 13:02:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3AE8FC17; Mon, 10 Mar 2008 13:02:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AD2Ua3089385; Mon, 10 Mar 2008 13:02:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AD2UuW089384; Mon, 10 Mar 2008 13:02:30 GMT (envelope-from rafan) Message-Id: <200803101302.m2AD2UuW089384@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:02:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class-Validation Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:02:30 -0000 rafan 2008-03-10 13:02:30 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-Validation Makefile distinfo Log: - Update to 0.02002 PR: ports/121497 Submitted by: hideo (maintainer) Revision Changes Path 1.3 +5 -6 ports/databases/p5-DBIx-Class-Validation/Makefile 1.2 +3 -3 ports/databases/p5-DBIx-Class-Validation/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:09:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8033106566C; Mon, 10 Mar 2008 13:09:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 93C7E8FC33; Mon, 10 Mar 2008 13:09:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AD9mtS090822; Mon, 10 Mar 2008 13:09:48 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AD9m3s090821; Mon, 10 Mar 2008 13:09:48 GMT (envelope-from rafan) Message-Id: <200803101309.m2AD9m3s090821@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:09:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/manslide Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:09:48 -0000 rafan 2008-03-10 13:09:48 UTC FreeBSD ports repository Modified files: multimedia/manslide Makefile distinfo Log: - Update to 2.0.3 PR: ports/121499 Submitted by: Diego Depaoli (maintainer) Revision Changes Path 1.13 +2 -2 ports/multimedia/manslide/Makefile 1.8 +3 -3 ports/multimedia/manslide/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:12:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C1921065672; Mon, 10 Mar 2008 13:12:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 283318FC21; Mon, 10 Mar 2008 13:12:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADCV88091021; Mon, 10 Mar 2008 13:12:31 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADCVmZ091020; Mon, 10 Mar 2008 13:12:31 GMT (envelope-from rafan) Message-Id: <200803101312.m2ADCVmZ091020@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:12:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gwenhywfar Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:12:31 -0000 rafan 2008-03-10 13:12:30 UTC FreeBSD ports repository Modified files: devel/gwenhywfar Makefile pkg-descr Log: - Fix build with WITH_PORTDOCS - Grammar fix for pkg-descr PR: ports/121506 Submitted by: Edward Sanford Sutton, III Revision Changes Path 1.9 +9 -6 ports/devel/gwenhywfar/Makefile 1.2 +1 -1 ports/devel/gwenhywfar/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:14:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B02106567D; Mon, 10 Mar 2008 13:14:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD9158FC1C; Mon, 10 Mar 2008 13:14:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADE0hO091078; Mon, 10 Mar 2008 13:14:00 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADE0BT091077; Mon, 10 Mar 2008 13:14:00 GMT (envelope-from rafan) Message-Id: <200803101314.m2ADE0BT091077@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:14:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mediawiki110 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:14:01 -0000 rafan 2008-03-10 13:14:00 UTC FreeBSD ports repository Modified files: www/mediawiki110 Makefile distinfo Log: - Update to 1.10.4 - Fix WITH_PGSQL - Add IMAGICK option PR: ports/121509 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.42 +10 -5 ports/www/mediawiki110/Makefile 1.32 +3 -3 ports/www/mediawiki110/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:14:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23E01065677; Mon, 10 Mar 2008 13:14:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE3DB8FC2B; Mon, 10 Mar 2008 13:14:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADEuYb091123; Mon, 10 Mar 2008 13:14:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADEuod091122; Mon, 10 Mar 2008 13:14:56 GMT (envelope-from rafan) Message-Id: <200803101314.m2ADEuod091122@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:14:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mediawiki19 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:14:57 -0000 rafan 2008-03-10 13:14:56 UTC FreeBSD ports repository Modified files: www/mediawiki19 Makefile distinfo Log: - Update to 1.9.6 - Fix WITH_PGSQL - Add IMAGICK option PR: ports/121510 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.41 +10 -5 ports/www/mediawiki19/Makefile 1.29 +3 -3 ports/www/mediawiki19/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:15:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E8E11065670; Mon, 10 Mar 2008 13:15:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3E48FC14; Mon, 10 Mar 2008 13:15:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADFhBp091210; Mon, 10 Mar 2008 13:15:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADFhKs091209; Mon, 10 Mar 2008 13:15:43 GMT (envelope-from rafan) Message-Id: <200803101315.m2ADFhKs091209@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:15:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/springframework Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:15:43 -0000 rafan 2008-03-10 13:15:42 UTC FreeBSD ports repository Modified files: java/springframework Makefile distinfo Log: - Update to 2.5.2 PR: ports/121511 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.3 +1 -1 ports/java/springframework/Makefile 1.3 +3 -3 ports/java/springframework/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:16:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 237201065677; Mon, 10 Mar 2008 13:16:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3B18FC27; Mon, 10 Mar 2008 13:16:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADGTOk091282; Mon, 10 Mar 2008 13:16:29 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADGTCi091281; Mon, 10 Mar 2008 13:16:29 GMT (envelope-from rafan) Message-Id: <200803101316.m2ADGTCi091281@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:16:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mediawiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:16:30 -0000 rafan 2008-03-10 13:16:29 UTC FreeBSD ports repository Modified files: www/mediawiki Makefile distinfo Log: - Update to 1.11.2 PR: ports/121516 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.42 +34 -6 ports/www/mediawiki/Makefile 1.32 +3 -3 ports/www/mediawiki/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:19:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C9FE1065670; Mon, 10 Mar 2008 13:19:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C72E8FC20; Mon, 10 Mar 2008 13:19:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADJmOr091389; Mon, 10 Mar 2008 13:19:48 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADJmP0091388; Mon, 10 Mar 2008 13:19:48 GMT (envelope-from rafan) Message-Id: <200803101319.m2ADJmP0091388@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 10 Mar 2008 13:19:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-PAR-Packer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:19:48 -0000 rafan 2008-03-10 13:19:48 UTC FreeBSD ports repository Modified files: devel/p5-PAR-Packer Makefile distinfo Log: - Update to 0.978 Revision Changes Path 1.6 +2 -2 ports/devel/p5-PAR-Packer/Makefile 1.6 +3 -3 ports/devel/p5-PAR-Packer/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:22:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 630D91065672; Mon, 10 Mar 2008 13:22:24 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 3275A8FC23; Mon, 10 Mar 2008 13:22:24 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m2ADOEuO002873; Mon, 10 Mar 2008 09:24:14 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m2ADOEgB002872; Mon, 10 Mar 2008 09:24:14 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 10 Mar 2008 09:24:14 -0400 From: David Schultz To: Mike Silbersack Message-ID: <20080310132414.GA2698@zim.MIT.EDU> Mail-Followup-To: Mike Silbersack , Bruce Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200803051121.m25BLE03035426@repoman.freebsd.org> <20080305230954.X55190@odysseus.silby.com> <20080307122252.Y11033@delplex.bde.org> <20080310015118.L43534@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080310015118.L43534@odysseus.silby.com> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Bruce Evans Subject: Re: cvs commit: src/sys/i386/include _types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:22:24 -0000 On Mon, Mar 10, 2008, Mike Silbersack wrote: > > On Fri, 7 Mar 2008, Bruce Evans wrote: > > >On Wed, 5 Mar 2008, Mike Silbersack wrote: > >>As I've said in the past, I'd really, really, really like to see > >>regression tests for any change to the floating point functions. The > >>types of changes you've been making are not easy to verify just by > >>looking at diffs. > > > >I run local regression tests of 4 billon to 64 billion cases per > >function or 1.3 trillion cases for 125 functions a 36-hour run on a > >2.2HGz UP system. These are not well organized enough for commit. > >You will have to trust that they are done before commit (or after on > >some other machines) :-). I mostly use semi-exhaustive (exhaustive > >for 1-arg float precision functions) checks on machine-generated args. > >This seems to find problems more routinely than smarter tests, up to > >at least double precision. das@ committed some smarter tests. > > So clean them up and commit them. I'm not saying that anyone will > actually run them, but at least they will be there if one chooses to. > > >OTOH, I barely tested the changes to float_t and double_t. These types > >are so rarely used that they are never used in /usr/src, at least in > >my old src tree, except for my uncommitted changes in libm parts. > > > >Bruce > > The subsequent thread has taught me that I don't care enough about > floating point to participate in this thread beyond the regression test > point. :) I don't necessarily agree with this change, but in Bruce's defense, it's a one-line change, and there aren't many useful ways you could test it. The only thing it would break is buggy third-party apps. As for the argument that ``The types of changes [Bruce has] making are not easy to verify just by looking at diffs,'' well, yes---if you don't care about floating point by your own admission, that's certainly the case. ;-) I have checked in a bunch of tests for various libm functions. This works great for things like ilogb that are always supposed to return the exact answer, okay for things like fe* that are often limited by architectural differences, and not so great for functions like exp() and sin() that are not always exact. The best way to test the functions in the last category is to look for the worst error via random or systematic search, and make sure that error is below some threshold. But this requires tests that run for a long time, and the tests themselves won't work without a reference implementation that's more accurate than (or at least different from) libm's implementation. I have many tests that use mpfr or SunOS 5.10 the math library as a reference, but none of that can be committed. Hence, for these functions, I generally only commit tests for corner cases. On top of all that, tests often fail on Alpha, IA64, powerpc, and sparc64, since these architectures rely partly on software emulation of some features, which is incomplete in FreeBSD, and I don't have time to fix it. From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:35:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEBC21065674; Mon, 10 Mar 2008 13:35:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9A368FC1D; Mon, 10 Mar 2008 13:35:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADZhe8092150; Mon, 10 Mar 2008 13:35:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADZhmR092149; Mon, 10 Mar 2008 13:35:43 GMT (envelope-from miwi) Message-Id: <200803101335.m2ADZhmR092149@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 13:35:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/tijmp Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:35:44 -0000 miwi 2008-03-10 13:35:43 UTC FreeBSD ports repository Modified files: devel/tijmp Makefile distinfo pkg-descr Log: - Update to 0.5 PR: 121536 Submitted by: Ronald Klop Revision Changes Path 1.3 +5 -5 ports/devel/tijmp/Makefile 1.2 +3 -3 ports/devel/tijmp/distinfo 1.2 +1 -1 ports/devel/tijmp/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:43:59 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB931065674 for ; Mon, 10 Mar 2008 13:43:58 +0000 (UTC) (envelope-from yar.tikhiy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 635E68FC18 for ; Mon, 10 Mar 2008 13:43:58 +0000 (UTC) (envelope-from yar.tikhiy@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1638166fgg.35 for ; Mon, 10 Mar 2008 06:43:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=BN6mBuGQ/Sn3sCKEHuui5KdSBg7dN+vOJV9Xw+BBDSI=; b=vS+8RJJB3CtLyINZi9CWmZbODLIV6uV2MFu0WG9X3NxdY0fmx9tEbwW6S3WRtNEeIzNSLu5GeOLPH48jzJiz/SaPdSiy0MtFkr3ettQosJs8Vbs+P9bkaDQtfCohy887SIIDP9odvNlCCa8JzyFrhU+GHnOJUS8QY5izN8w2kOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=pWd3/SHsayjVV+4RMs8TCB+WYgHWoVQbws+M49zzYEIoGkNGhFAiFiggF++vkfjNM5o5yDGEEmaAXvid7PQ8TXrtsVWZ9ONwXF5/dr246akkF9e0k7Jkod8+A6D+AJREQzgRcLQXvUo41r6uO8K3z+i2GeYKsn83on5s8Joj+QI= Received: by 10.86.98.18 with SMTP id v18mr1832070fgb.52.1205156636074; Mon, 10 Mar 2008 06:43:56 -0700 (PDT) Received: from dg.local ( [83.237.56.23]) by mx.google.com with ESMTPS id 4sm8126144fgg.4.2008.03.10.06.43.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Mar 2008 06:43:54 -0700 (PDT) Date: Mon, 10 Mar 2008 16:44:10 +0300 From: Yar Tikhiy To: Craig Rodrigues Message-ID: <20080310134410.GA47195@dg.local> References: <200803050825.m258Ppv2016738@repoman.freebsd.org> <20080305122029.GA7027@dg.local> <20080305222402.GA80407@crodrigues.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080305222402.GA80407@crodrigues.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Yar Tikhiy Cc: Craig Rodrigues , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:43:59 -0000 On Wed, Mar 05, 2008 at 10:24:02PM +0000, Craig Rodrigues wrote: > On Wed, Mar 05, 2008 at 03:20:29PM +0300, Yar Tikhiy wrote: > > Your analysis of the problem sounds not quite correct to me. > > You make some interesting points in your e-mail. > I suggest that you summarize the points and > post them to arch@ for further review and discussion. My points are directly related to your commit. To illustrate them clearlier, I instrumented vfs_mount.c with the patch shown in the attachment and investigated how fsck_ffs now affects the root mount options. My findings agree with my prognosis; they are as follows. When fsck_ffs just invokes nmount(2), the initial mount options on the root are: fstype, fspath, from. Just before nmount() returns, the mount options on the root become: fstype, from, fspath, errmsg, update, ro. Prior to your commit the final options were: fstype, from, fspath, errmsg. Thus, due to your commit, fsck_ffs now sets two additional string options on the root mount, "ro" and "update". Both are permanent, i.e., they remain there after fsck_ffs exited. I maintain that: 1) Setting "ro" from fsck_ffs is but a hack needed because the option cannot be set on the root mount at boot time due to bugs. The hack is tolerable, but you failed to mark it clearly as a temporary workaround, e.g., using a reasonable XXX-style comment providing enough details. 2) Setting "update" as a _permanent_ option on the mount point is just wrong because "update" isn't one. The nmount(2) code cannot cope with "update" as a string option yet; it still needs to be spelled MNT_UPDATE. And, to the best of my knowledge, there is no problem with still using that bit flag, although you hint at some `weird things'. This part of the change should be reverted. (Another approach could be to fix vfs_donmount(), but that would require the architectural decision be made on whether nmount(2) modifiers are spelled as string options or bit flags. Currently no FS code tries to check for "update", and "reload" isn't there yet, so the issue is still pending. Feel free to conduct a thread on -arch.) Now I expect you either prove my points wrong using technical facts, or react to them by the respective commit(s) to fsck_ffs. Otherwise I'll be forced to request fsck_ffs/main.c rev. 1.49 be backed out and PR 120319 be reopened. Thanks! -- Yar P.S. Here's how I instrumented vfs_mount.c: --- vfs_mount.c.orig 2008-02-19 20:04:36.000000000 +0300 +++ vfs_mount.c 2008-03-10 12:29:30.000000000 +0300 @@ -324,6 +324,19 @@ return (error); } +static void +vfs_printopts(struct vfsoptlist *opts) +{ + struct vfsopt *opt; + int first = 1; + + TAILQ_FOREACH(opt, opts, link) { + printf("%s%s", first ? "" : " ", opt->name); + if (first) + first = 0; + } +} + /* * Merge the old mount options with the new ones passed * in the MNT_UPDATE case. @@ -948,7 +961,16 @@ MNT_IUNLOCK(mp); VOP_UNLOCK(vp, 0); mp->mnt_optnew = fsdata; + printf(">>> opts before: "); + vfs_printopts(mp->mnt_opt); + printf("\n"); + printf(">>> opts new: "); + vfs_printopts(mp->mnt_optnew); + printf("\n"); vfs_mergeopts(mp->mnt_optnew, mp->mnt_opt); + printf(">>> opts merged: "); + vfs_printopts(mp->mnt_optnew); + printf("\n"); } else { /* * If the user is not root, ensure that they own the directory @@ -1027,6 +1049,9 @@ if (mp->mnt_opt != NULL) vfs_freeopts(mp->mnt_opt); mp->mnt_opt = mp->mnt_optnew; + printf(">>> opts final: "); + vfs_printopts(mp->mnt_opt); + printf("\n"); (void)VFS_STATFS(mp, &mp->mnt_stat, td); } /* From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:56:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18EC7106566B; Mon, 10 Mar 2008 13:56:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 038148FC27; Mon, 10 Mar 2008 13:56:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADuWaq095508; Mon, 10 Mar 2008 13:56:32 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADuW35095507; Mon, 10 Mar 2008 13:56:32 GMT (envelope-from gahr) Message-Id: <200803101356.m2ADuW35095507@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 13:56:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/beast Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:56:33 -0000 gahr 2008-03-10 13:56:32 UTC FreeBSD ports repository Modified files: audio/beast Makefile Log: - Remove USE_XLIB in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.26 +2 -1 ports/audio/beast/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 13:59:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61BF5106566B; Mon, 10 Mar 2008 13:59:07 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3FB8FC1A; Mon, 10 Mar 2008 13:59:07 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ADx7eG095600; Mon, 10 Mar 2008 13:59:07 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ADx7Y2095599; Mon, 10 Mar 2008 13:59:07 GMT (envelope-from leeym) Message-Id: <200803101359.m2ADx7Y2095599@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 10 Mar 2008 13:59:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Archive-Any Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 13:59:07 -0000 leeym 2008-03-10 13:59:07 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Any Makefile Log: - remove BUILD_DEPENDS to allow build on perl-5.6.2 - bump PORTREVISION Revision Changes Path 1.4 +1 -5 ports/archivers/p5-Archive-Any/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 14:44:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F381065674; Mon, 10 Mar 2008 14:44:41 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1578FC1A; Mon, 10 Mar 2008 14:44:41 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AEifkH098301; Mon, 10 Mar 2008 14:44:41 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AEifrL098300; Mon, 10 Mar 2008 14:44:41 GMT (envelope-from jkoshy) Message-Id: <200803101444.m2AEifrL098300@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 10 Mar 2008 14:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.3 archive_util.3 archive_write.3 archive_write_disk.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 14:44:41 -0000 jkoshy 2008-03-10 14:44:41 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.3 archive_util.3 archive_write.3 archive_write_disk.3 Log: Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns. Reviewed by: ru Revision Changes Path 1.16 +45 -7 src/lib/libarchive/archive_entry.3 1.8 +6 -1 src/lib/libarchive/archive_util.3 1.23 +36 -6 src/lib/libarchive/archive_write.3 1.2 +16 -3 src/lib/libarchive/archive_write_disk.3 From owner-cvs-all@FreeBSD.ORG Mon Mar 10 14:45:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 378FC106566B; Mon, 10 Mar 2008 14:45:30 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20A7D8FC39; Mon, 10 Mar 2008 14:45:30 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AEjT5I098394; Mon, 10 Mar 2008 14:45:29 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AEjT1k098393; Mon, 10 Mar 2008 14:45:29 GMT (envelope-from jkoshy) Message-Id: <200803101445.m2AEjT1k098393@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 10 Mar 2008 14:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 14:45:30 -0000 jkoshy 2008-03-10 14:45:29 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.3 Log: Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns. Correct a typo [a misplaced comma]. Reviewed by: ru Revision Changes Path 1.36 +71 -13 src/lib/libarchive/archive_read.3 From owner-cvs-all@FreeBSD.ORG Mon Mar 10 14:55:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91AE4106566C; Mon, 10 Mar 2008 14:55:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0CF8FC22; Mon, 10 Mar 2008 14:55:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AEtams001289; Mon, 10 Mar 2008 14:55:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AEtaTJ001288; Mon, 10 Mar 2008 14:55:36 GMT (envelope-from rwatson) Message-Id: <200803101455.m2AEtaTJ001288@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 14:55:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netsmb smb_conn.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 14:55:36 -0000 rwatson 2008-03-10 14:55:34 UTC FreeBSD src repository Modified files: sys/netsmb smb_conn.h Log: Remove unused vc_tnode field from struct smb_vc. MFC after: 3 days Revision Changes Path 1.13 +0 -1 src/sys/netsmb/smb_conn.h From owner-cvs-all@FreeBSD.ORG Mon Mar 10 15:25:47 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4FF311065675; Mon, 10 Mar 2008 15:25:47 +0000 (UTC) Date: Mon, 10 Mar 2008 15:25:47 +0000 From: Alexey Dokuchaev To: Jeremy Messenger Message-ID: <20080310152547.GB79662@FreeBSD.org> References: <200803072336.m27Na1SR009283@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Oliver Lehmann , ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/tv-fonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 15:25:47 -0000 On Fri, Mar 07, 2008 at 10:15:15PM -0600, Jeremy Messenger wrote: > On Fri, 07 Mar 2008 17:36:01 -0600, Oliver Lehmann > wrote: > > >oliver 2008-03-07 23:36:01 UTC > > > > FreeBSD ports repository > > > > Modified files: > > x11-fonts/tv-fonts Makefile > > Log: > > remove USE_XLIB > > replace X_CLIENTS_PORT > > RUN_DEPENDS= ${BUILD_DEPENDS} We should write a paragraph about = vs. := assignments in Porter's Handbook. ./danfe From owner-cvs-all@FreeBSD.ORG Mon Mar 10 15:39:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39DD2106566B; Mon, 10 Mar 2008 15:39:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 216708FC16; Mon, 10 Mar 2008 15:39:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AFdUVr005782; Mon, 10 Mar 2008 15:39:31 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AFdUQr005781; Mon, 10 Mar 2008 15:39:30 GMT (envelope-from gahr) Message-Id: <200803101539.m2AFdUQr005781@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 15:39:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gnomoradio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 15:39:31 -0000 gahr 2008-03-10 15:39:30 UTC FreeBSD ports repository Modified files: audio/gnomoradio Makefile Log: - Remove useless dependency on XLIB - Remove useless restriction on GCC version Approved by: miwi (mentor) Revision Changes Path 1.18 +2 -4 ports/audio/gnomoradio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 15:55:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EC3B106566C; Mon, 10 Mar 2008 15:55:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 663218FC21; Mon, 10 Mar 2008 15:55:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AFtYGD006755; Mon, 10 Mar 2008 15:55:34 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AFtYAX006754; Mon, 10 Mar 2008 15:55:34 GMT (envelope-from gahr) Message-Id: <200803101555.m2AFtYAX006754@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 15:55:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/gnofin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 15:55:34 -0000 gahr 2008-03-10 15:55:33 UTC FreeBSD ports repository Modified files: finance/gnofin Makefile Log: - Remove USE_X_PREFIX in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.38 +3 -2 ports/finance/gnofin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 15:56:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 100801065676; Mon, 10 Mar 2008 15:56:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBEF98FC1B; Mon, 10 Mar 2008 15:56:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AFuEJ2006796; Mon, 10 Mar 2008 15:56:14 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AFuEi6006795; Mon, 10 Mar 2008 15:56:14 GMT (envelope-from gahr) Message-Id: <200803101556.m2AFuEi6006795@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 15:56:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/adgali Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 15:56:15 -0000 gahr 2008-03-10 15:56:14 UTC FreeBSD ports repository Modified files: games/adgali Makefile Log: - Remove USE_XPM in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.32 +2 -2 ports/games/adgali/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:01:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13D51065675; Mon, 10 Mar 2008 16:01:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A86C38FC23; Mon, 10 Mar 2008 16:01:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG1p7N007006; Mon, 10 Mar 2008 16:01:51 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG1p79007005; Mon, 10 Mar 2008 16:01:51 GMT (envelope-from gahr) Message-Id: <200803101601.m2AG1p79007005@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 16:01:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/atr3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:01:51 -0000 gahr 2008-03-10 16:01:51 UTC FreeBSD ports repository Modified files: games/atr3d Makefile Log: - Remove USE_X_PREFIX in favor of USE_XORG - Respect USE_GL - Add optional sound knob Approved by: miwi (mentor) Revision Changes Path 1.28 +15 -7 ports/games/atr3d/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:02:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1D31065675; Mon, 10 Mar 2008 16:02:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F4A8FC26; Mon, 10 Mar 2008 16:02:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG2Vc8007045; Mon, 10 Mar 2008 16:02:31 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG2VL0007044; Mon, 10 Mar 2008 16:02:31 GMT (envelope-from gahr) Message-Id: <200803101602.m2AG2VL0007044@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 16:02:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ayam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:02:31 -0000 gahr 2008-03-10 16:02:31 UTC FreeBSD ports repository Modified files: graphics/ayam Makefile Log: - Remove USE_XLIB in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.25 +2 -2 ports/graphics/ayam/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:05:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 634CF106566C; Mon, 10 Mar 2008 16:05:06 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF1E8FC16; Mon, 10 Mar 2008 16:05:06 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG56lY008333; Mon, 10 Mar 2008 16:05:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG560i008332; Mon, 10 Mar 2008 16:05:06 GMT (envelope-from alepulver) Message-Id: <200803101605.m2AG560i008332@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 10 Mar 2008 16:05:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/doom-freedoom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:05:06 -0000 alepulver 2008-03-10 16:05:06 UTC FreeBSD ports repository Modified files: games/doom-freedoom Makefile distinfo Log: - Update to version 0.6. Revision Changes Path 1.7 +2 -3 ports/games/doom-freedoom/Makefile 1.5 +3 -3 ports/games/doom-freedoom/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:06:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C59D8106566B; Mon, 10 Mar 2008 16:06:34 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C386E8FC17; Mon, 10 Mar 2008 16:06:34 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG6Yh3008492; Mon, 10 Mar 2008 16:06:34 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG6YnH008491; Mon, 10 Mar 2008 16:06:34 GMT (envelope-from alepulver) Message-Id: <200803101606.m2AG6YnH008491@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 10 Mar 2008 16:06:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/pdfedit Makefile distinfo pkg-plist ports/editors/pdfedit/files patch-Makefile.flags.in patch-config.pro.in.in patch-configure patch-src__gui__pdfedit.pro patch-src__qsa__configure patch-src__utils__Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:06:34 -0000 alepulver 2008-03-10 16:06:34 UTC FreeBSD ports repository Modified files: editors/pdfedit Makefile distinfo pkg-plist Added files: editors/pdfedit/files patch-Makefile.flags.in patch-configure patch-src__qsa__configure Removed files: editors/pdfedit/files patch-config.pro.in.in patch-src__gui__pdfedit.pro patch-src__utils__Makefile Log: - Update to version 0.4.1. Revision Changes Path 1.2 +1 -1 ports/editors/pdfedit/Makefile 1.2 +3 -3 ports/editors/pdfedit/distinfo 1.1 +18 -0 ports/editors/pdfedit/files/patch-Makefile.flags.in (new) 1.2 +0 -12 ports/editors/pdfedit/files/patch-config.pro.in.in (dead) 1.1 +14 -0 ports/editors/pdfedit/files/patch-configure (new) 1.2 +0 -11 ports/editors/pdfedit/files/patch-src__gui__pdfedit.pro (dead) 1.1 +11 -0 ports/editors/pdfedit/files/patch-src__qsa__configure (new) 1.2 +0 -15 ports/editors/pdfedit/files/patch-src__utils__Makefile (dead) 1.2 +64 -41 ports/editors/pdfedit/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:08:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A24106566C; Mon, 10 Mar 2008 16:08:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCD08FC19; Mon, 10 Mar 2008 16:08:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG8jrJ008588; Mon, 10 Mar 2008 16:08:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG8jm7008587; Mon, 10 Mar 2008 16:08:45 GMT (envelope-from miwi) Message-Id: <200803101608.m2AG8jm7008587@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 16:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/gajim-devel Makefile distinfo pkg-plist ports/net-im/gajim-devel/files patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:08:45 -0000 miwi 2008-03-10 16:08:45 UTC FreeBSD ports repository Modified files: net-im/gajim-devel Makefile distinfo pkg-plist net-im/gajim-devel/files patch-src-Makefile.in Log: - Update to 20080309 PR: 121544 Submitted by: Denis Shaposhnikov (maintaner) Revision Changes Path 1.26 +17 -7 ports/net-im/gajim-devel/Makefile 1.15 +3 -3 ports/net-im/gajim-devel/distinfo 1.2 +76 -12 ports/net-im/gajim-devel/files/patch-src-Makefile.in 1.19 +106 -1 ports/net-im/gajim-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:08:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4FB6106567A; Mon, 10 Mar 2008 16:08:58 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E432B8FC1A; Mon, 10 Mar 2008 16:08:58 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AG8rGv008650; Mon, 10 Mar 2008 16:08:53 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AG8rFX008649; Mon, 10 Mar 2008 16:08:53 GMT (envelope-from fjoe) Message-Id: <200803101608.m2AG8rFX008649@repoman.freebsd.org> From: Max Khon Date: Mon, 10 Mar 2008 16:08:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/tora Makefile distinfo pkg-plist ports/databases/tora/files patch-Makefile.in patch-configure patch-doc_Makefile.in patch-src_Makefile.in patch-tothread.h patch-totool.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:08:59 -0000 fjoe 2008-03-10 16:08:53 UTC FreeBSD ports repository Modified files: databases/tora Makefile distinfo pkg-plist Added files: databases/tora/files patch-doc_Makefile.in patch-src_Makefile.in Removed files: databases/tora/files patch-Makefile.in patch-configure patch-tothread.h patch-totool.cpp Log: Update to 1.3.22. PR: 116673 Submitted by: Thierry Thomas Revision Changes Path 1.18 +9 -5 ports/databases/tora/Makefile 1.8 +3 -3 ports/databases/tora/distinfo 1.3 +0 -20 ports/databases/tora/files/patch-Makefile.in (dead) 1.2 +0 -141 ports/databases/tora/files/patch-configure (dead) 1.1 +31 -0 ports/databases/tora/files/patch-doc_Makefile.in (new) 1.1 +29 -0 ports/databases/tora/files/patch-src_Makefile.in (new) 1.2 +0 -11 ports/databases/tora/files/patch-tothread.h (dead) 1.2 +0 -18 ports/databases/tora/files/patch-totool.cpp (dead) 1.4 +411 -93 ports/databases/tora/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:11:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5D9106566B; Mon, 10 Mar 2008 16:11:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 512018FC1F; Mon, 10 Mar 2008 16:11:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AGBWDm008849; Mon, 10 Mar 2008 16:11:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AGBWA5008848; Mon, 10 Mar 2008 16:11:32 GMT (envelope-from miwi) Message-Id: <200803101611.m2AGBWA5008848@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 16:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/c64bdf Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:11:32 -0000 miwi 2008-03-10 16:11:32 UTC FreeBSD ports repository Modified files: x11-fonts Makefile Added files: x11-fonts/c64bdf Makefile distinfo pkg-descr Log: Get Commodore 64 font installed under the X Window System. WWW: http://beej.us/c64bdf/ PR: ports/120868 Submitted by: Marcin Cieslak Revision Changes Path 1.94 +1 -0 ports/x11-fonts/Makefile 1.1 +33 -0 ports/x11-fonts/c64bdf/Makefile (new) 1.1 +3 -0 ports/x11-fonts/c64bdf/distinfo (new) 1.1 +3 -0 ports/x11-fonts/c64bdf/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:11:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0343106566B; Mon, 10 Mar 2008 16:11:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 980318FC22; Mon, 10 Mar 2008 16:11:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AGBwEf008895; Mon, 10 Mar 2008 16:11:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AGBwMV008894; Mon, 10 Mar 2008 16:11:58 GMT (envelope-from miwi) Message-Id: <200803101611.m2AGBwMV008894@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 16:11:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:11:58 -0000 miwi 2008-03-10 16:11:58 UTC FreeBSD ports repository Modified files: . modules Log: c64bdf --> ports/x11-fonts/c64bdf Revision Changes Path 1.19480 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:49:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 242A91065672; Mon, 10 Mar 2008 16:49:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 083538FC22; Mon, 10 Mar 2008 16:49:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AGnhKN019096; Mon, 10 Mar 2008 16:49:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AGnh13019095; Mon, 10 Mar 2008 16:49:43 GMT (envelope-from jhb) Message-Id: <200803101649.m2AGnh13019095@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Mar 2008 16:49:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/zoneinfo leapseconds southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:49:44 -0000 jhb 2008-03-10 16:49:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo leapseconds southamerica Log: MFC: tzdata2008a Revision Changes Path 1.4.2.11 +7 -6 src/share/zoneinfo/leapseconds 1.12.2.14 +26 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:53:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8ADA1065670; Mon, 10 Mar 2008 16:53:36 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2938FC17; Mon, 10 Mar 2008 16:53:36 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AGra4B019270; Mon, 10 Mar 2008 16:53:36 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AGrah9019269; Mon, 10 Mar 2008 16:53:36 GMT (envelope-from ahze) Message-Id: <200803101653.m2AGrah9019269@repoman.freebsd.org> From: Michael Johnson Date: Mon, 10 Mar 2008 16:53:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/libgnomeui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:53:36 -0000 ahze 2008-03-10 16:53:36 UTC FreeBSD ports repository Modified files: x11-toolkits/libgnomeui Makefile distinfo pkg-plist Log: Update to 2.22.01 Revision Changes Path 1.56 +1 -1 ports/x11-toolkits/libgnomeui/Makefile 1.31 +3 -3 ports/x11-toolkits/libgnomeui/distinfo 1.38 +12 -0 ports/x11-toolkits/libgnomeui/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:57:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A3CA10656CB; Mon, 10 Mar 2008 16:57:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id A554E8FC26; Mon, 10 Mar 2008 16:57:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 234963016-1834499 for multiple; Mon, 10 Mar 2008 12:58:59 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2AGvBcv087560; Mon, 10 Mar 2008 12:57:16 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Marius Strobl Date: Mon, 10 Mar 2008 12:39:37 -0400 User-Agent: KMail/1.9.7 References: <200803091553.m29FrYZS028376@repoman.freebsd.org> In-Reply-To: <200803091553.m29FrYZS028376@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803101239.37335.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Mar 2008 12:57:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6192/Mon Mar 10 10:54:00 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include tlb.h src/sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c spitfire.c tlb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:57:24 -0000 On Sunday 09 March 2008 11:53:34 am Marius Strobl wrote: > marius 2008-03-09 15:53:34 UTC > > FreeBSD src repository > > Modified files: > sys/sparc64/include tlb.h > sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c > spitfire.c tlb.c > Log: > - Do as the comment in pmap_bootstrap() suggests and flush all non-locked > TLB entries possibly left over by the firmware and also do so while > bootstrapping APs. > - Use __FBSDID. Does this fix the panics when switching to a smaller kernel in the loader? -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Mar 10 16:57:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2035810656CB; Mon, 10 Mar 2008 16:57:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 4A7158FC1B; Mon, 10 Mar 2008 16:57:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 234963019-1834499 for multiple; Mon, 10 Mar 2008 12:59:02 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2AGvBcw087560; Mon, 10 Mar 2008 12:57:23 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Mon, 10 Mar 2008 12:44:51 -0400 User-Agent: KMail/1.9.7 References: <200803091349.m29Dn91v003746@repoman.freebsd.org> In-Reply-To: <200803091349.m29Dn91v003746@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803101244.52073.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Mar 2008 12:57:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6192/Mon Mar 10 10:54:00 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 16:57:29 -0000 On Sunday 09 March 2008 09:49:09 am Robert Watson wrote: > rwatson 2008-03-09 13:49:09 UTC > > FreeBSD src repository > > Modified files: > usr.bin/gzip gzip.c > Log: > Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to > its existing understanding that .tgz uncompresses to .tar. > > MFC after: 3 days > PR: 121519 > Submitted by: Ighighi > > Revision Changes Path > 1.6 +2 -0 src/usr.bin/gzip/gzip.c So are we creating packages for ports that are compressed with gzip but using bzip names? Otherwise, gunzip should probably fail on a '.tbz' because it isn't a gzipped file (unless gunzip auto-invokes bunzip2 or some such feature that I'm not aware of). -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:03:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2B6106566B; Mon, 10 Mar 2008 17:03:39 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB8A8FC17; Mon, 10 Mar 2008 17:03:39 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AH3dui020849; Mon, 10 Mar 2008 17:03:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AH3dg9020848; Mon, 10 Mar 2008 17:03:39 GMT (envelope-from simon) Message-Id: <200803101703.m2AH3dg9020848@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 10 Mar 2008 17:03:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/snapshots index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:03:39 -0000 simon 2008-03-10 17:03:39 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: - Remove the list of currently existing snapshots and just point people at the FTP directory. It's very often the list is out of date and the list doesn't bring much useful information which can't quickly be found by just looking in the FTP directories. - Note that snapshots are currently done for FreeBSD 6, 7, and 8. Discussed with: kensmith Revision Changes Path 1.43 +10 -23 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:09:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DBAB106567A; Mon, 10 Mar 2008 17:09:30 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBDF8FC1C; Mon, 10 Mar 2008 17:09:30 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AH9UeO021044; Mon, 10 Mar 2008 17:09:30 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AH9Uxh021043; Mon, 10 Mar 2008 17:09:30 GMT (envelope-from lippe) Message-Id: <200803101709.m2AH9Uxh021043@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 17:09:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-LectroTest Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:09:30 -0000 lippe 2008-03-10 17:09:30 UTC FreeBSD ports repository Modified files: devel/p5-Test-LectroTest Makefile distinfo Log: - Update to 0.3600. Approved by: gabor (mentor), maintainer timeout Revision Changes Path 1.7 +2 -3 ports/devel/p5-Test-LectroTest/Makefile 1.6 +3 -3 ports/devel/p5-Test-LectroTest/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:10:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB741065670; Mon, 10 Mar 2008 17:10:57 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9AA8FC17; Mon, 10 Mar 2008 17:10:57 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHAvPj021167; Mon, 10 Mar 2008 17:10:57 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHAvUo021166; Mon, 10 Mar 2008 17:10:57 GMT (envelope-from lippe) Message-Id: <200803101710.m2AHAvUo021166@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 17:10:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Devel-SimpleTrace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:10:57 -0000 lippe 2008-03-10 17:10:57 UTC FreeBSD ports repository Modified files: devel/p5-Devel-SimpleTrace Makefile distinfo Log: - Update to 0.07; - Add missing dependencies. Approved by: gabor (mentor), maintainer timeout Revision Changes Path 1.3 +5 -3 ports/devel/p5-Devel-SimpleTrace/Makefile 1.2 +3 -3 ports/devel/p5-Devel-SimpleTrace/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:12:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36780106566B; Mon, 10 Mar 2008 17:12:09 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 169CD8FC1D; Mon, 10 Mar 2008 17:12:09 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHC8VU021238; Mon, 10 Mar 2008 17:12:08 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHC8oD021237; Mon, 10 Mar 2008 17:12:08 GMT (envelope-from lippe) Message-Id: <200803101712.m2AHC8oD021237@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 17:12:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Geo-ShapeFile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:12:09 -0000 lippe 2008-03-10 17:12:07 UTC FreeBSD ports repository Modified files: devel/p5-Geo-ShapeFile Makefile distinfo Log: - Update to 2.52 Approved by: gabor (mentor), maintainer timeout Revision Changes Path 1.3 +2 -3 ports/devel/p5-Geo-ShapeFile/Makefile 1.2 +3 -3 ports/devel/p5-Geo-ShapeFile/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:16:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F11E11065676; Mon, 10 Mar 2008 17:16:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id D1BB88FC1D; Mon, 10 Mar 2008 17:16:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 6508746B53; Mon, 10 Mar 2008 13:16:29 -0400 (EDT) Date: Mon, 10 Mar 2008 17:16:29 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200803101244.52073.jhb@freebsd.org> Message-ID: <20080310171551.Y70549@fledge.watson.org> References: <200803091349.m29Dn91v003746@repoman.freebsd.org> <200803101244.52073.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:16:30 -0000 On Mon, 10 Mar 2008, John Baldwin wrote: >> usr.bin/gzip gzip.c >> Log: >> Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar > to >> its existing understanding that .tgz uncompresses to .tar. >> >> MFC after: 3 days >> PR: 121519 >> Submitted by: Ighighi >> >> Revision Changes Path >> 1.6 +2 -0 src/usr.bin/gzip/gzip.c > > So are we creating packages for ports that are compressed with gzip but > using bzip names? Otherwise, gunzip should probably fail on a '.tbz' > because it isn't a gzipped file (unless gunzip auto-invokes bunzip2 or some > such feature that I'm not aware of). gunzip is smarter than you think. :-) Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:19:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CBCB1065670; Mon, 10 Mar 2008 17:19:49 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B07E8FC14; Mon, 10 Mar 2008 17:19:49 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHJng2021448; Mon, 10 Mar 2008 17:19:49 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHJmba021447; Mon, 10 Mar 2008 17:19:48 GMT (envelope-from alepulver) Message-Id: <200803101719.m2AHJmba021447@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 10 Mar 2008 17:19:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/viruskiller Makefile ports/games/starfighter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:19:49 -0000 alepulver 2008-03-10 17:19:48 UTC FreeBSD ports repository Modified files: games/viruskiller Makefile games/starfighter Makefile Log: - Use MASTER_SITE_(GENTOO/NETBSD) and other instead of FETCH_BEFORE_ARGS to fetch from a PHP page. Reported by: Dmitry Marakasov Revision Changes Path 1.7 +2 -3 ports/games/starfighter/Makefile 1.7 +3 -1 ports/games/viruskiller/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:33:42 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A84DB106567D; Mon, 10 Mar 2008 17:33:42 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao102.cox.net (eastrmmtao102.cox.net [68.230.240.8]) by mx1.freebsd.org (Postfix) with ESMTP id BABA58FC14; Mon, 10 Mar 2008 17:33:41 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080310173341.UCSE19740.eastrmmtao102.cox.net@eastrmimpo03.cox.net>; Mon, 10 Mar 2008 13:33:41 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id zVSN1Y00D4iy4EG0000000; Mon, 10 Mar 2008 13:26:23 -0400 Date: Mon, 10 Mar 2008 12:35:13 -0500 To: "Alexey Dokuchaev" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200803072336.m27Na1SR009283@repoman.freebsd.org> <20080310152547.GB79662@FreeBSD.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080310152547.GB79662@FreeBSD.org> User-Agent: Opera Mail/9.26 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Oliver Lehmann , ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/tv-fonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:33:42 -0000 On Mon, 10 Mar 2008 10:25:47 -0500, Alexey Dokuchaev = = wrote: > On Fri, Mar 07, 2008 at 10:15:15PM -0600, Jeremy Messenger wrote: >> On Fri, 07 Mar 2008 17:36:01 -0600, Oliver Lehmann >> wrote: >> >> >oliver 2008-03-07 23:36:01 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > x11-fonts/tv-fonts Makefile >> > Log: >> > remove USE_XLIB >> > replace X_CLIENTS_PORT >> >> RUN_DEPENDS=3D ${BUILD_DEPENDS} > > We should write a paragraph about =3D vs. :=3D assignments in Porter's= > Handbook. I think I saw there has a PR that add a new feature, BR_DEPENDS (both = build/runtime dependency.) in bsd.port.mk. Cheers, Mezz > ./danfe -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:50:32 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AAA81065674; Mon, 10 Mar 2008 17:50:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE208FC1C; Mon, 10 Mar 2008 17:50:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 234968808-1834499 for multiple; Mon, 10 Mar 2008 13:52:04 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2AHoCCr087969; Mon, 10 Mar 2008 13:50:25 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Robert Watson Date: Mon, 10 Mar 2008 13:48:47 -0400 User-Agent: KMail/1.9.7 References: <200803091349.m29Dn91v003746@repoman.freebsd.org> <200803101244.52073.jhb@freebsd.org> <20080310171551.Y70549@fledge.watson.org> In-Reply-To: <20080310171551.Y70549@fledge.watson.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200803101348.47724.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Mar 2008 13:50:26 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6192/Mon Mar 10 10:54:00 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:50:32 -0000 On Monday 10 March 2008 01:16:29 pm Robert Watson wrote: > > On Mon, 10 Mar 2008, John Baldwin wrote: > > >> usr.bin/gzip gzip.c > >> Log: > >> Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar > > to > >> its existing understanding that .tgz uncompresses to .tar. > >> > >> MFC after: 3 days > >> PR: 121519 > >> Submitted by: Ighighi > >> > >> Revision Changes Path > >> 1.6 +2 -0 src/usr.bin/gzip/gzip.c > > > > So are we creating packages for ports that are compressed with gzip but > > using bzip names? Otherwise, gunzip should probably fail on a '.tbz' > > because it isn't a gzipped file (unless gunzip auto-invokes bunzip2 or some > > such feature that I'm not aware of). > > gunzip is smarter than you think. :-) Hmm. I guess I would consider it a user error to use gunzip on a bzip'd file (round peg, square hole sort of deal). However, that has more to do with the functionality (which I find surprising and perhaps a bit non-UNIX-ish) rather than this specific patch. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:52:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD02F1065672; Mon, 10 Mar 2008 17:52:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6F2A8FC12; Mon, 10 Mar 2008 17:52:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHqFv2027506; Mon, 10 Mar 2008 17:52:15 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHqFnn027505; Mon, 10 Mar 2008 17:52:15 GMT (envelope-from gahr) Message-Id: <200803101752.m2AHqFnn027505@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 17:52:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/oleo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:52:16 -0000 gahr 2008-03-10 17:52:15 UTC FreeBSD ports repository Modified files: math/oleo Makefile Log: - Remove USE_XLIB in favor of USE_XORG - Fix OPTIONS Approved by: miwi (mentor) Revision Changes Path 1.57 +5 -3 ports/math/oleo/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:53:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41E31065670; Mon, 10 Mar 2008 17:53:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E19C8FC18; Mon, 10 Mar 2008 17:53:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHrCMG027551; Mon, 10 Mar 2008 17:53:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHrCpd027550; Mon, 10 Mar 2008 17:53:12 GMT (envelope-from miwi) Message-Id: <200803101753.m2AHrCpd027550@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 17:53:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/videotext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:53:12 -0000 miwi 2008-03-10 17:53:12 UTC FreeBSD ports repository Modified files: misc/videotext Makefile Log: - Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX PR: 121476 Submitted by: Chess Griffin Revision Changes Path 1.21 +5 -4 ports/misc/videotext/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:54:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78634106566C; Mon, 10 Mar 2008 17:54:22 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 517E18FC20; Mon, 10 Mar 2008 17:54:22 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHsMZx027598; Mon, 10 Mar 2008 17:54:22 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHsMi3027597; Mon, 10 Mar 2008 17:54:22 GMT (envelope-from lippe) Message-Id: <200803101754.m2AHsMi3027597@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 17:54:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Geo-ShapeFile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:54:22 -0000 lippe 2008-03-10 17:54:22 UTC FreeBSD ports repository Modified files: devel/p5-Geo-ShapeFile Makefile Log: - Forced commit to correct previous commit log, forgotten the PR reference in last commit. PR: ports/120906 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.4 +0 -0 ports/devel/p5-Geo-ShapeFile/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:58:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 609571065675; Mon, 10 Mar 2008 17:58:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38F768FC19; Mon, 10 Mar 2008 17:58:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHwcqE027768; Mon, 10 Mar 2008 17:58:38 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHwcnd027767; Mon, 10 Mar 2008 17:58:38 GMT (envelope-from gahr) Message-Id: <200803101758.m2AHwcnd027767@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 17:58:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/ezfm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:58:38 -0000 gahr 2008-03-10 17:58:37 UTC FreeBSD ports repository Modified files: x11-fm/ezfm Makefile Log: - Remove useless dependency on XLIB Approved by: miwi (mentor) Revision Changes Path 1.22 +1 -2 ports/x11-fm/ezfm/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 17:59:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAB1B1065671; Mon, 10 Mar 2008 17:59:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A39F78FC18; Mon, 10 Mar 2008 17:59:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AHxXGv027813; Mon, 10 Mar 2008 17:59:33 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AHxXGt027812; Mon, 10 Mar 2008 17:59:33 GMT (envelope-from gahr) Message-Id: <200803101759.m2AHxXGt027812@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 17:59:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/easygtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 17:59:33 -0000 gahr 2008-03-10 17:59:33 UTC FreeBSD ports repository Modified files: x11-toolkits/easygtk Makefile Log: - Remove useless USE_X_PREFIX variable Approved by: miwi (mentor) Revision Changes Path 1.17 +1 -2 ports/x11-toolkits/easygtk/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:00:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2A11065675; Mon, 10 Mar 2008 18:00:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5FB38FC18; Mon, 10 Mar 2008 18:00:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AI09J2027906; Mon, 10 Mar 2008 18:00:09 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AI098i027905; Mon, 10 Mar 2008 18:00:09 GMT (envelope-from gahr) Message-Id: <200803101800.m2AI098i027905@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 18:00:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/jewel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:00:10 -0000 gahr 2008-03-10 18:00:09 UTC FreeBSD ports repository Modified files: x11-wm/jewel Makefile Log: - Remove USE_XLIB in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.20 +2 -2 ports/x11-wm/jewel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:00:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE34106567D; Mon, 10 Mar 2008 18:00:42 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 761878FC1E; Mon, 10 Mar 2008 18:00:42 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AI0gVQ027950; Mon, 10 Mar 2008 18:00:42 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AI0g0Q027949; Mon, 10 Mar 2008 18:00:42 GMT (envelope-from lippe) Message-Id: <200803101800.m2AI0g0Q027949@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 18:00:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Devel-SimpleTrace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:00:42 -0000 lippe 2008-03-10 18:00:42 UTC FreeBSD ports repository Modified files: devel/p5-Devel-SimpleTrace Makefile Log: - Forced commit to correct previous commit log, forgotten the PR reference in last commit. PR: ports/120899 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.4 +0 -0 ports/devel/p5-Devel-SimpleTrace/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:02:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6455D1065672; Mon, 10 Mar 2008 18:02:07 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2068FC2F; Mon, 10 Mar 2008 18:02:07 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AI27Xt028012; Mon, 10 Mar 2008 18:02:07 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AI274k028011; Mon, 10 Mar 2008 18:02:07 GMT (envelope-from lippe) Message-Id: <200803101802.m2AI274k028011@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 18:02:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-LectroTest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:02:07 -0000 lippe 2008-03-10 18:02:07 UTC FreeBSD ports repository Modified files: devel/p5-Test-LectroTest Makefile Log: - Forced commit to correct previous commit log, forgotten the PR reference in last commit. PR: ports/120855 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.8 +0 -0 ports/devel/p5-Test-LectroTest/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:11:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D13051065679; Mon, 10 Mar 2008 18:11:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 87AF58FC3F; Mon, 10 Mar 2008 18:11:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 270DF46B33; Mon, 10 Mar 2008 14:11:08 -0400 (EDT) Date: Mon, 10 Mar 2008 18:11:08 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200803101348.47724.jhb@freebsd.org> Message-ID: <20080310180939.V70549@fledge.watson.org> References: <200803091349.m29Dn91v003746@repoman.freebsd.org> <200803101244.52073.jhb@freebsd.org> <20080310171551.Y70549@fledge.watson.org> <200803101348.47724.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:11:10 -0000 On Mon, 10 Mar 2008, John Baldwin wrote: >>> So are we creating packages for ports that are compressed with gzip but >>> using bzip names? Otherwise, gunzip should probably fail on a '.tbz' >>> because it isn't a gzipped file (unless gunzip auto-invokes bunzip2 or >>> some such feature that I'm not aware of). >> >> gunzip is smarter than you think. :-) > > Hmm. I guess I would consider it a user error to use gunzip on a bzip'd > file (round peg, square hole sort of deal). However, that has more to do > with the functionality (which I find surprising and perhaps a bit > non-UNIX-ish) rather than this specific patch. Yeah -- this change was really just about teaching gunzip that unzipping a .tbz or .tbz2 file is like unzipping a .tgz or .tgz2 file as was the case for .tgz: rename it to .tar when it's unzipped. The functionality to unzip bz2 files was already present, you just end up with a different file extension when done. I can see arguments for and against that, but nothing to do with the patch I committed. :-) Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:15:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69944106567D; Mon, 10 Mar 2008 18:15:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3EB918FC2E; Mon, 10 Mar 2008 18:15:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AIF3VM029651; Mon, 10 Mar 2008 18:15:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AIF3CD029650; Mon, 10 Mar 2008 18:15:03 GMT (envelope-from rwatson) Message-Id: <200803101815.m2AIF3CD029650@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 18:15:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_worker.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:15:03 -0000 rwatson 2008-03-10 18:15:03 UTC FreeBSD src repository Modified files: sys/security/audit audit_worker.c Log: Remove XXX to remind me to check the free space calculation, which to my eyes appears right following a check. MFC after: 3 days Revision Changes Path 1.22 +0 -3 src/sys/security/audit/audit_worker.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:25:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8043E106567A; Mon, 10 Mar 2008 18:25:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5475A8FC1D; Mon, 10 Mar 2008 18:25:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AIP0ma030029; Mon, 10 Mar 2008 18:25:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AIP09o030020; Mon, 10 Mar 2008 18:25:00 GMT (envelope-from miwi) Message-Id: <200803101825.m2AIP09o030020@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 Mar 2008 18:24:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdadminscripts Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:25:00 -0000 miwi 2008-03-10 18:24:59 UTC FreeBSD ports repository Modified files: sysutils/bsdadminscripts Makefile distinfo Log: - Update to 4.3 PR: 121569 Submitted by: Dominic Fandrey (maintainer) Revision Changes Path 1.15 +4 -1 ports/sysutils/bsdadminscripts/Makefile 1.14 +3 -3 ports/sysutils/bsdadminscripts/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:43:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85C9A1065678; Mon, 10 Mar 2008 18:43:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5781B8FC1A; Mon, 10 Mar 2008 18:43:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AIhlE2030594; Mon, 10 Mar 2008 18:43:47 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AIhlDW030593; Mon, 10 Mar 2008 18:43:47 GMT (envelope-from beech) Message-Id: <200803101843.m2AIhlDW030593@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 10 Mar 2008 18:43:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-SVN-Notify-Config Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:43:47 -0000 beech 2008-03-10 18:43:47 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Notify-Config Makefile distinfo Log: - Update to 0.0911 - Add missing depend PR: ports/121560 Submitted by: Greg Larkin (maintainer) Reported by: pointyhat via pav Revision Changes Path 1.4 +3 -2 ports/devel/p5-SVN-Notify-Config/Makefile 1.4 +3 -3 ports/devel/p5-SVN-Notify-Config/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:44:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 770191065684; Mon, 10 Mar 2008 18:44:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48CE88FC1A; Mon, 10 Mar 2008 18:44:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AIi7hI030654; Mon, 10 Mar 2008 18:44:07 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AIi7OF030653; Mon, 10 Mar 2008 18:44:07 GMT (envelope-from emaste) Message-Id: <200803101844.m2AIi7OF030653@repoman.freebsd.org> From: Ed Maste Date: Mon, 10 Mar 2008 18:44:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:44:07 -0000 emaste 2008-03-10 18:44:07 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Remove include of opt_quota.h; as of revision 1.205 there is no longer any #ifdef QUOTA conditional code. Revision Changes Path 1.218 +0 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 18:45:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D9B61065675; Mon, 10 Mar 2008 18:45:53 +0000 (UTC) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D25FF8FC22; Mon, 10 Mar 2008 18:45:52 +0000 (UTC) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AIjqiD030837; Mon, 10 Mar 2008 18:45:52 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AIjqrU030836; Mon, 10 Mar 2008 18:45:52 GMT (envelope-from pb) Message-Id: <200803101845.m2AIjqrU030836@repoman.freebsd.org> From: Pierre Beyssac Date: Mon, 10 Mar 2008 18:45:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kino Makefile distinfo pkg-plist ports/multimedia/kino/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:45:53 -0000 pb 2008-03-10 18:45:52 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile distinfo pkg-plist multimedia/kino/files patch-configure.in Log: Update to 1.3.0. Revision Changes Path 1.40 +1 -1 ports/multimedia/kino/Makefile 1.17 +3 -3 ports/multimedia/kino/distinfo 1.5 +7 -8 ports/multimedia/kino/files/patch-configure.in 1.26 +2 -0 ports/multimedia/kino/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:03:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4932C1065670; Mon, 10 Mar 2008 19:03:56 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17E818FC14; Mon, 10 Mar 2008 19:03:56 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJ3uDt032585; Mon, 10 Mar 2008 19:03:56 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJ3tYM032584; Mon, 10 Mar 2008 19:03:55 GMT (envelope-from tmclaugh) Message-Id: <200803101903.m2AJ3tYM032584@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 10 Mar 2008 19:03:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:03:56 -0000 tmclaugh 2008-03-10 19:03:55 UTC FreeBSD src repository (ports committer) Modified files: sbin/mount mount.8 Log: - unionfs -b option is deprecated in favor of '-o below' as per mount_unionfs(8). Approved by: remko Revision Changes Path 1.85 +2 -2 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:12:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DF9B1065670; Mon, 10 Mar 2008 19:12:12 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73A5F8FC1A; Mon, 10 Mar 2008 19:12:12 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJCCIm032952; Mon, 10 Mar 2008 19:12:12 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJCCSt032951; Mon, 10 Mar 2008 19:12:12 GMT (envelope-from alepulver) Message-Id: <200803101912.m2AJCCSt032951@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 10 Mar 2008 19:12:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-wxPython28 Makefile distinfo pkg-plist ports/x11-toolkits/py-wxPython28/files patch-setup.py ports/x11-toolkits/py-wxPython28-common pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:12:12 -0000 alepulver 2008-03-10 19:12:12 UTC FreeBSD ports repository Modified files: x11-toolkits/py-wxPython28 Makefile distinfo pkg-plist x11-toolkits/py-wxPython28/files patch-setup.py x11-toolkits/py-wxPython28-common pkg-plist Log: - Update to version 2.8.7.1. PR: ports/118919 Approved by: Neal Nelson (maintainer) Revision Changes Path 1.7 +38 -1 ports/x11-toolkits/py-wxPython28-common/pkg-plist 1.67 +7 -24 ports/x11-toolkits/py-wxPython28/Makefile 1.22 +3 -3 ports/x11-toolkits/py-wxPython28/distinfo 1.2 +7 -7 ports/x11-toolkits/py-wxPython28/files/patch-setup.py 1.25 +586 -11 ports/x11-toolkits/py-wxPython28/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:23:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72711106582B; Mon, 10 Mar 2008 19:23:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDB28FC22; Mon, 10 Mar 2008 19:23:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJNguV033296; Mon, 10 Mar 2008 19:23:42 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJNgaa033295; Mon, 10 Mar 2008 19:23:42 GMT (envelope-from gahr) Message-Id: <200803101923.m2AJNgaa033295@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 19:23:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/mozilla-fonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:23:42 -0000 gahr 2008-03-10 19:23:42 UTC FreeBSD ports repository Modified files: x11-fonts/mozilla-fonts Makefile Log: - Remove dependency on X_CLIENTS_PORT - Remove useless USE_X_PREFIX variable Approved by: miwi (mentor) Revision Changes Path 1.14 +2 -4 ports/x11-fonts/mozilla-fonts/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:44:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034B01065679; Mon, 10 Mar 2008 19:44:04 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C17008FC1D; Mon, 10 Mar 2008 19:44:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJi3iY036407; Mon, 10 Mar 2008 19:44:03 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJi3FL036406; Mon, 10 Mar 2008 19:44:03 GMT (envelope-from jadawin) Message-Id: <200803101944.m2AJi3FL036406@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 10 Mar 2008 19:44:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gosa Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:44:04 -0000 jadawin 2008-03-10 19:44:03 UTC FreeBSD ports repository Modified files: sysutils/gosa Makefile distinfo pkg-plist Log: - Update to 2.5.15 PR: ports/121540 Submitted by: Denis Shaposhnikov (maintainer) Approved by: thierry@ (mentor) Revision Changes Path 1.4 +1 -2 ports/sysutils/gosa/Makefile 1.2 +3 -3 ports/sysutils/gosa/distinfo 1.2 +397 -29 ports/sysutils/gosa/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:44:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5511065678; Mon, 10 Mar 2008 19:44:45 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 741268FC2C; Mon, 10 Mar 2008 19:44:45 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m2AJih7t016254; Mon, 10 Mar 2008 20:44:43 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m2AJihDX016253; Mon, 10 Mar 2008 20:44:43 +0100 (CET) (envelope-from marius) Date: Mon, 10 Mar 2008 20:44:43 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20080310194443.GA771@alchemy.franken.de> References: <200803091553.m29FrYZS028376@repoman.freebsd.org> <200803101239.37335.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803101239.37335.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include tlb.h src/sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c spitfire.c tlb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:44:46 -0000 On Mon, Mar 10, 2008 at 12:39:37PM -0400, John Baldwin wrote: > On Sunday 09 March 2008 11:53:34 am Marius Strobl wrote: > > marius 2008-03-09 15:53:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sparc64/include tlb.h > > sys/sparc64/sparc64 cache.c cheetah.c mp_machdep.c pmap.c > > spitfire.c tlb.c > > Log: > > - Do as the comment in pmap_bootstrap() suggests and flush all non-locked > > TLB entries possibly left over by the firmware and also do so while > > bootstrapping APs. > > - Use __FBSDID. > > Does this fix the panics when switching to a smaller kernel in the loader? > No, that's a different problem. Marius From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:47:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48B82106566B; Mon, 10 Mar 2008 19:47:38 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 122468FC22; Mon, 10 Mar 2008 19:47:38 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJlcS1036607; Mon, 10 Mar 2008 19:47:38 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJlc4A036606; Mon, 10 Mar 2008 19:47:38 GMT (envelope-from jadawin) Message-Id: <200803101947.m2AJlc4A036606@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 10 Mar 2008 19:47:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/xmlrpc-c Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:47:38 -0000 jadawin 2008-03-10 19:47:37 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile distinfo Log: - Update to 1.06.24 Approved by: thierry@ (mentor) Revision Changes Path 1.29 +2 -2 ports/net/xmlrpc-c/Makefile 1.7 +3 -3 ports/net/xmlrpc-c/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:58:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA3741065672; Mon, 10 Mar 2008 19:58:36 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1D058FC19; Mon, 10 Mar 2008 19:58:36 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJwaBY037018; Mon, 10 Mar 2008 19:58:36 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJwaK0037017; Mon, 10 Mar 2008 19:58:36 GMT (envelope-from joerg) Message-Id: <200803101958.m2AJwaK0037017@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 10 Mar 2008 19:58:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xpacman Makefile pkg-descr ports/games/xpacman/files patch-board.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:58:37 -0000 joerg 2008-03-10 19:58:36 UTC FreeBSD ports repository Modified files: games/xpacman Makefile pkg-descr Added files: games/xpacman/files patch-board.cc Log: Fix a logic error and an unitialized pointer that caused the game to blow up when malloc_options were set to AJ. Revision Changes Path 1.14 +1 -1 ports/games/xpacman/Makefile 1.1 +19 -0 ports/games/xpacman/files/patch-board.cc (new) 1.2 +1 -1 ports/games/xpacman/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Mar 10 19:58:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 460411065755; Mon, 10 Mar 2008 19:58:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02C018FC1E; Mon, 10 Mar 2008 19:58:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AJwfS4037051; Mon, 10 Mar 2008 19:58:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AJwfmm037050; Mon, 10 Mar 2008 19:58:41 GMT (envelope-from jhb) Message-Id: <200803101958.m2AJwfmm037050@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Mar 2008 19:58:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/cp cp.1 cp.c utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:58:42 -0000 jhb 2008-03-10 19:58:41 UTC FreeBSD src repository Modified files: bin/cp cp.1 cp.c utils.c Log: Add an '-a' option which is identical to specifying '-RpP' for compatibility with other implementations. MFC after: 1 month Revision Changes Path 1.40 +6 -2 src/bin/cp/cp.1 1.60 +7 -1 src/bin/cp/cp.c 1.53 +2 -2 src/bin/cp/utils.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:00:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 029981065679; Mon, 10 Mar 2008 20:00:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF59A8FC2E; Mon, 10 Mar 2008 20:00:40 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AK0eVm037193; Mon, 10 Mar 2008 20:00:40 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AK0eJO037192; Mon, 10 Mar 2008 20:00:40 GMT (envelope-from gahr) Message-Id: <200803102000.m2AK0eJO037192@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 20:00:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/mozilla-fonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:00:41 -0000 gahr 2008-03-10 20:00:40 UTC FreeBSD ports repository Modified files: x11-fonts/mozilla-fonts Makefile Log: - Fix BUILD_DEPENDS PR: 121471 Submitted by: Chess Griffin Approved by: miwi (mentor) Revision Changes Path 1.15 +4 -2 ports/x11-fonts/mozilla-fonts/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:14:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B58B6106566B; Mon, 10 Mar 2008 20:14:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94A5B8FC1A; Mon, 10 Mar 2008 20:14:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AKE1tg038814; Mon, 10 Mar 2008 20:14:01 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AKE1Ij038809; Mon, 10 Mar 2008 20:14:01 GMT (envelope-from novel) Message-Id: <200803102014.m2AKE1Ij038809@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 10 Mar 2008 20:13:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls-devel Makefile Makefile.man distinfo pkg-plist ports/security/gnutls-devel/files patch-libextra-opencdk-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:14:01 -0000 novel 2008-03-10 20:13:59 UTC FreeBSD ports repository Modified files: security/gnutls-devel Makefile Makefile.man distinfo pkg-plist Removed files: security/gnutls-devel/files patch-libextra-opencdk-Makefile.in Log: - Update to 2.3.3 - Remove INGORE line since the port is up-to-date now Revision Changes Path 1.56 +4 -10 ports/security/gnutls-devel/Makefile 1.13 +84 -34 ports/security/gnutls-devel/Makefile.man 1.30 +3 -3 ports/security/gnutls-devel/distinfo 1.2 +0 -12 ports/security/gnutls-devel/files/patch-libextra-opencdk-Makefile.in (dead) 1.25 +6 -7 ports/security/gnutls-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:38:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A5CB106566B; Mon, 10 Mar 2008 20:38:57 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F335E8FC17; Mon, 10 Mar 2008 20:38:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AKcuKm039677; Mon, 10 Mar 2008 20:38:57 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AKcuTf039676; Mon, 10 Mar 2008 20:38:56 GMT (envelope-from mav) Message-Id: <200803102038.m2AKcuTf039676@repoman.freebsd.org> From: Alexander Motin Date: Mon, 10 Mar 2008 20:38:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:38:57 -0000 mav 2008-03-10 20:38:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC: rev. 1.148-1.149 Implement 128 items node name hash for faster name search. Increase node ID hash size from 32 to 128 items. Increase default queue items allocation limit from 512 to 4096 items to avoid terrible unpredicted effects for netgraph operation of their exhaustion while allocating control messages. Add separate configurable 512 items limit for data items allocation for DoS/overload protection. Revision Changes Path 1.102.2.17 +86 -49 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:41:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 595BC1065671; Mon, 10 Mar 2008 20:41:58 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 339F28FC32; Mon, 10 Mar 2008 20:41:58 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AKfweZ039942; Mon, 10 Mar 2008 20:41:58 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AKfw8u039941; Mon, 10 Mar 2008 20:41:58 GMT (envelope-from gahr) Message-Id: <200803102041.m2AKfw8u039941@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 20:41:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/epplets Makefile distinfo pkg-plist ports/x11-wm/epplets/files patch-api::epplet.h.in patch-configure patch-epplets::Emix.c patch-epplets::Makefile.in patch-epplets::mbox.c patch-epplets_E-Cpu.c patch-epplets_E-Disk.c patch-epplets_E-Load.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:41:58 -0000 gahr 2008-03-10 20:41:58 UTC FreeBSD ports repository Modified files: x11-wm/epplets Makefile distinfo pkg-plist Added files: x11-wm/epplets/files patch-epplets_E-Cpu.c patch-epplets_E-Disk.c patch-epplets_E-Load.c patch-epplets_E-MemWatch.c patch-epplets_E-Power.c patch-epplets_E-SD.c patch-epplets_E-Slides.c patch-epplets_E-Sys.c patch-epplets_E-Wireless.c patch-epplets_Makefile.in patch-epplets_load.c patch-epplets_net.c Removed files: x11-wm/epplets/files patch-api::epplet.h.in patch-configure patch-epplets::Emix.c patch-epplets::Makefile.in patch-epplets::mbox.c Log: - Update to 0.10 - Port most epplets to FreeBSD - Exclude Mountbox from the build (too much Linux-dependent) - Exclude Xss from the build (what is it really good for?) Approved by: miwi (mentor) Revision Changes Path 1.37 +27 -18 ports/x11-wm/epplets/Makefile 1.8 +3 -3 ports/x11-wm/epplets/distinfo 1.2 +0 -10 ports/x11-wm/epplets/files/patch-api::epplet.h.in (dead) 1.4 +0 -11 ports/x11-wm/epplets/files/patch-configure (dead) 1.3 +0 -22 ports/x11-wm/epplets/files/patch-epplets::Emix.c (dead) 1.5 +0 -11 ports/x11-wm/epplets/files/patch-epplets::Makefile.in (dead) 1.2 +0 -10 ports/x11-wm/epplets/files/patch-epplets::mbox.c (dead) 1.1 +222 -0 ports/x11-wm/epplets/files/patch-epplets_E-Cpu.c (new) 1.1 +96 -0 ports/x11-wm/epplets/files/patch-epplets_E-Disk.c (new) 1.1 +115 -0 ports/x11-wm/epplets/files/patch-epplets_E-Load.c (new) 1.1 +121 -0 ports/x11-wm/epplets/files/patch-epplets_E-MemWatch.c (new) 1.1 +269 -0 ports/x11-wm/epplets/files/patch-epplets_E-Power.c (new) 1.1 +14 -0 ports/x11-wm/epplets/files/patch-epplets_E-SD.c (new) 1.1 +60 -0 ports/x11-wm/epplets/files/patch-epplets_E-Slides.c (new) 1.1 +61 -0 ports/x11-wm/epplets/files/patch-epplets_E-Sys.c (new) 1.1 +179 -0 ports/x11-wm/epplets/files/patch-epplets_E-Wireless.c (new) 1.1 +180 -0 ports/x11-wm/epplets/files/patch-epplets_Makefile.in (new) 1.1 +38 -0 ports/x11-wm/epplets/files/patch-epplets_load.c (new) 1.1 +130 -0 ports/x11-wm/epplets/files/patch-epplets_net.c (new) 1.10 +16 -19 ports/x11-wm/epplets/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:44:07 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535AC1065675; Mon, 10 Mar 2008 20:44:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D7DAE8FC25; Mon, 10 Mar 2008 20:44:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m2AKgoeq004359; Mon, 10 Mar 2008 14:42:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 10 Mar 2008 14:43:27 -0600 (MDT) Message-Id: <20080310.144327.-856141340.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200803101958.m2AJwfmm037050@repoman.freebsd.org> References: <200803101958.m2AJwfmm037050@repoman.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/cp cp.1 cp.c utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:44:07 -0000 In message: <200803101958.m2AJwfmm037050@repoman.freebsd.org> John Baldwin writes: : jhb 2008-03-10 19:58:41 UTC : : FreeBSD src repository : : Modified files: : bin/cp cp.1 cp.c utils.c : Log: : Add an '-a' option which is identical to specifying '-RpP' for : compatibility with other implementations. : : MFC after: 1 month Submitted by: David Frascone at Cisco right? Warner From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:44:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEE3B1065670; Mon, 10 Mar 2008 20:44:27 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2FC08FC1D; Mon, 10 Mar 2008 20:44:27 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AKiRF3040053; Mon, 10 Mar 2008 20:44:27 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AKiR9r040052; Mon, 10 Mar 2008 20:44:27 GMT (envelope-from tmclaugh) Message-Id: <200803102044.m2AKiR9r040052@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 10 Mar 2008 20:44:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:44:28 -0000 tmclaugh 2008-03-10 20:44:27 UTC FreeBSD src repository (ports committer) Modified files: sbin/mount mount.8 Log: - Also change the /sbin/mount_unionfs line I managed to miss just two lines down to '-o below'. Approved by: remko Noticed by: rodrigc Pointyhat by: me Revision Changes Path 1.86 +1 -1 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Mon Mar 10 20:49:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 315EA1065683; Mon, 10 Mar 2008 20:49:08 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id CF20D8FC2A; Mon, 10 Mar 2008 20:49:07 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from [195.64.94.120] (helo=elvandar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JYowD-000HmR-S0; Mon, 10 Mar 2008 20:49:37 +0000 Message-ID: <47D59EC2.7060409@FreeBSD.org> Date: Mon, 10 Mar 2008 21:49:06 +0100 From: Remko Lodder User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Tom McLaughlin References: <200803102044.m2AKiR9r040052@repoman.freebsd.org> In-Reply-To: <200803102044.m2AKiR9r040052@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:49:08 -0000 Tom McLaughlin wrote: > tmclaugh 2008-03-10 20:44:27 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sbin/mount mount.8 > Log: > - Also change the /sbin/mount_unionfs line I managed to miss just two > lines down to '-o below'. > > Approved by: remko > Noticed by: rodrigc > Pointyhat by: me ^^^ & remko (For not properly reviewing the patch) Thanks Craig for noticing! -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Mon Mar 10 21:33:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B71065674; Mon, 10 Mar 2008 21:33:29 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF3178FC12; Mon, 10 Mar 2008 21:33:28 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ALXSc8051860; Mon, 10 Mar 2008 21:33:28 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ALXSIQ051859; Mon, 10 Mar 2008 21:33:28 GMT (envelope-from leeym) Message-Id: <200803102133.m2ALXSIQ051859@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 10 Mar 2008 21:33:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-CPANTS-Analyse Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 21:33:29 -0000 leeym 2008-03-10 21:33:28 UTC FreeBSD ports repository Modified files: devel/p5-Module-CPANTS-Analyse Makefile distinfo pkg-plist Log: - update to 0.77 Revision Changes Path 1.2 +18 -6 ports/devel/p5-Module-CPANTS-Analyse/Makefile 1.2 +3 -3 ports/devel/p5-Module-CPANTS-Analyse/distinfo 1.2 +10 -9 ports/devel/p5-Module-CPANTS-Analyse/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 10 21:43:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F52106566B; Mon, 10 Mar 2008 21:43:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BD0B8FC16; Mon, 10 Mar 2008 21:43:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ALhVXB052197; Mon, 10 Mar 2008 21:43:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ALhVbF052196; Mon, 10 Mar 2008 21:43:31 GMT (envelope-from jhb) Message-Id: <200803102143.m2ALhVbF052196@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Mar 2008 21:43:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 21:43:31 -0000 jhb 2008-03-10 21:43:31 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: Change the BTX kernel to drop all the way out to real mode to invoke BIOS routines (V86 requests from the client and hardware interrupt handlers): - Install trampoline real mode interrupt handlers at IDT vectors 0x20-0x2f to handle hardware interrupts by invoking the appropriate vector (0x8-0xf or 0x70-0x78). This allows the 8259As to use vectors 0x20-0x2f in real mode as well as protected mode will ensuring that the master 8259A doesn't share IDT space with CPU exceptions in protected mode. - Since we don't need to reserve space for page tables and a page directory anymore since dropping paging support, move the TSS and protected mode IDT up by 16k. Grow the ring 1 link stack by 16k as a result. - Repurpose the ring 1 link stack to be used as a real mode stack when invoking real mode routines either via a V86 request or a hardware interrupts. This simplifies a few things as we avoid disturbing the original user stack. - Add some more block comments to explain how the code interacts with the V86 structure as this wasn't immediately obvious from the prior comments (e.g. that we explicitly copy the seg regs for real mode out of the V86 struct onto the stack to be popped off when going into real mode, etc.). Also, document some of the stack frames we create going to real mode and back. - Remove all of the virtual 86 related code including having to simulate various instructions and BIOS calls on a trap from virtual 86 mode. - Explicitly panic if a user client attempts to perform a V86 CALL request that isn't a far call. - Bump version to 1.2. Assuming this works ok this should fix some of the long standing issues with USB booting as well as etherboot. MFC after: 2 weeks Submitted by: kib (some parts from his original real mode patch) Revision Changes Path 1.46 +317 -402 src/sys/boot/i386/btx/btx/btx.S From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:00:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E0E4106566B; Mon, 10 Mar 2008 22:00:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA638FC18; Mon, 10 Mar 2008 22:00:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AM0aWx052807; Mon, 10 Mar 2008 22:00:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AM0asg052806; Mon, 10 Mar 2008 22:00:36 GMT (envelope-from jhb) Message-Id: <200803102200.m2AM0asg052806@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Mar 2008 22:00:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:00:36 -0000 jhb 2008-03-10 22:00:36 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: - Don't execute cpuid to fetch the features. We already have the features present in cpu_feature2. Also, use CPUID2_EST rather than a magic number. - Don't free the ACPI settings list in detach if we are going to fail the request. Otherwise an attempt to kldunload est would free the array but the driver would keep trying to use it. MFC after: 1 week Revision Changes Path 1.14 +5 -5 src/sys/i386/cpufreq/est.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:02:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61255106566B; Mon, 10 Mar 2008 22:02:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5E88FC21; Mon, 10 Mar 2008 22:02:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AM2GaP052860; Mon, 10 Mar 2008 22:02:16 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AM2Gdt052859; Mon, 10 Mar 2008 22:02:16 GMT (envelope-from gahr) Message-Id: <200803102202.m2AM2Gdt052859@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 22:02:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/kcfonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:02:16 -0000 gahr 2008-03-10 22:02:16 UTC FreeBSD ports repository Modified files: chinese/kcfonts Makefile Log: - Remove dependency on X_CLIENTS_PORT - Remove useless USE_X_PREFIX variable Approved by: miwi (mentor) Revision Changes Path 1.21 +3 -5 ports/chinese/kcfonts/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:02:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB67D1065713; Mon, 10 Mar 2008 22:02:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id F079A8FC17; Mon, 10 Mar 2008 22:02:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 234995153-1834499 for multiple; Mon, 10 Mar 2008 18:04:20 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2AM2T6N090038; Mon, 10 Mar 2008 18:02:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "M. Warner Losh" Date: Mon, 10 Mar 2008 17:47:51 -0400 User-Agent: KMail/1.9.7 References: <200803101958.m2AJwfmm037050@repoman.freebsd.org> <20080310.144327.-856141340.imp@bsdimp.com> In-Reply-To: <20080310.144327.-856141340.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803101747.51354.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Mar 2008 18:02:41 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6192/Mon Mar 10 10:54:00 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/cp cp.1 cp.c utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:02:57 -0000 On Monday 10 March 2008 04:43:27 pm M. Warner Losh wrote: > In message: <200803101958.m2AJwfmm037050@repoman.freebsd.org> > John Baldwin writes: > : jhb 2008-03-10 19:58:41 UTC > : > : FreeBSD src repository > : > : Modified files: > : bin/cp cp.1 cp.c utils.c > : Log: > : Add an '-a' option which is identical to specifying '-RpP' for > : compatibility with other implementations. > : > : MFC after: 1 month > > Submitted by: David Frascone at Cisco > > right? Don't think so. I've had this patch for almost 2 years now on my laptop from the first time this came up (back when -l was added IIRC). The recent thread just reminded me to commit it. :) The recent thread also had a patch that used -rpP whereas -RpP is more correct IMO. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:18:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B73111065671; Mon, 10 Mar 2008 22:18:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA858FC16; Mon, 10 Mar 2008 22:18:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMI7k0054605; Mon, 10 Mar 2008 22:18:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMI7pM054603; Mon, 10 Mar 2008 22:18:07 GMT (envelope-from jhb) Message-Id: <200803102218.m2AMI7pM054603@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Mar 2008 22:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 legacy.c src/sys/dev/acpica acpi.c src/sys/dev/cpufreq ichss.c src/sys/i386/i386 legacy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:18:07 -0000 jhb 2008-03-10 22:18:07 UTC FreeBSD src repository Modified files: sys/amd64/amd64 legacy.c sys/dev/acpica acpi.c sys/dev/cpufreq ichss.c sys/i386/i386 legacy.c Log: Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows the cpufreq drivers to reliably use properties of PCI devices for quirks, etc. - For the legacy drivers, add CPU devices via an identify routine in the CPU driver itself rather than in the legacy driver's attach routine. - Add CPU devices after Host-PCI bridges in the acpi bus driver. - Change the ichss(4) driver to use pci_find_bsf() to locate the ICH and check its device ID rather than having a bogus PCI attachment that only checked for the ID in probe and always failed. As a side effect, you can now kldload ichss after boot. - Fix the ichss(4) driver to use the correct device_t for the ICH (and not for ichss0) when doing PCI config space operations to enable SpeedStep. MFC after: 2 weeks Reviewed by: njl, Andriy Gapon avg of icyb.net.ua Revision Changes Path 1.62 +23 -12 src/sys/amd64/amd64/legacy.c 1.246 +22 -6 src/sys/dev/acpica/acpi.c 1.11 +50 -61 src/sys/dev/cpufreq/ichss.c 1.64 +23 -12 src/sys/i386/i386/legacy.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:36:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9461D106566B; Mon, 10 Mar 2008 22:36:22 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5071C8FC15; Mon, 10 Mar 2008 22:36:22 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMaMDE055244; Mon, 10 Mar 2008 22:36:22 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMaMt9055243; Mon, 10 Mar 2008 22:36:22 GMT (envelope-from leeym) Message-Id: <200803102236.m2AMaMt9055243@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 10 Mar 2008 22:36:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-GnuPG Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:36:22 -0000 leeym 2008-03-10 22:36:22 UTC FreeBSD ports repository Modified files: mail/p5-Mail-GnuPG Makefile Log: - fix wrong package name in RUN_DEPENDS Noticed by: pav@ Revision Changes Path 1.10 +1 -1 ports/mail/p5-Mail-GnuPG/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:38:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A09FE1065673; Mon, 10 Mar 2008 22:38:02 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBCF8FC13; Mon, 10 Mar 2008 22:38:02 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMc22U055299; Mon, 10 Mar 2008 22:38:02 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMc2u1055298; Mon, 10 Mar 2008 22:38:02 GMT (envelope-from leeym) Message-Id: <200803102238.m2AMc2u1055298@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 10 Mar 2008 22:38:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-GraphViz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:38:02 -0000 leeym 2008-03-10 22:38:02 UTC FreeBSD ports repository Modified files: graphics/p5-GraphViz Makefile Log: - add 'dot' to BUILD_DEPENDS to make it build Noticed by: pav@ Revision Changes Path 1.11 +1 -0 ports/graphics/p5-GraphViz/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:48:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C94091065672; Mon, 10 Mar 2008 22:48:27 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 850248FC14; Mon, 10 Mar 2008 22:48:27 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMmRTs055636; Mon, 10 Mar 2008 22:48:27 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMmRFv055635; Mon, 10 Mar 2008 22:48:27 GMT (envelope-from jeff) Message-Id: <200803102248.m2AMmRFv055635@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 10 Mar 2008 22:48:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:48:27 -0000 jeff 2008-03-10 22:48:27 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Fix the invalid priority panics people are seeing by forcing tdq_runq_add to select the runq rather than hoping we set it properly when we adjusted the priority. This involves the same number of branches as before so should perform identically without the extra fragility. Tested by: bz Reviewed by: bz Revision Changes Path 1.230 +10 -25 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:51:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D1F1065670; Mon, 10 Mar 2008 22:51:02 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDF48FC12; Mon, 10 Mar 2008 22:51:02 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMp2ao055801; Mon, 10 Mar 2008 22:51:02 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMp26G055800; Mon, 10 Mar 2008 22:51:02 GMT (envelope-from lippe) Message-Id: <200803102251.m2AMp26G055800@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 22:51:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Nmap-Parser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:51:02 -0000 lippe 2008-03-10 22:51:02 UTC FreeBSD ports repository Modified files: security/p5-Nmap-Parser Makefile distinfo Log: - Update to 1.13. PR: ports/120908 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.3 +4 -4 ports/security/p5-Nmap-Parser/Makefile 1.3 +3 -3 ports/security/p5-Nmap-Parser/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:55:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB686106566C; Mon, 10 Mar 2008 22:55:01 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 661C78FC12; Mon, 10 Mar 2008 22:55:01 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMt1Nj056040; Mon, 10 Mar 2008 22:55:01 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMt11H056029; Mon, 10 Mar 2008 22:55:01 GMT (envelope-from lippe) Message-Id: <200803102255.m2AMt11H056029@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 22:55:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-Geo-Proj4 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:55:01 -0000 lippe 2008-03-10 22:55:01 UTC FreeBSD ports repository Modified files: graphics/p5-Geo-Proj4 Makefile distinfo Log: - Update to 0.99. PR: ports/120929 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.3 +2 -3 ports/graphics/p5-Geo-Proj4/Makefile 1.3 +3 -3 ports/graphics/p5-Geo-Proj4/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:56:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08CC7106566C; Mon, 10 Mar 2008 22:56:47 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7B628FC22; Mon, 10 Mar 2008 22:56:46 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMukO6056114; Mon, 10 Mar 2008 22:56:46 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMukHZ056113; Mon, 10 Mar 2008 22:56:46 GMT (envelope-from lippe) Message-Id: <200803102256.m2AMukHZ056113@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 22:56:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tie-iCal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:56:47 -0000 lippe 2008-03-10 22:56:46 UTC FreeBSD ports repository Modified files: devel/p5-Tie-iCal Makefile distinfo Log: - Update to 0.14 PR: ports/120941 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.5 +2 -3 ports/devel/p5-Tie-iCal/Makefile 1.3 +3 -3 ports/devel/p5-Tie-iCal/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 22:58:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E9B106566C; Mon, 10 Mar 2008 22:58:10 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 510918FC2E; Mon, 10 Mar 2008 22:58:10 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AMwA15056190; Mon, 10 Mar 2008 22:58:10 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AMwAmM056189; Mon, 10 Mar 2008 22:58:10 GMT (envelope-from lippe) Message-Id: <200803102258.m2AMwAmM056189@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 22:58:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-CSS-Tiny Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 22:58:10 -0000 lippe 2008-03-10 22:58:10 UTC FreeBSD ports repository Modified files: textproc/p5-CSS-Tiny Makefile distinfo Log: - Update to 1.15. PR: ports/121007 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.11 +2 -3 ports/textproc/p5-CSS-Tiny/Makefile 1.7 +3 -3 ports/textproc/p5-CSS-Tiny/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 23:05:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DF3106566C; Mon, 10 Mar 2008 23:05:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBB98FC20; Mon, 10 Mar 2008 23:05:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2AN574L057604; Mon, 10 Mar 2008 23:05:07 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2AN57G7057603; Mon, 10 Mar 2008 23:05:07 GMT (envelope-from gahr) Message-Id: <200803102305.m2AN57G7057603@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Mar 2008 23:05:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sng Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 23:05:07 -0000 gahr 2008-03-10 23:05:07 UTC FreeBSD ports repository Modified files: graphics/sng Makefile Log: - Remove dependency on X_CLIENTS_PORT Approved by: miwi (mentor) Revision Changes Path 1.15 +3 -3 ports/graphics/sng/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 10 23:15:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 068D9106566C; Mon, 10 Mar 2008 23:15:47 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B49408FC1B; Mon, 10 Mar 2008 23:15:46 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ANFkAY058088; Mon, 10 Mar 2008 23:15:46 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ANFkKA058087; Mon, 10 Mar 2008 23:15:46 GMT (envelope-from lippe) Message-Id: <200803102315.m2ANFkKA058087@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Mon, 10 Mar 2008 23:15:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-Error Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 23:15:47 -0000 lippe 2008-03-10 23:15:46 UTC FreeBSD ports repository Modified files: lang/p5-Error Makefile distinfo Log: - Update to 0.17012. PR: ports/120661 Submitted by: lippe (myself) Approved by: araujo (mentor), Philip M. Gollucci (maintainer) Revision Changes Path 1.17 +2 -11 ports/lang/p5-Error/Makefile 1.12 +3 -3 ports/lang/p5-Error/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 10 23:16:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35A91065671; Mon, 10 Mar 2008 23:16:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87A508FC1F; Mon, 10 Mar 2008 23:16:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ANGmJO058137; Mon, 10 Mar 2008 23:16:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ANGmT8058136; Mon, 10 Mar 2008 23:16:48 GMT (envelope-from thompsa) Message-Id: <200803102316.m2ANGmT8058136@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 10 Mar 2008 23:16:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 23:16:48 -0000 thompsa 2008-03-10 23:16:48 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h Log: Update wpi(4) with stability fixes - remove second taskqueue - busdma 16k alignment workaround - use busdma instead of external mbuf storage on Rx - locking fixes - net80211 state change fixes - improve scanning reliability - improve radio hw switch interaction - consolidate callouts Parts obtained from: benjsc, sam Tested by: many Revision Changes Path 1.9 +480 -553 src/sys/dev/wpi/if_wpi.c 1.3 +2 -0 src/sys/dev/wpi/if_wpireg.h 1.2 +31 -53 src/sys/dev/wpi/if_wpivar.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 00:08:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABFEF106566B; Tue, 11 Mar 2008 00:08:40 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84AE18FC1A; Tue, 11 Mar 2008 00:08:40 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B08evX060894; Tue, 11 Mar 2008 00:08:40 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B08e5W060893; Tue, 11 Mar 2008 00:08:40 GMT (envelope-from emax) Message-Id: <200803110008.m2B08e5W060893@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 11 Mar 2008 00:08:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libsdp sdp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 00:08:40 -0000 emax 2008-03-11 00:08:40 UTC FreeBSD src repository Modified files: lib/libsdp sdp.h Log: Add structures to hold SDP parameters for the NAP, GN and PANU profiles. It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com > MFC after: 1 week Revision Changes Path 1.8 +17 -0 src/lib/libsdp/sdp.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 00:09:27 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A287D1065670 for ; Tue, 11 Mar 2008 00:09:27 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id 593CC8FC17 for ; Tue, 11 Mar 2008 00:09:27 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by wr-out-0506.google.com with SMTP id c49so1287527wra.19 for ; Mon, 10 Mar 2008 17:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=tgVOWLCoCaz1vxSvWUejC9ZC0uUxLRnAtlUIaQocul0=; b=nAW7s1Ut4vbcnVB4xBqP3b+9qLCWf3MEcplDC7D4dv9vTC0MJt1A4tK5ZGF1HTpNuWwGu7LptIOqFmMX3cbMimqM9GC+nVkH7YF8ZuZObguFGu8wj4vWkFzLQ7t88IPXqBUFATSOHZRe2asfN1qg2zrJ2Xj/fVPWIEFV21Mw27k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HC7iQqN6FQSkkQlJqzEN3Zfpw6jasU798kleEMFOXBpbZdX26RUPpxDdcbQ+WGZhjoxLoSdHRwhNOmz/w3NbPL4mwswXhbpck6DY9iXYgMKQUVw5jai6GZzSSVpjNdCr7nj9hHp7qdaMOq8HfFJfLM6BfO3rlnBnen2cssstGSI= Received: by 10.142.237.20 with SMTP id k20mr2293382wfh.228.1205192471379; Mon, 10 Mar 2008 16:41:11 -0700 (PDT) Received: by 10.142.161.3 with HTTP; Mon, 10 Mar 2008 16:41:11 -0700 (PDT) Message-ID: <3420333b0803101641o1abb5763r6bcea4351607984d@mail.gmail.com> Date: Mon, 10 Mar 2008 20:41:11 -0300 From: "Marcelo Araujo" To: "Felippe de Meirelles Motta" In-Reply-To: <200803102258.m2AMwAmM056189@repoman.freebsd.org> MIME-Version: 1.0 References: <200803102258.m2AMwAmM056189@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/textproc/p5-CSS-Tiny Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 00:09:27 -0000 Not approved! 2008/3/10, Felippe de Meirelles Motta : > > lippe 2008-03-10 22:58:10 UTC > > FreeBSD ports repository > > Modified files: > textproc/p5-CSS-Tiny Makefile distinfo > Log: > - Update to 1.15. > > PR: ports/121007 > Submitted by: lippe (myself) > Approved by: araujo (mentor), maintainer timeout (> 2 weeks) > > Revision Changes Path > 1.11 +2 -3 ports/textproc/p5-CSS-Tiny/Makefile > 1.7 +3 -3 ports/textproc/p5-CSS-Tiny/distinfo > -- Marcelo Araujo araujo@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Mar 11 00:17:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CD911065671; Tue, 11 Mar 2008 00:17:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 234B18FC12; Tue, 11 Mar 2008 00:17:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B0H8OD061188; Tue, 11 Mar 2008 00:17:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B0H8LF061187; Tue, 11 Mar 2008 00:17:08 GMT (envelope-from marcus) Message-Id: <200803110017.m2B0H8LF061187@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 11 Mar 2008 00:17:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/libgnomeui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 00:17:09 -0000 marcus 2008-03-11 00:17:08 UTC FreeBSD ports repository Modified files: x11-toolkits/libgnomeui Makefile distinfo pkg-plist Log: Revert the previous commit. It should not have gone into ports. Note: no PORTEPOCH bump here since no one could have built this port anyway. Revision Changes Path 1.57 +1 -1 ports/x11-toolkits/libgnomeui/Makefile 1.32 +3 -3 ports/x11-toolkits/libgnomeui/distinfo 1.39 +0 -12 ports/x11-toolkits/libgnomeui/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 00:47:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2506106566B; Tue, 11 Mar 2008 00:47:03 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 845498FC17; Tue, 11 Mar 2008 00:47:03 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JXJ00G66JIEUMF0@mta4.srv.hcvlny.cv.net>; Mon, 10 Mar 2008 20:47:02 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2B0l1Zl000374; Mon, 10 Mar 2008 20:47:01 -0400 Date: Mon, 10 Mar 2008 20:46:56 -0400 From: "Aryeh M. Friedman" In-reply-to: <200803102248.m2AMmRFv055635@repoman.freebsd.org> To: Jeff Roberson Message-id: <47D5D680.9000302@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <200803102248.m2AMmRFv055635@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080309) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 00:47:03 -0000 Jeff Roberson wrote: > jeff 2008-03-10 22:48:27 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > - Fix the invalid priority panics people are seeing by forcing > tdq_runq_add to select the runq rather than hoping we set it properly > when we adjusted the priority. This involves the same number of > branches as before so should perform identically without the extra > fragility. > Does this fix the diablo panic I reported to you last week? From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:09:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F899106566C; Tue, 11 Mar 2008 01:09:00 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7547D8FC19; Tue, 11 Mar 2008 01:09:00 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1908f073014; Tue, 11 Mar 2008 01:09:00 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1905A073013; Tue, 11 Mar 2008 01:09:00 GMT (envelope-from beech) Message-Id: <200803110109.m2B1905A073013@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 11 Mar 2008 01:09:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/bsfilter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:09:00 -0000 beech 2008-03-11 01:09:00 UTC FreeBSD ports repository Modified files: mail/bsfilter Makefile distinfo Log: - Update to 1.0.16 PR: ports/121297 Submitted by: KIMURA Yasuhiro Approved by: Masafumi Otsune (maintainer) Revision Changes Path 1.17 +2 -2 ports/mail/bsfilter/Makefile 1.16 +3 -3 ports/mail/bsfilter/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:16:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E616106566B; Tue, 11 Mar 2008 01:16:47 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D76BF8FC14; Tue, 11 Mar 2008 01:16:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1Gktt073285; Tue, 11 Mar 2008 01:16:46 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1Gk2r073284; Tue, 11 Mar 2008 01:16:46 GMT (envelope-from wxs) Message-Id: <200803110116.m2B1Gk2r073284@repoman.freebsd.org> From: Wesley Shields Date: Tue, 11 Mar 2008 01:16:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/py-bittorrent Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:16:47 -0000 wxs 2008-03-11 01:16:46 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent Makefile distinfo Log: Update to 5.2.0. PR: ports/120224 Submitted by: TAOKA Fumiyoshi Approved by: garga (mentor) Revision Changes Path 1.57 +1 -1 ports/net-p2p/py-bittorrent/Makefile 1.22 +3 -3 ports/net-p2p/py-bittorrent/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:18:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D2E21065672; Tue, 11 Mar 2008 01:18:29 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 425398FC13; Tue, 11 Mar 2008 01:18:29 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1ITD4073358; Tue, 11 Mar 2008 01:18:29 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1ITjx073357; Tue, 11 Mar 2008 01:18:29 GMT (envelope-from wxs) Message-Id: <200803110118.m2B1ITjx073357@repoman.freebsd.org> From: Wesley Shields Date: Tue, 11 Mar 2008 01:18:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xml2rfc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:18:29 -0000 wxs 2008-03-11 01:18:29 UTC FreeBSD ports repository Modified files: textproc/xml2rfc Makefile distinfo pkg-plist Log: Update to 1.33. PR: ports/121561 Submitted by: Jonathan Lennox (maintainer) Approved by: garga (mentor) Revision Changes Path 1.16 +2 -3 ports/textproc/xml2rfc/Makefile 1.15 +3 -3 ports/textproc/xml2rfc/distinfo 1.9 +1 -2 ports/textproc/xml2rfc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:33:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DCA5106566B; Tue, 11 Mar 2008 01:33:15 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 407878FC13; Tue, 11 Mar 2008 01:33:15 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.107] (cpe-24-94-75-93.hawaii.res.rr.com [24.94.75.93]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id m2B1XBRO034433; Mon, 10 Mar 2008 21:33:13 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 10 Mar 2008 15:34:03 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: "Aryeh M. Friedman" In-Reply-To: <47D5D680.9000302@gmail.com> Message-ID: <20080310153347.X1091@desktop> References: <200803102248.m2AMmRFv055635@repoman.freebsd.org> <47D5D680.9000302@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:33:15 -0000 On Mon, 10 Mar 2008, Aryeh M. Friedman wrote: > Jeff Roberson wrote: >> jeff 2008-03-10 22:48:27 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern sched_ule.c Log: >> - Fix the invalid priority panics people are seeing by forcing >> tdq_runq_add to select the runq rather than hoping we set it properly >> when we adjusted the priority. This involves the same number of >> branches as before so should perform identically without the extra >> fragility. >> > > Does this fix the diablo panic I reported to you last week? > I'm not 100% certain. I don't remember the details. You can always try and find out. :-) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:37:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3385C106566C; Tue, 11 Mar 2008 01:37:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06F108FC1D; Tue, 11 Mar 2008 01:37:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1blej076056; Tue, 11 Mar 2008 01:37:47 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1blS6076055; Tue, 11 Mar 2008 01:37:47 GMT (envelope-from rafan) Message-Id: <200803110137.m2B1blS6076055@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Mar 2008 01:37:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libopensync Makefile distinfo pkg-plist ports/devel/libopensync/files patch-build_osync_support.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:37:48 -0000 rafan 2008-03-11 01:37:46 UTC FreeBSD ports repository Modified files: devel/libopensync Makefile distinfo pkg-plist Added files: devel/libopensync/files patch-build_osync_support.py Log: - Update to 0.31 PR: ports/121543 Submitted by: Daniel Roethlisberger Revision Changes Path 1.16 +6 -4 ports/devel/libopensync/Makefile 1.4 +3 -3 ports/devel/libopensync/distinfo 1.1 +12 -0 ports/devel/libopensync/files/patch-build_osync_support.py (new) 1.5 +9 -7 ports/devel/libopensync/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:38:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF9D1065673; Tue, 11 Mar 2008 01:38:22 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFE4C8FC1D; Tue, 11 Mar 2008 01:38:22 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1cMdJ076120; Tue, 11 Mar 2008 01:38:22 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1cM8R076119; Tue, 11 Mar 2008 01:38:22 GMT (envelope-from rafan) Message-Id: <200803110138.m2B1cM8R076119@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Mar 2008 01:38:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/fontforge Makefile distinfo ports/print/fontforge/files patch-fontforge::configure-pfaedit.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:38:23 -0000 rafan 2008-03-11 01:38:22 UTC FreeBSD ports repository Modified files: print/fontforge Makefile distinfo print/fontforge/files patch-fontforge::configure-pfaedit.h Log: - Update to 20080309 PR: ports/121563 Submitted by: Naram Qashat (maintainer) Revision Changes Path 1.89 +7 -3 ports/print/fontforge/Makefile 1.70 +3 -3 ports/print/fontforge/distinfo 1.7 +0 -20 ports/print/fontforge/files/patch-fontforge::configure-pfaedit.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:41:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491C6106566B; Tue, 11 Mar 2008 01:41:14 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 376D88FC25; Tue, 11 Mar 2008 01:41:14 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B1fEUa076255; Tue, 11 Mar 2008 01:41:14 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B1fEJZ076254; Tue, 11 Mar 2008 01:41:14 GMT (envelope-from beech) Message-Id: <200803110141.m2B1fEJZ076254@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 11 Mar 2008 01:41:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sendfile Makefile pkg-plist ports/net/sendfile/files patch-ab sendfiled.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:41:14 -0000 beech 2008-03-11 01:41:14 UTC FreeBSD ports repository Modified files: net/sendfile Makefile pkg-plist net/sendfile/files patch-ab Added files: net/sendfile/files sendfiled.in Log: - Fix rc.d script - Install sendfile.cf.sample by default - Additional Makefile tweaks [1] PR: ports/120342 Submitted by: Stefan Sec Zehl (maintainer) Approved by: maintainer timeout (two weeks) [1] Revision Changes Path 1.19 +15 -4 ports/net/sendfile/Makefile 1.7 +40 -5 ports/net/sendfile/files/patch-ab 1.1 +32 -0 ports/net/sendfile/files/sendfiled.in (new) 1.6 +11 -7 ports/net/sendfile/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 01:48:27 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48A21065670; Tue, 11 Mar 2008 01:48:27 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 76C5F8FC15; Tue, 11 Mar 2008 01:48:27 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.30]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id m2B1mQpc028848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Mar 2008 12:18:26 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Tue, 11 Mar 2008 12:18:14 +1030 User-Agent: KMail/1.9.7 References: <200803102143.m2ALhVbF052196@repoman.freebsd.org> In-Reply-To: <200803102143.m2ALhVbF052196@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1805919.98E6I8XI8h"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200803111218.21976.doconnor@gsoft.com.au> X-Spam-Score: -3.977 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 01:48:28 -0000 --nextPart1805919.98E6I8XI8h Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tue, 11 Mar 2008, John Baldwin wrote: > - Remove all of the virtual 86 related code including having to > simulate various instructions and BIOS calls on a trap from virtual > 86 mode. - Explicitly panic if a user client attempts to perform a > V86 CALL request that isn't a far call. > - Bump version to 1.2. > > Assuming this works ok this should fix some of the long standing > issues with USB booting as well as etherboot. Wohoo thanks John! This gets USB booting working on the Supermicro C2SBA's I am using here. =46reeBSD flash disk installer here I come! =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1805919.98E6I8XI8h Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBH1eTl5ZPcIHs/zowRArztAKCNKLG19VjZfExE6KZKSD578JSGmQCgmX8r lzF4y6rGwsp4PbRtmGDz9IU= =Ee7U -----END PGP SIGNATURE----- --nextPart1805919.98E6I8XI8h-- From owner-cvs-all@FreeBSD.ORG Tue Mar 11 02:17:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3C1C1065676; Tue, 11 Mar 2008 02:17:32 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9772A8FC16; Tue, 11 Mar 2008 02:17:32 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B2HWQj078507; Tue, 11 Mar 2008 02:17:32 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B2HWZB078506; Tue, 11 Mar 2008 02:17:32 GMT (envelope-from lwhsu) Message-Id: <200803110217.m2B2HWZB078506@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 11 Mar 2008 02:17:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-gdata Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 02:17:33 -0000 lwhsu 2008-03-11 02:17:32 UTC FreeBSD ports repository Modified files: devel/py-gdata Makefile distinfo pkg-plist Log: - Update to 1.0.11 Revision Changes Path 1.9 +1 -1 ports/devel/py-gdata/Makefile 1.5 +3 -3 ports/devel/py-gdata/distinfo 1.4 +30 -0 ports/devel/py-gdata/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 02:27:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41D821065676; Tue, 11 Mar 2008 02:27:49 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1498D8FC2B; Tue, 11 Mar 2008 02:27:49 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B2RmeN078853; Tue, 11 Mar 2008 02:27:48 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B2Rm7a078852; Tue, 11 Mar 2008 02:27:48 GMT (envelope-from lwhsu) Message-Id: <200803110227.m2B2Rm7a078852@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 11 Mar 2008 02:27:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/py-paramiko Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 02:27:49 -0000 lwhsu 2008-03-11 02:27:48 UTC FreeBSD ports repository Modified files: security/py-paramiko Makefile distinfo pkg-plist Log: - Updated to 1.7.2 PR: ports/119962 Submitted by: Felippe de Meirelles Motta Approved, modified by: "Matthew D. Fuller" (maintainer) Revision Changes Path 1.5 +2 -4 ports/security/py-paramiko/Makefile 1.4 +3 -3 ports/security/py-paramiko/distinfo 1.4 +71 -68 ports/security/py-paramiko/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 02:39:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D6E2106566C; Tue, 11 Mar 2008 02:39:58 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13C9C8FC12; Tue, 11 Mar 2008 02:39:53 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B2dqho079241; Tue, 11 Mar 2008 02:39:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B2dqEt079240; Tue, 11 Mar 2008 02:39:52 GMT (envelope-from yongari) Message-Id: <200803110239.m2B2dqEt079240@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 02:39:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 02:39:58 -0000 yongari 2008-03-11 02:39:52 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: Move comments block 1 line up to remark on the setting if_capabilities. This would make comments clear. Suggested by: yar Revision Changes Path 1.31 +2 -2 src/sys/dev/msk/if_msk.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:07:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43FF31065670; Tue, 11 Mar 2008 03:07:33 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 169618FC1E; Tue, 11 Mar 2008 03:07:33 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B37WAH081471; Tue, 11 Mar 2008 03:07:32 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B37WOt081470; Tue, 11 Mar 2008 03:07:32 GMT (envelope-from mezz) Message-Id: <200803110307.m2B37WOt081470@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 11 Mar 2008 03:07:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/alacarte Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:07:33 -0000 mezz 2008-03-11 03:07:32 UTC FreeBSD ports repository Modified files: deskutils/alacarte Makefile distinfo pkg-plist Log: Update to 0.11.5 Revision Changes Path 1.15 +2 -3 ports/deskutils/alacarte/Makefile 1.9 +3 -3 ports/deskutils/alacarte/distinfo 1.11 +2 -0 ports/deskutils/alacarte/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:18:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21EDF1065673; Tue, 11 Mar 2008 03:18:16 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id AEF3B8FC14; Tue, 11 Mar 2008 03:18:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 03CADC18F8; Mon, 10 Mar 2008 23:18:15 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 10 Mar 2008 23:18:15 -0400 X-Sasl-enc: pB/X31L2bvMVdVE/PJCQooT1EecLn0AlDUPLpdjo8F/o 1205205494 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id BCE4D143FF; Mon, 10 Mar 2008 23:18:13 -0400 (EDT) Message-ID: <47D5F9F4.4090600@FreeBSD.org> Date: Tue, 11 Mar 2008 03:18:12 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.9 (X11/20080207) MIME-Version: 1.0 To: John Baldwin References: <200803102143.m2ALhVbF052196@repoman.freebsd.org> In-Reply-To: <200803102143.m2ALhVbF052196@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:18:16 -0000 John Baldwin wrote: > Log: > Change the BTX kernel to drop all the way out to real mode to invoke BIOS > routines (V86 requests from the client and hardware interrupt handlers): > Excellent work. I am very pleased indeed to see this going in. BMS From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:26:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E80551065673; Tue, 11 Mar 2008 03:26:47 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA7578FC15; Tue, 11 Mar 2008 03:26:47 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B3Qlfo082079; Tue, 11 Mar 2008 03:26:47 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B3Ql6I082078; Tue, 11 Mar 2008 03:26:47 GMT (envelope-from davidxu) Message-Id: <200803110326.m2B3Ql6I082078@repoman.freebsd.org> From: David Xu Date: Tue, 11 Mar 2008 03:26:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_sem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:26:48 -0000 davidxu 2008-03-11 03:26:47 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_sem.c Log: If a thread is cancelled, it may have already consumed a umtx_wake, check waiter and semphore counter to see if we may wake up next thread. Revision Changes Path 1.14 +2 -0 src/lib/libthr/thread/thr_sem.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:44:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2328C1065671; Tue, 11 Mar 2008 03:44:48 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8BE28FC17; Tue, 11 Mar 2008 03:44:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B3ilX0082693; Tue, 11 Mar 2008 03:44:47 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B3ilaw082692; Tue, 11 Mar 2008 03:44:47 GMT (envelope-from yongari) Message-Id: <200803110344.m2B3ilaw082692@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 03:44:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:44:48 -0000 yongari 2008-03-11 03:44:47 UTC FreeBSD src repository Modified files: sys/dev/vr if_vr.c if_vrreg.h Log: Forced commit to note that vr(4) was repocopied from sys/pci and modified for its new location. Revision Changes Path 1.129 +1 -1 src/sys/dev/vr/if_vr.c 1.35 +0 -0 src/sys/dev/vr/if_vrreg.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:50:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F0051065670; Tue, 11 Mar 2008 03:50:57 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD058FC12; Tue, 11 Mar 2008 03:50:57 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B3ovGP083213; Tue, 11 Mar 2008 03:50:57 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B3ovd1083212; Tue, 11 Mar 2008 03:50:57 GMT (envelope-from yongari) Message-Id: <200803110350.m2B3ovd1083212@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 03:50:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/vr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:50:57 -0000 yongari 2008-03-11 03:50:57 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/vr Makefile Log: Update file list and Makefile after repocopying vr(4) from src/sys/pci to src/sys/dev. Revision Changes Path 1.1279 +1 -1 src/sys/conf/files 1.14 +1 -1 src/sys/modules/vr/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:53:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB5881065679; Tue, 11 Mar 2008 03:53:53 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC2888FC1B; Tue, 11 Mar 2008 03:53:53 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B3rrid083297; Tue, 11 Mar 2008 03:53:53 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B3rrcQ083296; Tue, 11 Mar 2008 03:53:53 GMT (envelope-from yongari) Message-Id: <200803110353.m2B3rrcQ083296@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 03:53:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:53:54 -0000 yongari 2008-03-11 03:53:53 UTC FreeBSD src repository Removed files: sys/pci if_vr.c if_vrreg.h Log: vr(4) was repocopied to src/sys/dev/vr. Revision Changes Path 1.129 +0 -1605 src/sys/pci/if_vr.c (dead) 1.35 +0 -520 src/sys/pci/if_vrreg.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 03:54:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E723106566C; Tue, 11 Mar 2008 03:54:57 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7B98FC1B; Tue, 11 Mar 2008 03:54:57 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B3svKA083359; Tue, 11 Mar 2008 03:54:57 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B3svg1083358; Tue, 11 Mar 2008 03:54:57 GMT (envelope-from leeym) Message-Id: <200803110354.m2B3svg1083358@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 03:54:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Bzip2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 03:54:57 -0000 leeym 2008-03-11 03:54:57 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Bzip2 Makefile distinfo Log: - update to 1.56 Revision Changes Path 1.9 +2 -2 ports/archivers/p5-POE-Filter-Bzip2/Makefile 1.9 +3 -3 ports/archivers/p5-POE-Filter-Bzip2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 04:03:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5187106566C; Tue, 11 Mar 2008 04:03:36 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 853D58FC20; Tue, 11 Mar 2008 04:03:36 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B43au8084871; Tue, 11 Mar 2008 04:03:36 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B43alc084870; Tue, 11 Mar 2008 04:03:36 GMT (envelope-from mezz) Message-Id: <200803110403.m2B43alc084870@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 11 Mar 2008 04:03:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gnome-doc-utils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 04:03:36 -0000 mezz 2008-03-11 04:03:36 UTC FreeBSD ports repository Modified files: textproc/gnome-doc-utils Makefile distinfo pkg-plist Log: Update to 0.12.2. Revision Changes Path 1.20 +2 -4 ports/textproc/gnome-doc-utils/Makefile 1.15 +3 -3 ports/textproc/gnome-doc-utils/distinfo 1.11 +3 -0 ports/textproc/gnome-doc-utils/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 04:15:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B36D1065678; Tue, 11 Mar 2008 04:15:34 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDA128FC19; Tue, 11 Mar 2008 04:15:33 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B4FXsW085281; Tue, 11 Mar 2008 04:15:33 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B4FXVV085280; Tue, 11 Mar 2008 04:15:33 GMT (envelope-from mezz) Message-Id: <200803110415.m2B4FXVV085280@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 11 Mar 2008 04:15:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glade3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 04:15:34 -0000 mezz 2008-03-11 04:15:33 UTC FreeBSD ports repository Modified files: devel/glade3 Makefile distinfo pkg-plist Log: Update to 3.4.3. Revision Changes Path 1.10 +2 -3 ports/devel/glade3/Makefile 1.8 +3 -3 ports/devel/glade3/distinfo 1.9 +13 -0 ports/devel/glade3/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 04:44:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52E221065674; Tue, 11 Mar 2008 04:44:34 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 1F42D8FC19; Tue, 11 Mar 2008 04:44:34 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JXJ003N4UH09CG0@mta3.srv.hcvlny.cv.net>; Tue, 11 Mar 2008 00:43:50 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2B4hjg0000189; Tue, 11 Mar 2008 00:43:46 -0400 Date: Tue, 11 Mar 2008 00:43:40 -0400 From: "Aryeh M. Friedman" In-reply-to: <20080310153347.X1091@desktop> To: Jeff Roberson Message-id: <47D60DFC.90502@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <200803102248.m2AMmRFv055635@repoman.freebsd.org> <47D5D680.9000302@gmail.com> <20080310153347.X1091@desktop> User-Agent: Thunderbird 2.0.0.12 (X11/20080309) Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 04:44:34 -0000 Jeff Roberson wrote: > On Mon, 10 Mar 2008, Aryeh M. Friedman wrote: > >> Jeff Roberson wrote: >>> jeff 2008-03-10 22:48:27 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern sched_ule.c Log: >>> - Fix the invalid priority panics people are seeing by forcing >>> tdq_runq_add to select the runq rather than hoping we set it >>> properly >>> when we adjusted the priority. This involves the same number of >>> branches as before so should perform identically without the extra >>> fragility. >>> >> >> Does this fix the diablo panic I reported to you last week? >> > > I'm not 100% certain. I don't remember the details. You can always > try and find out. :-) > No it doesn't and as far I can tell cpio is what actually causes the panic From owner-cvs-all@FreeBSD.ORG Tue Mar 11 04:51:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE021065675; Tue, 11 Mar 2008 04:51:23 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13CA18FC26; Tue, 11 Mar 2008 04:51:23 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B4pM6D095468; Tue, 11 Mar 2008 04:51:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B4pMLB095467; Tue, 11 Mar 2008 04:51:22 GMT (envelope-from yongari) Message-Id: <200803110451.m2B4pMLB095467@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 04:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 04:51:23 -0000 yongari 2008-03-11 04:51:22 UTC FreeBSD src repository Modified files: sys/dev/vr if_vr.c if_vrreg.h Log: Teach vr(4) to use bus_dma(9) and major overhauling to handle link state change and reliable error recovery. o Moved vr_softc structure and relevant macros to header file. o Use PCIR_BAR macro to get BARs. o Implemented suspend/resume methods. o Implemented automatic Tx threshold configuration which will be activated when it suffers from Tx underrun. Also Tx underrun will try to restart only Tx path and resort to previous full-reset(both Rx/Tx) operation if restarting Tx path have failed. o Removed old bit-banging MII interface. Rhine provides simple and efficient MII interface. While I'm here show PHY address and PHY register number when its read/write operation was failed. o Define VR_MII_TIMEOUT constant and use it in MII access routines. o Always honor link up/down state reported by mii layers. The link state information is used in vr_start() to determine whether we got a valid link. o Removed vr_setcfg() which is now handled in vr_link_task(), link state taskqueue handler. When mii layer reports link state changes the taskqueue handler reprograms MAC to reflect negotiated duplex settings. Flow-control changes are not handled yet and it should be revisited when mii layer knows the notion of flow-control. o Added a new sysctl interface to get statistics of an instance of the driver.(sysctl dev.vr.0.stats=1) o Chip name was renamed to reflect the official name of the chips described in VIA Rhine I/II/III datasheet. REV_ID_3065_A -> REV_ID_VT6102_A REV_ID_3065_B -> REV_ID_VT6102_B REV_ID_3065_C -> REV_ID_VT6102_C REV_ID_3106_J -> REV_ID_VT6105_A0 REV_ID_3106_S -> REV_ID_VT6105M_A0 The following chip revisions were added. #define REV_ID_VT6105_B0 0x83 #define REV_ID_VT6105_LOM 0x8A #define REV_ID_VT6107_A0 0x8C #define REV_ID_VT6107_A1 0x8D #define REV_ID_VT6105M_B1 0x94 o Always show chip revision number in device attach. This shall help identifying revision specific issues. o Check whether EEPROM reloading is complete by inspecting the state of VR_EECSR_LOAD bit. This bit is self-cleared after the EEPROM reloading. Previously vr(4) blindly spins for 200us which may/may not enough to complete the EEPROM reload. o Removed if_mtu setup. It's done in ether_ifattach(). o Use our own callout to drive watchdog timer. o In vr_attach disable further interrupts after reset. For VT6102 or newer hardwares, diable MII state change interrupt as well because mii state handling is done by mii layer. o Add more sane register initialization for VT6102 or newer chips. - Have NIC report error instead of retrying forever. - Let hardware detect MII coding error. - Enable MODE10T mode. - Enable memory-read-multiple for VT6107. o PHY address for VT6105 or newer chips is located at fixed address 1. For older chips the PHY address is stored in VR_PHYADDR register. Armed with these information, there is no need to re-read VR_PHYADDR register in miibus handler to get PHY address. This saves one register access cycle for each MII access. o Don't reprogram VR_PHYADDR register whenever access to a register located at a PHY address is made. Rhine fmaily allows reprogramming PHY address location via VR_PHYADDR register depending on VR_MIISTAT_PHYOPT bit of VR_MIISTAT register. This used to lead numerous phantom PHYs attached to miibus during phy probe phase and driver used to limit allowable PHY address in mii register accessors for certain chip revisions. This removes one more register access cycle for each MII access. o Correctly set VLAN header length. o bus_dma(9) conversion. - Limit DMA access to be in range of 32bit address space. Hardware doesn't support DAC. - Apply descriptor ring alignment requirements(16 bytes alignment) - Apply Rx buffer address alignment requirements(4 bytes alignment) - Apply Tx buffer address alignment requirements(4 bytes alignment) for Rhine I chip. Rhine II or III has no Tx buffer address alignment restrictions, though. - Reduce number of allowable number of DMA segments to 8. - Removed the atomic(9) used in descriptor ownership managements as it's job of bus_dmamap_sync(9). With these change vr(4) should work on all platforms. o Rhine uses two separated 8bits command registers to control Tx/Rx MAC. So don't access it as a single 16bit register. o For non-strict alignment architectures vr(4) no longer require time-consuming copy operation for received frames to align IP header. This greatly improves Rx performance on i386/amd64 platforms. However the alignment is still necessary for strict-alignment platforms(e.g. sparc64). The alignment is handled in new fuction vr_fixup_rx(). o vr_rxeof() now rejects multiple-segmented(fragmented) frames as vr(4) is not ready to handle this situation. Datasheet said nothing about the reason when/why it happens. o In vr_newbuf() don't set VR_RXSTAT_FIRSTFRAG/VR_RXSTAT_LASTFRAG bits as it's set by hardware. o Don't pass checksum offload information to upper layer for fragmented frames. The hardware assisted checksum is valid only when the frame is non-fragmented IP frames. Also mark the checksum is valid for corrupted frames such that upper layers doesn't need to recompute the checksum with software routine. o Removed vr_rxeoc(). RxDMA doesn't seem to need to be idle before sending VR_CMD_RX_GO command. Previously it used to stop RxDMA first which in turn resulted in long delays in Rx error recovery. o Rewrote Tx completion handler. - Always check VR_TXSTAT_OWN bit in status word prior to inspecting other status bits in the status word. - Collision counter updates were corrected as VT3071 or newer ones use different bits to notify collisions. - Unlike other chip revisions, VT86C100A uses different bit to indicate Tx underrun. For VT3071 or newer ones, check both VR_TXSTAT_TBUFF and VR_TXSTAT_UDF bits to see whether Tx underrun was happend. In case of Tx underrun requeue the failed frame and restart stalled Tx SM. Also double Tx DMA threshold size on each failure to mitigate future Tx underruns. - Disarm watchdog timer only if we have no queued packets, otherwise don't touch watchdog timer. o Rewrote interrupt handler. - status word in Tx/Rx descriptors indicates more detailed error state required to recover from the specific error. There is no need to rely on interrupt status word to recover from Tx/Rx error except PCI bus error. Other event notifications like statistics counter overflows or link state events will be handled in main interrupt handler. - Don't touch VR_IMR register if we are in suspend mode. Touching the register may hang the hardware if we are in suspended state. Previously it seems that touching VR_IMR register in interrupt handler was to work-around panic occurred in system shutdown stage on SMP systems. I think that work-around would hide root-cause of the panic and I couldn't reproduce the panic with multiple attempts on my box. o While padding space to meet minimum frame size, zero the pad data in order to avoid possibly leaking sensitive data. o Rewrote vr_start_locked(). - Don't try to queue packets if number of available Tx descriptors are short than that of required one. o Don't reinitialize hardware whenever media configuration is changed. Media/link state changes are reported from mii layer if this happens and vr_link_task() will perform necessary changes. o Don't reinitialize hardware if only PROMISC bit was changed. Just toggle the PROMISC bit in hardware is sufficient to reflect the request. o Rearrganed the IFCAP_POLLING/IFCAP_HWCSUM handling in vr_ioctl(). o Generate Tx completion interrupts for every VR_TX_INTR_THRESH-th frames. This reduces Tx completion interrupts under heavy network loads. o Since vr(4) doesn't request Tx interrupts for every queued frames, reclaim any pending descriptors not handled in Tx completion handler before actually firing up watchdog timeouts. o Added vr_tx_stop()/vr_rx_stop() to wait for the end of active TxDMA/RxDMA cycles(draining). These routines are used in vr_stop() to ensure sane state of MAC before releasing allocated Tx/Rx buffers. vr_link_task() also takes advantage of these functions to get to idle state prior to restarting Tx/Rx. o Added vr_tx_start()/vr_rx_start() to restart Rx/Tx. By separating Rx operation from Tx operation vr(4) no longer need to full-reset the hardware in case of Tx/Rx error recovery. o Implemented WOL. o Added VT6105M specific register definitions. VT6105M has the following hardware capabilities. - Tx/Rx IP/TCP/UDP checksum offload. - VLAN hardware tag insertion/extraction. Due to lack of information for getting extracted VLAN tag in Rx path, VLAN hardware support was not implemented yet. - CAM(Content Addressable Memory) based 32 entry perfect multicast/ VLAN filtering. - 8 priority queues. o Implemented CAM based 32 entry perfect multicast filtering for VT6105M. If number of multicast entry is greater than 32, vr(4) uses traditional hash based filtering. o Reflect real Tx/Rx descriptor structure. Previously vr(4) used to embed other driver (private) data into these structure. This type of embedding make it hard to work on LP64 systems. o Removed unused vr_mii_frame structure and MII bit-baning definitions. o Added new PCI configuration registers that controls mii operation and mode selection. o Reduced number of Tx/Rx descriptors to 128 from 256. From my testing, increasing number of descriptors above than 64 didn't help increasing performance at all. Experimentations show 128 Rx descriptors seems to help a lot reducing Rx FIFO overruns under high system loads. It seems the poor Tx performance of Rhine hardwares comes from the limitation of hardware. You wouldn't satuarte the link with vr(4) no matter how fast CPU/large number of descriptors are used. o Added vr_statistics structure to hold various counter values. No regression was reported but one variant of Rhine III(VT6105M) found on RouterBOARD 44 does not work yet(Reported by Milan Obuch). I hope this would be resolved in near future. I'd like to say big thanks to Mike Tancsa who kindly donated a Rhine hardware to me. Without his enthusiastic testing and feedbacks overhauling vr(4) never have been possible. Also thanks to Masayuki Murayama who provided some good comments on the hardware's internals. This driver is result of combined effort of many users who provided many feedbacks so I'd like to say special thanks to them. Hardware donated by: Mike Tancsa (mike AT sentex dot net) Reviewed by: remko (initial version) Tested by: Mike Tancsa(x86), JoaoBR ( joao AT matik DOT com DOT br ) Marcin Wisnicki ( mwisnicki+freebsd AT gmail DOT com ) Stefan Ehmann ( shoesoft AT gmx DOT net ) Florian Smeets ( flo AT kasimir DOT com ) Phil Oleson ( oz AT nixil DOT net ) Larry Baird ( lab AT gta DOT com ) Milan Obuch ( freebsd-current AT dino DOT sk ) remko (initial version) Revision Changes Path 1.130 +1699 -714 src/sys/dev/vr/if_vr.c 1.36 +330 -98 src/sys/dev/vr/if_vrreg.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 05:05:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67834106566B; Tue, 11 Mar 2008 05:05:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34DA08FC17; Tue, 11 Mar 2008 05:05:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B55u46097121; Tue, 11 Mar 2008 05:05:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B55uUH097120; Tue, 11 Mar 2008 05:05:56 GMT (envelope-from yongari) Message-Id: <200803110505.m2B55uUH097120@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 05:05:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vr.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 05:05:56 -0000 yongari 2008-03-11 05:05:56 UTC FreeBSD src repository Modified files: share/man/man4 vr.4 Log: Document a new sysctl variable, dev.vr.%d.stats. Touch Dd. Revision Changes Path 1.31 +9 -1 src/share/man/man4/vr.4 From owner-cvs-all@FreeBSD.ORG Tue Mar 11 05:09:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F842106566B; Tue, 11 Mar 2008 05:09:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D65B8FC1C; Tue, 11 Mar 2008 05:09:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B593DG097206; Tue, 11 Mar 2008 05:09:03 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B593Zg097205; Tue, 11 Mar 2008 05:09:03 GMT (envelope-from yongari) Message-Id: <200803110509.m2B593Zg097205@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 11 Mar 2008 05:09:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 05:09:03 -0000 yongari 2008-03-11 05:09:03 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Uncomment vr(4), vr(4) should work on all architectures. Revision Changes Path 1.132 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Mar 11 06:00:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E178106566B; Tue, 11 Mar 2008 05:59:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 275B98FC2B; Tue, 11 Mar 2008 05:59:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B5xxAJ039972; Tue, 11 Mar 2008 05:59:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B5xwuw039971; Tue, 11 Mar 2008 05:59:58 GMT (envelope-from rafan) Message-Id: <200803110559.m2B5xwuw039971@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Mar 2008 05:59:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/svnkit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 06:00:00 -0000 rafan 2008-03-11 05:59:58 UTC FreeBSD ports repository Modified files: devel/svnkit Makefile distinfo Log: - Update to 1.1.6 PR: ports/121514 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.15 +5 -4 ports/devel/svnkit/Makefile 1.13 +3 -3 ports/devel/svnkit/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 06:02:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1AC91065671; Tue, 11 Mar 2008 06:02:25 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF278FC18; Tue, 11 Mar 2008 06:02:25 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B62PAA040123; Tue, 11 Mar 2008 06:02:25 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B62Pir040122; Tue, 11 Mar 2008 06:02:25 GMT (envelope-from leeym) Message-Id: <200803110602.m2B62Pir040122@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 06:02:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Compress-LZF Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 06:02:25 -0000 leeym 2008-03-11 06:02:25 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-LZF Makefile Log: - set PERL_CONFIGURE=5.8.0+ - remove unused DISTNAME Revision Changes Path 1.7 +1 -3 ports/archivers/p5-Compress-LZF/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 06:34:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F9A106566B; Tue, 11 Mar 2008 06:34:29 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEB588FC19; Tue, 11 Mar 2008 06:34:28 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B6YSYQ043811; Tue, 11 Mar 2008 06:34:28 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B6YSlt043810; Tue, 11 Mar 2008 06:34:28 GMT (envelope-from silby) Message-Id: <200803110634.m2B6YSlt043810@repoman.freebsd.org> From: Mike Silbersack Date: Tue, 11 Mar 2008 06:34:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 06:34:29 -0000 silby 2008-03-11 06:34:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_var.h Log: MFC rev 1.160; Change tcp options order back to how it was in FreeBSD 6 to improve compatibility. Revision Changes Path 1.157.2.2 +5 -2 src/sys/netinet/tcp_var.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 07:01:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB9AD1065670 for ; Tue, 11 Mar 2008 07:01:46 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id 438988FC27 for ; Tue, 11 Mar 2008 07:01:45 +0000 (UTC) (envelope-from silby@silby.com) Received: (qmail 12803 invoked from network); 11 Mar 2008 07:01:44 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 11 Mar 2008 07:01:44 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 11 Mar 2008 02:01:41 -0500 (CDT) From: Mike Silbersack To: Pyun YongHyeon In-Reply-To: <200803110451.m2B4pMLB095467@repoman.freebsd.org> Message-ID: <20080311015929.Q48057@odysseus.silby.com> References: <200803110451.m2B4pMLB095467@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 07:01:46 -0000 On Tue, 11 Mar 2008, Pyun YongHyeon wrote: > yongari 2008-03-11 04:51:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vr if_vr.c if_vrreg.h > Log: > Teach vr(4) to use bus_dma(9) and major overhauling to handle link > state change and reliable error recovery. Wow, 180 lines of changes. I think this commit message has more content than most of the *code* that I commit! -Mike From owner-cvs-all@FreeBSD.ORG Tue Mar 11 08:08:05 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E9D1065673 for ; Tue, 11 Mar 2008 08:08:05 +0000 (UTC) (envelope-from patrickchan@hangsengbank.com) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 527EC8FC31 for ; Tue, 11 Mar 2008 08:08:05 +0000 (UTC) (envelope-from patrickchan@hangsengbank.com) Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1JYzWm-0001VD-Er for cvs-all@freebsd.org; Tue, 11 Mar 2008 09:08:04 +0100 Received: from [41.221.161.137] (port=1768 helo=KAY) by 5.mx.freenet.de with esmtpa (ID Little.Tom@freenet.de) (port 25) (Exim 4.69 #12) id 1JYzWl-0003wu-Ix for cvs-all@freebsd.org; Tue, 11 Mar 2008 09:08:04 +0100 From: "Patrick Chan" To: cvs-all@freebsd.org MIME-Version: 1.0 Date: Tue, 11 Mar 2008 08:08:03 +0000 Sensitivity: Company-Confidential Message-ID: <294050579453379@mx.freenet.de> Content-Type: text/plain ; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Reply Me ASAP!!! X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chanpatrick_hs@yahoo.com.hk List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 08:08:05 -0000 I have a business of US$24.5million for you.Please contact me for deta= ils. Patrick Chan. E-mail: chanpatrick_hs@yahoo.com.hk From owner-cvs-all@FreeBSD.ORG Tue Mar 11 08:14:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BD001065670; Tue, 11 Mar 2008 08:14:44 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 314958FC1F; Tue, 11 Mar 2008 08:14:44 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B8EiFs049536; Tue, 11 Mar 2008 08:14:44 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B8Ei7f049535; Tue, 11 Mar 2008 08:14:44 GMT (envelope-from leeym) Message-Id: <200803110814.m2B8Ei7f049535@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 08:14:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZF Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 08:14:44 -0000 leeym 2008-03-11 08:14:43 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZF Makefile distinfo Log: - update to 1.66 Submitted by: leeym Approved by: clsung Revision Changes Path 1.6 +3 -4 ports/archivers/p5-POE-Filter-LZF/Makefile 1.6 +3 -3 ports/archivers/p5-POE-Filter-LZF/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 08:28:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC6B91065672; Tue, 11 Mar 2008 08:28:19 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 919C38FC45; Tue, 11 Mar 2008 08:28:19 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B8SJuK049977; Tue, 11 Mar 2008 08:28:19 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B8SJjs049976; Tue, 11 Mar 2008 08:28:19 GMT (envelope-from leeym) Message-Id: <200803110828.m2B8SJjs049976@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 08:28:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZO Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 08:28:20 -0000 leeym 2008-03-11 08:28:19 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZO Makefile distinfo Log: - update to 1.66 Submitted by: leeym Approved by: clsung Revision Changes Path 1.6 +3 -4 ports/archivers/p5-POE-Filter-LZO/Makefile 1.6 +3 -3 ports/archivers/p5-POE-Filter-LZO/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 08:28:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20566106568E; Tue, 11 Mar 2008 08:28:45 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA1338FC18; Tue, 11 Mar 2008 08:28:44 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2B8Si2B050015; Tue, 11 Mar 2008 08:28:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2B8Si0f050014; Tue, 11 Mar 2008 08:28:44 GMT (envelope-from brueffer) Message-Id: <200803110828.m2B8Si0f050014@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 11 Mar 2008 08:28:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 08:28:45 -0000 brueffer 2008-03-11 08:28:44 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: vr(4) should work on all archs now, remove it from here. Revision Changes Path 1.104 +0 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Mar 11 10:14:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82F5E1065674; Tue, 11 Mar 2008 10:14:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40CC38FC2B; Tue, 11 Mar 2008 10:14:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BAEmTs064771; Tue, 11 Mar 2008 10:14:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BAEmJT064770; Tue, 11 Mar 2008 10:14:48 GMT (envelope-from rwatson) Message-Id: <200803111014.m2BAEmJT064770@repoman.freebsd.org> From: Robert Watson Date: Tue, 11 Mar 2008 10:14:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:14:48 -0000 rwatson 2008-03-11 10:14:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c coda_vnops.h Log: Merge cnode.h:1.25, coda_fbsd.c:1.48, coda_io.h:1.10, coda_kernel.h:1.7, coda_namecache.c:1.25, coda_namecache.h:1.14, coda_opstats.h:1.8, coda_pioctl.h:1.10, coda_psdev.c:1.43, coda_psdev.h:1.8, coda_subr.c:1.35, coda_subr.h:1.11, coda_venus.c:1.30, coda_venus.h:1.11, coda_vfsops.c:1.79, coda_vfsops.h:1.14, coda_vnops.c:1.92, coda_vnops.h:1.23 from HEAD to RELENG_7: Since we're now actively maintaining the Coda module in the FreeBSD source tree, restyle everything but coda.h (which is more explicitly shared across systems) into a closer approximation to style(9). Remove a few more unused function prototypes. Add or clarify some comments. Minor differences required in the MFC due to diverging VFS locking in HEAD vs RELENG_7. Revision Changes Path 1.21.2.4 +85 -78 src/sys/fs/coda/cnode.h 1.46.2.2 +40 -33 src/sys/fs/coda/coda_fbsd.c 1.9.2.1 +30 -16 src/sys/fs/coda/coda_io.h 1.6.2.1 +31 -30 src/sys/fs/coda/coda_kernel.h 1.23.2.2 +383 -439 src/sys/fs/coda/coda_namecache.c 1.11.2.2 +127 -118 src/sys/fs/coda/coda_namecache.h 1.7.2.1 +60 -57 src/sys/fs/coda/coda_opstats.h 1.9.2.1 +25 -26 src/sys/fs/coda/coda_pioctl.h 1.39.2.4 +494 -484 src/sys/fs/coda/coda_psdev.c 1.6.2.2 +14 -7 src/sys/fs/coda/coda_psdev.h 1.33.2.2 +325 -327 src/sys/fs/coda/coda_subr.c 1.10.2.1 +24 -20 src/sys/fs/coda/coda_subr.h 1.27.2.3 +494 -477 src/sys/fs/coda/coda_venus.c 1.10.2.1 +55 -105 src/sys/fs/coda/coda_venus.h 1.67.2.8 +308 -318 src/sys/fs/coda/coda_vfsops.c 1.12.2.2 +21 -18 src/sys/fs/coda/coda_vfsops.h 1.76.2.8 +1450 -1364 src/sys/fs/coda/coda_vnops.c 1.19.2.4 +45 -44 src/sys/fs/coda/coda_vnops.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 10:16:40 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 745F71065672; Tue, 11 Mar 2008 10:16:40 +0000 (UTC) Date: Tue, 11 Mar 2008 10:16:40 +0000 From: Alexey Dokuchaev To: Jeremy Messenger Message-ID: <20080311101640.GA82256@FreeBSD.org> References: <200803072336.m27Na1SR009283@repoman.freebsd.org> <20080310152547.GB79662@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Oliver Lehmann , ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/tv-fonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:16:40 -0000 On Mon, Mar 10, 2008 at 12:35:13PM -0500, Jeremy Messenger wrote: > On Mon, 10 Mar 2008 10:25:47 -0500, Alexey Dokuchaev > wrote: > > >On Fri, Mar 07, 2008 at 10:15:15PM -0600, Jeremy Messenger wrote: > >>On Fri, 07 Mar 2008 17:36:01 -0600, Oliver Lehmann > >>wrote: > >> > >>>oliver 2008-03-07 23:36:01 UTC > >>> > >>> FreeBSD ports repository > >>> > >>> Modified files: > >>> x11-fonts/tv-fonts Makefile > >>> Log: > >>> remove USE_XLIB > >>> replace X_CLIENTS_PORT > >> > >>RUN_DEPENDS= ${BUILD_DEPENDS} > > > >We should write a paragraph about = vs. := assignments in Porter's > >Handbook. > > I think I saw there has a PR that add a new feature, BR_DEPENDS (both > build/runtime dependency.) in bsd.port.mk. Hm.. Probably OK, but I think BR_ prefix is overly short. Nonetheless, having a paragraph in Porter's Handbook still seems useful since far too many of (especially new) committers/submitters fall into this error. I'll try to write something up and file a PR later this day. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Mar 11 10:51:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7A841065679; Tue, 11 Mar 2008 10:51:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81C8C8FC1C; Tue, 11 Mar 2008 10:51:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BApIJ8066053; Tue, 11 Mar 2008 10:51:18 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BApIVN066052; Tue, 11 Mar 2008 10:51:18 GMT (envelope-from rafan) Message-Id: <200803111051.m2BApIVN066052@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Mar 2008 10:51:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/lucene Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:51:18 -0000 rafan 2008-03-11 10:51:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/lucene Makefile distinfo pkg-descr Log: Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. WWW: http://lucene.apache.org/java/ PR: ports/121537 Submitted by: Gerrit Beine Revision Changes Path 1.1223 +1 -0 ports/textproc/Makefile 1.1 +61 -0 ports/textproc/lucene/Makefile (new) 1.1 +3 -0 ports/textproc/lucene/distinfo (new) 1.1 +5 -0 ports/textproc/lucene/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 10:51:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29EAB106568A; Tue, 11 Mar 2008 10:51:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF3B88FC19; Tue, 11 Mar 2008 10:51:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BApQeH066088; Tue, 11 Mar 2008 10:51:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BApQQ3066087; Tue, 11 Mar 2008 10:51:26 GMT (envelope-from rafan) Message-Id: <200803111051.m2BApQQ3066087@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Mar 2008 10:51:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:51:27 -0000 rafan 2008-03-11 10:51:26 UTC FreeBSD ports repository Modified files: . modules Log: lucene --> ports/textproc/lucene Revision Changes Path 1.19481 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 10:54:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 149201065674; Tue, 11 Mar 2008 10:54:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C96DA8FC26; Tue, 11 Mar 2008 10:54:30 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BAsUO0066168; Tue, 11 Mar 2008 10:54:30 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BAsUbh066167; Tue, 11 Mar 2008 10:54:30 GMT (envelope-from flz) Message-Id: <200803111054.m2BAsUbh066167@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 11 Mar 2008 10:54:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/jetspeed Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:54:31 -0000 flz 2008-03-11 10:54:30 UTC FreeBSD ports repository Modified files: www/jetspeed Makefile distinfo pkg-message Log: - Update www/jetspeed to 1.6. - Pass maintainership to submitter. PR: ports/121587 Submitted by: Wen heping Revision Changes Path 1.15 +5 -5 ports/www/jetspeed/Makefile 1.4 +3 -3 ports/www/jetspeed/distinfo 1.5 +1 -1 ports/www/jetspeed/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Mar 11 11:08:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B802E106566B; Tue, 11 Mar 2008 11:08:34 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77BC48FC27; Tue, 11 Mar 2008 11:08:34 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BB8Y0R067791; Tue, 11 Mar 2008 11:08:34 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BB8YFq067790; Tue, 11 Mar 2008 11:08:34 GMT (envelope-from flz) Message-Id: <200803111108.m2BB8YFq067790@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 11 Mar 2008 11:08:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gish-demo Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:08:34 -0000 flz 2008-03-11 11:08:34 UTC FreeBSD ports repository Modified files: games/gish-demo Makefile distinfo pkg-plist Log: - Update games/gish-demo to 1.52. - Mark RESTRICTED. PR: ports/121386 Submitted by: Jona Joachim Revision Changes Path 1.4 +2 -4 ports/games/gish-demo/Makefile 1.3 +3 -3 ports/games/gish-demo/distinfo 1.3 +1 -4 ports/games/gish-demo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 11:20:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E890C10656FD; Tue, 11 Mar 2008 11:20:54 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A79F28FC12; Tue, 11 Mar 2008 11:20:54 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BBKsxo068207; Tue, 11 Mar 2008 11:20:54 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BBKsBk068206; Tue, 11 Mar 2008 11:20:54 GMT (envelope-from flz) Message-Id: <200803111120.m2BBKsBk068206@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 11 Mar 2008 11:20:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/cdcl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:20:55 -0000 flz 2008-03-11 11:20:54 UTC FreeBSD ports repository Modified files: science/cdcl Makefile distinfo pkg-plist Log: - Update science/cdcl to 5.3.3. - Remove hardcoded version in packing list. - Add -fPIC to CFLAGS on amd64. PR: ports/121284 Submitted by: maintainer Revision Changes Path 1.9 +14 -19 ports/science/cdcl/Makefile 1.5 +3 -3 ports/science/cdcl/distinfo 1.3 +32 -29 ports/science/cdcl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 11:35:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5BEB106566B; Tue, 11 Mar 2008 11:35:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC258FC2D; Tue, 11 Mar 2008 11:35:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BBZhjl069120; Tue, 11 Mar 2008 11:35:43 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BBZhsV069119; Tue, 11 Mar 2008 11:35:43 GMT (envelope-from gabor) Message-Id: <200803111135.m2BBZhsV069119@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 11 Mar 2008 11:35:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles Makefile doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml doc/en_US.ISO8859-1/articles/linux-users Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:35:43 -0000 gabor 2008-03-11 11:35:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles Makefile en_US.ISO8859-1/articles/contributors contrib.additional.sgml Added files: en_US.ISO8859-1/articles/linux-users Makefile article.sgml Log: - Add an introductory article to FreeBSD for Linux users Submitted by: John Ferrel Revision Changes Path 1.56 +1 -0 doc/en_US.ISO8859-1/articles/Makefile 1.776 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.1 +19 -0 doc/en_US.ISO8859-1/articles/linux-users/Makefile (new) 1.1 +590 -0 doc/en_US.ISO8859-1/articles/linux-users/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 11:39:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97CA3106566B; Tue, 11 Mar 2008 11:39:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 569398FC1A; Tue, 11 Mar 2008 11:39:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BBdHt0069225; Tue, 11 Mar 2008 11:39:17 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BBdGS7069224; Tue, 11 Mar 2008 11:39:16 GMT (envelope-from gabor) Message-Id: <200803111139.m2BBdGS7069224@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 11 Mar 2008 11:39:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:39:17 -0000 gabor 2008-03-11 11:39:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Forced commit to note that the previous change was: - Add John Ferrel for the linux-users article Revision Changes Path 1.777 +0 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 11:43:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03FC81065671; Tue, 11 Mar 2008 11:43:03 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6C6A8FC19; Tue, 11 Mar 2008 11:43:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BBh2XE069389; Tue, 11 Mar 2008 11:43:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BBh1Ld069386; Tue, 11 Mar 2008 11:43:01 GMT (envelope-from gabor) Message-Id: <200803111143.m2BBh1Ld069386@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 11 Mar 2008 11:43:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-emulation article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:43:03 -0000 gabor 2008-03-11 11:43:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-emulation article.sgml Log: - Fix typo Submitted by: pluknet Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/linux-emulation/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 12:00:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174B1106567F; Tue, 11 Mar 2008 12:00:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA96C8FC19; Tue, 11 Mar 2008 12:00:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BC0Kq1070613; Tue, 11 Mar 2008 12:00:20 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BC0KNa070610; Tue, 11 Mar 2008 12:00:20 GMT (envelope-from gabor) Message-Id: <200803111200.m2BC0KNa070610@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 11 Mar 2008 12:00:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docs books.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 12:00:21 -0000 gabor 2008-03-11 12:00:19 UTC FreeBSD doc repository Modified files: en/docs books.sgml Log: - Add the new linux-users article Revision Changes Path 1.32 +5 -1 www/en/docs/books.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 12:46:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F961106566C; Tue, 11 Mar 2008 12:46:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D49D8FC21; Tue, 11 Mar 2008 12:46:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BCkWp9083527; Tue, 11 Mar 2008 12:46:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BCkWPo083524; Tue, 11 Mar 2008 12:46:32 GMT (envelope-from miwi) Message-Id: <200803111246.m2BCkWPo083524@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 12:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 12:46:32 -0000 miwi 2008-03-11 12:46:31 UTC FreeBSD ports repository Modified files: devel/pear Makefile distinfo pkg-plist Log: - Update to 1.7.1 Changelog: http://pear.php.net/package/PEAR/download/1.7.0 http://pear.php.net/package/PEAR/download/1.7.1 Revision Changes Path 1.30 +1 -2 ports/devel/pear/Makefile 1.13 +3 -3 ports/devel/pear/distinfo 1.15 +5 -0 ports/devel/pear/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 12:49:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410791065678; Tue, 11 Mar 2008 12:49:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2C8C8FC23; Tue, 11 Mar 2008 12:49:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BCnwvM095032; Tue, 11 Mar 2008 12:49:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BCnwwH095031; Tue, 11 Mar 2008 12:49:58 GMT (envelope-from miwi) Message-Id: <200803111249.m2BCnwwH095031@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 12:49:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-PhpDocumentor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 12:49:59 -0000 miwi 2008-03-11 12:49:58 UTC FreeBSD ports repository Modified files: devel/pear-PhpDocumentor Makefile Log: - Add missing files PR: 121515 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.4 +22 -0 ports/devel/pear-PhpDocumentor/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 13:10:54 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C922E1065672; Tue, 11 Mar 2008 13:10:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 7DAE88FC18; Tue, 11 Mar 2008 13:10:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.tenantsolutions.com [209.163.168.124] (may be forged)) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id m2BCbgis079617; Tue, 11 Mar 2008 07:37:45 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <47D67D14.8010106@freebsd.org> Date: Tue, 11 Mar 2008 07:37:40 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: John Baldwin References: <200803101958.m2AJwfmm037050@repoman.freebsd.org> <20080310.144327.-856141340.imp@bsdimp.com> <200803101747.51354.jhb@freebsd.org> In-Reply-To: <200803101747.51354.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/bin/cp cp.1 cp.c utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 13:10:55 -0000 John Baldwin wrote: > On Monday 10 March 2008 04:43:27 pm M. Warner Losh wrote: >> In message: <200803101958.m2AJwfmm037050@repoman.freebsd.org> >> John Baldwin writes: >> : jhb 2008-03-10 19:58:41 UTC >> : >> : FreeBSD src repository >> : >> : Modified files: >> : bin/cp cp.1 cp.c utils.c >> : Log: >> : Add an '-a' option which is identical to specifying '-RpP' for >> : compatibility with other implementations. >> : >> : MFC after: 1 month >> >> Submitted by: David Frascone at Cisco >> >> right? > > Don't think so. I've had this patch for almost 2 years now on my laptop from > the first time this came up (back when -l was added IIRC). The recent thread > just reminded me to commit it. :) The recent thread also had a patch that > used -rpP whereas -RpP is more correct IMO. > Thanks John for committing this!! This makes life easier for rsnapshot users too. Eric p.s. - I think I was the original submitter along with the -l patch. From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:02:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0153D1065671; Tue, 11 Mar 2008 14:02:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B28BA8FC23; Tue, 11 Mar 2008 14:02:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BE21rX030893; Tue, 11 Mar 2008 14:02:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BE214n030892; Tue, 11 Mar 2008 14:02:01 GMT (envelope-from miwi) Message-Id: <200803111402.m2BE214n030892@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:02:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-HTML_Template_Flexy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:02:02 -0000 miwi 2008-03-11 14:02:01 UTC FreeBSD ports repository Modified files: devel/pear-HTML_Template_Flexy Makefile distinfo Log: - Update to 1.3.3 Revision Changes Path 1.10 +1 -1 ports/devel/pear-HTML_Template_Flexy/Makefile 1.7 +3 -3 ports/devel/pear-HTML_Template_Flexy/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:02:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4BF106566B; Tue, 11 Mar 2008 14:02:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0AD18FC1F; Tue, 11 Mar 2008 14:02:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BE2NGL031078; Tue, 11 Mar 2008 14:02:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BE2NpW031077; Tue, 11 Mar 2008 14:02:23 GMT (envelope-from miwi) Message-Id: <200803111402.m2BE2NpW031077@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:02:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pear-Translation2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:02:24 -0000 miwi 2008-03-11 14:02:23 UTC FreeBSD ports repository Modified files: sysutils/pear-Translation2 Makefile distinfo Log: - Update to 2.0.0RC4 Revision Changes Path 1.9 +1 -1 ports/sysutils/pear-Translation2/Makefile 1.8 +3 -3 ports/sysutils/pear-Translation2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:02:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ABF11065672; Tue, 11 Mar 2008 14:02:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 280FB8FC29; Tue, 11 Mar 2008 14:02:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BE2iXP031242; Tue, 11 Mar 2008 14:02:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BE2ie3031241; Tue, 11 Mar 2008 14:02:44 GMT (envelope-from miwi) Message-Id: <200803111402.m2BE2ie3031241@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:02:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-Pager Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:02:44 -0000 miwi 2008-03-11 14:02:44 UTC FreeBSD ports repository Modified files: devel/pear-Pager Makefile distinfo Log: - Update to 2.4.5 Revision Changes Path 1.18 +1 -1 ports/devel/pear-Pager/Makefile 1.16 +3 -3 ports/devel/pear-Pager/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:03:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 179511065701; Tue, 11 Mar 2008 14:03:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C95A58FC1E; Tue, 11 Mar 2008 14:03:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BE34T3032116; Tue, 11 Mar 2008 14:03:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BE34JQ032105; Tue, 11 Mar 2008 14:03:04 GMT (envelope-from miwi) Message-Id: <200803111403.m2BE34JQ032105@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:03:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pear-MDB2_Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:03:05 -0000 miwi 2008-03-11 14:03:04 UTC FreeBSD ports repository Modified files: databases/pear-MDB2_Schema Makefile distinfo Log: - Update to 0.8.2 Revision Changes Path 1.5 +1 -1 ports/databases/pear-MDB2_Schema/Makefile 1.5 +3 -3 ports/databases/pear-MDB2_Schema/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:04:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BE081065670; Tue, 11 Mar 2008 14:04:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD5068FC22; Tue, 11 Mar 2008 14:04:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BE49h0033000; Tue, 11 Mar 2008 14:04:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BE49Y9032999; Tue, 11 Mar 2008 14:04:09 GMT (envelope-from miwi) Message-Id: <200803111404.m2BE49Y9032999@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:04:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/dvdisaster Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:04:10 -0000 miwi 2008-03-11 14:04:09 UTC FreeBSD ports repository Modified files: sysutils/dvdisaster Makefile distinfo pkg-plist Log: - Update to 0.70.6 Revision Changes Path 1.7 +1 -1 ports/sysutils/dvdisaster/Makefile 1.6 +3 -3 ports/sysutils/dvdisaster/distinfo 1.6 +258 -252 ports/sysutils/dvdisaster/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:25:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7271A106566B; Tue, 11 Mar 2008 14:25:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB498FC17; Tue, 11 Mar 2008 14:25:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEPhPC036973; Tue, 11 Mar 2008 14:25:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEPhPR036972; Tue, 11 Mar 2008 14:25:43 GMT (envelope-from miwi) Message-Id: <200803111425.m2BEPhPR036972@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:25:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/xapian-core Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:25:43 -0000 miwi 2008-03-11 14:25:42 UTC FreeBSD ports repository Modified files: databases/xapian-core Makefile Log: - Unbreak - Mirror is back PR: 121602 Submitted by: Jean-Francois Dockes (maintainer) Revision Changes Path 1.16 +0 -2 ports/databases/xapian-core/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:32:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1738D106566B; Tue, 11 Mar 2008 14:32:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8F038FC23; Tue, 11 Mar 2008 14:32:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEWRv1037376; Tue, 11 Mar 2008 14:32:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEWRcb037375; Tue, 11 Mar 2008 14:32:27 GMT (envelope-from miwi) Message-Id: <200803111432.m2BEWRcb037375@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:32:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/dclibc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:32:28 -0000 miwi 2008-03-11 14:32:27 UTC FreeBSD ports repository Modified files: net-p2p/dclibc Makefile Log: - Mark DEPRECATED (Abandoned, not used, website disappeared) PR: 121601 Submitted by: Pankov Pavel (maintainer) Revision Changes Path 1.3 +3 -0 ports/net-p2p/dclibc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:40:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9542A1065670; Tue, 11 Mar 2008 14:40:34 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5294A8FC2E; Tue, 11 Mar 2008 14:40:34 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEeYcR038804; Tue, 11 Mar 2008 14:40:34 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEeY9E038803; Tue, 11 Mar 2008 14:40:34 GMT (envelope-from leeym) Message-Id: <200803111440.m2BEeY9E038803@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 14:40:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZW Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:40:34 -0000 leeym 2008-03-11 14:40:34 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZW Makefile distinfo Log: - update to 1.66 Revision Changes Path 1.10 +2 -2 ports/archivers/p5-POE-Filter-LZW/Makefile 1.10 +3 -3 ports/archivers/p5-POE-Filter-LZW/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:44:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D57106566B; Tue, 11 Mar 2008 14:44:58 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 93D058FC16; Tue, 11 Mar 2008 14:44:58 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEiwXi039020; Tue, 11 Mar 2008 14:44:58 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEiwH4039019; Tue, 11 Mar 2008 14:44:58 GMT (envelope-from leeym) Message-Id: <200803111444.m2BEiwH4039019@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 14:44:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Zlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:44:59 -0000 leeym 2008-03-11 14:44:58 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Zlib Makefile distinfo Log: - update to 1.94 Revision Changes Path 1.12 +2 -2 ports/archivers/p5-POE-Filter-Zlib/Makefile 1.12 +3 -3 ports/archivers/p5-POE-Filter-Zlib/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:45:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52A01065672; Tue, 11 Mar 2008 14:45:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72A878FC1E; Tue, 11 Mar 2008 14:45:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEjBk2039093; Tue, 11 Mar 2008 14:45:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEjBMK039092; Tue, 11 Mar 2008 14:45:11 GMT (envelope-from miwi) Message-Id: <200803111445.m2BEjBMK039092@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:45:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/p5-Convert-Morse Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:45:11 -0000 miwi 2008-03-11 14:45:11 UTC FreeBSD ports repository Modified files: converters/p5-Convert-Morse Makefile distinfo Log: - Update to 0.06 Revision Changes Path 1.14 +1 -1 ports/converters/p5-Convert-Morse/Makefile 1.7 +3 -3 ports/converters/p5-Convert-Morse/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:45:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAE21065672; Tue, 11 Mar 2008 14:45:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF4678FC16; Tue, 11 Mar 2008 14:45:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEjuE1039158; Tue, 11 Mar 2008 14:45:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEju0u039157; Tue, 11 Mar 2008 14:45:56 GMT (envelope-from miwi) Message-Id: <200803111445.m2BEju0u039157@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:45:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-App-Options Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:45:57 -0000 miwi 2008-03-11 14:45:56 UTC FreeBSD ports repository Modified files: devel/p5-App-Options Makefile distinfo Log: - Update to 1.04 Revision Changes Path 1.5 +1 -1 ports/devel/p5-App-Options/Makefile 1.4 +3 -3 ports/devel/p5-App-Options/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:47:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDA771065676; Tue, 11 Mar 2008 14:47:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2D48FC17; Tue, 11 Mar 2008 14:47:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEl1Ma039246; Tue, 11 Mar 2008 14:47:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEl1mN039245; Tue, 11 Mar 2008 14:47:01 GMT (envelope-from miwi) Message-Id: <200803111447.m2BEl1mN039245@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:47:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Config-General Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:47:01 -0000 miwi 2008-03-11 14:47:01 UTC FreeBSD ports repository Modified files: devel/p5-Config-General Makefile distinfo Log: - Update to 2.38 - Use CPAN Macro Revision Changes Path 1.22 +2 -2 ports/devel/p5-Config-General/Makefile 1.19 +3 -3 ports/devel/p5-Config-General/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:47:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5AC6106566C; Tue, 11 Mar 2008 14:47:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 831E18FC1A; Tue, 11 Mar 2008 14:47:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BElu0L039297; Tue, 11 Mar 2008 14:47:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BElud3039296; Tue, 11 Mar 2008 14:47:56 GMT (envelope-from miwi) Message-Id: <200803111447.m2BElud3039296@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:47:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Config-Model Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:47:56 -0000 miwi 2008-03-11 14:47:56 UTC FreeBSD ports repository Modified files: devel/p5-Config-Model Makefile distinfo Log: - Update to 2.38 Revision Changes Path 1.12 +1 -1 ports/devel/p5-Config-Model/Makefile 1.11 +3 -3 ports/devel/p5-Config-Model/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:48:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 870521065675; Tue, 11 Mar 2008 14:48:59 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 450688FC18; Tue, 11 Mar 2008 14:48:59 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEmxti041602; Tue, 11 Mar 2008 14:48:59 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEmx1j041601; Tue, 11 Mar 2008 14:48:59 GMT (envelope-from joel) Message-Id: <200803111448.m2BEmx1j041601@repoman.freebsd.org> From: Joel Dahl Date: Tue, 11 Mar 2008 14:48:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cpuset cpuset.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:48:59 -0000 joel 2008-03-11 14:48:59 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/cpuset cpuset.1 Log: Fix minor typo. Revision Changes Path 1.2 +2 -2 src/usr.bin/cpuset/cpuset.1 From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:49:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AE51065671; Tue, 11 Mar 2008 14:49:40 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id B65388FC2B; Tue, 11 Mar 2008 14:49:39 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id B9FFC4AC79; Tue, 11 Mar 2008 15:49:36 +0100 (CET) Date: Tue, 11 Mar 2008 15:49:36 +0100 From: Martin Wilke To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080311144936.GA69140@bsdcrew.de> References: <200803111447.m2BElud3039296@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200803111447.m2BElud3039296@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: cvs commit: ports/devel/p5-Config-Model Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:49:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ups - - Update to 0.619 - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFH1pwAFwpycAVoI1MRAoy0AJ4pHhOlzJ6xsjDSIk66XcGCKrcxugCgluu0 18OAttXPw4DzblHnn98cgU0= =Z8Xu -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:55:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A3831065671; Tue, 11 Mar 2008 14:55:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB5D38FC16; Tue, 11 Mar 2008 14:55:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEtKsG041842; Tue, 11 Mar 2008 14:55:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEtKCP041841; Tue, 11 Mar 2008 14:55:20 GMT (envelope-from miwi) Message-Id: <200803111455.m2BEtKCP041841@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:55:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-Find-Object Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:55:21 -0000 miwi 2008-03-11 14:55:20 UTC FreeBSD ports repository Modified files: devel/p5-File-Find-Object Makefile distinfo Log: - Update to 0.1.0 Revision Changes Path 1.8 +2 -2 ports/devel/p5-File-Find-Object/Makefile 1.7 +3 -3 ports/devel/p5-File-Find-Object/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:56:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27EB1065671; Tue, 11 Mar 2008 14:56:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B01D58FC1B; Tue, 11 Mar 2008 14:56:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEuAfD041903; Tue, 11 Mar 2008 14:56:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEuAr4041902; Tue, 11 Mar 2008 14:56:10 GMT (envelope-from miwi) Message-Id: <200803111456.m2BEuAr4041902@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:56:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Load-Conditional Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:56:11 -0000 miwi 2008-03-11 14:56:10 UTC FreeBSD ports repository Modified files: devel/p5-Module-Load-Conditional Makefile distinfo Log: - Update to 0.26 Revision Changes Path 1.14 +1 -1 ports/devel/p5-Module-Load-Conditional/Makefile 1.12 +3 -3 ports/devel/p5-Module-Load-Conditional/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:57:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB94C1065670; Tue, 11 Mar 2008 14:57:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68D7B8FC17; Tue, 11 Mar 2008 14:57:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEvYSx041977; Tue, 11 Mar 2008 14:57:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEvY0J041976; Tue, 11 Mar 2008 14:57:34 GMT (envelope-from miwi) Message-Id: <200803111457.m2BEvY0J041976@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/p5-Finance-Currency-Convert Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:57:34 -0000 miwi 2008-03-11 14:57:34 UTC FreeBSD ports repository Modified files: finance/p5-Finance-Currency-Convert Makefile distinfo Log: - Update to 1.06 Revision Changes Path 1.10 +1 -1 ports/finance/p5-Finance-Currency-Convert/Makefile 1.6 +3 -3 ports/finance/p5-Finance-Currency-Convert/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:58:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0196F1065672; Tue, 11 Mar 2008 14:58:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6D9D8FC13; Tue, 11 Mar 2008 14:58:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BEwUc4042057; Tue, 11 Mar 2008 14:58:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BEwUIC042056; Tue, 11 Mar 2008 14:58:30 GMT (envelope-from miwi) Message-Id: <200803111458.m2BEwUIC042056@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:58:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-Random-MT-Auto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:58:32 -0000 miwi 2008-03-11 14:58:30 UTC FreeBSD ports repository Modified files: math/p5-Math-Random-MT-Auto Makefile distinfo Log: - Update to 6.12 Revision Changes Path 1.10 +2 -2 ports/math/p5-Math-Random-MT-Auto/Makefile 1.9 +3 -3 ports/math/p5-Math-Random-MT-Auto/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 14:59:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 754991065676; Tue, 11 Mar 2008 14:59:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32B958FC28; Tue, 11 Mar 2008 14:59:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BExBNI042109; Tue, 11 Mar 2008 14:59:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BExB4s042108; Tue, 11 Mar 2008 14:59:11 GMT (envelope-from miwi) Message-Id: <200803111459.m2BExB4s042108@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 14:59:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-MatrixReal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 14:59:11 -0000 miwi 2008-03-11 14:59:11 UTC FreeBSD ports repository Modified files: math/p5-MatrixReal Makefile distinfo Log: - Update to 1.15 Revision Changes Path 1.15 +1 -1 ports/math/p5-MatrixReal/Makefile 1.9 +3 -3 ports/math/p5-MatrixReal/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:03:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9AAF106566B; Tue, 11 Mar 2008 15:03:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 872CE8FC12; Tue, 11 Mar 2008 15:03:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BF3eMH043473; Tue, 11 Mar 2008 15:03:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BF3eop043472; Tue, 11 Mar 2008 15:03:40 GMT (envelope-from miwi) Message-Id: <200803111503.m2BF3eop043472@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 15:03:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/p5-Array-Compare Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:03:41 -0000 miwi 2008-03-11 15:03:40 UTC FreeBSD ports repository Modified files: misc/p5-Array-Compare Makefile distinfo Log: - Update to 1.15 - Use CPAN macro Revision Changes Path 1.8 +2 -2 ports/misc/p5-Array-Compare/Makefile 1.7 +3 -3 ports/misc/p5-Array-Compare/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:04:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12957106566C; Tue, 11 Mar 2008 15:04:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C43668FC23; Tue, 11 Mar 2008 15:04:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BF4W0w043526; Tue, 11 Mar 2008 15:04:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BF4WtY043525; Tue, 11 Mar 2008 15:04:32 GMT (envelope-from miwi) Message-Id: <200803111504.m2BF4WtY043525@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 15:04:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-OAuth Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:04:34 -0000 miwi 2008-03-11 15:04:32 UTC FreeBSD ports repository Modified files: net/p5-Net-OAuth Makefile distinfo Log: - Update to 0.06 Revision Changes Path 1.3 +1 -1 ports/net/p5-Net-OAuth/Makefile 1.3 +3 -3 ports/net/p5-Net-OAuth/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:05:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B101065674; Tue, 11 Mar 2008 15:05:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60FAF8FC22; Tue, 11 Mar 2008 15:05:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BF5t0a043634; Tue, 11 Mar 2008 15:05:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BF5tJ4043633; Tue, 11 Mar 2008 15:05:55 GMT (envelope-from jhb) Message-Id: <200803111505.m2BF5tJ4043633@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Mar 2008 15:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:05:55 -0000 jhb 2008-03-11 15:05:55 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Don't enable the workaround for the jitter bug on the 5722. Obtained from: Linux tg3 driver Revision Changes Path 1.204 +4 -3 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:06:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8292910656C0; Tue, 11 Mar 2008 15:06:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 401928FC26; Tue, 11 Mar 2008 15:06:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BF6MfZ043677; Tue, 11 Mar 2008 15:06:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BF6M5Z043676; Tue, 11 Mar 2008 15:06:22 GMT (envelope-from miwi) Message-Id: <200803111506.m2BF6M5Z043676@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 15:06:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-GD-SecurityImage Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:06:22 -0000 miwi 2008-03-11 15:06:22 UTC FreeBSD ports repository Modified files: security/p5-GD-SecurityImage Makefile distinfo Log: - Update to 1.65 Revision Changes Path 1.12 +1 -2 ports/security/p5-GD-SecurityImage/Makefile 1.7 +3 -3 ports/security/p5-GD-SecurityImage/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:08:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B28CA106566B; Tue, 11 Mar 2008 15:08:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9CE8FC28; Tue, 11 Mar 2008 15:08:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BF8JFs043761; Tue, 11 Mar 2008 15:08:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BF8JgF043760; Tue, 11 Mar 2008 15:08:19 GMT (envelope-from miwi) Message-Id: <200803111508.m2BF8JgF043760@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 15:08:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Lingua-EN-NameCase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:08:19 -0000 miwi 2008-03-11 15:08:19 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-NameCase Makefile distinfo Log: - Update to 1.15 Revision Changes Path 1.7 +1 -1 ports/textproc/p5-Lingua-EN-NameCase/Makefile 1.6 +3 -3 ports/textproc/p5-Lingua-EN-NameCase/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:13:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 362081065673; Tue, 11 Mar 2008 15:13:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E79248FC17; Tue, 11 Mar 2008 15:13:26 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BFDQ0p043991; Tue, 11 Mar 2008 15:13:26 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BFDQCG043990; Tue, 11 Mar 2008 15:13:26 GMT (envelope-from gahr) Message-Id: <200803111513.m2BFDQCG043990@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Mar 2008 15:13:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/epplets pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:13:27 -0000 gahr 2008-03-11 15:13:26 UTC FreeBSD ports repository Modified files: x11-wm/epplets pkg-descr Log: - Update pkg-descr to reflect the fact that more epplets are supported - Set myself as maintainer Submitted by: gj Approved by: miwi (mentor) Revision Changes Path 1.5 +7 -3 ports/x11-wm/epplets/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:14:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD5401065672; Tue, 11 Mar 2008 15:14:31 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AFB38FC21; Tue, 11 Mar 2008 15:14:31 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BFEVsf044348; Tue, 11 Mar 2008 15:14:31 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BFEV93044346; Tue, 11 Mar 2008 15:14:31 GMT (envelope-from emaste) Message-Id: <200803111514.m2BFEV93044346@repoman.freebsd.org> From: Ed Maste Date: Tue, 11 Mar 2008 15:14:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:14:32 -0000 emaste 2008-03-11 15:14:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC minor cleanups: ffs_softdep.c 1.210 Add a newline to the printf message. ffs_softdep.c 1.214 (part) Update comment to match the DIAGNOSTIC -> INVARIANTS change. Revision Changes Path 1.181.2.23 +2 -2 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:25:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14DE81065674; Tue, 11 Mar 2008 15:25:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6A088FC20; Tue, 11 Mar 2008 15:25:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BFPnuT048655; Tue, 11 Mar 2008 15:25:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BFPmMc048638; Tue, 11 Mar 2008 15:25:48 GMT (envelope-from pav) Message-Id: <200803111525.m2BFPmMc048638@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 15:25:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/aacplusenc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:25:50 -0000 pav 2008-03-11 15:25:47 UTC FreeBSD ports repository Modified files: audio/aacplusenc Makefile distinfo Log: - Update to 0.16.3 Revision Changes Path 1.8 +1 -1 ports/audio/aacplusenc/Makefile 1.7 +3 -3 ports/audio/aacplusenc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:44:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A08EB1065670; Tue, 11 Mar 2008 15:44:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6228FC1E; Tue, 11 Mar 2008 15:44:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BFic8T059568; Tue, 11 Mar 2008 15:44:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BFicYO059560; Tue, 11 Mar 2008 15:44:38 GMT (envelope-from pav) Message-Id: <200803111544.m2BFicYO059560@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 15:44:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/mxp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:44:38 -0000 pav 2008-03-11 15:44:37 UTC FreeBSD ports repository Modified files: graphics/mxp Makefile Log: - Replace USE_XPM with a list of required xorg components With hat: portmgr Revision Changes Path 1.4 +2 -3 ports/graphics/mxp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 15:57:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC6A01065672; Tue, 11 Mar 2008 15:57:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91DC28FC15; Tue, 11 Mar 2008 15:57:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BFv56o064669; Tue, 11 Mar 2008 15:57:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BFv5lp064661; Tue, 11 Mar 2008 15:57:05 GMT (envelope-from pav) Message-Id: <200803111557.m2BFv5lp064661@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 15:57:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/nethack32 Makefile ports/games/nethack33 Makefile ports/games/nethack34 Makefile ports/japanese/nethack32 Makefile ports/japanese/nethack34 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 15:57:05 -0000 pav 2008-03-11 15:57:05 UTC FreeBSD ports repository Modified files: games/nethack32 Makefile games/nethack33 Makefile games/nethack34 Makefile japanese/nethack32 Makefile japanese/nethack34 Makefile Log: - Replace USE_XPM with a list of required xorg components With hat: portmgr Revision Changes Path 1.43 +2 -2 ports/games/nethack32/Makefile 1.46 +2 -2 ports/games/nethack33/Makefile 1.60 +2 -2 ports/games/nethack34/Makefile 1.40 +2 -2 ports/japanese/nethack32/Makefile 1.55 +2 -2 ports/japanese/nethack34/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 16:10:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E169106566C; Tue, 11 Mar 2008 16:10:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE3938FC1A; Tue, 11 Mar 2008 16:10:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BGAAUU071088; Tue, 11 Mar 2008 16:10:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BGAAUa071087; Tue, 11 Mar 2008 16:10:10 GMT (envelope-from miwi) Message-Id: <200803111610.m2BGAAUa071087@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 16:10:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo pkg-plist ports/irc/irssi-devel/files patch-irssi-version.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 16:10:11 -0000 miwi 2008-03-11 16:10:10 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo pkg-plist irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080310 Revision Changes Path 1.123 +1 -1 ports/irc/irssi-devel/Makefile 1.76 +3 -3 ports/irc/irssi-devel/distinfo 1.29 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in 1.34 +0 -1 ports/irc/irssi-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 16:21:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79CF1065671; Tue, 11 Mar 2008 16:21:50 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7586D8FC1D; Tue, 11 Mar 2008 16:21:50 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BGLoMU075863; Tue, 11 Mar 2008 16:21:50 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BGLoNR075862; Tue, 11 Mar 2008 16:21:50 GMT (envelope-from leeym) Message-Id: <200803111621.m2BGLoNR075862@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 11 Mar 2008 16:21:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-MethodMaker Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 16:21:50 -0000 leeym 2008-03-11 16:21:49 UTC FreeBSD ports repository Modified files: devel/p5-Class-MethodMaker Makefile pkg-plist Log: - use CPAN macro - simplify dependency - sort pkg-plist - bump PORTREVISION Revision Changes Path 1.14 +2 -5 ports/devel/p5-Class-MethodMaker/Makefile 1.5 +800 -800 ports/devel/p5-Class-MethodMaker/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 16:51:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E39BD106566B; Tue, 11 Mar 2008 16:51:09 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C113C8FC1A; Tue, 11 Mar 2008 16:51:09 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BGp98h096330; Tue, 11 Mar 2008 16:51:09 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BGp8Cq096329; Tue, 11 Mar 2008 16:51:08 GMT (envelope-from emax) Message-Id: <200803111651.m2BGp8Cq096329@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 11 Mar 2008 16:51:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/sdpd Makefile gn.c nap.c panu.c profile.c profile.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 16:51:10 -0000 emax 2008-03-11 16:51:07 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/sdpd Makefile profile.c profile.h Added files: usr.sbin/bluetooth/sdpd gn.c nap.c panu.c Log: Add support for the NAP, GN and PANU profiles to the sdpd(8). It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com > MFC after: 1 week Revision Changes Path 1.3 +3 -3 src/usr.sbin/bluetooth/sdpd/Makefile 1.1 +146 -0 src/usr.sbin/bluetooth/sdpd/gn.c (new) 1.1 +183 -0 src/usr.sbin/bluetooth/sdpd/nap.c (new) 1.1 +131 -0 src/usr.sbin/bluetooth/sdpd/panu.c (new) 1.3 +93 -2 src/usr.sbin/bluetooth/sdpd/profile.c 1.2 +6 -1 src/usr.sbin/bluetooth/sdpd/profile.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 17:05:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 732311065676; Tue, 11 Mar 2008 17:05:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AFA28FC25; Tue, 11 Mar 2008 17:05:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BH5uwT098068; Tue, 11 Mar 2008 17:05:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BH5ugZ098067; Tue, 11 Mar 2008 17:05:56 GMT (envelope-from pav) Message-Id: <200803111705.m2BH5ugZ098067@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 17:05:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts makeindex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 17:05:56 -0000 pav 2008-03-11 17:05:56 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeindex Log: Make the INDEX_JOBS definition actually effective Revision Changes Path 1.25 +1 -1 ports/Tools/portbuild/scripts/makeindex From owner-cvs-all@FreeBSD.ORG Tue Mar 11 17:20:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B9731065670; Tue, 11 Mar 2008 17:20:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 383D88FC14; Tue, 11 Mar 2008 17:20:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BHKZJ6098555; Tue, 11 Mar 2008 17:20:35 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BHKZee098554; Tue, 11 Mar 2008 17:20:35 GMT (envelope-from delphij) Message-Id: <200803111720.m2BHKZee098554@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 17:20:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d mountlate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 17:20:35 -0000 delphij 2008-03-11 17:20:34 UTC FreeBSD src repository Modified files: etc/rc.d mountlate Log: root Revision Changes Path 1.4 +6 -0 src/etc/rc.d/mountlate From owner-cvs-all@FreeBSD.ORG Tue Mar 11 17:21:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788B2106566C; Tue, 11 Mar 2008 17:21:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4597C8FC17; Tue, 11 Mar 2008 17:21:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BHLEnu098610; Tue, 11 Mar 2008 17:21:14 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BHLED7098609; Tue, 11 Mar 2008 17:21:14 GMT (envelope-from delphij) Message-Id: <200803111721.m2BHLED7098609@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 17:21:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d root X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 17:21:14 -0000 delphij 2008-03-11 17:21:14 UTC FreeBSD src repository Modified files: etc/rc.d root Log: Do nextboot -D twice during boot. The first time in rc.d/root which ensures that we can remove the file as early as possible, but shut up nextboot at this moment if the operation is failed, because /boot is not necessarily a part of /; the newly added second run is placed in rc.d/mountlate after all filesystems were mounted. Discussed at: -rc@ Suggestions from: brooks, mtm MFC after: 1 month Revision Changes Path 1.17 +1 -1 src/etc/rc.d/root From owner-cvs-all@FreeBSD.ORG Tue Mar 11 17:21:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1BC1065676; Tue, 11 Mar 2008 17:21:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C5AC8FC21; Tue, 11 Mar 2008 17:21:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BHLupF098657; Tue, 11 Mar 2008 17:21:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BHLt6H098656; Tue, 11 Mar 2008 17:21:55 GMT (envelope-from delphij) Message-Id: <200803111721.m2BHLt6H098656@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 17:21:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d mountlate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 17:21:56 -0000 delphij 2008-03-11 17:21:55 UTC FreeBSD src repository Modified files: etc/rc.d mountlate Log: Forced commit to correct previous commit message: Do nextboot -D twice during boot. The first time in rc.d/root which ensures that we can remove the file as early as possible, but shut up nextboot at this moment if the operation is failed, because /boot is not necessarily a part of /; the newly added second run is placed in rc.d/mountlate after all filesystems were mounted. Discussed at: -rc@ Suggestions from: brooks, mtm MFC after: 1 month Revision Changes Path 1.5 +0 -0 src/etc/rc.d/mountlate From owner-cvs-all@FreeBSD.ORG Tue Mar 11 18:35:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC1610656BD; Tue, 11 Mar 2008 18:35:52 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D43E8FC15; Tue, 11 Mar 2008 18:35:52 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BIZqe8007410; Tue, 11 Mar 2008 18:35:52 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BIZq7c007409; Tue, 11 Mar 2008 18:35:52 GMT (envelope-from kaiw) Message-Id: <200803111835.m2BIZq7c007409@repoman.freebsd.org> From: Kai Wang Date: Tue, 11 Mar 2008 18:35:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ar ar.1 ar.c ar.h write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 18:35:52 -0000 kaiw 2008-03-11 18:35:52 UTC FreeBSD src repository Modified files: usr.bin/ar ar.1 ar.c ar.h write.c Log: GNU ar did NOT implment option -q as a synonym of -r as the manual page stated, thus BSD ar(1) option -q, which was implemented based on the GNU ar manual page, turns out to be incompatible with GNU ar -q. This change will make BSD ar(1) -q a *REAL* GNU ar -q: 1. It will update symbol table. (same as unfixed version) 2. It will NOT compare new members spcified in the command line args with existing members, instead, append them directly. Reported by: Johannes 5 Joemann Reported by: Timothy Bourke Tested by: Johannes 5 Joemann Reviewed by: jkoshy Approved by: jkoshy (mentor) Revision Changes Path 1.20 +2 -2 src/usr.bin/ar/ar.1 1.18 +2 -1 src/usr.bin/ar/ar.c 1.3 +1 -0 src/usr.bin/ar/ar.h 1.5 +20 -3 src/usr.bin/ar/write.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 18:58:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2664C1065671; Tue, 11 Mar 2008 18:58:09 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from acme.spoerlein.net (acme.spoerlein.net [217.172.44.86]) by mx1.freebsd.org (Postfix) with ESMTP id A6BA18FC25; Tue, 11 Mar 2008 18:58:08 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (e180141146.adsl.alicedsl.de [85.180.141.146]) by acme.spoerlein.net (8.14.2/8.14.2) with ESMTP id m2BIQ2a2095197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Mar 2008 19:26:03 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (localhost [127.0.0.1]) by roadrunner.spoerlein.net (8.14.2/8.14.2) with ESMTP id m2BIQ0na039271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Mar 2008 19:26:00 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from uqs@localhost) by roadrunner.spoerlein.net (8.14.2/8.14.2/Submit) id m2BIPxXs039270; Tue, 11 Mar 2008 19:25:59 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Tue, 11 Mar 2008 19:25:59 +0100 From: Ulrich Spoerlein To: Pyun YongHyeon Message-ID: <20080311182559.GC1535@roadrunner.spoerlein.net> References: <200803110451.m2B4pMLB095467@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803110451.m2B4pMLB095467@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 18:58:09 -0000 On Tue, 11.03.2008 at 04:51:22 +0000, Pyun YongHyeon wrote: > yongari 2008-03-11 04:51:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vr if_vr.c if_vrreg.h Awesome! Cheers, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to speak, and remove all doubt. From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:03:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD171065673; Tue, 11 Mar 2008 19:03:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91B3D8FC15; Tue, 11 Mar 2008 19:03:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJ3ZoA011002; Tue, 11 Mar 2008 19:03:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJ3ZnK011001; Tue, 11 Mar 2008 19:03:35 GMT (envelope-from mav) Message-Id: <200803111903.m2BJ3ZnK011001@repoman.freebsd.org> From: Alexander Motin Date: Tue, 11 Mar 2008 19:03:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_ksocket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:03:35 -0000 mav 2008-03-11 19:03:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_ksocket.c Log: MFC rev. 1.61 Send only one incoming notification at a time to reduce queue trashing and improve performance. Remove waitflag argument from ng_ksocket_incoming2(), it means nothing as function call was queued by netgraph. Remove node validity check, as node validity guarantied by netgraph. Update comments. Revision Changes Path 1.60.2.1 +26 -32 src/sys/netgraph/ng_ksocket.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:04:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A808B106567C; Tue, 11 Mar 2008 19:04:42 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8121D8FC26; Tue, 11 Mar 2008 19:04:42 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJ4gu2011054; Tue, 11 Mar 2008 19:04:42 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJ4g1K011053; Tue, 11 Mar 2008 19:04:42 GMT (envelope-from mav) Message-Id: <200803111904.m2BJ4g1K011053@repoman.freebsd.org> From: Alexander Motin Date: Tue, 11 Mar 2008 19:04:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_ksocket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:04:42 -0000 mav 2008-03-11 19:04:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ksocket.c Log: MFC rev. 1.61 Send only one incoming notification at a time to reduce queue trashing and improve performance. Remove waitflag argument from ng_ksocket_incoming2(), it means nothing as function call was queued by netgraph. Remove node validity check, as node validity guarantied by netgraph. Update comments. Revision Changes Path 1.55.2.5 +26 -32 src/sys/netgraph/ng_ksocket.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:09:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1771010656C4; Tue, 11 Mar 2008 19:09:57 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2C4F8FC29; Tue, 11 Mar 2008 19:09:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJ9ubS011247; Tue, 11 Mar 2008 19:09:56 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJ9ucU011246; Tue, 11 Mar 2008 19:09:56 GMT (envelope-from mav) Message-Id: <200803111909.m2BJ9ucU011246@repoman.freebsd.org> From: Alexander Motin Date: Tue, 11 Mar 2008 19:09:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_l2tp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:09:57 -0000 mav 2008-03-11 19:09:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_l2tp.c Log: MFC rev. 1.23-1.24 To avoid control data losses, do not acknowledge recieving of control packet if netgraph reported error while delivering to destination. Reset 'next send' counter to the last requested by peer on ack timeout, to resend all subsequest packets after lost one again without additional hints. Revision Changes Path 1.17.2.3 +45 -54 src/sys/netgraph/ng_l2tp.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:12:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34909106566B; Tue, 11 Mar 2008 19:12:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2494D8FC1B; Tue, 11 Mar 2008 19:12:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJC3c7011461; Tue, 11 Mar 2008 19:12:03 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJC3I9011460; Tue, 11 Mar 2008 19:12:03 GMT (envelope-from beech) Message-Id: <200803111912.m2BJC3I9011460@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 11 Mar 2008 19:12:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zend-framework Makefile distinfo pkg-plist ports/www/zend-framework/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:12:03 -0000 beech 2008-03-11 19:12:02 UTC FreeBSD ports repository Modified files: www/zend-framework Makefile distinfo pkg-plist www/zend-framework/files pkg-message.in Log: - Update to 1.0.4 - Various cleanups/coding style improvements in Makefile - Added owner/perms configuration for pkg_add PR: ports/121241 Submitted by: Greg Larkin (maintainer) Revision Changes Path 1.12 +14 -8 ports/www/zend-framework/Makefile 1.10 +3 -3 ports/www/zend-framework/distinfo 1.3 +1 -2 ports/www/zend-framework/files/pkg-message.in 1.10 +26 -28 ports/www/zend-framework/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:14:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FAC2106566B; Tue, 11 Mar 2008 19:14:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7715C8FC20; Tue, 11 Mar 2008 19:14:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJEAgj011534; Tue, 11 Mar 2008 19:14:10 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJEAEA011533; Tue, 11 Mar 2008 19:14:10 GMT (envelope-from mav) Message-Id: <200803111914.m2BJEAEA011533@repoman.freebsd.org> From: Alexander Motin Date: Tue, 11 Mar 2008 19:14:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_l2tp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:14:10 -0000 mav 2008-03-11 19:14:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_l2tp.c Log: MFC rev. 1.23-1.24 To avoid control data losses, do not acknowledge recieving of control packet if netgraph reported error while delivering to destination. Reset 'next send' counter to the last requested by peer on ack timeout, to resend all subsequest packets after lost one again without additional hints. Revision Changes Path 1.14.2.4 +45 -54 src/sys/netgraph/ng_l2tp.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:19:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C261065673; Tue, 11 Mar 2008 19:19:15 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 084C58FC24; Tue, 11 Mar 2008 19:19:15 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJJEYa011835; Tue, 11 Mar 2008 19:19:14 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJJEd8011834; Tue, 11 Mar 2008 19:19:14 GMT (envelope-from remko) Message-Id: <200803111919.m2BJJEd8011834@repoman.freebsd.org> From: Remko Lodder Date: Tue, 11 Mar 2008 19:19:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/tools/tools/tinybsd tinybsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:19:15 -0000 remko 2008-03-11 19:19:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) tools/tools/tinybsd tinybsd Log: MFC rev 1.8 tinybsd Improve handling of the tinybsd application wrt ports. Ports that have dependencies or need to install a new user/group, are not problematic anymore. PR: 121367 Submitted by: Richard Arends < richard at unixguru dot nl > MFC after: 3 days Approved by: imp (mentor, implicit) Revision Changes Path 1.7.2.1 +41 -53 src/tools/tools/tinybsd/tinybsd From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:37:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B8B1065677; Tue, 11 Mar 2008 19:37:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A90958FC13; Tue, 11 Mar 2008 19:37:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJbFCM012537; Tue, 11 Mar 2008 19:37:15 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJbFOE012536; Tue, 11 Mar 2008 19:37:15 GMT (envelope-from gahr) Message-Id: <200803111937.m2BJbFOE012536@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Mar 2008 19:37:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xnview Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:37:16 -0000 gahr 2008-03-11 19:37:15 UTC FreeBSD ports repository Modified files: graphics/xnview Makefile distinfo Log: - Update nconvert in graphics/xnview PR: 121456 Submitted by: Tsurutani Naoki Reviewed by: Serge Negodyuck (maintainer) Approved by: Serge Negodyuck (maintainer), miwi (mentor) Revision Changes Path 1.12 +17 -2 ports/graphics/xnview/Makefile 1.6 +3 -3 ports/graphics/xnview/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 19:58:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E1B106566C; Tue, 11 Mar 2008 19:58:53 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D07268FC1A; Tue, 11 Mar 2008 19:58:52 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BJwqNj013259; Tue, 11 Mar 2008 19:58:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BJwqre013258; Tue, 11 Mar 2008 19:58:52 GMT (envelope-from marcel) Message-Id: <200803111958.m2BJwqre013258@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 11 Mar 2008 19:58:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/powerpc intr_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:58:53 -0000 marcel 2008-03-11 19:58:52 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc intr_machdep.c Log: In intr_lookup(), when adding an IRQ to powerpc_intrs[], also set a default name. If the IRQ is added as a consequence of configurating the IRQ without there ever being a handler assigned to it, we will not have a name. This breaks the fragile intrcnt/intrnames logic. Revision Changes Path 1.17 +10 -7 src/sys/powerpc/powerpc/intr_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:10:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495701065670; Tue, 11 Mar 2008 20:10:30 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 398AD8FC2B; Tue, 11 Mar 2008 20:10:30 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKAUAE015653; Tue, 11 Mar 2008 20:10:30 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKAUdL015652; Tue, 11 Mar 2008 20:10:30 GMT (envelope-from beech) Message-Id: <200803112010.m2BKAUdL015652@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 11 Mar 2008 20:10:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/grails Makefile distinfo pkg-descr ports/www/grails/files pkg-message.in set-grails_home.sed.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:10:30 -0000 beech 2008-03-11 20:10:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/grails Makefile distinfo pkg-descr www/grails/files pkg-message.in set-grails_home.sed.in Log: - New port grails-1.0.1 Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. PR: ports/121588 Submitted by: Mitchell Smith Revision Changes Path 1.1996 +1 -0 ports/www/Makefile 1.1 +61 -0 ports/www/grails/Makefile (new) 1.1 +3 -0 ports/www/grails/distinfo (new) 1.1 +9 -0 ports/www/grails/files/pkg-message.in (new) 1.1 +5 -0 ports/www/grails/files/set-grails_home.sed.in (new) 1.1 +9 -0 ports/www/grails/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:10:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397701065671; Tue, 11 Mar 2008 20:10:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9848FC13; Tue, 11 Mar 2008 20:10:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKAbs9015749; Tue, 11 Mar 2008 20:10:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKAbut015748; Tue, 11 Mar 2008 20:10:37 GMT (envelope-from jhb) Message-Id: <200803112010.m2BKAbut015748@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Mar 2008 20:10:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c src/sys/amd64/include specialreg.h src/sys/i386/i386 i686_mem.c src/sys/i386/include specialreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:10:38 -0000 jhb 2008-03-11 20:10:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c sys/amd64/include specialreg.h sys/i386/i386 i686_mem.c sys/i386/include specialreg.h Log: Add constants for the various fields in MTRR registers. MFC after: 1 week Verified by: md5(1) Revision Changes Path 1.26 +12 -11 src/sys/amd64/amd64/amd64_mem.c 1.44 +15 -0 src/sys/amd64/include/specialreg.h 1.25 +12 -11 src/sys/i386/i386/i686_mem.c 1.43 +15 -0 src/sys/i386/include/specialreg.h From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:10:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCC0C1065830; Tue, 11 Mar 2008 20:10:44 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94E468FC19; Tue, 11 Mar 2008 20:10:44 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKAiYP015779; Tue, 11 Mar 2008 20:10:44 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKAiU0015778; Tue, 11 Mar 2008 20:10:44 GMT (envelope-from beech) Message-Id: <200803112010.m2BKAiU0015778@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 11 Mar 2008 20:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:10:44 -0000 beech 2008-03-11 20:10:44 UTC FreeBSD ports repository Modified files: . modules Log: grails --> ports/www/grails Revision Changes Path 1.19482 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:21:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 748401065672; Tue, 11 Mar 2008 20:21:16 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CFB58FC23; Tue, 11 Mar 2008 20:21:16 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKLGll016307; Tue, 11 Mar 2008 20:21:16 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKLGe5016306; Tue, 11 Mar 2008 20:21:16 GMT (envelope-from wilko) Message-Id: <200803112021.m2BKLGe5016306@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 11 Mar 2008 20:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:21:16 -0000 wilko 2008-03-11 20:21:15 UTC FreeBSD src repository Modified files: . access Log: reduce email during absence Approved by: core (me) Revision Changes Path 1.865 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:44:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 229091065673; Tue, 11 Mar 2008 20:44:45 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EEBD88FC25; Tue, 11 Mar 2008 20:44:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKiixJ020244; Tue, 11 Mar 2008 20:44:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKiitU020243; Tue, 11 Mar 2008 20:44:44 GMT (envelope-from erwin) Message-Id: <200803112044.m2BKiitU020243@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 11 Mar 2008 20:44:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/dylan Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:44:45 -0000 erwin 2008-03-11 20:44:44 UTC FreeBSD ports repository Modified files: lang/dylan Makefile Log: Mark BROKEN on 7.0 as well. Revision Changes Path 1.40 +1 -1 ports/lang/dylan/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 20:52:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34AD21065672; Tue, 11 Mar 2008 20:52:02 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8D28FC1B; Tue, 11 Mar 2008 20:52:02 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BKq1fB029988; Tue, 11 Mar 2008 20:52:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BKq16M029987; Tue, 11 Mar 2008 20:52:01 GMT (envelope-from marcus) Message-Id: <200803112052.m2BKq16M029987@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 11 Mar 2008 20:52:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/libpurple/files patch-finch_libgnt_gntwm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 20:52:02 -0000 marcus 2008-03-11 20:52:01 UTC FreeBSD ports repository Modified files: net-im/libpurple/files patch-finch_libgnt_gntwm.c Log: Remove an extra '('. Reported by: pointyhat via erwin Revision Changes Path 1.5 +1 -1 ports/net-im/libpurple/files/patch-finch_libgnt_gntwm.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:13:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87E4E1065672; Tue, 11 Mar 2008 21:13:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75B1E8FC23; Tue, 11 Mar 2008 21:13:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLDr9o035450; Tue, 11 Mar 2008 21:13:53 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLDrLk035449; Tue, 11 Mar 2008 21:13:53 GMT (envelope-from stas) Message-Id: <200803112113.m2BLDrLk035449@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 11 Mar 2008 21:13:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.efl.mk ports/audio/emphasis Makefile distinfo pkg-plist ports/audio/ruby-xmms2-ecore Makefile ports/converters Makefile ports/converters/ecore-txt Makefile distinfo pkg-descr pkg-plist ports/databases/edb Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:13:53 -0000 stas 2008-03-11 21:13:53 UTC FreeBSD ports repository Modified files: Mk bsd.efl.mk audio/emphasis Makefile distinfo pkg-plist audio/ruby-xmms2-ecore Makefile converters Makefile databases/edb Makefile distinfo pkg-plist deskutils/adesklets Makefile deskutils/estickies Makefile distinfo deskutils/kompose Makefile deskutils/pypanel Makefile devel Makefile devel/eet Makefile distinfo pkg-plist devel/engrave Makefile distinfo pkg-plist devel/evfs Makefile distinfo pkg-plist devel/libast Makefile devel/ruby-ecore Makefile distinfo editors/texmacs Makefile graphics Makefile graphics/edje Makefile distinfo pkg-plist graphics/edje_viewer Makefile distinfo graphics/entice Makefile distinfo pkg-plist graphics/epeg Makefile distinfo pkg-plist graphics/epsilon Makefile distinfo pkg-plist graphics/esmart Makefile distinfo pkg-plist graphics/evas Makefile graphics/exhibit Makefile distinfo graphics/geist Makefile graphics/giblib Makefile graphics/hsetroot Makefile graphics/imlib2 Makefile distinfo pkg-plist graphics/imlib2_loaders Makefile distinfo graphics/kipi-plugins Makefile graphics/libcaca Makefile graphics/p5-Image-Imlib2 Makefile graphics/p5-Imlib2 Makefile graphics/pecl-imlib2 Makefile graphics/qcomicbook Makefile graphics/ruby-edje Makefile distinfo graphics/ruby-esmart Makefile distinfo pkg-plist graphics/ruby-evas Makefile distinfo graphics/ruby-imlib2 Makefile graphics/telak Makefile graphics/zphoto Makefile lang/embryo Makefile distinfo pkg-plist multimedia/camserv Makefile multimedia/eclair Makefile distinfo multimedia/emotion Makefile distinfo pkg-plist multimedia/ffmpeg Makefile net Makefile sysutils Makefile sysutils/empower Makefile distinfo sysutils/extrackt Makefile distinfo textproc/exml Makefile distinfo pkg-plist x11-fm/entropyfm Makefile distinfo pkg-plist x11-fm/evidence Makefile x11-themes/e17-splash-takara Makefile distinfo x11-themes/e17-theme-blue_eyed Makefile distinfo x11-themes/e17-theme-cthulhain Makefile distinfo x11-themes/e17-theme-dali Makefile distinfo x11-themes/e17-theme-darkness Makefile distinfo x11-themes/e17-theme-gant Makefile distinfo x11-themes/e17-theme-japan2007 Makefile distinfo x11-themes/e17-theme-kor Makefile distinfo x11-themes/e17-theme-milky Makefile x11-themes/e17-theme-night_bling Makefile distinfo x11-themes/e17-theme-simply_white Makefile distinfo x11-toolkits/enhance Makefile distinfo pkg-plist x11-toolkits/etk Makefile distinfo pkg-plist x11-toolkits/ewl Makefile distinfo pkg-plist x11-wm/e17-utils Makefile distinfo pkg-plist x11-wm/enlightenment-devel Makefile distinfo pkg-plist x11-wm/enlightenment Makefile x11-wm/fluxbox Makefile x11-wm/fluxspace Makefile x11-wm/kahakai Makefile x11-wm/phluid Makefile x11-wm/skippy Makefile x11-wm/waimea Makefile x11/3ddesktop Makefile x11 Makefile x11/e17-module-calendar Makefile distinfo pkg-plist x11/e17-module-cpu Makefile distinfo pkg-plist x11/e17-module-deskshow Makefile distinfo pkg-plist x11/e17-module-devian Makefile x11/e17-module-engage Makefile x11/e17-module-eveil Makefile x11/e17-module-flame Makefile distinfo pkg-plist x11/e17-module-language Makefile distinfo pkg-plist x11/e17-module-mail Makefile distinfo pkg-plist x11/e17-module-mem Makefile distinfo pkg-plist x11/e17-module-mixer Makefile distinfo pkg-plist x11/e17-module-moon Makefile distinfo pkg-plist x11/e17-module-rain Makefile distinfo pkg-plist x11/e17-module-screenshot Makefile distinfo pkg-plist x11/e17-module-slideshow Makefile distinfo pkg-plist x11/e17-module-snow Makefile distinfo pkg-plist x11/e17-module-uptime Makefile distinfo pkg-plist x11/e17-module-weather Makefile distinfo pkg-plist x11/e17-module-winselector Makefile distinfo pkg-plist x11/elicit Makefile distinfo x11/enity Makefile distinfo x11/enterminus Makefile distinfo x11/eterm Makefile x11/examine Makefile distinfo x11/fbdesk Makefile x11/idesk Makefile x11/ipager Makefile x11/wmmsg Makefile Added files: converters/ecore-txt Makefile distinfo pkg-descr pkg-plist devel/e_dbus Makefile distinfo pkg-descr pkg-plist devel/ecore-file Makefile distinfo pkg-descr pkg-plist devel/ecore-ipc Makefile distinfo pkg-descr pkg-plist devel/ecore-ipc/files patch-configure devel/ecore-job Makefile distinfo pkg-descr pkg-plist devel/ecore-main Makefile distinfo pkg-descr pkg-plist devel/ecore Makefile pkg-descr graphics/ecore-evas Makefile distinfo pkg-descr pkg-plist graphics/ecore-sdl Makefile distinfo pkg-descr pkg-plist graphics/evas-core Makefile distinfo pkg-descr pkg-plist graphics/evas-core/files patch-src_lib_canvas_evas_main.c graphics/evas-engine-buffer Makefile distinfo pkg-descr pkg-plist graphics/evas-engine-opengl Makefile distinfo pkg-descr pkg-plist graphics/evas-engine-sdl Makefile distinfo pkg-descr pkg-plist graphics/evas-engine-x11 Makefile distinfo pkg-descr pkg-plist graphics/evas-engine-xrender Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-edb Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-eet Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-gif Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-jpeg Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-png Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-svg Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-tiff Makefile distinfo pkg-descr pkg-plist graphics/evas-loader-xpm Makefile distinfo pkg-descr pkg-plist net/ecore-con Makefile distinfo pkg-descr pkg-plist net/ecore-con/files patch-configure sysutils/ecore-config Makefile distinfo pkg-descr pkg-plist x11-wm/enlightenment-devel/files patch-src_bin_Makefile.in patch-src_modules_cpufreq_Makefile.in x11/ecore-desktop Makefile distinfo pkg-descr pkg-plist x11/ecore-imf Makefile distinfo pkg-descr pkg-plist x11/ecore-imf_evas Makefile distinfo pkg-descr pkg-plist x11/ecore-x11 Makefile distinfo pkg-descr pkg-plist x11/efreet Makefile distinfo pkg-descr pkg-plist x11/emprint Makefile distinfo pkg-descr pkg-plist Removed files: devel/ruby-ecore/files patch-Rakefile graphics/esmart/files patch-src_bin_esmart_file_dialog_test.c graphics/evas distinfo pkg-plist graphics/ruby-edje/files patch-Rakefile x11-toolkits/etk/files patch-configure x11/ecore Makefile distinfo pkg-descr pkg-plist Log: - Update enlightenment-devel and EFL libraries to the latest snapshot - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Revision Changes Path 1.2 +234 -17 ports/Mk/bsd.efl.mk 1.5 +3 -4 ports/audio/emphasis/Makefile 1.3 +3 -3 ports/audio/emphasis/distinfo 1.2 +10 -0 ports/audio/emphasis/pkg-plist 1.5 +1 -1 ports/audio/ruby-xmms2-ecore/Makefile 1.143 +1 -0 ports/converters/Makefile 1.1 +54 -0 ports/converters/ecore-txt/Makefile (new) 1.1 +3 -0 ports/converters/ecore-txt/distinfo (new) 1.1 +5 -0 ports/converters/ecore-txt/pkg-descr (new) 1.1 +6 -0 ports/converters/ecore-txt/pkg-plist (new) 1.29 +4 -3 ports/databases/edb/Makefile 1.14 +3 -3 ports/databases/edb/distinfo 1.8 +0 -1 ports/databases/edb/pkg-plist 1.21 +2 -2 ports/deskutils/adesklets/Makefile 1.5 +2 -2 ports/deskutils/estickies/Makefile 1.3 +3 -3 ports/deskutils/estickies/distinfo 1.18 +2 -2 ports/deskutils/kompose/Makefile 1.6 +3 -3 ports/deskutils/pypanel/Makefile 1.3017 +6 -0 ports/devel/Makefile 1.1 +56 -0 ports/devel/e_dbus/Makefile (new) 1.1 +3 -0 ports/devel/e_dbus/distinfo (new) 1.1 +3 -0 ports/devel/e_dbus/pkg-descr (new) 1.1 +31 -0 ports/devel/e_dbus/pkg-plist (new) 1.1 +64 -0 ports/devel/ecore-file/Makefile (new) 1.1 +3 -0 ports/devel/ecore-file/distinfo (new) 1.1 +5 -0 ports/devel/ecore-file/pkg-descr (new) 1.1 +6 -0 ports/devel/ecore-file/pkg-plist (new) 1.1 +66 -0 ports/devel/ecore-ipc/Makefile (new) 1.1 +3 -0 ports/devel/ecore-ipc/distinfo (new) 1.1 +94 -0 ports/devel/ecore-ipc/files/patch-configure (new) 1.1 +5 -0 ports/devel/ecore-ipc/pkg-descr (new) 1.1 +6 -0 ports/devel/ecore-ipc/pkg-plist (new) 1.1 +53 -0 ports/devel/ecore-job/Makefile (new) 1.1 +3 -0 ports/devel/ecore-job/distinfo (new) 1.1 +5 -0 ports/devel/ecore-job/pkg-descr (new) 1.1 +6 -0 ports/devel/ecore-job/pkg-plist (new) 1.1 +40 -0 ports/devel/ecore-main/Makefile (new) 1.1 +3 -0 ports/devel/ecore-main/distinfo (new) 1.1 +5 -0 ports/devel/ecore-main/pkg-descr (new) 1.1 +8 -0 ports/devel/ecore-main/pkg-plist (new) 1.1 +52 -0 ports/devel/ecore/Makefile (new) 1.1 +5 -0 ports/devel/ecore/pkg-descr (new) 1.24 +4 -3 ports/devel/eet/Makefile 1.21 +3 -3 ports/devel/eet/distinfo 1.6 +1 -1 ports/devel/eet/pkg-plist 1.6 +3 -2 ports/devel/engrave/Makefile 1.4 +3 -3 ports/devel/engrave/distinfo 1.3 +2 -1 ports/devel/engrave/pkg-plist 1.6 +4 -3 ports/devel/evfs/Makefile 1.3 +3 -3 ports/devel/evfs/distinfo 1.2 +16 -11 ports/devel/evfs/pkg-plist 1.24 +3 -3 ports/devel/libast/Makefile 1.7 +4 -6 ports/devel/ruby-ecore/Makefile 1.5 +3 -3 ports/devel/ruby-ecore/distinfo 1.2 +0 -17 ports/devel/ruby-ecore/files/patch-Rakefile (dead) 1.29 +1 -1 ports/editors/texmacs/Makefile 1.1136 +16 -0 ports/graphics/Makefile 1.1 +103 -0 ports/graphics/ecore-evas/Makefile (new) 1.1 +3 -0 ports/graphics/ecore-evas/distinfo (new) 1.1 +5 -0 ports/graphics/ecore-evas/pkg-descr (new) 1.1 +6 -0 ports/graphics/ecore-evas/pkg-plist (new) 1.1 +54 -0 ports/graphics/ecore-sdl/Makefile (new) 1.1 +3 -0 ports/graphics/ecore-sdl/distinfo (new) 1.1 +5 -0 ports/graphics/ecore-sdl/pkg-descr (new) 1.1 +6 -0 ports/graphics/ecore-sdl/pkg-plist (new) 1.29 +9 -4 ports/graphics/edje/Makefile 1.18 +3 -3 ports/graphics/edje/distinfo 1.5 +2 -17 ports/graphics/edje/pkg-plist 1.5 +3 -2 ports/graphics/edje_viewer/Makefile 1.3 +3 -3 ports/graphics/edje_viewer/distinfo 1.24 +8 -11 ports/graphics/entice/Makefile 1.8 +3 -3 ports/graphics/entice/distinfo 1.3 +2 -14 ports/graphics/entice/pkg-plist 1.13 +5 -4 ports/graphics/epeg/Makefile 1.9 +3 -3 ports/graphics/epeg/distinfo 1.4 +0 -1 ports/graphics/epeg/pkg-plist 1.15 +8 -6 ports/graphics/epsilon/Makefile 1.8 +3 -3 ports/graphics/epsilon/distinfo 1.7 +2 -2 ports/graphics/epsilon/pkg-plist 1.14 +10 -6 ports/graphics/esmart/Makefile 1.8 +3 -3 ports/graphics/esmart/distinfo 1.2 +0 -10 ports/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c (dead) 1.5 +23 -13 ports/graphics/esmart/pkg-plist 1.1 +65 -0 ports/graphics/evas-core/Makefile (new) 1.1 +3 -0 ports/graphics/evas-core/distinfo (new) 1.1 +61 -0 ports/graphics/evas-core/files/patch-src_lib_canvas_evas_main.c (new) 1.1 +6 -0 ports/graphics/evas-core/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-core/pkg-plist (new) 1.1 +59 -0 ports/graphics/evas-engine-buffer/Makefile (new) 1.1 +3 -0 ports/graphics/evas-engine-buffer/distinfo (new) 1.1 +6 -0 ports/graphics/evas-engine-buffer/pkg-descr (new) 1.1 +10 -0 ports/graphics/evas-engine-buffer/pkg-plist (new) 1.1 +66 -0 ports/graphics/evas-engine-opengl/Makefile (new) 1.1 +3 -0 ports/graphics/evas-engine-opengl/distinfo (new) 1.1 +6 -0 ports/graphics/evas-engine-opengl/pkg-descr (new) 1.1 +10 -0 ports/graphics/evas-engine-opengl/pkg-plist (new) 1.1 +60 -0 ports/graphics/evas-engine-sdl/Makefile (new) 1.1 +3 -0 ports/graphics/evas-engine-sdl/distinfo (new) 1.1 +6 -0 ports/graphics/evas-engine-sdl/pkg-descr (new) 1.1 +10 -0 ports/graphics/evas-engine-sdl/pkg-plist (new) 1.1 +60 -0 ports/graphics/evas-engine-x11/Makefile (new) 1.1 +3 -0 ports/graphics/evas-engine-x11/distinfo (new) 1.1 +6 -0 ports/graphics/evas-engine-x11/pkg-descr (new) 1.1 +10 -0 ports/graphics/evas-engine-x11/pkg-plist (new) 1.1 +60 -0 ports/graphics/evas-engine-xrender/Makefile (new) 1.1 +3 -0 ports/graphics/evas-engine-xrender/distinfo (new) 1.1 +6 -0 ports/graphics/evas-engine-xrender/pkg-descr (new) 1.1 +10 -0 ports/graphics/evas-engine-xrender/pkg-plist (new) 1.1 +62 -0 ports/graphics/evas-loader-edb/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-edb/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-edb/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-loader-edb/pkg-plist (new) 1.1 +62 -0 ports/graphics/evas-loader-eet/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-eet/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-eet/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-loader-eet/pkg-plist (new) 1.1 +63 -0 ports/graphics/evas-loader-gif/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-gif/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-gif/pkg-descr (new) 1.1 +8 -0 ports/graphics/evas-loader-gif/pkg-plist (new) 1.1 +64 -0 ports/graphics/evas-loader-jpeg/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-jpeg/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-jpeg/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-loader-jpeg/pkg-plist (new) 1.1 +64 -0 ports/graphics/evas-loader-png/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-png/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-png/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-loader-png/pkg-plist (new) 1.1 +63 -0 ports/graphics/evas-loader-svg/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-svg/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-svg/pkg-descr (new) 1.1 +8 -0 ports/graphics/evas-loader-svg/pkg-plist (new) 1.1 +64 -0 ports/graphics/evas-loader-tiff/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-tiff/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-tiff/pkg-descr (new) 1.1 +14 -0 ports/graphics/evas-loader-tiff/pkg-plist (new) 1.1 +62 -0 ports/graphics/evas-loader-xpm/Makefile (new) 1.1 +3 -0 ports/graphics/evas-loader-xpm/distinfo (new) 1.1 +6 -0 ports/graphics/evas-loader-xpm/pkg-descr (new) 1.1 +8 -0 ports/graphics/evas-loader-xpm/pkg-plist (new) 1.47 +34 -162 ports/graphics/evas/Makefile 1.25 +0 -3 ports/graphics/evas/distinfo (dead) 1.16 +0 -112 ports/graphics/evas/pkg-plist (dead) 1.5 +4 -3 ports/graphics/exhibit/Makefile 1.3 +3 -3 ports/graphics/exhibit/distinfo 1.22 +3 -3 ports/graphics/geist/Makefile 1.25 +2 -3 ports/graphics/giblib/Makefile 1.11 +2 -3 ports/graphics/hsetroot/Makefile 1.127 +6 -5 ports/graphics/imlib2/Makefile 1.45 +3 -3 ports/graphics/imlib2/distinfo 1.43 +1 -1 ports/graphics/imlib2/pkg-plist 1.29 +5 -4 ports/graphics/imlib2_loaders/Makefile 1.16 +3 -3 ports/graphics/imlib2_loaders/distinfo 1.33 +1 -1 ports/graphics/kipi-plugins/Makefile 1.22 +1 -1 ports/graphics/libcaca/Makefile 1.25 +2 -1 ports/graphics/p5-Image-Imlib2/Makefile 1.15 +2 -2 ports/graphics/p5-Imlib2/Makefile 1.3 +2 -3 ports/graphics/pecl-imlib2/Makefile 1.20 +2 -0 ports/graphics/qcomicbook/Makefile 1.5 +3 -6 ports/graphics/ruby-edje/Makefile 1.3 +3 -3 ports/graphics/ruby-edje/distinfo 1.2 +0 -18 ports/graphics/ruby-edje/files/patch-Rakefile (dead) 1.5 +8 -6 ports/graphics/ruby-esmart/Makefile 1.3 +3 -3 ports/graphics/ruby-esmart/distinfo 1.2 +0 -1 ports/graphics/ruby-esmart/pkg-plist 1.11 +3 -3 ports/graphics/ruby-evas/Makefile 1.6 +3 -3 ports/graphics/ruby-evas/distinfo 1.17 +2 -3 ports/graphics/ruby-imlib2/Makefile 1.9 +1 -1 ports/graphics/telak/Makefile 1.27 +2 -2 ports/graphics/zphoto/Makefile 1.26 +6 -5 ports/lang/embryo/Makefile 1.21 +3 -3 ports/lang/embryo/distinfo 1.6 +0 -1 ports/lang/embryo/pkg-plist 1.31 +1 -1 ports/multimedia/camserv/Makefile 1.6 +4 -3 ports/multimedia/eclair/Makefile 1.4 +3 -3 ports/multimedia/eclair/distinfo 1.9 +7 -4 ports/multimedia/emotion/Makefile 1.4 +3 -3 ports/multimedia/emotion/distinfo 1.3 +7 -8 ports/multimedia/emotion/pkg-plist 1.77 +2 -2 ports/multimedia/ffmpeg/Makefile 1.1973 +1 -0 ports/net/Makefile 1.1 +71 -0 ports/net/ecore-con/Makefile (new) 1.1 +3 -0 ports/net/ecore-con/distinfo (new) 1.1 +97 -0 ports/net/ecore-con/files/patch-configure (new) 1.1 +5 -0 ports/net/ecore-con/pkg-descr (new) 1.1 +6 -0 ports/net/ecore-con/pkg-plist (new) 1.985 +1 -0 ports/sysutils/Makefile 1.1 +70 -0 ports/sysutils/ecore-config/Makefile (new) 1.1 +3 -0 ports/sysutils/ecore-config/distinfo (new) 1.1 +5 -0 ports/sysutils/ecore-config/pkg-descr (new) 1.1 +7 -0 ports/sysutils/ecore-config/pkg-plist (new) 1.5 +6 -22 ports/sysutils/empower/Makefile 1.3 +3 -3 ports/sysutils/empower/distinfo 1.5 +2 -2 ports/sysutils/extrackt/Makefile 1.3 +3 -3 ports/sysutils/extrackt/distinfo 1.6 +2 -2 ports/textproc/exml/Makefile 1.4 +3 -3 ports/textproc/exml/distinfo 1.2 +0 -1 ports/textproc/exml/pkg-plist 1.5 +4 -3 ports/x11-fm/entropyfm/Makefile 1.3 +3 -3 ports/x11-fm/entropyfm/distinfo 1.3 +3 -0 ports/x11-fm/entropyfm/pkg-plist 1.19 +3 -8 ports/x11-fm/evidence/Makefile 1.5 +1 -1 ports/x11-themes/e17-splash-takara/Makefile 1.3 +3 -3 ports/x11-themes/e17-splash-takara/distinfo 1.9 +5 -4 ports/x11-themes/e17-theme-blue_eyed/Makefile 1.6 +3 -3 ports/x11-themes/e17-theme-blue_eyed/distinfo 1.7 +4 -4 ports/x11-themes/e17-theme-cthulhain/Makefile 1.5 +3 -3 ports/x11-themes/e17-theme-cthulhain/distinfo 1.3 +5 -4 ports/x11-themes/e17-theme-dali/Makefile 1.2 +3 -3 ports/x11-themes/e17-theme-dali/distinfo 1.5 +4 -3 ports/x11-themes/e17-theme-darkness/Makefile 1.4 +3 -3 ports/x11-themes/e17-theme-darkness/distinfo 1.8 +5 -4 ports/x11-themes/e17-theme-gant/Makefile 1.5 +3 -3 ports/x11-themes/e17-theme-gant/distinfo 1.7 +4 -3 ports/x11-themes/e17-theme-japan2007/Makefile 1.4 +3 -3 ports/x11-themes/e17-theme-japan2007/distinfo 1.4 +5 -4 ports/x11-themes/e17-theme-kor/Makefile 1.3 +3 -3 ports/x11-themes/e17-theme-kor/distinfo 1.7 +4 -3 ports/x11-themes/e17-theme-milky/Makefile 1.3 +5 -4 ports/x11-themes/e17-theme-night_bling/Makefile 1.2 +3 -3 ports/x11-themes/e17-theme-night_bling/distinfo 1.7 +5 -4 ports/x11-themes/e17-theme-simply_white/Makefile 1.4 +3 -3 ports/x11-themes/e17-theme-simply_white/distinfo 1.5 +2 -2 ports/x11-toolkits/enhance/Makefile 1.3 +3 -3 ports/x11-toolkits/enhance/distinfo 1.2 +1 -0 ports/x11-toolkits/enhance/pkg-plist 1.5 +8 -3 ports/x11-toolkits/etk/Makefile 1.3 +3 -3 ports/x11-toolkits/etk/distinfo 1.2 +0 -30 ports/x11-toolkits/etk/files/patch-configure (dead) 1.3 +8 -2 ports/x11-toolkits/etk/pkg-plist 1.15 +66 -14 ports/x11-toolkits/ewl/Makefile 1.8 +3 -3 ports/x11-toolkits/ewl/distinfo 1.8 +42 -254 ports/x11-toolkits/ewl/pkg-plist 1.6 +42 -8 ports/x11-wm/e17-utils/Makefile 1.4 +3 -3 ports/x11-wm/e17-utils/distinfo 1.5 +11 -12 ports/x11-wm/e17-utils/pkg-plist 1.115 +8 -6 ports/x11-wm/enlightenment-devel/Makefile 1.44 +3 -3 ports/x11-wm/enlightenment-devel/distinfo 1.1 +11 -0 ports/x11-wm/enlightenment-devel/files/patch-src_bin_Makefile.in (new) 1.1 +11 -0 ports/x11-wm/enlightenment-devel/files/patch-src_modules_cpufreq_Makefile.in (new) 1.47 +353 -58 ports/x11-wm/enlightenment-devel/pkg-plist 1.105 +3 -2 ports/x11-wm/enlightenment/Makefile 1.46 +2 -1 ports/x11-wm/fluxbox/Makefile 1.13 +3 -3 ports/x11-wm/fluxspace/Makefile 1.24 +3 -3 ports/x11-wm/kahakai/Makefile 1.14 +2 -3 ports/x11-wm/phluid/Makefile 1.11 +3 -3 ports/x11-wm/skippy/Makefile 1.17 +2 -2 ports/x11-wm/waimea/Makefile 1.19 +3 -3 ports/x11/3ddesktop/Makefile 1.675 +6 -1 ports/x11/Makefile 1.7 +3 -8 ports/x11/e17-module-calendar/Makefile 1.3 +3 -3 ports/x11/e17-module-calendar/distinfo 1.3 +13 -21 ports/x11/e17-module-calendar/pkg-plist 1.7 +2 -2 ports/x11/e17-module-cpu/Makefile 1.4 +3 -3 ports/x11/e17-module-cpu/distinfo 1.5 +23 -1 ports/x11/e17-module-cpu/pkg-plist 1.8 +2 -2 ports/x11/e17-module-deskshow/Makefile 1.5 +3 -3 ports/x11/e17-module-deskshow/distinfo 1.5 +1 -2 ports/x11/e17-module-deskshow/pkg-plist 1.8 +3 -1 ports/x11/e17-module-devian/Makefile 1.5 +2 -0 ports/x11/e17-module-engage/Makefile 1.6 +4 -0 ports/x11/e17-module-eveil/Makefile 1.7 +2 -2 ports/x11/e17-module-flame/Makefile 1.4 +3 -3 ports/x11/e17-module-flame/distinfo 1.6 +14 -5 ports/x11/e17-module-flame/pkg-plist 1.7 +11 -2 ports/x11/e17-module-language/Makefile 1.4 +3 -3 ports/x11/e17-module-language/distinfo 1.4 +17 -4 ports/x11/e17-module-language/pkg-plist 1.7 +10 -2 ports/x11/e17-module-mail/Makefile 1.4 +3 -3 ports/x11/e17-module-mail/distinfo 1.4 +8 -3 ports/x11/e17-module-mail/pkg-plist 1.8 +2 -2 ports/x11/e17-module-mem/Makefile 1.4 +3 -3 ports/x11/e17-module-mem/distinfo 1.5 +20 -8 ports/x11/e17-module-mem/pkg-plist 1.5 +2 -2 ports/x11/e17-module-mixer/Makefile 1.3 +3 -3 ports/x11/e17-module-mixer/distinfo 1.3 +11 -3 ports/x11/e17-module-mixer/pkg-plist 1.8 +2 -2 ports/x11/e17-module-moon/Makefile 1.4 +3 -3 ports/x11/e17-module-moon/distinfo 1.4 +17 -5 ports/x11/e17-module-moon/pkg-plist 1.7 +2 -2 ports/x11/e17-module-rain/Makefile 1.4 +3 -3 ports/x11/e17-module-rain/distinfo 1.6 +20 -7 ports/x11/e17-module-rain/pkg-plist 1.7 +7 -28 ports/x11/e17-module-screenshot/Makefile 1.4 +3 -3 ports/x11/e17-module-screenshot/distinfo 1.5 +1 -10 ports/x11/e17-module-screenshot/pkg-plist 1.8 +2 -2 ports/x11/e17-module-slideshow/Makefile 1.5 +3 -3 ports/x11/e17-module-slideshow/distinfo 1.6 +20 -8 ports/x11/e17-module-slideshow/pkg-plist 1.7 +2 -2 ports/x11/e17-module-snow/Makefile 1.4 +3 -3 ports/x11/e17-module-snow/distinfo 1.6 +20 -7 ports/x11/e17-module-snow/pkg-plist 1.7 +2 -2 ports/x11/e17-module-uptime/Makefile 1.4 +3 -3 ports/x11/e17-module-uptime/distinfo 1.5 +25 -12 ports/x11/e17-module-uptime/pkg-plist 1.8 +2 -2 ports/x11/e17-module-weather/Makefile 1.4 +3 -3 ports/x11/e17-module-weather/distinfo 1.5 +80 -5 ports/x11/e17-module-weather/pkg-plist 1.5 +2 -2 ports/x11/e17-module-winselector/Makefile 1.3 +3 -3 ports/x11/e17-module-winselector/distinfo 1.2 +1 -2 ports/x11/e17-module-winselector/pkg-plist 1.1 +56 -0 ports/x11/ecore-desktop/Makefile (new) 1.1 +3 -0 ports/x11/ecore-desktop/distinfo (new) 1.1 +5 -0 ports/x11/ecore-desktop/pkg-descr (new) 1.1 +6 -0 ports/x11/ecore-desktop/pkg-plist (new) 1.1 +55 -0 ports/x11/ecore-imf/Makefile (new) 1.1 +3 -0 ports/x11/ecore-imf/distinfo (new) 1.1 +5 -0 ports/x11/ecore-imf/pkg-descr (new) 1.1 +6 -0 ports/x11/ecore-imf/pkg-plist (new) 1.1 +58 -0 ports/x11/ecore-imf_evas/Makefile (new) 1.1 +3 -0 ports/x11/ecore-imf_evas/distinfo (new) 1.1 +5 -0 ports/x11/ecore-imf_evas/pkg-descr (new) 1.1 +6 -0 ports/x11/ecore-imf_evas/pkg-plist (new) 1.1 +115 -0 ports/x11/ecore-x11/Makefile (new) 1.1 +3 -0 ports/x11/ecore-x11/distinfo (new) 1.1 +5 -0 ports/x11/ecore-x11/pkg-descr (new) 1.1 +8 -0 ports/x11/ecore-x11/pkg-plist (new) 1.40 +0 -100 ports/x11/ecore/Makefile (dead) 1.21 +0 -3 ports/x11/ecore/distinfo (dead) 1.5 +0 -5 ports/x11/ecore/pkg-descr (dead) 1.10 +0 -63 ports/x11/ecore/pkg-plist (dead) 1.1 +27 -0 ports/x11/efreet/Makefile (new) 1.1 +3 -0 ports/x11/efreet/distinfo (new) 1.1 +10 -0 ports/x11/efreet/pkg-descr (new) 1.1 +37 -0 ports/x11/efreet/pkg-plist (new) 1.7 +5 -4 ports/x11/elicit/Makefile 1.4 +3 -3 ports/x11/elicit/distinfo 1.1 +22 -0 ports/x11/emprint/Makefile (new) 1.1 +3 -0 ports/x11/emprint/distinfo (new) 1.1 +4 -0 ports/x11/emprint/pkg-descr (new) 1.1 +4 -0 ports/x11/emprint/pkg-plist (new) 1.6 +2 -2 ports/x11/enity/Makefile 1.3 +3 -3 ports/x11/enity/distinfo 1.5 +3 -2 ports/x11/enterminus/Makefile 1.3 +3 -3 ports/x11/enterminus/distinfo 1.66 +3 -3 ports/x11/eterm/Makefile 1.6 +3 -2 ports/x11/examine/Makefile 1.4 +3 -3 ports/x11/examine/distinfo 1.23 +2 -0 ports/x11/fbdesk/Makefile 1.22 +1 -2 ports/x11/idesk/Makefile 1.7 +2 -3 ports/x11/ipager/Makefile 1.11 +1 -2 ports/x11/wmmsg/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:18:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2380A1065670; Tue, 11 Mar 2008 21:18:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF0548FC2B; Tue, 11 Mar 2008 21:18:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLI6MW035732; Tue, 11 Mar 2008 21:18:06 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLI6xu035731; Tue, 11 Mar 2008 21:18:06 GMT (envelope-from gahr) Message-Id: <200803112118.m2BLI6xu035731@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Mar 2008 21:18:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/ebuttons Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:18:07 -0000 gahr 2008-03-11 21:18:06 UTC FreeBSD ports repository Modified files: x11/ebuttons Makefile Log: - Fix build with new libepplet2 - Remove dead mirror - Remove useless USE_PREFIX variable - Adopt maintainship Reported by: pointyhat (via erwin) Approved by: miwi (mentor) Revision Changes Path 1.13 +8 -7 ports/x11/ebuttons/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:19:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBFD51065673; Tue, 11 Mar 2008 21:19:54 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C466A8FC2F; Tue, 11 Mar 2008 21:19:54 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLJsxH035802; Tue, 11 Mar 2008 21:19:54 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLJsns035801; Tue, 11 Mar 2008 21:19:54 GMT (envelope-from stas) Message-Id: <200803112119.m2BLJsns035801@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 11 Mar 2008 21:19:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:19:55 -0000 stas 2008-03-11 21:19:54 UTC FreeBSD ports repository Modified files: . MOVED Log: - Document ecore category change. Revision Changes Path 1.1554 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:32:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4917106566C; Tue, 11 Mar 2008 21:32:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8BFA48FC1F; Tue, 11 Mar 2008 21:32:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLW6FI036221; Tue, 11 Mar 2008 21:32:06 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLW695036220; Tue, 11 Mar 2008 21:32:06 GMT (envelope-from itetcu) Message-Id: <200803112132.m2BLW695036220@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 11 Mar 2008 21:32:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:32:06 -0000 itetcu 2008-03-11 21:32:06 UTC FreeBSD doc repository (ports committer) Modified files: en/donations donors.sgml Log: Add the MB and CPU sent by wilko to me via my brother. Approved by: simon@ Revision Changes Path 1.364 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:32:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238EE1065673; Tue, 11 Mar 2008 21:32:17 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 32B618FC16; Tue, 11 Mar 2008 21:32:16 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix2-g20.free.fr (Postfix) with ESMTP id 9C5FC244FD77; Tue, 11 Mar 2008 20:11:12 +0100 (CET) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 4221A3F61DA; Tue, 11 Mar 2008 22:11:44 +0100 (CET) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 2D9F73F61CE; Tue, 11 Mar 2008 22:11:44 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 336FF9BF12; Tue, 11 Mar 2008 21:10:59 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 1C348405B; Tue, 11 Mar 2008 22:10:59 +0100 (CET) Date: Tue, 11 Mar 2008 22:10:59 +0100 From: Jeremie Le Hen To: John Baldwin Message-ID: <20080311211059.GJ39998@obiwan.tataz.chchile.org> References: <200803102143.m2ALhVbF052196@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803102143.m2ALhVbF052196@repoman.freebsd.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, freebsd-current@tataz.chchile.org, cvs-all@FreeBSD.org Subject: Re: cvs commit [HEAD] src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:32:17 -0000 Hi, On Mon, Mar 10, 2008 at 09:43:31PM +0000, John Baldwin wrote: > jhb 2008-03-10 21:43:31 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/btx/btx btx.S > Log: > Change the BTX kernel to drop all the way out to real mode to invoke BIOS > routines (V86 requests from the client and hardware interrupt handlers): > - Install trampoline real mode interrupt handlers at IDT vectors 0x20-0x2f > to handle hardware interrupts by invoking the appropriate vector (0x8-0xf > or 0x70-0x78). This allows the 8259As to use vectors 0x20-0x2f in real > mode as well as protected mode will ensuring that the master 8259A > doesn't share IDT space with CPU exceptions in protected mode. > - Since we don't need to reserve space for page tables and a page directory > anymore since dropping paging support, move the TSS and protected mode > IDT up by 16k. Grow the ring 1 link stack by 16k as a result. > - Repurpose the ring 1 link stack to be used as a real mode stack when > invoking real mode routines either via a V86 request or a hardware > interrupts. This simplifies a few things as we avoid disturbing the > original user stack. > - Add some more block comments to explain how the code interacts with the > V86 structure as this wasn't immediately obvious from the prior comments > (e.g. that we explicitly copy the seg regs for real mode out of the V86 > struct onto the stack to be popped off when going into real mode, etc.). > Also, document some of the stack frames we create going to real mode and > back. > - Remove all of the virtual 86 related code including having to simulate > various instructions and BIOS calls on a trap from virtual 86 mode. > - Explicitly panic if a user client attempts to perform a V86 CALL > request that isn't a far call. > - Bump version to 1.2. I am not able to test this right now, but I wonder if with this change FreeBSD will be able to be booted in a fully virtualized Xen DomU. At the time I tested it, about 2 month ago, ISTR FreeBSD stopped with "BTX halted". If someone is being able to test this (I suppose the easiest way is to wait from the next monthly -CURRENT snapshot), I'd be glad to here about the result. Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:41:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1741C1065671; Tue, 11 Mar 2008 21:41:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2E918FC20; Tue, 11 Mar 2008 21:41:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLfZUf036791; Tue, 11 Mar 2008 21:41:35 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLfZv0036790; Tue, 11 Mar 2008 21:41:35 GMT (envelope-from gahr) Message-Id: <200803112141.m2BLfZv0036790@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Mar 2008 21:41:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/erun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:41:36 -0000 gahr 2008-03-11 21:41:35 UTC FreeBSD ports repository Modified files: x11/erun Makefile Log: - Fix build with new libepplet2 - Remove useless USE_PREFIX variable - Adopt maintainship Reported by: erwin Approved by: miwi (mentor) Revision Changes Path 1.16 +6 -6 ports/x11/erun/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:41:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 187611065675; Tue, 11 Mar 2008 21:41:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E378D8FC26; Tue, 11 Mar 2008 21:41:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLfagn036841; Tue, 11 Mar 2008 21:41:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLfahF036840; Tue, 11 Mar 2008 21:41:36 GMT (envelope-from jhb) Message-Id: <200803112141.m2BLfahF036840@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Mar 2008 21:41:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c src/sys/i386/i386 i686_mem.c k6_mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:41:37 -0000 jhb 2008-03-11 21:41:36 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c sys/i386/i386 i686_mem.c k6_mem.c Log: Style(9) these files. No changes in the compiled code. (Verified by diff'ing objdump -d output). Revision Changes Path 1.27 +451 -413 src/sys/amd64/amd64/amd64_mem.c 1.26 +466 -423 src/sys/i386/i386/i686_mem.c 1.12 +36 -35 src/sys/i386/i386/k6_mem.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:42:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 539F71065670; Tue, 11 Mar 2008 21:42:39 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 290228FC2D; Tue, 11 Mar 2008 21:42:39 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLgdU8036913; Tue, 11 Mar 2008 21:42:39 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLgdQa036912; Tue, 11 Mar 2008 21:42:39 GMT (envelope-from gahr) Message-Id: <200803112142.m2BLgdQa036912@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Mar 2008 21:42:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/pvmpov Makefile ports/graphics/pvmpov/files patch-povray31-source-pvm_pvm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:42:40 -0000 gahr 2008-03-11 21:42:39 UTC FreeBSD ports repository Modified files: graphics/pvmpov Makefile Added files: graphics/pvmpov/files patch-povray31-source-pvm_pvm.h Log: - Fix build with GCC 4.2 - Remove USE_XLIB in favor of USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.14 +2 -8 ports/graphics/pvmpov/Makefile 1.1 +8 -0 ports/graphics/pvmpov/files/patch-povray31-source-pvm_pvm.h (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 21:58:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5839C106566C; Tue, 11 Mar 2008 21:58:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49DEA8FC1E; Tue, 11 Mar 2008 21:58:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BLwniW039872; Tue, 11 Mar 2008 21:58:49 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BLwnLJ039871; Tue, 11 Mar 2008 21:58:49 GMT (envelope-from mav) Message-Id: <200803112158.m2BLwnLJ039871@repoman.freebsd.org> From: Alexander Motin Date: Tue, 11 Mar 2008 21:58:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:58:49 -0000 mav 2008-03-11 21:58:49 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c ng_socket.c Log: Improve apply callback error reporting: Before this patch callback returned result of the last finished call chain. Now it returns last nonzero result from all call chain results in this request. As soon as this improvement gives reliable error reporting, it is now possible to remove dirty workaround in ng_socket, made to return ENOBUFS error statuses of request-response operations. That workaround was responsible for returning ENOBUFS errors to completely unrelated requests working at the same time on socket. Revision Changes Path 1.72 +2 -1 src/sys/netgraph/netgraph.h 1.150 +25 -8 src/sys/netgraph/ng_base.c 1.85 +1 -1 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:12:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43FF31065678; Tue, 11 Mar 2008 22:12:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 302CD8FC19; Tue, 11 Mar 2008 22:12:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMCxoZ042903; Tue, 11 Mar 2008 22:12:59 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMCwtl042902; Tue, 11 Mar 2008 22:12:58 GMT (envelope-from delphij) Message-Id: <200803112212.m2BMCwtl042902@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 22:12:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:12:59 -0000 delphij 2008-03-11 22:12:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/tcsh Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ed.refresh.c ed.screen.c ed.term.c ed.term.h ed.xmap.c eight-bit.me gethost.c glob.c glob.h host.defs imake.config ma.setp.c mi.termios.c mi.varargs.h patchlevel.h pathnames.h sh.c sh.char.c sh.char.h sh.decls.h sh.dir.c sh.dir.h sh.dol.c sh.err.c sh.exec.c sh.exp.c sh.file.c sh.func.c sh.glob.c sh.h sh.hist.c sh.init.c sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.proc.h sh.sem.c sh.set.c sh.time.c sh.types.h snames.h tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c tc.func.c tc.h tc.nls.c tc.nls.h tc.os.c tc.os.h tc.printf.c tc.prompt.c tc.sched.c tc.sig.c tc.sig.h tc.str.c tc.vers.c tc.wait.h tc.who.c tcsh.man tcsh.man2html termcap.vms tw.color.c tw.comp.c tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c vms.termcap.c contrib/tcsh/config bsd4.4 contrib/tcsh/nls Makefile contrib/tcsh/nls/C set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/et set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/finnish set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/french set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/german set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/greek set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/italian set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/ja set1 set10 set11 set12 set13 set15 set16 set17 set18 set2 set21 set24 set29 set3 set30 set4 set5 set6 set7 set8 contrib/tcsh/nls/pl set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/russian set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/spanish set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 contrib/tcsh/nls/ukrainian set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 bin/csh Makefile config.h config_p.h Removed files: (Branch: RELENG_6) contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Log: MFC: tcsh 6.15.00. Revision Changes Path 1.36.2.2 +1 -1 src/bin/csh/Makefile 1.12.2.2 +41 -10 src/bin/csh/config.h 1.11.2.2 +1 -15 src/bin/csh/config_p.h 1.2.8.2 +0 -8 src/contrib/tcsh/FREEBSD-Xlist (dead) 1.1.14.1 +0 -13 src/contrib/tcsh/FREEBSD-upgrade (dead) 1.1.1.7.2.1 +99 -0 src/contrib/tcsh/Fixes 1.1.1.7.2.1 +1 -1 src/contrib/tcsh/Imakefile 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/MAKEDIFFS 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/MAKESHAR 1.1.1.7.2.1 +79 -37 src/contrib/tcsh/Makefile.in 1.1.1.6.2.1 +1 -1 src/contrib/tcsh/Makefile.std 1.1.1.6.2.1 +1 -1 src/contrib/tcsh/Makefile.vms 1.1.1.7.2.1 +13 -19 src/contrib/tcsh/README 1.1.1.7.2.1 +1 -1 src/contrib/tcsh/complete.tcsh 1.1.1.2.2.1 +38 -10 src/contrib/tcsh/config.h.in 1.1.1.5.2.1 +1 -14 src/contrib/tcsh/config/bsd4.4 1.1.1.5.2.1 +6 -12 src/contrib/tcsh/config_f.h 1.1.1.5.2.1 +1533 -384 src/contrib/tcsh/configure 1.1.1.5.2.1 +46 -16 src/contrib/tcsh/configure.in 1.1.1.6.2.1 +530 -571 src/contrib/tcsh/ed.chared.c 1.1.1.5.2.1 +202 -197 src/contrib/tcsh/ed.decls.h 1.1.1.5.2.1 +28 -14 src/contrib/tcsh/ed.defns.c 1.1.1.5.2.1 +30 -28 src/contrib/tcsh/ed.h 1.1.1.6.2.1 +42 -80 src/contrib/tcsh/ed.init.c 1.1.1.5.2.1 +112 -102 src/contrib/tcsh/ed.inputl.c 1.1.1.6.2.1 +85 -124 src/contrib/tcsh/ed.refresh.c 1.1.1.5.2.1 +233 -263 src/contrib/tcsh/ed.screen.c 1.1.1.6.2.1 +40 -52 src/contrib/tcsh/ed.term.c 1.1.1.3.2.1 +1 -1 src/contrib/tcsh/ed.term.h 1.1.1.5.2.1 +114 -197 src/contrib/tcsh/ed.xmap.c 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/eight-bit.me 1.1.1.4.2.1 +8 -13 src/contrib/tcsh/gethost.c 1.1.1.6.2.1 +140 -220 src/contrib/tcsh/glob.c 1.1.1.5.2.1 +9 -11 src/contrib/tcsh/glob.h 1.1.1.7.2.1 +7 -9 src/contrib/tcsh/host.defs 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/imake.config 1.1.1.3.2.1 +42 -66 src/contrib/tcsh/ma.setp.c 1.1.1.2.14.1 +2 -2 src/contrib/tcsh/mi.termios.c 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/mi.varargs.h 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set10 1.1.1.2.2.1 +1 -1 src/contrib/tcsh/nls/C/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set16 1.1.1.3.8.1 +1 -1 src/contrib/tcsh/nls/C/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set29 1.1.1.2.14.1 +3 -1 src/contrib/tcsh/nls/C/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/C/set9 1.1.1.4.8.1 +2 -1 src/contrib/tcsh/nls/Makefile 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/et/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set29 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/et/set9 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/finnish/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set13 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/finnish/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/finnish/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set2 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/finnish/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set21 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/finnish/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/finnish/set3 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/finnish/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/finnish/set9 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set10 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/french/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/french/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/french/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/french/set9 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set1 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/german/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/german/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/german/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/german/set9 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/greek/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/greek/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/greek/set9 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/italian/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/italian/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/italian/set9 1.1.1.2.2.1 +1 -1 src/contrib/tcsh/nls/ja/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/ja/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set2 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set29 1.1.1.1.2.1 +1 -1 src/contrib/tcsh/nls/ja/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set30 1.1.1.1.2.1 +10 -10 src/contrib/tcsh/nls/ja/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set6 1.1.1.1.2.1 +1 -1 src/contrib/tcsh/nls/ja/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/ja/set8 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set12 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set16 1.1.1.3.8.1 +1 -1 src/contrib/tcsh/nls/pl/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set18 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set19 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set2 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set20 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set21 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set22 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set25 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set3 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set31 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set6 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/pl/set8 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/pl/set9 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set1 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set12 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set16 1.1.1.3.8.1 +1 -1 src/contrib/tcsh/nls/russian/set17 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set18 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set19 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set2 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set21 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set22 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set25 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set26 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set3 1.1.1.3.8.1 +1 -1 src/contrib/tcsh/nls/russian/set30 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set31 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set5 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set6 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/russian/set8 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/russian/set9 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set1 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set10 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set11 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set12 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set13 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set14 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set15 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set16 1.1.1.2.8.1 +1 -1 src/contrib/tcsh/nls/spanish/set17 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set18 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set19 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set2 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/spanish/set20 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set21 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set22 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set23 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set24 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set25 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set26 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set27 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set29 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/spanish/set3 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set30 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set31 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set4 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set5 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set6 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set7 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set8 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/nls/spanish/set9 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set1 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set10 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set11 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set12 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set13 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set14 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set15 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set16 1.1.1.3.8.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set17 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set18 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set19 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set2 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set20 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set21 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set22 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set23 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set24 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set25 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set26 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set27 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set29 1.1.1.3.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set3 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set30 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set31 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set4 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set5 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set6 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set7 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set8 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/nls/ukrainian/set9 1.1.1.7.2.1 +3 -3 src/contrib/tcsh/patchlevel.h 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/pathnames.h 1.1.1.8.2.1 +296 -469 src/contrib/tcsh/sh.c 1.1.1.4.14.1 +2 -2 src/contrib/tcsh/sh.char.c 1.1.1.5.2.1 +28 -33 src/contrib/tcsh/sh.char.h 1.1.1.5.2.1 +280 -242 src/contrib/tcsh/sh.decls.h 1.1.1.7.2.1 +312 -312 src/contrib/tcsh/sh.dir.c 1.1.1.2.14.1 +1 -1 src/contrib/tcsh/sh.dir.h 1.1.1.9.2.1 +293 -407 src/contrib/tcsh/sh.dol.c 1.1.1.4.2.1 +181 -52 src/contrib/tcsh/sh.err.c 1.1.1.6.2.1 +203 -241 src/contrib/tcsh/sh.exec.c 1.1.1.3.2.1 +98 -184 src/contrib/tcsh/sh.exp.c 1.1.1.5.2.1 +155 -253 src/contrib/tcsh/sh.file.c 1.1.1.8.2.1 +427 -515 src/contrib/tcsh/sh.func.c 1.1.1.7.2.1 +263 -430 src/contrib/tcsh/sh.glob.c 1.1.1.8.2.1 +79 -155 src/contrib/tcsh/sh.h 1.1.1.4.2.1 +79 -104 src/contrib/tcsh/sh.hist.c 1.1.1.4.2.1 +17 -20 src/contrib/tcsh/sh.init.c 1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c 1.1.1.4.2.1 +281 -128 src/contrib/tcsh/sh.misc.c 1.1.1.3.2.1 +97 -109 src/contrib/tcsh/sh.parse.c 1.1.1.5.2.1 +36 -41 src/contrib/tcsh/sh.print.c 1.1.1.6.2.1 +233 -435 src/contrib/tcsh/sh.proc.c 1.1.1.3.2.1 +1 -6 src/contrib/tcsh/sh.proc.h 1.1.1.6.2.1 +138 -174 src/contrib/tcsh/sh.sem.c 1.1.1.8.2.1 +150 -192 src/contrib/tcsh/sh.set.c 1.1.1.6.2.1 +23 -51 src/contrib/tcsh/sh.time.c 1.1.1.6.2.1 +3 -26 src/contrib/tcsh/sh.types.h 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/snames.h 1.1.1.4.2.1 +63 -82 src/contrib/tcsh/tc.alloc.c 1.1.1.4.2.1 +109 -648 src/contrib/tcsh/tc.bind.c 1.1.1.8.2.1 +9 -3 src/contrib/tcsh/tc.const.c 1.1.1.6.2.1 +158 -169 src/contrib/tcsh/tc.decls.h 1.1.1.3.2.1 +4 -6 src/contrib/tcsh/tc.disc.c 1.1.1.7.2.1 +413 -640 src/contrib/tcsh/tc.func.c 1.1.1.3.2.1 +31 -2 src/contrib/tcsh/tc.h 1.1.1.1.2.1 +36 -221 src/contrib/tcsh/tc.nls.c 1.1.1.1.2.1 +7 -46 src/contrib/tcsh/tc.nls.h 1.1.1.5.2.1 +196 -285 src/contrib/tcsh/tc.os.c 1.1.1.5.2.1 +29 -50 src/contrib/tcsh/tc.os.h 1.1.1.5.2.1 +82 -89 src/contrib/tcsh/tc.printf.c 1.1.1.9.2.1 +191 -219 src/contrib/tcsh/tc.prompt.c 1.1.1.4.2.1 +42 -68 src/contrib/tcsh/tc.sched.c 1.1.1.4.2.1 +67 -336 src/contrib/tcsh/tc.sig.c 1.1.1.4.2.1 +58 -113 src/contrib/tcsh/tc.sig.h 1.1.1.4.2.1 +196 -119 src/contrib/tcsh/tc.str.c 1.1.1.3.2.1 +15 -12 src/contrib/tcsh/tc.vers.c 1.1.1.4.2.1 +1 -1 src/contrib/tcsh/tc.wait.h 1.1.1.6.2.1 +67 -93 src/contrib/tcsh/tc.who.c 1.1.1.8.2.1 +47 -22 src/contrib/tcsh/tcsh.man 1.1.1.4.2.1 +1 -1 src/contrib/tcsh/tcsh.man2html 1.1.1.1.16.1 +1 -1 src/contrib/tcsh/termcap.vms 1.1.1.7.2.1 +45 -49 src/contrib/tcsh/tw.color.c 1.1.1.4.2.1 +110 -106 src/contrib/tcsh/tw.comp.c 1.1.1.4.2.1 +68 -62 src/contrib/tcsh/tw.decls.h 1.1.1.4.2.1 +1 -3 src/contrib/tcsh/tw.h 1.1.1.5.2.1 +62 -53 src/contrib/tcsh/tw.help.c 1.1.1.4.2.1 +208 -264 src/contrib/tcsh/tw.init.c 1.1.1.7.2.1 +663 -617 src/contrib/tcsh/tw.parse.c 1.1.1.3.2.1 +40 -42 src/contrib/tcsh/tw.spell.c 1.1.1.3.2.1 +11 -24 src/contrib/tcsh/vms.termcap.c From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:29:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28FF61065670; Tue, 11 Mar 2008 22:29:00 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2CA68FC15; Tue, 11 Mar 2008 22:28:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMSxcN044857; Tue, 11 Mar 2008 22:28:59 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMSxFb044856; Tue, 11 Mar 2008 22:28:59 GMT (envelope-from alepulver) Message-Id: <200803112228.m2BMSxFb044856@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:28:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tuxpaint Makefile distinfo pkg-plist ports/games/tuxpaint/files patch-Makefile patch-magic__Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:29:00 -0000 alepulver 2008-03-11 22:28:59 UTC FreeBSD ports repository Modified files: games/tuxpaint Makefile distinfo pkg-plist games/tuxpaint/files patch-Makefile patch-magic__Makefile Log: - Update to version 0.9.19. Revision Changes Path 1.12 +1 -1 ports/games/tuxpaint/Makefile 1.8 +3 -3 ports/games/tuxpaint/distinfo 1.8 +16 -16 ports/games/tuxpaint/files/patch-Makefile 1.2 +3 -3 ports/games/tuxpaint/files/patch-magic__Makefile 1.10 +17 -0 ports/games/tuxpaint/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:29:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11141065671; Tue, 11 Mar 2008 22:29:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8FEC8FC25; Tue, 11 Mar 2008 22:29:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMTlNk044898; Tue, 11 Mar 2008 22:29:47 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMTlmO044897; Tue, 11 Mar 2008 22:29:47 GMT (envelope-from alepulver) Message-Id: <200803112229.m2BMTlmO044897@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:29:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tuxpaint-config Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:29:48 -0000 alepulver 2008-03-11 22:29:47 UTC FreeBSD ports repository Modified files: games/tuxpaint-config Makefile distinfo Log: - Update to version 0.0.10. Revision Changes Path 1.8 +1 -1 ports/games/tuxpaint-config/Makefile 1.5 +3 -3 ports/games/tuxpaint-config/distinfo From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:30:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C6A1065675; Tue, 11 Mar 2008 22:30:31 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9EA8FC23; Tue, 11 Mar 2008 22:30:31 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMUVjm045010; Tue, 11 Mar 2008 22:30:31 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMUVnn045009; Tue, 11 Mar 2008 22:30:31 GMT (envelope-from alepulver) Message-Id: <200803112230.m2BMUVnn045009@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:30:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tuxpaint-stamps Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:30:31 -0000 alepulver 2008-03-11 22:30:31 UTC FreeBSD ports repository Modified files: games/tuxpaint-stamps Makefile distinfo pkg-plist Log: - Update to version 2008.03.01. Revision Changes Path 1.10 +1 -1 ports/games/tuxpaint-stamps/Makefile 1.7 +3 -3 ports/games/tuxpaint-stamps/distinfo 1.6 +16 -0 ports/games/tuxpaint-stamps/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:31:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEC7E1065674; Tue, 11 Mar 2008 22:31:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C639E8FC31; Tue, 11 Mar 2008 22:31:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMVSKc045060; Tue, 11 Mar 2008 22:31:28 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMVSwn045059; Tue, 11 Mar 2008 22:31:28 GMT (envelope-from stas) Message-Id: <200803112231.m2BMVSwn045059@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 11 Mar 2008 22:31:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/codeigniter/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:31:29 -0000 stas 2008-03-11 22:31:28 UTC FreeBSD ports repository Removed files: www/codeigniter/files pkg-message.in Log: - Remove empty file. Pontyhat to: beech Revision Changes Path 1.3 +0 -0 ports/www/codeigniter/files/pkg-message.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:35:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DEB1065671; Tue, 11 Mar 2008 22:35:04 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3C68FC19; Tue, 11 Mar 2008 22:35:04 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMZ48v045243; Tue, 11 Mar 2008 22:35:04 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMZ4wq045242; Tue, 11 Mar 2008 22:35:04 GMT (envelope-from wilko) Message-Id: <200803112235.m2BMZ4wq045242@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 11 Mar 2008 22:35:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:35:04 -0000 wilko 2008-03-11 22:35:04 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: The AMD64 board I originally got from obrien has been relayed to itetcu now that I have acquired a Tyan mb with Opteron CPU. Revision Changes Path 1.365 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:38:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D903106566C; Tue, 11 Mar 2008 22:38:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE388FC13; Tue, 11 Mar 2008 22:38:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMclCq045400; Tue, 11 Mar 2008 22:38:47 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMckYV045399; Tue, 11 Mar 2008 22:38:46 GMT (envelope-from alepulver) Message-Id: <200803112238.m2BMckYV045399@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:38:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells Makefile ports/shells/bashc Makefile distinfo pkg-deinstall pkg-descr pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:38:47 -0000 alepulver 2008-03-11 22:38:46 UTC FreeBSD ports repository Modified files: shells Makefile Added files: shells/bashc Makefile distinfo pkg-deinstall pkg-descr pkg-install Log: Bash Commander is a traditional GNU bash shell extended with visual two-panel file browser. Features: * Full bash compatibility. * Embedded visual file browser. * Two file panels, turned on and off by pressing ^O. * Actions and colors configured via .bashrc script. * Run current file on pressing Enter, configurable via commander_start_file() shell function. * Perform an action on pressing F1-F20 keys, configurable via commander_fN() shell functions. WWW: http://groups.google.com/group/bashc/web/overview Revision Changes Path 1.69 +1 -0 ports/shells/Makefile 1.1 +31 -0 ports/shells/bashc/Makefile (new) 1.1 +3 -0 ports/shells/bashc/distinfo (new) 1.1 +22 -0 ports/shells/bashc/pkg-deinstall (new) 1.1 +15 -0 ports/shells/bashc/pkg-descr (new) 1.1 +19 -0 ports/shells/bashc/pkg-install (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:40:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDFE71065671; Tue, 11 Mar 2008 22:40:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94D638FC16; Tue, 11 Mar 2008 22:40:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMe4r3045494; Tue, 11 Mar 2008 22:40:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMe46x045493; Tue, 11 Mar 2008 22:40:04 GMT (envelope-from delphij) Message-Id: <200803112240.m2BMe46x045493@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 22:40:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/zh_CN.GB2312/errata article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:40:04 -0000 delphij 2008-03-11 22:40:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/zh_CN.GB2312/errata article.sgml Log: MFen 1.73 -> 1.73.4.3 Revision Changes Path 1.5.2.1 +50 -29 src/release/doc/zh_CN.GB2312/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:41:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A6E51065670; Tue, 11 Mar 2008 22:41:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61B3E8FC23; Tue, 11 Mar 2008 22:41:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMfioA045599; Tue, 11 Mar 2008 22:41:44 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMfiBQ045598; Tue, 11 Mar 2008 22:41:44 GMT (envelope-from alepulver) Message-Id: <200803112241.m2BMfiBQ045598@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:41:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:41:44 -0000 alepulver 2008-03-11 22:41:44 UTC FreeBSD ports repository Modified files: . modules Log: bashc --> ports/shells/bashc Revision Changes Path 1.19483 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:41:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5FB41065679; Tue, 11 Mar 2008 22:41:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE328FC1E; Tue, 11 Mar 2008 22:41:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMfsHN045624; Tue, 11 Mar 2008 22:41:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMfsLr045623; Tue, 11 Mar 2008 22:41:54 GMT (envelope-from delphij) Message-Id: <200803112241.m2BMfsLr045623@repoman.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2008 22:41:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/zh_CN/releases/7.0R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:41:54 -0000 delphij 2008-03-11 22:41:54 UTC FreeBSD doc repository Modified files: zh_CN/releases/7.0R errata.html Log: Regen from 1.5.2.1 Revision Changes Path 1.2 +51 -10 www/zh_CN/releases/7.0R/errata.html From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:48:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94897106566B; Tue, 11 Mar 2008 22:48:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 840A38FC2A; Tue, 11 Mar 2008 22:48:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMmhdu046419; Tue, 11 Mar 2008 22:48:43 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMmhKx046418; Tue, 11 Mar 2008 22:48:43 GMT (envelope-from alepulver) Message-Id: <200803112248.m2BMmhKx046418@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:48:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/ratmen Makefile distinfo pkg-descr ports/x11-wm/ratmen/files patch-Makefile patch-ratmen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:48:43 -0000 alepulver 2008-03-11 22:48:42 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/ratmen Makefile distinfo pkg-descr x11-wm/ratmen/files patch-Makefile patch-ratmen.c Log: Ratmen is a simple program for displaying a menu in a window. On selection is may either run a program or simply write something on standard out. It is inspired by, and is similar in function to, 9menu and ratmenu but is muchly improved. It includes: User settings in X resources, long and short option names (using getopts), scrollable menus (if they do not fit on screen), both mouse and keyboard support, exiting on unfocus, and a decent manpage. WWW: http://www.update.uu.se/~zrajm/programs/ Revision Changes Path 1.217 +1 -0 ports/x11-wm/Makefile 1.1 +24 -0 ports/x11-wm/ratmen/Makefile (new) 1.1 +3 -0 ports/x11-wm/ratmen/distinfo (new) 1.1 +24 -0 ports/x11-wm/ratmen/files/patch-Makefile (new) 1.1 +10 -0 ports/x11-wm/ratmen/files/patch-ratmen.c (new) 1.1 +8 -0 ports/x11-wm/ratmen/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:50:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46FE9106566B; Tue, 11 Mar 2008 22:50:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DAD18FC1B; Tue, 11 Mar 2008 22:50:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMoVmj046525; Tue, 11 Mar 2008 22:50:31 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMoVXE046524; Tue, 11 Mar 2008 22:50:31 GMT (envelope-from ehaupt) Message-Id: <200803112250.m2BMoVXE046524@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 11 Mar 2008 22:50:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/net-snmp4 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:50:32 -0000 ehaupt 2008-03-11 22:50:31 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp4 Makefile pkg-plist Log: Really fix this port this time. This was a objformat issue. Notified by: pointyhat via pav Revision Changes Path 1.108 +5 -11 ports/net-mgmt/net-snmp4/Makefile 1.26 +3 -3 ports/net-mgmt/net-snmp4/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:51:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D1A31065671; Tue, 11 Mar 2008 22:51:16 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5494E8FC26; Tue, 11 Mar 2008 22:51:16 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMpG85046589; Tue, 11 Mar 2008 22:51:16 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMpGeY046588; Tue, 11 Mar 2008 22:51:16 GMT (envelope-from alepulver) Message-Id: <200803112251.m2BMpGeY046588@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:51:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:51:16 -0000 alepulver 2008-03-11 22:51:16 UTC FreeBSD ports repository Modified files: . modules Log: ratmen --> ports/x11-wm/ratmen Revision Changes Path 1.19484 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:55:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 852E6106566B; Tue, 11 Mar 2008 22:55:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12B998FC2C; Tue, 11 Mar 2008 22:54:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMswtE046698; Tue, 11 Mar 2008 22:54:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMswoJ046697; Tue, 11 Mar 2008 22:54:58 GMT (envelope-from alepulver) Message-Id: <200803112254.m2BMswoJ046697@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:54:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/stumpwm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:55:04 -0000 alepulver 2008-03-11 22:54:58 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/stumpwm Makefile distinfo pkg-descr Log: Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0 Common Lisp. If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. * Hack the good hack. * Debug your good hack. * Customize your window manager. While it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! WWW: http://www.nongnu.org/stumpwm/ Revision Changes Path 1.218 +1 -0 ports/x11-wm/Makefile 1.1 +37 -0 ports/x11-wm/stumpwm/Makefile (new) 1.1 +3 -0 ports/x11-wm/stumpwm/distinfo (new) 1.1 +19 -0 ports/x11-wm/stumpwm/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:57:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F12CA1065673; Tue, 11 Mar 2008 22:57:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C88B88FC21; Tue, 11 Mar 2008 22:57:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMvhBu046835; Tue, 11 Mar 2008 22:57:43 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMvhiE046834; Tue, 11 Mar 2008 22:57:43 GMT (envelope-from alepulver) Message-Id: <200803112257.m2BMvhiE046834@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:57:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:57:44 -0000 alepulver 2008-03-11 22:57:43 UTC FreeBSD ports repository Modified files: . modules Log: stumpwm --> ports/x11-wm/stumpwm Revision Changes Path 1.19485 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:03:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 311D3106566B; Tue, 11 Mar 2008 23:03:57 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0866B8FC13; Tue, 11 Mar 2008 23:03:57 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BN3uHY048266; Tue, 11 Mar 2008 23:03:56 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BN3u6p048265; Tue, 11 Mar 2008 23:03:56 GMT (envelope-from stas) Message-Id: <200803112303.m2BN3u6p048265@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 11 Mar 2008 23:03:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:03:57 -0000 stas 2008-03-11 23:03:56 UTC FreeBSD ports repository Modified files: . modules Log: - Ecore has moved. Revision Changes Path 1.19486 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:09:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F403B1065671; Tue, 11 Mar 2008 23:09:35 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CAF538FC12; Tue, 11 Mar 2008 23:09:35 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BN9ZMV048466; Tue, 11 Mar 2008 23:09:35 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BN9YeY048465; Tue, 11 Mar 2008 23:09:34 GMT (envelope-from nox) Message-Id: <200803112309.m2BN9YeY048465@repoman.freebsd.org> From: Juergen Lock Date: Tue, 11 Mar 2008 23:09:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:09:36 -0000 nox 2008-03-11 23:09:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document qemu -- unchecked block read/write vulnerability Reviewed by: stas Revision Changes Path 1.1579 +35 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:15:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 216CB1065672; Tue, 11 Mar 2008 23:15:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECC2B8FC17; Tue, 11 Mar 2008 23:15:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNFhi4048702; Tue, 11 Mar 2008 23:15:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNFhqM048701; Tue, 11 Mar 2008 23:15:43 GMT (envelope-from miwi) Message-Id: <200803112315.m2BNFhqM048701@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 23:15:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/mcabber Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:15:44 -0000 miwi 2008-03-11 23:15:43 UTC FreeBSD ports repository Modified files: net-im/mcabber Makefile Log: - Chase security/libgcrypt shlib version bump PR: 121591 Submitted by: miwi Approved by: sat Revision Changes Path 1.27 +2 -1 ports/net-im/mcabber/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:16:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C7871065678; Tue, 11 Mar 2008 23:16:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 33F8F8FC1D; Tue, 11 Mar 2008 23:16:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNGZqR048742; Tue, 11 Mar 2008 23:16:35 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNGZHa048741; Tue, 11 Mar 2008 23:16:35 GMT (envelope-from stas) Message-Id: <200803112316.m2BNGZHa048741@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 11 Mar 2008 23:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:16:35 -0000 stas 2008-03-11 23:16:35 UTC FreeBSD ports repository Modified files: . modules Log: - Add module entries for new EFL ports. Revision Changes Path 1.19487 +30 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:21:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 148211065672; Tue, 11 Mar 2008 23:21:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFFB68FC1C; Tue, 11 Mar 2008 23:21:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNLNx8050037; Tue, 11 Mar 2008 23:21:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNLNnL050036; Tue, 11 Mar 2008 23:21:23 GMT (envelope-from pav) Message-Id: <200803112321.m2BNLNnL050036@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:21:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/mkfontdir Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:21:24 -0000 pav 2008-03-11 23:21:23 UTC FreeBSD ports repository Modified files: x11-fonts/mkfontdir Makefile Log: - This actually installs a one line shell script that executed mkfontscale, so add mkfontscale to RUN_DEPENDS Revision Changes Path 1.3 +3 -0 ports/x11-fonts/mkfontdir/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:22:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0170C106566B; Tue, 11 Mar 2008 23:22:25 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC3908FC15; Tue, 11 Mar 2008 23:22:24 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNMOSs050103; Tue, 11 Mar 2008 23:22:24 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNMOgK050102; Tue, 11 Mar 2008 23:22:24 GMT (envelope-from nox) Message-Id: <200803112322.m2BNMOgK050102@repoman.freebsd.org> From: Juergen Lock Date: Tue, 11 Mar 2008 23:22:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-CVE-2008-0928 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:22:25 -0000 nox 2008-03-11 23:22:24 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile Added files: emulators/qemu/files patch-CVE-2008-0928 Log: Fix unchecked block read/write vulnerability Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html Revision Changes Path 1.79 +1 -1 ports/emulators/qemu/Makefile 1.1 +242 -0 ports/emulators/qemu/files/patch-CVE-2008-0928 (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:25:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15429106566C; Tue, 11 Mar 2008 23:25:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E09A28FC14; Tue, 11 Mar 2008 23:25:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNPcFP050299; Tue, 11 Mar 2008 23:25:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNPcLt050298; Tue, 11 Mar 2008 23:25:38 GMT (envelope-from miwi) Message-Id: <200803112325.m2BNPcLt050298@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 23:25:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:25:39 -0000 miwi 2008-03-11 23:25:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix previos commit * sort * more reference Revision Changes Path 1.1580 +9 -7 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:31:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F2E21065675; Tue, 11 Mar 2008 23:31:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 263DA8FC1C; Tue, 11 Mar 2008 23:31:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNVUOM050512; Tue, 11 Mar 2008 23:31:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNVUxu050511; Tue, 11 Mar 2008 23:31:30 GMT (envelope-from pav) Message-Id: <200803112331.m2BNVUxu050511@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:31:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.commands.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:31:30 -0000 pav 2008-03-11 23:31:29 UTC FreeBSD ports repository Modified files: Mk bsd.commands.mk Log: - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature) PR: ports/118749 Submitted by: alepulver Revision Changes Path 1.2 +2 -1 ports/Mk/bsd.commands.mk From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:34:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA48F1065672; Tue, 11 Mar 2008 23:34:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 80A1C8FC15; Tue, 11 Mar 2008 23:34:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNY96p050658; Tue, 11 Mar 2008 23:34:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNY9Kw050657; Tue, 11 Mar 2008 23:34:09 GMT (envelope-from pav) Message-Id: <200803112334.m2BNY9Kw050657@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:34:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.database.mk ports/databases/postgresql-contrib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:34:09 -0000 pav 2008-03-11 23:34:09 UTC FreeBSD ports repository Modified files: Mk bsd.database.mk databases/postgresql-contrib Makefile Log: - Fix typo (unclosed double-quote) PR: ports/120618 Submitted by: Gennady Proskurin - Change default PostgreSQL dependency from 8.1 to 8.2 PR: ports/120865 Submitted by: edwin Revision Changes Path 1.23 +5 -5 ports/Mk/bsd.database.mk 1.16 +1 -1 ports/databases/postgresql-contrib/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:34:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8312C106571F; Tue, 11 Mar 2008 23:34:14 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70AB78FC1A; Tue, 11 Mar 2008 23:34:14 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNYE0O050736; Tue, 11 Mar 2008 23:34:14 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNYEiu050735; Tue, 11 Mar 2008 23:34:14 GMT (envelope-from nox) Message-Id: <200803112334.m2BNYEiu050735@repoman.freebsd.org> From: Juergen Lock Date: Tue, 11 Mar 2008 23:34:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile distinfo pkg-plist ports/emulators/qemu-devel/files patch-90_security patch-CVE-2008-0928 patch-PRId64 patch-bg patch-bk patch-block-raw.c patch-bsdusb.patch patch-cpu-exec.c patch-fbsd ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:34:14 -0000 nox 2008-03-11 23:34:14 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile distinfo pkg-plist emulators/qemu-devel/files patch-90_security patch-bg patch-bk patch-bsdusb.patch patch-fbsd patch-fpu-softfloat-native.c patch-qemu-img.texi patch-vl.c Added files: emulators/qemu-devel/files patch-CVE-2008-0928 patch-cpu-exec.c Removed files: emulators/qemu-devel/files patch-PRId64 patch-block-raw.c patch-hw-pxa2xx_gpio.c patch-qemu-img.c patch-tlb-vuln Log: - Update to 2008-03-02 snapshot [1] - Fix unchecked block read/write vulnerability [2] Submitted by: nox [1] Obtained from: qemu cvs [2] Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html Revision Changes Path 1.82 +17 -10 ports/emulators/qemu-devel/Makefile 1.49 +3 -6 ports/emulators/qemu-devel/distinfo 1.4 +5 -10 ports/emulators/qemu-devel/files/patch-90_security 1.1 +242 -0 ports/emulators/qemu-devel/files/patch-CVE-2008-0928 (new) 1.3 +0 -113 ports/emulators/qemu-devel/files/patch-PRId64 (dead) 1.7 +3 -3 ports/emulators/qemu-devel/files/patch-bg 1.5 +8 -8 ports/emulators/qemu-devel/files/patch-bk 1.6 +0 -51 ports/emulators/qemu-devel/files/patch-block-raw.c (dead) 1.10 +12 -11 ports/emulators/qemu-devel/files/patch-bsdusb.patch 1.4 +29 -0 ports/emulators/qemu-devel/files/patch-cpu-exec.c (new) 1.11 +8 -8 ports/emulators/qemu-devel/files/patch-fbsd 1.3 +1 -1 ports/emulators/qemu-devel/files/patch-fpu-softfloat-native.c 1.2 +0 -11 ports/emulators/qemu-devel/files/patch-hw-pxa2xx_gpio.c (dead) 1.3 +0 -10 ports/emulators/qemu-devel/files/patch-qemu-img.c (dead) 1.3 +3 -3 ports/emulators/qemu-devel/files/patch-qemu-img.texi 1.2 +0 -92 ports/emulators/qemu-devel/files/patch-tlb-vuln (dead) 1.9 +1 -1 ports/emulators/qemu-devel/files/patch-vl.c 1.23 +3 -0 ports/emulators/qemu-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:37:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 279C9106566C; Tue, 11 Mar 2008 23:37:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F29ED8FC15; Tue, 11 Mar 2008 23:37:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNbWjO050882; Tue, 11 Mar 2008 23:37:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNbWVE050881; Tue, 11 Mar 2008 23:37:32 GMT (envelope-from pav) Message-Id: <200803112337.m2BNbWVE050881@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.destdir.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:37:33 -0000 pav 2008-03-11 23:37:32 UTC FreeBSD ports repository Modified files: Mk bsd.destdir.mk Log: - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance of working PR: ports/117738 Reported by: Erik Cederstrand Patch by: pav - Pass TERM variable to chrooted command, so the OPTIONS screen work PR: ports/117453 Reported by: Erik Cederstrand Patch by: pav Revision Changes Path 1.2 +2 -2 ports/Mk/bsd.destdir.mk From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:45:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41FB106566C; Tue, 11 Mar 2008 23:45:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94D598FC1C; Tue, 11 Mar 2008 23:45:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNj4AR051139; Tue, 11 Mar 2008 23:45:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNj4Hj051138; Tue, 11 Mar 2008 23:45:04 GMT (envelope-from pav) Message-Id: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:45:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:45:04 -0000 pav 2008-03-11 23:45:04 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk Log: - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher optimizations are enabled. PR: ports/121363 Submitted by: obrien - Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB PR: ports/113799 Submitted by: des (based on) Patch by: pav - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX PR: ports/118212 Original patch: vd Patch by: pav - Allow tab as well as space in param.h for OSVERSION determination PR: ports/117507 Submitted by: erwin - Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised PR: ports/117916 Submitted by: tobez - Assorted comment fixes PR: ports/118054 Submitted by: linimon - Style nit ($@ -> ${.TARGET}) PR: ports/120276 Submitted by: obrien Revision Changes Path 1.591 +38 -14 ports/Mk/bsd.port.mk 1.73 +3 -3 ports/Mk/bsd.port.subdir.mk 1.5 +2 -8 ports/Mk/bsd.xorg.mk From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:50:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C03C81065672; Tue, 11 Mar 2008 23:50:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97D8D8FC1A; Tue, 11 Mar 2008 23:50:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNomkH051369; Tue, 11 Mar 2008 23:50:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNomdg051368; Tue, 11 Mar 2008 23:50:48 GMT (envelope-from miwi) Message-Id: <200803112350.m2BNomdg051368@repoman.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2008 23:50:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:50:49 -0000 miwi 2008-03-11 23:50:48 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Ups remove duplicate url Revision Changes Path 1.1581 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Mar 11 23:51:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 051591065671; Tue, 11 Mar 2008 23:51:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D06A28FC12; Tue, 11 Mar 2008 23:51:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BNpOPK051437; Tue, 11 Mar 2008 23:51:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BNpONE051436; Tue, 11 Mar 2008 23:51:24 GMT (envelope-from pav) Message-Id: <200803112351.m2BNpONE051436@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:51:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 23:51:25 -0000 pav 2008-03-11 23:51:24 UTC FreeBSD ports repository Modified files: . CHANGES Log: - Document changes that have an impact on port writers Revision Changes Path 1.80 +9 -1 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Wed Mar 12 00:13:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 498EF106566B; Wed, 12 Mar 2008 00:13:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 100698FC20; Wed, 12 Mar 2008 00:13:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C0D6SV053436; Wed, 12 Mar 2008 00:13:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C0D6Zs053435; Wed, 12 Mar 2008 00:13:06 GMT (envelope-from pav) Message-Id: <200803120013.m2C0D6Zs053435@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 12 Mar 2008 00:13:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.port.subdir.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 00:13:08 -0000 pav 2008-03-12 00:13:06 UTC FreeBSD ports repository Modified files: Mk bsd.port.subdir.mk Log: - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg Pointy hat to: gabor Revision Changes Path 1.74 +2 -2 ports/Mk/bsd.port.subdir.mk From owner-cvs-all@FreeBSD.ORG Wed Mar 12 00:13:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118C61065671; Wed, 12 Mar 2008 00:13:50 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC2268FC28; Wed, 12 Mar 2008 00:13:49 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C0Dn6I053479; Wed, 12 Mar 2008 00:13:49 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C0DnDF053478; Wed, 12 Mar 2008 00:13:49 GMT (envelope-from peter) Message-Id: <200803120013.m2C0DnDF053478@repoman.freebsd.org> From: Peter Wemm Date: Wed, 12 Mar 2008 00:13:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ministat ministat.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 00:13:50 -0000 peter 2008-03-12 00:13:49 UTC FreeBSD src repository Modified files: usr.bin/ministat ministat.1 Log: Fix apparent typo. The permitted confidence values include 95%, not 85%. Revision Changes Path 1.2 +1 -1 src/usr.bin/ministat/ministat.1 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 01:28:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DAF106566B; Wed, 12 Mar 2008 01:28:28 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 741F58FC14; Wed, 12 Mar 2008 01:28:28 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C1SSg6072710; Wed, 12 Mar 2008 01:28:28 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C1SSnJ072709; Wed, 12 Mar 2008 01:28:28 GMT (envelope-from gahr) Message-Id: <200803120128.m2C1SSnJ072709@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 01:28:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/swatch Makefile ports/security/swatch/files swatch.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 01:28:29 -0000 gahr 2008-03-12 01:28:28 UTC FreeBSD ports repository Modified files: security/swatch Makefile security/swatch/files swatch.sh Log: - Make RC script match pid with procname PR: 117957 Submitted by: Michael Scheidell Reviewed by: Joseph Scott (maintainer) Approved by: Joseph Scott (maintainer), miwi (mentor) Revision Changes Path 1.23 +1 -0 ports/security/swatch/Makefile 1.3 +2 -1 ports/security/swatch/files/swatch.sh From owner-cvs-all@FreeBSD.ORG Wed Mar 12 01:42:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11DBF106566B; Wed, 12 Mar 2008 01:42:54 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from mail-chaos.rambler.ru (mail-chaos.rambler.ru [81.19.68.130]) by mx1.freebsd.org (Postfix) with ESMTP id B9E448FC14; Wed, 12 Mar 2008 01:42:53 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from [10.3.30.10] (unknown [83.167.116.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: citrin@citrin.ru) by mail-chaos.rambler.ru (Postfix) with ESMTPSA id 075D717028; Wed, 12 Mar 2008 04:31:14 +0300 (MSK) Message-ID: <47D7325E.1000009@citrin.ru> Date: Wed, 12 Mar 2008 04:31:10 +0300 From: Anton Yuzhaninov User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Xin LI References: <200803112212.m2BMCwtl042902@repoman.freebsd.org> In-Reply-To: <200803112212.m2BMCwtl042902@repoman.freebsd.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 01:42:54 -0000 On 12.03.2008 1:12, Xin LI wrote: > delphij 2008-03-11 22:12:58 UTC > > ... > > Log: > MFC: tcsh 6.15.00. > > Revision Changes Path > ... > 1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c > ... Now tcsh postcmd broken also in RELENG_6. for more info see my messages in current@: http://docs.freebsd.org/cgi/mid.cgi?47BB4E5D.7010505 -- WBR, Anton Yuzhaninov From owner-cvs-all@FreeBSD.ORG Wed Mar 12 01:52:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1C8A106566C; Wed, 12 Mar 2008 01:52:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86AA98FC12; Wed, 12 Mar 2008 01:52:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C1qm9K073482; Wed, 12 Mar 2008 01:52:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C1qmwY073481; Wed, 12 Mar 2008 01:52:48 GMT (envelope-from delphij) Message-Id: <200803120152.m2C1qmwY073481@repoman.freebsd.org> From: Xin LI Date: Wed, 12 Mar 2008 01:52:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/tcsh sh.lex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 01:52:48 -0000 delphij 2008-03-12 01:52:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/tcsh sh.lex.c Log: Merge revision 1.1.1.8 date: 2007/04/03 15:51:53; author: mp; state: Exp; lines: +2 -1 Import vendor patch to fix postcmd regression in tcsh-6.15.00. Revision Changes Path 1.1.1.6.2.2 +2 -1 src/contrib/tcsh/sh.lex.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 02:09:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5B6106566B; Wed, 12 Mar 2008 02:09:23 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 225478FC1A; Wed, 12 Mar 2008 02:09:23 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C29Nld075184; Wed, 12 Mar 2008 02:09:23 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C29NUY075183; Wed, 12 Mar 2008 02:09:23 GMT (envelope-from tmclaugh) Message-Id: <200803120209.m2C29NUY075183@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 12 Mar 2008 02:09:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:09:23 -0000 tmclaugh 2008-03-12 02:09:22 UTC FreeBSD src repository (ports committer) Modified files: sbin/mount mount.8 Log: - Update with a better example which shows that options specific to a file system may be passed using -o. Approved by: remko, rodrigc Revision Changes Path 1.87 +3 -3 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 02:10:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724C1106567A; Wed, 12 Mar 2008 02:10:20 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4717B8FC15; Wed, 12 Mar 2008 02:10:20 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C2AKbX075291; Wed, 12 Mar 2008 02:10:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C2AKaB075290; Wed, 12 Mar 2008 02:10:20 GMT (envelope-from alepulver) Message-Id: <200803120210.m2C2AKaB075290@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 12 Mar 2008 02:10:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/filezilla Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:10:20 -0000 alepulver 2008-03-12 02:10:20 UTC FreeBSD ports repository Modified files: ftp/filezilla Makefile distinfo pkg-plist Log: - Update to version 3.0.7.1. Revision Changes Path 1.12 +6 -4 ports/ftp/filezilla/Makefile 1.8 +3 -3 ports/ftp/filezilla/distinfo 1.7 +44 -30 ports/ftp/filezilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 12 02:14:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F36F1065672; Wed, 12 Mar 2008 02:14:27 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id B72398FC18; Wed, 12 Mar 2008 02:14:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id D31AA28457; Wed, 12 Mar 2008 10:14:23 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 53931EC5A5C; Wed, 12 Mar 2008 10:14:23 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id nXGqMXksZgCT; Wed, 12 Mar 2008 10:14:17 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 6F746EB092A; Wed, 12 Mar 2008 10:14:15 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=gCGgBTvTPbeq+jgmB1+2mJYrI937qWbJIEs59r3RnnFQm/RDFg8/F7/Xf5pE+e9vK 6QyTqt99BKpUOZ88IM3uQ== Message-ID: <47D73C73.8030400@delphij.net> Date: Tue, 11 Mar 2008 19:14:11 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080309) MIME-Version: 1.0 To: Anton Yuzhaninov References: <200803112212.m2BMCwtl042902@repoman.freebsd.org> <47D7325E.1000009@citrin.ru> In-Reply-To: <47D7325E.1000009@citrin.ru> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:14:27 -0000 Anton Yuzhaninov wrote: > On 12.03.2008 1:12, Xin LI wrote: >> delphij 2008-03-11 22:12:58 UTC >> >> ... >> >> Log: >> MFC: tcsh 6.15.00. >> Revision Changes Path > > ... >> 1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c >> ... > > Now tcsh postcmd broken also in RELENG_6. > > for more info see my messages in current@: > http://docs.freebsd.org/cgi/mid.cgi?47BB4E5D.7010505 Having checked with the original tcsh 6.15.00 patchlevel 1 I believe that you are correct. I have added the fix. Cheers, -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! From owner-cvs-all@FreeBSD.ORG Wed Mar 12 02:33:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE3EB1065677; Wed, 12 Mar 2008 02:33:17 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2A508FC1F; Wed, 12 Mar 2008 02:33:17 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C2XHx2078547; Wed, 12 Mar 2008 02:33:17 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C2XHef078516; Wed, 12 Mar 2008 02:33:17 GMT (envelope-from davidxu) Message-Id: <200803120233.m2C2XHef078516@repoman.freebsd.org> From: David Xu Date: Wed, 12 Mar 2008 02:33:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen Makefile.inc sem_timedwait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:33:18 -0000 davidxu 2008-03-12 02:33:17 UTC FreeBSD src repository Modified files: lib/libc/gen Makefile.inc Added files: lib/libc/gen sem_timedwait.3 Log: Add manual for function sem_timedwait(). Reviewed by: ru, deischen Revision Changes Path 1.132 +1 -1 src/lib/libc/gen/Makefile.inc 1.1 +122 -0 src/lib/libc/gen/sem_timedwait.3 (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 02:37:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03A89106566C; Wed, 12 Mar 2008 02:37:32 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC7318FC17; Wed, 12 Mar 2008 02:37:31 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C2bVGY079428; Wed, 12 Mar 2008 02:37:31 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C2bVNq079427; Wed, 12 Mar 2008 02:37:31 GMT (envelope-from davidxu) Message-Id: <200803120237.m2C2bVNq079427@repoman.freebsd.org> From: David Xu Date: Wed, 12 Mar 2008 02:37:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem_timedwait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:37:32 -0000 davidxu 2008-03-12 02:37:31 UTC FreeBSD src repository Modified files: lib/libc/gen sem_timedwait.3 Log: Add missing comma. Revision Changes Path 1.2 +1 -1 src/lib/libc/gen/sem_timedwait.3 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 04:20:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B21D106566B; Wed, 12 Mar 2008 04:20:31 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23B318FC22; Wed, 12 Mar 2008 04:20:31 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C4KVsr085267; Wed, 12 Mar 2008 04:20:31 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C4KUus085266; Wed, 12 Mar 2008 04:20:30 GMT (envelope-from kientzle) Message-Id: <200803120420.m2C4KUus085266@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Mar 2008 04:20:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive_endian.h archive_read_open_filename.c archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c archive_read_support_format_ar.c archive_read_support_format_mtree.c archive_read_support_format_zip.c archive_write_disk.c archive_write_open_filename.c archive_write_set_compression_gzip.c config_freebsd.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 04:20:31 -0000 kientzle 2008-03-12 04:20:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_endian.h archive_read_open_filename.c archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c archive_read_support_format_ar.c archive_read_support_format_mtree.c archive_read_support_format_zip.c archive_write_disk.c archive_write_open_filename.c archive_write_set_compression_gzip.c config_freebsd.h lib/libarchive/test main.c test.h Log: MFC a number of minor edits and portability fixups. This is mostly just to catch 7-STABLE up with -CURRENT before the next big round of changes. Revision Changes Path 1.1.2.2 +18 -18 src/lib/libarchive/archive_endian.h 1.20.2.1 +5 -1 src/lib/libarchive/archive_read_open_filename.c 1.16.2.1 +1 -1 src/lib/libarchive/archive_read_support_compression_bzip2.c 1.15.2.1 +1 -1 src/lib/libarchive/archive_read_support_compression_gzip.c 1.6.4.2 +2 -4 src/lib/libarchive/archive_read_support_format_ar.c 1.1.2.2 +8 -2 src/lib/libarchive/archive_read_support_format_mtree.c 1.14.2.4 +28 -35 src/lib/libarchive/archive_read_support_format_zip.c 1.17.2.2 +67 -24 src/lib/libarchive/archive_write_disk.c 1.19.4.1 +5 -1 src/lib/libarchive/archive_write_open_filename.c 1.14.2.2 +19 -0 src/lib/libarchive/archive_write_set_compression_gzip.c 1.5.2.1 +7 -0 src/lib/libarchive/config_freebsd.h 1.8.2.2 +7 -7 src/lib/libarchive/test/main.c 1.6.2.2 +5 -2 src/lib/libarchive/test/test.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 04:26:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F32F1065678; Wed, 12 Mar 2008 04:26:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 221738FC14; Wed, 12 Mar 2008 04:26:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C4Qidm085486; Wed, 12 Mar 2008 04:26:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C4Qi7X085485; Wed, 12 Mar 2008 04:26:44 GMT (envelope-from kientzle) Message-Id: <200803120426.m2C4Qi7X085485@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Mar 2008 04:26:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 04:26:45 -0000 kientzle 2008-03-12 04:26:44 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Typo, thanks to: Jeff Johnson. MFC after: 3 days Revision Changes Path 1.46 +1 -1 src/lib/libarchive/archive_entry.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 04:47:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E2031065670; Wed, 12 Mar 2008 04:47:38 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F71D8FC1A; Wed, 12 Mar 2008 04:47:38 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C4lcf9095217; Wed, 12 Mar 2008 04:47:38 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C4lcrE095216; Wed, 12 Mar 2008 04:47:38 GMT (envelope-from kientzle) Message-Id: <200803120447.m2C4lcrE095216@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Mar 2008 04:47:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 04:47:38 -0000 kientzle 2008-03-12 04:47:38 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c lib/libarchive/test test_entry.c Log: Tighten up the semantics of acl_next() and xattr_next() when you hit the end of the ACL or xattr list. Thanks to: Jeff Johnson for pointing out the obvious typo Revision Changes Path 1.47 +5 -0 src/lib/libarchive/archive_entry.c 1.3 +22 -0 src/lib/libarchive/test/test_entry.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 04:58:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A981065672; Wed, 12 Mar 2008 04:58:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 439898FC16; Wed, 12 Mar 2008 04:58:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C4waPD095571; Wed, 12 Mar 2008 04:58:36 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C4wXx3095570; Wed, 12 Mar 2008 04:58:33 GMT (envelope-from kientzle) Message-Id: <200803120458.m2C4wXx3095570@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Mar 2008 04:58:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.c archive_read_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 04:58:36 -0000 kientzle 2008-03-12 04:58:32 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_private.h Log: Remove some unused fields from the private archive_read structure (left over from when the unified read/write structure was copied to form separate read and write structures) and eliminate the pointless initialization of a couple of the unused fields. Revision Changes Path 1.38 +0 -15 src/lib/libarchive/archive_read.c 1.5 +0 -37 src/lib/libarchive/archive_read_private.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 05:01:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C44C106566C; Wed, 12 Mar 2008 05:01:15 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D22CD8FC15; Wed, 12 Mar 2008 05:01:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C51ECX095723; Wed, 12 Mar 2008 05:01:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C51E3n095722; Wed, 12 Mar 2008 05:01:14 GMT (envelope-from jeff) Message-Id: <200803120501.m2C51E3n095722@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 05:01:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 05:01:15 -0000 jeff 2008-03-12 05:01:14 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - KSE may free a thread that was never actually forked. This will leave td_cpuset NULL. Check for this condition before dereferencing the cpuset. Reported by: david@catwhisker.org, miwi@freebsd.org Sponsored by: Nokia Revision Changes Path 1.267 +5 -0 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 05:12:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49C991065670; Wed, 12 Mar 2008 05:12:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32AD78FC18; Wed, 12 Mar 2008 05:12:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C5COaP005249; Wed, 12 Mar 2008 05:12:24 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C5CO76005248; Wed, 12 Mar 2008 05:12:24 GMT (envelope-from kientzle) Message-Id: <200803120512.m2C5CO76005248@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Mar 2008 05:12:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile main.c test.h test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_read_format_gtar_sparse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 05:12:24 -0000 kientzle 2008-03-12 05:12:23 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile main.c test.h test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_read_format_gtar_sparse.c Log: Portability: Eliminate the need for uudecode by incorporating uudecode into the main test driver and invoking it just-in-time within the various tests. Also, incorporate a number of improvements to the main test support code that have proven useful on other projects where I've used this framework. Revision Changes Path 1.15 +2 -18 src/lib/libarchive/test/Makefile 1.11 +210 -41 src/lib/libarchive/test/main.c 1.9 +10 -12 src/lib/libarchive/test/test.h 1.2 +2 -2 src/lib/libarchive/test/test_compat_gtar.c 1.2 +2 -2 src/lib/libarchive/test/test_compat_tar_hardlink.c 1.2 +2 -2 src/lib/libarchive/test/test_compat_zip.c 1.8 +3 -4 src/lib/libarchive/test/test_read_format_gtar_sparse.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 06:31:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 607A01065683; Wed, 12 Mar 2008 06:31:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43E748FC29; Wed, 12 Mar 2008 06:31:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C6V7kx009347; Wed, 12 Mar 2008 06:31:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C6V7LP009346; Wed, 12 Mar 2008 06:31:07 GMT (envelope-from jeff) Message-Id: <200803120631.m2C6V7LP009346@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 06:31:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_condvar.c kern_sx.c kern_synch.c kern_thread.c kern_timeout.c sched_4bsd.c sched_ule.c subr_sleepqueue.c src/sys/sys condvar.h proc.h sched.h sleepqueue.h src/sys/vm vm_glue.c vm_meter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 06:31:07 -0000 jeff 2008-03-12 06:31:07 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_sx.c kern_synch.c kern_thread.c kern_timeout.c sched_4bsd.c sched_ule.c subr_sleepqueue.c sys/sys condvar.h proc.h sched.h sleepqueue.h sys/vm vm_glue.c vm_meter.c Log: - Pass the priority argument from *sleep() into sleepq and down into sched_sleep(). This removes extra thread_lock() acquisition and allows the scheduler to decide what to do with the static boost. - Change the priority arguments to cv_* to match sleepq/msleep/etc. where 0 means no priority change. Catch -1 in cv_broadcastpri() and convert it to 0 for now. - Set a flag when sleeping in a way that is compatible with swapping since direct priority comparisons are meaningless now. - Add a sysctl to ule, kern.sched.static_boost, that defaults to on which controls the boost behavior. Turning it off gives better performance in some workloads but needs more investigation. - While we're modifying sleepq, change signal and broadcast to both return with the lock held as the lock was held on enter. Reviewed by: jhb, peter Revision Changes Path 1.63 +14 -9 src/sys/kern/kern_condvar.c 1.59 +10 -9 src/sys/kern/kern_sx.c 1.307 +10 -19 src/sys/kern/kern_synch.c 1.268 +2 -2 src/sys/kern/kern_thread.c 1.110 +1 -1 src/sys/kern/kern_timeout.c 1.116 +6 -1 src/sys/kern/sched_4bsd.c 1.231 +9 -1 src/sys/kern/sched_ule.c 1.46 +23 -27 src/sys/kern/subr_sleepqueue.c 1.15 +1 -1 src/sys/sys/condvar.h 1.505 +2 -2 src/sys/sys/proc.h 1.36 +1 -1 src/sys/sys/sched.h 1.13 +4 -4 src/sys/sys/sleepqueue.h 1.227 +1 -2 src/sys/vm/vm_glue.c 1.97 +6 -16 src/sys/vm/vm_meter.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 06:33:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A7AF106567A; Wed, 12 Mar 2008 06:33:37 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAD7E8FC16; Wed, 12 Mar 2008 06:33:36 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C6XaY6009504; Wed, 12 Mar 2008 06:33:36 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C6Xar4009503; Wed, 12 Mar 2008 06:33:36 GMT (envelope-from jeff) Message-Id: <200803120633.m2C6Xar4009503@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 06:33:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 06:33:37 -0000 jeff 2008-03-12 06:33:36 UTC FreeBSD src repository Modified files: sys/sys param.h Log: - Bump __FreeBSD_version for sleepq/cv_* api changes. Revision Changes Path 1.342 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 08:04:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D3F4106566B; Wed, 12 Mar 2008 08:04:41 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB2B08FC1F; Wed, 12 Mar 2008 08:04:40 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C84eLd014655; Wed, 12 Mar 2008 08:04:40 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C84e57014654; Wed, 12 Mar 2008 08:04:40 GMT (envelope-from stas) Message-Id: <200803120804.m2C84e57014654@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 08:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ecore-evas Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 08:04:41 -0000 stas 2008-03-12 08:04:40 UTC FreeBSD ports repository Modified files: graphics/ecore-evas Makefile Log: - Add missing dependency on ecore-sdl if sdl support is selected. Reported by: lippe Revision Changes Path 1.2 +1 -0 ports/graphics/ecore-evas/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 08:19:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2CB81065674; Wed, 12 Mar 2008 08:19:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC7D48FC35; Wed, 12 Mar 2008 08:19:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C8JGF0015095; Wed, 12 Mar 2008 08:19:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C8JGcQ015094; Wed, 12 Mar 2008 08:19:16 GMT (envelope-from miwi) Message-Id: <200803120819.m2C8JGcQ015094@repoman.freebsd.org> From: Martin Wilke Date: Wed, 12 Mar 2008 08:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-ExtUtils-MakeMaker Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 08:19:17 -0000 miwi 2008-03-12 08:19:16 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-MakeMaker Makefile distinfo pkg-plist Log: - Update to 6.44 Revision Changes Path 1.13 +3 -3 ports/devel/p5-ExtUtils-MakeMaker/Makefile 1.10 +3 -3 ports/devel/p5-ExtUtils-MakeMaker/distinfo 1.7 +1 -0 ports/devel/p5-ExtUtils-MakeMaker/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:11:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFDC7106566C; Wed, 12 Mar 2008 09:11:58 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E5C18FC32; Wed, 12 Mar 2008 09:11:58 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9BwCL029244; Wed, 12 Mar 2008 09:11:58 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9BwmF029243; Wed, 12 Mar 2008 09:11:58 GMT (envelope-from jadawin) Message-Id: <200803120911.m2C9BwmF029243@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 09:11:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/ziproxy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:11:58 -0000 jadawin 2008-03-12 09:11:58 UTC FreeBSD ports repository Modified files: www/ziproxy Makefile distinfo Log: - Update to 2.5.1 PR: ports/121594 Submitted by: Pankov Pavel (maintainer) Approved by: thierry@ (mentor) Revision Changes Path 1.11 +1 -1 ports/www/ziproxy/Makefile 1.9 +3 -3 ports/www/ziproxy/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:15:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232FB1065678; Wed, 12 Mar 2008 09:15:37 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9F28FC30; Wed, 12 Mar 2008 09:15:37 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9FaIk029404; Wed, 12 Mar 2008 09:15:36 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9Faa5029403; Wed, 12 Mar 2008 09:15:36 GMT (envelope-from jadawin) Message-Id: <200803120915.m2C9Faa5029403@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 09:15:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters Makefile ports/converters/pdf2djvu Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:15:37 -0000 jadawin 2008-03-12 09:15:36 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/pdf2djvu Makefile distinfo pkg-descr Log: pdf2djvu creates DjVu files from PDF files. It's able to extract: graphics, text layer, hyperlinks, document outline (bookmarks), and metadata. WWW: http://code.google.com/p/pdf2djvu/ PR: ports/121463 Submitted by: Denise H. G. Approved by: thierry@ (mentor) Revision Changes Path 1.144 +1 -0 ports/converters/Makefile 1.1 +40 -0 ports/converters/pdf2djvu/Makefile (new) 1.1 +3 -0 ports/converters/pdf2djvu/distinfo (new) 1.1 +5 -0 ports/converters/pdf2djvu/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:15:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2506D106566B; Wed, 12 Mar 2008 09:15:57 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8C9F8FC2E; Wed, 12 Mar 2008 09:15:56 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9FuOK029440; Wed, 12 Mar 2008 09:15:56 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9FuKJ029439; Wed, 12 Mar 2008 09:15:56 GMT (envelope-from jadawin) Message-Id: <200803120915.m2C9FuKJ029439@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 09:15:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:15:57 -0000 jadawin 2008-03-12 09:15:56 UTC FreeBSD ports repository Modified files: . modules Log: pdf2djvu --> ports/converters/pdf2djvu Revision Changes Path 1.19488 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:21:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06855106566C; Wed, 12 Mar 2008 09:21:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C209E8FC26; Wed, 12 Mar 2008 09:21:40 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9Le8N030016; Wed, 12 Mar 2008 09:21:40 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9LePK030015; Wed, 12 Mar 2008 09:21:40 GMT (envelope-from johans) Message-Id: <200803120921.m2C9LePK030015@repoman.freebsd.org> From: Johan van Selst Date: Wed, 12 Mar 2008 09:21:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xshttpd-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:21:41 -0000 johans 2008-03-12 09:21:40 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: - Update to 3.6 beta 8 Revision Changes Path 1.50 +2 -2 ports/www/xshttpd-devel/Makefile 1.45 +3 -3 ports/www/xshttpd-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:31:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B57D7106566B; Wed, 12 Mar 2008 09:31:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 865AC8FC2E; Wed, 12 Mar 2008 09:31:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9V9rr030280; Wed, 12 Mar 2008 09:31:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9V9eI030279; Wed, 12 Mar 2008 09:31:09 GMT (envelope-from pav) Message-Id: <200803120931.m2C9V9eI030279@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 12 Mar 2008 09:31:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:31:09 -0000 pav 2008-03-12 09:31:09 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.4.14 Revision Changes Path 1.119 +1 -2 ports/net/liferea/Makefile 1.92 +3 -3 ports/net/liferea/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:48:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 023A9106566C; Wed, 12 Mar 2008 09:48:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C852A8FC1D; Wed, 12 Mar 2008 09:48:42 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9mgri030958; Wed, 12 Mar 2008 09:48:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9mg0O030957; Wed, 12 Mar 2008 09:48:42 GMT (envelope-from jeff) Message-Id: <200803120948.m2C9mg0O030957@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 09:48:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:48:43 -0000 jeff 2008-03-12 09:48:42 UTC FreeBSD src repository Modified files: . UPDATING Log: - Add an UPDATING entry about the removal of KSE. Revision Changes Path 1.523 +10 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Mar 12 09:49:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E84841065673; Wed, 12 Mar 2008 09:49:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA3C38FC25; Wed, 12 Mar 2008 09:49:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2C9ndGU031023; Wed, 12 Mar 2008 09:49:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2C9ndTW031022; Wed, 12 Mar 2008 09:49:39 GMT (envelope-from jeff) Message-Id: <200803120949.m2C9ndTW031022@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 09:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:49:40 -0000 jeff 2008-03-12 09:49:39 UTC FreeBSD src repository Modified files: lib Makefile lib/libthread_db Makefile Log: - Remove libkse and related support code in libpthread from the build. Don't remove the files yet. Kernel support will be removed shortly. Revision Changes Path 1.229 +1 -5 src/lib/Makefile 1.11 +1 -1 src/lib/libthread_db/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:00:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03FE9106566B; Wed, 12 Mar 2008 10:00:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95ED78FC23; Wed, 12 Mar 2008 10:00:33 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CA0XUc031422; Wed, 12 Mar 2008 10:00:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CA0Xis031421; Wed, 12 Mar 2008 10:00:33 GMT (envelope-from jeff) Message-Id: <200803121000.m2CA0Xis031421@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 10:00:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libkvm kvm_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:00:34 -0000 jeff 2008-03-12 10:00:33 UTC FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: - Don't inspect the P_SA flag. It's being removed. Revision Changes Path 1.97 +2 -7 src/lib/libkvm/kvm_proc.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:01:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22D63106566C; Wed, 12 Mar 2008 10:01:35 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9D6F8FC2A; Wed, 12 Mar 2008 10:01:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CA1YRo031468; Wed, 12 Mar 2008 10:01:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CA1YgG031467; Wed, 12 Mar 2008 10:01:34 GMT (envelope-from jeff) Message-Id: <200803121001.m2CA1YgG031467@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 10:01:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:01:35 -0000 jeff 2008-03-12 10:01:34 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: - P_SA has been removed. Revision Changes Path 1.90 +0 -1 src/bin/ps/ps.1 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:06:33 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C95E106566B; Wed, 12 Mar 2008 10:06:33 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 220F88FC21; Wed, 12 Mar 2008 10:06:33 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5695A.dip.t-dialin.net [84.165.105.90]) by redbull.bpaserver.net (Postfix) with ESMTP id CEF102E06F; Wed, 12 Mar 2008 11:06:25 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 640C877C55; Wed, 12 Mar 2008 11:04:17 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2CA4GUn032338; Wed, 12 Mar 2008 11:04:16 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 12 Mar 2008 11:04:16 +0100 Message-ID: <20080312110416.rvewfpfrqcgswo0c@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 12 Mar 2008 11:04:16 +0100 From: Alexander Leidinger To: Pav Lucistnik , emulation@FreeBSD.org References: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> In-Reply-To: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-13.504, required 6, BAYES_00 -15.00, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:06:33 -0000 Quoting Pav Lucistnik (from Tue, 11 Mar 2008 =20 23:45:04 +0000 (UTC)): > - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREF= IX > > PR: ports/118212 =20 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D118212 > Original patch: vd > Patch by: pav I would like to know why emulation@ was not in the loop for this. At http://www.leidinger.net/FreeBSD/port-patches/Mk:bsd.port.mk.diff I have a patch for this too (there's more than just the LDCONFIG =20 part), and it handles this a little bit differently. I hadn't time to =20 analyze the committed patch if it is functionally equivalent, but at =20 least in my patch the mtree stuff for ldconfig is disabled in the =20 linux case. I have to say that I hadn't the time to completely test my =20 patch. Until the behavior of USE_LDCONFIG is not evaluated for linux ports =20 regarding the mtree stuff, I suggest to not convert any linux port to =20 use USE_LDCONFIG. Can anyone of the involved people (pav, vd, maybe =20 bsam?) lend a helping hand with the evaluation of differences between =20 the patches? Bye, Alexander. --=20 If you `set watch =3D (0 any any)' in tcsh, you will be notified when someone logs in or out of your system. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:09:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82ADD1065681; Wed, 12 Mar 2008 10:09:54 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5001F8FC22; Wed, 12 Mar 2008 10:09:54 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CA9sVR032882; Wed, 12 Mar 2008 10:09:54 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CA9snf032881; Wed, 12 Mar 2008 10:09:54 GMT (envelope-from remko) Message-Id: <200803121009.m2CA9snf032881@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 10:09:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml usergroups.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:09:54 -0000 remko 2008-03-12 10:09:54 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Cleanup usergroups that no longer exist and update an URL. PR: www/121577 Submitted by: gavin Revision Changes Path 1.63 +2 -84 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:12:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6281F106566C; Wed, 12 Mar 2008 10:12:02 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC3F8FC1A; Wed, 12 Mar 2008 10:12:02 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAC2Ap033662; Wed, 12 Mar 2008 10:12:02 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAC24p033661; Wed, 12 Mar 2008 10:12:02 GMT (envelope-from jeff) Message-Id: <200803121012.m2CAC24p033661@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 10:12:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:12:02 -0000 jeff 2008-03-12 10:12:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c trap.c vm_machdep.c sys/amd64/conf DEFAULTS sys/amd64/linux32 linux32_sysvec.c sys/arm/arm trap.c sys/arm/conf AVILA sys/arm/xscale/i8134x crb_machdep.c sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c syscalls.master sys/conf files options sys/fs/fifofs fifo_vnops.c sys/fs/procfs procfs_ctl.c procfs_dbregs.c procfs_status.c sys/i386/conf DEFAULTS sys/i386/i386 sys_machdep.c trap.c vm_machdep.c sys/i386/ibcs2 imgact_coff.c sys/i386/linux linux_sysvec.c sys/ia64/conf DEFAULTS sys/ia64/ia64 machdep.c trap.c sys/ia64/include ucontext.h sys/kern imgact_elf.c init_sysent.c kern_clock.c kern_exec.c kern_fork.c kern_intr.c kern_proc.c kern_resource.c kern_sig.c kern_switch.c kern_synch.c kern_thread.c p1003_1b.c sched_4bsd.c sched_ule.c subr_sleepqueue.c subr_trap.c subr_witness.c sys_process.c syscalls.c syscalls.master systrace_args.c sys/pc98/conf DEFAULTS sys/pc98/pc98 machdep.c sys/powerpc/aim trap.c vm_machdep.c sys/powerpc/booke trap.c vm_machdep.c sys/powerpc/conf DEFAULTS sys/sparc64/conf DEFAULTS sys/sparc64/sparc64 trap.c sys/sys proc.h sched.h syscall.h syscall.mk sysproto.h systm.h sys/vm vm_glue.c vm_map.c Removed files: sys/kern kern_kse.c sys/sys kse.h Log: Remove kernel support for M:N threading. While the KSE project was quite successful in bringing threading to FreeBSD, the M:N approach taken by the kse library was never developed to its full potential. Backwards compatibility will be provided via libmap.conf for dynamically linked binaries and static binaries will be broken. Revision Changes Path 1.681 +1 -1 src/sys/amd64/amd64/machdep.c 1.325 +0 -8 src/sys/amd64/amd64/trap.c 1.257 +0 -11 src/sys/amd64/amd64/vm_machdep.c 1.13 +0 -3 src/sys/amd64/conf/DEFAULTS 1.32 +1 -2 src/sys/amd64/linux32/linux32_sysvec.c 1.37 +0 -12 src/sys/arm/arm/trap.c 1.9 +0 -1 src/sys/arm/conf/AVILA 1.4 +0 -4 src/sys/arm/xscale/i8134x/crb_machdep.c 1.83 +0 -0 src/sys/compat/freebsd32/freebsd32_proto.h 1.81 +0 -5 src/sys/compat/freebsd32/freebsd32_syscall.h 1.72 +5 -5 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.82 +5 -5 src/sys/compat/freebsd32/freebsd32_sysent.c 1.97 +5 -7 src/sys/compat/freebsd32/syscalls.master 1.1280 +0 -1 src/sys/conf/files 1.620 +0 -1 src/sys/conf/options 1.144 +1 -1 src/sys/fs/fifofs/fifo_vnops.c 1.57 +2 -5 src/sys/fs/procfs/procfs_ctl.c 1.28 +0 -1 src/sys/fs/procfs/procfs_dbregs.c 1.63 +7 -14 src/sys/fs/procfs/procfs_status.c 1.13 +0 -3 src/sys/i386/conf/DEFAULTS 1.113 +0 -3 src/sys/i386/i386/sys_machdep.c 1.312 +0 -8 src/sys/i386/i386/trap.c 1.285 +1 -14 src/sys/i386/i386/vm_machdep.c 1.71 +1 -1 src/sys/i386/ibcs2/imgact_coff.c 1.151 +1 -2 src/sys/i386/linux/linux_sysvec.c 1.13 +0 -3 src/sys/ia64/conf/DEFAULTS 1.231 +0 -3 src/sys/ia64/ia64/machdep.c 1.130 +0 -4 src/sys/ia64/ia64/trap.c 1.8 +0 -1 src/sys/ia64/include/ucontext.h 1.186 +2 -6 src/sys/kern/imgact_elf.c 1.235 +6 -6 src/sys/kern/init_sysent.c 1.207 +0 -8 src/sys/kern/kern_clock.c 1.316 +1 -1 src/sys/kern/kern_exec.c 1.290 +1 -1 src/sys/kern/kern_fork.c 1.154 +0 -1 src/sys/kern/kern_intr.c 1.240 +0 -1445 src/sys/kern/kern_kse.c (dead) 1.262 +2 -2 src/sys/kern/kern_proc.c 1.183 +0 -2 src/sys/kern/kern_resource.c 1.358 +0 -157 src/sys/kern/kern_sig.c 1.139 +1 -1 src/sys/kern/kern_switch.c 1.308 +2 -12 src/sys/kern/kern_synch.c 1.269 +2 -127 src/sys/kern/kern_thread.c 1.38 +2 -2 src/sys/kern/p1003_1b.c 1.117 +0 -2 src/sys/kern/sched_4bsd.c 1.232 +0 -9 src/sys/kern/sched_ule.c 1.47 +2 -10 src/sys/kern/subr_sleepqueue.c 1.302 +1 -23 src/sys/kern/subr_trap.c 1.241 +0 -1 src/sys/kern/subr_witness.c 1.147 +0 -15 src/sys/kern/sys_process.c 1.219 +6 -6 src/sys/kern/syscalls.c 1.239 +6 -11 src/sys/kern/syscalls.master 1.19 +0 -44 src/sys/kern/systrace_args.c 1.11 +0 -3 src/sys/pc98/conf/DEFAULTS 1.401 +1 -1 src/sys/pc98/pc98/machdep.c 1.72 +0 -5 src/sys/powerpc/aim/trap.c 1.120 +1 -1 src/sys/powerpc/aim/vm_machdep.c 1.2 +0 -5 src/sys/powerpc/booke/trap.c 1.2 +1 -1 src/sys/powerpc/booke/vm_machdep.c 1.10 +0 -3 src/sys/powerpc/conf/DEFAULTS 1.12 +0 -3 src/sys/sparc64/conf/DEFAULTS 1.90 +0 -4 src/sys/sparc64/sparc64/trap.c 1.29 +0 -135 src/sys/sys/kse.h (dead) 1.506 +10 -105 src/sys/sys/proc.h 1.37 +0 -5 src/sys/sys/sched.h 1.216 +0 -6 src/sys/sys/syscall.h 1.171 +0 -6 src/sys/sys/syscall.mk 1.220 +0 -34 src/sys/sys/sysproto.h 1.264 +0 -1 src/sys/sys/systm.h 1.228 +0 -2 src/sys/vm/vm_glue.c 1.393 +2 -2 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:12:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 025DD1065674; Wed, 12 Mar 2008 10:12:23 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA09C8FC29; Wed, 12 Mar 2008 10:12:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CACMp2033739; Wed, 12 Mar 2008 10:12:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CACMcv033738; Wed, 12 Mar 2008 10:12:22 GMT (envelope-from jeff) Message-Id: <200803121012.m2CACMcv033738@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 10:12:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc Symbol.map X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:12:23 -0000 jeff 2008-03-12 10:12:22 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Symbol.map Log: - Remove kse syscall symbols and man pages. Revision Changes Path 1.130 +1 -3 src/lib/libc/sys/Makefile.inc 1.11 +0 -18 src/lib/libc/sys/Symbol.map From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:14:19 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 271821065673; Wed, 12 Mar 2008 10:14:18 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id C531A8FC20; Wed, 12 Mar 2008 10:14:17 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5695A.dip.t-dialin.net [84.165.105.90]) by redbull.bpaserver.net (Postfix) with ESMTP id 7B9B52E068; Wed, 12 Mar 2008 11:14:11 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id BACEB77D37; Wed, 12 Mar 2008 11:12:02 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2CABv9G033637; Wed, 12 Mar 2008 11:11:57 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 12 Mar 2008 11:11:57 +0100 Message-ID: <20080312111157.m261x9834owk80ow@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 12 Mar 2008 11:11:57 +0100 From: Alexander Leidinger To: Pav Lucistnik References: <200803112351.m2BNpONE051436@repoman.freebsd.org> In-Reply-To: <200803112351.m2BNpONE051436@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:14:19 -0000 Quoting Pav Lucistnik (from Tue, 11 Mar 2008 23:51:24 +0000 (UTC)): > pav 2008-03-11 23:51:24 UTC > > FreeBSD ports repository > > Modified files: > . CHANGES > Log: > - Document changes that have an impact on port writers Can we remove the USE_LDCONFIG part until the impact is analyzed (see my other mail, the reply to the bsd.port.mk commit)? Bye, Alexander. -- The so-called lessons of history are for the most part the rationalizations of the victors. History is written by the survivors. -- Max Lerner http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:15:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3240106566C; Wed, 12 Mar 2008 10:15:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 575B78FC17; Wed, 12 Mar 2008 10:15:54 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m2CAFrQZ052693; Wed, 12 Mar 2008 11:15:53 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m2CAFrv5052692; Wed, 12 Mar 2008 11:15:53 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Alexander Leidinger In-Reply-To: <20080312110416.rvewfpfrqcgswo0c@webmail.leidinger.net> References: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> <20080312110416.rvewfpfrqcgswo0c@webmail.leidinger.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YsQhm8BLnJ5c8LCPO/xh" Date: Wed, 12 Mar 2008 11:15:53 +0100 Message-Id: <1205316953.51779.13.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Cc: emulation@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:15:56 -0000 --=-YsQhm8BLnJ5c8LCPO/xh Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Alexander Leidinger p=ED=B9e v st 12. 03. 2008 v 11:04 +0100: > Quoting Pav Lucistnik (from Tue, 11 Mar 2008 =20 > 23:45:04 +0000 (UTC)): >=20 > > - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_P= REFIX > > > > PR: ports/118212 =20 > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D118212 > > Original patch: vd > > Patch by: pav >=20 > I would like to know why emulation@ was not in the loop for this. >=20 > At > http://www.leidinger.net/FreeBSD/port-patches/Mk:bsd.port.mk.diff I wasn't aware of this patch. Is it mentioned in a PR assigned to portmgr anywhere? If I ignore not-ldconfig related changes in your patch, the functionality should be equivalent. I do not need to set NO_LDCONFIG_MTREE, because that code branch is never reached. My code goes like if (linux) { do linux stuff } else { do native stuff } Your code went like if (linux) { setup some variables } else { setup some variables} endif; do { common stuff }. Only difference I see is that you condition the use of linux mdconfig by presence of USE_LINUX, I need USE_LINUX_PREFIX, which is more strict, I think. --=20 Pav Lucistnik Just because you're an angel doesn't mean you have to be a fool. --=-YsQhm8BLnJ5c8LCPO/xh Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkfXrVkACgkQntdYP8FOsoKsAACgs0csguqH0LVglhAIfYjQF2+E dtgAnjZZs9A1GN+wW6zQN0fam8wp7znp =ezMQ -----END PGP SIGNATURE----- --=-YsQhm8BLnJ5c8LCPO/xh-- From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:16:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F9B106566B; Wed, 12 Mar 2008 10:16:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 85E6A8FC21; Wed, 12 Mar 2008 10:16:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m2CAGQax052710; Wed, 12 Mar 2008 11:16:26 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m2CAGQJ0052709; Wed, 12 Mar 2008 11:16:26 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Alexander Leidinger In-Reply-To: <20080312111157.m261x9834owk80ow@webmail.leidinger.net> References: <200803112351.m2BNpONE051436@repoman.freebsd.org> <20080312111157.m261x9834owk80ow@webmail.leidinger.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eoNFZaO2o2FXnwDUjA1n" Date: Wed, 12 Mar 2008 11:16:26 +0100 Message-Id: <1205316986.51779.15.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:16:28 -0000 --=-eoNFZaO2o2FXnwDUjA1n Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Alexander Leidinger p=ED=B9e v st 12. 03. 2008 v 11:11 +0100: > Quoting Pav Lucistnik (from Tue, 11 Mar 2008 =20 > 23:51:24 +0000 (UTC)): >=20 > > pav 2008-03-11 23:51:24 UTC > > > > FreeBSD ports repository > > > > Modified files: > > . CHANGES > > Log: > > - Document changes that have an impact on port writers >=20 > Can we remove the USE_LDCONFIG part until the impact is analyzed (see =20 > my other mail, the reply to the bsd.port.mk commit)? I think the impact is analyzed by now (see my other mail). --=20 Pav Lucistnik Some programmers are able to write FORTRAN in any language. --=-eoNFZaO2o2FXnwDUjA1n Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkfXrXoACgkQntdYP8FOsoIgvACeJQqH49rHGSi90hN0po1J04pk QtYAn2lVVFZEPHlmbnJUDv2/kaQB3du+ =0jlV -----END PGP SIGNATURE----- --=-eoNFZaO2o2FXnwDUjA1n-- From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:20:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEF221065673; Wed, 12 Mar 2008 10:20:24 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B20538FC19; Wed, 12 Mar 2008 10:20:24 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAKO00034067; Wed, 12 Mar 2008 10:20:24 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAKObI034066; Wed, 12 Mar 2008 10:20:24 GMT (envelope-from arved) Message-Id: <200803121020.m2CAKObI034066@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 12 Mar 2008 10:20:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/newsbeuter Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:20:25 -0000 arved 2008-03-12 10:20:24 UTC FreeBSD ports repository Modified files: www/newsbeuter Makefile distinfo pkg-plist Log: Update to 0.8 Revision Changes Path 1.15 +6 -5 ports/www/newsbeuter/Makefile 1.6 +3 -3 ports/www/newsbeuter/distinfo 1.5 +4 -0 ports/www/newsbeuter/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:23:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 297651065670; Wed, 12 Mar 2008 10:23:47 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F055B8FC1A; Wed, 12 Mar 2008 10:23:46 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CANkU7034259; Wed, 12 Mar 2008 10:23:46 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CANkul034258; Wed, 12 Mar 2008 10:23:46 GMT (envelope-from arved) Message-Id: <200803121023.m2CANkul034258@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 12 Mar 2008 10:23:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-chardet Makefile distinfo ports/textproc/py-chardet/files patch-escsm.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:23:47 -0000 arved 2008-03-12 10:23:46 UTC FreeBSD ports repository Modified files: textproc/py-chardet Makefile distinfo Removed files: textproc/py-chardet/files patch-escsm.py Log: Update to 1.0.1 Drop maintainership Revision Changes Path 1.5 +2 -3 ports/textproc/py-chardet/Makefile 1.2 +3 -3 ports/textproc/py-chardet/distinfo 1.2 +0 -11 ports/textproc/py-chardet/files/patch-escsm.py (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:24:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA3E106567C; Wed, 12 Mar 2008 10:24:34 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1FDFC8FC2D; Wed, 12 Mar 2008 10:24:34 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAOXJO034300; Wed, 12 Mar 2008 10:24:33 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAOXLm034299; Wed, 12 Mar 2008 10:24:33 GMT (envelope-from stas) Message-Id: <200803121024.m2CAOXLm034299@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 10:24:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ecore-job Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:24:34 -0000 stas 2008-03-12 10:24:33 UTC FreeBSD ports repository Modified files: devel/ecore-job Makefile Log: - Fix category. Reported by: erwin Revision Changes Path 1.2 +1 -1 ports/devel/ecore-job/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:26:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8D8C106566C; Wed, 12 Mar 2008 10:26:37 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACD968FC20; Wed, 12 Mar 2008 10:26:37 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAQbkF034416; Wed, 12 Mar 2008 10:26:37 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAQbYE034415; Wed, 12 Mar 2008 10:26:37 GMT (envelope-from stas) Message-Id: <200803121026.m2CAQbYE034415@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 10:26:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ecore-evas Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:26:38 -0000 stas 2008-03-12 10:26:37 UTC FreeBSD ports repository Modified files: graphics/ecore-evas Makefile Log: - Fix category. Reported by: erwin Revision Changes Path 1.3 +1 -1 ports/graphics/ecore-evas/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:26:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D95D1065672; Wed, 12 Mar 2008 10:26:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id E22B38FC28; Wed, 12 Mar 2008 10:26:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 8C37346B61; Wed, 12 Mar 2008 06:26:42 -0400 (EDT) Date: Wed, 12 Mar 2008 10:26:42 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jeff Roberson In-Reply-To: <200803121012.m2CAC24p033661@repoman.freebsd.org> Message-ID: <20080312102345.L29518@fledge.watson.org> References: <200803121012.m2CAC24p033661@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:26:43 -0000 On Wed, 12 Mar 2008, Jeff Roberson wrote: > Remove kernel support for M:N threading. > > While the KSE project was quite successful in bringing threading to > FreeBSD, the M:N approach taken by the kse library was never developed > to its full potential. Backwards compatibility will be provided via > libmap.conf for dynamically linked binaries and static binaries will > be broken. This will likely require us to grow a significantly more mature approach to compat libraries, especially for 5.x where I seem to recall libthr was of mixed productionness. Once these changes have settled, the right approach is probably to bring up a 5.x chroot on an 8.x kernel and fault in problems. While 5.x isn't widely hacked on currently, it is used pretty extensively in our user base (a sample of Java binary downloads a few months ago, for example, showed 5.x/i386 to be the most widely used platform for Java), and I know I've had a lot of ... feedback ... about the fact that our upgrade path from 5.x to 6.x has gotten less functional over time. Anyhow, once things settle a bit, let's see where we are. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:47:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FD4C1065672; Wed, 12 Mar 2008 10:47:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44F088FC1B; Wed, 12 Mar 2008 10:47:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAlrKG035154; Wed, 12 Mar 2008 10:47:53 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAlrJh035153; Wed, 12 Mar 2008 10:47:53 GMT (envelope-from gahr) Message-Id: <200803121047.m2CAlrJh035153@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 10:47:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xcolors Makefile ports/x11/xcolors/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:47:53 -0000 gahr 2008-03-12 10:47:53 UTC FreeBSD ports repository Modified files: x11/xcolors Makefile x11/xcolors/files patch-aa Log: - Make port find rgb.txt PR: 121247 Submitted by: Malcolm Kay Approved by: miwi (mentor) Revision Changes Path 1.28 +2 -1 ports/x11/xcolors/Makefile 1.2 +10 -2 ports/x11/xcolors/files/patch-aa From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:48:59 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03DA21065672; Wed, 12 Mar 2008 10:48:59 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 840948FC1F; Wed, 12 Mar 2008 10:48:58 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5695A.dip.t-dialin.net [84.165.105.90]) by redbull.bpaserver.net (Postfix) with ESMTP id 8C90E2E0EF; Wed, 12 Mar 2008 11:48:25 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 4DE847883B; Wed, 12 Mar 2008 11:46:16 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2CAkFYf039347; Wed, 12 Mar 2008 11:46:15 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 12 Mar 2008 11:46:15 +0100 Message-ID: <20080312114615.tcssgxahkck04c8s@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 12 Mar 2008 11:46:15 +0100 From: Alexander Leidinger To: pav@FreeBSD.org References: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> <20080312110416.rvewfpfrqcgswo0c@webmail.leidinger.net> <1205316953.51779.13.camel@pav.hide.vol.cz> In-Reply-To: <1205316953.51779.13.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: emulation@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:48:59 -0000 Quoting Pav Lucistnik (from Wed, 12 Mar 2008 =20 11:15:53 +0100): > Alexander Leidinger p=C3=AD=C5=A1e v st 12. 03. 2008 v 11:04 +0100: >> Quoting Pav Lucistnik (from Tue, 11 Mar 2008 >> 23:45:04 +0000 (UTC)): >> >> > - Teach USE_LDCONFIG to do the right thing when used with =20 >> USE_LINUX_PREFIX >> > >> > PR: ports/118212 >> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D118212 >> > Original patch: vd >> > Patch by: pav >> >> I would like to know why emulation@ was not in the loop for this. >> >> At >> http://www.leidinger.net/FreeBSD/port-patches/Mk:bsd.port.mk.diff > > I wasn't aware of this patch. Is it mentioned in a PR assigned to > portmgr anywhere? No PR. I mentioned it once on emulation@ I think. But it's been a =20 while. I would have expected that a linux related patch would be =20 presented for review on emulation@. > If I ignore not-ldconfig related changes in your patch, the > functionality should be equivalent. I do not need to set > NO_LDCONFIG_MTREE, because that code branch is never reached. Good. > My code goes like if (linux) { do linux stuff } else { do native stuff } > Your code went like if (linux) { setup some variables } else { setup > some variables} endif; do { common stuff }. Yes (regarding the behavior of my patch). > Only difference I see is that you condition the use of linux mdconfig by > presence of USE_LINUX, I need USE_LINUX_PREFIX, which is more strict, I > think. It depends upon your point of view: - we have ports which use USE_LINUX but not USE_LINUX_PREFIX - every port (except the base ports) needs to use USE_LINUX (the base ports are very special, we use ldconfig by hand there anyway) - Ports which don't install into LINUXBASE have no business using USE_LDCONFIG (libs which need to be cached for the run-time linker need to go into LINUXBASE) So it would be stricter in my point of view to use USE_LINUX. I can =20 understand when you say, that it is stricter by using USE_LINUX_PREFIX =20 (a different point of view). The question is now, if USE_LINUX_PREFIX is sufficient. Do we have =20 ports which install into LOCALBASE and LINUXBASE, and if yes, do they =20 install libs into LINUXBASE? emulation@ does not own a port which =20 installs into both, but emulation@ does not own all linux ports. The =20 nvidia driver installs into both, but does it _need_ (which is !=3D =20 "use") USE_LDCONFIG (I haven't checked)? Every port which installs into both locations, needs to use USE_LINUX, =20 but may not use USE_LINUX_PREFIX. So I would say it is at least =20 failsave to make this dependent upon USE_LINUX. It may be beneficial =20 to also check the argument for USE_LDCONFIG in the linux case. Only =20 "yes" (or similar) makes sense here. BTW: Thanks for working on this, it's on my TODO list for too long. Bye, Alexander. --=20 Some people cause happiness wherever they go; others, whenever they go. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:52:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD0A106567B; Wed, 12 Mar 2008 10:52:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBD48FC26; Wed, 12 Mar 2008 10:52:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAq5Sw035344; Wed, 12 Mar 2008 10:52:05 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAq57l035343; Wed, 12 Mar 2008 10:52:05 GMT (envelope-from gahr) Message-Id: <200803121052.m2CAq57l035343@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 10:52:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jarl Makefile ports/net-im/jarl/files patch-lib_login_tk.pl patch-lib_main_tk.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:52:05 -0000 gahr 2008-03-12 10:52:05 UTC FreeBSD ports repository Modified files: net-im/jarl Makefile Added files: net-im/jarl/files patch-lib_login_tk.pl patch-lib_main_tk.pl Log: - Fix runtime error: unknown (tk) option "state" - Beautify and fix style in Makefile - Adopt maintainship PR: 118074 Submitted by: Henk van Oers Approved by: miwi (mentor) Revision Changes Path 1.9 +9 -12 ports/net-im/jarl/Makefile 1.1 +11 -0 ports/net-im/jarl/files/patch-lib_login_tk.pl (new) 1.1 +11 -0 ports/net-im/jarl/files/patch-lib_main_tk.pl (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:52:57 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99FFD106566B; Wed, 12 Mar 2008 10:52:57 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 4C45B8FC1D; Wed, 12 Mar 2008 10:52:57 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5695A.dip.t-dialin.net [84.165.105.90]) by redbull.bpaserver.net (Postfix) with ESMTP id 40DEF2E0EF; Wed, 12 Mar 2008 11:52:52 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 18592788EA; Wed, 12 Mar 2008 11:50:43 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2CAogj1040082; Wed, 12 Mar 2008 11:50:42 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 12 Mar 2008 11:50:42 +0100 Message-ID: <20080312115042.qfuewj58g4w0ks0o@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 12 Mar 2008 11:50:42 +0100 From: Alexander Leidinger To: pav@FreeBSD.org References: <200803112351.m2BNpONE051436@repoman.freebsd.org> <20080312111157.m261x9834owk80ow@webmail.leidinger.net> <1205316986.51779.15.camel@pav.hide.vol.cz> In-Reply-To: <1205316986.51779.15.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:52:57 -0000 Quoting Pav Lucistnik (from Wed, 12 Mar 2008 =20 11:16:26 +0100): > Alexander Leidinger p=C3=AD=C5=A1e v st 12. 03. 2008 v 11:11 +0100: >> Quoting Pav Lucistnik (from Tue, 11 Mar 2008 >> 23:51:24 +0000 (UTC)): >> >> > pav 2008-03-11 23:51:24 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > . CHANGES >> > Log: >> > - Document changes that have an impact on port writers >> >> Can we remove the USE_LDCONFIG part until the impact is analyzed (see >> my other mail, the reply to the bsd.port.mk commit)? > > I think the impact is analyzed by now (see my other mail). Let's say: It looks like it isn't harmful to use in easy situations =20 (port installs into LINUXBASE). I don't think we need to remove it after the first analysis, but we =20 may want to improve the implementation a little bit. Bye, Alexander. --=20 Is sex dirty? Only if it's done right. =09=09-- Woody Allen, "All You Ever Wanted To Know About Sex" http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:55:44 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E3F11065672 for ; Wed, 12 Mar 2008 10:55:44 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id F2B818FC21 for ; Wed, 12 Mar 2008 10:55:43 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id c14so870084anc.13 for ; Wed, 12 Mar 2008 03:55:43 -0700 (PDT) Received: by 10.100.8.10 with SMTP id 10mr1455214anh.14.1205319343230; Wed, 12 Mar 2008 03:55:43 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Wed, 12 Mar 2008 03:55:43 -0700 (PDT) Message-ID: Date: Wed, 12 Mar 2008 03:55:43 -0700 From: "Peter Wemm" To: "Robert Watson" In-Reply-To: <20080312102345.L29518@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803121012.m2CAC24p033661@repoman.freebsd.org> <20080312102345.L29518@fledge.watson.org> Cc: cvs-src@freebsd.org, Jeff Roberson , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:55:44 -0000 On Wed, Mar 12, 2008 at 3:26 AM, Robert Watson wrote: > > On Wed, 12 Mar 2008, Jeff Roberson wrote: > > > Remove kernel support for M:N threading. > > > > While the KSE project was quite successful in bringing threading to > > FreeBSD, the M:N approach taken by the kse library was never developed > > to its full potential. Backwards compatibility will be provided via > > libmap.conf for dynamically linked binaries and static binaries will > > be broken. > > This will likely require us to grow a significantly more mature approach to > compat libraries, especially for 5.x where I seem to recall libthr was of > mixed productionness. Once these changes have settled, the right approach is > probably to bring up a 5.x chroot on an 8.x kernel and fault in problems. Neither libkse nor libthr were fully functional for the most part of 5.x's lifetime. The canonical bugfix (for amd64 and to a lesser extent, i386) was to use libmap to redirect everything to libc_r. It was required if you wanted to use things like mozilla / firefox / etc without losing your sanity. Maybe that changed in later 5.x, but IMHO the functionality / reliability bar wasn't that high. > While 5.x isn't widely hacked on currently, it is used pretty extensively in > our user base (a sample of Java binary downloads a few months ago, for > example, showed 5.x/i386 to be the most widely used platform for Java), and I > know I've had a lot of ... feedback ... about the fact that our upgrade path > from 5.x to 6.x has gotten less functional over time. Java is the one big exception. We have to care about that one. > Anyhow, once things settle a bit, let's see where we are. Yes, there are lots of options. We've needed to have a better plan for older library interfaces for a while. I recall a few instances where we had security issues that were preserved via the compat packages for too long, etc. Anyway.. Lets find and fix the problems as they turn up. -- 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 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-cvs-all@FreeBSD.ORG Wed Mar 12 10:56:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96C02106566C; Wed, 12 Mar 2008 10:56:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEBFB8FC1F; Wed, 12 Mar 2008 10:56:27 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CAuRUV035512; Wed, 12 Mar 2008 10:56:27 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CAuRmf035511; Wed, 12 Mar 2008 10:56:27 GMT (envelope-from stas) Message-Id: <200803121056.m2CAuRmf035511@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 10:56:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 10:56:29 -0000 stas 2008-03-12 10:56:27 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Document enlightenment-devel upgrade path. Revision Changes Path 1.594 +12 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:00:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D2C106566C; Wed, 12 Mar 2008 11:00:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4090E8FC2E; Wed, 12 Mar 2008 11:00:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CB04qR035726; Wed, 12 Mar 2008 11:00:04 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CB03l5035721; Wed, 12 Mar 2008 11:00:03 GMT (envelope-from gahr) Message-Id: <200803121100.m2CB03l5035721@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 11:00:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/luajava Makefile distinfo pkg-descr pkg-plist ports/devel/luajava/files patch-config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:00:04 -0000 gahr 2008-03-12 11:00:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/luajava Makefile distinfo pkg-descr pkg-plist devel/luajava/files patch-config Log: LuaJava allows Java components to be accessed from Lua using the same syntax that is used for accessing Lua`s native objects, without any need for declarations or any kind of preprocessing, and also allows Java to implement an interface using Lua. WWW: http://www.keplerproject.org/luajava/ PR: 118529 Submitted by: Sunghyuk Do Approved by: miwi (mentor) Revision Changes Path 1.3018 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/luajava/Makefile (new) 1.1 +3 -0 ports/devel/luajava/distinfo (new) 1.1 +25 -0 ports/devel/luajava/files/patch-config (new) 1.1 +6 -0 ports/devel/luajava/pkg-descr (new) 1.1 +44 -0 ports/devel/luajava/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:00:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9863F1065677; Wed, 12 Mar 2008 11:00:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E91B8FC3C; Wed, 12 Mar 2008 11:00:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CB0YAD035791; Wed, 12 Mar 2008 11:00:34 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CB0YiP035790; Wed, 12 Mar 2008 11:00:34 GMT (envelope-from gahr) Message-Id: <200803121100.m2CB0YiP035790@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 11:00:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:00:34 -0000 gahr 2008-03-12 11:00:34 UTC FreeBSD ports repository Modified files: . modules Log: luajava --> ports/devel/luajava Revision Changes Path 1.19489 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:03:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7908F1065674; Wed, 12 Mar 2008 11:03:41 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9EC8FC16; Wed, 12 Mar 2008 11:03:41 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CB3fgq037079; Wed, 12 Mar 2008 11:03:41 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CB3f9K037078; Wed, 12 Mar 2008 11:03:41 GMT (envelope-from stas) Message-Id: <200803121103.m2CB3f9K037078@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 11:03:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/ecore-imf_evas Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:03:41 -0000 stas 2008-03-12 11:03:41 UTC FreeBSD ports repository Modified files: x11/ecore-imf_evas Makefile Log: - Fix pkg comment. Revision Changes Path 1.2 +1 -1 ports/x11/ecore-imf_evas/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:08:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62E9A106566C; Wed, 12 Mar 2008 11:08:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39C908FC2F; Wed, 12 Mar 2008 11:08:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CB8Xrc037312; Wed, 12 Mar 2008 11:08:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CB8XrO037311; Wed, 12 Mar 2008 11:08:33 GMT (envelope-from rwatson) Message-Id: <200803121108.m2CB8XrO037311@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Mar 2008 11:08:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:08:33 -0000 rwatson 2008-03-12 11:08:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_vnops.c Log: Merge coda_vnops.c:1.93 from HEAD to RELENG_7: Clean up coda_pathconf() slightly while debugging a problem there. Revision Changes Path 1.76.2.9 +7 -11 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:09:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D72B1065671; Wed, 12 Mar 2008 11:09:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2438D8FC2E; Wed, 12 Mar 2008 11:09:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CB9GT9037352; Wed, 12 Mar 2008 11:09:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CB9GLY037351; Wed, 12 Mar 2008 11:09:16 GMT (envelope-from rwatson) Message-Id: <200803121109.m2CB9GLY037351@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Mar 2008 11:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:09:17 -0000 rwatson 2008-03-12 11:09:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf NOTES Log: Merge NOTES:1.1475 from HEAD to RELENG_7: HZ now defaults to 1000 on many architectures, so update NOTES to reflect that. PR: 113670 Submitted by: Ighighi Revision Changes Path 1.1454.2.1 +9 -9 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:14:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18A5C106566C; Wed, 12 Mar 2008 11:14:51 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E37518FC18; Wed, 12 Mar 2008 11:14:50 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBEoLC037533; Wed, 12 Mar 2008 11:14:50 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBEo5M037532; Wed, 12 Mar 2008 11:14:50 GMT (envelope-from remko) Message-Id: <200803121114.m2CBEo5M037532@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 11:14:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/search web.atoz X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:14:51 -0000 remko 2008-03-12 11:14:50 UTC FreeBSD doc repository Modified files: en/search web.atoz Log: Add a few useful links for web.atoz PR: www/121576 Submitted by: gavin Revision Changes Path 1.90 +18 -13 www/en/search/web.atoz From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:29:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937301065677; Wed, 12 Mar 2008 11:29:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3658FC15; Wed, 12 Mar 2008 11:29:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBTlN2045204; Wed, 12 Mar 2008 11:29:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBTlJF045203; Wed, 12 Mar 2008 11:29:47 GMT (envelope-from rwatson) Message-Id: <200803121129.m2CBTlJF045203@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Mar 2008 11:29:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:29:47 -0000 rwatson 2008-03-12 11:29:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/gzip gzip.c Log: Merge gzip.c:1.6 from HEAD to RELENG_7: Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to its existing understanding that .tgz uncompresses to .tar. PR: 121519 Submitted by: Ighighi Revision Changes Path 1.4.2.1 +2 -0 src/usr.bin/gzip/gzip.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:33:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2E01065673; Wed, 12 Mar 2008 11:33:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 474B38FC1B; Wed, 12 Mar 2008 11:33:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBX7Gk045393; Wed, 12 Mar 2008 11:33:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBX79q045392; Wed, 12 Mar 2008 11:33:07 GMT (envelope-from rwatson) Message-Id: <200803121133.m2CBX79q045392@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Mar 2008 11:33:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:33:07 -0000 rwatson 2008-03-12 11:33:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf NOTES Log: Merge NOTES:1.1475 from HEAD to RELENG_6: HZ now defaults to 1000 on many architectures, so update NOTES to reflect that. PR: 113670 Submitted by: Ighighi Revision Changes Path 1.1325.2.39 +9 -9 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:34:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430A01065677; Wed, 12 Mar 2008 11:34:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1ADBB8FC45; Wed, 12 Mar 2008 11:34:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBYQAd045477; Wed, 12 Mar 2008 11:34:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBYQbZ045476; Wed, 12 Mar 2008 11:34:26 GMT (envelope-from rwatson) Message-Id: <200803121134.m2CBYQbZ045476@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Mar 2008 11:34:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:34:27 -0000 rwatson 2008-03-12 11:34:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/gzip gzip.c Log: Merge gzip.c:1.6 from HEAD to RELENG_7: Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to its existing understanding that .tgz uncompresses to .tar. PR: 121519 Submitted by: Ighighi Revision Changes Path 1.2.2.4 +2 -0 src/usr.bin/gzip/gzip.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:36:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC6FB1065675; Wed, 12 Mar 2008 11:36:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 871608FC15; Wed, 12 Mar 2008 11:36:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 01ACA46B27; Wed, 12 Mar 2008 07:36:20 -0400 (EDT) Date: Wed, 12 Mar 2008 11:36:19 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200803121134.m2CBYQbZ045476@repoman.freebsd.org> Message-ID: <20080312113551.H29518@fledge.watson.org> References: <200803121134.m2CBYQbZ045476@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:36:20 -0000 On Wed, 12 Mar 2008, Robert Watson wrote: > rwatson 2008-03-12 11:34:26 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > usr.bin/gzip gzip.c > Log: > Merge gzip.c:1.6 from HEAD to RELENG_7: Should read: to RELENG_6. Over-zealous copy-and-paste for commit messages. Robert N M Watson Computer Laboratory University of Cambridge > > Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to > its existing understanding that .tgz uncompresses to .tar. > > PR: 121519 > Submitted by: Ighighi > > Revision Changes Path > 1.2.2.4 +2 -0 src/usr.bin/gzip/gzip.c > From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:51:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF7B106566B; Wed, 12 Mar 2008 11:51:02 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73DD68FC17; Wed, 12 Mar 2008 11:51:02 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBp2UT045961; Wed, 12 Mar 2008 11:51:02 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBp2Cq045960; Wed, 12 Mar 2008 11:51:02 GMT (envelope-from jeff) Message-Id: <200803121151.m2CBp2Cq045960@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 11:51:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/kdump kdump.c kdump_subr.h mksubr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:51:02 -0000 jeff 2008-03-12 11:51:01 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c kdump_subr.h mksubr Log: - Remove ksethrcmdname. Revision Changes Path 1.41 +0 -6 src/usr.bin/kdump/kdump.c 1.4 +0 -1 src/usr.bin/kdump/kdump_subr.h 1.12 +0 -2 src/usr.bin/kdump/mksubr From owner-cvs-all@FreeBSD.ORG Wed Mar 12 11:58:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16913106566B; Wed, 12 Mar 2008 11:58:30 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4C358FC2B; Wed, 12 Mar 2008 11:58:29 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CBwT7M046274; Wed, 12 Mar 2008 11:58:29 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CBwTYZ046273; Wed, 12 Mar 2008 11:58:29 GMT (envelope-from piso) Message-Id: <200803121158.m2CBwTYZ046273@repoman.freebsd.org> From: Paolo Pisati Date: Wed, 12 Mar 2008 11:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libalias/libalias Makefile src/sys/netinet/libalias alias.c alias.h alias_old.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 11:58:30 -0000 piso 2008-03-12 11:58:29 UTC FreeBSD src repository Modified files: lib/libalias/libalias Makefile sys/netinet/libalias alias.c alias.h Removed files: sys/netinet/libalias alias_old.c Log: -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn and FragmentOut. -Axe the old PacketAlias API: it has been deprecated since 5.x. Revision Changes Path 1.5 +1 -1 src/lib/libalias/libalias/Makefile 1.60 +43 -35 src/sys/netinet/libalias/alias.c 1.35 +0 -54 src/sys/netinet/libalias/alias.h 1.9 +0 -216 src/sys/netinet/libalias/alias_old.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:00:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BC541065676 for ; Wed, 12 Mar 2008 12:00:04 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from capeta.freebsdbrasil.com.br (capeta.freebsdbrasil.com.br [201.48.151.3]) by mx1.freebsd.org (Postfix) with SMTP id 9E9E38FC34 for ; Wed, 12 Mar 2008 12:00:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: (qmail 21131 invoked from network); 12 Mar 2008 09:00:01 -0300 Received: from unknown (HELO soc90.bluepex.com) (garga@201.28.114.106) by capeta.freebsdbrasil.com.br with SMTP; 12 Mar 2008 09:00:01 -0300 Received: (qmail 75110 invoked by uid 1001); 12 Mar 2008 09:00:00 -0300 Date: Wed, 12 Mar 2008 09:00:00 -0300 From: Renato Botelho To: Stanislav Sedov Message-ID: <20080312115958.GB69701@bluepex.com> Mail-Followup-To: Stanislav Sedov , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200803112113.m2BLDrLk035449@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200803112113.m2BLDrLk035449@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.efl.mk ports/audio/emphasis Makefile distinfo pkg-plist ports/audio/ruby-xmms2-ecore Makefile ports/converters Makefile ports/converters/ecore-txt Makefile distinfo pkg-descr pkg-plist ports/databases/edb Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:00:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Mar 11, 2008 at 09:13:53PM +0000, Stanislav Sedov wrote: > stas 2008-03-11 21:13:53 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.efl.mk > audio/emphasis Makefile distinfo pkg-plist > audio/ruby-xmms2-ecore Makefile > converters Makefile > databases/edb Makefile distinfo pkg-plist > deskutils/adesklets Makefile > deskutils/estickies Makefile distinfo > deskutils/kompose Makefile > deskutils/pypanel Makefile > devel Makefile > devel/eet Makefile distinfo pkg-plist > devel/engrave Makefile distinfo pkg-plist > devel/evfs Makefile distinfo pkg-plist > devel/libast Makefile > devel/ruby-ecore Makefile distinfo > editors/texmacs Makefile > graphics Makefile > graphics/edje Makefile distinfo pkg-plist > graphics/edje_viewer Makefile distinfo > graphics/entice Makefile distinfo pkg-plist > graphics/epeg Makefile distinfo pkg-plist > graphics/epsilon Makefile distinfo pkg-plist > graphics/esmart Makefile distinfo pkg-plist > graphics/evas Makefile > graphics/exhibit Makefile distinfo > graphics/geist Makefile > graphics/giblib Makefile > graphics/hsetroot Makefile > graphics/imlib2 Makefile distinfo pkg-plist libImlib2.so.4 was bumped to .5, isn't it the case for bump PORTREVISION of all dependant ports? Maybe you did it, but if is the case, i noted one you forgot: multimedia/audacious-plugins. Thanks - -- Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Advertisements contain the only truths to be relied on in a newspaper. -- Thomas Jefferson -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkfXxb4ACgkQ6CRbiSJE7aljAgCfSa3bzceO+aLdUQrKp2RsEQFN jR8AoLDC2TlAe01JB6lXVVFrfzKNaAfS =nQna -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:17:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC7F4106566B; Wed, 12 Mar 2008 12:17:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B61848FC28; Wed, 12 Mar 2008 12:17:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCH6FY048055; Wed, 12 Mar 2008 12:17:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCH3Zw048054; Wed, 12 Mar 2008 12:17:03 GMT (envelope-from ahze) Message-Id: <200803121217.m2CCH3Zw048054@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Mar 2008 12:17:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:17:07 -0000 ahze 2008-03-12 12:17:01 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo Log: Update to 2.12.9 Revision Changes Path 1.214 +2 -2 ports/x11-toolkits/gtk20/Makefile 1.111 +3 -3 ports/x11-toolkits/gtk20/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:20:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF4AC1065670; Wed, 12 Mar 2008 12:20:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B96338FC1C; Wed, 12 Mar 2008 12:20:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCKNRc048250; Wed, 12 Mar 2008 12:20:23 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCKNic048249; Wed, 12 Mar 2008 12:20:23 GMT (envelope-from gahr) Message-Id: <200803121220.m2CCKNic048249@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 12:20:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/gkrellmoon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:20:24 -0000 gahr 2008-03-12 12:20:23 UTC FreeBSD ports repository Modified files: astro/gkrellmoon Makefile Log: - Remove useless USE_X_PREFIX variable - Refactor MASTER_SITES Approved by: miwi (mentor) Revision Changes Path 1.11 +3 -4 ports/astro/gkrellmoon/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:21:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40CDB1065675; Wed, 12 Mar 2008 12:21:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5A58FC1F; Wed, 12 Mar 2008 12:21:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCL1na048331; Wed, 12 Mar 2008 12:21:01 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCL1W9048330; Wed, 12 Mar 2008 12:21:01 GMT (envelope-from gahr) Message-Id: <200803121221.m2CCL1W9048330@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 12:21:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/gkrellsun Makefile ports/astro/gkrellsun/files patch-CalcEphem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:21:02 -0000 gahr 2008-03-12 12:21:01 UTC FreeBSD ports repository Modified files: astro/gkrellsun Makefile astro/gkrellsun/files patch-CalcEphem.c Log: - Remove useless USE_X_PREFIX variable - Fix a "missing include" warning Approved by: miwi (mentor) Revision Changes Path 1.9 +1 -2 ports/astro/gkrellsun/Makefile 1.2 +11 -6 ports/astro/gkrellsun/files/patch-CalcEphem.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:24:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490F71065673; Wed, 12 Mar 2008 12:24:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22F278FC19; Wed, 12 Mar 2008 12:24:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCOAEK048427; Wed, 12 Mar 2008 12:24:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCOA9i048426; Wed, 12 Mar 2008 12:24:10 GMT (envelope-from miwi) Message-Id: <200803121224.m2CCOA9i048426@repoman.freebsd.org> From: Martin Wilke Date: Wed, 12 Mar 2008 12:24:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/p5-Bio-Das Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:24:11 -0000 miwi 2008-03-12 12:24:10 UTC FreeBSD ports repository Modified files: biology/p5-Bio-Das Makefile distinfo Log: - Update to 1.07 Revision Changes Path 1.8 +1 -1 ports/biology/p5-Bio-Das/Makefile 1.5 +3 -3 ports/biology/p5-Bio-Das/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:29:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D404106566B; Wed, 12 Mar 2008 12:29:43 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37A0A8FC16; Wed, 12 Mar 2008 12:29:43 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCThWt048578; Wed, 12 Mar 2008 12:29:43 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCThWp048577; Wed, 12 Mar 2008 12:29:43 GMT (envelope-from remko) Message-Id: <200803121229.m2CCThWp048577@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 12:29:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/internal internal.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:29:43 -0000 remko 2008-03-12 12:29:42 UTC FreeBSD doc repository Modified files: en/internal internal.sgml Log: Get rid of the statistics, they are really outdated. We can put this back once we have fresh statistics again. PR: www/121571 Submitted by: gavin Revision Changes Path 1.36 +2 -7 www/en/internal/internal.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:33:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB03E106566B; Wed, 12 Mar 2008 12:33:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3778FC12; Wed, 12 Mar 2008 12:33:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCX7Zp048759; Wed, 12 Mar 2008 12:33:07 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCX7km048758; Wed, 12 Mar 2008 12:33:07 GMT (envelope-from ahze) Message-Id: <200803121233.m2CCX7km048758@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Mar 2008 12:33:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/nspr Makefile distinfo ports/devel/nspr/files patch-..::config::autoconf.mk.in patch-..::pr::src::pthreads::ptio.c patch-pthread_t X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:33:07 -0000 ahze 2008-03-12 12:33:07 UTC FreeBSD ports repository Modified files: devel/nspr Makefile distinfo devel/nspr/files patch-..::config::autoconf.mk.in patch-..::pr::src::pthreads::ptio.c patch-pthread_t Log: Update to 4.6.8 Revision Changes Path 1.35 +3 -2 ports/devel/nspr/Makefile 1.14 +3 -3 ports/devel/nspr/distinfo 1.3 +0 -3 ports/devel/nspr/files/patch-..::config::autoconf.mk.in 1.3 +0 -2 ports/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c 1.3 +0 -8 ports/devel/nspr/files/patch-pthread_t From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:34:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 362C01065670; Wed, 12 Mar 2008 12:34:13 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 997BA8FC18; Wed, 12 Mar 2008 12:34:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m2CCYAmf073318; Wed, 12 Mar 2008 13:34:10 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m2CCYA2n073317; Wed, 12 Mar 2008 13:34:10 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Alexander Leidinger In-Reply-To: <20080312114615.tcssgxahkck04c8s@webmail.leidinger.net> References: <200803112345.m2BNj4Hj051138@repoman.freebsd.org> <20080312110416.rvewfpfrqcgswo0c@webmail.leidinger.net> <1205316953.51779.13.camel@pav.hide.vol.cz> <20080312114615.tcssgxahkck04c8s@webmail.leidinger.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-sqwf0u+Hd+CNWc5X0Zw2" Date: Wed, 12 Mar 2008 13:34:10 +0100 Message-Id: <1205325250.51779.19.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Cc: emulation@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:34:13 -0000 --=-sqwf0u+Hd+CNWc5X0Zw2 Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Alexander Leidinger p=ED=B9e v st 12. 03. 2008 v 11:46 +0100: > > Only difference I see is that you condition the use of linux mdconfig b= y > > presence of USE_LINUX, I need USE_LINUX_PREFIX, which is more strict, I > > think. > The question is now, if USE_LINUX_PREFIX is sufficient. Do we have =20 > ports which install into LOCALBASE and LINUXBASE, and if yes, do they =20 > install libs into LINUXBASE? emulation@ does not own a port which =20 I have did some creative greppery, and there is a dozen or two of ports, that define INSTALLS_SHLIB together with USE_LINUX, but all also define USE_LINUX_PREFIX except one offender, games/ssamtse, where I believe INSTALLS_SHLIB was added bogusly to please portlint warning. So it should be safe to assume USE_LINUX_PREFIX is enough. --=20 Pav Lucistnik Logitech is infamous for providing 30 MB compressed driver software packages that install a bunch of crap applications on the system and round up the number of icons in the tray to the nearest power of two. -- Michael Stromberg --=-sqwf0u+Hd+CNWc5X0Zw2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkfXzcIACgkQntdYP8FOsoK4gwCePqgT2fsfWlriY9UDN2r8ASK1 EHoAoJWM6mgWVnVRi/jfI5JpEyYX398s =W9W5 -----END PGP SIGNATURE----- --=-sqwf0u+Hd+CNWc5X0Zw2-- From owner-cvs-all@FreeBSD.ORG Wed Mar 12 12:41:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA961065675; Wed, 12 Mar 2008 12:41:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49CAA8FC28; Wed, 12 Mar 2008 12:41:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CCfZpx049139; Wed, 12 Mar 2008 12:41:35 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CCfZur049137; Wed, 12 Mar 2008 12:41:35 GMT (envelope-from remko) Message-Id: <200803121241.m2CCfZur049137@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 12:41:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/internal about.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 12:41:35 -0000 remko 2008-03-12 12:41:34 UTC FreeBSD doc repository Modified files: en/internal about.sgml Log: Update information in the about.sgml file, also remove links to the statistic pages [1]. Lowercase some HTML tags while we are here anyway. PR: www/121570 [1] Submitted by: gavin [1] Revision Changes Path 1.60 +7 -16 www/en/internal/about.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 12 13:12:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D41106566B; Wed, 12 Mar 2008 13:12:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D35A18FC1C; Wed, 12 Mar 2008 13:12:02 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CDC24n061431; Wed, 12 Mar 2008 13:12:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CDC2rF061430; Wed, 12 Mar 2008 13:12:02 GMT (envelope-from ahze) Message-Id: <200803121312.m2CDC2rF061430@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Mar 2008 13:12:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nss Makefile distinfo ports/security/nss/files patch-..::coreconf::FreeBSD.mk patch-sysdb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 13:12:03 -0000 ahze 2008-03-12 13:12:02 UTC FreeBSD ports repository Modified files: security/nss Makefile distinfo security/nss/files patch-..::coreconf::FreeBSD.mk patch-sysdb Log: Update to 3.11.9 Revision Changes Path 1.41 +3 -3 ports/security/nss/Makefile 1.16 +3 -3 ports/security/nss/distinfo 1.9 +6 -22 ports/security/nss/files/patch-..::coreconf::FreeBSD.mk 1.3 +11 -15 ports/security/nss/files/patch-sysdb From owner-cvs-all@FreeBSD.ORG Wed Mar 12 13:27:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 723921065674; Wed, 12 Mar 2008 13:27:28 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63F668FC17; Wed, 12 Mar 2008 13:27:28 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CDRSNh062691; Wed, 12 Mar 2008 13:27:28 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CDRSvt062690; Wed, 12 Mar 2008 13:27:28 GMT (envelope-from jadawin) Message-Id: <200803121327.m2CDRSvt062690@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 13:27:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/makeself Makefile ports/archivers/p5-Compress-Raw-Bzip2 Makefile ports/archivers/p5-Compress-Raw-Zlib Makefile ports/archivers/p5-Compress-Zlib Makefile ports/archivers/p5-IO-Compress-Base Makefile ports/archivers/p5-IO-Compress-Bzip2 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 13:27:28 -0000 jadawin 2008-03-12 13:27:28 UTC FreeBSD ports repository Modified files: archivers/makeself Makefile archivers/p5-Compress-Raw-Bzip2 Makefile archivers/p5-Compress-Raw-Zlib Makefile archivers/p5-Compress-Zlib Makefile archivers/p5-IO-Compress-Base Makefile archivers/p5-IO-Compress-Bzip2 Makefile archivers/p5-IO-Compress-Zlib Makefile audio/ampache Makefile deskutils/doodle Makefile deskutils/remind Makefile devel/p5-SNMP-Persist Makefile editors/hexcurse Makefile french/pluxml-devel Makefile games/banihstypos Makefile irc/irssi-scripts Makefile irc/irssi-xmpp Makefile irc/irssi-xmpp-devel Makefile mail/pop-before-smtp Makefile mail/vrfy Makefile misc/mirmon Makefile misc/yaunc Makefile net/p5-Net-Proxy Makefile net/perldap Makefile net/raggle Makefile net/uplog Makefile net-mgmt/disco Makefile net-mgmt/p5-SNMP-Info Makefile net-p2p/peercast Makefile net-p2p/rtgui Makefile security/blocksshd Makefile security/bubblegum Makefile security/opieprint Makefile security/snoopy Makefile security/snortsms Makefile security/wapiti Makefile sysutils/hourglass Makefile sysutils/memtest86 Makefile sysutils/tenshi Makefile textproc/p5-PDF-Create Makefile textproc/txt2html Makefile www/surfraw Makefile Log: - Update maintainer address Approved by: thierry (mentor) Revision Changes Path 1.21 +1 -1 ports/archivers/makeself/Makefile 1.8 +1 -1 ports/archivers/p5-Compress-Raw-Bzip2/Makefile 1.9 +1 -1 ports/archivers/p5-Compress-Raw-Zlib/Makefile 1.52 +1 -1 ports/archivers/p5-Compress-Zlib/Makefile 1.10 +1 -1 ports/archivers/p5-IO-Compress-Base/Makefile 1.7 +1 -1 ports/archivers/p5-IO-Compress-Bzip2/Makefile 1.9 +1 -1 ports/archivers/p5-IO-Compress-Zlib/Makefile 1.2 +1 -1 ports/audio/ampache/Makefile 1.15 +1 -1 ports/deskutils/doodle/Makefile 1.11 +1 -1 ports/deskutils/remind/Makefile 1.2 +1 -1 ports/devel/p5-SNMP-Persist/Makefile 1.17 +1 -1 ports/editors/hexcurse/Makefile 1.3 +1 -1 ports/french/pluxml-devel/Makefile 1.2 +1 -1 ports/games/banihstypos/Makefile 1.7 +1 -1 ports/irc/irssi-scripts/Makefile 1.7 +1 -1 ports/irc/irssi-xmpp-devel/Makefile 1.4 +1 -1 ports/irc/irssi-xmpp/Makefile 1.11 +1 -1 ports/mail/pop-before-smtp/Makefile 1.9 +1 -1 ports/mail/vrfy/Makefile 1.7 +1 -1 ports/misc/mirmon/Makefile 1.14 +1 -1 ports/misc/yaunc/Makefile 1.14 +1 -1 ports/net-mgmt/disco/Makefile 1.9 +1 -1 ports/net-mgmt/p5-SNMP-Info/Makefile 1.15 +1 -1 ports/net-p2p/peercast/Makefile 1.6 +1 -1 ports/net-p2p/rtgui/Makefile 1.2 +1 -1 ports/net/p5-Net-Proxy/Makefile 1.17 +1 -1 ports/net/perldap/Makefile 1.11 +1 -1 ports/net/raggle/Makefile 1.12 +1 -1 ports/net/uplog/Makefile 1.11 +1 -1 ports/security/blocksshd/Makefile 1.8 +1 -1 ports/security/bubblegum/Makefile 1.14 +1 -1 ports/security/opieprint/Makefile 1.3 +1 -1 ports/security/snoopy/Makefile 1.10 +1 -1 ports/security/snortsms/Makefile 1.2 +1 -1 ports/security/wapiti/Makefile 1.9 +1 -1 ports/sysutils/hourglass/Makefile 1.7 +1 -1 ports/sysutils/memtest86/Makefile 1.11 +1 -1 ports/sysutils/tenshi/Makefile 1.8 +1 -1 ports/textproc/p5-PDF-Create/Makefile 1.23 +1 -1 ports/textproc/txt2html/Makefile 1.16 +1 -1 ports/www/surfraw/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 13:51:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602A91065674; Wed, 12 Mar 2008 13:51:27 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6C88FC24; Wed, 12 Mar 2008 13:51:27 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CDpRvG064602; Wed, 12 Mar 2008 13:51:27 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CDpRCi064601; Wed, 12 Mar 2008 13:51:27 GMT (envelope-from cognet) Message-Id: <200803121351.m2CDpRCi064601@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 12 Mar 2008 13:51:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/arm/arm uio_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 13:51:27 -0000 cognet 2008-03-12 13:51:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/arm/arm uio_machdep.c Log: MFC rev 1.6: date: 2008/03/06 22:27:35; author: cognet; state: Exp; lines: +3 -1 MFi386: revision 1.6 date: 2004/08/21 18:50:34; author: alc; state: Exp; lines: +3 -1 Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or copyout fails. Obtained from: DragonFlyBSD Spotted out by: Mark Tinguely Revision Changes Path 1.5.10.1 +3 -1 src/sys/arm/arm/uio_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 13:51:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A2451065672; Wed, 12 Mar 2008 13:51:51 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 767568FC1F; Wed, 12 Mar 2008 13:51:51 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CDppDJ064635; Wed, 12 Mar 2008 13:51:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CDppgf064634; Wed, 12 Mar 2008 13:51:51 GMT (envelope-from cognet) Message-Id: <200803121351.m2CDppgf064634@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 12 Mar 2008 13:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/arm/arm uio_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 13:51:51 -0000 cognet 2008-03-12 13:51:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm uio_machdep.c Log: MFC rev 1.6: date: 2008/03/06 22:27:35; author: cognet; state: Exp; lines: +3 -1 MFi386: revision 1.6 date: 2004/08/21 18:50:34; author: alc; state: Exp; lines: +3 -1 Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or copyout fails. Obtained from: DragonFlyBSD Spotted out by: Mark Tinguely Revision Changes Path 1.5.2.1 +3 -1 src/sys/arm/arm/uio_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 14:07:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E181065672; Wed, 12 Mar 2008 14:07:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 750928FC24; Wed, 12 Mar 2008 14:07:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CE7ik6066374; Wed, 12 Mar 2008 14:07:44 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CE7iHv066373; Wed, 12 Mar 2008 14:07:44 GMT (envelope-from jadawin) Message-Id: <200803121407.m2CE7iHv066373@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 14:07:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:07:44 -0000 jadawin 2008-03-12 14:07:44 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Wei Guo for converters/pdf2djvu Approved by: thierry (mentor) Revision Changes Path 1.778 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 12 14:09:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C38F3106566B; Wed, 12 Mar 2008 14:09:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD2C8FC1E; Wed, 12 Mar 2008 14:09:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CE9MNV066463; Wed, 12 Mar 2008 14:09:22 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CE9MQo066462; Wed, 12 Mar 2008 14:09:22 GMT (envelope-from ehaupt) Message-Id: <200803121409.m2CE9MQo066462@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Mar 2008 14:09:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rsync Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:09:22 -0000 ehaupt 2008-03-12 14:09:22 UTC FreeBSD ports repository Modified files: net/rsync Makefile Log: Add optional iconv support Revision Changes Path 1.128 +9 -1 ports/net/rsync/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 14:34:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED7161065673; Wed, 12 Mar 2008 14:34:34 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9D898FC14; Wed, 12 Mar 2008 14:34:34 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CEYYjd067425; Wed, 12 Mar 2008 14:34:34 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CEYYP4067424; Wed, 12 Mar 2008 14:34:34 GMT (envelope-from piso) Message-Id: <200803121434.m2CEYYP4067424@repoman.freebsd.org> From: Paolo Pisati Date: Wed, 12 Mar 2008 14:34:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ppp command.c ipcp.c main.c nat_cmd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:34:35 -0000 piso 2008-03-12 14:34:34 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c ipcp.c main.c nat_cmd.c Log: Update to the "new" libalias API (and thus fix world breakage). Revision Changes Path 1.308 +5 -3 src/usr.sbin/ppp/command.c 1.124 +3 -1 src/usr.sbin/ppp/ipcp.c 1.194 +2 -1 src/usr.sbin/ppp/main.c 1.63 +20 -18 src/usr.sbin/ppp/nat_cmd.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 14:50:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FB7106566B; Wed, 12 Mar 2008 14:50:59 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7149D8FC13; Wed, 12 Mar 2008 14:50:59 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CEoxci068027; Wed, 12 Mar 2008 14:50:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CEoxuk068026; Wed, 12 Mar 2008 14:50:59 GMT (envelope-from obrien) Message-Id: <200803121450.m2CEoxuk068026@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 12 Mar 2008 14:50:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make globals.h main.c make.1 parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:50:59 -0000 obrien 2008-03-12 14:50:59 UTC FreeBSD src repository Modified files: usr.bin/make globals.h main.c make.1 parse.c Log: If the special target .MAKEFILEDEPS exists, then enable the "remaking makefiles" feature. Otherwise, follow traditional Pmake behavior. (hash table will be regenerated and committed follow this commit) Revision Changes Path 1.12 +1 -0 src/usr.bin/make/globals.h 1.168 +2 -1 src/usr.bin/make/main.c 1.109 +16 -0 src/usr.bin/make/make.1 1.114 +5 -0 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 14:51:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC3241065671; Wed, 12 Mar 2008 14:51:47 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8947A8FC15; Wed, 12 Mar 2008 14:51:47 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CEplAV068073; Wed, 12 Mar 2008 14:51:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CEplJ3068072; Wed, 12 Mar 2008 14:51:47 GMT (envelope-from obrien) Message-Id: <200803121451.m2CEplJ3068072@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 12 Mar 2008 14:51:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make hash_tables.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:51:47 -0000 obrien 2008-03-12 14:51:47 UTC FreeBSD src repository Modified files: usr.bin/make hash_tables.c Log: If the special target .MAKEFILEDEPS exists, then enable the "remaking makefiles" feature. Otherwise, follow traditional Pmake behavior. Revision Changes Path 1.4 +26 -26 src/usr.bin/make/hash_tables.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:04:06 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE971065673 for ; Wed, 12 Mar 2008 15:04:06 +0000 (UTC) (envelope-from mirc@weed.stonednetwork.net) Received: from weed.stonednetwork.net (weed.stonednetwork.net [64.18.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id 157918FC16 for ; Wed, 12 Mar 2008 15:04:05 +0000 (UTC) (envelope-from mirc@weed.stonednetwork.net) Received: from weed.stonednetwork.net (mirc@localhost [127.0.0.1]) by weed.stonednetwork.net (8.13.6/8.13.4) with ESMTP id m2CDYfBP084440 for ; Wed, 12 Mar 2008 09:34:41 -0400 (EDT) (envelope-from mirc@weed.stonednetwork.net) Received: (from mirc@localhost) by weed.stonednetwork.net (8.13.6/8.13.4/Submit) id m2CDYfQb084439; Wed, 12 Mar 2008 14:34:41 +0100 (CET) (envelope-from mirc) Date: Wed, 12 Mar 2008 14:34:41 +0100 (CET) Message-Id: <200803121334.m2CDYfQb084439@weed.stonednetwork.net> To: cvs-all@freebsd.org From: "received@postcard.org" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You have just received a virtual postcard from a friend ! X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:04:06 -0000 You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://dozer.apid.com/~jcapp/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://dozer.apid.com/~jcapp/postcard.gif.exe From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:19:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C43010656C8; Wed, 12 Mar 2008 15:19:40 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id D64CA8FC28; Wed, 12 Mar 2008 15:19:39 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id m2CFJTlS066755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Mar 2008 11:19:30 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: Jeremie Le Hen In-Reply-To: <20080311211059.GJ39998@obiwan.tataz.chchile.org> References: <200803102143.m2ALhVbF052196@repoman.freebsd.org> <20080311211059.GJ39998@obiwan.tataz.chchile.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-i5U77ejcSGwV2dDi7bju" Organization: U. Buffalo CSE Department Date: Wed, 12 Mar 2008 11:19:29 -0400 Message-Id: <1205335169.44173.15.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1029; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, freebsd-current@tataz.chchile.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit [HEAD] src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:19:40 -0000 --=-i5U77ejcSGwV2dDi7bju Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-03-11 at 22:10 +0100, Jeremie Le Hen wrote: > If someone is being able to test this (I suppose the easiest way is to > wait from the next monthly -CURRENT snapshot), I'd be glad to here about > the result. John had arranged it so this stuff would make it into the March snapshots. I haven't announced them yet because they're still somewhat in progress but the amd64 snapshot got uploaded last night and I just uploaded the i386 snapshot now so they should start appearing on the FTP mirror sites through the day today. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-i5U77ejcSGwV2dDi7bju Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBH1/SB/G14VSmup/YRAtybAJ9enKpJ5wk8JMy/wZCKHzok96FJWQCfS2fJ E/OuORnnes8VuILNuRuCipU= =1DBE -----END PGP SIGNATURE----- --=-i5U77ejcSGwV2dDi7bju-- From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:24:08 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F217106566B; Wed, 12 Mar 2008 15:24:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 94E528FC23; Wed, 12 Mar 2008 15:24:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 235192947-1834499 for multiple; Wed, 12 Mar 2008 11:22:11 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2CFO0JY015340; Wed, 12 Mar 2008 11:24:01 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Jeff Roberson Date: Wed, 12 Mar 2008 11:23:12 -0400 User-Agent: KMail/1.9.7 References: <200803121012.m2CAC24p033661@repoman.freebsd.org> In-Reply-To: <200803121012.m2CAC24p033661@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803121123.12620.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 12 Mar 2008 11:24:01 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6209/Wed Mar 12 11:08:16 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:24:08 -0000 On Wednesday 12 March 2008 06:12:02 am Jeff Roberson wrote: > jeff 2008-03-12 10:12:02 UTC > > FreeBSD src repository > > Modified files: > ... > Log: > Remove kernel support for M:N threading. > > While the KSE project was quite successful in bringing threading to > FreeBSD, the M:N approach taken by the kse library was never developed > to its full potential. Backwards compatibility will be provided via > libmap.conf for dynamically linked binaries and static binaries will > be broken. While I don't disagree with the change, it might have been nice to have pre-announced the axeing first. Even with Alpha (which probably had more support and which was discussed in person at BSDCan with a lot of developers) having the removal not actually discussed on the lists at all resulted in some bumps that could have been easily avoided with a bit more patience on my part. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:31:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0900106566C; Wed, 12 Mar 2008 15:31:37 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD3B68FC14; Wed, 12 Mar 2008 15:31:37 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFVbsI070628; Wed, 12 Mar 2008 15:31:37 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFVbwK070627; Wed, 12 Mar 2008 15:31:37 GMT (envelope-from raj) Message-Id: <200803121531.m2CFVbwK070627@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 15:31:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:31:38 -0000 raj 2008-03-12 15:31:37 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c Log: Improve ARM bus_dmamap_load_buffer() error handling. Reviewed by: imp Approved by: cognet (mentor) Spotted by: Grzegorz Bernacki gjb AT semihalf DOT com Revision Changes Path 1.38 +4 -2 src/sys/arm/arm/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:36:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACAAD1065674; Wed, 12 Mar 2008 15:36:00 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89D0C8FC3A; Wed, 12 Mar 2008 15:36:00 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFa02J070932; Wed, 12 Mar 2008 15:36:00 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFa0Vj070929; Wed, 12 Mar 2008 15:36:00 GMT (envelope-from gallatin) Message-Id: <200803121536.m2CFa0Vj070929@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 12 Mar 2008 15:36:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:36:00 -0000 gallatin 2008-03-12 15:36:00 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Remove dead code which makes a call to mem_range_attr_set(). This fixes a bug where mxge did not declare a dependancy on mem(4), and failed to load with options nomem. Pointed out by: antoine Revision Changes Path 1.48 +2 -18 src/sys/dev/mxge/if_mxge.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:41:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E2C61065673; Wed, 12 Mar 2008 15:41:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B07F8FC17; Wed, 12 Mar 2008 15:41:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFfreA071332; Wed, 12 Mar 2008 15:41:53 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFfrDb071331; Wed, 12 Mar 2008 15:41:53 GMT (envelope-from gahr) Message-Id: <200803121541.m2CFfrDb071331@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 15:41:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/glunarclock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:41:53 -0000 gahr 2008-03-12 15:41:53 UTC FreeBSD ports repository Modified files: astro/glunarclock Makefile Log: - Remove useless USE_XLIB variable Approved by: miwi (mentor) Revision Changes Path 1.44 +2 -3 ports/astro/glunarclock/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:46:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A00D1065681; Wed, 12 Mar 2008 15:46:26 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB3D38FC13; Wed, 12 Mar 2008 15:46:25 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFkPKo071665; Wed, 12 Mar 2008 15:46:25 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFkP94071664; Wed, 12 Mar 2008 15:46:25 GMT (envelope-from raj) Message-Id: <200803121546.m2CFkP94071664@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 15:46:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm nexus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:46:26 -0000 raj 2008-03-12 15:46:25 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c Log: Respect RF_SHAREABLE flag in ARM nexus_setup_intr() Reviewed by: imp Approved by: cognet (mentor) Revision Changes Path 1.12 +3 -0 src/sys/arm/arm/nexus.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:49:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39C691065674; Wed, 12 Mar 2008 15:49:00 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16CFF8FC18; Wed, 12 Mar 2008 15:49:00 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFmxs7071750; Wed, 12 Mar 2008 15:48:59 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFmxSM071749; Wed, 12 Mar 2008 15:48:59 GMT (envelope-from jkoshy) Message-Id: <200803121548.m2CFmxSM071749@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 12 Mar 2008 15:48:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc_capabilities.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:49:00 -0000 jkoshy 2008-03-12 15:48:59 UTC FreeBSD src repository Modified files: lib/libpmc pmc_capabilities.3 Log: Describe return values from pmc_ncpu() and pmc_npmc() better. Revision Changes Path 1.2 +4 -1 src/lib/libpmc/pmc_capabilities.3 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 15:51:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CB31065671; Wed, 12 Mar 2008 15:51:32 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 939498FC20; Wed, 12 Mar 2008 15:51:32 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CFpW3x071895; Wed, 12 Mar 2008 15:51:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CFpWZd071894; Wed, 12 Mar 2008 15:51:32 GMT (envelope-from jkoshy) Message-Id: <200803121551.m2CFpWZd071894@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 12 Mar 2008 15:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc libpmc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 15:51:32 -0000 jkoshy 2008-03-12 15:51:32 UTC FreeBSD src repository Modified files: lib/libpmc libpmc.c Log: Bring the behaviour of pmc_capabilities() and pmc_width() in line with documentation: set 'errno' and return -1 in case of an error. Update (c) years. Revision Changes Path 1.13 +5 -3 src/lib/libpmc/libpmc.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:01:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08DFF1065670; Wed, 12 Mar 2008 16:01:36 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2D5A8FC13; Wed, 12 Mar 2008 16:01:35 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CG1ZkZ072259; Wed, 12 Mar 2008 16:01:35 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CG1ZbG072258; Wed, 12 Mar 2008 16:01:35 GMT (envelope-from raj) Message-Id: <200803121601.m2CG1ZbG072258@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 16:01:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common dev_net.c src/sys/boot/uboot/lib console.c copy.c glue.c libuboot.h net.c time.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:01:36 -0000 raj 2008-03-12 16:01:34 UTC FreeBSD src repository Modified files: sys/boot/common dev_net.c sys/boot/uboot/lib console.c copy.c glue.c libuboot.h net.c time.c Log: Eliminate artificial increasing of 'netdev_opens' counter in loader's net_open(). This was introduced as a workaround long time ago for some Alpha firmware (which is now gone), and actually prevented net_close() to ever be called. Certain firmwares (U-Boot) need local shutdown operations to be performed on a network controller upon transaction end: such platform-specific hooks are supposed to be called via netif_close() (from within net_close()). This change effectively reverts the following CVS commit: sys/boot/common/dev_net.c revision 1.7 date: 2000/05/13 15:40:46; author: dfr; state: Exp; lines: +2 -1 Only probe network settings on the first open of the network device. The alpha firmware takes a seriously long time to open the network device the first time. Also suppress excessive output while netbooting via loader, unless debugging. While there, make sys/boot/uboot more style(9) compliant. Reviewed by: imp Approved by: cognet (mentor) Revision Changes Path 1.16 +11 -8 src/sys/boot/common/dev_net.c 1.2 +5 -0 src/sys/boot/uboot/lib/console.c 1.2 +3 -0 src/sys/boot/uboot/lib/copy.c 1.3 +54 -49 src/sys/boot/uboot/lib/glue.c 1.2 +10 -12 src/sys/boot/uboot/lib/libuboot.h 1.2 +16 -18 src/sys/boot/uboot/lib/net.c 1.2 +2 -0 src/sys/boot/uboot/lib/time.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:05:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55C8D1065671; Wed, 12 Mar 2008 16:05:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 328478FC1B; Wed, 12 Mar 2008 16:05:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CG50iC073559; Wed, 12 Mar 2008 16:05:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CG50gJ073558; Wed, 12 Mar 2008 16:05:00 GMT (envelope-from pav) Message-Id: <200803121605.m2CG50gJ073558@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 12 Mar 2008 16:05:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts releasemachine X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:05:00 -0000 pav 2008-03-12 16:05:00 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts releasemachine Log: - Don't write queue entry for machine that's not on mlist. This allows us to gracefully remove a node from the workload, and also it prevents build from stucking when machine is deleted from mlist. Revision Changes Path 1.4 +6 -0 ports/Tools/portbuild/scripts/releasemachine From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:12:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D810106566B; Wed, 12 Mar 2008 16:12:49 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5DC8FC22; Wed, 12 Mar 2008 16:12:49 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CGCngr075897; Wed, 12 Mar 2008 16:12:49 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CGCnN9075896; Wed, 12 Mar 2008 16:12:49 GMT (envelope-from raj) Message-Id: <200803121612.m2CGCnN9075896@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 16:12:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/powerpc/uboot metadata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:12:49 -0000 raj 2008-03-12 16:12:48 UTC FreeBSD src repository Modified files: sys/boot/powerpc/uboot metadata.c Log: Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation. We're now more robust against cases of non-sorted and/or non-continuous numbering of those entries. Reviewed by: imp, marcel Approved by: cognet (mentor) Revision Changes Path 1.4 +20 -3 src/sys/boot/powerpc/uboot/metadata.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:32:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF15E106566C; Wed, 12 Mar 2008 16:32:08 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A48C88FC1F; Wed, 12 Mar 2008 16:32:08 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CGW8Q1076546; Wed, 12 Mar 2008 16:32:08 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CGW80h076545; Wed, 12 Mar 2008 16:32:08 GMT (envelope-from raj) Message-Id: <200803121632.m2CGW80h076545@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 16:32:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/booke machdep.c src/sys/powerpc/include bootinfo.h ocpbus.h src/sys/powerpc/mpc85xx ocpbus.c src/sys/dev/tsec if_tsec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:32:08 -0000 raj 2008-03-12 16:32:08 UTC FreeBSD src repository Modified files: sys/powerpc/booke machdep.c sys/powerpc/include bootinfo.h ocpbus.h sys/powerpc/mpc85xx ocpbus.c sys/dev/tsec if_tsec.c Log: Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what might be currently programmed into the registers. Underlying firmware (U-Boot) would typically program MAC address into the first unit only, and others are left uninitialized. It is now possible to retrieve and program MAC address for all units properly, provided they were passed on in the bootinfo metadata. Reviewed by: imp, marcel Approved by: cognet (mentor) Revision Changes Path 1.2 +14 -10 src/sys/dev/tsec/if_tsec.c 1.3 +24 -1 src/sys/powerpc/booke/machdep.c 1.11 +3 -0 src/sys/powerpc/include/bootinfo.h 1.2 +1 -0 src/sys/powerpc/include/ocpbus.h 1.5 +9 -0 src/sys/powerpc/mpc85xx/ocpbus.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:35:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77144106566C; Wed, 12 Mar 2008 16:35:25 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 547258FC13; Wed, 12 Mar 2008 16:35:25 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CGZPqO076772; Wed, 12 Mar 2008 16:35:25 GMT (envelope-from raj@repoman.freebsd.org) Received: (from raj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CGZPYf076771; Wed, 12 Mar 2008 16:35:25 GMT (envelope-from raj) Message-Id: <200803121635.m2CGZPYf076771@repoman.freebsd.org> From: Rafal Jaworowski Date: Wed, 12 Mar 2008 16:35:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/tsec if_tsec.c if_tsec.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:35:25 -0000 raj 2008-03-12 16:35:25 UTC FreeBSD src repository Modified files: sys/dev/tsec if_tsec.c if_tsec.h Log: Convert TSEC watchdog to the new scheme. Reviewed by: imp, marcel Approved by: cognet (mentor) Revision Changes Path 1.3 +25 -18 src/sys/dev/tsec/if_tsec.c 1.2 +4 -0 src/sys/dev/tsec/if_tsec.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 16:46:05 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7016B106566B for ; Wed, 12 Mar 2008 16:46:05 +0000 (UTC) (envelope-from viper@StarGate.SharkTech.net) Received: from StarGate.SharkTech.net (unknown [IPv6:2610:150:c2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 225FF8FC18 for ; Wed, 12 Mar 2008 16:46:05 +0000 (UTC) (envelope-from viper@StarGate.SharkTech.net) Received: from StarGate.SharkTech.net (viper@localhost.SharkTech.NET [127.0.0.1]) by StarGate.SharkTech.net (8.13.3/8.12.11) with ESMTP id m2CGk4c2077385 for ; Wed, 12 Mar 2008 10:46:04 -0600 (CST) (envelope-from viper@StarGate.SharkTech.net) Received: (from viper@localhost) by StarGate.SharkTech.net (8.13.3/8.13.3/Submit) id m2CGk4K9077384; Wed, 12 Mar 2008 16:46:04 GMT (envelope-from viper) Date: Wed, 12 Mar 2008 16:46:04 GMT Message-Id: <200803121646.m2CGk4K9077384@StarGate.SharkTech.net> To: cvs-all@freebsd.org From: "received@postcard.org" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You have just received a virtual postcard from a friend ! X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 16:46:05 -0000 You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://dozer.apid.com/~jcapp/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://dozer.apid.com/~jcapp/postcard.gif.exe From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:20:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18AA2106566B; Wed, 12 Mar 2008 17:20:23 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9EC88FC28; Wed, 12 Mar 2008 17:20:22 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHKMml088793; Wed, 12 Mar 2008 17:20:22 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHKMcU088792; Wed, 12 Mar 2008 17:20:22 GMT (envelope-from mr) Message-Id: <200803121720.m2CHKMcU088792@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Mar 2008 17:20:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/qcad-partslib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:20:23 -0000 mr 2008-03-12 17:20:22 UTC FreeBSD ports repository Modified files: cad/qcad-partslib Makefile distinfo Log: Update to 2.1.2.8 Revision Changes Path 1.7 +1 -1 ports/cad/qcad-partslib/Makefile 1.3 +3 -3 ports/cad/qcad-partslib/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:27:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4BB1065679; Wed, 12 Mar 2008 17:27:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.69]) by mx1.freebsd.org (Postfix) with ESMTP id 194928FC14; Wed, 12 Mar 2008 17:27:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp005-s [10.150.69.68]) by smtpoutm.mac.com (Xserve/smtpout006/MantshX 4.0) with ESMTP id m2CHRdB6021067; Wed, 12 Mar 2008 10:27:40 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp005/MantshX 4.0) with ESMTP id m2CHRVUp014902 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 12 Mar 2008 10:27:32 -0700 (PDT) Message-Id: <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> From: Marcel Moolenaar To: Jeff Roberson In-Reply-To: <200803120949.m2C9ndTW031022@repoman.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 12 Mar 2008 10:27:25 -0700 References: <200803120949.m2C9ndTW031022@repoman.freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:27:40 -0000 On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote: > jeff 2008-03-12 09:49:39 UTC > > FreeBSD src repository > > Modified files: > lib Makefile > lib/libthread_db Makefile > Log: > - Remove libkse and related support code in libpthread from the > build. > Don't remove the files yet. Kernel support will be removed > shortly. I think removing support to debug processes that link against libkse is premature. You want to keep the support for at least a full major release, but ideally until the last release branch that supported KSE is obsoleted. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:28:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A458B106566C; Wed, 12 Mar 2008 17:28:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8178C8FC1E; Wed, 12 Mar 2008 17:28:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHSmgG089227; Wed, 12 Mar 2008 17:28:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHSmrk089226; Wed, 12 Mar 2008 17:28:48 GMT (envelope-from brooks) Message-Id: <200803121728.m2CHSmrk089226@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 17:28:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/dhclient dhclient-script X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:28:48 -0000 brooks 2008-03-12 17:28:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/dhclient dhclient-script Log: MFC rev 1.18: During PREINIT, when giving the interface the address 0.0.0.0, do it as an alias to avoid distrubing other addresses. PR: bin/119255 Submitted by: Jaakko Heinonen Revision Changes Path 1.17.2.1 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:29:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A80106568A; Wed, 12 Mar 2008 17:29:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A66778FC14; Wed, 12 Mar 2008 17:29:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHTlqX089278; Wed, 12 Mar 2008 17:29:47 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHTlt1089277; Wed, 12 Mar 2008 17:29:47 GMT (envelope-from brooks) Message-Id: <200803121729.m2CHTlt1089277@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 17:29:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/dhclient dhclient-script X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:29:48 -0000 brooks 2008-03-12 17:29:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient dhclient-script Log: MFC rev 1.18: During PREINIT, when giving the interface the address 0.0.0.0, do it as an alias to avoid distrubing other addresses. PR: bin/119255 Submitted by: Jaakko Heinonen Revision Changes Path 1.4.2.7 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:30:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A910106566C; Wed, 12 Mar 2008 17:30:29 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 07DEB8FC27; Wed, 12 Mar 2008 17:30:29 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHUShH089359; Wed, 12 Mar 2008 17:30:28 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHUScc089358; Wed, 12 Mar 2008 17:30:28 GMT (envelope-from leeym) Message-Id: <200803121730.m2CHUScc089358@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 12 Mar 2008 17:30:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/p5-SMS-Send Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:30:29 -0000 leeym 2008-03-12 17:30:28 UTC FreeBSD ports repository Modified files: comms/p5-SMS-Send Makefile Log: - fix dependency - bump PORTREVISION PR: 121625 Submitted by: leeym Approved by: maintainer Revision Changes Path 1.5 +11 -7 ports/comms/p5-SMS-Send/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:32:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FA8C1065670 for ; Wed, 12 Mar 2008 17:32:31 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outR.internet-mail-service.net (outR.internet-mail-service.net [216.240.47.241]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9AD8FC28 for ; Wed, 12 Mar 2008 17:32:29 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 12 Mar 2008 10:32:28 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 8F6F82D602D; Wed, 12 Mar 2008 10:32:27 -0700 (PDT) Message-ID: <47D813AB.6060407@elischer.org> Date: Wed, 12 Mar 2008 10:32:27 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Jeff Roberson References: <200803121012.m2CAC24p033661@repoman.freebsd.org> In-Reply-To: <200803121012.m2CAC24p033661@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:32:31 -0000 I like the discussion that went int this.. Jeff Roberson wrote: > jeff 2008-03-12 10:12:02 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 machdep.c trap.c vm_machdep.c > sys/amd64/conf DEFAULTS > sys/amd64/linux32 linux32_sysvec.c > sys/arm/arm trap.c > sys/arm/conf AVILA > sys/arm/xscale/i8134x crb_machdep.c > sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h > freebsd32_syscalls.c freebsd32_sysent.c > syscalls.master > sys/conf files options > sys/fs/fifofs fifo_vnops.c > sys/fs/procfs procfs_ctl.c procfs_dbregs.c > procfs_status.c > sys/i386/conf DEFAULTS > sys/i386/i386 sys_machdep.c trap.c vm_machdep.c > sys/i386/ibcs2 imgact_coff.c > sys/i386/linux linux_sysvec.c > sys/ia64/conf DEFAULTS > sys/ia64/ia64 machdep.c trap.c > sys/ia64/include ucontext.h > sys/kern imgact_elf.c init_sysent.c kern_clock.c > kern_exec.c kern_fork.c kern_intr.c > kern_proc.c kern_resource.c kern_sig.c > kern_switch.c kern_synch.c kern_thread.c > p1003_1b.c sched_4bsd.c sched_ule.c > subr_sleepqueue.c subr_trap.c > subr_witness.c sys_process.c syscalls.c > syscalls.master systrace_args.c > sys/pc98/conf DEFAULTS > sys/pc98/pc98 machdep.c > sys/powerpc/aim trap.c vm_machdep.c > sys/powerpc/booke trap.c vm_machdep.c > sys/powerpc/conf DEFAULTS > sys/sparc64/conf DEFAULTS > sys/sparc64/sparc64 trap.c > sys/sys proc.h sched.h syscall.h syscall.mk > sysproto.h systm.h > sys/vm vm_glue.c vm_map.c > Removed files: > sys/kern kern_kse.c > sys/sys kse.h > Log: > Remove kernel support for M:N threading. > > While the KSE project was quite successful in bringing threading to > FreeBSD, the M:N approach taken by the kse library was never developed > to its full potential. Backwards compatibility will be provided via > libmap.conf for dynamically linked binaries and static binaries will > be broken. > > Revision Changes Path > 1.681 +1 -1 src/sys/amd64/amd64/machdep.c > 1.325 +0 -8 src/sys/amd64/amd64/trap.c > 1.257 +0 -11 src/sys/amd64/amd64/vm_machdep.c > 1.13 +0 -3 src/sys/amd64/conf/DEFAULTS > 1.32 +1 -2 src/sys/amd64/linux32/linux32_sysvec.c > 1.37 +0 -12 src/sys/arm/arm/trap.c > 1.9 +0 -1 src/sys/arm/conf/AVILA > 1.4 +0 -4 src/sys/arm/xscale/i8134x/crb_machdep.c > 1.83 +0 -0 src/sys/compat/freebsd32/freebsd32_proto.h > 1.81 +0 -5 src/sys/compat/freebsd32/freebsd32_syscall.h > 1.72 +5 -5 src/sys/compat/freebsd32/freebsd32_syscalls.c > 1.82 +5 -5 src/sys/compat/freebsd32/freebsd32_sysent.c > 1.97 +5 -7 src/sys/compat/freebsd32/syscalls.master > 1.1280 +0 -1 src/sys/conf/files > 1.620 +0 -1 src/sys/conf/options > 1.144 +1 -1 src/sys/fs/fifofs/fifo_vnops.c > 1.57 +2 -5 src/sys/fs/procfs/procfs_ctl.c > 1.28 +0 -1 src/sys/fs/procfs/procfs_dbregs.c > 1.63 +7 -14 src/sys/fs/procfs/procfs_status.c > 1.13 +0 -3 src/sys/i386/conf/DEFAULTS > 1.113 +0 -3 src/sys/i386/i386/sys_machdep.c > 1.312 +0 -8 src/sys/i386/i386/trap.c > 1.285 +1 -14 src/sys/i386/i386/vm_machdep.c > 1.71 +1 -1 src/sys/i386/ibcs2/imgact_coff.c > 1.151 +1 -2 src/sys/i386/linux/linux_sysvec.c > 1.13 +0 -3 src/sys/ia64/conf/DEFAULTS > 1.231 +0 -3 src/sys/ia64/ia64/machdep.c > 1.130 +0 -4 src/sys/ia64/ia64/trap.c > 1.8 +0 -1 src/sys/ia64/include/ucontext.h > 1.186 +2 -6 src/sys/kern/imgact_elf.c > 1.235 +6 -6 src/sys/kern/init_sysent.c > 1.207 +0 -8 src/sys/kern/kern_clock.c > 1.316 +1 -1 src/sys/kern/kern_exec.c > 1.290 +1 -1 src/sys/kern/kern_fork.c > 1.154 +0 -1 src/sys/kern/kern_intr.c > 1.240 +0 -1445 src/sys/kern/kern_kse.c (dead) > 1.262 +2 -2 src/sys/kern/kern_proc.c > 1.183 +0 -2 src/sys/kern/kern_resource.c > 1.358 +0 -157 src/sys/kern/kern_sig.c > 1.139 +1 -1 src/sys/kern/kern_switch.c > 1.308 +2 -12 src/sys/kern/kern_synch.c > 1.269 +2 -127 src/sys/kern/kern_thread.c > 1.38 +2 -2 src/sys/kern/p1003_1b.c > 1.117 +0 -2 src/sys/kern/sched_4bsd.c > 1.232 +0 -9 src/sys/kern/sched_ule.c > 1.47 +2 -10 src/sys/kern/subr_sleepqueue.c > 1.302 +1 -23 src/sys/kern/subr_trap.c > 1.241 +0 -1 src/sys/kern/subr_witness.c > 1.147 +0 -15 src/sys/kern/sys_process.c > 1.219 +6 -6 src/sys/kern/syscalls.c > 1.239 +6 -11 src/sys/kern/syscalls.master > 1.19 +0 -44 src/sys/kern/systrace_args.c > 1.11 +0 -3 src/sys/pc98/conf/DEFAULTS > 1.401 +1 -1 src/sys/pc98/pc98/machdep.c > 1.72 +0 -5 src/sys/powerpc/aim/trap.c > 1.120 +1 -1 src/sys/powerpc/aim/vm_machdep.c > 1.2 +0 -5 src/sys/powerpc/booke/trap.c > 1.2 +1 -1 src/sys/powerpc/booke/vm_machdep.c > 1.10 +0 -3 src/sys/powerpc/conf/DEFAULTS > 1.12 +0 -3 src/sys/sparc64/conf/DEFAULTS > 1.90 +0 -4 src/sys/sparc64/sparc64/trap.c > 1.29 +0 -135 src/sys/sys/kse.h (dead) > 1.506 +10 -105 src/sys/sys/proc.h > 1.37 +0 -5 src/sys/sys/sched.h > 1.216 +0 -6 src/sys/sys/syscall.h > 1.171 +0 -6 src/sys/sys/syscall.mk > 1.220 +0 -34 src/sys/sys/sysproto.h > 1.264 +0 -1 src/sys/sys/systm.h > 1.228 +0 -2 src/sys/vm/vm_glue.c > 1.393 +2 -2 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:32:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7839106566C; Wed, 12 Mar 2008 17:32:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE1168FC15; Wed, 12 Mar 2008 17:32:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHWikw089541; Wed, 12 Mar 2008 17:32:44 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHWiqp089540; Wed, 12 Mar 2008 17:32:44 GMT (envelope-from jadawin) Message-Id: <200803121732.m2CHWiqp089540@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 12 Mar 2008 17:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/www Makefile ports/www/scout Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:32:44 -0000 jadawin 2008-03-12 17:32:44 UTC FreeBSD ports repository Modified files: . modules . MOVED www Makefile Removed files: www/scout Makefile distinfo pkg-descr Log: 2008-04-12 www/scout: Abandonware, website disappeared. Approved by: tabthorpe via irc (mentor) Revision Changes Path 1.19490 +0 -1 CVSROOT/modules 1.1555 +2 -1 ports/MOVED 1.1997 +0 -1 ports/www/Makefile 1.17 +0 -30 ports/www/scout/Makefile (dead) 1.5 +0 -3 ports/www/scout/distinfo (dead) 1.2 +0 -6 ports/www/scout/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:35:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69A5A1065671; Wed, 12 Mar 2008 17:35:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45B1D8FC2B; Wed, 12 Mar 2008 17:35:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHZdfG089774; Wed, 12 Mar 2008 17:35:39 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHZdlB089773; Wed, 12 Mar 2008 17:35:39 GMT (envelope-from brooks) Message-Id: <200803121735.m2CHZdlB089773@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 17:35:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:35:39 -0000 brooks 2008-03-12 17:35:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d dhclient Log: MFC rev 1.31: When the state of the interface changes rapidly enough there is a race where dhclient is in the process of exiting due to the link going down when the link coming up causes devd to try and start a new one. This results is the link being up, but no dhclient running. Work around this race by checking a second time after a one second delay before refusing to start a dhclient instance due to one already being running. Revision Changes Path 1.28.2.2 +5 -1 src/etc/rc.d/dhclient From owner-cvs-all@FreeBSD.ORG Wed Mar 12 17:41:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 634081065671; Wed, 12 Mar 2008 17:41:38 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0E38FC26; Wed, 12 Mar 2008 17:41:38 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CHfcEY090300; Wed, 12 Mar 2008 17:41:38 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CHfcrr090299; Wed, 12 Mar 2008 17:41:38 GMT (envelope-from brooks) Message-Id: <200803121741.m2CHfcrr090299@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 17:41:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 17:41:38 -0000 brooks 2008-03-12 17:41:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d dhclient Log: Sync with current merging revs 1.27 and 1.31. 1.27: Use get_if_var() to retrieve interface specific values of dhclient_flags and background_dhclient. This allows interfaces who's names are not valid parts of shell variables and shortens the code. 1.31: When the state of the interface changes rapidly enough there is a race where dhclient is in the process of exiting due to the link going down when the link coming up causes devd to try and start a new one. This results is the link being up, but no dhclient running. Work around this race by checking a second time after a one second delay before refusing to start a dhclient instance due to one already being running. Revision Changes Path 1.20.2.6 +8 -8 src/etc/rc.d/dhclient From owner-cvs-all@FreeBSD.ORG Wed Mar 12 18:06:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B871B106566B; Wed, 12 Mar 2008 18:06:10 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95DA48FC14; Wed, 12 Mar 2008 18:06:10 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CI6Abb092541; Wed, 12 Mar 2008 18:06:10 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CI6ATn092540; Wed, 12 Mar 2008 18:06:10 GMT (envelope-from johans) Message-Id: <200803121806.m2CI6ATn092540@repoman.freebsd.org> From: Johan van Selst Date: Wed, 12 Mar 2008 18:06:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 18:06:10 -0000 johans 2008-03-12 18:06:10 UTC FreeBSD ports repository Modified files: security/mcrypt Makefile Log: Remove trailing slash that breaks dependency registation PR: ports/121647 Submitted by: MOROHOSHI Akihiko Revision Changes Path 1.40 +1 -1 ports/security/mcrypt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 18:10:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E1AC1065671; Wed, 12 Mar 2008 18:10:35 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BAE08FC1C; Wed, 12 Mar 2008 18:10:35 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CIAZ40092775; Wed, 12 Mar 2008 18:10:35 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CIAZxh092774; Wed, 12 Mar 2008 18:10:35 GMT (envelope-from johans) Message-Id: <200803121810.m2CIAZxh092774@repoman.freebsd.org> From: Johan van Selst Date: Wed, 12 Mar 2008 18:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 18:10:35 -0000 johans 2008-03-12 18:10:35 UTC FreeBSD ports repository Modified files: security/mcrypt Makefile Log: Bump portrevision, forgotten in previous commit (dependency changed) Revision Changes Path 1.41 +1 -0 ports/security/mcrypt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 18:23:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55DFB1065676; Wed, 12 Mar 2008 18:23:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 165B78FC24; Wed, 12 Mar 2008 18:23:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CINdHa093483; Wed, 12 Mar 2008 18:23:39 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CINdaX093482; Wed, 12 Mar 2008 18:23:39 GMT (envelope-from remko) Message-Id: <200803121823.m2CINdaX093482@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 18:23:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/agp agp_i810.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 18:23:41 -0000 remko 2008-03-12 18:23:39 UTC FreeBSD src repository Modified files: sys/dev/agp agp_i810.c Log: Add resume support to the agp_i810 family. Submitted by: "Robert Noland" Reviewed by: anholt Approved by: anholt, imp (mentor) MFC after: 1 week Revision Changes Path 1.45 +17 -0 src/sys/dev/agp/agp_i810.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 18:25:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E491065679; Wed, 12 Mar 2008 18:25:48 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE768FC2F; Wed, 12 Mar 2008 18:25:48 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CIPl7x093584; Wed, 12 Mar 2008 18:25:47 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CIPlJC093583; Wed, 12 Mar 2008 18:25:47 GMT (envelope-from remko) Message-Id: <200803121825.m2CIPlJC093583@repoman.freebsd.org> From: Remko Lodder Date: Wed, 12 Mar 2008 18:25:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys disklabel.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 18:25:48 -0000 remko 2008-03-12 18:25:47 UTC FreeBSD src repository Modified files: sys/sys disklabel.h Log: Add missing comma. PR: bin/121645 Submitted by: OISHI Masakuni Approved by: imp (mentor, implicit for trivial changes) MFC after: 3 days Revision Changes Path 1.111 +1 -1 src/sys/sys/disklabel.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 19:09:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48FF11065670; Wed, 12 Mar 2008 19:09:21 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26A538FC20; Wed, 12 Mar 2008 19:09:21 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CJ9Laq097770; Wed, 12 Mar 2008 19:09:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CJ9KIn097769; Wed, 12 Mar 2008 19:09:20 GMT (envelope-from sam) Message-Id: <200803121909.m2CJ9KIn097769@repoman.freebsd.org> From: Sam Leffler Date: Wed, 12 Mar 2008 19:09:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/uart uart.h uart_dev_ns8250.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 19:09:21 -0000 sam 2008-03-12 19:09:20 UTC FreeBSD src repository Modified files: sys/dev/uart uart.h uart_dev_ns8250.c Log: add device hints to control the rx FIFO interrupt level on 16550A parts PR: kern/121421 Submitted by: UEMURA Tetsuya Reviewed by: marcel MFC after: 2 weeks Revision Changes Path 1.8 +4 -0 src/sys/dev/uart/uart.h 1.28 +14 -1 src/sys/dev/uart/uart_dev_ns8250.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 19:09:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 426571065682; Wed, 12 Mar 2008 19:09:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20F368FC22; Wed, 12 Mar 2008 19:09:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CJ9wVd097812; Wed, 12 Mar 2008 19:09:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CJ9wPe097811; Wed, 12 Mar 2008 19:09:58 GMT (envelope-from sam) Message-Id: <200803121909.m2CJ9wPe097811@repoman.freebsd.org> From: Sam Leffler Date: Wed, 12 Mar 2008 19:09:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uart.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 19:09:59 -0000 sam 2008-03-12 19:09:58 UTC FreeBSD src repository Modified files: share/man/man4 uart.4 Log: document device hints including new ones to control rx fifo trigger MFC after: 2 weeks Revision Changes Path 1.12 +28 -1 src/share/man/man4/uart.4 From owner-cvs-all@FreeBSD.ORG Wed Mar 12 19:39:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B05106566B; Wed, 12 Mar 2008 19:39:59 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41F718FC2C; Wed, 12 Mar 2008 19:39:59 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CJdwFH099077; Wed, 12 Mar 2008 19:39:58 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CJdwaa099076; Wed, 12 Mar 2008 19:39:58 GMT (envelope-from brooks) Message-Id: <200803121939.m2CJdwaa099076@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 19:39:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ca_root_nss Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 19:39:59 -0000 brooks 2008-03-12 19:39:58 UTC FreeBSD ports repository Modified files: security/ca_root_nss Makefile distinfo Log: Chase nss version to 3.11.9 and modssl to 2.8.31-1.3.41. This includes the changes: Bug 411299, Add Identrust, Truktrust, SwissSign Roots Bug 229335, Remove certificates that expired in August 2004 from tree Revision Changes Path 1.3 +3 -3 ports/security/ca_root_nss/Makefile 1.3 +6 -6 ports/security/ca_root_nss/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:01:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D4111065674; Wed, 12 Mar 2008 20:01:32 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0440E8FC1E; Wed, 12 Mar 2008 20:01:32 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CK1V7f099840; Wed, 12 Mar 2008 20:01:31 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CK1VwQ099839; Wed, 12 Mar 2008 20:01:31 GMT (envelope-from nox) Message-Id: <200803122001.m2CK1VwQ099839@repoman.freebsd.org> From: Juergen Lock Date: Wed, 12 Mar 2008 20:01:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile pkg-message ports/emulators/qemu-devel/files patch-hw-e1000.c patch-tcg-tcg-op.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:01:32 -0000 nox 2008-03-12 20:01:31 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile pkg-message Added files: emulators/qemu-devel/files patch-hw-e1000.c patch-tcg-tcg-op.h Log: - Add tcg bugfix that went missing in the security rush [1] - Change the e1000 mmio addr space according to spec [2] - Update pkg-message - Bump PORTREVISION Submitted by: nox [1] Obtained from: qemu cvs [2] Revision Changes Path 1.83 +1 -0 ports/emulators/qemu-devel/Makefile 1.1 +17 -0 ports/emulators/qemu-devel/files/patch-hw-e1000.c (new) 1.1 +19 -0 ports/emulators/qemu-devel/files/patch-tcg-tcg-op.h (new) 1.24 +12 -1 ports/emulators/qemu-devel/pkg-message From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:03:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40669106566B; Wed, 12 Mar 2008 20:03:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8E08FC1D; Wed, 12 Mar 2008 20:03:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CK3VUT001208; Wed, 12 Mar 2008 20:03:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CK3VQe001207; Wed, 12 Mar 2008 20:03:31 GMT (envelope-from sam) Message-Id: <200803122003.m2CK3VQe001207@repoman.freebsd.org> From: Sam Leffler Date: Wed, 12 Mar 2008 20:03:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wpi if_wpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:03:32 -0000 sam 2008-03-12 20:03:31 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c Log: fix inverted test that disabled ACK's on xmit Revision Changes Path 1.10 +1 -1 src/sys/dev/wpi/if_wpi.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:15:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 818E0106566C; Wed, 12 Mar 2008 20:15:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6A58FC22; Wed, 12 Mar 2008 20:15:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CKF1Kk001622; Wed, 12 Mar 2008 20:15:01 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CKF1Oj001613; Wed, 12 Mar 2008 20:15:01 GMT (envelope-from thierry) Message-Id: <200803122015.m2CKF1Oj001613@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 12 Mar 2008 20:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/jasperreports Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:15:01 -0000 thierry 2008-03-12 20:15:00 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile distinfo Log: Upgrade to JasperReports 2.0.5. Changelog at . Revision Changes Path 1.29 +1 -1 ports/databases/jasperreports/Makefile 1.27 +6 -6 ports/databases/jasperreports/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:19:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CE79106567A; Wed, 12 Mar 2008 20:19:50 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2B58FC1B; Wed, 12 Mar 2008 20:19:50 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CKJoc0001852; Wed, 12 Mar 2008 20:19:50 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CKJoQg001851; Wed, 12 Mar 2008 20:19:50 GMT (envelope-from brooks) Message-Id: <200803122019.m2CKJoQg001851@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 20:19:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ca_root_nss Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:19:50 -0000 brooks 2008-03-12 20:19:50 UTC FreeBSD ports repository Modified files: security/ca_root_nss Makefile pkg-descr Log: Add text to pkg-descr: This port directly tracks the version of NSS in the security/nss port. Revision Changes Path 1.4 +1 -0 ports/security/ca_root_nss/Makefile 1.2 +2 -0 ports/security/ca_root_nss/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:20:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87A4B1065672; Wed, 12 Mar 2008 20:20:34 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65F628FC17; Wed, 12 Mar 2008 20:20:34 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CKKYjf001963; Wed, 12 Mar 2008 20:20:34 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CKKYSH001962; Wed, 12 Mar 2008 20:20:34 GMT (envelope-from mezz) Message-Id: <200803122020.m2CKKYSH001962@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 12 Mar 2008 20:20:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fluxbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:20:34 -0000 mezz 2008-03-12 20:20:34 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox Makefile Log: USE_XLIB -> USE_XORG, bump the PORTREVISION. Revision Changes Path 1.47 +5 -3 ports/x11-wm/fluxbox/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:20:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B856E1065670; Wed, 12 Mar 2008 20:20:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96F568FC24; Wed, 12 Mar 2008 20:20:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CKKal9001993; Wed, 12 Mar 2008 20:20:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CKKaJu001992; Wed, 12 Mar 2008 20:20:36 GMT (envelope-from jhb) Message-Id: <200803122020.m2CKKaJu001992@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Mar 2008 20:20:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:20:36 -0000 jhb 2008-03-12 20:20:36 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Partially revert 1.95. It changed the probe for a mouse device to only accept a mouse using the boot subclass. Instead, restore the original hid_is_collection() test and fallback to testing the interface class, subclass, and protocol if that fails. MFC after: 1 week PR: usb/118670 Revision Changes Path 1.98 +4 -1 src/sys/dev/usb/ums.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 20:57:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E9621065675; Wed, 12 Mar 2008 20:57:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 575F98FC2F; Wed, 12 Mar 2008 20:57:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CKvIWm012199; Wed, 12 Mar 2008 20:57:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CKvITs012197; Wed, 12 Mar 2008 20:57:18 GMT (envelope-from jhb) Message-Id: <200803122057.m2CKvITs012197@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Mar 2008 20:57:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 20:57:18 -0000 jhb 2008-03-12 20:57:17 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: Relax the BIOS/OS sempahore handoff code to workaround different hard hangs (one at boot, one at shutdown) in recent machines. First, only try to take ownership of the EHCI controller if the BIOS currently owns the controller. On a HP DL160 G5, the machine hangs when we try to take ownership. Second, don't bother trying to give up ownership of the controller during shutdown. It's not strictly required and a Dell DCS S29 hangs on shutdown after the config write. Both of these changes match the behavior of the Linux EHCI driver. I also think both of these hangs are caused by bugs in the BIOS' SMM handler causing it to get stuck in an infinite loop in SMM. MFC after: 1 week Revision Changes Path 1.30 +4 -1 src/sys/dev/usb/ehci_pci.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:02:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 973CA1065670; Wed, 12 Mar 2008 21:02:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 757648FC19; Wed, 12 Mar 2008 21:02:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CL21gL012419; Wed, 12 Mar 2008 21:02:01 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CL21Tl012418; Wed, 12 Mar 2008 21:02:01 GMT (envelope-from brooks) Message-Id: <200803122102.m2CL21Tl012418@repoman.freebsd.org> From: Brooks Davis Date: Wed, 12 Mar 2008 21:02:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ca_root_nss Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:02:01 -0000 brooks 2008-03-12 21:02:01 UTC FreeBSD ports repository Modified files: security/ca_root_nss Makefile Added files: security/ca_root_nss pkg-plist Log: Add an option (defaulting to off since messing with files outside PREFIX is to be avoided) to link the installed certificate bundle to /etc/ssh/cert.pem Revision Changes Path 1.5 +16 -3 ports/security/ca_root_nss/Makefile 1.1 +4 -0 ports/security/ca_root_nss/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:10:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D7611065670; Wed, 12 Mar 2008 21:10:26 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9433D8FC13; Wed, 12 Mar 2008 21:10:26 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CLAQuH013917; Wed, 12 Mar 2008 21:10:26 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from kaiw@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CLAQPC013916; Wed, 12 Mar 2008 21:10:26 GMT (envelope-from kaiw) Message-Id: <200803122110.m2CLAQPC013916@repoman.freebsd.org> From: Kai Wang Date: Wed, 12 Mar 2008 21:10:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_ar.c src/lib/libarchive/test test_read_format_ar.c test_write_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:10:26 -0000 kaiw 2008-03-12 21:10:26 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_ar.c lib/libarchive/test test_read_format_ar.c test_write_format_ar.c Log: Current 'ar' read support in libarchive can only handle a GNU/SVR4 filename table whose size is less than 65536 bytes. The original intention was to not consume the filename table, so the client will have a chance to look at it. To achieve that, the library call decompressor->read_ahead to read(look ahead) but do not call decompressor->consume to consume the data, thus a limit was raised since read_ahead call can only look ahead at most BUFFER_SIZE(65536) bytes at the moment, and you can not "look any further" before you consume what you already "saw". This commit will turn GNU/SVR4 filename table into "archive format data", i.e., filename table will be consumed by libarchive, so the 65536-bytes limit will be gone, but client can no longer have access to the content of filename table. 'ar' support test suite is changed accordingly. BSD ar(1) is not affected by this change since it doesn't look at the filename table. Reported by: erwin Discussed with: jkoshy, kientzle Reviewed by: jkoshy, kientzle Approved by: jkoshy(mentor), kientzle Revision Changes Path 1.9 +39 -36 src/lib/libarchive/archive_read_support_format_ar.c 1.5 +1 -3 src/lib/libarchive/test/test_read_format_ar.c 1.6 +1 -3 src/lib/libarchive/test/test_write_format_ar.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:43:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CA001065670; Wed, 12 Mar 2008 21:43:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEFB98FC1B; Wed, 12 Mar 2008 21:43:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CLhowQ017041; Wed, 12 Mar 2008 21:43:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CLhoVu017039; Wed, 12 Mar 2008 21:43:50 GMT (envelope-from jhb) Message-Id: <200803122143.m2CLhoVu017039@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Mar 2008 21:43:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:43:51 -0000 jhb 2008-03-12 21:43:50 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c mem.c Log: Minimize diffs with i686_mem.c: - A few whitespace changes I missed in the style(9) changes. - Move M_MEMDESC to mem.c. Revision Changes Path 1.28 +4 -6 src/sys/amd64/amd64/amd64_mem.c 1.122 +5 -0 src/sys/amd64/amd64/mem.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:44:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6111C1065673; Wed, 12 Mar 2008 21:44:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA8B8FC12; Wed, 12 Mar 2008 21:44:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CLil3v017119; Wed, 12 Mar 2008 21:44:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CLilCr017118; Wed, 12 Mar 2008 21:44:47 GMT (envelope-from jhb) Message-Id: <200803122144.m2CLilCr017118@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Mar 2008 21:44:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 i686_mem.c k6_mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:44:47 -0000 jhb 2008-03-12 21:44:47 UTC FreeBSD src repository Modified files: sys/i386/i386 i686_mem.c k6_mem.c Log: MFamd64: Break up the probe logic in the mem_drvinit routines so it's a bit easier to parse. Revision Changes Path 1.27 +10 -7 src/sys/i386/i386/i686_mem.c 1.13 +8 -6 src/sys/i386/i386/k6_mem.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:54:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A933E106566B; Wed, 12 Mar 2008 21:54:21 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7436E8FC1C; Wed, 12 Mar 2008 21:54:21 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.107] (cpe-24-94-75-93.hawaii.res.rr.com [24.94.75.93]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id m2CLsG9n070398; Wed, 12 Mar 2008 17:54:17 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 12 Mar 2008 11:55:17 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: Marcel Moolenaar In-Reply-To: <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> Message-ID: <20080312115424.U1091@desktop> References: <200803120949.m2C9ndTW031022@repoman.freebsd.org> <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:54:21 -0000 On Wed, 12 Mar 2008, Marcel Moolenaar wrote: > > On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote: > >> jeff 2008-03-12 09:49:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib Makefile >> lib/libthread_db Makefile >> Log: >> - Remove libkse and related support code in libpthread from the build. >> Don't remove the files yet. Kernel support will be removed shortly. > > I think removing support to debug processes that link > against libkse is premature. You want to keep the > support for at least a full major release, but ideally > until the last release branch that supported KSE is > obsoleted. Hey Marcel, I thought about that but I'm not sure how it would work. Any debugging would have to happen on a kernel that supported KSE. That kernel will have to be 7.x or prior. Thanks, Jeff > > FYI, > > -- > Marcel Moolenaar > xcllnt@mac.com > From owner-cvs-all@FreeBSD.ORG Wed Mar 12 21:57:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA203106570A; Wed, 12 Mar 2008 21:57:53 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.69]) by mx1.freebsd.org (Postfix) with ESMTP id C342A8FC25; Wed, 12 Mar 2008 21:57:53 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp007-s [10.150.69.70]) by smtpoutm.mac.com (Xserve/smtpout006/MantshX 4.0) with ESMTP id m2CLveGI001262; Wed, 12 Mar 2008 14:57:40 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp007/MantshX 4.0) with ESMTP id m2CLvar2014999 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 12 Mar 2008 14:57:37 -0700 (PDT) Message-Id: From: Marcel Moolenaar To: Jeff Roberson In-Reply-To: <20080312115424.U1091@desktop> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 12 Mar 2008 14:57:31 -0700 References: <200803120949.m2C9ndTW031022@repoman.freebsd.org> <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> <20080312115424.U1091@desktop> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 21:57:54 -0000 On Mar 12, 2008, at 2:55 PM, Jeff Roberson wrote: > > On Wed, 12 Mar 2008, Marcel Moolenaar wrote: > >> >> On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote: >> >>> jeff 2008-03-12 09:49:39 UTC >>> FreeBSD src repository >>> Modified files: >>> lib Makefile >>> lib/libthread_db Makefile >>> Log: >>> - Remove libkse and related support code in libpthread from the >>> build. >>> Don't remove the files yet. Kernel support will be removed >>> shortly. >> >> I think removing support to debug processes that link >> against libkse is premature. You want to keep the >> support for at least a full major release, but ideally >> until the last release branch that supported KSE is >> obsoleted. > > Hey Marcel, > > I thought about that but I'm not sure how it would work. Any > debugging would have to happen on a kernel that supported KSE. That > kernel will have to be 7.x or prior. I was thinking about core files. There's no need for kernel support in that case, but we do need suport in libthread_db in order to extract thread state from the core file. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:08:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1900E1065672; Wed, 12 Mar 2008 22:08:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA8FF8FC18; Wed, 12 Mar 2008 22:08:02 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CM821Z019342; Wed, 12 Mar 2008 22:08:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CM82GD019341; Wed, 12 Mar 2008 22:08:02 GMT (envelope-from ahze) Message-Id: <200803122208.m2CM82GD019341@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Mar 2008 22:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nss Makefile ports/security/nss/files patch-..::coreconf::FreeBSD.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:08:03 -0000 ahze 2008-03-12 22:08:02 UTC FreeBSD ports repository Modified files: security/nss Makefile security/nss/files patch-..::coreconf::FreeBSD.mk Log: Add part of missing patch back to fix build of net/lam Requested by: mezz Revision Changes Path 1.42 +1 -0 ports/security/nss/Makefile 1.10 +2 -2 ports/security/nss/files/patch-..::coreconf::FreeBSD.mk From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:09:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E283F1065674; Wed, 12 Mar 2008 22:09:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6E648FC22; Wed, 12 Mar 2008 22:09:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CM9Jfx019438; Wed, 12 Mar 2008 22:09:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CM9JjL019437; Wed, 12 Mar 2008 22:09:19 GMT (envelope-from jhb) Message-Id: <200803122209.m2CM9JjL019437@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Mar 2008 22:09:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c src/sys/amd64/include specialreg.h src/sys/i386/i386 i686_mem.c src/sys/i386/include specialreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:09:20 -0000 jhb 2008-03-12 22:09:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c sys/amd64/include specialreg.h sys/i386/i386 i686_mem.c sys/i386/include specialreg.h Log: The variable MTRR registers actually have variable-sized PhysBase and PhysMask fields based on the number of physical address bits supported by the current CPU. The old code assumed 36 bits on i386 and 40 bits on amd64. In truth, all Intel CPUs up until recently used 36 bits (a newer Intel CPU uses 38 bits) and all the Opteron CPUs used 40 bits. In at least one case (the new Intel CPU) having the size of the mask field wrong resulted in writing questionable values into the MTRR registers on the application processors (BSP as well if you modify the MTRRs via memcontrol or running X, etc.). The result of the questionable physmask was that all of memory was apparently treated as uncached rather than write-back resulting in a very significant performance hit. Fix this by constructing a run-time mask for the PhysBase and PhysMask fields based on the number of physical address bits supported by the CPU. All 64-bit capable CPUs provide a count of PA bits supported via the 0x80000008 extended CPUID feature, so use that if it is available. If that feature is not available, then assume 36 PA bits. While I'm here, expand the (now-unused) macros for the PhysBase and PhysMask fields to the current largest possible value (52 PA bits). MFC after: 1 week PR: i386/120516 Reported by: Nokia Revision Changes Path 1.29 +24 -6 src/sys/amd64/amd64/amd64_mem.c 1.45 +2 -2 src/sys/amd64/include/specialreg.h 1.28 +24 -6 src/sys/i386/i386/i686_mem.c 1.44 +2 -2 src/sys/i386/include/specialreg.h From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:14:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AF9E1065672; Wed, 12 Mar 2008 22:14:15 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39A748FC13; Wed, 12 Mar 2008 22:14:15 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CMEFd0019645; Wed, 12 Mar 2008 22:14:15 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CMEFZn019644; Wed, 12 Mar 2008 22:14:15 GMT (envelope-from jeff) Message-Id: <200803122214.m2CMEFZn019644@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 22:14:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:14:15 -0000 jeff 2008-03-12 22:14:15 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: - Fix build breakage; there was a reference to a removed syscall in a KASSERT(). Attempt to cleanup the comment to reflect reality. Revision Changes Path 1.232 +3 -4 src/sys/ia64/ia64/machdep.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:17:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD5A106567E; Wed, 12 Mar 2008 22:17:06 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C4CF8FC13; Wed, 12 Mar 2008 22:17:06 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CMH6ne019745; Wed, 12 Mar 2008 22:17:06 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CMH6kl019744; Wed, 12 Mar 2008 22:17:06 GMT (envelope-from jeff) Message-Id: <200803122217.m2CMH6kl019744@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 22:17:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/svr4 svr4_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:17:06 -0000 jeff 2008-03-12 22:17:06 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_sysvec.c Log: - The P_SA flag has been removed. Don't reference it in a KASSERT. Revision Changes Path 1.43 +1 -2 src/sys/compat/svr4/svr4_sysvec.c From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:33:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 588291065706; Wed, 12 Mar 2008 22:33:20 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2255C8FC19; Wed, 12 Mar 2008 22:33:20 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.107] (cpe-24-94-75-93.hawaii.res.rr.com [24.94.75.93]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id m2CMXEs8079082; Wed, 12 Mar 2008 18:33:16 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 12 Mar 2008 12:34:17 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: Marcel Moolenaar In-Reply-To: Message-ID: <20080312123331.T1091@desktop> References: <200803120949.m2C9ndTW031022@repoman.freebsd.org> <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> <20080312115424.U1091@desktop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:33:20 -0000 On Wed, 12 Mar 2008, Marcel Moolenaar wrote: > > On Mar 12, 2008, at 2:55 PM, Jeff Roberson wrote: > >> >> On Wed, 12 Mar 2008, Marcel Moolenaar wrote: >> >>> >>> On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote: >>> >>>> jeff 2008-03-12 09:49:39 UTC >>>> FreeBSD src repository >>>> Modified files: >>>> lib Makefile >>>> lib/libthread_db Makefile >>>> Log: >>>> - Remove libkse and related support code in libpthread from the build. >>>> Don't remove the files yet. Kernel support will be removed shortly. >>> >>> I think removing support to debug processes that link >>> against libkse is premature. You want to keep the >>> support for at least a full major release, but ideally >>> until the last release branch that supported KSE is >>> obsoleted. >> >> Hey Marcel, >> >> I thought about that but I'm not sure how it would work. Any debugging >> would have to happen on a kernel that supported KSE. That kernel will have >> to be 7.x or prior. > > I was thinking about core files. There's no need for kernel > support in that case, but we do need suport in libthread_db > in order to extract thread state from the core file. > FYI, Oh excellent point. I'll restore that. I can move the kse.h file from the Attic into libthread_db. I hadn't deleted the library or the thread_db yet incase something like this came up. Thanks, Jeff > > -- > Marcel Moolenaar > xcllnt@mac.com > From owner-cvs-all@FreeBSD.ORG Wed Mar 12 22:42:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FBE71065675; Wed, 12 Mar 2008 22:42:50 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.68]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6328FC26; Wed, 12 Mar 2008 22:42:50 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp007-s [10.150.69.70]) by smtpoutm.mac.com (Xserve/smtpout005/MantshX 4.0) with ESMTP id m2CMghlh001897; Wed, 12 Mar 2008 15:42:43 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp007/MantshX 4.0) with ESMTP id m2CMgaWS022636 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 12 Mar 2008 15:42:38 -0700 (PDT) Message-Id: <675E8F7C-16B2-410C-8239-E9E396A6F6BC@mac.com> From: Marcel Moolenaar To: Jeff Roberson In-Reply-To: <20080312123331.T1091@desktop> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 12 Mar 2008 15:42:36 -0700 References: <200803120949.m2C9ndTW031022@repoman.freebsd.org> <34B0E2E4-4F7F-4A0B-97DD-2D69DCC612AD@mac.com> <20080312115424.U1091@desktop> <20080312123331.T1091@desktop> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:42:50 -0000 On Mar 12, 2008, at 3:34 PM, Jeff Roberson wrote: > > On Wed, 12 Mar 2008, Marcel Moolenaar wrote: > >> >> On Mar 12, 2008, at 2:55 PM, Jeff Roberson wrote: >> >>> On Wed, 12 Mar 2008, Marcel Moolenaar wrote: >>>> On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote: >>>>> jeff 2008-03-12 09:49:39 UTC >>>>> FreeBSD src repository >>>>> Modified files: >>>>> lib Makefile >>>>> lib/libthread_db Makefile >>>>> Log: >>>>> - Remove libkse and related support code in libpthread from the >>>>> build. >>>>> Don't remove the files yet. Kernel support will be removed >>>>> shortly. >>>> I think removing support to debug processes that link >>>> against libkse is premature. You want to keep the >>>> support for at least a full major release, but ideally >>>> until the last release branch that supported KSE is >>>> obsoleted. >>> Hey Marcel, >>> I thought about that but I'm not sure how it would work. Any >>> debugging would have to happen on a kernel that supported KSE. >>> That kernel will have to be 7.x or prior. >> >> I was thinking about core files. There's no need for kernel >> support in that case, but we do need suport in libthread_db >> in order to extract thread state from the core file. >> FYI, > > Oh excellent point. I'll restore that. I can move the kse.h file > from the Attic into libthread_db. I hadn't deleted the library or > the thread_db yet incase something like this came up. Thanks; and thanks for taking care of the ia64 tinderbox failure :-) -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:01:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 919CE1065675; Wed, 12 Mar 2008 23:01:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 898908FC1D; Wed, 12 Mar 2008 23:01:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CN1feW026874; Wed, 12 Mar 2008 23:01:41 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CN1fvG026873; Wed, 12 Mar 2008 23:01:41 GMT (envelope-from delphij) Message-Id: <200803122301.m2CN1fvG026873@repoman.freebsd.org> From: Xin LI Date: Wed, 12 Mar 2008 23:01:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZOULAS Cc: Subject: cvs commit: src/contrib/tcsh - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:01:41 -0000 delphij 2008-03-12 23:01:41 UTC FreeBSD src repository src/contrib/tcsh - Imported sources Update of /home/ncvs/src/contrib/tcsh In directory repoman.freebsd.org:/tmp/cvs-serv26837 Log Message: Reapply a bugfix that was done as sh.lex.c,v 1.1.1.8 Status: Vendor Tag: ZOULAS Release Tags: tcsh_6_15b U src/contrib/tcsh/tc.os.c U src/contrib/tcsh/sh.sem.c U src/contrib/tcsh/Makefile.ADMIN U src/contrib/tcsh/tc.str.c U src/contrib/tcsh/tw.color.c U src/contrib/tcsh/sh.exec.c U src/contrib/tcsh/FAQ U src/contrib/tcsh/tc.alloc.c U src/contrib/tcsh/sh.proc.c U src/contrib/tcsh/MAKESHAR U src/contrib/tcsh/tw.parse.c U src/contrib/tcsh/tc.printf.c U src/contrib/tcsh/Makefile.vms U src/contrib/tcsh/mi.termios.c U src/contrib/tcsh/tw.init.c U src/contrib/tcsh/gethost.c U src/contrib/tcsh/ed.init.c U src/contrib/tcsh/tw.comp.c U src/contrib/tcsh/termcap.vms U src/contrib/tcsh/ed.term.h U src/contrib/tcsh/glob.c U src/contrib/tcsh/sh.file.c U src/contrib/tcsh/NewThings U src/contrib/tcsh/glob.3 U src/contrib/tcsh/sh.types.h U src/contrib/tcsh/tcsh.man2html U src/contrib/tcsh/sh.init.c U src/contrib/tcsh/sh.dir.c U src/contrib/tcsh/tc.who.c U src/contrib/tcsh/Ported U src/contrib/tcsh/tc.func.c U src/contrib/tcsh/tw.spell.c U src/contrib/tcsh/sh.dol.c U src/contrib/tcsh/sh.exp.c U src/contrib/tcsh/ed.refresh.c U src/contrib/tcsh/ed.h U src/contrib/tcsh/tc.disc.c U src/contrib/tcsh/sh.print.c U src/contrib/tcsh/ed.decls.h U src/contrib/tcsh/config.guess U src/contrib/tcsh/sh.char.h U src/contrib/tcsh/tw.help.c U src/contrib/tcsh/MAKEDIFFS U src/contrib/tcsh/mi.wait.h U src/contrib/tcsh/Fixes U src/contrib/tcsh/tc.nls.h U src/contrib/tcsh/tc.sig.h U src/contrib/tcsh/ed.defns.c U src/contrib/tcsh/sh.glob.c U src/contrib/tcsh/Y2K U src/contrib/tcsh/sh.c U src/contrib/tcsh/tcsh.man U src/contrib/tcsh/install-sh U src/contrib/tcsh/config.h.in U src/contrib/tcsh/README.imake U src/contrib/tcsh/sh.decls.h U src/contrib/tcsh/configure.in U src/contrib/tcsh/sh.set.c U src/contrib/tcsh/tw.h U src/contrib/tcsh/sh.dir.h U src/contrib/tcsh/ma.setp.c U src/contrib/tcsh/RELEASE-PROCEDURE U src/contrib/tcsh/sh.func.c U src/contrib/tcsh/WishList U src/contrib/tcsh/csh-mode.el U src/contrib/tcsh/glob.h U src/contrib/tcsh/ed.term.c U src/contrib/tcsh/sh.parse.c U src/contrib/tcsh/sh.proc.h U src/contrib/tcsh/tc.h U src/contrib/tcsh/README U src/contrib/tcsh/sh.time.c U src/contrib/tcsh/configure U src/contrib/tcsh/complete.tcsh U src/contrib/tcsh/vms.termcap.c U src/contrib/tcsh/snames.h U src/contrib/tcsh/eight-bit.me U src/contrib/tcsh/patchlevel.h U src/contrib/tcsh/tc.wait.h U src/contrib/tcsh/tc.os.h U src/contrib/tcsh/ed.screen.c U src/contrib/tcsh/ed.chared.c U src/contrib/tcsh/tc.vers.c U src/contrib/tcsh/Makefile.in U src/contrib/tcsh/src.desc U src/contrib/tcsh/ed.inputl.c U src/contrib/tcsh/config.sub U src/contrib/tcsh/tc.sched.c U src/contrib/tcsh/sh.hist.c U src/contrib/tcsh/host.defs U src/contrib/tcsh/tc.nls.c U src/contrib/tcsh/tc.sig.c U src/contrib/tcsh/sh.misc.c U src/contrib/tcsh/Imakefile U src/contrib/tcsh/sh.h U src/contrib/tcsh/mi.varargs.h U src/contrib/tcsh/sh.err.c U src/contrib/tcsh/sh.lex.c U src/contrib/tcsh/ed.xmap.c U src/contrib/tcsh/Copyright U src/contrib/tcsh/sh.char.c U src/contrib/tcsh/tc.const.c U src/contrib/tcsh/tc.bind.c U src/contrib/tcsh/imake.config U src/contrib/tcsh/tw.decls.h U src/contrib/tcsh/config_f.h U src/contrib/tcsh/tc.prompt.c U src/contrib/tcsh/pathnames.h U src/contrib/tcsh/tc.decls.h U src/contrib/tcsh/Makefile.std U src/contrib/tcsh/nls/Makefile U src/contrib/tcsh/nls/pl/set24 U src/contrib/tcsh/nls/pl/set1 U src/contrib/tcsh/nls/pl/set16 U src/contrib/tcsh/nls/pl/set11 U src/contrib/tcsh/nls/pl/set23 U src/contrib/tcsh/nls/pl/set6 U src/contrib/tcsh/nls/pl/set29 U src/contrib/tcsh/nls/pl/set30 U src/contrib/tcsh/nls/pl/set2 U src/contrib/tcsh/nls/pl/set27 U src/contrib/tcsh/nls/pl/set8 U src/contrib/tcsh/nls/pl/set15 U src/contrib/tcsh/nls/pl/set18 U src/contrib/tcsh/nls/pl/set12 U src/contrib/tcsh/nls/pl/set5 U src/contrib/tcsh/nls/pl/set20 U src/contrib/tcsh/nls/pl/charset U src/contrib/tcsh/nls/pl/set31 U src/contrib/tcsh/nls/pl/set10 U src/contrib/tcsh/nls/pl/set7 U src/contrib/tcsh/nls/pl/set22 U src/contrib/tcsh/nls/pl/README U src/contrib/tcsh/nls/pl/set25 U src/contrib/tcsh/nls/pl/set17 U src/contrib/tcsh/nls/pl/set13 U src/contrib/tcsh/nls/pl/set19 U src/contrib/tcsh/nls/pl/set21 U src/contrib/tcsh/nls/pl/set4 U src/contrib/tcsh/nls/pl/set26 U src/contrib/tcsh/nls/pl/set9 U src/contrib/tcsh/nls/pl/set3 U src/contrib/tcsh/nls/pl/set14 U src/contrib/tcsh/nls/greek/set9 U src/contrib/tcsh/nls/greek/set3 U src/contrib/tcsh/nls/greek/set14 U src/contrib/tcsh/nls/greek/set26 U src/contrib/tcsh/nls/greek/set21 U src/contrib/tcsh/nls/greek/set19 U src/contrib/tcsh/nls/greek/charset U src/contrib/tcsh/nls/greek/set13 U src/contrib/tcsh/nls/greek/set4 U src/contrib/tcsh/nls/greek/set17 U src/contrib/tcsh/nls/greek/set25 U src/contrib/tcsh/nls/greek/set22 U src/contrib/tcsh/nls/greek/set10 U src/contrib/tcsh/nls/greek/set7 U src/contrib/tcsh/nls/greek/set31 U src/contrib/tcsh/nls/greek/set5 U src/contrib/tcsh/nls/greek/set20 U src/contrib/tcsh/nls/greek/set12 U src/contrib/tcsh/nls/greek/set18 U src/contrib/tcsh/nls/greek/set15 U src/contrib/tcsh/nls/greek/set27 U src/contrib/tcsh/nls/greek/set2 U src/contrib/tcsh/nls/greek/set8 U src/contrib/tcsh/nls/greek/set6 U src/contrib/tcsh/nls/greek/set30 U src/contrib/tcsh/nls/greek/set29 U src/contrib/tcsh/nls/greek/set23 U src/contrib/tcsh/nls/greek/set11 U src/contrib/tcsh/nls/greek/set16 U src/contrib/tcsh/nls/greek/set24 U src/contrib/tcsh/nls/greek/set1 U src/contrib/tcsh/nls/spanish/set25 U src/contrib/tcsh/nls/spanish/set17 U src/contrib/tcsh/nls/spanish/set7 U src/contrib/tcsh/nls/spanish/charset U src/contrib/tcsh/nls/spanish/set31 U src/contrib/tcsh/nls/spanish/set10 U src/contrib/tcsh/nls/spanish/set22 U src/contrib/tcsh/nls/spanish/set26 U src/contrib/tcsh/nls/spanish/set14 U src/contrib/tcsh/nls/spanish/set4 U src/contrib/tcsh/nls/spanish/set3 U src/contrib/tcsh/nls/spanish/set9 U src/contrib/tcsh/nls/spanish/set13 U src/contrib/tcsh/nls/spanish/set19 U src/contrib/tcsh/nls/spanish/set21 U src/contrib/tcsh/nls/spanish/set11 U src/contrib/tcsh/nls/spanish/set23 U src/contrib/tcsh/nls/spanish/set29 U src/contrib/tcsh/nls/spanish/set1 U src/contrib/tcsh/nls/spanish/set30 U src/contrib/tcsh/nls/spanish/set6 U src/contrib/tcsh/nls/spanish/set24 U src/contrib/tcsh/nls/spanish/set16 U src/contrib/tcsh/nls/spanish/set18 U src/contrib/tcsh/nls/spanish/set12 U src/contrib/tcsh/nls/spanish/set20 U src/contrib/tcsh/nls/spanish/set8 U src/contrib/tcsh/nls/spanish/set2 U src/contrib/tcsh/nls/spanish/set5 U src/contrib/tcsh/nls/spanish/set27 U src/contrib/tcsh/nls/spanish/set15 U src/contrib/tcsh/nls/et/set22 U src/contrib/tcsh/nls/et/set10 U src/contrib/tcsh/nls/et/set3 U src/contrib/tcsh/nls/et/set9 U src/contrib/tcsh/nls/et/set31 U src/contrib/tcsh/nls/et/set4 U src/contrib/tcsh/nls/et/set17 U src/contrib/tcsh/nls/et/set25 U src/contrib/tcsh/nls/et/set21 U src/contrib/tcsh/nls/et/set19 U src/contrib/tcsh/nls/et/set13 U src/contrib/tcsh/nls/et/set7 U src/contrib/tcsh/nls/et/set14 U src/contrib/tcsh/nls/et/set26 U src/contrib/tcsh/nls/et/set16 U src/contrib/tcsh/nls/et/set24 U src/contrib/tcsh/nls/et/set5 U src/contrib/tcsh/nls/et/set8 U src/contrib/tcsh/nls/et/set30 U src/contrib/tcsh/nls/et/set2 U src/contrib/tcsh/nls/et/set29 U src/contrib/tcsh/nls/et/set23 U src/contrib/tcsh/nls/et/set11 U src/contrib/tcsh/nls/et/set15 U src/contrib/tcsh/nls/et/set27 U src/contrib/tcsh/nls/et/charset U src/contrib/tcsh/nls/et/set6 U src/contrib/tcsh/nls/et/set1 U src/contrib/tcsh/nls/et/set20 U src/contrib/tcsh/nls/et/set12 U src/contrib/tcsh/nls/et/set18 U src/contrib/tcsh/nls/finnish/set9 U src/contrib/tcsh/nls/finnish/set3 U src/contrib/tcsh/nls/finnish/set12 U src/contrib/tcsh/nls/finnish/set18 U src/contrib/tcsh/nls/finnish/set20 U src/contrib/tcsh/nls/finnish/set27 U src/contrib/tcsh/nls/finnish/set15 U src/contrib/tcsh/nls/finnish/set4 U src/contrib/tcsh/nls/finnish/set30 U src/contrib/tcsh/nls/finnish/set11 U src/contrib/tcsh/nls/finnish/set29 U src/contrib/tcsh/nls/finnish/set23 U src/contrib/tcsh/nls/finnish/set24 U src/contrib/tcsh/nls/finnish/charset U src/contrib/tcsh/nls/finnish/set16 U src/contrib/tcsh/nls/finnish/set7 U src/contrib/tcsh/nls/finnish/set5 U src/contrib/tcsh/nls/finnish/set26 U src/contrib/tcsh/nls/finnish/set14 U src/contrib/tcsh/nls/finnish/set19 U src/contrib/tcsh/nls/finnish/set13 U src/contrib/tcsh/nls/finnish/set21 U src/contrib/tcsh/nls/finnish/set2 U src/contrib/tcsh/nls/finnish/set8 U src/contrib/tcsh/nls/finnish/set6 U src/contrib/tcsh/nls/finnish/set25 U src/contrib/tcsh/nls/finnish/set17 U src/contrib/tcsh/nls/finnish/set10 U src/contrib/tcsh/nls/finnish/set22 U src/contrib/tcsh/nls/finnish/set1 U src/contrib/tcsh/nls/finnish/set31 U src/contrib/tcsh/nls/italian/set6 U src/contrib/tcsh/nls/italian/set14 U src/contrib/tcsh/nls/italian/set26 U src/contrib/tcsh/nls/italian/set21 U src/contrib/tcsh/nls/italian/set13 U src/contrib/tcsh/nls/italian/set19 U src/contrib/tcsh/nls/italian/set1 U src/contrib/tcsh/nls/italian/set5 U src/contrib/tcsh/nls/italian/set17 U src/contrib/tcsh/nls/italian/set25 U src/contrib/tcsh/nls/italian/set22 U src/contrib/tcsh/nls/italian/set10 U src/contrib/tcsh/nls/italian/set31 U src/contrib/tcsh/nls/italian/set2 U src/contrib/tcsh/nls/italian/set8 U src/contrib/tcsh/nls/italian/set20 U src/contrib/tcsh/nls/italian/set18 U src/contrib/tcsh/nls/italian/set12 U src/contrib/tcsh/nls/italian/set15 U src/contrib/tcsh/nls/italian/set27 U src/contrib/tcsh/nls/italian/set7 U src/contrib/tcsh/nls/italian/set30 U src/contrib/tcsh/nls/italian/set9 U src/contrib/tcsh/nls/italian/set3 U src/contrib/tcsh/nls/italian/set23 U src/contrib/tcsh/nls/italian/set29 U src/contrib/tcsh/nls/italian/set11 U src/contrib/tcsh/nls/italian/set16 U src/contrib/tcsh/nls/italian/charset U src/contrib/tcsh/nls/italian/set24 U src/contrib/tcsh/nls/italian/set4 U src/contrib/tcsh/nls/ukrainian/set24 U src/contrib/tcsh/nls/ukrainian/charset U src/contrib/tcsh/nls/ukrainian/set16 U src/contrib/tcsh/nls/ukrainian/set5 U src/contrib/tcsh/nls/ukrainian/set30 U src/contrib/tcsh/nls/ukrainian/set2 U src/contrib/tcsh/nls/ukrainian/set8 U src/contrib/tcsh/nls/ukrainian/set11 U src/contrib/tcsh/nls/ukrainian/set29 U src/contrib/tcsh/nls/ukrainian/set23 U src/contrib/tcsh/nls/ukrainian/set27 U src/contrib/tcsh/nls/ukrainian/set15 U src/contrib/tcsh/nls/ukrainian/set6 U src/contrib/tcsh/nls/ukrainian/set1 U src/contrib/tcsh/nls/ukrainian/set12 U src/contrib/tcsh/nls/ukrainian/set18 U src/contrib/tcsh/nls/ukrainian/set20 U src/contrib/tcsh/nls/ukrainian/set10 U src/contrib/tcsh/nls/ukrainian/set22 U src/contrib/tcsh/nls/ukrainian/set31 U src/contrib/tcsh/nls/ukrainian/set9 U src/contrib/tcsh/nls/ukrainian/set3 U src/contrib/tcsh/nls/ukrainian/set4 U src/contrib/tcsh/nls/ukrainian/set25 U src/contrib/tcsh/nls/ukrainian/set17 U src/contrib/tcsh/nls/ukrainian/set19 U src/contrib/tcsh/nls/ukrainian/set13 U src/contrib/tcsh/nls/ukrainian/set21 U src/contrib/tcsh/nls/ukrainian/set7 U src/contrib/tcsh/nls/ukrainian/set26 U src/contrib/tcsh/nls/ukrainian/set14 U src/contrib/tcsh/nls/french/set10 U src/contrib/tcsh/nls/french/set22 U src/contrib/tcsh/nls/french/set9 U src/contrib/tcsh/nls/french/set3 U src/contrib/tcsh/nls/french/set31 U src/contrib/tcsh/nls/french/set4 U src/contrib/tcsh/nls/french/set25 U src/contrib/tcsh/nls/french/set17 U src/contrib/tcsh/nls/french/set19 U src/contrib/tcsh/nls/french/set13 U src/contrib/tcsh/nls/french/set21 U src/contrib/tcsh/nls/french/set26 U src/contrib/tcsh/nls/french/set7 U src/contrib/tcsh/nls/french/set14 U src/contrib/tcsh/nls/french/set5 U src/contrib/tcsh/nls/french/set24 U src/contrib/tcsh/nls/french/set16 U src/contrib/tcsh/nls/french/charset U src/contrib/tcsh/nls/french/set30 U src/contrib/tcsh/nls/french/set11 U src/contrib/tcsh/nls/french/set29 U src/contrib/tcsh/nls/french/set23 U src/contrib/tcsh/nls/french/set2 U src/contrib/tcsh/nls/french/set8 U src/contrib/tcsh/nls/french/set27 U src/contrib/tcsh/nls/french/set6 U src/contrib/tcsh/nls/french/set15 U src/contrib/tcsh/nls/french/set12 U src/contrib/tcsh/nls/french/set18 U src/contrib/tcsh/nls/french/set1 U src/contrib/tcsh/nls/french/set20 U src/contrib/tcsh/nls/C/set10 U src/contrib/tcsh/nls/C/set4 U src/contrib/tcsh/nls/C/set22 U src/contrib/tcsh/nls/C/set31 U src/contrib/tcsh/nls/C/set25 U src/contrib/tcsh/nls/C/set17 U src/contrib/tcsh/nls/C/set3 U src/contrib/tcsh/nls/C/set9 U src/contrib/tcsh/nls/C/set19 U src/contrib/tcsh/nls/C/set7 U src/contrib/tcsh/nls/C/set13 U src/contrib/tcsh/nls/C/set21 U src/contrib/tcsh/nls/C/set26 U src/contrib/tcsh/nls/C/set14 U src/contrib/tcsh/nls/C/set24 U src/contrib/tcsh/nls/C/set8 U src/contrib/tcsh/nls/C/set2 U src/contrib/tcsh/nls/C/set16 U src/contrib/tcsh/nls/C/charset U src/contrib/tcsh/nls/C/set30 U src/contrib/tcsh/nls/C/set5 U src/contrib/tcsh/nls/C/set11 U src/contrib/tcsh/nls/C/set29 U src/contrib/tcsh/nls/C/set23 U src/contrib/tcsh/nls/C/set27 U src/contrib/tcsh/nls/C/set15 U src/contrib/tcsh/nls/C/set1 U src/contrib/tcsh/nls/C/set12 U src/contrib/tcsh/nls/C/set6 U src/contrib/tcsh/nls/C/set18 U src/contrib/tcsh/nls/C/set20 U src/contrib/tcsh/nls/russian/set14 U src/contrib/tcsh/nls/russian/set1 U src/contrib/tcsh/nls/russian/set26 U src/contrib/tcsh/nls/russian/set6 U src/contrib/tcsh/nls/russian/set21 U src/contrib/tcsh/nls/russian/set19 U src/contrib/tcsh/nls/russian/set13 U src/contrib/tcsh/nls/russian/set17 U src/contrib/tcsh/nls/russian/set25 U src/contrib/tcsh/nls/russian/set8 U src/contrib/tcsh/nls/russian/set2 U src/contrib/tcsh/nls/russian/set31 U src/contrib/tcsh/nls/russian/set22 U src/contrib/tcsh/nls/russian/set5 U src/contrib/tcsh/nls/russian/set10 U src/contrib/tcsh/nls/russian/set20 U src/contrib/tcsh/nls/russian/set7 U src/contrib/tcsh/nls/russian/set12 U src/contrib/tcsh/nls/russian/set18 U src/contrib/tcsh/nls/russian/set15 U src/contrib/tcsh/nls/russian/set27 U src/contrib/tcsh/nls/russian/set29 U src/contrib/tcsh/nls/russian/set4 U src/contrib/tcsh/nls/russian/set23 U src/contrib/tcsh/nls/russian/set11 U src/contrib/tcsh/nls/russian/charset U src/contrib/tcsh/nls/russian/set30 U src/contrib/tcsh/nls/russian/set16 U src/contrib/tcsh/nls/russian/set3 U src/contrib/tcsh/nls/russian/set9 U src/contrib/tcsh/nls/russian/set24 U src/contrib/tcsh/nls/ja/set11 U src/contrib/tcsh/nls/ja/set29 U src/contrib/tcsh/nls/ja/set4 U src/contrib/tcsh/nls/ja/set30 U src/contrib/tcsh/nls/ja/set3 U src/contrib/tcsh/nls/ja/set24 U src/contrib/tcsh/nls/ja/set16 U src/contrib/tcsh/nls/ja/charset U src/contrib/tcsh/nls/ja/set18 U src/contrib/tcsh/nls/ja/set12 U src/contrib/tcsh/nls/ja/set7 U src/contrib/tcsh/nls/ja/set15 U src/contrib/tcsh/nls/ja/set17 U src/contrib/tcsh/nls/ja/set2 U src/contrib/tcsh/nls/ja/set8 U src/contrib/tcsh/nls/ja/set5 U src/contrib/tcsh/nls/ja/set10 U src/contrib/tcsh/nls/ja/set1 U src/contrib/tcsh/nls/ja/set6 U src/contrib/tcsh/nls/ja/set13 U src/contrib/tcsh/nls/ja/set21 U src/contrib/tcsh/nls/german/set20 U src/contrib/tcsh/nls/german/set12 U src/contrib/tcsh/nls/german/set18 U src/contrib/tcsh/nls/german/set7 U src/contrib/tcsh/nls/german/set15 U src/contrib/tcsh/nls/german/set27 U src/contrib/tcsh/nls/german/set29 U src/contrib/tcsh/nls/german/set23 U src/contrib/tcsh/nls/german/set11 U src/contrib/tcsh/nls/german/set30 U src/contrib/tcsh/nls/german/set4 U src/contrib/tcsh/nls/german/set3 U src/contrib/tcsh/nls/german/set9 U src/contrib/tcsh/nls/german/set16 U src/contrib/tcsh/nls/german/set24 U src/contrib/tcsh/nls/german/set14 U src/contrib/tcsh/nls/german/set26 U src/contrib/tcsh/nls/german/set1 U src/contrib/tcsh/nls/german/set6 U src/contrib/tcsh/nls/german/set21 U src/contrib/tcsh/nls/german/set19 U src/contrib/tcsh/nls/german/set13 U src/contrib/tcsh/nls/german/set17 U src/contrib/tcsh/nls/german/set25 U src/contrib/tcsh/nls/german/set8 U src/contrib/tcsh/nls/german/set2 U src/contrib/tcsh/nls/german/set31 U src/contrib/tcsh/nls/german/charset U src/contrib/tcsh/nls/german/set5 U src/contrib/tcsh/nls/german/set22 U src/contrib/tcsh/nls/german/set10 U src/contrib/tcsh/config/bsd4.4 No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:02:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31974106566B; Wed, 12 Mar 2008 23:02:44 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 108838FC18; Wed, 12 Mar 2008 23:02:44 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CN2hs9026918; Wed, 12 Mar 2008 23:02:43 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CN2hAN026917; Wed, 12 Mar 2008 23:02:43 GMT (envelope-from flz) Message-Id: <200803122302.m2CN2hAN026917@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 12 Mar 2008 23:02:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/jetspeed Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:02:44 -0000 flz 2008-03-12 23:02:43 UTC FreeBSD ports repository Modified files: www/jetspeed Makefile pkg-plist Log: Fix packing list. Reported by: pavbot Revision Changes Path 1.16 +1 -1 ports/www/jetspeed/Makefile 1.6 +1 -0 ports/www/jetspeed/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:27:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AF5D1065676; Wed, 12 Mar 2008 23:27:10 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDFA68FC21; Wed, 12 Mar 2008 23:27:09 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNR9ql032800; Wed, 12 Mar 2008 23:27:09 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNR9FU032799; Wed, 12 Mar 2008 23:27:09 GMT (envelope-from maho) Message-Id: <200803122327.m2CNR9FU032799@repoman.freebsd.org> From: Maho Nakata Date: Wed, 12 Mar 2008 23:27:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:27:10 -0000 maho 2008-03-12 23:27:09 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-devel Makefile distinfo Log: Now development is moved to openoffice.org-3-devel. PR: 121209 Submitted by: jkim Revision Changes Path 1.354 +5 -3 ports/editors/openoffice.org-2-devel/Makefile 1.164 +3 -3 ports/editors/openoffice.org-2-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:30:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 822501065670; Wed, 12 Mar 2008 23:30:22 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB958FC23; Wed, 12 Mar 2008 23:30:22 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNUMIX032917; Wed, 12 Mar 2008 23:30:22 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNUMJL032916; Wed, 12 Mar 2008 23:30:22 GMT (envelope-from stas) Message-Id: <200803122330.m2CNUMJL032916@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 23:30:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:30:22 -0000 stas 2008-03-12 23:30:22 UTC FreeBSD ports repository Modified files: multimedia/audacious-plugins Makefile Log: - Bump PORTREVISION of this port as Imlib2 library version has been bumped. Reported by: garga Pointy hat to: me Revision Changes Path 1.46 +1 -0 ports/multimedia/audacious-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:31:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C72551065676 for ; Wed, 12 Mar 2008 23:31:40 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id 838998FC1A for ; Wed, 12 Mar 2008 23:31:40 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1JZaQ6-0006e0-E5; Thu, 13 Mar 2008 02:31:38 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id 1358D7D11D0; Thu, 13 Mar 2008 02:31:37 +0300 (MSK) Date: Thu, 13 Mar 2008 02:31:36 +0300 From: Stanislav Sedov To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080312233136.GA68662@dracon.ht-systems.ru> References: <200803112113.m2BLDrLk035449@repoman.freebsd.org> <20080312115958.GB69701@bluepex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20080312115958.GB69701@bluepex.com> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE Cc: Subject: Re: cvs commit: ports/Mk bsd.efl.mk ports/audio/emphasis Makefile distinfo pkg-plist ports/audio/ruby-xmms2-ecore Makefile ports/converters Makefile ports/converters/ecore-txt Makefile distinfo pkg-descr pkg-plist ports/databases/edb Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:31:40 -0000 On Wed, Mar 12, 2008 at 09:00:00AM -0300 Renato Botelho mentioned: > libImlib2.so.4 was bumped to .5, isn't it the case for bump PORTREVISION = of > all dependant ports? Maybe you did it, but if is the case, i noted one you > forgot: multimedia/audacious-plugins. >=20 Somehow I missed that one. It seems, that imlib dependency was added to it recently. Thanks for noticing that! --=20 Stanislav Sedov ST4096-RIPE From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:35:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C97A1065672; Wed, 12 Mar 2008 23:35:25 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAA98FC15; Wed, 12 Mar 2008 23:35:25 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNZPdo033107; Wed, 12 Mar 2008 23:35:25 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNZPqK033106; Wed, 12 Mar 2008 23:35:25 GMT (envelope-from stas) Message-Id: <200803122335.m2CNZPqK033106@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 23:35:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/ebuttons Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:35:25 -0000 stas 2008-03-12 23:35:24 UTC FreeBSD ports repository Modified files: x11/ebuttons Makefile Log: - Bump PORTREVISION as Imlib2 library version has been bumped - Use bsd.efl.mk features instead of depending on library directly. Reported by: pav Pointy hat to: me Revision Changes Path 1.14 +3 -3 ports/x11/ebuttons/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:36:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60F11065675; Wed, 12 Mar 2008 23:36:07 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 852198FC16; Wed, 12 Mar 2008 23:36:07 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNa7Pn033152; Wed, 12 Mar 2008 23:36:07 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNa7nE033151; Wed, 12 Mar 2008 23:36:07 GMT (envelope-from stas) Message-Id: <200803122336.m2CNa7nE033151@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 23:36:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/erun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:36:07 -0000 stas 2008-03-12 23:36:07 UTC FreeBSD ports repository Modified files: x11/erun Makefile Log: - Bump PORTREVISION as Imlib2 library version has been bumped - Use bsd.efl.mk features instead of depending on library directly. Reported by: pav Pointy hat to: me Revision Changes Path 1.17 +3 -3 ports/x11/erun/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:39:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE4241065673; Wed, 12 Mar 2008 23:39:18 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CEAE8FC14; Wed, 12 Mar 2008 23:39:18 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNdIqd033279; Wed, 12 Mar 2008 23:39:18 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNdIbT033278; Wed, 12 Mar 2008 23:39:18 GMT (envelope-from stas) Message-Id: <200803122339.m2CNdIbT033278@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 12 Mar 2008 23:39:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fbdesk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:39:18 -0000 stas 2008-03-12 23:39:18 UTC FreeBSD ports repository Modified files: x11/fbdesk Makefile Log: - Fix imlib2 dependency. Reported by: pav Pointy hat to: me Revision Changes Path 1.24 +1 -1 ports/x11/fbdesk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:51:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D2011065675; Wed, 12 Mar 2008 23:51:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C75C8FC1D; Wed, 12 Mar 2008 23:51:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNpGDP033780; Wed, 12 Mar 2008 23:51:17 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNpGsi033779; Wed, 12 Mar 2008 23:51:16 GMT (envelope-from gahr) Message-Id: <200803122351.m2CNpGsi033779@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Mar 2008 23:51:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/nightfall Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:51:17 -0000 gahr 2008-03-12 23:51:16 UTC FreeBSD ports repository Modified files: astro/nightfall Makefile pkg-plist Log: - USE_XLIB -> USE_XORG - Fix pkg-plist Approved by: miwi (mentor) Revision Changes Path 1.22 +5 -3 ports/astro/nightfall/Makefile 1.7 +8 -8 ports/astro/nightfall/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 12 23:54:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A026D106567C; Wed, 12 Mar 2008 23:54:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99D798FC48; Wed, 12 Mar 2008 23:54:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNse2n033854; Wed, 12 Mar 2008 23:54:40 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNse7E033853; Wed, 12 Mar 2008 23:54:40 GMT (envelope-from jeff) Message-Id: <200803122354.m2CNse7E033853@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 23:54:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cpuset cpuset.1 cpuset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:54:40 -0000 jeff 2008-03-12 23:54:40 UTC FreeBSD src repository Modified files: usr.bin/cpuset cpuset.1 cpuset.c Log: - When running a new command cause cpuset to operate on the per-thread mask by default rather than the setmask. This is consistent with the linux tool and more consistent with the notion that the default level is the process level. The cpuset mask can still be modified by specifying the -c option. You can not set the per-thread and cpuset mask in a single command. - Update the man page to reflect this change. Contributed by: gallatin Revision Changes Path 1.3 +6 -2 src/usr.bin/cpuset/cpuset.1 1.4 +2 -2 src/usr.bin/cpuset/cpuset.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 00:16:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D849106566B; Thu, 13 Mar 2008 00:16:19 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2598A8FC2E; Thu, 13 Mar 2008 00:16:19 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D0GJ2k035765; Thu, 13 Mar 2008 00:16:19 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D0GIH8035764; Thu, 13 Mar 2008 00:16:18 GMT (envelope-from gahr) Message-Id: <200803130016.m2D0GIH8035764@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 00:16:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/tuxguitar Makefile distinfo pkg-plist ports/audio/tuxguitar/files patch-Makefile patch-TuxGuitar-oss-jni_GNUmakefile patch-build-freebsd.xml patch-build.properties tuxguitar.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 00:16:19 -0000 gahr 2008-03-13 00:16:17 UTC FreeBSD ports repository Modified files: audio/tuxguitar Makefile distinfo pkg-plist Added files: audio/tuxguitar/files patch-Makefile patch-TuxGuitar-oss-jni_GNUmakefile tuxguitar.in Removed files: audio/tuxguitar/files patch-build-freebsd.xml patch-build.properties Log: - Update to 1.0-RC2 Approved by: miwi (mentor) Revision Changes Path 1.6 +56 -17 ports/audio/tuxguitar/Makefile 1.2 +3 -3 ports/audio/tuxguitar/distinfo 1.1 +42 -0 ports/audio/tuxguitar/files/patch-Makefile (new) 1.1 +10 -0 ports/audio/tuxguitar/files/patch-TuxGuitar-oss-jni_GNUmakefile (new) 1.2 +0 -63 ports/audio/tuxguitar/files/patch-build-freebsd.xml (dead) 1.2 +0 -64 ports/audio/tuxguitar/files/patch-build.properties (dead) 1.1 +21 -0 ports/audio/tuxguitar/files/tuxguitar.in (new) 1.2 +495 -154 ports/audio/tuxguitar/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 00:46:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 494B11065675; Thu, 13 Mar 2008 00:46:13 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE148FC1B; Thu, 13 Mar 2008 00:46:13 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D0kDGr036690; Thu, 13 Mar 2008 00:46:13 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D0kDbx036689; Thu, 13 Mar 2008 00:46:13 GMT (envelope-from jeff) Message-Id: <200803130046.m2D0kDbx036689@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 13 Mar 2008 00:46:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 00:46:13 -0000 jeff 2008-03-13 00:46:12 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: PR 117603 - Close a sleepqueue signal race by interlocking with the per-process spinlock. This was mistakenly omitted from the thread_lock patch and has been a race since. MFC After: 1 week PR: bin/117603 Reported by: Danny Braniss Revision Changes Path 1.48 +5 -2 src/sys/kern/subr_sleepqueue.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 01:53:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 444A5106566C; Thu, 13 Mar 2008 01:53:29 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9468FC15; Thu, 13 Mar 2008 01:53:29 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D1rTOp049938; Thu, 13 Mar 2008 01:53:29 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D1rSO6049937; Thu, 13 Mar 2008 01:53:28 GMT (envelope-from davidxu) Message-Id: <200803130153.m2D1rSO6049937@repoman.freebsd.org> From: David Xu Date: Thu, 13 Mar 2008 01:53:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem_timedwait.3 sem_wait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 01:53:29 -0000 davidxu 2008-03-13 01:53:28 UTC FreeBSD src repository Modified files: lib/libc/gen sem_timedwait.3 sem_wait.3 Log: In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO section, sync it with sem_wait.3. Revision Changes Path 1.3 +2 -4 src/lib/libc/gen/sem_timedwait.3 1.14 +1 -0 src/lib/libc/gen/sem_wait.3 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 02:28:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61D751065674; Thu, 13 Mar 2008 02:28:31 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49AD68FC1A; Thu, 13 Mar 2008 02:28:31 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D2SUWA052203; Thu, 13 Mar 2008 02:28:30 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D2SUiV052202; Thu, 13 Mar 2008 02:28:30 GMT (envelope-from wollman) Message-Id: <200803130228.m2D2SUiV052202@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 13 Mar 2008 02:28:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/gen sysconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:28:31 -0000 wollman 2008-03-13 02:28:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gen sysconf.c Log: MFC rev. 1.26: stdio is currently limited to file descriptors not greater than {SHRT_MAX}, so {STREAM_MAX} should be no greater than that. (This does not exactly meet the letter of POSIX but comes reasonably close to it in spirit.) Revision Changes Path 1.25.2.1 +19 -1 src/lib/libc/gen/sysconf.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 02:31:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97E5D1065676; Thu, 13 Mar 2008 02:31:38 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FFF18FC28; Thu, 13 Mar 2008 02:31:38 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D2Vcmg052362; Thu, 13 Mar 2008 02:31:38 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D2VcYk052361; Thu, 13 Mar 2008 02:31:38 GMT (envelope-from wollman) Message-Id: <200803130231.m2D2VcYk052361@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 13 Mar 2008 02:31:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/gen sysconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:31:38 -0000 wollman 2008-03-13 02:31:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen sysconf.c Log: MFC rev. 1.26: stdio is currently limited to file descriptors not greater than {SHRT_MAX}, so {STREAM_MAX} should be no greater than that. (This does not exactly meet the letter of POSIX but comes reasonably close to it in spirit.) Revision Changes Path 1.20.14.1 +19 -1 src/lib/libc/gen/sysconf.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 02:33:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 452CD1065672; Thu, 13 Mar 2008 02:33:21 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF568FC13; Thu, 13 Mar 2008 02:33:21 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D2XLAr052478; Thu, 13 Mar 2008 02:33:21 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D2XLXj052477; Thu, 13 Mar 2008 02:33:21 GMT (envelope-from wollman) Message-Id: <200803130233.m2D2XLXj052477@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 13 Mar 2008 02:33:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/gen sysconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:33:21 -0000 wollman 2008-03-13 02:33:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen sysconf.c Log: MFC rev. 1.26: stdio is currently limited to file descriptors not greater than {SHRT_MAX}, so {STREAM_MAX} should be no greater than that. (This does not exactly meet the letter of POSIX but comes reasonably close to it in spirit.) Revision Changes Path 1.20.8.1 +19 -1 src/lib/libc/gen/sysconf.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 02:56:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67B9D106566C; Thu, 13 Mar 2008 02:56:12 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A64F8FC16; Thu, 13 Mar 2008 02:56:12 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D2uCgf056125; Thu, 13 Mar 2008 02:56:12 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D2uCrj056124; Thu, 13 Mar 2008 02:56:12 GMT (envelope-from davidxu) Message-Id: <200803130256.m2D2uCrj056124@repoman.freebsd.org> From: David Xu Date: Thu, 13 Mar 2008 02:56:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys cpuset.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:56:12 -0000 davidxu 2008-03-13 02:56:11 UTC FreeBSD src repository Modified files: sys/sys cpuset.h Log: Add const qualifier to cpuset mask's pointer, since the cpuset mask should be not changed by the system call. Revision Changes Path 1.3 +1 -1 src/sys/sys/cpuset.h From owner-cvs-all@FreeBSD.ORG Thu Mar 13 02:59:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 734F91065671; Thu, 13 Mar 2008 02:59:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0428FC1D; Thu, 13 Mar 2008 02:59:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D2x4vN056242; Thu, 13 Mar 2008 02:59:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D2x4Lt056241; Thu, 13 Mar 2008 02:59:04 GMT (envelope-from mezz) Message-Id: <200803130259.m2D2x4Lt056241@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 13 Mar 2008 02:59:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/neverball Makefile ports/games/neverball/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:59:04 -0000 mezz 2008-03-13 02:59:04 UTC FreeBSD ports repository Modified files: games/neverball Makefile Removed files: games/neverball/files patch-Makefile Log: -Add a mirror. -Remove USE_X_PREFIX. -Move from patch-Makefile to post-patch. No function change. Revision Changes Path 1.23 +6 -5 ports/games/neverball/Makefile 1.9 +0 -28 ports/games/neverball/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 03:31:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA6C9106566B; Thu, 13 Mar 2008 03:31:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D24868FC1A; Thu, 13 Mar 2008 03:31:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D3VWFZ058633; Thu, 13 Mar 2008 03:31:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D3VWBE058632; Thu, 13 Mar 2008 03:31:32 GMT (envelope-from rafan) Message-Id: <200803130331.m2D3VWBE058632@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 13 Mar 2008 03:31:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/ezmlm-web Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 03:31:33 -0000 rafan 2008-03-13 03:31:32 UTC FreeBSD ports repository Modified files: mail/ezmlm-web Makefile distinfo pkg-plist Log: - Update to 3.2 PR: ports/121267 Submitted by: Hans Fredrik Nordhaug (maintainer) Revision Changes Path 1.13 +26 -26 ports/mail/ezmlm-web/Makefile 1.6 +3 -3 ports/mail/ezmlm-web/distinfo 1.5 +121 -8 ports/mail/ezmlm-web/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 03:34:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F61B1065677; Thu, 13 Mar 2008 03:34:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2848FC1A; Thu, 13 Mar 2008 03:34:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D3YG4v058775; Thu, 13 Mar 2008 03:34:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D3YGPB058774; Thu, 13 Mar 2008 03:34:16 GMT (envelope-from rafan) Message-Id: <200803130334.m2D3YGPB058774@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 13 Mar 2008 03:34:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 03:34:16 -0000 rafan 2008-03-13 03:34:16 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Entry for mail/ezmlm-web 3.2 PR: 121267 Revision Changes Path 1.595 +8 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Mar 13 04:25:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA65C106571A; Thu, 13 Mar 2008 04:25:49 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FE018FC1D; Thu, 13 Mar 2008 04:25:49 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D4PnXN077638; Thu, 13 Mar 2008 04:25:49 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D4PnAS077637; Thu, 13 Mar 2008 04:25:49 GMT (envelope-from beech) Message-Id: <200803130425.m2D4PnAS077637@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 13 Mar 2008 04:25:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/feh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 04:25:49 -0000 beech 2008-03-13 04:25:49 UTC FreeBSD ports repository Modified files: graphics/feh Makefile Log: - bump portrevision after imlib2 upgrade PR: ports/121658 Submitted by: Barbara Revision Changes Path 1.26 +1 -1 ports/graphics/feh/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:09:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D67D1065677; Thu, 13 Mar 2008 07:09:32 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28B6E8FC18; Thu, 13 Mar 2008 07:09:32 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D79WlG000158; Thu, 13 Mar 2008 07:09:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D79Vsw000157; Thu, 13 Mar 2008 07:09:31 GMT (envelope-from ale) Message-Id: <200803130709.m2D79Vsw000157@repoman.freebsd.org> From: Alex Dupre Date: Thu, 13 Mar 2008 07:09:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/pecl-pdflib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:09:32 -0000 ale 2008-03-13 07:09:31 UTC FreeBSD ports repository Modified files: print/pecl-pdflib Makefile distinfo Log: Update to 2.1.5 release. Revision Changes Path 1.13 +1 -1 ports/print/pecl-pdflib/Makefile 1.11 +3 -3 ports/print/pecl-pdflib/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:26:57 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C95291065671 for ; Thu, 13 Mar 2008 07:26:57 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id ABF398FC38 for ; Thu, 13 Mar 2008 07:26:57 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3808372waf.3 for ; Thu, 13 Mar 2008 00:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Rj1SL3vY8LPLFwHtTYw3i/g+A6r65D6BB7tm99bTxAg=; b=f+KBwj5Ij1TOnInGVG73jcr+W51mYK1S9k+rEOGvZhOBuxT+e14I10GYxB5KRThW0uqm8ACqCzqXEM/ZfE+eXI5vKhqb6rwXldNDdLEZbJZtNUK+EYyXF0cGT1/0Fm8QzQgWezK+QkyMtq+2raGQnr4DVXo5+fZxP8DF3cIHzuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VLD48Cr6Kw9dkDdLOhwcez3ewkKb5kAZD/JiuuubIThXJPMCxGLkU0LnkRGCqbDOvqD0aW4QvxssUlBEteOO34Xn0tIEd9/5hd7wV+PwzNmGguzttdZUmlCyjVMegQ+PBZhDpoImZSRndZJTIkxsGDOZiOZRB/u6leL4OhEQLgc= Received: by 10.114.173.15 with SMTP id v15mr8656429wae.63.1205393217397; Thu, 13 Mar 2008 00:26:57 -0700 (PDT) Received: by 10.115.22.10 with HTTP; Thu, 13 Mar 2008 00:26:57 -0700 (PDT) Message-ID: Date: Thu, 13 Mar 2008 00:26:57 -0700 From: "Kip Macy" To: "John Baldwin" In-Reply-To: <200803121123.12620.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803121012.m2CAC24p033661@repoman.freebsd.org> <200803121123.12620.jhb@freebsd.org> Cc: cvs-src@freebsd.org, Jeff Roberson , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:26:57 -0000 It has in fact been discussed at great length. The only question was the timing. Most of us would agree that JeffR's time would be much better spent on lock pushdown than arguing about the specifics of KSE removal. -Kip On Wed, Mar 12, 2008 at 8:23 AM, John Baldwin wrote: > On Wednesday 12 March 2008 06:12:02 am Jeff Roberson wrote: > > jeff 2008-03-12 10:12:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > ... > > > Log: > > Remove kernel support for M:N threading. > > > > While the KSE project was quite successful in bringing threading to > > FreeBSD, the M:N approach taken by the kse library was never developed > > to its full potential. Backwards compatibility will be provided via > > libmap.conf for dynamically linked binaries and static binaries will > > be broken. > > While I don't disagree with the change, it might have been nice to have > pre-announced the axeing first. Even with Alpha (which probably had more > support and which was discussed in person at BSDCan with a lot of developers) > having the removal not actually discussed on the lists at all resulted in > some bumps that could have been easily avoided with a bit more patience on my > part. > > -- > John Baldwin > From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:28:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1472E1065676; Thu, 13 Mar 2008 07:28:08 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id D34AB8FC39; Thu, 13 Mar 2008 07:28:07 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1JZhrB-0004mh-JV; Thu, 13 Mar 2008 10:28:05 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id 8026B7D11D0; Thu, 13 Mar 2008 10:28:04 +0300 (MSK) Date: Thu, 13 Mar 2008 10:28:04 +0300 From: Stanislav Sedov To: Beech Rintoul Message-ID: <20080313072804.GB68662@dracon.ht-systems.ru> References: <200803130425.m2D4PnAS077637@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803130425.m2D4PnAS077637@repoman.freebsd.org> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/feh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:28:08 -0000 On Thu, Mar 13, 2008 at 04:25:49AM +0000 Beech Rintoul mentioned: > beech 2008-03-13 04:25:49 UTC > > FreeBSD ports repository > > Modified files: > graphics/feh Makefile > Log: > - bump portrevision after imlib2 upgrade > > PR: ports/121658 > Submitted by: Barbara > It looks like feh don't depend on imlib, does revision bump is required? Feh uses wrapper around imlib, which revision has been bumped. -- Stanislav Sedov ST4096-RIPE From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:30:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B189B1065671; Thu, 13 Mar 2008 07:30:05 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 993488FC18; Thu, 13 Mar 2008 07:30:05 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D7U5OV001841; Thu, 13 Mar 2008 07:30:05 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D7U59O001840; Thu, 13 Mar 2008 07:30:05 GMT (envelope-from maho) Message-Id: <200803130730.m2D7U59O001840@repoman.freebsd.org> From: Maho Nakata Date: Thu, 13 Mar 2008 07:30:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:30:05 -0000 maho 2008-03-13 07:30:05 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m2. Revision Changes Path 1.354 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.164 +3 -3 ports/editors/openoffice.org-3-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:37:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41591065677; Thu, 13 Mar 2008 07:37:30 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CAF048FC4C; Thu, 13 Mar 2008 07:37:30 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D7bUbg002202; Thu, 13 Mar 2008 07:37:30 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D7bUYx002201; Thu, 13 Mar 2008 07:37:30 GMT (envelope-from maho) Message-Id: <200803130737.m2D7bUYx002201@repoman.freebsd.org> From: Maho Nakata Date: Thu, 13 Mar 2008 07:37:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:37:31 -0000 maho 2008-03-13 07:37:30 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Move DIST_SUBDIR to openoffice.org3. Also notified by: jkim Revision Changes Path 1.355 +1 -1 ports/editors/openoffice.org-3-devel/Makefile 1.165 +12 -12 ports/editors/openoffice.org-3-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 07:50:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64329106566C; Thu, 13 Mar 2008 07:50:49 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F77F8FC1C; Thu, 13 Mar 2008 07:50:49 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D7oncw003024; Thu, 13 Mar 2008 07:50:49 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D7on6c003023; Thu, 13 Mar 2008 07:50:49 GMT (envelope-from yongari) Message-Id: <200803130750.m2D7on6c003023@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 13 Mar 2008 07:50:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/bfe if_bfe.c src/sys/dev/dc if_dc.c src/sys/dev/lge if_lge.c src/sys/dev/msk if_msk.c src/sys/dev/nfe if_nfe.c src/sys/dev/nge if_nge.c src/sys/dev/nve if_nve.c src/sys/dev/re if_re.c src/sys/dev/sk ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:50:49 -0000 yongari 2008-03-13 07:50:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bce if_bce.c sys/dev/bfe if_bfe.c sys/dev/dc if_dc.c sys/dev/lge if_lge.c sys/dev/msk if_msk.c sys/dev/nfe if_nfe.c sys/dev/nge if_nge.c sys/dev/nve if_nve.c sys/dev/re if_re.c sys/dev/sk if_sk.c sys/dev/stge if_stge.c sys/dev/ti if_ti.c sys/dev/vge if_vge.c sys/dev/vx if_vx_pci.c sys/pci if_rl.c if_sf.c if_ste.c if_vr.c if_xl.c Log: MFC: Fix function prototype for device_shutdown method. Revision Changes Path 1.34.2.1 +5 -3 src/sys/dev/bce/if_bce.c 1.42.2.1 +4 -3 src/sys/dev/bfe/if_bfe.c 1.192.2.1 +4 -2 src/sys/dev/dc/if_dc.c 1.50.2.1 +3 -3 src/sys/dev/lge/if_lge.c 1.18.2.8 +3 -2 src/sys/dev/msk/if_msk.c 1.21.2.3 +4 -2 src/sys/dev/nfe/if_nfe.c 1.91.2.1 +3 -3 src/sys/dev/nge/if_nge.c 1.28.2.1 +4 -2 src/sys/dev/nve/if_nve.c 1.95.2.5 +4 -2 src/sys/dev/re/if_re.c 1.137.2.1 +3 -3 src/sys/dev/sk/if_sk.c 1.9.2.1 +4 -2 src/sys/dev/stge/if_stge.c 1.128.2.2 +4 -2 src/sys/dev/ti/if_ti.c 1.31.2.1 +4 -2 src/sys/dev/vge/if_vge.c 1.37.2.1 +4 -2 src/sys/dev/vx/if_vx_pci.c 1.170.2.2 +4 -2 src/sys/pci/if_rl.c 1.95.2.1 +4 -2 src/sys/pci/if_sf.c 1.99.2.1 +3 -3 src/sys/pci/if_ste.c 1.126.2.2 +4 -2 src/sys/pci/if_vr.c 1.210.2.1 +4 -2 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 08:06:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6760E106566B; Thu, 13 Mar 2008 08:06:56 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 646C88FC1C; Thu, 13 Mar 2008 08:06:56 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D86uaM004695; Thu, 13 Mar 2008 08:06:56 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D86uVf004694; Thu, 13 Mar 2008 08:06:56 GMT (envelope-from osa) Message-Id: <200803130806.m2D86uVf004694@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 13 Mar 2008 08:06:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 08:06:56 -0000 osa 2008-03-13 08:06:56 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.6.26 to 0.6.28. Changes with nginx 0.6.28 13 Mar 2008 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27. Changes with nginx 0.6.27 12 Mar 2008 *) Change: now by default the rtsig method is not built on Linux 2.6.18+. *) Change: now a request method is not changed while redirection to a named location via an "error_page" directive. *) Feature: the "resolver" and "resolver_timeout" directives in SMTP proxy. *) Feature: the "post_action" directive supports named locations. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: browsers did not repeat SSL handshake if there is no valid client certificate in first handshake. Thanks to Alexander V. Inyukhin. *) Bugfix: if response code 495-497 was redirected via an "error_page" directive without code change, then nginx tried to allocate too many memory. *) Bugfix: memory leak in long-lived non buffered connections. *) Bugfix: memory leak in resolver. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: in the $proxy_host and $proxy_port variables caching. Thanks to Sergey Bochenkov. *) Bugfix: a "proxy_pass" directive with variables used incorrectly the same port as in another "proxy_pass" directive with the same host name and without variables. Thanks to Sergey Bochenkov. *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some 64-bit platforms while reconfiguration. *) Bugfix: a segmentation fault occurred in worker process, if empty stub block was used second time in SSI. *) Bugfix: in copying URI part contained escaped symbols into arguments. Revision Changes Path 1.143 +1 -1 ports/www/nginx-devel/Makefile 1.130 +3 -3 ports/www/nginx-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 09:31:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 529941065675; Thu, 13 Mar 2008 09:31:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B83C8FC21; Thu, 13 Mar 2008 09:31:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D9VGgL023746; Thu, 13 Mar 2008 09:31:16 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D9VFtm023745; Thu, 13 Mar 2008 09:31:15 GMT (envelope-from lwhsu) Message-Id: <200803130931.m2D9VFtm023745@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 13 Mar 2008 09:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cscope Makefile pkg-plist ports/devel/cscope/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 09:31:16 -0000 lwhsu 2008-03-13 09:31:15 UTC FreeBSD ports repository Modified files: devel/cscope Makefile devel/cscope/files patch-main.c Removed files: devel/cscope pkg-plist Log: - Add a patch for cleanup of temp directories upon exit - Move PLIST into Makefile - Bump PORTREVISION PR: ports/119783 Submitted by: scf (maintainer) Revision Changes Path 1.28 +3 -1 ports/devel/cscope/Makefile 1.2 +12 -4 ports/devel/cscope/files/patch-main.c 1.5 +0 -2 ports/devel/cscope/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 09:52:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 010EA106566C; Thu, 13 Mar 2008 09:52:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDAEE8FC26; Thu, 13 Mar 2008 09:52:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D9qm9I024493; Thu, 13 Mar 2008 09:52:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D9qmP9024492; Thu, 13 Mar 2008 09:52:48 GMT (envelope-from kib) Message-Id: <200803130952.m2D9qmP9024492@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 13 Mar 2008 09:52:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 k6_mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 09:52:49 -0000 kib 2008-03-13 09:52:48 UTC FreeBSD src repository Modified files: sys/i386/i386 k6_mem.c Log: Add missed parentheses Revision Changes Path 1.14 +1 -1 src/sys/i386/i386/k6_mem.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 09:54:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5FC91065674; Thu, 13 Mar 2008 09:54:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2188FC13; Thu, 13 Mar 2008 09:54:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D9s3C4024542; Thu, 13 Mar 2008 09:54:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D9s3Bp024541; Thu, 13 Mar 2008 09:54:03 GMT (envelope-from pav) Message-Id: <200803130954.m2D9s3Bp024541@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 09:54:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 09:54:03 -0000 pav 2008-03-13 09:54:03 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: - Add the port's Makefile ident string to the build log headers PR: 113234 Submitted by: Andrej Zverev - Sync with actual script on pointyhat (whitespace, mostly) Revision Changes Path 1.31 +7 -2 ports/Tools/portbuild/scripts/buildscript From owner-cvs-all@FreeBSD.ORG Thu Mar 13 09:58:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38646106566B; Thu, 13 Mar 2008 09:58:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA898FC28; Thu, 13 Mar 2008 09:58:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2D9w707024757; Thu, 13 Mar 2008 09:58:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2D9w740024752; Thu, 13 Mar 2008 09:58:07 GMT (envelope-from rwatson) Message-Id: <200803130958.m2D9w740024752@repoman.freebsd.org> From: Robert Watson Date: Thu, 13 Mar 2008 09:58:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc kldunload.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 09:58:08 -0000 rwatson 2008-03-13 09:58:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys Makefile.inc kldunload.2 Log: Merge Makefile.inc:1.129, kldunload.2:1.19 from HEAD to RELENG_7: Add reference to kldunloadf system call, which was previously not mentioned in the kldunload(2) man page. Spotted by: rink Revision Changes Path 1.127.2.1 +1 -0 src/lib/libc/sys/Makefile.inc 1.18.10.1 +14 -1 src/lib/libc/sys/kldunload.2 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:09:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB6E106566B; Thu, 13 Mar 2008 10:09:12 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 949E58FC13; Thu, 13 Mar 2008 10:09:12 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DA9CDU026380; Thu, 13 Mar 2008 10:09:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DA9C4j026379; Thu, 13 Mar 2008 10:09:12 GMT (envelope-from bz) Message-Id: <200803131009.m2DA9C4j026379@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 13 Mar 2008 10:09:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:09:12 -0000 bz 2008-03-13 10:09:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_output.c Log: MFC rev. 1.146 tcp_output.c Padding after EOL option must be zeros according to RFC793 but the NOPs used are 0x01. While we could simply pad with EOLs (which are 0x00), rather use an explicit 0x00 constant there to not confuse poeple with 'EOL padding'. Put in a comment saying just that. Early MFC requested by: silby because of more people reporting problems on net@ Revision Changes Path 1.141.2.4 +10 -2 src/sys/netinet/tcp_output.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:25:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F7D7106566B; Thu, 13 Mar 2008 10:25:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 454318FC17; Thu, 13 Mar 2008 10:25:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAPVpp027039; Thu, 13 Mar 2008 10:25:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAPVal027038; Thu, 13 Mar 2008 10:25:31 GMT (envelope-from ru) Message-Id: <200803131025.m2DAPVal027038@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Mar 2008 10:25:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem_wait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:25:31 -0000 ru 2008-03-13 10:25:30 UTC FreeBSD src repository Modified files: lib/libc/gen sem_wait.3 Log: Add missing section number. Revision Changes Path 1.15 +1 -1 src/lib/libc/gen/sem_wait.3 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:26:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7499106566C; Thu, 13 Mar 2008 10:26:17 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0518FC36; Thu, 13 Mar 2008 10:26:17 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAQHOs027094; Thu, 13 Mar 2008 10:26:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAQHnq027093; Thu, 13 Mar 2008 10:26:17 GMT (envelope-from ru) Message-Id: <200803131026.m2DAQHnq027093@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Mar 2008 10:26:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen sem_timedwait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:26:18 -0000 ru 2008-03-13 10:26:17 UTC FreeBSD src repository Modified files: lib/libc/gen sem_timedwait.3 Log: Remove trailing whitespace. Revision Changes Path 1.4 +1 -1 src/lib/libc/gen/sem_timedwait.3 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:29:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC491065683; Thu, 13 Mar 2008 10:29:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04B0D8FC53; Thu, 13 Mar 2008 10:29:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DATZB3027173; Thu, 13 Mar 2008 10:29:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DATZfT027172; Thu, 13 Mar 2008 10:29:35 GMT (envelope-from rwatson) Message-Id: <200803131029.m2DATZfT027172@repoman.freebsd.org> From: Robert Watson Date: Thu, 13 Mar 2008 10:29:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netsmb smb_conn.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:29:36 -0000 rwatson 2008-03-13 10:29:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netsmb smb_conn.h Log: Merge smb_conn.h:1.13 from HEAD to RELENG_7: Remove unused vc_tnode field from struct smb_vc. Revision Changes Path 1.11.10.1 +0 -1 src/sys/netsmb/smb_conn.h From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:30:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E44411065670; Thu, 13 Mar 2008 10:30:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B98118FC30; Thu, 13 Mar 2008 10:30:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAU68i027248; Thu, 13 Mar 2008 10:30:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAU6Yo027247; Thu, 13 Mar 2008 10:30:06 GMT (envelope-from rwatson) Message-Id: <200803131030.m2DAU6Yo027247@repoman.freebsd.org> From: Robert Watson Date: Thu, 13 Mar 2008 10:30:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/audit audit_worker.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:30:07 -0000 rwatson 2008-03-13 10:30:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_worker.c Log: Merge audit_worker.c:1.22 from HEAD to RELENG_7: Remove XXX to remind me to check the free space calculation, which to my eyes appears right following a check. Revision Changes Path 1.16.2.1 +0 -3 src/sys/security/audit/audit_worker.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:32:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13396106566C; Thu, 13 Mar 2008 10:32:45 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC5118FC1A; Thu, 13 Mar 2008 10:32:44 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAWiJT027339; Thu, 13 Mar 2008 10:32:44 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAWicq027338; Thu, 13 Mar 2008 10:32:44 GMT (envelope-from maho) Message-Id: <200803131032.m2DAWicq027338@repoman.freebsd.org> From: Maho Nakata Date: Thu, 13 Mar 2008 10:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2-RC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:32:45 -0000 maho 2008-03-13 10:32:44 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile distinfo Log: Update to OOH680_m11. This is the 2.4.0RC5. Revision Changes Path 1.324 +2 -2 ports/editors/openoffice.org-2-RC/Makefile 1.128 +3 -3 ports/editors/openoffice.org-2-RC/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:33:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC521065671; Thu, 13 Mar 2008 10:33:25 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 041E38FC1B; Thu, 13 Mar 2008 10:33:25 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAXOiQ027604; Thu, 13 Mar 2008 10:33:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAXOtU027603; Thu, 13 Mar 2008 10:33:24 GMT (envelope-from ru) Message-Id: <200803131033.m2DAXOtU027603@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 13 Mar 2008 10:33:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys kldunload.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:33:25 -0000 ru 2008-03-13 10:33:24 UTC FreeBSD src repository Modified files: lib/libc/sys kldunload.2 Log: Fix bugs in previous revision (missing comma, misspelled syscall name). Revision Changes Path 1.20 +2 -3 src/lib/libc/sys/kldunload.2 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:33:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 782201065674; Thu, 13 Mar 2008 10:33:56 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 641368FC23; Thu, 13 Mar 2008 10:33:56 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAXuNw028028; Thu, 13 Mar 2008 10:33:56 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAXuRZ028027; Thu, 13 Mar 2008 10:33:56 GMT (envelope-from flz) Message-Id: <200803131033.m2DAXuRZ028027@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 13 Mar 2008 10:33:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.xorg.mk ports/x11-fonts/libFS Makefile ports/x11-fonts/libXfont Makefile ports/x11-fonts/xfs Makefile ports/x11-toolkits/libXaw Makefile ports/x11-toolkits/libXt Makefile ports/x11/libICE Makefile ports/x11/libSM Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:33:56 -0000 flz 2008-03-13 10:33:56 UTC FreeBSD ports repository Modified files: Mk bsd.xorg.mk x11-fonts/libFS Makefile x11-fonts/libXfont Makefile x11-fonts/xfs Makefile x11-toolkits/libXaw Makefile x11-toolkits/libXt Makefile x11/libICE Makefile x11/libSM Makefile x11/libX11 Makefile x11/libXcursor Makefile x11/libXdmcp Makefile x11/libXfixes Makefile x11/libXrandr Makefile x11/libXrender Makefile x11/libXres Makefile x11/libXv Makefile x11/libXvMC Makefile x11/libdmx Makefile x11/libxkbui Makefile x11/xrx Makefile Log: - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both) - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries. Revision Changes Path 1.6 +2 -2 ports/Mk/bsd.xorg.mk 1.2 +1 -0 ports/x11-fonts/libFS/Makefile 1.20 +2 -2 ports/x11-fonts/libXfont/Makefile 1.15 +1 -0 ports/x11-fonts/xfs/Makefile 1.20 +2 -1 ports/x11-toolkits/libXaw/Makefile 1.23 +2 -1 ports/x11-toolkits/libXt/Makefile 1.20 +2 -1 ports/x11/libICE/Makefile 1.23 +1 -0 ports/x11/libSM/Makefile 1.19 +17 -11 ports/x11/libX11/Makefile 1.23 +2 -1 ports/x11/libXcursor/Makefile 1.15 +2 -1 ports/x11/libXdmcp/Makefile 1.15 +2 -1 ports/x11/libXfixes/Makefile 1.14 +2 -1 ports/x11/libXrandr/Makefile 1.24 +2 -1 ports/x11/libXrender/Makefile 1.22 +2 -2 ports/x11/libXres/Makefile 1.21 +2 -1 ports/x11/libXv/Makefile 1.2 +2 -1 ports/x11/libXvMC/Makefile 1.3 +2 -1 ports/x11/libdmx/Makefile 1.3 +2 -1 ports/x11/libxkbui/Makefile 1.2 +1 -0 ports/x11/xrx/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:43:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B5C1C1065673; Thu, 13 Mar 2008 10:43:43 +0000 (UTC) Date: Thu, 13 Mar 2008 10:43:43 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20080313104343.GA17584@FreeBSD.org> References: <200803130954.m2D9s3Bp024541@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200803130954.m2D9s3Bp024541@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:43:43 -0000 On Thu, Mar 13, 2008 at 09:54:03AM +0000, Pav Lucistnik wrote: > pav 2008-03-13 09:54:03 UTC > > FreeBSD ports repository > > Modified files: > Tools/portbuild/scripts buildscript > Log: > - Add the port's Makefile ident string to the build log headers > > PR: 113234 > Submitted by: Andrej Zverev Yay! ./danfe From owner-cvs-all@FreeBSD.ORG Thu Mar 13 10:54:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84CCB1065673; Thu, 13 Mar 2008 10:54:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F82F8FC21; Thu, 13 Mar 2008 10:54:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DAscol028804; Thu, 13 Mar 2008 10:54:38 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DAscBo028803; Thu, 13 Mar 2008 10:54:38 GMT (envelope-from kib) Message-Id: <200803131054.m2DAscBo028803@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 13 Mar 2008 10:54:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/ia32 ia32_signal.c src/sys/amd64/linux32 linux32_sysvec.c src/sys/i386/i386 machdep.c src/sys/i386/linux linux_sysvec.c src/sys/i386/svr4 svr4_machdep.c src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 10:54:38 -0000 kib 2008-03-13 10:54:38 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/ia32 ia32_signal.c sys/amd64/linux32 linux32_sysvec.c sys/i386/i386 machdep.c sys/i386/linux linux_sysvec.c sys/i386/svr4 svr4_machdep.c sys/pc98/pc98 machdep.c Log: Since version 4.3, gcc changed its behaviour concerning the i386/amd64 ABI and the direction flag, that is it now assumes that the direction flag is cleared at the entry of a function and it doesn't clear once more if needed. This new behaviour conforms to the i386/amd64 ABI. Modify the signal handler frame setup code to clear the DF {e,r}flags bit on the amd64/i386 for the signal handlers. jhb@ noted that it might break old apps if they assumed DF == 1 would be preserved in the signal handlers, but that such apps should be rare and that older versions of gcc would not generate such apps. Submitted by: Aurelien Jarno PR: 121422 Reviewed by: jhb MFC after: 2 weeks Revision Changes Path 1.682 +1 -1 src/sys/amd64/amd64/machdep.c 1.16 +2 -2 src/sys/amd64/ia32/ia32_signal.c 1.33 +2 -2 src/sys/amd64/linux32/linux32_sysvec.c 1.666 +3 -3 src/sys/i386/i386/machdep.c 1.152 +2 -2 src/sys/i386/linux/linux_sysvec.c 1.39 +2 -2 src/sys/i386/svr4/svr4_machdep.c 1.402 +3 -3 src/sys/pc98/pc98/machdep.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:21:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DB4106566C; Thu, 13 Mar 2008 11:21:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E05E8FC28; Thu, 13 Mar 2008 11:21:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBLS7u031036; Thu, 13 Mar 2008 11:21:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBLStc031035; Thu, 13 Mar 2008 11:21:28 GMT (envelope-from edwin) Message-Id: <200803131121.m2DBLStc031035@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Mar 2008 11:21:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:21:28 -0000 edwin 2008-03-13 11:21:28 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variable There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE variable for MASTER_SITES yet because their PORTNAME isn't the same as the hostname. For example: graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/ net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/ This patch introduces the PROJECTHOST variable which can be used to overcome this problem. PR: ports/121453 Submitted by: Edwin Groothuis Reviewed by: pav@ Revision Changes Path 1.440 +6 -1 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:27:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52E281065675; Thu, 13 Mar 2008 11:27:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF7E8FC25; Thu, 13 Mar 2008 11:27:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBRTQ5031728; Thu, 13 Mar 2008 11:27:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBRTvx031727; Thu, 13 Mar 2008 11:27:29 GMT (envelope-from edwin) Message-Id: <200803131127.m2DBRTvx031727@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Mar 2008 11:27:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-migrate Makefile ports/devel/bunny Makefile ports/devel/gflags Makefile ports/devel/papi Makefile ports/devel/py-event Makefile ports/devel/py-gdata Makefile ports/dns/dnswall Makefile ports/dns/py-adns Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:27:29 -0000 edwin 2008-03-13 11:27:29 UTC FreeBSD ports repository Modified files: databases/py-migrate Makefile devel/bunny Makefile devel/gflags Makefile devel/papi Makefile devel/py-event Makefile devel/py-gdata Makefile dns/dnswall Makefile dns/py-adns Makefile games/el Makefile games/endgame-singularity-music Makefile graphics/tesseract Makefile net-im/jabber-pyaim Makefile net-im/jabber-pyicq Makefile net/py-twitter Makefile sysutils/rsyncbackup Makefile textproc/uim-el Makefile www/asterisk-gui Makefile www/mod_log_firstbyte Makefile Log: Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis Reviewed by: pav@ Revision Changes Path 1.8 +2 -1 ports/databases/py-migrate/Makefile 1.4 +2 -1 ports/devel/bunny/Makefile 1.7 +2 -1 ports/devel/gflags/Makefile 1.8 +3 -2 ports/devel/papi/Makefile 1.5 +2 -1 ports/devel/py-event/Makefile 1.10 +2 -1 ports/devel/py-gdata/Makefile 1.2 +2 -1 ports/dns/dnswall/Makefile 1.18 +2 -1 ports/dns/py-adns/Makefile 1.18 +2 -1 ports/games/el/Makefile 1.3 +2 -1 ports/games/endgame-singularity-music/Makefile 1.4 +2 -1 ports/graphics/tesseract/Makefile 1.8 +3 -1 ports/net-im/jabber-pyaim/Makefile 1.25 +2 -1 ports/net-im/jabber-pyicq/Makefile 1.5 +2 -1 ports/net/py-twitter/Makefile 1.2 +2 -1 ports/sysutils/rsyncbackup/Makefile 1.14 +2 -1 ports/textproc/uim-el/Makefile 1.7 +2 -1 ports/www/asterisk-gui/Makefile 1.4 +2 -1 ports/www/mod_log_firstbyte/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:33:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CEF3106566B; Thu, 13 Mar 2008 11:33:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E28408FC18; Thu, 13 Mar 2008 11:33:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBXimJ031988; Thu, 13 Mar 2008 11:33:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBXixq031987; Thu, 13 Mar 2008 11:33:44 GMT (envelope-from miwi) Message-Id: <200803131133.m2DBXixq031987@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 11:33:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xlockmore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:33:45 -0000 miwi 2008-03-13 11:33:44 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile Log: - Fix Mesa/GL modes PR: 121428 Submitted by: Oliver Fromme Revision Changes Path 1.109 +4 -4 ports/x11/xlockmore/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:37:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F41E1065670; Thu, 13 Mar 2008 11:37:32 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4CD8FC18; Thu, 13 Mar 2008 11:37:32 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBbVGx032158; Thu, 13 Mar 2008 11:37:31 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBbVWb032157; Thu, 13 Mar 2008 11:37:31 GMT (envelope-from flz) Message-Id: <200803131137.m2DBbVWb032157@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 13 Mar 2008 11:37:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-xkb-propagate-27ad5d74 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:37:32 -0000 flz 2008-03-13 11:37:31 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Added files: x11-servers/xorg-server/files patch-xkb-propagate-27ad5d74 Log: Add patch that fixes xmodmap use in .xinitrc. Submitted by: Tsurutani Naoki Obtained from: fd.o xorg/xserver repository Commit id: 27ad5d74c20f01516a1bff73be283f8982fcf0fe Revision Changes Path 1.54 +1 -1 ports/x11-servers/xorg-server/Makefile 1.1 +147 -0 ports/x11-servers/xorg-server/files/patch-xkb-propagate-27ad5d74 (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:42:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2C3106566C; Thu, 13 Mar 2008 11:42:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8EA8FC13; Thu, 13 Mar 2008 11:42:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBgELD032302; Thu, 13 Mar 2008 11:42:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBgELI032301; Thu, 13 Mar 2008 11:42:14 GMT (envelope-from miwi) Message-Id: <200803131142.m2DBgELI032301@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 11:42:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/xview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:42:14 -0000 miwi 2008-03-13 11:42:13 UTC FreeBSD ports repository Modified files: x11-toolkits/xview Makefile Log: - Remove dependency on X_CLIENTS_PORTS PR: 121478 Submitted by: Chess Griffin Revision Changes Path 1.48 +3 -2 ports/x11-toolkits/xview/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 11:47:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98F19106566B; Thu, 13 Mar 2008 11:47:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69CE88FC17; Thu, 13 Mar 2008 11:47:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DBldT3032532; Thu, 13 Mar 2008 11:47:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DBldtp032531; Thu, 13 Mar 2008 11:47:39 GMT (envelope-from miwi) Message-Id: <200803131147.m2DBldtp032531@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 11:47:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/freemind Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 11:47:39 -0000 miwi 2008-03-13 11:47:39 UTC FreeBSD ports repository Modified files: deskutils/freemind Makefile Log: - Pass maintainership to last submitter Submitted by: wen heping (request via private mail) Revision Changes Path 1.9 +1 -1 ports/deskutils/freemind/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:05:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE44B1065693; Thu, 13 Mar 2008 12:05:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4F038FC1A; Thu, 13 Mar 2008 12:05:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DC538x034288; Thu, 13 Mar 2008 12:05:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DC530R034287; Thu, 13 Mar 2008 12:05:03 GMT (envelope-from miwi) Message-Id: <200803131205.m2DC530R034287@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 12:05:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/sugarcrm Makefile distinfo pkg-plist ports/deskutils/sugarcrm/files pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:05:07 -0000 miwi 2008-03-13 12:05:03 UTC FreeBSD ports repository Modified files: deskutils/sugarcrm Makefile distinfo pkg-plist deskutils/sugarcrm/files pkg-install.in pkg-message.in Log: - Update to 5.0.0b PR: 121389 Submitted by: Nick Hilliard (maintainer) Revision Changes Path 1.12 +18 -48 ports/deskutils/sugarcrm/Makefile 1.6 +3 -12 ports/deskutils/sugarcrm/distinfo 1.2 +9 -9 ports/deskutils/sugarcrm/files/pkg-install.in 1.4 +19 -14 ports/deskutils/sugarcrm/files/pkg-message.in 1.6 +6849 -7869 ports/deskutils/sugarcrm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:06:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC34106568C; Thu, 13 Mar 2008 12:06:46 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCC9A8FC14; Thu, 13 Mar 2008 12:06:45 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DC6jLR034415; Thu, 13 Mar 2008 12:06:45 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DC6ja9034414; Thu, 13 Mar 2008 12:06:45 GMT (envelope-from flz) Message-Id: <200803131206.m2DC6ja9034414@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 13 Mar 2008 12:06:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-input-vmmouse Makefile ports/x11-drivers/xf86-input-vmmouse/files patch-src_vmmouse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:06:47 -0000 flz 2008-03-13 12:06:45 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-input-vmmouse Makefile Added files: x11-drivers/xf86-input-vmmouse/files patch-src_vmmouse.c Log: Add patch to fix mouse pointer coordinates. PR: ports/119820 Submitted by: Hiroto Kagotani Revision Changes Path 1.7 +1 -0 ports/x11-drivers/xf86-input-vmmouse/Makefile 1.1 +28 -0 ports/x11-drivers/xf86-input-vmmouse/files/patch-src_vmmouse.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:20:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF67C1065673; Thu, 13 Mar 2008 12:20:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF4908FC2B; Thu, 13 Mar 2008 12:20:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DCKYnS034816; Thu, 13 Mar 2008 12:20:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DCKYOb034815; Thu, 13 Mar 2008 12:20:34 GMT (envelope-from pav) Message-Id: <200803131220.m2DCKYOb034815@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 12:20:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mozilla bsd.gecko.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:20:35 -0000 pav 2008-03-13 12:20:34 UTC FreeBSD ports repository Modified files: www/mozilla bsd.gecko.mk Log: - Fix openvrml port on architectures where no gecko port is available Reported by: marcel Reviewed by: mezz, ahze Revision Changes Path 1.21 +2 -1 ports/www/mozilla/bsd.gecko.mk From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:38:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AE681065670; Thu, 13 Mar 2008 12:38:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDE208FC1A; Thu, 13 Mar 2008 12:38:08 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DCc8xA035358; Thu, 13 Mar 2008 12:38:08 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DCc8Rr035357; Thu, 13 Mar 2008 12:38:08 GMT (envelope-from flz) Message-Id: <200803131238.m2DCc8Rr035357@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 13 Mar 2008 12:38:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xorg-drivers Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:38:09 -0000 flz 2008-03-13 12:38:08 UTC FreeBSD ports repository Modified files: x11-drivers/xorg-drivers Makefile Log: - Make the IGNORE message even more explicit when there are driver conflicts. Revision Changes Path 1.10 +1 -1 ports/x11-drivers/xorg-drivers/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:43:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DB611065671; Thu, 13 Mar 2008 12:43:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F36A8FC34; Thu, 13 Mar 2008 12:43:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DChU9p035761; Thu, 13 Mar 2008 12:43:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DChU0j035760; Thu, 13 Mar 2008 12:43:30 GMT (envelope-from miwi) Message-Id: <200803131243.m2DChU0j035760@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 12:43:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/smplayer Makefile ports/multimedia/smplayer-themes Makefile ports/multimedia/dvdauthorwizard Makefile ports/deskutils/nagaina Makefile ports/deskutils/qorganizer Makefile ports/devel/alabastra Makefile ports/devel/qdevelop ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:43:31 -0000 miwi 2008-03-13 12:43:30 UTC FreeBSD ports repository Modified files: multimedia/smplayer Makefile multimedia/smplayer-themes Makefile multimedia/dvdauthorwizard Makefile deskutils/nagaina Makefile deskutils/qorganizer Makefile devel/alabastra Makefile devel/qdevelop Makefile ftp/scythia Makefile graphics/autoq3d Makefile graphics/darknock Makefile x11/roxterm Makefile Log: - Take over maintainership Revision Changes Path 1.4 +1 -1 ports/deskutils/nagaina/Makefile 1.5 +1 -1 ports/deskutils/qorganizer/Makefile 1.6 +1 -1 ports/devel/alabastra/Makefile 1.6 +1 -1 ports/devel/qdevelop/Makefile 1.4 +1 -1 ports/ftp/scythia/Makefile 1.3 +1 -1 ports/graphics/autoq3d/Makefile 1.3 +1 -1 ports/graphics/darknock/Makefile 1.5 +1 -1 ports/multimedia/dvdauthorwizard/Makefile 1.4 +1 -1 ports/multimedia/smplayer-themes/Makefile 1.7 +1 -1 ports/multimedia/smplayer/Makefile 1.6 +1 -1 ports/x11/roxterm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:47:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F23901065677; Thu, 13 Mar 2008 12:47:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0D958FC36; Thu, 13 Mar 2008 12:47:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DClR0V044968; Thu, 13 Mar 2008 12:47:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DClRwN044967; Thu, 13 Mar 2008 12:47:27 GMT (envelope-from ehaupt) Message-Id: <200803131247.m2DClRwN044967@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Mar 2008 12:47:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/checkmate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:47:29 -0000 ehaupt 2008-03-13 12:47:27 UTC FreeBSD ports repository Modified files: audio/checkmate Makefile distinfo Log: Update to 0.18 Revision Changes Path 1.11 +1 -1 ports/audio/checkmate/Makefile 1.6 +3 -3 ports/audio/checkmate/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:47:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03E4A1065678; Thu, 13 Mar 2008 12:47:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE9A18FC32; Thu, 13 Mar 2008 12:47:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DClr7s045068; Thu, 13 Mar 2008 12:47:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DClrp3045067; Thu, 13 Mar 2008 12:47:53 GMT (envelope-from miwi) Message-Id: <200803131247.m2DClrp3045067@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 12:47:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/timbl Makefile distinfo pkg-descr pkg-plist ports/math/timbl/files patch-demos_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:47:54 -0000 miwi 2008-03-13 12:47:53 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/timbl Makefile distinfo pkg-descr pkg-plist math/timbl/files patch-demos_Makefile.in Log: The TiMBL software package is a fast, decision-tree-based implementation of k-nearest neighbor classification. The package includes the IB1, IB2, TRIBL, TRIBL2, and IGTree algorithms, and offers various weighting metrics. WWW: http://ilk.uvt.nl/timbl/ PR: ports/121661 Submitted by: Yuri Victorovich Revision Changes Path 1.475 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/timbl/Makefile (new) 1.1 +3 -0 ports/math/timbl/distinfo (new) 1.1 +45 -0 ports/math/timbl/files/patch-demos_Makefile.in (new) 1.1 +5 -0 ports/math/timbl/pkg-descr (new) 1.1 +39 -0 ports/math/timbl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 12:48:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65671065703; Thu, 13 Mar 2008 12:48:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75A558FC21; Thu, 13 Mar 2008 12:48:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DCmITL045121; Thu, 13 Mar 2008 12:48:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DCmIPV045120; Thu, 13 Mar 2008 12:48:18 GMT (envelope-from miwi) Message-Id: <200803131248.m2DCmIPV045120@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 12:48:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 12:48:18 -0000 miwi 2008-03-13 12:48:18 UTC FreeBSD ports repository Modified files: . modules Log: timbl --> ports/math/timbl Revision Changes Path 1.19491 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:17:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB576106566C; Thu, 13 Mar 2008 13:17:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 791558FC16; Thu, 13 Mar 2008 13:17:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDHNdB047466; Thu, 13 Mar 2008 13:17:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDHNBs047465; Thu, 13 Mar 2008 13:17:23 GMT (envelope-from pav) Message-Id: <200803131317.m2DDHNBs047465@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 13:17:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cvsup Makefile ports/net/cvsup-without-gui Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:17:23 -0000 pav 2008-03-13 13:17:23 UTC FreeBSD ports repository Modified files: net/cvsup Makefile net/cvsup-without-gui Makefile Log: - Convert to OPTIONS PR: ports/99302 (based on) Submitted by: Arseny Nasokin Revision Changes Path 1.3 +1 -1 ports/net/cvsup-without-gui/Makefile 1.68 +20 -26 ports/net/cvsup/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:35:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4EDA1065676; Thu, 13 Mar 2008 13:35:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB5A88FC1E; Thu, 13 Mar 2008 13:35:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDZCCv048226; Thu, 13 Mar 2008 13:35:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDZCwq048225; Thu, 13 Mar 2008 13:35:12 GMT (envelope-from pav) Message-Id: <200803131335.m2DDZCwq048225@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 13:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/logwatch Makefile distinfo pkg-descr pkg-plist ports/sysutils/logwatch/files Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:35:13 -0000 pav 2008-03-13 13:35:12 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/logwatch Makefile distinfo pkg-descr pkg-plist sysutils/logwatch/files Makefile Log: Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. WWW: http://www.logwatch.org:81/ PR: ports/118746 Submitted by: Trix Farrar Revision Changes Path 1.986 +1 -0 ports/sysutils/Makefile 1.1 +51 -0 ports/sysutils/logwatch/Makefile (new) 1.1 +3 -0 ports/sysutils/logwatch/distinfo (new) 1.1 +213 -0 ports/sysutils/logwatch/files/Makefile (new) 1.1 +5 -0 ports/sysutils/logwatch/pkg-descr (new) 1.1 +284 -0 ports/sysutils/logwatch/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:35:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1DC9106567F; Thu, 13 Mar 2008 13:35:48 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C024B8FC15; Thu, 13 Mar 2008 13:35:48 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDZmfN048290; Thu, 13 Mar 2008 13:35:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDZmuX048289; Thu, 13 Mar 2008 13:35:48 GMT (envelope-from pav) Message-Id: <200803131335.m2DDZmuX048289@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 13:35:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:35:49 -0000 pav 2008-03-13 13:35:48 UTC FreeBSD ports repository Modified files: . modules Log: logwatch --> ports/sysutils/logwatch Revision Changes Path 1.19492 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:50:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B0A106566B; Thu, 13 Mar 2008 13:50:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE7AC8FC20; Thu, 13 Mar 2008 13:50:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDoSrv048790; Thu, 13 Mar 2008 13:50:28 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDoSGu048789; Thu, 13 Mar 2008 13:50:28 GMT (envelope-from ehaupt) Message-Id: <200803131350.m2DDoSGu048789@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Mar 2008 13:50:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/pecomato Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:50:29 -0000 ehaupt 2008-03-13 13:50:28 UTC FreeBSD ports repository Modified files: graphics/pecomato Makefile distinfo Log: Update to 0.0.15 Revision Changes Path 1.7 +2 -2 ports/graphics/pecomato/Makefile 1.4 +3 -3 ports/graphics/pecomato/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:52:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FCD21065671; Thu, 13 Mar 2008 13:52:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4D28FC2F; Thu, 13 Mar 2008 13:52:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDqEG2048856; Thu, 13 Mar 2008 13:52:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDqEdU048855; Thu, 13 Mar 2008 13:52:14 GMT (envelope-from pav) Message-Id: <200803131352.m2DDqEdU048855@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 13:52:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/logwatch pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:52:14 -0000 pav 2008-03-13 13:52:14 UTC FreeBSD ports repository Modified files: sysutils/logwatch pkg-descr Log: - Fix WWW Submitted by: garga Revision Changes Path 1.2 +1 -1 ports/sysutils/logwatch/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:52:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 599FD1065675; Thu, 13 Mar 2008 13:52:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9388FC28; Thu, 13 Mar 2008 13:52:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDqSUf048936; Thu, 13 Mar 2008 13:52:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDqSdN048935; Thu, 13 Mar 2008 13:52:28 GMT (envelope-from miwi) Message-Id: <200803131352.m2DDqSdN048935@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 13:52:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sdl.mk ports/devel/sdl12 Makefile distinfo pkg-message pkg-plist ports/devel/sdl12/files patch-Makefile.in patch-configure patch-sdl-config.in patch-src_joystick_bsd_SDL__sysjoystick.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:52:28 -0000 miwi 2008-03-13 13:52:28 UTC FreeBSD ports repository Modified files: Mk bsd.sdl.mk devel/sdl12 Makefile distinfo pkg-message pkg-plist devel/sdl12/files patch-configure patch-sdl-config.in Removed files: devel/sdl12/files patch-Makefile.in patch-src_joystick_bsd_SDL__sysjoystick.c Log: devel/sdl12: - Update to 1.2.13 - OPTIONize as recommended by Danny Pansters - Fixed up gnome dependencies as recommended by Danny Panster - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters - Got rid of library renaming as recommended by Danny Pansters - Pass maintainership to submitter Mk/bsd.sdl.mk: - Fixed _LIB_* entries in order to retrieve the correct library versions. PR: 117608 Submitted by: Marcus von Appen Revision Changes Path 1.13 +10 -6 ports/Mk/bsd.sdl.mk 1.110 +83 -57 ports/devel/sdl12/Makefile 1.31 +3 -3 ports/devel/sdl12/distinfo 1.2 +0 -11 ports/devel/sdl12/files/patch-Makefile.in (dead) 1.2 +1 -1 ports/devel/sdl12/files/patch-configure 1.2 +1 -1 ports/devel/sdl12/files/patch-sdl-config.in 1.3 +0 -96 ports/devel/sdl12/files/patch-src_joystick_bsd_SDL__sysjoystick.c (dead) 1.2 +3 -4 ports/devel/sdl12/pkg-message 1.36 +43 -49 ports/devel/sdl12/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:52:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 404C4106569A; Thu, 13 Mar 2008 13:52:29 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3A1F8FC17; Thu, 13 Mar 2008 13:52:28 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDqSDV048963; Thu, 13 Mar 2008 13:52:28 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDqSbX048962; Thu, 13 Mar 2008 13:52:28 GMT (envelope-from csjp) Message-Id: <200803131352.m2DDqSbX048962@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 13 Mar 2008 13:52:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/audit audit_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:52:30 -0000 csjp 2008-03-13 13:52:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_syscalls.c Log: MFC revision 1.25 -- Make sure we return EINVAL for invalid commands Revision Changes Path 1.21.2.1 +3 -0 src/sys/security/audit/audit_syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:53:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37C5106566B; Thu, 13 Mar 2008 13:53:20 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 904528FC20; Thu, 13 Mar 2008 13:53:20 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDrKg7049011; Thu, 13 Mar 2008 13:53:20 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDrK8d049010; Thu, 13 Mar 2008 13:53:20 GMT (envelope-from csjp) Message-Id: <200803131353.m2DDrK8d049010@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 13 Mar 2008 13:53:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/audit audit_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:53:21 -0000 csjp 2008-03-13 13:53:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/audit audit_syscalls.c Log: MFC revision 1.25 -- Make sure we return EINVAL for invalid commands Revision Changes Path 1.1.2.13 +3 -0 src/sys/security/audit/audit_syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:54:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02471106566C; Thu, 13 Mar 2008 13:54:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD5708FC23; Thu, 13 Mar 2008 13:54:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDsBpC049072; Thu, 13 Mar 2008 13:54:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDsBL9049071; Thu, 13 Mar 2008 13:54:11 GMT (envelope-from miwi) Message-Id: <200803131354.m2DDsBL9049071@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 13:54:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/sdl_mixer Makefile distinfo pkg-plist ports/audio/sdl_mixer/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:54:12 -0000 miwi 2008-03-13 13:54:11 UTC FreeBSD ports repository Modified files: audio/sdl_mixer Makefile distinfo pkg-plist Removed files: audio/sdl_mixer/files patch-Makefile.in Log: - Update to 1.2.8 - Got rid of library renaming as done for devel/sdl12 - Pass maintainership to submitter PR: 117609 Submitted by: Marcus von Appen Revision Changes Path 1.43 +17 -13 ports/audio/sdl_mixer/Makefile 1.13 +3 -3 ports/audio/sdl_mixer/distinfo 1.2 +0 -11 ports/audio/sdl_mixer/files/patch-Makefile.in (dead) 1.6 +2 -1 ports/audio/sdl_mixer/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 13:56:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34BF21065671; Thu, 13 Mar 2008 13:56:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 012448FC22; Thu, 13 Mar 2008 13:56:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DDudcE049254; Thu, 13 Mar 2008 13:56:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DDudGE049253; Thu, 13 Mar 2008 13:56:39 GMT (envelope-from miwi) Message-Id: <200803131356.m2DDudGE049253@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 13:56:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sdl_gfx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 13:56:41 -0000 miwi 2008-03-13 13:56:39 UTC FreeBSD ports repository Modified files: graphics/sdl_gfx Makefile distinfo pkg-plist Log: - Update to 2.0.16 - OPTIONize MMX flag - Pass maintainership to submitter PR: 117612 Submitted by: Marcus von Appen Revision Changes Path 1.35 +8 -5 ports/graphics/sdl_gfx/Makefile 1.11 +3 -3 ports/graphics/sdl_gfx/distinfo 1.12 +2 -1 ports/graphics/sdl_gfx/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:00:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6673F1065673; Thu, 13 Mar 2008 14:00:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA7A8FC21; Thu, 13 Mar 2008 14:00:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DE0mGI049442; Thu, 13 Mar 2008 14:00:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DE0m6C049441; Thu, 13 Mar 2008 14:00:48 GMT (envelope-from miwi) Message-Id: <200803131400.m2DE0m6C049441@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sdl_ttf Makefile distinfo pkg-plist ports/graphics/sdl_ttf/files patch-SDL_ttf.c patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:00:48 -0000 miwi 2008-03-13 14:00:48 UTC FreeBSD ports repository Modified files: graphics/sdl_ttf Makefile distinfo pkg-plist Removed files: graphics/sdl_ttf/files patch-SDL_ttf.c patch-aa Log: - Update to 2.0.9 - Fixed binary installation conflict with x11-fonts/showfont - Got rid of library renaming as done for devel/sdl12 - Pass maintainership to submitter PR: 117611 Submitted by: Marcus von Appen Revision Changes Path 1.38 +4 -4 ports/graphics/sdl_ttf/Makefile 1.11 +3 -3 ports/graphics/sdl_ttf/distinfo 1.4 +0 -19 ports/graphics/sdl_ttf/files/patch-SDL_ttf.c (dead) 1.5 +0 -13 ports/graphics/sdl_ttf/files/patch-aa (dead) 1.7 +3 -2 ports/graphics/sdl_ttf/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:05:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F70106566B; Thu, 13 Mar 2008 14:05:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02F828FC17; Thu, 13 Mar 2008 14:05:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DE5Ss3050837; Thu, 13 Mar 2008 14:05:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DE5SRa050836; Thu, 13 Mar 2008 14:05:28 GMT (envelope-from miwi) Message-Id: <200803131405.m2DE5SRa050836@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:05:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sdl_image Makefile distinfo pkg-plist ports/graphics/sdl_image/files patch-ab patch-sdl_image.segfault X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:05:29 -0000 miwi 2008-03-13 14:05:28 UTC FreeBSD ports repository Modified files: graphics/sdl_image Makefile distinfo pkg-plist Removed files: graphics/sdl_image/files patch-ab patch-sdl_image.segfault Log: - Update to 1.2.6 - Got rid of library renaming as done for devel/sdl12 - Pass maintainership to submitter PR: 117610 Submitted by: Marcus von Appen Revision Changes Path 1.33 +3 -3 ports/graphics/sdl_image/Makefile 1.12 +3 -3 ports/graphics/sdl_image/distinfo 1.4 +0 -13 ports/graphics/sdl_image/files/patch-ab (dead) 1.2 +0 -164 ports/graphics/sdl_image/files/patch-sdl_image.segfault (dead) 1.5 +2 -1 ports/graphics/sdl_image/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:06:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6084C106566B; Thu, 13 Mar 2008 14:06:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 467928FC16; Thu, 13 Mar 2008 14:06:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DE6qxR050939; Thu, 13 Mar 2008 14:06:52 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DE6qT7050938; Thu, 13 Mar 2008 14:06:52 GMT (envelope-from flz) Message-Id: <200803131406.m2DE6qT7050938@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 13 Mar 2008 14:06:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-input-mouse Makefile ports/x11-drivers/xf86-input-mouse/files patch-dont-flush-buttons-6a03e8bd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:06:52 -0000 flz 2008-03-13 14:06:52 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-input-mouse Makefile Added files: x11-drivers/xf86-input-mouse/files patch-dont-flush-buttons-6a03e8bd Log: Add patch to fix possibly insecure mouse behavior when switching VT. PR: ports/118694 Submitted by: J.R. Oldroyd Obtained from: fd.o xorg/driver/xf86-input-mouse repository Commit id: 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534 Revision Changes Path 1.4 +1 -0 ports/x11-drivers/xf86-input-mouse/Makefile 1.1 +38 -0 ports/x11-drivers/xf86-input-mouse/files/patch-dont-flush-buttons-6a03e8bd (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:08:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7262D106566B; Thu, 13 Mar 2008 14:08:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FECC8FC21; Thu, 13 Mar 2008 14:08:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DE8Mxl051023; Thu, 13 Mar 2008 14:08:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DE8MTL051022; Thu, 13 Mar 2008 14:08:22 GMT (envelope-from miwi) Message-Id: <200803131408.m2DE8MTL051022@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sdl_net Makefile distinfo pkg-plist ports/net/sdl_net/files patch-Makefile.in patch-SDLnetselect.c patch-SDLnetsys.h patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:08:22 -0000 miwi 2008-03-13 14:08:22 UTC FreeBSD ports repository Modified files: net/sdl_net Makefile distinfo pkg-plist Added files: net/sdl_net/files patch-SDLnetsys.h Removed files: net/sdl_net/files patch-Makefile.in patch-SDLnetselect.c patch-aa Log: - Update to 1.2.7 - Got rid of library renaming as done for devel/sdl12 PR: 117797 Submitted by: Marcus von Appen Revision Changes Path 1.28 +3 -3 ports/net/sdl_net/Makefile 1.10 +3 -3 ports/net/sdl_net/distinfo 1.4 +0 -10 ports/net/sdl_net/files/patch-Makefile.in (dead) 1.2 +0 -29 ports/net/sdl_net/files/patch-SDLnetselect.c (dead) 1.1 +14 -0 ports/net/sdl_net/files/patch-SDLnetsys.h (new) 1.2 +0 -14 ports/net/sdl_net/files/patch-aa (dead) 1.5 +2 -1 ports/net/sdl_net/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:08:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED2C71065672; Thu, 13 Mar 2008 14:08:41 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5B08FC23; Thu, 13 Mar 2008 14:08:41 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DE8f8x051052; Thu, 13 Mar 2008 14:08:41 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DE8fi5051051; Thu, 13 Mar 2008 14:08:41 GMT (envelope-from cokane) Message-Id: <200803131408.m2DE8fi5051051@repoman.freebsd.org> From: Coleman Kane Date: Thu, 13 Mar 2008 14:08:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/tdfx tdfx_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:08:42 -0000 cokane 2008-03-13 14:08:41 UTC FreeBSD src repository Modified files: sys/dev/tdfx tdfx_pci.c Log: Add the module dependency on the mem(4) module. This will fix the module failing to load on a kernel that has "nodevice mem" in the config. It will now properly bring in the mem(4) module. Submitted by: antoine Reviewed by: imp MFC after: 1 week Revision Changes Path 1.40 +1 -0 src/sys/dev/tdfx/tdfx_pci.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:15:52 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2C8F1065670; Thu, 13 Mar 2008 14:15:52 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) Received: from tbaytel.net (front1.tbaytel.net [216.211.26.100]) by mx1.freebsd.org (Postfix) with ESMTP id EB45C8FC19; Thu, 13 Mar 2008 14:15:51 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) X-Scanned-by-Cloudmark: Yes X-Spam-Score: 0.000000 Received: from goodking.goodking.ca (account thomasa@tbaytel.net [216.211.125.176] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 103028425; Thu, 13 Mar 2008 10:15:41 -0400 From: Thomas Abthorpe Organization: FreeBSD.GoodKing.Ca To: Philippe Audeoud Date: Thu, 13 Mar 2008 10:15:26 -0400 User-Agent: KMail/1.9.7 References: <200803121732.m2CHWiqp089540@repoman.freebsd.org> In-Reply-To: <200803121732.m2CHWiqp089540@repoman.freebsd.org> X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: cvs-ports@freebsd.org, thierry@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: CVSROOT modules ports MOVED ports/www Makefile ports/www/scout Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tabthorpe@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:15:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 12 March 2008 13:32:44 Philippe Audeoud wrote: > jadawin 2008-03-12 17:32:44 UTC > > FreeBSD ports repository > > Modified files: > . modules > . MOVED > www Makefile > Removed files: > www/scout Makefile distinfo pkg-descr > Log: > 2008-04-12 www/scout: Abandonware, website disappeared. > > Approved by: tabthorpe via irc (mentor) > > Revision Changes Path > 1.19490 +0 -1 CVSROOT/modules > 1.1555 +2 -1 ports/MOVED > 1.1997 +0 -1 ports/www/Makefile > 1.17 +0 -30 ports/www/scout/Makefile (dead) > 1.5 +0 -3 ports/www/scout/distinfo (dead) > 1.2 +0 -6 ports/www/scout/pkg-descr (dead) My mistake, I allowed this one to pass through ahead of time. Should there be any repercussions, I will be prepared perform the back out as needed. My apologies to any affected parties. Thomas - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkfZNwYACgkQ5Gm/jNBp8qDM9gCdFKBbs4VUlunMGt51VJc7KHnP YvEAn0wR8vxxzNpWdZL2UQ7Ln6EtN+yb =6O19 -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:28:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ACDA1065670; Thu, 13 Mar 2008 14:28:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDBB8FC4B; Thu, 13 Mar 2008 14:28:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DESa7R066901; Thu, 13 Mar 2008 14:28:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DESZbS066900; Thu, 13 Mar 2008 14:28:35 GMT (envelope-from miwi) Message-Id: <200803131428.m2DESZbS066900@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:28:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/gaia Makefile ports/astro/stellarium Makefile ports/audio/adplay Makefile ports/audio/amarok Makefile ports/audio/drumpiler Makefile ports/audio/festalon Makefile ports/audio/ksmp3play Makefile ports/audio/lmms Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:28:36 -0000 miwi 2008-03-13 14:28:35 UTC FreeBSD ports repository Modified files: astro/gaia Makefile astro/stellarium Makefile audio/adplay Makefile audio/amarok Makefile audio/drumpiler Makefile audio/festalon Makefile audio/ksmp3play Makefile audio/lmms Makefile audio/mhwaveedit Makefile audio/mp3blaster Makefile audio/openal Makefile audio/phatbeat Makefile audio/py-sdl_mixer Makefile audio/pysol-sound-server Makefile audio/schism Makefile audio/sdl_sound Makefile audio/sidplayer Makefile audio/soundtracker Makefile audio/tempest_for_eliza Makefile audio/xmms-kde Makefile audio/xmms2 Makefile comms/gnuradio Makefile comms/syncterm Makefile comms/xmorse Makefile devel/adasdl Makefile devel/clanlib Makefile devel/directfb Makefile devel/eboxy Makefile devel/esdl Makefile devel/flatzebra Makefile devel/gauche-sdl Makefile devel/gengameng Makefile devel/gstreamer-plugins-sdl Makefile devel/guichan Makefile devel/kyra Makefile devel/ocaml-sdl Makefile devel/p5-SDL Makefile devel/pwlib Makefile devel/py-game Makefile devel/ruby-game Makefile devel/ruby-rudl Makefile devel/ruby-sdl Makefile devel/sdl_sge Makefile devel/sdlmm Makefile devel/upp Makefile emulators/advancemame Makefile emulators/advancemenu Makefile emulators/advancemess Makefile emulators/atari800 Makefile emulators/bochs Makefile emulators/cygne-sdl Makefile emulators/desmume Makefile emulators/dgen-sdl Makefile emulators/dosbox Makefile emulators/e-uae Makefile emulators/fceu Makefile emulators/fceu-server Makefile emulators/frodo Makefile emulators/gcube Makefile emulators/generator Makefile emulators/generator-cbiere Makefile emulators/gens Makefile emulators/gngb Makefile emulators/gngeo Makefile emulators/gnuboy Makefile emulators/hatari Makefile emulators/hugo Makefile emulators/mednafen Makefile emulators/mupen64-glide Makefile emulators/mupen64-gln64 Makefile emulators/mupen64-rice Makefile emulators/mupen64-sdlaudio Makefile emulators/mupen64-sdlinput Makefile emulators/mupen64-tr64 Makefile emulators/nonpareil Makefile emulators/openmsx Makefile emulators/osmose Makefile emulators/pearpc Makefile emulators/qemu Makefile emulators/qemu-devel Makefile emulators/quasi88 Makefile emulators/raine Makefile emulators/sdlmame Makefile emulators/sdlmess Makefile emulators/stella Makefile emulators/tiemu3 Makefile emulators/vba Makefile emulators/vice Makefile emulators/xmame Makefile emulators/xsystem35 Makefile emulators/yabause Makefile emulators/yape Makefile emulators/zsnes Makefile games/54321 Makefile games/8kingdoms Makefile games/abe Makefile games/abuse_sdl Makefile games/adgali Makefile games/adonthell Makefile games/afternoonstalker Makefile games/agame Makefile games/airrox Makefile games/alephone Makefile games/alienarena Makefile games/alienblaster Makefile games/allacrost Makefile games/amoebax Makefile games/amphetamine Makefile games/anagramarama Makefile games/angband Makefile games/annelid Makefile games/apoolGL Makefile games/apricots Makefile games/aqbubble Makefile games/armagetron Makefile games/asc Makefile games/assaultcube Makefile games/atr3d Makefile games/atris Makefile games/balazar Makefile games/balazarbrothers Makefile games/barrage Makefile games/bfm Makefile games/biloba Makefile games/bitefusion Makefile games/blackshadeselite Makefile games/blinkensisters Makefile games/blobandconquer Makefile games/bloboats Makefile games/blobwars Makefile games/bomberclone Makefile games/bomberinstinct Makefile games/bomns Makefile games/boswars Makefile games/briquolo Makefile games/brutalchess Makefile games/bugsquish Makefile games/bumprace Makefile games/burgerspace Makefile games/bzflag Makefile games/ceferino Makefile games/chanta Makefile games/circuslinux Makefile games/columns Makefile games/concentration Makefile games/connectfive Makefile games/crimson Makefile games/criticalmass Makefile games/crossfire-client Makefile games/csmash Makefile games/cube Makefile games/d2x Makefile games/daimonin-client Makefile games/dangen Makefile games/dangerdeep Makefile games/darkplaces Makefile games/defendguin Makefile games/demonquake Makefile games/deng Makefile games/diameter Makefile games/digger-vgl Makefile games/dodgindiamond2 Makefile games/doomlegacy Makefile games/duel Makefile games/edge Makefile games/eduke32 Makefile games/egoboo Makefile games/einstein Makefile games/el Makefile games/ember Makefile games/endgame-singularity Makefile games/enigma Makefile games/evq3 Makefile games/excido Makefile games/exult Makefile games/falconseye Makefile games/fillets-ng Makefile games/fishsupper Makefile games/flobopuyo Makefile games/flyhard Makefile games/foobillard Makefile games/formido Makefile games/freeciv Makefile games/freedroid Makefile games/freeorion Makefile games/freera Makefile games/freesci Makefile games/freesynd Makefile games/freetennis Makefile games/frozenbubble Makefile games/fteqw Makefile games/galaxyhack Makefile games/gcompris Makefile games/gemdropx Makefile games/ggz-sdl-games Makefile games/gillo Makefile games/gl-117 Makefile games/glaxium Makefile games/glest Makefile games/glpuzzle Makefile games/gltron Makefile games/goonies Makefile games/hangman Makefile games/heretic Makefile games/heroes Makefile games/hex-a-hop Makefile games/highmoon Makefile games/holotz-castle Makefile games/icebreaker Makefile games/interlogic Makefile games/ioquake3 Makefile games/iourbanterror Makefile games/ivan Makefile games/jaggedalliance2 Makefile games/jfduke3d Makefile games/jfk Makefile games/jumpnbump Makefile games/kevedit Makefile games/kiki Makefile games/kmquake2 Makefile games/kobodeluxe Makefile games/lbreakout Makefile games/lbreakout2 Makefile games/lgeneral Makefile games/lincity-ng Makefile games/lmarbles Makefile games/lordsawar Makefile games/ltris Makefile games/luola Makefile games/madbomber Makefile games/maelstrom Makefile games/marsnomercy Makefile games/memonix Makefile games/mirrormagic Makefile games/moonlander Makefile games/nazghul Makefile games/nehquake Makefile games/netpanzer Makefile games/netpanzer-data Makefile games/neverball Makefile games/newvox Makefile games/nexuiz Makefile games/nil Makefile games/nimuh Makefile games/njam Makefile games/noegnud-littlehack Makefile games/noegnud-nethack Makefile games/noegnud-nethack-deet Makefile games/noegnud-slashem Makefile games/nuclearchess Makefile games/odamex Makefile games/oilwar Makefile games/oolite Makefile games/openarena Makefile games/openastromenace Makefile games/opencity Makefile games/openglad Makefile games/openmortal Makefile games/openttd Makefile games/orbital_eunuchs_sniper Makefile games/pachi Makefile games/pengpong Makefile games/penguin-command Makefile games/pengupop Makefile games/pinball Makefile games/pingus Makefile games/pipenightdreams Makefile games/pipepanic Makefile games/pmars-sdl Makefile games/pokerth Makefile games/pongix Makefile games/pouetchess Makefile games/powermanga Makefile games/ppracer Makefile games/prboom Makefile games/primateplunge Makefile games/q2p Makefile games/q2pro Makefile games/q3base Makefile games/qonk Makefile games/quake2forge Makefile games/quake2lnx Makefile games/quake2max Makefile games/quakeforge Makefile games/quantumminigolf Makefile games/qudos Makefile games/quetoo Makefile games/r1q2 Makefile games/race Makefile games/reminiscence Makefile games/ri-li Makefile games/rockdodger Makefile games/rocksndiamonds Makefile games/rottdc Makefile games/sauerbraten Makefile games/scorched3d Makefile games/scourge Makefile games/scramble Makefile games/scummvm Makefile games/sdb Makefile games/sdlCC Makefile pkg-plist games/sdlquake2 Makefile games/sdlroids Makefile games/sdlsand Makefile games/secretmaryochronicles Makefile games/senken Makefile games/shaaft Makefile games/shootingstar Makefile games/slune Makefile games/solarconquest Makefile games/sopwith Makefile games/spring Makefile games/ssc Makefile games/starfighter Makefile games/stratagus Makefile games/supertux Makefile games/tecnoballz Makefile games/tenebrae Makefile games/thevalley Makefile games/tileworld Makefile games/tmw Makefile games/tomatoes Makefile games/toppler Makefile games/torrent Makefile games/toycars Makefile games/trackballs Makefile games/tremor Makefile games/tremulous Makefile games/trigger Makefile games/trimines Makefile games/ttt Makefile games/tuxmath Makefile games/tuxpaint Makefile games/tuxpuck Makefile games/tuxracer Makefile games/tuxtype Makefile games/ufoai Makefile games/uhexen Makefile games/uhexen2 Makefile games/ultimatestunts Makefile games/untahris Makefile games/uqm Makefile games/utserver Makefile games/vavoom Makefile games/vdrift Makefile games/vectoroids Makefile games/viruskiller Makefile games/volleyball Makefile games/vor Makefile games/vultures-claw Makefile games/vultures-eye Makefile games/warsow Makefile games/warzone2100 Makefile games/wesnoth Makefile games/windstille Makefile games/wolf3d Makefile games/wop Makefile games/worldofpadman Makefile games/wormux Makefile games/wormux-devel Makefile games/wrogue Makefile games/xlogical Makefile games/xmoto Makefile games/xpilot-ng-server Makefile games/xpired Makefile games/xrick Makefile games/xye Makefile games/zatacka Makefile graphics/agg Makefile graphics/blender Makefile graphics/bmp2html Makefile graphics/crystalspace Makefile graphics/crystalspace-devel Makefile graphics/demeter Makefile graphics/devil Makefile graphics/gephex Makefile graphics/gnash Makefile graphics/goom Makefile graphics/guilib Makefile graphics/lcdtest Makefile graphics/ogre3d Makefile graphics/sage Makefile graphics/shim Makefile graphics/synaesthesia Makefile graphics/timeless Makefile graphics/vp Makefile graphics/white_dune Makefile graphics/xmms-dancingparticles Makefile graphics/xmms-goom Makefile graphics/xmms-infinity Makefile graphics/xmms-jess Makefile graphics/xmms-nebulus Makefile graphics/xmms-paranormal Makefile graphics/xmms-plazma Makefile lang/gambas Makefile lang/kroc Makefile lang/lush Makefile lang/ofc Makefile misc/explosions Makefile multimedia/audacious-plugins Makefile multimedia/avidemux2 Makefile multimedia/avifile Makefile multimedia/dumpmpeg Makefile multimedia/enjoympeg Makefile multimedia/ffmpeg Makefile multimedia/gopchop Makefile multimedia/kbtv Makefile multimedia/libdv Makefile multimedia/libmovtar Makefile multimedia/libmpeg2 Makefile multimedia/libxine Makefile multimedia/lives Makefile multimedia/mjpegtools Makefile multimedia/mpeg4ip Makefile multimedia/mplayer Makefile multimedia/mplayerxp Makefile multimedia/oqtplayer Makefile multimedia/pwcbsd Makefile multimedia/smilutils Makefile multimedia/smpeg Makefile multimedia/smpeg-xmms Makefile multimedia/transcode Makefile multimedia/vlc Makefile multimedia/vlc-devel Makefile multimedia/xmms-avi Makefile multimedia/xmps Makefile multimedia/xtheater Makefile net/ekiga Makefile net/kmuddy Makefile shells/bush Makefile www/openvrml Makefile x11/electricsheep Makefile x11-fm/tdfsb Makefile x11-fonts/showfont Makefile x11-toolkits/gai Makefile x11-toolkits/gigi Makefile x11-toolkits/mesgui Makefile x11-toolkits/paragui Makefile x11-toolkits/paragui-devel Makefile x11-toolkits/sdl_gui Makefile x11-toolkits/sdl_pango Makefile Log: - Chase devel/sdl12 shlib version bump Revision Changes Path 1.7 +3 -3 ports/astro/gaia/Makefile 1.18 +1 -0 ports/astro/stellarium/Makefile 1.14 +1 -0 ports/audio/adplay/Makefile 1.81 +1 -1 ports/audio/amarok/Makefile 1.8 +1 -1 ports/audio/drumpiler/Makefile 1.11 +1 -1 ports/audio/festalon/Makefile 1.21 +1 -1 ports/audio/ksmp3play/Makefile 1.12 +1 -1 ports/audio/lmms/Makefile 1.50 +1 -0 ports/audio/mhwaveedit/Makefile 1.36 +1 -1 ports/audio/mp3blaster/Makefile 1.45 +1 -1 ports/audio/openal/Makefile 1.6 +1 -1 ports/audio/phatbeat/Makefile 1.11 +1 -1 ports/audio/py-sdl_mixer/Makefile 1.33 +1 -1 ports/audio/pysol-sound-server/Makefile 1.10 +1 -1 ports/audio/schism/Makefile 1.28 +1 -1 ports/audio/sdl_sound/Makefile 1.9 +1 -1 ports/audio/sidplayer/Makefile 1.33 +1 -1 ports/audio/soundtracker/Makefile 1.19 +1 -1 ports/audio/tempest_for_eliza/Makefile 1.28 +1 -1 ports/audio/xmms-kde/Makefile 1.35 +1 -1 ports/audio/xmms2/Makefile 1.5 +1 -1 ports/comms/gnuradio/Makefile 1.7 +1 -0 ports/comms/syncterm/Makefile 1.2 +1 -0 ports/comms/xmorse/Makefile 1.9 +1 -1 ports/devel/adasdl/Makefile 1.22 +1 -0 ports/devel/clanlib/Makefile 1.29 +1 -1 ports/devel/directfb/Makefile 1.28 +1 -1 ports/devel/eboxy/Makefile 1.29 +1 -1 ports/devel/esdl/Makefile 1.6 +1 -1 ports/devel/flatzebra/Makefile 1.15 +1 -1 ports/devel/gauche-sdl/Makefile 1.22 +1 -1 ports/devel/gengameng/Makefile 1.9 +1 -1 ports/devel/gstreamer-plugins-sdl/Makefile 1.15 +1 -0 ports/devel/guichan/Makefile 1.22 +1 -1 ports/devel/kyra/Makefile 1.17 +1 -1 ports/devel/ocaml-sdl/Makefile 1.22 +1 -1 ports/devel/p5-SDL/Makefile 1.45 +1 -0 ports/devel/pwlib/Makefile 1.34 +1 -1 ports/devel/py-game/Makefile 1.5 +1 -1 ports/devel/ruby-game/Makefile 1.25 +1 -1 ports/devel/ruby-rudl/Makefile 1.44 +1 -1 ports/devel/ruby-sdl/Makefile 1.12 +1 -1 ports/devel/sdl_sge/Makefile 1.17 +1 -1 ports/devel/sdlmm/Makefile 1.10 +1 -1 ports/devel/upp/Makefile 1.3 +1 -1 ports/emulators/advancemame/Makefile 1.5 +1 -1 ports/emulators/advancemenu/Makefile 1.3 +1 -1 ports/emulators/advancemess/Makefile 1.38 +1 -0 ports/emulators/atari800/Makefile 1.81 +1 -0 ports/emulators/bochs/Makefile 1.4 +1 -1 ports/emulators/cygne-sdl/Makefile 1.4 +1 -1 ports/emulators/desmume/Makefile 1.19 +1 -1 ports/emulators/dgen-sdl/Makefile 1.20 +1 -0 ports/emulators/dosbox/Makefile 1.13 +1 -0 ports/emulators/e-uae/Makefile 1.3 +1 -1 ports/emulators/fceu-server/Makefile 1.22 +1 -1 ports/emulators/fceu/Makefile 1.37 +1 -1 ports/emulators/frodo/Makefile 1.7 +1 -1 ports/emulators/gcube/Makefile 1.10 +1 -1 ports/emulators/generator-cbiere/Makefile 1.22 +1 -1 ports/emulators/generator/Makefile 1.6 +1 -1 ports/emulators/gens/Makefile 1.20 +1 -1 ports/emulators/gngb/Makefile 1.11 +1 -1 ports/emulators/gngeo/Makefile 1.21 +1 -1 ports/emulators/gnuboy/Makefile 1.14 +1 -0 ports/emulators/hatari/Makefile 1.9 +1 -1 ports/emulators/hugo/Makefile 1.20 +1 -0 ports/emulators/mednafen/Makefile 1.9 +1 -1 ports/emulators/mupen64-glide/Makefile 1.8 +1 -1 ports/emulators/mupen64-gln64/Makefile 1.7 +1 -1 ports/emulators/mupen64-rice/Makefile 1.7 +1 -0 ports/emulators/mupen64-sdlaudio/Makefile 1.8 +1 -0 ports/emulators/mupen64-sdlinput/Makefile 1.2 +1 -0 ports/emulators/mupen64-tr64/Makefile 1.10 +1 -1 ports/emulators/nonpareil/Makefile 1.10 +1 -0 ports/emulators/openmsx/Makefile 1.10 +1 -1 ports/emulators/osmose/Makefile 1.26 +1 -1 ports/emulators/pearpc/Makefile 1.84 +1 -1 ports/emulators/qemu-devel/Makefile 1.80 +1 -1 ports/emulators/qemu/Makefile 1.20 +1 -0 ports/emulators/quasi88/Makefile 1.16 +1 -1 ports/emulators/raine/Makefile 1.16 +1 -0 ports/emulators/sdlmame/Makefile 1.14 +1 -0 ports/emulators/sdlmess/Makefile 1.39 +1 -0 ports/emulators/stella/Makefile 1.4 +1 -0 ports/emulators/tiemu3/Makefile 1.25 +1 -1 ports/emulators/vba/Makefile 1.55 +1 -0 ports/emulators/vice/Makefile 1.118 +1 -1 ports/emulators/xmame/Makefile 1.56 +1 -1 ports/emulators/xsystem35/Makefile 1.14 +1 -0 ports/emulators/yabause/Makefile 1.15 +1 -1 ports/emulators/yape/Makefile 1.34 +1 -1 ports/emulators/zsnes/Makefile 1.12 +1 -1 ports/games/54321/Makefile 1.3 +1 -0 ports/games/8kingdoms/Makefile 1.6 +1 -1 ports/games/abe/Makefile 1.15 +1 -1 ports/games/abuse_sdl/Makefile 1.33 +1 -1 ports/games/adgali/Makefile 1.25 +1 -1 ports/games/adonthell/Makefile 1.13 +1 -1 ports/games/afternoonstalker/Makefile 1.5 +1 -1 ports/games/agame/Makefile 1.8 +1 -1 ports/games/airrox/Makefile 1.33 +1 -1 ports/games/alephone/Makefile 1.14 +1 -0 ports/games/alienarena/Makefile 1.8 +1 -1 ports/games/alienblaster/Makefile 1.9 +1 -0 ports/games/allacrost/Makefile 1.2 +1 -0 ports/games/amoebax/Makefile 1.24 +1 -1 ports/games/amphetamine/Makefile 1.6 +1 -1 ports/games/anagramarama/Makefile 1.33 +1 -0 ports/games/angband/Makefile 1.7 +1 -1 ports/games/annelid/Makefile 1.6 +1 -1 ports/games/apoolGL/Makefile 1.2 +2 -0 ports/games/apricots/Makefile 1.6 +1 -1 ports/games/aqbubble/Makefile 1.8 +1 -1 ports/games/armagetron/Makefile 1.48 +1 -1 ports/games/asc/Makefile 1.4 +1 -0 ports/games/assaultcube/Makefile 1.29 +1 -1 ports/games/atr3d/Makefile 1.6 +1 -1 ports/games/atris/Makefile 1.11 +1 -1 ports/games/balazar/Makefile 1.8 +1 -1 ports/games/balazarbrothers/Makefile 1.16 +1 -1 ports/games/barrage/Makefile 1.6 +1 -1 ports/games/bfm/Makefile 1.8 +1 -0 ports/games/biloba/Makefile 1.7 +1 -1 ports/games/bitefusion/Makefile 1.2 +1 -0 ports/games/blackshadeselite/Makefile 1.7 +1 -0 ports/games/blinkensisters/Makefile 1.18 +1 -1 ports/games/blobandconquer/Makefile 1.7 +1 -1 ports/games/bloboats/Makefile 1.8 +1 -1 ports/games/blobwars/Makefile 1.23 +1 -0 ports/games/bomberclone/Makefile 1.21 +1 -1 ports/games/bomberinstinct/Makefile 1.6 +1 -1 ports/games/bomns/Makefile 1.13 +1 -1 ports/games/boswars/Makefile 1.31 +1 -1 ports/games/briquolo/Makefile 1.4 +1 -1 ports/games/brutalchess/Makefile 1.7 +1 -1 ports/games/bugsquish/Makefile 1.3 +1 -1 ports/games/bumprace/Makefile 1.15 +1 -1 ports/games/burgerspace/Makefile 1.42 +1 -1 ports/games/bzflag/Makefile 1.10 +1 -0 ports/games/ceferino/Makefile 1.5 +1 -1 ports/games/chanta/Makefile 1.8 +1 -1 ports/games/circuslinux/Makefile 1.22 +1 -1 ports/games/columns/Makefile 1.6 +1 -1 ports/games/concentration/Makefile 1.7 +1 -1 ports/games/connectfive/Makefile 1.32 +1 -1 ports/games/crimson/Makefile 1.28 +1 -1 ports/games/criticalmass/Makefile 1.63 +1 -1 ports/games/crossfire-client/Makefile 1.19 +1 -1 ports/games/csmash/Makefile 1.21 +1 -1 ports/games/cube/Makefile 1.8 +1 -1 ports/games/d2x/Makefile 1.6 +1 -0 ports/games/daimonin-client/Makefile 1.5 +1 -1 ports/games/dangen/Makefile 1.10 +1 -0 ports/games/dangerdeep/Makefile 1.13 +1 -0 ports/games/darkplaces/Makefile 1.12 +1 -1 ports/games/defendguin/Makefile 1.6 +1 -1 ports/games/demonquake/Makefile 1.21 +1 -1 ports/games/deng/Makefile 1.10 +1 -1 ports/games/diameter/Makefile 1.15 +1 -1 ports/games/digger-vgl/Makefile 1.10 +1 -0 ports/games/dodgindiamond2/Makefile 1.16 +1 -1 ports/games/doomlegacy/Makefile 1.10 +2 -1 ports/games/duel/Makefile 1.2 +1 -0 ports/games/edge/Makefile 1.10 +1 -0 ports/games/eduke32/Makefile 1.18 +1 -0 ports/games/egoboo/Makefile 1.10 +1 -1 ports/games/einstein/Makefile 1.19 +1 -0 ports/games/el/Makefile 1.30 +1 -1 ports/games/ember/Makefile 1.3 +1 -0 ports/games/endgame-singularity/Makefile 1.36 +1 -1 ports/games/enigma/Makefile 1.7 +1 -1 ports/games/evq3/Makefile 1.8 +1 -1 ports/games/excido/Makefile 1.27 +1 -1 ports/games/exult/Makefile 1.15 +1 -1 ports/games/falconseye/Makefile 1.13 +1 -0 ports/games/fillets-ng/Makefile 1.8 +1 -1 ports/games/fishsupper/Makefile 1.8 +1 -1 ports/games/flobopuyo/Makefile 1.3 +1 -1 ports/games/flyhard/Makefile 1.17 +1 -1 ports/games/foobillard/Makefile 1.6 +1 -1 ports/games/formido/Makefile 1.89 +1 -0 ports/games/freeciv/Makefile 1.11 +1 -1 ports/games/freedroid/Makefile 1.9 +1 -1 ports/games/freeorion/Makefile 1.6 +1 -0 ports/games/freera/Makefile 1.19 +1 -1 ports/games/freesci/Makefile 1.4 +1 -1 ports/games/freesynd/Makefile 1.3 +1 -1 ports/games/freetennis/Makefile 1.30 +1 -1 ports/games/frozenbubble/Makefile 1.5 +1 -0 ports/games/fteqw/Makefile 1.18 +1 -1 ports/games/galaxyhack/Makefile 1.42 +1 -1 ports/games/gcompris/Makefile 1.24 +1 -1 ports/games/gemdropx/Makefile 1.8 +1 -1 ports/games/ggz-sdl-games/Makefile 1.8 +1 -1 ports/games/gillo/Makefile 1.31 +1 -1 ports/games/gl-117/Makefile 1.8 +1 -1 ports/games/glaxium/Makefile 1.16 +1 -1 ports/games/glest/Makefile 1.7 +1 -1 ports/games/glpuzzle/Makefile 1.36 +1 -1 ports/games/gltron/Makefile 1.4 +1 -1 ports/games/goonies/Makefile 1.6 +1 -1 ports/games/hangman/Makefile 1.24 +1 -1 ports/games/heretic/Makefile 1.32 +1 -1 ports/games/heroes/Makefile 1.7 +1 -1 ports/games/hex-a-hop/Makefile 1.10 +1 -1 ports/games/highmoon/Makefile 1.10 +1 -1 ports/games/holotz-castle/Makefile 1.14 +1 -1 ports/games/icebreaker/Makefile 1.5 +1 -1 ports/games/interlogic/Makefile 1.12 +1 -1 ports/games/ioquake3/Makefile 1.15 +1 -1 ports/games/iourbanterror/Makefile 1.9 +1 -1 ports/games/ivan/Makefile 1.9 +1 -0 ports/games/jaggedalliance2/Makefile 1.14 +1 -1 ports/games/jfduke3d/Makefile 1.14 +1 -1 ports/games/jfk/Makefile 1.12 +1 -1 ports/games/jumpnbump/Makefile 1.3 +1 -0 ports/games/kevedit/Makefile 1.8 +1 -1 ports/games/kiki/Makefile 1.10 +1 -1 ports/games/kmquake2/Makefile 1.21 +1 -0 ports/games/kobodeluxe/Makefile 1.23 +1 -1 ports/games/lbreakout/Makefile 1.17 +1 -1 ports/games/lbreakout2/Makefile 1.13 +1 -1 ports/games/lgeneral/Makefile 1.18 +1 -1 ports/games/lincity-ng/Makefile 1.16 +1 -1 ports/games/lmarbles/Makefile 1.2 +1 -0 ports/games/lordsawar/Makefile 1.24 +1 -1 ports/games/ltris/Makefile 1.5 +1 -1 ports/games/luola/Makefile 1.16 +1 -1 ports/games/madbomber/Makefile 1.37 +1 -1 ports/games/maelstrom/Makefile 1.10 +1 -1 ports/games/marsnomercy/Makefile 1.2 +1 -0 ports/games/memonix/Makefile 1.19 +1 -1 ports/games/mirrormagic/Makefile 1.14 +1 -1 ports/games/moonlander/Makefile 1.6 +1 -1 ports/games/nazghul/Makefile 1.6 +1 -1 ports/games/nehquake/Makefile 1.11 +1 -1 ports/games/netpanzer-data/Makefile 1.12 +1 -1 ports/games/netpanzer/Makefile 1.24 +1 -1 ports/games/neverball/Makefile 1.12 +1 -1 ports/games/newvox/Makefile 1.15 +1 -1 ports/games/nexuiz/Makefile 1.21 +1 -1 ports/games/nil/Makefile 1.3 +1 -0 ports/games/nimuh/Makefile 1.10 +1 -1 ports/games/njam/Makefile 1.10 +1 -1 ports/games/noegnud-littlehack/Makefile 1.10 +1 -1 ports/games/noegnud-nethack-deet/Makefile 1.10 +1 -1 ports/games/noegnud-nethack/Makefile 1.11 +1 -1 ports/games/noegnud-slashem/Makefile 1.5 +1 -1 ports/games/nuclearchess/Makefile 1.3 +1 -0 ports/games/odamex/Makefile 1.13 +1 -1 ports/games/oilwar/Makefile 1.11 +1 -1 ports/games/oolite/Makefile 1.5 +1 -1 ports/games/openarena/Makefile 1.2 +1 -0 ports/games/openastromenace/Makefile 1.2 +1 -0 ports/games/opencity/Makefile 1.14 +1 -1 ports/games/openglad/Makefile 1.13 +1 -1 ports/games/openmortal/Makefile 1.18 +1 -1 ports/games/openttd/Makefile 1.10 +1 -0 ports/games/orbital_eunuchs_sniper/Makefile 1.6 +1 -1 ports/games/pachi/Makefile 1.12 +1 -1 ports/games/pengpong/Makefile 1.24 +1 -1 ports/games/penguin-command/Makefile 1.10 +1 -0 ports/games/pengupop/Makefile 1.21 +1 -1 ports/games/pinball/Makefile 1.4 +1 -0 ports/games/pingus/Makefile 1.18 +1 -1 ports/games/pipenightdreams/Makefile 1.6 +1 -1 ports/games/pipepanic/Makefile 1.7 +1 -1 ports/games/pmars-sdl/Makefile 1.6 +1 -0 ports/games/pokerth/Makefile 1.5 +1 -1 ports/games/pongix/Makefile 1.8 +1 -1 ports/games/pouetchess/Makefile 1.14 +1 -0 ports/games/powermanga/Makefile 1.9 +1 -1 ports/games/ppracer/Makefile 1.19 +1 -1 ports/games/prboom/Makefile 1.5 +1 -1 ports/games/primateplunge/Makefile 1.4 +1 -1 ports/games/q2p/Makefile 1.6 +1 -1 ports/games/q2pro/Makefile 1.9 +1 -1 ports/games/q3base/Makefile 1.7 +1 -0 ports/games/qonk/Makefile 1.31 +1 -1 ports/games/quake2forge/Makefile 1.29 +1 -1 ports/games/quake2lnx/Makefile 1.7 +1 -1 ports/games/quake2max/Makefile 1.66 +1 -1 ports/games/quakeforge/Makefile 1.4 +1 -0 ports/games/quantumminigolf/Makefile 1.12 +1 -1 ports/games/qudos/Makefile 1.14 +1 -1 ports/games/quetoo/Makefile 1.17 +1 -0 ports/games/r1q2/Makefile 1.12 +1 -1 ports/games/race/Makefile 1.7 +1 -1 ports/games/reminiscence/Makefile 1.8 +1 -0 ports/games/ri-li/Makefile 1.13 +1 -1 ports/games/rockdodger/Makefile 1.30 +1 -0 ports/games/rocksndiamonds/Makefile 1.8 +1 -1 ports/games/rottdc/Makefile 1.15 +1 -0 ports/games/sauerbraten/Makefile 1.36 +1 -1 ports/games/scorched3d/Makefile 1.19 +1 -0 ports/games/scourge/Makefile 1.6 +1 -1 ports/games/scramble/Makefile 1.44 +1 -0 ports/games/scummvm/Makefile 1.8 +1 -1 ports/games/sdb/Makefile 1.3 +2 -0 ports/games/sdlCC/Makefile 1.2 +5 -0 ports/games/sdlCC/pkg-plist 1.7 +1 -1 ports/games/sdlquake2/Makefile 1.9 +1 -1 ports/games/sdlroids/Makefile 1.7 +1 -1 ports/games/sdlsand/Makefile 1.2 +1 -0 ports/games/secretmaryochronicles/Makefile 1.18 +1 -1 ports/games/senken/Makefile 1.13 +1 -1 ports/games/shaaft/Makefile 1.5 +1 -1 ports/games/shootingstar/Makefile 1.12 +1 -1 ports/games/slune/Makefile 1.6 +1 -1 ports/games/solarconquest/Makefile 1.21 +1 -1 ports/games/sopwith/Makefile 1.3 +1 -1 ports/games/spring/Makefile 1.15 +1 -1 ports/games/ssc/Makefile 1.8 +1 -1 ports/games/starfighter/Makefile 1.13 +1 -1 ports/games/stratagus/Makefile 1.16 +1 -1 ports/games/supertux/Makefile 1.11 +1 -0 ports/games/tecnoballz/Makefile 1.11 +1 -1 ports/games/tenebrae/Makefile 1.10 +1 -1 ports/games/thevalley/Makefile 1.12 +1 -1 ports/games/tileworld/Makefile 1.18 +1 -0 ports/games/tmw/Makefile 1.11 +1 -1 ports/games/tomatoes/Makefile 1.19 +1 -0 ports/games/toppler/Makefile 1.6 +1 -1 ports/games/torrent/Makefile 1.10 +1 -0 ports/games/toycars/Makefile 1.17 +1 -1 ports/games/trackballs/Makefile 1.6 +1 -1 ports/games/tremor/Makefile 1.8 +1 -1 ports/games/tremulous/Makefile 1.13 +1 -1 ports/games/trigger/Makefile 1.7 +1 -1 ports/games/trimines/Makefile 1.6 +1 -1 ports/games/ttt/Makefile 1.7 +1 -0 ports/games/tuxmath/Makefile 1.13 +1 -0 ports/games/tuxpaint/Makefile 1.20 +1 -1 ports/games/tuxpuck/Makefile 1.26 +1 -1 ports/games/tuxracer/Makefile 1.21 +1 -0 ports/games/tuxtype/Makefile 1.6 +1 -0 ports/games/ufoai/Makefile 1.17 +1 -1 ports/games/uhexen/Makefile 1.5 +1 -0 ports/games/uhexen2/Makefile 1.4 +1 -0 ports/games/ultimatestunts/Makefile 1.6 +1 -0 ports/games/untahris/Makefile 1.18 +1 -1 ports/games/uqm/Makefile 1.29 +1 -1 ports/games/utserver/Makefile 1.35 +1 -0 ports/games/vavoom/Makefile 1.18 +1 -1 ports/games/vdrift/Makefile 1.9 +1 -1 ports/games/vectoroids/Makefile 1.8 +1 -1 ports/games/viruskiller/Makefile 1.8 +1 -1 ports/games/volleyball/Makefile 1.10 +1 -0 ports/games/vor/Makefile 1.8 +1 -1 ports/games/vultures-claw/Makefile 1.8 +1 -1 ports/games/vultures-eye/Makefile 1.9 +1 -1 ports/games/warsow/Makefile 1.22 +1 -0 ports/games/warzone2100/Makefile 1.52 +1 -0 ports/games/wesnoth/Makefile 1.3 +1 -1 ports/games/windstille/Makefile 1.13 +1 -1 ports/games/wolf3d/Makefile 1.9 +1 -1 ports/games/wop/Makefile 1.4 +1 -1 ports/games/worldofpadman/Makefile 1.13 +1 -0 ports/games/wormux-devel/Makefile 1.13 +1 -1 ports/games/wormux/Makefile 1.5 +1 -0 ports/games/wrogue/Makefile 1.4 +1 -0 ports/games/xlogical/Makefile 1.28 +1 -0 ports/games/xmoto/Makefile 1.14 +1 -1 ports/games/xpilot-ng-server/Makefile 1.17 +1 -1 ports/games/xpired/Makefile 1.14 +1 -1 ports/games/xrick/Makefile 1.7 +1 -0 ports/games/xye/Makefile 1.10 +1 -0 ports/games/zatacka/Makefile 1.21 +1 -1 ports/graphics/agg/Makefile 1.23 +1 -1 ports/graphics/blender/Makefile 1.7 +1 -1 ports/graphics/bmp2html/Makefile 1.25 +1 -1 ports/graphics/crystalspace-devel/Makefile 1.29 +1 -1 ports/graphics/crystalspace/Makefile 1.14 +1 -1 ports/graphics/demeter/Makefile 1.18 +1 -1 ports/graphics/devil/Makefile 1.12 +1 -1 ports/graphics/gephex/Makefile 1.21 +1 -1 ports/graphics/gnash/Makefile 1.11 +1 -1 ports/graphics/goom/Makefile 1.27 +1 -1 ports/graphics/guilib/Makefile 1.3 +1 -0 ports/graphics/lcdtest/Makefile 1.25 +1 -0 ports/graphics/ogre3d/Makefile 1.11 +1 -1 ports/graphics/sage/Makefile 1.4 +1 -1 ports/graphics/shim/Makefile 1.21 +1 -1 ports/graphics/synaesthesia/Makefile 1.4 +1 -1 ports/graphics/timeless/Makefile 1.23 +1 -0 ports/graphics/vp/Makefile 1.28 +1 -0 ports/graphics/white_dune/Makefile 1.8 +1 -1 ports/graphics/xmms-dancingparticles/Makefile 1.19 +1 -1 ports/graphics/xmms-goom/Makefile 1.21 +1 -1 ports/graphics/xmms-infinity/Makefile 1.18 +1 -1 ports/graphics/xmms-jess/Makefile 1.24 +1 -1 ports/graphics/xmms-nebulus/Makefile 1.19 +1 -1 ports/graphics/xmms-paranormal/Makefile 1.9 +1 -1 ports/graphics/xmms-plazma/Makefile 1.57 +1 -0 ports/lang/gambas/Makefile 1.5 +1 -1 ports/lang/kroc/Makefile 1.15 +1 -1 ports/lang/lush/Makefile 1.7 +1 -0 ports/lang/ofc/Makefile 1.16 +1 -1 ports/misc/explosions/Makefile 1.47 +1 -1 ports/multimedia/audacious-plugins/Makefile 1.48 +1 -1 ports/multimedia/avidemux2/Makefile 1.72 +1 -1 ports/multimedia/avifile/Makefile 1.13 +1 -1 ports/multimedia/dumpmpeg/Makefile 1.13 +1 -1 ports/multimedia/enjoympeg/Makefile 1.78 +1 -1 ports/multimedia/ffmpeg/Makefile 1.26 +1 -1 ports/multimedia/gopchop/Makefile 1.18 +1 -1 ports/multimedia/kbtv/Makefile 1.40 +1 -1 ports/multimedia/libdv/Makefile 1.26 +1 -1 ports/multimedia/libmovtar/Makefile 1.37 +1 -1 ports/multimedia/libmpeg2/Makefile 1.124 +1 -1 ports/multimedia/libxine/Makefile 1.15 +1 -1 ports/multimedia/lives/Makefile 1.62 +1 -0 ports/multimedia/mjpegtools/Makefile 1.83 +1 -0 ports/multimedia/mpeg4ip/Makefile 1.171 +1 -1 ports/multimedia/mplayer/Makefile 1.67 +1 -1 ports/multimedia/mplayerxp/Makefile 1.19 +1 -1 ports/multimedia/oqtplayer/Makefile 1.14 +1 -0 ports/multimedia/pwcbsd/Makefile 1.2 +1 -0 ports/multimedia/smilutils/Makefile 1.30 +1 -1 ports/multimedia/smpeg-xmms/Makefile 1.44 +1 -1 ports/multimedia/smpeg/Makefile 1.101 +1 -0 ports/multimedia/transcode/Makefile 1.197 +1 -1 ports/multimedia/vlc-devel/Makefile 1.162 +1 -1 ports/multimedia/vlc/Makefile 1.34 +1 -1 ports/multimedia/xmms-avi/Makefile 1.46 +1 -1 ports/multimedia/xmps/Makefile 1.24 +1 -1 ports/multimedia/xtheater/Makefile 1.76 +1 -1 ports/net/ekiga/Makefile 1.3 +1 -1 ports/net/kmuddy/Makefile 1.10 +1 -1 ports/shells/bush/Makefile 1.43 +1 -0 ports/www/openvrml/Makefile 1.8 +1 -1 ports/x11-fm/tdfsb/Makefile 1.2 +1 -0 ports/x11-fonts/showfont/Makefile 1.24 +1 -1 ports/x11-toolkits/gai/Makefile 1.9 +1 -0 ports/x11-toolkits/gigi/Makefile 1.15 +1 -1 ports/x11-toolkits/mesgui/Makefile 1.41 +1 -1 ports/x11-toolkits/paragui-devel/Makefile 1.42 +1 -1 ports/x11-toolkits/paragui/Makefile 1.22 +1 -1 ports/x11-toolkits/sdl_gui/Makefile 1.5 +1 -1 ports/x11-toolkits/sdl_pango/Makefile 1.39 +1 -1 ports/x11/electricsheep/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:50:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DE2106566B; Thu, 13 Mar 2008 14:50:58 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBF5C8FC1D; Thu, 13 Mar 2008 14:50:58 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEow7w067765; Thu, 13 Mar 2008 14:50:58 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEowS9067763; Thu, 13 Mar 2008 14:50:58 GMT (envelope-from jadawin) Message-Id: <200803131450.m2DEowS9067763@repoman.freebsd.org> From: Philippe Audeoud Date: Thu, 13 Mar 2008 14:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/sortu Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:51:00 -0000 jadawin 2008-03-13 14:50:58 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/sortu Makefile distinfo pkg-descr pkg-plist Log: The sortu program is a replacement for the sort and uniq programs. It is common for Unix script writers to want to count how many separate patterns are in a file. For example, if you have a list of addresses, you may want to see how many are from each state. So you cut out the state part, sort these, and then pass them through uniq -c. Sortu does all this for you in a fraction of the time. Sortu uses a hash table and some decent line processing to provide this functionality. For a relatively small number of keys, it can be signifcantly smaller than using sort, because it does not have to keep temporary files. If you are dealing with a large number of unique keys then sortu will run out of memory and stop. Sortu has some basic field and delimiter handling which should do most basic awk or cut features to separate out the field that you are sorting on. WWW: http://256.com/sources/sortu/ PR: ports/121376 Submitted by: Matt Peterson Approved by: tabthorpe (mentor) Revision Changes Path 1.987 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/sortu/Makefile (new) 1.1 +3 -0 ports/sysutils/sortu/distinfo (new) 1.1 +16 -0 ports/sysutils/sortu/pkg-descr (new) 1.1 +3 -0 ports/sysutils/sortu/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:51:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80ED31065692; Thu, 13 Mar 2008 14:51:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6795E8FC25; Thu, 13 Mar 2008 14:51:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEpZdH067858; Thu, 13 Mar 2008 14:51:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEpZGw067857; Thu, 13 Mar 2008 14:51:35 GMT (envelope-from pav) Message-Id: <200803131451.m2DEpZGw067857@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 14:51:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gbemol Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:51:35 -0000 pav 2008-03-13 14:51:35 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gbemol Makefile distinfo pkg-descr pkg-plist Log: gbemol is a graphical frontend for the Music Player Daemon (MPD) it is written in C and uses the GTK+ toolkit for it's interface. WWW: http://gbemol.sourceforge.net/ PR: ports/120960 Submitted by: Thomas M. Hermann Revision Changes Path 1.932 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/gbemol/Makefile (new) 1.1 +3 -0 ports/audio/gbemol/distinfo (new) 1.1 +4 -0 ports/audio/gbemol/pkg-descr (new) 1.1 +4 -0 ports/audio/gbemol/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:51:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29D051065689; Thu, 13 Mar 2008 14:51:41 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB67E8FC1B; Thu, 13 Mar 2008 14:51:40 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEpeOe067885; Thu, 13 Mar 2008 14:51:40 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEpeIe067884; Thu, 13 Mar 2008 14:51:40 GMT (envelope-from jadawin) Message-Id: <200803131451.m2DEpeIe067884@repoman.freebsd.org> From: Philippe Audeoud Date: Thu, 13 Mar 2008 14:51:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:51:41 -0000 jadawin 2008-03-13 14:51:40 UTC FreeBSD ports repository Modified files: . modules Log: sortu --> ports/sysutils/sortu Revision Changes Path 1.19493 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:52:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF1BD1065671; Thu, 13 Mar 2008 14:52:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD0B68FC16; Thu, 13 Mar 2008 14:52:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEqWFf068005; Thu, 13 Mar 2008 14:52:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEqWms068004; Thu, 13 Mar 2008 14:52:32 GMT (envelope-from pav) Message-Id: <200803131452.m2DEqWms068004@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 14:52:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:52:33 -0000 pav 2008-03-13 14:52:32 UTC FreeBSD ports repository Modified files: . modules Log: gbemol --> ports/audio/gbemol Revision Changes Path 1.19494 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:53:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 905DA1065671; Thu, 13 Mar 2008 14:53:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECFB8FC1B; Thu, 13 Mar 2008 14:53:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DErvIS068052; Thu, 13 Mar 2008 14:53:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DErv7m068051; Thu, 13 Mar 2008 14:53:57 GMT (envelope-from miwi) Message-Id: <200803131453.m2DErv7m068051@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:53:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Locale-Maketext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:53:57 -0000 miwi 2008-03-13 14:53:57 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext Makefile Log: - Fix dependency - Bump PORTREVISION PR: leeym Approved by: mat (implicit) Revision Changes Path 1.17 +8 -5 ports/devel/p5-Locale-Maketext/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:55:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A79F106566C; Thu, 13 Mar 2008 14:55:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2810A8FC13; Thu, 13 Mar 2008 14:55:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEtcEU068185; Thu, 13 Mar 2008 14:55:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEtbra068184; Thu, 13 Mar 2008 14:55:37 GMT (envelope-from miwi) Message-Id: <200803131455.m2DEtbra068184@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:55:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-PHP-Session Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:55:38 -0000 miwi 2008-03-13 14:55:37 UTC FreeBSD ports repository Modified files: www/p5-PHP-Session Makefile Log: - Simplify dependency - Bump PORTREVISION PR: 121212 Submitted by: leeym Approved by: mat (implicit) Revision Changes Path 1.10 +2 -3 ports/www/p5-PHP-Session/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:56:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B23E1065673; Thu, 13 Mar 2008 14:56:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCA408FC21; Thu, 13 Mar 2008 14:56:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEukjh068234; Thu, 13 Mar 2008 14:56:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEukFK068233; Thu, 13 Mar 2008 14:56:46 GMT (envelope-from miwi) Message-Id: <200803131456.m2DEukFK068233@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:56:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Untaint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:56:47 -0000 miwi 2008-03-13 14:56:46 UTC FreeBSD ports repository Modified files: www/p5-CGI-Untaint Makefile Log: - Simplify dependency - Bump PORTREVISION Revision Changes Path 1.8 +2 -7 ports/www/p5-CGI-Untaint/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:58:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0C741065672; Thu, 13 Mar 2008 14:58:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2D58FC13; Thu, 13 Mar 2008 14:58:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DEw1wx068307; Thu, 13 Mar 2008 14:58:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DEw1ot068306; Thu, 13 Mar 2008 14:58:01 GMT (envelope-from miwi) Message-Id: <200803131458.m2DEw1ot068306@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:58:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Untaint Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:58:01 -0000 miwi 2008-03-13 14:58:01 UTC FreeBSD ports repository Modified files: www/p5-CGI-Untaint Makefile distinfo pkg-descr pkg-plist Log: - Force commit for notes the submitter - Simplify dependency - Bump PORTREVISION PR: 121213 Submitted by: leeym Approved by: mat (implicit) Revision Changes Path 1.9 +0 -0 ports/www/p5-CGI-Untaint/Makefile 1.7 +0 -0 ports/www/p5-CGI-Untaint/distinfo 1.2 +0 -0 ports/www/p5-CGI-Untaint/pkg-descr 1.4 +1 -1 ports/www/p5-CGI-Untaint/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 14:59:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47C3A1065675; Thu, 13 Mar 2008 14:59:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15ADA8FC1B; Thu, 13 Mar 2008 14:59:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DExpbF068422; Thu, 13 Mar 2008 14:59:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DExpYX068421; Thu, 13 Mar 2008 14:59:51 GMT (envelope-from miwi) Message-Id: <200803131459.m2DExpYX068421@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 14:59:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-GD-Graph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:59:52 -0000 miwi 2008-03-13 14:59:51 UTC FreeBSD ports repository Modified files: graphics/p5-GD-Graph Makefile Log: - Use CPAN macro - Allow port build on old perl (5.6.2) - Remove no-longer-use post-patch target PR: 121447 Submitted by: leeym Approved by: mat (implicit) Revision Changes Path 1.21 +2 -6 ports/graphics/p5-GD-Graph/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:02:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DFAD106566B; Thu, 13 Mar 2008 15:02:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 326028FC19; Thu, 13 Mar 2008 15:02:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DF2gPX068772; Thu, 13 Mar 2008 15:02:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DF2gls068771; Thu, 13 Mar 2008 15:02:42 GMT (envelope-from pav) Message-Id: <200803131502.m2DF2gls068771@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 15:02:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/festlex-czech Makefile distinfo pkg-descr pkg-plist ports/audio/festlex-czech/files patch-Makefile patch-czech-lexicon.out patch-czech-lexicon.scm patch-czech.scm.in ports/audio/festvox-czech ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:02:42 -0000 pav 2008-03-13 15:02:42 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/festlex-czech Makefile distinfo pkg-descr pkg-plist audio/festlex-czech/files patch-Makefile patch-czech-lexicon.out patch-czech-lexicon.scm patch-czech.scm.in audio/festvox-czech Makefile distinfo pkg-descr pkg-plist audio/festvox-czech/files patch-czech_ph.scm.in Log: Czech support for festival speech system. It provides the lexicon and language rules. Quality free Czech diphone database. Primary goal is for speech system Festival but it's not limited on it. Sources, sound files and boundaries are available so it can be used in other free speech synthetizer systems too. WWW: http://www.freebsoft.org/festival-czech PR: ports/119044 Submitted by: Frantisek Dvorak Revision Changes Path 1.933 +2 -0 ports/audio/Makefile 1.1 +32 -0 ports/audio/festlex-czech/Makefile (new) 1.1 +3 -0 ports/audio/festlex-czech/distinfo (new) 1.1 +14 -0 ports/audio/festlex-czech/files/patch-Makefile (new) 1.1 +100 -0 ports/audio/festlex-czech/files/patch-czech-lexicon.out (new) 1.1 +54 -0 ports/audio/festlex-czech/files/patch-czech-lexicon.scm (new) 1.1 +11 -0 ports/audio/festlex-czech/files/patch-czech.scm.in (new) 1.1 +4 -0 ports/audio/festlex-czech/pkg-descr (new) 1.1 +9 -0 ports/audio/festlex-czech/pkg-plist (new) 1.1 +24 -0 ports/audio/festvox-czech/Makefile (new) 1.1 +3 -0 ports/audio/festvox-czech/distinfo (new) 1.1 +16 -0 ports/audio/festvox-czech/files/patch-czech_ph.scm.in (new) 1.1 +7 -0 ports/audio/festvox-czech/pkg-descr (new) 1.1 +7 -0 ports/audio/festvox-czech/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:03:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32F0C106566C; Thu, 13 Mar 2008 15:03:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 013FA8FC17; Thu, 13 Mar 2008 15:03:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DF3Mrm070002; Thu, 13 Mar 2008 15:03:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DF3M6S070001; Thu, 13 Mar 2008 15:03:22 GMT (envelope-from pav) Message-Id: <200803131503.m2DF3M6S070001@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 15:03:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:03:23 -0000 pav 2008-03-13 15:03:22 UTC FreeBSD ports repository Modified files: . modules Log: festival czech modules Revision Changes Path 1.19495 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:15:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFF7A106566C; Thu, 13 Mar 2008 15:15:39 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDC448FC23; Thu, 13 Mar 2008 15:15:39 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFFdSq070519; Thu, 13 Mar 2008 15:15:39 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFFd5Y070518; Thu, 13 Mar 2008 15:15:39 GMT (envelope-from brueffer) Message-Id: <200803131515.m2DFFd5Y070518@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 13 Mar 2008 15:15:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/geom/class/multipath gmultipath.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:15:40 -0000 brueffer 2008-03-13 15:15:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/geom/class/multipath gmultipath.8 Log: MFC: rev. 1.5 Fix typos. Revision Changes Path 1.4.2.1 +2 -2 src/sbin/geom/class/multipath/gmultipath.8 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:21:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC45106566B; Thu, 13 Mar 2008 15:21:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0EF8FC2A; Thu, 13 Mar 2008 15:21:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFLlj0070785; Thu, 13 Mar 2008 15:21:47 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFLl0L070784; Thu, 13 Mar 2008 15:21:47 GMT (envelope-from ehaupt) Message-Id: <200803131521.m2DFLl0L070784@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Mar 2008 15:21:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/proxytunnel Makefile distinfo ports/security/proxytunnel/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:21:47 -0000 ehaupt 2008-03-13 15:21:47 UTC FreeBSD ports repository Modified files: security/proxytunnel Makefile distinfo Added files: security/proxytunnel/files patch-Makefile Log: Update to 1.9.0 Revision Changes Path 1.18 +5 -22 ports/security/proxytunnel/Makefile 1.11 +3 -3 ports/security/proxytunnel/distinfo 1.5 +11 -0 ports/security/proxytunnel/files/patch-Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:24:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 400DE1065670; Thu, 13 Mar 2008 15:24:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEA38FC21; Thu, 13 Mar 2008 15:24:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFOV3A070886; Thu, 13 Mar 2008 15:24:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFOVkf070885; Thu, 13 Mar 2008 15:24:31 GMT (envelope-from pav) Message-Id: <200803131524.m2DFOVkf070885@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 15:24:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ventrilo-server Makefile distinfo ports/audio/ventrilo-server/files ventrilo-server.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:24:32 -0000 pav 2008-03-13 15:24:31 UTC FreeBSD ports repository Modified files: audio/ventrilo-server Makefile distinfo audio/ventrilo-server/files ventrilo-server.sh.in Log: - Update to 3.0.2 - Update legal status PR: ports/120794 Submitted by: Pankov Pavel Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.3 +10 -16 ports/audio/ventrilo-server/Makefile 1.2 +3 -3 ports/audio/ventrilo-server/distinfo 1.3 +6 -6 ports/audio/ventrilo-server/files/ventrilo-server.sh.in From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:24:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A75D1065676; Thu, 13 Mar 2008 15:24:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5C178FC2D; Thu, 13 Mar 2008 15:24:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFOvjA070920; Thu, 13 Mar 2008 15:24:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFOvOM070919; Thu, 13 Mar 2008 15:24:57 GMT (envelope-from pav) Message-Id: <200803131524.m2DFOvOM070919@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 13 Mar 2008 15:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:24:58 -0000 pav 2008-03-13 15:24:57 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Add entry for ventrilo-server PR: ports/120794 Submitted by: Pankov Pavel Revision Changes Path 1.572 +5 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:26:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83609106566B; Thu, 13 Mar 2008 15:26:49 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 521BC8FC1F; Thu, 13 Mar 2008 15:26:49 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFQnd3071032; Thu, 13 Mar 2008 15:26:49 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFQnb8071031; Thu, 13 Mar 2008 15:26:49 GMT (envelope-from tabthorpe) Message-Id: <200803131526.m2DFQnb8071031@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 13 Mar 2008 15:26:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/dkns Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:26:49 -0000 tabthorpe 2008-03-13 15:26:49 UTC FreeBSD ports repository Modified files: editors/dkns Makefile distinfo Log: - Update to 1.76 - Corrects the bug causing a fatal munger error when user loads an empty file. PR: ports/121564 Submitted by: James Bailie (maintainer) Revision Changes Path 1.3 +1 -1 ports/editors/dkns/Makefile 1.3 +3 -3 ports/editors/dkns/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:28:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D841065674; Thu, 13 Mar 2008 15:28:17 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C06B58FC15; Thu, 13 Mar 2008 15:28:17 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFSHiv071100; Thu, 13 Mar 2008 15:28:17 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFSHeH071099; Thu, 13 Mar 2008 15:28:17 GMT (envelope-from kensmith) Message-Id: <200803131528.m2DFSHeH071099@repoman.freebsd.org> From: Ken Smith Date: Thu, 13 Mar 2008 15:28:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:28:18 -0000 kensmith 2008-03-13 15:28:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h Log: MFC: dist.c v1.254, dist.h v1.72, menus.c v1.429, sysinstall.h v1.275 > Change sysinstall's handling of X11 stuff. Doing it in pieces was > probably the right thing to do a while ago but xorg has progressed > to the point that for novice users (who are the ones expected to think > installing X11 during an install...) it's best to just install the > whole x11/xorg metaport for them. This removes the X11 sub-menus > and sets it up so you just select whether or not you want X11. While > here garbage collect an X11 configuration menu I missed removing when > I removed support for attempting xorg configuration from inside sysinstall > a while ago. Revision Changes Path 1.239.2.9 +3 -37 src/usr.sbin/sysinstall/dist.c 1.65.2.5 +1 -27 src/usr.sbin/sysinstall/dist.h 1.410.2.14 +1 -196 src/usr.sbin/sysinstall/menus.c 1.264.2.7 +0 -8 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-all@FreeBSD.ORG Thu Mar 13 15:37:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2A32106566B; Thu, 13 Mar 2008 15:37:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 921138FC1B; Thu, 13 Mar 2008 15:37:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFb2uT071466; Thu, 13 Mar 2008 15:37:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFb2tV071465; Thu, 13 Mar 2008 15:37:02 GMT (envelope-from brueffer) Message-Id: <200803131537.m2DFb2tV071465@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 13 Mar 2008 15:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/multipath gmultipath.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:37:02 -0000 brueffer 2008-03-13 15:37:02 UTC FreeBSD src repository Modified files: sbin/geom/class/multipath gmultipath.8 Log: - Use an uppercase provider name in the example, to make the name change after labeling the provider more obvious. (1) - Correct nomenclature usage PR: 121487 (1) Submitted by: Anatoly Borodin MFC after: 3 days Revision Changes Path 1.6 +7 -7 src/sbin/geom/class/multipath/gmultipath.8 From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:06:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2281065676; Thu, 13 Mar 2008 16:06:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85C9B8FC29; Thu, 13 Mar 2008 16:06:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DG62Hc073658; Thu, 13 Mar 2008 16:06:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DG62E7073657; Thu, 13 Mar 2008 16:06:02 GMT (envelope-from miwi) Message-Id: <200803131606.m2DG62E7073657@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:06:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/cultivation Makefile distinfo pkg-plist ports/games/cultivation/files patch-Makefile.GnuLinux patch-Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:06:02 -0000 miwi 2008-03-13 16:06:02 UTC FreeBSD ports repository Modified files: games/cultivation Makefile distinfo pkg-plist games/cultivation/files patch-Makefile.GnuLinux patch-Makefile.common Log: - Update to 8 PR: 121202 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.3 +1 -3 ports/games/cultivation/Makefile 1.2 +3 -3 ports/games/cultivation/distinfo 1.2 +4 -4 ports/games/cultivation/files/patch-Makefile.GnuLinux 1.2 +4 -4 ports/games/cultivation/files/patch-Makefile.common 1.2 +1 -0 ports/games/cultivation/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:07:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA6521065672; Thu, 13 Mar 2008 16:07:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB25B8FC22; Thu, 13 Mar 2008 16:07:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DG70Hp073721; Thu, 13 Mar 2008 16:07:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DG70QJ073719; Thu, 13 Mar 2008 16:07:00 GMT (envelope-from miwi) Message-Id: <200803131607.m2DG70QJ073719@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:07:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/wings Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:07:01 -0000 miwi 2008-03-13 16:07:00 UTC FreeBSD ports repository Modified files: graphics/wings Makefile distinfo pkg-plist Log: - Update to 0.99.00b PR: 121205 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.20 +7 -15 ports/graphics/wings/Makefile 1.9 +3 -3 ports/graphics/wings/distinfo 1.8 +4 -0 ports/graphics/wings/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:10:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06FF0106567C; Thu, 13 Mar 2008 16:10:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E48EA8FC22; Thu, 13 Mar 2008 16:10:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DGAubC073899; Thu, 13 Mar 2008 16:10:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DGAu1m073898; Thu, 13 Mar 2008 16:10:56 GMT (envelope-from miwi) Message-Id: <200803131610.m2DGAu1m073898@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:10:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tecnoballz Makefile distinfo pkg-install pkg-plist ports/games/tecnoballz/files patch-64bit patch-sizeof patch-src::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:10:57 -0000 miwi 2008-03-13 16:10:56 UTC FreeBSD ports repository Modified files: games/tecnoballz Makefile distinfo pkg-install pkg-plist Removed files: games/tecnoballz/files patch-64bit patch-sizeof patch-src::Makefile Log: - Update to 0.92 - Pass maintainership to submitter PR: 121309 Submitted by: Dmitry Marakasov Revision Changes Path 1.12 +2 -5 ports/games/tecnoballz/Makefile 1.4 +3 -3 ports/games/tecnoballz/distinfo 1.2 +0 -144 ports/games/tecnoballz/files/patch-64bit (dead) 1.2 +0 -34 ports/games/tecnoballz/files/patch-sizeof (dead) 1.2 +0 -25 ports/games/tecnoballz/files/patch-src::Makefile (dead) 1.2 +6 -4 ports/games/tecnoballz/pkg-install 1.3 +131 -112 ports/games/tecnoballz/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:11:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53CB8106567F; Thu, 13 Mar 2008 16:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 243D38FC1C; Thu, 13 Mar 2008 16:11:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DGBoLw073984; Thu, 13 Mar 2008 16:11:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DGBoXK073983; Thu, 13 Mar 2008 16:11:50 GMT (envelope-from miwi) Message-Id: <200803131611.m2DGBoXK073983@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:11:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-HTML_Template_Sigma Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:11:51 -0000 miwi 2008-03-13 16:11:50 UTC FreeBSD ports repository Modified files: devel/pear-HTML_Template_Sigma Makefile distinfo Log: - Update to 1.1.6 PR: 121429 Submitted by: "Franz Klammer" (maintainer) Revision Changes Path 1.6 +4 -2 ports/devel/pear-HTML_Template_Sigma/Makefile 1.5 +3 -3 ports/devel/pear-HTML_Template_Sigma/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:13:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08AF7106567F; Thu, 13 Mar 2008 16:13:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDEE98FC12; Thu, 13 Mar 2008 16:13:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DGDVls074052; Thu, 13 Mar 2008 16:13:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DGDVkT074051; Thu, 13 Mar 2008 16:13:31 GMT (envelope-from miwi) Message-Id: <200803131613.m2DGDVkT074051@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:13:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sharpconstruct Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:13:32 -0000 miwi 2008-03-13 16:13:31 UTC FreeBSD ports repository Modified files: graphics/sharpconstruct Makefile Log: - Add ONLY_FOR_ARCHS Notes: The software uses SSE, so it won't compile on sparc64; add proper ONLY_FOR_ARCHS and ONLY_FOR_ARCHS_REASON PR: 121551 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.11 +4 -6 ports/graphics/sharpconstruct/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:31:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63291106566B; Thu, 13 Mar 2008 16:31:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 344E28FC1A; Thu, 13 Mar 2008 16:31:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DGV37g074664; Thu, 13 Mar 2008 16:31:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DGV301074663; Thu, 13 Mar 2008 16:31:03 GMT (envelope-from miwi) Message-Id: <200803131631.m2DGV301074663@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 16:31:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/uncrustify Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:31:03 -0000 miwi 2008-03-13 16:31:03 UTC FreeBSD ports repository Modified files: textproc/uncrustify Makefile distinfo Log: - Update to 0.45 PR: 121524 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.21 +1 -1 ports/textproc/uncrustify/Makefile 1.20 +3 -3 ports/textproc/uncrustify/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:38:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9B5C1065679; Thu, 13 Mar 2008 16:38:28 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay10.ispgateway.de (smtprelay10.ispgateway.de [80.67.29.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4E78FC1F; Thu, 13 Mar 2008 16:38:27 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [217.50.164.103] (helo=localhost) by smtprelay10.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JZqEV-0000YU-Bd; Thu, 13 Mar 2008 17:24:43 +0100 Date: Thu, 13 Mar 2008 17:22:54 +0100 From: Fabian Keil To: Stanislav Sedov Message-ID: <20080313172254.545c29b0@fabiankeil.de> In-Reply-To: <200803112113.m2BLDrLk035449@repoman.freebsd.org> References: <200803112113.m2BLDrLk035449@repoman.freebsd.org> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.9; i386-portbld-freebsd8.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/35dUGvW5lFi4z.d49f04C6d"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Df-Sender: 775067 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.efl.mk ports/audio/emphasis Makefile distinfo pkg-plist ports/audio/ruby-xmms2-ecore Makefile ports/converters Makefile ports/converters/ecore-txt Makefile distinfo pkg-descr pkg-plist ports/databases/edb Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:38:28 -0000 --Sig_/35dUGvW5lFi4z.d49f04C6d Content-Type: multipart/mixed; boundary="MP_/fC53iiQRk2zHhcqXCjh36_t" --MP_/fC53iiQRk2zHhcqXCjh36_t Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Stanislav Sedov wrote: > stas 2008-03-11 21:13:53 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > x11-wm/enlightenment-devel Makefile distinfo pkg-plist=20 Thanks a lot. > graphics/evas-core Makefile distinfo pkg-descr pkg-plist=20 On FreeBSD 8.0-CURRENT #3: Sun Mar 9 21:47:59 CET 2008 I run into: evas_cpu.c: In function 'evas_common_cpu_count': evas_cpu.c:218: error: 'cpu_set_t' undeclared (first use in this function) evas_cpu.c:218: error: (Each undeclared identifier is reported only once evas_cpu.c:218: error: for each function it appears in.) evas_cpu.c:218: error: expected ';' before 'cpu' evas_cpu.c:224: error: 'cpu' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/graphics/evas-core/work/evas-0.9.9.042/src/lib/engines/c= ommon. *** Error code 1 I used the attached patch to build it. I'm not sure if it's the best solution, also #ifdef __FreeBSD__ may be to broad. Fabian --MP_/fC53iiQRk2zHhcqXCjh36_t-- --Sig_/35dUGvW5lFi4z.d49f04C6d Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFH2VTeBYqIVf93VJ0RAlB9AJ9YFXr8xVRxzr3tcOTyjclAGTrl3QCfZd3M 9kPT0o7hhIXGeHHRS0gUHtM= =efym -----END PGP SIGNATURE----- --Sig_/35dUGvW5lFi4z.d49f04C6d-- From owner-cvs-all@FreeBSD.ORG Thu Mar 13 16:45:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 833D7106566B; Thu, 13 Mar 2008 16:45:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54CD18FC15; Thu, 13 Mar 2008 16:45:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DGjgWj075185; Thu, 13 Mar 2008 16:45:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DGjg0I075184; Thu, 13 Mar 2008 16:45:42 GMT (envelope-from kib) Message-Id: <200803131645.m2DGjg0I075184@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 13 Mar 2008 16:45:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 16:45:42 -0000 kib 2008-03-13 16:45:42 UTC FreeBSD src repository Modified files: . access Log: Please, welcome Roman Divacky as src commiter. He successfully finished two Google Summers of Code (2006 and 2007) working on linuxolator. Also Roman submitted a lot of kernel code cleanup patches. I expect Roman to continue his work and expand both the area of interest and knowledge. I will mentor him. Approved by: core Revision Changes Path 1.866 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:10:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 271DA106566B; Thu, 13 Mar 2008 17:10:49 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBB2E8FC29; Thu, 13 Mar 2008 17:10:48 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHAmJ7086136; Thu, 13 Mar 2008 17:10:48 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHAmVD086135; Thu, 13 Mar 2008 17:10:48 GMT (envelope-from rdivacky) Message-Id: <200803131710.m2DHAmVD086135@repoman.freebsd.org> From: Roman Divacky Date: Thu, 13 Mar 2008 17:10:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:10:49 -0000 rdivacky 2008-03-13 17:10:48 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Approved by: kib (mentor) Revision Changes Path 1.444 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:14:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786BF1065672; Thu, 13 Mar 2008 17:14:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 492E28FC28; Thu, 13 Mar 2008 17:14:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHEoXc086266; Thu, 13 Mar 2008 17:14:50 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHEoxM086265; Thu, 13 Mar 2008 17:14:50 GMT (envelope-from gahr) Message-Id: <200803131714.m2DHEoxM086265@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 17:14:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/openuniverse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:14:50 -0000 gahr 2008-03-13 17:14:50 UTC FreeBSD ports repository Modified files: astro/openuniverse Makefile Log: - USE_X_PREFIX --> USE_XORG - Use USE_GL instead of depending directly on glut - Beautify Makefile Approved by: miwi (mentor) Revision Changes Path 1.29 +6 -7 ports/astro/openuniverse/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:15:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2BD31065671; Thu, 13 Mar 2008 17:15:47 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73F898FC23; Thu, 13 Mar 2008 17:15:47 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHFl8b086352; Thu, 13 Mar 2008 17:15:47 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHFl1L086351; Thu, 13 Mar 2008 17:15:47 GMT (envelope-from gahr) Message-Id: <200803131715.m2DHFl1L086351@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 17:15:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/tuxguitar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:15:47 -0000 gahr 2008-03-13 17:15:47 UTC FreeBSD ports repository Modified files: audio/tuxguitar Makefile Log: - Install man page with INSTALL_MAN instead of INSTALL_DATA Approved by: miwi (mentor) Revision Changes Path 1.7 +1 -1 ports/audio/tuxguitar/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:22:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6B21065671; Thu, 13 Mar 2008 17:22:05 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E31338FC13; Thu, 13 Mar 2008 17:22:04 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHM4i3086594; Thu, 13 Mar 2008 17:22:04 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHM4cf086593; Thu, 13 Mar 2008 17:22:04 GMT (envelope-from rdivacky) Message-Id: <200803131722.m2DHM4cf086593@repoman.freebsd.org> From: Roman Divacky Date: Thu, 13 Mar 2008 17:22:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:22:05 -0000 rdivacky 2008-03-13 17:22:04 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml Log: Add myself. Approved by: kib (mentor) Revision Changes Path 1.190 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:30:02 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AE2D1065670; Thu, 13 Mar 2008 17:30:02 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id D6E668FC17; Thu, 13 Mar 2008 17:30:01 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost ([127.0.0.1] helo=galain.elvandar.org) by websrv01.jr-hosting.nl with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JZqaF-000OmO-M6; Thu, 13 Mar 2008 16:47:11 +0000 Received: from 195.64.94.120 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Thu, 13 Mar 2008 17:47:11 +0100 (CET) Message-ID: <59806.195.64.94.120.1205426831.squirrel@galain.elvandar.org> In-Reply-To: <200803131645.m2DGjg0I075184@repoman.freebsd.org> References: <200803131645.m2DGjg0I075184@repoman.freebsd.org> Date: Thu, 13 Mar 2008 17:47:11 +0100 (CET) From: "Remko Lodder" To: "Konstantin Belousov" User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:30:02 -0000 On Thu, March 13, 2008 5:45 pm, Konstantin Belousov wrote: > kib 2008-03-13 16:45:42 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please, welcome Roman Divacky as src commiter. He successfully finished > two Google Summers of Code (2006 and 2007) working on linuxolator. > Also Roman submitted a lot of kernel code cleanup patches. > > I expect Roman to continue his work and expand both the area of interest > and knowledge. I will mentor him. > > Approved by: core > > Revision Changes Path > 1.866 +1 -0 CVSROOT/access > Yay! Finally! :) Welcome Roman! -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:34:37 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BEA2106566C for ; Thu, 13 Mar 2008 17:34:37 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id B04598FC1E for ; Thu, 13 Mar 2008 17:34:35 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so3050314fgg.35 for ; Thu, 13 Mar 2008 10:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=5oHQwuV6zk3TbOn76hKfHacbrO/5lCe9AeOHAN+oH9E=; b=tHqBqdYD1xbgpMjPsNX+04AIQTulXKx50MnFLmYQW69ltF2BkZvfZoh/tdrVTiNqd8TiUeDtRqW+YyJtqQnghvcNF9rDEjjzTZicmGeIjQSbgnDiDFiblJJERm33hB4mNBzh7bUc3iEcOz5VpNtR1jBO4dNTU70IZWEtVKb7fPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=M90xAdl1LOaN1ij29UCw9HiHRbSIab0YPdus2hCbVTAi+GvOk30Uk0z0XdA69hYW4BvJhi5B18FlWysLv1lUUkLVRyJoIbVOjxsqZdXmYnbRIjFM5aMbojwxMW6b1q8IS6ORaiuNqsmwLLcvoPFQl2OVA1qRtJpJ1ZpIoesx9rg= Received: by 10.82.161.19 with SMTP id j19mr23798240bue.9.1205429673666; Thu, 13 Mar 2008 10:34:33 -0700 (PDT) Received: by 10.86.30.17 with HTTP; Thu, 13 Mar 2008 10:34:33 -0700 (PDT) Message-ID: <3bbf2fe10803131034v717cd538s3e71729df2621658@mail.gmail.com> Date: Thu, 13 Mar 2008 18:34:33 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Konstantin Belousov" In-Reply-To: <200803131645.m2DGjg0I075184@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803131645.m2DGjg0I075184@repoman.freebsd.org> X-Google-Sender-Auth: 64aba01a5e1192bf Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:34:37 -0000 2008/3/13, Konstantin Belousov : > kib 2008-03-13 16:45:42 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please, welcome Roman Divacky as src commiter. He successfully finished > two Google Summers of Code (2006 and 2007) working on linuxolator. > Also Roman submitted a lot of kernel code cleanup patches. hear hear... Welcome and congratulations! Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:34:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD1C1065670; Thu, 13 Mar 2008 17:34:55 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8F08FC1A; Thu, 13 Mar 2008 17:34:55 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHYtmM086999; Thu, 13 Mar 2008 17:34:55 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHYtWq086998; Thu, 13 Mar 2008 17:34:55 GMT (envelope-from gahr) Message-Id: <200803131734.m2DHYtWq086998@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 17:34:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/saoimage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:34:56 -0000 gahr 2008-03-13 17:34:55 UTC FreeBSD ports repository Modified files: astro/saoimage Makefile Log: - USE_XLIB --> USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.28 +2 -2 ports/astro/saoimage/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:38:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BF99106566C; Thu, 13 Mar 2008 17:38:07 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15A108FC15; Thu, 13 Mar 2008 17:38:07 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHc6dT087225; Thu, 13 Mar 2008 17:38:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHc6Z9087224; Thu, 13 Mar 2008 17:38:06 GMT (envelope-from obrien) Message-Id: <200803131738.m2DHc6Z9087224@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Mar 2008 17:38:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin Makefile src/bin Makefile src/bin/uuidgen Makefile src/usr.bin/uuidgen Makefile uuidgen.1 uuidgen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:38:07 -0000 obrien 2008-03-13 17:38:06 UTC FreeBSD src repository Modified files: usr.bin Makefile bin Makefile bin/uuidgen Makefile Removed files: usr.bin/uuidgen Makefile uuidgen.1 uuidgen.c Log: uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new" (2007/04/09) installation location. Revision Changes Path 1.27 +2 -1 src/bin/Makefile 1.4 +0 -2 src/bin/uuidgen/Makefile 1.312 +0 -1 src/usr.bin/Makefile 1.4 +0 -8 src/usr.bin/uuidgen/Makefile (dead) 1.8 +0 -80 src/usr.bin/uuidgen/uuidgen.1 (dead) 1.4 +0 -113 src/usr.bin/uuidgen/uuidgen.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:38:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B99A106566C; Thu, 13 Mar 2008 17:38:23 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2068FC3C; Thu, 13 Mar 2008 17:38:23 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHcMlD087252; Thu, 13 Mar 2008 17:38:22 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHcMJv087251; Thu, 13 Mar 2008 17:38:22 GMT (envelope-from lofi) Message-Id: <200803131738.m2DHcMJv087251@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 17:38:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xscreensaver-kde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:38:23 -0000 lofi 2008-03-13 17:38:22 UTC FreeBSD ports repository Modified files: x11/xscreensaver-kde Makefile Log: Fix dependency file for xscreensaver-gnome. PR: ports/121349 Submitted by: Anatoly Borodin Revision Changes Path 1.29 +3 -3 ports/x11/xscreensaver-kde/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:41:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D8FD1065678; Thu, 13 Mar 2008 17:41:00 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44BCE8FC1E; Thu, 13 Mar 2008 17:41:00 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHf0XW087571; Thu, 13 Mar 2008 17:41:00 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHf09V087570; Thu, 13 Mar 2008 17:41:00 GMT (envelope-from lofi) Message-Id: <200803131741.m2DHf09V087570@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 17:41:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/akode Makefile distinfo ports/audio/akode-plugins-ffmpeg Makefile distinfo pkg-descr pkg-plist ports/audio/akode-plugins-ffmpeg/files patch-akode_Makefile.in patch-akode_plugins-Makefile.in ports/audio/akode-plugins-jack Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:41:00 -0000 lofi 2008-03-13 17:40:59 UTC FreeBSD ports repository Modified files: audio/akode Makefile distinfo audio/akode-plugins-jack Makefile distinfo audio/akode-plugins-mpc Makefile distinfo audio/akode-plugins-mpeg Makefile distinfo audio/akode-plugins-oss Makefile distinfo audio/akode-plugins-resampler Makefile distinfo audio/akode-plugins-xiph Makefile distinfo audio/akode-plugins-xiph/files patch-akode_plugins_xiph__decoder_speex__decoder.cpp patch-configure Added files: audio/akode-plugins-ffmpeg Makefile distinfo pkg-descr pkg-plist audio/akode-plugins-ffmpeg/files patch-akode_Makefile.in patch-akode_plugins-Makefile.in Log: Update to 2.0.2 Revision Changes Path 1.1 +51 -0 ports/audio/akode-plugins-ffmpeg/Makefile (new) 1.1 +3 -0 ports/audio/akode-plugins-ffmpeg/distinfo (new) 1.1 +11 -0 ports/audio/akode-plugins-ffmpeg/files/patch-akode_Makefile.in (new) 1.1 +15 -0 ports/audio/akode-plugins-ffmpeg/files/patch-akode_plugins-Makefile.in (new) 1.1 +3 -0 ports/audio/akode-plugins-ffmpeg/pkg-descr (new) 1.1 +3 -0 ports/audio/akode-plugins-ffmpeg/pkg-plist (new) 1.20 +1 -1 ports/audio/akode-plugins-jack/Makefile 1.8 +3 -3 ports/audio/akode-plugins-jack/distinfo 1.19 +1 -1 ports/audio/akode-plugins-mpc/Makefile 1.8 +3 -3 ports/audio/akode-plugins-mpc/distinfo 1.19 +1 -1 ports/audio/akode-plugins-mpeg/Makefile 1.8 +3 -3 ports/audio/akode-plugins-mpeg/distinfo 1.19 +1 -1 ports/audio/akode-plugins-oss/Makefile 1.8 +3 -3 ports/audio/akode-plugins-oss/distinfo 1.19 +1 -1 ports/audio/akode-plugins-resampler/Makefile 1.8 +3 -3 ports/audio/akode-plugins-resampler/distinfo 1.22 +1 -2 ports/audio/akode-plugins-xiph/Makefile 1.8 +3 -3 ports/audio/akode-plugins-xiph/distinfo 1.4 +0 -0 ports/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp 1.4 +0 -0 ports/audio/akode-plugins-xiph/files/patch-configure 1.20 +7 -2 ports/audio/akode/Makefile 1.8 +3 -3 ports/audio/akode/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:41:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA8D01065676; Thu, 13 Mar 2008 17:41:06 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BEEB8FC16; Thu, 13 Mar 2008 17:41:06 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHf6IX087605; Thu, 13 Mar 2008 17:41:06 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHf6H7087604; Thu, 13 Mar 2008 17:41:06 GMT (envelope-from lofi) Message-Id: <200803131741.m2DHf6H7087604@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 17:41:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:41:06 -0000 lofi 2008-03-13 17:41:06 UTC FreeBSD ports repository Modified files: . modules Log: New plugin for akode 2.0.2: ffmpeg Revision Changes Path 1.19496 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:50:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4204106566B; Thu, 13 Mar 2008 17:50:53 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 735228FC18; Thu, 13 Mar 2008 17:50:53 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 8FDBF28458; Fri, 14 Mar 2008 01:50:52 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 59E0EEB1E89; Fri, 14 Mar 2008 01:50:52 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id KvnpqgIOjEOP; Fri, 14 Mar 2008 01:50:44 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id EE68AEB0927; Fri, 14 Mar 2008 01:50:42 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=lFwei/2CpZSoVbJ0unct6bXm/ypQ70tw0TzV0z3SVYwMDJfTaiuP+CQcE96sKExwf oCZVD6OP5dKdc//w4NdpQ== Message-ID: <47D96970.2000308@delphij.net> Date: Thu, 13 Mar 2008 10:50:40 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Konstantin Belousov References: <200803131645.m2DGjg0I075184@repoman.freebsd.org> In-Reply-To: <200803131645.m2DGjg0I075184@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:50:54 -0000 Konstantin Belousov wrote: > kib 2008-03-13 16:45:42 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please, welcome Roman Divacky as src commiter. He successfully finished > two Google Summers of Code (2006 and 2007) working on linuxolator. > Also Roman submitted a lot of kernel code cleanup patches. > > I expect Roman to continue his work and expand both the area of interest > and knowledge. I will mentor him. > > Approved by: core > > Revision Changes Path > 1.866 +1 -0 CVSROOT/access Woo! Welcome! =-) -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:54:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 471861065671; Thu, 13 Mar 2008 17:54:22 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED598FC16; Thu, 13 Mar 2008 17:54:22 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHsMTW088697; Thu, 13 Mar 2008 17:54:22 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHsMpE088696; Thu, 13 Mar 2008 17:54:22 GMT (envelope-from obrien) Message-Id: <200803131754.m2DHsMpE088696@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Mar 2008 17:54:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/uboot Makefile src/sys/boot/uboot/common main.c src/sys/boot/uboot/lib Makefile api_public.h copy.c devicename.c disk.c elf_freebsd.c glue.c glue.h libuboot.h module.c net.c reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:54:22 -0000 obrien 2008-03-13 17:54:21 UTC FreeBSD src repository Modified files: sys/boot/uboot Makefile sys/boot/uboot/common main.c sys/boot/uboot/lib Makefile api_public.h copy.c devicename.c disk.c elf_freebsd.c glue.c glue.h libuboot.h module.c net.c reboot.c Log: style(9) & style.Makefile(9) Reviewed by: raj Revision Changes Path 1.2 +2 -2 src/sys/boot/uboot/Makefile 1.3 +8 -9 src/sys/boot/uboot/common/main.c 1.3 +2 -3 src/sys/boot/uboot/lib/Makefile 1.3 +29 -29 src/sys/boot/uboot/lib/api_public.h 1.3 +2 -2 src/sys/boot/uboot/lib/copy.c 1.2 +156 -149 src/sys/boot/uboot/lib/devicename.c 1.2 +8 -2 src/sys/boot/uboot/lib/disk.c 1.2 +3 -4 src/sys/boot/uboot/lib/elf_freebsd.c 1.4 +58 -30 src/sys/boot/uboot/lib/glue.c 1.2 +10 -10 src/sys/boot/uboot/lib/glue.h 1.3 +10 -10 src/sys/boot/uboot/lib/libuboot.h 1.2 +1 -0 src/sys/boot/uboot/lib/module.c 1.3 +9 -10 src/sys/boot/uboot/lib/net.c 1.2 +1 -0 src/sys/boot/uboot/lib/reboot.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:54:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DFFA10657B1; Thu, 13 Mar 2008 17:54:30 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE818FC1C; Thu, 13 Mar 2008 17:54:30 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHsUfv088725; Thu, 13 Mar 2008 17:54:30 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHsURD088724; Thu, 13 Mar 2008 17:54:30 GMT (envelope-from lofi) Message-Id: <200803131754.m2DHsURD088724@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 17:54:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:54:30 -0000 lofi 2008-03-13 17:54:30 UTC FreeBSD ports repository Modified files: audio Makefile Log: New plugin for akode 2.0.2: ffmpeg Revision Changes Path 1.934 +1 -0 ports/audio/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:57:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 559121065670; Thu, 13 Mar 2008 17:57:20 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BAE78FC20; Thu, 13 Mar 2008 17:57:20 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHvKBC090087; Thu, 13 Mar 2008 17:57:20 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHvKaw090086; Thu, 13 Mar 2008 17:57:20 GMT (envelope-from lofi) Message-Id: <200803131757.m2DHvKaw090086@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 17:57:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.qt.mk ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-cn Makefile distinfo pkg-plist ports/chinese/qt4-codecs-tw Makefile distinfo pkg-plist ports/databases/qt4-ibase-plugin Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:57:20 -0000 lofi 2008-03-13 17:57:19 UTC FreeBSD ports repository Modified files: Mk bsd.qt.mk accessibility/qt4-accessible Makefile distinfo chinese/qt4-codecs-cn Makefile distinfo pkg-plist chinese/qt4-codecs-tw Makefile distinfo pkg-plist databases/qt4-ibase-plugin Makefile distinfo databases/qt4-mysql-plugin Makefile distinfo databases/qt4-odbc-plugin Makefile distinfo databases/qt4-pgsql-plugin Makefile distinfo databases/qt4-sql Makefile distinfo pkg-plist databases/qt4-sqlite-plugin Makefile distinfo databases/qt4-sqlite3-plugin Makefile distinfo devel/dbus-qt4 Makefile distinfo pkg-plist devel/qmake4 Makefile distinfo pkg-plist devel/qmake4/files Makefile.bsd qconfig.cpp devel/qt4 Makefile pkg-plist devel/qt4/files configure devel/qt4-assistant Makefile distinfo devel/qt4-corelib Makefile distinfo pkg-plist devel/qt4-designer Makefile distinfo pkg-plist devel/qt4-libqtassistantclient Makefile distinfo pkg-plist devel/qt4-linguist Makefile distinfo devel/qt4-makeqpf Makefile distinfo devel/qt4-moc Makefile distinfo pkg-plist devel/qt4-porting Makefile distinfo devel/qt4-qdbusviewer Makefile distinfo devel/qt4-qt3support Makefile distinfo pkg-plist devel/qt4-qtestlib Makefile distinfo pkg-plist devel/qt4-qvfb Makefile distinfo devel/qt4-rcc Makefile distinfo pkg-plist devel/qt4-script Makefile distinfo pkg-plist devel/qt4-uic Makefile distinfo pkg-plist devel/qt4-uic3 Makefile distinfo pkg-plist graphics/qt4-iconengines Makefile distinfo graphics/qt4-imageformats Makefile distinfo graphics/qt4-pixeltool Makefile distinfo graphics/qt4-svg Makefile distinfo pkg-plist japanese/qt4-codecs-jp Makefile distinfo pkg-plist korean/qt4-codecs-kr Makefile distinfo pkg-plist misc/qt4-doc Makefile distinfo pkg-plist misc/qt4-qtconfig Makefile distinfo misc/qt4-qtdemo Makefile distinfo pkg-plist net/qt4-network Makefile distinfo pkg-plist textproc/qt4-xml Makefile distinfo pkg-plist x11/qt4-inputmethods Makefile distinfo x11/qt4-opengl Makefile distinfo pkg-plist x11-toolkits/qt4-gui Makefile distinfo pkg-plist Added files: devel/qt4-corelib/files qconfig.h.in Removed files: devel/qt4-assistant/files patch-0185-fix-format-strings.diff devel/qt4-corelib/files patch-CVE-2007-4137 devel/qt4-designer/files patch-0185-fix-format-strings.diff devel/qt4-qt3support/files patch-0185-fix-format-strings.diff devel/qt4-qvfb/files patch-qwssignalhandler_p.h x11-toolkits/qt4-gui/files patch-0185-fix-format-strings.diff Log: Update to Qt 4.3.4 Revision Changes Path 1.8 +1 -1 ports/Mk/bsd.qt.mk 1.10 +0 -0 ports/accessibility/qt4-accessible/Makefile 1.5 +3 -3 ports/accessibility/qt4-accessible/distinfo 1.8 +0 -0 ports/chinese/qt4-codecs-cn/Makefile 1.5 +3 -3 ports/chinese/qt4-codecs-cn/distinfo 1.4 +0 -2 ports/chinese/qt4-codecs-cn/pkg-plist 1.9 +0 -0 ports/chinese/qt4-codecs-tw/Makefile 1.5 +3 -3 ports/chinese/qt4-codecs-tw/distinfo 1.4 +0 -2 ports/chinese/qt4-codecs-tw/pkg-plist 1.9 +0 -0 ports/databases/qt4-ibase-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-ibase-plugin/distinfo 1.8 +0 -0 ports/databases/qt4-mysql-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-mysql-plugin/distinfo 1.8 +0 -0 ports/databases/qt4-odbc-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-odbc-plugin/distinfo 1.8 +0 -0 ports/databases/qt4-pgsql-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-pgsql-plugin/distinfo 1.10 +1 -0 ports/databases/qt4-sql/Makefile 1.5 +3 -3 ports/databases/qt4-sql/distinfo 1.7 +2 -2 ports/databases/qt4-sql/pkg-plist 1.8 +0 -0 ports/databases/qt4-sqlite-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-sqlite-plugin/distinfo 1.8 +0 -0 ports/databases/qt4-sqlite3-plugin/Makefile 1.5 +3 -3 ports/databases/qt4-sqlite3-plugin/distinfo 1.13 +2 -1 ports/devel/dbus-qt4/Makefile 1.5 +3 -3 ports/devel/dbus-qt4/distinfo 1.7 +2 -2 ports/devel/dbus-qt4/pkg-plist 1.12 +0 -0 ports/devel/qmake4/Makefile 1.5 +3 -3 ports/devel/qmake4/distinfo 1.7 +1 -1 ports/devel/qmake4/files/Makefile.bsd 1.7 +1 -1 ports/devel/qmake4/files/qconfig.cpp 1.4 +18 -3 ports/devel/qmake4/pkg-plist 1.13 +1 -1 ports/devel/qt4-assistant/Makefile 1.5 +3 -3 ports/devel/qt4-assistant/distinfo 1.2 +0 -55 ports/devel/qt4-assistant/files/patch-0185-fix-format-strings.diff (dead) 1.15 +11 -2 ports/devel/qt4-corelib/Makefile 1.5 +3 -3 ports/devel/qt4-corelib/distinfo 1.2 +0 -11 ports/devel/qt4-corelib/files/patch-CVE-2007-4137 (dead) 1.1 +42 -0 ports/devel/qt4-corelib/files/qconfig.h.in (new) 1.8 +2 -2 ports/devel/qt4-corelib/pkg-plist 1.14 +1 -0 ports/devel/qt4-designer/Makefile 1.5 +3 -3 ports/devel/qt4-designer/distinfo 1.2 +0 -26 ports/devel/qt4-designer/files/patch-0185-fix-format-strings.diff (dead) 1.7 +4 -4 ports/devel/qt4-designer/pkg-plist 1.9 +0 -0 ports/devel/qt4-libqtassistantclient/Makefile 1.5 +3 -3 ports/devel/qt4-libqtassistantclient/distinfo 1.6 +2 -2 ports/devel/qt4-libqtassistantclient/pkg-plist 1.12 +0 -0 ports/devel/qt4-linguist/Makefile 1.5 +3 -3 ports/devel/qt4-linguist/distinfo 1.3 +0 -0 ports/devel/qt4-makeqpf/Makefile 1.3 +3 -3 ports/devel/qt4-makeqpf/distinfo 1.7 +0 -0 ports/devel/qt4-moc/Makefile 1.5 +3 -3 ports/devel/qt4-moc/distinfo 1.5 +0 -2 ports/devel/qt4-moc/pkg-plist 1.7 +0 -0 ports/devel/qt4-porting/Makefile 1.5 +3 -3 ports/devel/qt4-porting/distinfo 1.3 +0 -0 ports/devel/qt4-qdbusviewer/Makefile 1.3 +3 -3 ports/devel/qt4-qdbusviewer/distinfo 1.13 +1 -0 ports/devel/qt4-qt3support/Makefile 1.5 +3 -3 ports/devel/qt4-qt3support/distinfo 1.2 +0 -69 ports/devel/qt4-qt3support/files/patch-0185-fix-format-strings.diff (dead) 1.6 +2 -2 ports/devel/qt4-qt3support/pkg-plist 1.11 +1 -0 ports/devel/qt4-qtestlib/Makefile 1.5 +3 -3 ports/devel/qt4-qtestlib/distinfo 1.7 +2 -2 ports/devel/qt4-qtestlib/pkg-plist 1.9 +0 -0 ports/devel/qt4-qvfb/Makefile 1.5 +3 -3 ports/devel/qt4-qvfb/distinfo 1.2 +0 -11 ports/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h (dead) 1.6 +0 -0 ports/devel/qt4-rcc/Makefile 1.5 +3 -3 ports/devel/qt4-rcc/distinfo 1.4 +0 -2 ports/devel/qt4-rcc/pkg-plist 1.3 +1 -0 ports/devel/qt4-script/Makefile 1.3 +3 -3 ports/devel/qt4-script/distinfo 1.4 +2 -2 ports/devel/qt4-script/pkg-plist 1.7 +0 -0 ports/devel/qt4-uic/Makefile 1.5 +3 -3 ports/devel/qt4-uic/distinfo 1.5 +0 -2 ports/devel/qt4-uic/pkg-plist 1.8 +0 -0 ports/devel/qt4-uic3/Makefile 1.5 +3 -3 ports/devel/qt4-uic3/distinfo 1.4 +0 -2 ports/devel/qt4-uic3/pkg-plist 1.12 +0 -0 ports/devel/qt4/Makefile 1.5 +173 -49 ports/devel/qt4/files/configure 1.6 +0 -0 ports/devel/qt4/pkg-plist 1.10 +0 -0 ports/graphics/qt4-iconengines/Makefile 1.5 +3 -3 ports/graphics/qt4-iconengines/distinfo 1.11 +0 -0 ports/graphics/qt4-imageformats/Makefile 1.5 +3 -3 ports/graphics/qt4-imageformats/distinfo 1.9 +0 -0 ports/graphics/qt4-pixeltool/Makefile 1.5 +3 -3 ports/graphics/qt4-pixeltool/distinfo 1.12 +1 -0 ports/graphics/qt4-svg/Makefile 1.5 +3 -3 ports/graphics/qt4-svg/distinfo 1.7 +2 -2 ports/graphics/qt4-svg/pkg-plist 1.8 +0 -0 ports/japanese/qt4-codecs-jp/Makefile 1.5 +3 -3 ports/japanese/qt4-codecs-jp/distinfo 1.4 +0 -2 ports/japanese/qt4-codecs-jp/pkg-plist 1.8 +0 -0 ports/korean/qt4-codecs-kr/Makefile 1.5 +3 -3 ports/korean/qt4-codecs-kr/distinfo 1.4 +0 -2 ports/korean/qt4-codecs-kr/pkg-plist 1.7 +0 -0 ports/misc/qt4-doc/Makefile 1.5 +3 -3 ports/misc/qt4-doc/distinfo 1.5 +66 -4 ports/misc/qt4-doc/pkg-plist 1.9 +0 -0 ports/misc/qt4-qtconfig/Makefile 1.5 +3 -3 ports/misc/qt4-qtconfig/distinfo 1.11 +0 -0 ports/misc/qt4-qtdemo/Makefile 1.5 +3 -3 ports/misc/qt4-qtdemo/distinfo 1.6 +0 -2 ports/misc/qt4-qtdemo/pkg-plist 1.10 +1 -0 ports/net/qt4-network/Makefile 1.5 +3 -3 ports/net/qt4-network/distinfo 1.7 +3 -2 ports/net/qt4-network/pkg-plist 1.9 +1 -0 ports/textproc/qt4-xml/Makefile 1.5 +3 -3 ports/textproc/qt4-xml/distinfo 1.7 +2 -2 ports/textproc/qt4-xml/pkg-plist 1.15 +2 -1 ports/x11-toolkits/qt4-gui/Makefile 1.5 +3 -3 ports/x11-toolkits/qt4-gui/distinfo 1.2 +0 -29 ports/x11-toolkits/qt4-gui/files/patch-0185-fix-format-strings.diff (dead) 1.6 +2 -2 ports/x11-toolkits/qt4-gui/pkg-plist 1.10 +0 -0 ports/x11/qt4-inputmethods/Makefile 1.5 +3 -3 ports/x11/qt4-inputmethods/distinfo 1.13 +1 -0 ports/x11/qt4-opengl/Makefile 1.5 +3 -3 ports/x11/qt4-opengl/distinfo 1.6 +6 -2 ports/x11/qt4-opengl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 17:58:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CD3D1065671; Thu, 13 Mar 2008 17:58:52 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 077688FC19; Thu, 13 Mar 2008 17:58:52 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DHwpHZ091389; Thu, 13 Mar 2008 17:58:51 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DHwpju091388; Thu, 13 Mar 2008 17:58:51 GMT (envelope-from beech) Message-Id: <200803131758.m2DHwpju091388@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 13 Mar 2008 17:58:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid30 Makefile distinfo ports/www/squid30/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:58:52 -0000 beech 2008-03-13 17:58:51 UTC FreeBSD ports repository Modified files: www/squid30 Makefile distinfo Added files: www/squid30/files patch-configure Log: - Update to 3.0.STABLE2 - Add a patch for Squid bug #2203: compilation of authentication helper applications that required additional libraries from $LOCALBASE broke when --with-maxfd=N was set via SQUID_CONFIGURE_ARGS PR: ports/121649 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.208 +11 -3 ports/www/squid30/Makefile 1.160 +3 -3 ports/www/squid30/distinfo 1.3 +23 -0 ports/www/squid30/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:02:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B72961065675; Thu, 13 Mar 2008 18:02:34 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 880148FC14; Thu, 13 Mar 2008 18:02:34 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DI2YSo091655; Thu, 13 Mar 2008 18:02:34 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DI2YEd091654; Thu, 13 Mar 2008 18:02:34 GMT (envelope-from lofi) Message-Id: <200803131802.m2DI2YEd091654@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 18:02:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/lyx15 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:02:34 -0000 lofi 2008-03-13 18:02:34 UTC FreeBSD ports repository Modified files: print/lyx15 Makefile Log: Unbreak. Revision Changes Path 1.119 +0 -2 ports/print/lyx15/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:17:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36A8A1065677; Thu, 13 Mar 2008 18:17:48 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 079C78FC1E; Thu, 13 Mar 2008 18:17:48 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIHl0C093549; Thu, 13 Mar 2008 18:17:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIHl45093548; Thu, 13 Mar 2008 18:17:47 GMT (envelope-from brueffer) Message-Id: <200803131817.m2DIHl45093548@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 13 Mar 2008 18:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:17:48 -0000 brueffer 2008-03-13 18:17:47 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add an include file from the removed XRPU driver. PR: 121654 Submitted by: pluknet Approved by: rwatson (mentor) Revision Changes Path 1.133 +2 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:23:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35FE3106566B; Thu, 13 Mar 2008 18:23:07 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 061E18FC12; Thu, 13 Mar 2008 18:23:07 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIN6iM093859; Thu, 13 Mar 2008 18:23:06 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIN6pV093858; Thu, 13 Mar 2008 18:23:06 GMT (envelope-from lofi) Message-Id: <200803131823.m2DIN6pV093858@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 18:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kdelibs3 pkg-plist ports/misc/kdehier pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:23:07 -0000 lofi 2008-03-13 18:23:06 UTC FreeBSD ports repository Modified files: x11/kdelibs3 pkg-plist misc/kdehier pkg-plist Log: Icon-cleanup shenanigans, see PR: ports/108364 Suggested by: pav Revision Changes Path 1.13 +1 -1 ports/misc/kdehier/pkg-plist 1.75 +1 -0 ports/x11/kdelibs3/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:39:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B3A106566B; Thu, 13 Mar 2008 18:39:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDB378FC1E; Thu, 13 Mar 2008 18:39:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DId1nL095260; Thu, 13 Mar 2008 18:39:01 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DId1vG095259; Thu, 13 Mar 2008 18:39:01 GMT (envelope-from gahr) Message-Id: <200803131839.m2DId1vG095259@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 18:39:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/wmjupiter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:39:02 -0000 gahr 2008-03-13 18:39:01 UTC FreeBSD ports repository Modified files: astro/wmjupiter Makefile Log: - USE_X_PREFIX and USE_XPM --> USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.10 +2 -3 ports/astro/wmjupiter/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:39:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE861065671; Thu, 13 Mar 2008 18:39:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFDE8FC2A; Thu, 13 Mar 2008 18:39:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIdDcK095292; Thu, 13 Mar 2008 18:39:13 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIdDHG095291; Thu, 13 Mar 2008 18:39:13 GMT (envelope-from gahr) Message-Id: <200803131839.m2DIdDHG095291@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 18:39:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/wmsolar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:39:13 -0000 gahr 2008-03-13 18:39:13 UTC FreeBSD ports repository Modified files: astro/wmsolar Makefile Log: - USE_X_PREFIX and USE_XPM --> USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.9 +2 -3 ports/astro/wmsolar/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:39:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8113D106566C; Thu, 13 Mar 2008 18:39:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5306D8FC20; Thu, 13 Mar 2008 18:39:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIdYtn095319; Thu, 13 Mar 2008 18:39:34 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIdYIG095318; Thu, 13 Mar 2008 18:39:34 GMT (envelope-from gahr) Message-Id: <200803131839.m2DIdYIG095318@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 18:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/wmspaceweather Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:39:34 -0000 gahr 2008-03-13 18:39:34 UTC FreeBSD ports repository Modified files: astro/wmspaceweather Makefile Log: - USE_X_PREFIX and USE_XPM --> USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.16 +2 -3 ports/astro/wmspaceweather/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:40:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FBCC106566C; Thu, 13 Mar 2008 18:40:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 381CB8FC20; Thu, 13 Mar 2008 18:40:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIesXO095409; Thu, 13 Mar 2008 18:40:54 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIesx1095408; Thu, 13 Mar 2008 18:40:54 GMT (envelope-from gahr) Message-Id: <200803131840.m2DIesx1095408@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 18:40:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/wmsun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:40:54 -0000 gahr 2008-03-13 18:40:54 UTC FreeBSD ports repository Modified files: astro/wmsun Makefile Log: - USE_X_PREFIX and USE_XPM --> USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.15 +2 -3 ports/astro/wmsun/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:52:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258E31065675; Thu, 13 Mar 2008 18:52:47 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E24A28FC18; Thu, 13 Mar 2008 18:52:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIqkKc095858; Thu, 13 Mar 2008 18:52:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIqkw3095857; Thu, 13 Mar 2008 18:52:46 GMT (envelope-from obrien) Message-Id: <200803131852.m2DIqkw3095857@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Mar 2008 18:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/editing freebsd.vim X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:52:47 -0000 obrien 2008-03-13 18:52:46 UTC FreeBSD src repository Added files: tools/tools/editing freebsd.vim Log: Vim function to style(9). Issue ':call FreeBSD_Style()' while editing a file. Submitted by: scf Revision Changes Path 1.1 +68 -0 src/tools/tools/editing/freebsd.vim (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 18:56:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CBB41065671; Thu, 13 Mar 2008 18:56:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 785918FC20; Thu, 13 Mar 2008 18:56:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DIur0F096022; Thu, 13 Mar 2008 18:56:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DIurjS096021; Thu, 13 Mar 2008 18:56:53 GMT (envelope-from jhb) Message-Id: <200803131856.m2DIurjS096021@repoman.freebsd.org> From: John Baldwin Date: Thu, 13 Mar 2008 18:56:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 18:56:53 -0000 jhb 2008-03-13 18:56:53 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Use the SMAP data from the loader if it is provided instead of using virtual 86 mode to query the BIOS directly. This is needed for certain HP machines whose BIOS only provide an SMAP when invoked from real mode. On such machines the loader will be able to query the SMAP successfully due to the recent BTX changes, but the kernel will not. One thing I'm not sure of is if we can skip the INT 12h probe altogether if we have the SMAP from the loader as it seems that we do the INT 12h probe to setup enough state so we can use vm86 to call the BIOS. MFC after: 1 week Revision Changes Path 1.667 +99 -60 src/sys/i386/i386/machdep.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:01:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DFAD106566C; Thu, 13 Mar 2008 19:01:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE658FC1B; Thu, 13 Mar 2008 19:01:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJ144b096208; Thu, 13 Mar 2008 19:01:04 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJ141Y096207; Thu, 13 Mar 2008 19:01:04 GMT (envelope-from gahr) Message-Id: <200803131901.m2DJ141Y096207@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 19:01:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:01:04 -0000 gahr 2008-03-13 19:01:04 UTC FreeBSD ports repository Modified files: astro/xearth Makefile Log: - USE_IMAKE --> BUILD_DEPENDS and USE_XORG Approved by: miwi (mentor) Revision Changes Path 1.36 +8 -3 ports/astro/xearth/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:24:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 626351065671; Thu, 13 Mar 2008 19:24:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 331198FC13; Thu, 13 Mar 2008 19:24:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJOwI3003171; Thu, 13 Mar 2008 19:24:58 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJOwOa003170; Thu, 13 Mar 2008 19:24:58 GMT (envelope-from erwin) Message-Id: <200803131924.m2DJOwOa003170@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 13 Mar 2008 19:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios-certexp-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:24:58 -0000 erwin 2008-03-13 19:24:57 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-certexp-plugin Makefile Log: Update MASTER_SITES Submitted by: Eric Cronin (maintainer), pointyhat Revision Changes Path 1.2 +1 -1 ports/net-mgmt/nagios-certexp-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:28:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4CC1106566C; Thu, 13 Mar 2008 19:28:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 958328FC22; Thu, 13 Mar 2008 19:28:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJSdxh003358; Thu, 13 Mar 2008 19:28:39 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJSdjf003357; Thu, 13 Mar 2008 19:28:39 GMT (envelope-from erwin) Message-Id: <200803131928.m2DJSdjf003357@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 13 Mar 2008 19:28:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Curses-UI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:28:39 -0000 erwin 2008-03-13 19:28:39 UTC FreeBSD ports repository Modified files: devel/p5-Curses-UI Makefile distinfo Log: Update to 0.9603 Revision Changes Path 1.8 +1 -1 ports/devel/p5-Curses-UI/Makefile 1.8 +3 -3 ports/devel/p5-Curses-UI/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:30:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E5A91065670; Thu, 13 Mar 2008 19:30:18 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7448FC20; Thu, 13 Mar 2008 19:30:18 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJUHNB003473; Thu, 13 Mar 2008 19:30:17 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJUHqR003472; Thu, 13 Mar 2008 19:30:17 GMT (envelope-from alepulver) Message-Id: <200803131930.m2DJUHqR003472@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 13 Mar 2008 19:30:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/ratmen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:30:18 -0000 alepulver 2008-03-13 19:30:17 UTC FreeBSD ports repository Modified files: x11-wm/ratmen Makefile Log: - Add missing Perl build dependency. Reported by: pav Revision Changes Path 1.2 +1 -0 ports/x11-wm/ratmen/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:39:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 008AD106566B; Thu, 13 Mar 2008 19:39:11 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5B538FC15; Thu, 13 Mar 2008 19:39:11 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJdBxX003751; Thu, 13 Mar 2008 19:39:11 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJdBmw003750; Thu, 13 Mar 2008 19:39:11 GMT (envelope-from alepulver) Message-Id: <200803131939.m2DJdBmw003750@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 13 Mar 2008 19:39:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/stumpwm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:39:12 -0000 alepulver 2008-03-13 19:39:11 UTC FreeBSD ports repository Modified files: x11-wm/stumpwm Makefile Log: - Fix conditionals to set IGNORE in appropiate cases (requires manual options selection and installation of another port). Reported by: pav Revision Changes Path 1.2 +2 -3 ports/x11-wm/stumpwm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 19:39:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22A8E1065672; Thu, 13 Mar 2008 19:39:57 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E73E88FC14; Thu, 13 Mar 2008 19:39:56 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DJdu3e003802; Thu, 13 Mar 2008 19:39:56 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DJduiJ003801; Thu, 13 Mar 2008 19:39:56 GMT (envelope-from alepulver) Message-Id: <200803131939.m2DJduiJ003801@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 13 Mar 2008 19:39:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 19:39:57 -0000 alepulver 2008-03-13 19:39:56 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile distinfo pkg-plist Log: - Update to version 1.2310. Revision Changes Path 1.25 +1 -1 ports/sysutils/fusefs-ntfs/Makefile 1.16 +3 -3 ports/sysutils/fusefs-ntfs/distinfo 1.11 +1 -1 ports/sysutils/fusefs-ntfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:10:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42EF8106566B; Thu, 13 Mar 2008 20:10:55 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0F28E8FC1C; Thu, 13 Mar 2008 20:10:55 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JXO0081VQQ5UL10@mta5.srv.hcvlny.cv.net>; Thu, 13 Mar 2008 16:10:54 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2DKAq0u000212; Thu, 13 Mar 2008 16:10:53 -0400 Date: Thu, 13 Mar 2008 16:10:47 -0400 From: "Aryeh M. Friedman" In-reply-to: <200803131939.m2DJduiJ003801@repoman.freebsd.org> To: Alejandro Pulver Message-id: <47D98A47.7000603@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <200803131939.m2DJduiJ003801@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080309) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:10:55 -0000 Alejandro Pulver wrote: > alepulver 2008-03-13 19:39:56 UTC > > FreeBSD ports repository > > Modified files: > sysutils/fusefs-ntfs Makefile distinfo pkg-plist I have not completed rebuilding my ports after the removal of KSE but a spot test before doing this caused a panic (even after remaking fusefs-kmod) do you know if this will have any such strange effects? From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:15:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816E81065672; Thu, 13 Mar 2008 20:15:33 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id 33FBD8FC27; Thu, 13 Mar 2008 20:15:32 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1JZtpq-0000iR-Qi; Thu, 13 Mar 2008 23:15:30 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id ADC5F7D11D0; Thu, 13 Mar 2008 23:15:29 +0300 (MSK) Date: Thu, 13 Mar 2008 23:15:29 +0300 From: Stanislav Sedov To: Konstantin Belousov Message-ID: <20080313201529.GE68662@dracon.ht-systems.ru> References: <200803131645.m2DGjg0I075184@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803131645.m2DGjg0I075184@repoman.freebsd.org> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:15:33 -0000 On Thu, Mar 13, 2008 at 04:45:42PM +0000 Konstantin Belousov mentioned: > kib 2008-03-13 16:45:42 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please, welcome Roman Divacky as src commiter. He successfully finished > two Google Summers of Code (2006 and 2007) working on linuxolator. > Also Roman submitted a lot of kernel code cleanup patches. > > I expect Roman to continue his work and expand both the area of interest > and knowledge. I will mentor him. > Welcome! -- Stanislav Sedov ST4096-RIPE From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:15:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C7EE1065716; Thu, 13 Mar 2008 20:15:49 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7548FC23; Thu, 13 Mar 2008 20:15:49 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKFnfU008413; Thu, 13 Mar 2008 20:15:49 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKFndQ008412; Thu, 13 Mar 2008 20:15:49 GMT (envelope-from cokane) Message-Id: <200803132015.m2DKFndQ008412@repoman.freebsd.org> From: Coleman Kane Date: Thu, 13 Mar 2008 20:15:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:15:49 -0000 cokane 2008-03-13 20:15:49 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous items on the http://wiki.freebsd.org/SMPTODO list. Reviewed by: imp, obrien, jhb MFC after: 1 week Revision Changes Path 1.219 +15 -8 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:16:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC95F1065684; Thu, 13 Mar 2008 20:16:28 +0000 (UTC) (envelope-from rink@tragedy.rink.nu) Received: from mx1.rink.nu (alastor.rink.nu [213.34.49.5]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF0B8FC39; Thu, 13 Mar 2008 20:16:28 +0000 (UTC) (envelope-from rink@tragedy.rink.nu) Received: from localhost (alastor.rink.nu [213.34.49.5]) by mx1.rink.nu (Postfix) with ESMTP id B6F67BFEBDA; Thu, 13 Mar 2008 19:51:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([213.34.49.5]) by localhost (alastor.rink.nu [213.34.49.5]) (amavisd-new, port 10024) with ESMTP id IUZF0SpEw7So; Thu, 13 Mar 2008 19:51:17 +0000 (UTC) Received: from tragedy.rink.nu (tragedy.rink.nu [213.34.49.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.rink.nu (Postfix) with ESMTP id BEA3ABFECDD; Thu, 13 Mar 2008 19:51:16 +0000 (UTC) Received: from tragedy.rink.nu (tragedy.rink.nu [213.34.49.3]) by tragedy.rink.nu (8.13.8/8.13.8) with ESMTP id m2DJpGeA089649; Thu, 13 Mar 2008 20:51:16 +0100 (CET) (envelope-from rink@tragedy.rink.nu) Received: (from rink@localhost) by tragedy.rink.nu (8.13.8/8.13.8/Submit) id m2DJpGHE089648; Thu, 13 Mar 2008 20:51:16 +0100 (CET) (envelope-from rink) Date: Thu, 13 Mar 2008 20:51:16 +0100 From: Rink Springer To: John Baldwin Message-ID: <20080313195116.GJ77132@rink.nu> References: <200803131856.m2DIurjS096021@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803131856.m2DIurjS096021@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:16:28 -0000 On Thu, Mar 13, 2008 at 06:56:53PM +0000, John Baldwin wrote: > jhb 2008-03-13 18:56:53 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 machdep.c > Log: > Use the SMAP data from the loader if it is provided instead of using > virtual 86 mode to query the BIOS directly. This is needed for certain > HP machines whose BIOS only provide an SMAP when invoked from real mode. > On such machines the loader will be able to query the SMAP successfully > due to the recent BTX changes, but the kernel will not. Thanks! I was thinking about doing this myself - seems you beat me to it. > One thing I'm not sure of is if we can skip the INT 12h probe altogether > if we have the SMAP from the loader as it seems that we do the INT 12h > probe to setup enough state so we can use vm86 to call the BIOS. Hmm, can't we just have loader(8) pass this information as well? It seems it already does in the bootinfo structure... -- Rink P.W. Springer - http://rink.nu "Anyway boys, this is America. Just because you get more votes doesn't mean you win." - Fox Mulder From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:19:38 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A8E9106566B for ; Thu, 13 Mar 2008 20:19:38 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by mx1.freebsd.org (Postfix) with ESMTP id A894E8FC2C for ; Thu, 13 Mar 2008 20:19:37 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA01.westchester.pa.mail.comcast.net with comcast id 0bGH1Z01V0EZKEL510cK00; Thu, 13 Mar 2008 20:03:00 +0000 Received: from discordia ([24.61.189.203]) by OMTA01.westchester.pa.mail.comcast.net with comcast id 0k3Y1Z00S4PktZC3M00000; Thu, 13 Mar 2008 20:03:35 +0000 X-Authority-Analysis: v=1.0 c=1 a=TkXOSxmUUXoA:10 a=c5sTgUsrrxMA:10 a=oLMJUq-C-KaRboO6AusA:9 a=igmyW0RTttqV1j_d7bEA:7 a=3jK68qRTnWlGFrddw_eFynNO8X0A:4 a=oltf0pfCdT4A:10 Received: by discordia (Postfix, from userid 103) id 5A1821636F9; Thu, 13 Mar 2008 16:03:31 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id EAB231636F8; Thu, 13 Mar 2008 16:03:17 -0400 (EDT) Message-ID: <47D987BA.5060802@FreeBSD.org> Date: Thu, 13 Mar 2008 15:59:54 -0400 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: "David E. O'Brien" References: <200803131852.m2DIqkw3095857@repoman.freebsd.org> In-Reply-To: <200803131852.m2DIqkw3095857@repoman.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/editing freebsd.vim X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:19:38 -0000 David E. O'Brien wrote: > obrien 2008-03-13 18:52:46 UTC > > FreeBSD src repository > > Added files: > tools/tools/editing freebsd.vim > Log: > Vim function to style(9). > Issue ':call FreeBSD_Style()' while editing a file. > > Submitted by: scf > > Revision Changes Path > 1.1 +68 -0 src/tools/tools/editing/freebsd.vim (new) > Most excellent! -- coleman From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:25:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 339491065673; Thu, 13 Mar 2008 20:25:56 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 072BA8FC26; Thu, 13 Mar 2008 20:25:56 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKPtx6008780; Thu, 13 Mar 2008 20:25:55 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKPtjb008779; Thu, 13 Mar 2008 20:25:55 GMT (envelope-from obraun) Message-Id: <200803132025.m2DKPtjb008779@repoman.freebsd.org> From: Oliver Braun Date: Thu, 13 Mar 2008 20:25:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-hat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:25:56 -0000 obraun 2008-03-13 20:25:55 UTC FreeBSD ports repository Modified files: devel/hs-hat Makefile Log: Mark broken: Does not build with recent ghc. Revision Changes Path 1.44 +2 -0 ports/devel/hs-hat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:36:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384221065673; Thu, 13 Mar 2008 20:36:54 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 220A08FC14; Thu, 13 Mar 2008 20:36:54 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKasOX009213; Thu, 13 Mar 2008 20:36:54 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKariX009212; Thu, 13 Mar 2008 20:36:53 GMT (envelope-from naddy) Message-Id: <200803132036.m2DKariX009212@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 13 Mar 2008 20:36:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/vorbis-tools Makefile distinfo pkg-descr ports/audio/vorbis-tools/files patch-configure patch-configure.ac patch-ogg123_Makefile.am patch-ogg123_Makefile.in patch-ogg123_cfgfile__options.c patch-ogg123_http_transport.c patch-oggenc_encode.c patch-share_charset.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:36:54 -0000 naddy 2008-03-13 20:36:53 UTC FreeBSD ports repository Modified files: audio/vorbis-tools Makefile distinfo pkg-descr Added files: audio/vorbis-tools/files patch-configure patch-ogg123_Makefile.in Removed files: audio/vorbis-tools/files patch-configure.ac patch-ogg123_Makefile.am patch-ogg123_cfgfile__options.c patch-ogg123_http_transport.c patch-oggenc_encode.c patch-share_charset.c patch-share_iconvert.c patch-share_utf8.c Log: Update to 1.2.0. This release mostly includes accumulated patches and miscellaneous bug fixes. Revision Changes Path 1.46 +3 -13 ports/audio/vorbis-tools/Makefile 1.12 +3 -6 ports/audio/vorbis-tools/distinfo 1.4 +22 -0 ports/audio/vorbis-tools/files/patch-configure (new) 1.2 +0 -25 ports/audio/vorbis-tools/files/patch-configure.ac (dead) 1.5 +0 -26 ports/audio/vorbis-tools/files/patch-ogg123_Makefile.am (dead) 1.7 +11 -0 ports/audio/vorbis-tools/files/patch-ogg123_Makefile.in (new) 1.2 +0 -14 ports/audio/vorbis-tools/files/patch-ogg123_cfgfile__options.c (dead) 1.2 +0 -12 ports/audio/vorbis-tools/files/patch-ogg123_http_transport.c (dead) 1.2 +0 -21 ports/audio/vorbis-tools/files/patch-oggenc_encode.c (dead) 1.2 +0 -16 ports/audio/vorbis-tools/files/patch-share_charset.c (dead) 1.2 +0 -16 ports/audio/vorbis-tools/files/patch-share_iconvert.c (dead) 1.2 +0 -16 ports/audio/vorbis-tools/files/patch-share_utf8.c (dead) 1.5 +1 -1 ports/audio/vorbis-tools/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:38:28 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DAD1065675; Thu, 13 Mar 2008 20:38:28 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id D6FA88FC21; Thu, 13 Mar 2008 20:38:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 235381336-1834499 for multiple; Thu, 13 Mar 2008 16:36:34 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2DKcIx4031640; Thu, 13 Mar 2008 16:38:24 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rink Springer Date: Thu, 13 Mar 2008 15:56:24 -0400 User-Agent: KMail/1.9.7 References: <200803131856.m2DIurjS096021@repoman.freebsd.org> <20080313195116.GJ77132@rink.nu> In-Reply-To: <20080313195116.GJ77132@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803131556.24388.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 13 Mar 2008 16:38:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6225/Thu Mar 13 10:52:37 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:38:28 -0000 On Thursday 13 March 2008 03:51:16 pm Rink Springer wrote: > On Thu, Mar 13, 2008 at 06:56:53PM +0000, John Baldwin wrote: > > jhb 2008-03-13 18:56:53 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > Use the SMAP data from the loader if it is provided instead of using > > virtual 86 mode to query the BIOS directly. This is needed for certain > > HP machines whose BIOS only provide an SMAP when invoked from real mode. > > On such machines the loader will be able to query the SMAP successfully > > due to the recent BTX changes, but the kernel will not. > > Thanks! I was thinking about doing this myself - seems you beat me to > it. > > > One thing I'm not sure of is if we can skip the INT 12h probe altogether > > if we have the SMAP from the loader as it seems that we do the INT 12h > > probe to setup enough state so we can use vm86 to call the BIOS. > > Hmm, can't we just have loader(8) pass this information as well? It > seems it already does in the bootinfo structure... I think people still want to be able to boot kernels from boot2/gptboot rather than loader in which case we'd always have to have the vm86 calls that are there now. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:39:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F24911065671; Thu, 13 Mar 2008 20:39:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCC218FC1A; Thu, 13 Mar 2008 20:39:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKd4dj009424; Thu, 13 Mar 2008 20:39:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKd4BK009423; Thu, 13 Mar 2008 20:39:04 GMT (envelope-from jhb) Message-Id: <200803132039.m2DKd4BK009423@repoman.freebsd.org> From: John Baldwin Date: Thu, 13 Mar 2008 20:39:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/acpica acpi_machdep.c src/sys/amd64/amd64 legacy.c nexus.c src/sys/amd64/include nexusvar.h src/sys/dev/acpica acpi.c acpivar.h src/sys/i386/acpica acpi_machdep.c src/sys/i386/i386 legacy.c nexus.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:39:05 -0000 jhb 2008-03-13 20:39:04 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_machdep.c sys/amd64/amd64 legacy.c nexus.c sys/dev/acpica acpi.c acpivar.h sys/i386/acpica acpi_machdep.c sys/i386/i386 legacy.c nexus.c sys/ia64/ia64 nexus.c Added files: sys/amd64/include nexusvar.h sys/i386/include nexusvar.h Log: Rework how the nexus(4) device works on x86 to better handle the idea of different "platforms" on x86 machines. The existing code already handles having two platforms: ACPI and legacy. However, the existing approach was rather hardcoded and difficult to extend. These changes take the approach that each x86 hardware platform should provide its own nexus(4) driver (it can inherit most of its behavior from the default legacy nexus(4) driver) which is responsible for probing for the platform and performing appropriate platform-specific setup during attach (such as adding a platform-specific bus device). This does mean changing the x86 platform busses to no longer use an identify routine for probing, but to move that logic into their matching nexus(4) driver instead. - Make the default nexus(4) driver in nexus.c on i386 and amd64 handle the legacy platform. It's probe routine now returns BUS_PROBE_GENERIC so it can be overriden. - Expose a nexus_init_resources() routine which initializes the various resource managers so that subclassed nexus(4) drivers can invoke it from their attach routine. - The legacy nexus(4) driver explicitly adds a legacy0 device in its attach routine. - The ACPI driver no longer contains an new-bus identify method. Instead it exposes a public function (acpi_identify()) which is a probe routine that the MD nexus(4) drivers can use to probe for ACPI. All of the probe logic in acpi_probe() is now moved into acpi_identify() and acpi_probe() is just a stub. - On i386 and amd64, an ACPI-specific nexus(4) driver checks for ACPI via acpi_identify() and claims the nexus0 device if the probe succeeds. It then explicitly adds an acpi0 device in its attach routine. - The legacy(4) driver no longer knows anything about the acpi0 device. - On ia64 if acpi_identify() fails you basically end up with no devices. This matches the previous behavior where the old acpi_identify() would fail to add an acpi0 device again leaving you with no devices. Discussed with: imp Silence on: arch@ Revision Changes Path 1.18 +44 -0 src/sys/amd64/acpica/acpi_machdep.c 1.63 +0 -21 src/sys/amd64/amd64/legacy.c 1.79 +24 -17 src/sys/amd64/amd64/nexus.c 1.1 +45 -0 src/sys/amd64/include/nexusvar.h (new) 1.247 +38 -45 src/sys/dev/acpica/acpi.c 1.109 +1 -0 src/sys/dev/acpica/acpivar.h 1.38 +43 -0 src/sys/i386/acpica/acpi_machdep.c 1.65 +0 -21 src/sys/i386/i386/legacy.c 1.74 +24 -17 src/sys/i386/i386/nexus.c 1.4 +45 -0 src/sys/i386/include/nexusvar.h (new) 1.19 +6 -0 src/sys/ia64/ia64/nexus.c From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:46:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4E21065677; Thu, 13 Mar 2008 20:46:36 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from azure.onthenet.com.au (azure.OntheNet.com.au [203.13.68.11]) by mx1.freebsd.org (Postfix) with ESMTP id 705738FC13; Thu, 13 Mar 2008 20:46:36 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by azure.onthenet.com.au (Postfix) with ESMTP id 9E6581398D; Fri, 14 Mar 2008 06:46:34 +1000 (EST) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DRI55304 (AUTH peterg@ptree32.com.au); Fri, 14 Mar 2008 06:46:26 +1000 (EST) Message-ID: <47D9928F.4020308@freebsd.org> Date: Thu, 13 Mar 2008 13:46:07 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: John Baldwin References: <200803132039.m2DKd4BK009423@repoman.freebsd.org> In-Reply-To: <200803132039.m2DKd4BK009423@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica acpi_machdep.c src/sys/amd64/amd64 legacy.c nexus.c src/sys/amd64/include nexusvar.h src/sys/dev/acpica acpi.c acpivar.h src/sys/i386/acpica acpi_machdep.c src/sys/i386/i386 legacy.c nexus.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:46:36 -0000 John Baldwin wrote: > jhb 2008-03-13 20:39:04 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica acpi_machdep.c > sys/amd64/amd64 legacy.c nexus.c > sys/dev/acpica acpi.c acpivar.h > sys/i386/acpica acpi_machdep.c > sys/i386/i386 legacy.c nexus.c > sys/ia64/ia64 nexus.c > Added files: > sys/amd64/include nexusvar.h > sys/i386/include nexusvar.h > Log: > Rework how the nexus(4) device works on x86 to better handle the idea of > different "platforms" on x86 machines. Thank you very much for this ! It will eliminate a lot of nasty hacks that have been done in the NetApp codebase to support non-ACPI Opteron systems. > Silence on: arch@ Interpret my silence as enthusiastic support :) later, Peter. From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46EB0106566C; Thu, 13 Mar 2008 20:56:15 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9E98FC20; Thu, 13 Mar 2008 20:56:15 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKuFxJ019276; Thu, 13 Mar 2008 20:56:15 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKuF0C019275; Thu, 13 Mar 2008 20:56:15 GMT (envelope-from lme) Message-Id: <200803132056.m2DKuF0C019275@repoman.freebsd.org> From: Lars Engels Date: Thu, 13 Mar 2008 20:56:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/desktopbsd-tools Makefile distinfo pkg-plist ports/sysutils/desktopbsd-tools/files extra-patch-libdesktopbsd_accesspoint.cpp extra-patch-libdesktopbsd_accesspoint.h extra-patch-libdesktopbsd_wirelessinterface.cpp extra-patch-libdesktopbsd_wirelessinterface.h patch-Tray-BattInfo_batterytray.cpp patch-Tray-BattInfo_batterytray.h patch-libdbsddisk_libdbsddisk.pro ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:15 -0000 lme 2008-03-13 20:56:14 UTC FreeBSD ports repository Modified files: sysutils/desktopbsd-tools Makefile distinfo pkg-plist Removed files: sysutils/desktopbsd-tools/files extra-patch-libdesktopbsd_accesspoint.cpp extra-patch-libdesktopbsd_accesspoint.h extra-patch-libdesktopbsd_wirelessinterface.cpp extra-patch-libdesktopbsd_wirelessinterface.h patch-Tray-BattInfo_batterytray.cpp patch-Tray-BattInfo_batterytray.h patch-libdbsddisk_libdbsddisk.pro patch-libdesktopbsd-ui_moddevinfo.ui.h patch-prepare-build.sh Log: - Update to 1.6 Revision Changes Path 1.12 +9 -11 ports/sysutils/desktopbsd-tools/Makefile 1.4 +3 -3 ports/sysutils/desktopbsd-tools/distinfo 1.2 +0 -181 ports/sysutils/desktopbsd-tools/files/extra-patch-libdesktopbsd_accesspoint.cpp (dead) 1.2 +0 -52 ports/sysutils/desktopbsd-tools/files/extra-patch-libdesktopbsd_accesspoint.h (dead) 1.2 +0 -262 ports/sysutils/desktopbsd-tools/files/extra-patch-libdesktopbsd_wirelessinterface.cpp (dead) 1.2 +0 -25 ports/sysutils/desktopbsd-tools/files/extra-patch-libdesktopbsd_wirelessinterface.h (dead) 1.2 +0 -144 ports/sysutils/desktopbsd-tools/files/patch-Tray-BattInfo_batterytray.cpp (dead) 1.2 +0 -51 ports/sysutils/desktopbsd-tools/files/patch-Tray-BattInfo_batterytray.h (dead) 1.2 +0 -44 ports/sysutils/desktopbsd-tools/files/patch-libdbsddisk_libdbsddisk.pro (dead) 1.2 +0 -11 ports/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-ui_moddevinfo.ui.h (dead) 1.2 +0 -11 ports/sysutils/desktopbsd-tools/files/patch-prepare-build.sh (dead) 1.3 +20 -7 ports/sysutils/desktopbsd-tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 827AE1065677; Thu, 13 Mar 2008 20:56:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5692E8FC1C; Thu, 13 Mar 2008 20:56:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKuXIC019328; Thu, 13 Mar 2008 20:56:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKuXfb019327; Thu, 13 Mar 2008 20:56:33 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKuXfb019327@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/throttle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:33 -0000 miwi 2008-03-13 20:56:33 UTC FreeBSD ports repository Modified files: sysutils/throttle Makefile distinfo Log: - Update to 1.2 PR: 121623 Submitted by: Ports Fury Revision Changes Path 1.5 +3 -1 ports/sysutils/throttle/Makefile 1.4 +3 -3 ports/sysutils/throttle/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96FCC1065704; Thu, 13 Mar 2008 20:56:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0B68FC1F; Thu, 13 Mar 2008 20:56:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKub7m019360; Thu, 13 Mar 2008 20:56:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKubqK019359; Thu, 13 Mar 2008 20:56:37 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKubqK019359@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libntlm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:37 -0000 miwi 2008-03-13 20:56:37 UTC FreeBSD ports repository Modified files: security/libntlm Makefile distinfo Log: - Update to 0.4.2 PR: 121622 Submitted by: Ports Fury Revision Changes Path 1.11 +2 -4 ports/security/libntlm/Makefile 1.5 +3 -3 ports/security/libntlm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EAC21065677; Thu, 13 Mar 2008 20:56:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 318CB8FC1C; Thu, 13 Mar 2008 20:56:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKuft8019412; Thu, 13 Mar 2008 20:56:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKufHM019411; Thu, 13 Mar 2008 20:56:41 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKufHM019411@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/wmnd Makefile distinfo pkg-descr pkg-plist ports/net/wmnd/files patch-src-drivers.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:41 -0000 miwi 2008-03-13 20:56:41 UTC FreeBSD ports repository Modified files: net/wmnd Makefile distinfo pkg-descr Removed files: net/wmnd pkg-plist net/wmnd/files patch-src-drivers.c Log: - Update to 0.4.13 PR: 121621 Submitted by: Ports Fury Revision Changes Path 1.21 +13 -7 ports/net/wmnd/Makefile 1.13 +3 -3 ports/net/wmnd/distinfo 1.2 +0 -21 ports/net/wmnd/files/patch-src-drivers.c (dead) 1.5 +3 -4 ports/net/wmnd/pkg-descr 1.7 +0 -3 ports/net/wmnd/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5BA51065674; Thu, 13 Mar 2008 20:56:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B106F8FC28; Thu, 13 Mar 2008 20:56:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKulpb019470; Thu, 13 Mar 2008 20:56:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKulQ1019469; Thu, 13 Mar 2008 20:56:47 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKulQ1019469@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gretl Makefile distinfo pkg-plist ports/math/gretl/files patch-gui2::Makefile.in patch-gui2::omf-install::Makefile.in patch-lib__src__gretl_matrix.c patch-plugin__oprobit.c patch-share::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:47 -0000 miwi 2008-03-13 20:56:47 UTC FreeBSD ports repository Modified files: math/gretl Makefile distinfo pkg-plist math/gretl/files patch-gui2::Makefile.in patch-share::Makefile.in Removed files: math/gretl/files patch-gui2::omf-install::Makefile.in patch-lib__src__gretl_matrix.c patch-plugin__oprobit.c Log: - Update to 1.7.3 PR: 121619 Submitted by: Ports Fury Revision Changes Path 1.66 +12 -3 ports/math/gretl/Makefile 1.35 +3 -3 ports/math/gretl/distinfo 1.8 +17 -16 ports/math/gretl/files/patch-gui2::Makefile.in 1.5 +0 -29 ports/math/gretl/files/patch-gui2::omf-install::Makefile.in (dead) 1.2 +0 -17 ports/math/gretl/files/patch-lib__src__gretl_matrix.c (dead) 1.2 +0 -19 ports/math/gretl/files/patch-plugin__oprobit.c (dead) 1.10 +7 -7 ports/math/gretl/files/patch-share::Makefile.in 1.35 +14 -8 ports/math/gretl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76F2F106566C; Thu, 13 Mar 2008 20:56:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B48A8FC15; Thu, 13 Mar 2008 20:56:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKuoYV019499; Thu, 13 Mar 2008 20:56:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKuo0N019498; Thu, 13 Mar 2008 20:56:50 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKuo0N019498@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:50 -0000 miwi 2008-03-13 20:56:50 UTC FreeBSD ports repository Modified files: graphics/xmedcon Makefile distinfo Log: - Update to 0.10.3 PR: 121618 Submitted by: Ports Fury Revision Changes Path 1.35 +1 -1 ports/graphics/xmedcon/Makefile 1.25 +3 -3 ports/graphics/xmedcon/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3F3106567B; Thu, 13 Mar 2008 20:56:54 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2528FC23; Thu, 13 Mar 2008 20:56:54 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKusGI019533; Thu, 13 Mar 2008 20:56:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKusqJ019532; Thu, 13 Mar 2008 20:56:54 GMT (envelope-from arved) Message-Id: <200803132056.m2DKusqJ019532@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 13 Mar 2008 20:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/newsbeuter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:54 -0000 arved 2008-03-13 20:56:54 UTC FreeBSD ports repository Modified files: www/newsbeuter Makefile distinfo Log: Update to 0.8.1. Note: Locales other than C are still broken Revision Changes Path 1.16 +1 -1 ports/www/newsbeuter/Makefile 1.7 +3 -3 ports/www/newsbeuter/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A40FB1065748; Thu, 13 Mar 2008 20:56:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7257D8FC21; Thu, 13 Mar 2008 20:56:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKutw7019585; Thu, 13 Mar 2008 20:56:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKutP0019584; Thu, 13 Mar 2008 20:56:55 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKutP0019584@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/libofx Makefile distinfo pkg-plist ports/finance/libofx/files patch-Makefile.in patch-lib_ofx_preproc.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:55 -0000 miwi 2008-03-13 20:56:55 UTC FreeBSD ports repository Modified files: finance/libofx Makefile distinfo pkg-plist finance/libofx/files patch-Makefile.in patch-lib_ofx_preproc.cpp Log: - Update to 0.9.0 - USE SF macro PR: 121617 Submitted by: Ports Fury Revision Changes Path 1.21 +5 -7 ports/finance/libofx/Makefile 1.10 +3 -3 ports/finance/libofx/distinfo 1.5 +13 -13 ports/finance/libofx/files/patch-Makefile.in 1.3 +13 -4 ports/finance/libofx/files/patch-lib_ofx_preproc.cpp 1.9 +123 -2 ports/finance/libofx/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:56:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679001065837; Thu, 13 Mar 2008 20:56:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AAC108FC15; Thu, 13 Mar 2008 20:56:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKuvKc019618; Thu, 13 Mar 2008 20:56:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKuv6j019617; Thu, 13 Mar 2008 20:56:57 GMT (envelope-from miwi) Message-Id: <200803132056.m2DKuv6j019617@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:56:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/poedit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:56:58 -0000 miwi 2008-03-13 20:56:57 UTC FreeBSD ports repository Modified files: editors/poedit Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.4 PR: 121615 Submitted by: Ports Fury Revision Changes Path 1.53 +6 -6 ports/editors/poedit/Makefile 1.21 +3 -3 ports/editors/poedit/distinfo 1.6 +1 -1 ports/editors/poedit/pkg-descr 1.25 +3 -0 ports/editors/poedit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 233511065725; Thu, 13 Mar 2008 20:57:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB5278FC2A; Thu, 13 Mar 2008 20:57:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKv2u2019651; Thu, 13 Mar 2008 20:57:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKv24f019650; Thu, 13 Mar 2008 20:57:02 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKv24f019650@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/zile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:03 -0000 miwi 2008-03-13 20:57:02 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: - Update to 2.2.56 PR: 121616 Submitted by: Ports Fury Revision Changes Path 1.57 +1 -1 ports/editors/zile/Makefile 1.51 +3 -3 ports/editors/zile/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE24106592D; Thu, 13 Mar 2008 20:57:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 614548FC14; Thu, 13 Mar 2008 20:57:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKv6QC019684; Thu, 13 Mar 2008 20:57:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKv6nJ019683; Thu, 13 Mar 2008 20:57:06 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKv6nJ019683@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/gmanedit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:06 -0000 miwi 2008-03-13 20:57:06 UTC FreeBSD ports repository Modified files: editors/gmanedit Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.4 PR: 121614 Submitted by: Ports Fury Revision Changes Path 1.16 +6 -18 ports/editors/gmanedit/Makefile 1.4 +3 -3 ports/editors/gmanedit/distinfo 1.2 +1 -1 ports/editors/gmanedit/pkg-descr 1.3 +5 -11 ports/editors/gmanedit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F8F1106588E; Thu, 13 Mar 2008 20:57:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E78168FC12; Thu, 13 Mar 2008 20:57:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKv8PF019710; Thu, 13 Mar 2008 20:57:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKv8OS019709; Thu, 13 Mar 2008 20:57:08 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKv8OS019709@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/netris/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:09 -0000 miwi 2008-03-13 20:57:08 UTC FreeBSD ports repository Modified files: games/netris/files patch-aa Log: - Fix build when CC is set to an absolute PR: 121607 Submitted by: Gavin Atkinson (maintainer) Revision Changes Path 1.6 +11 -2 ports/games/netris/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6368E106576E; Thu, 13 Mar 2008 20:57:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36EAC8FC1F; Thu, 13 Mar 2008 20:57:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKvCE5019746; Thu, 13 Mar 2008 20:57:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKvCSR019745; Thu, 13 Mar 2008 20:57:12 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKvCSR019745@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/greylite Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:12 -0000 miwi 2008-03-13 20:57:12 UTC FreeBSD ports repository Modified files: mail/greylite Makefile distinfo pkg-descr Log: - Update to 2.3 PR: 121605 Submitted by: Mij (Maintainer) Revision Changes Path 1.5 +1 -1 ports/mail/greylite/Makefile 1.4 +3 -3 ports/mail/greylite/distinfo 1.3 +4 -2 ports/mail/greylite/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6073010658AD; Thu, 13 Mar 2008 20:57:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCCF8FC16; Thu, 13 Mar 2008 20:57:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKvFPt019777; Thu, 13 Mar 2008 20:57:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKvFRG019776; Thu, 13 Mar 2008 20:57:15 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKvFRG019776@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/wcalc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:15 -0000 miwi 2008-03-13 20:57:15 UTC FreeBSD ports repository Modified files: math/wcalc Makefile distinfo Log: - Update to 2.3.1 PR: 121595 Submitted by: Amarendra Godbole (maintainer) Revision Changes Path 1.5 +1 -1 ports/math/wcalc/Makefile 1.3 +3 -3 ports/math/wcalc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 296D61065B8C; Thu, 13 Mar 2008 20:57:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F07378FC15; Thu, 13 Mar 2008 20:57:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKvIYI019825; Thu, 13 Mar 2008 20:57:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKvIrA019824; Thu, 13 Mar 2008 20:57:18 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKvIrA019824@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/youtube_dl Makefile distinfo ports/www/youtube_dl/files conv2avi.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:19 -0000 miwi 2008-03-13 20:57:18 UTC FreeBSD ports repository Modified files: www/youtube_dl Makefile distinfo www/youtube_dl/files conv2avi.patch Log: - Update to 2008.03.08 PR: 121593 Submitted by: Pankov Pavel (maintainer) Revision Changes Path 1.19 +1 -2 ports/www/youtube_dl/Makefile 1.16 +3 -3 ports/www/youtube_dl/distinfo 1.4 +44 -37 ports/www/youtube_dl/files/conv2avi.patch From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0171065680; Thu, 13 Mar 2008 20:57:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 80AA98FC21; Thu, 13 Mar 2008 20:57:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKvLmC019855; Thu, 13 Mar 2008 20:57:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKvLOB019854; Thu, 13 Mar 2008 20:57:21 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKvLOB019854@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/Xg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:21 -0000 miwi 2008-03-13 20:57:21 UTC FreeBSD ports repository Modified files: x11-fonts/Xg Makefile Log: - Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX PR: 121584 Submitted by: Chess Griffin Revision Changes Path 1.18 +4 -4 ports/x11-fonts/Xg/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 20:57:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5671065702; Thu, 13 Mar 2008 20:57:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1FDEA8FC26; Thu, 13 Mar 2008 20:57:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DKvOPT019905; Thu, 13 Mar 2008 20:57:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DKvOxF019904; Thu, 13 Mar 2008 20:57:24 GMT (envelope-from miwi) Message-Id: <200803132057.m2DKvOxF019904@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Mar 2008 20:57:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/qpxtool Makefile distinfo pkg-plist ports/sysutils/qpxtool/files patch-SConstruct X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 20:57:25 -0000 miwi 2008-03-13 20:57:24 UTC FreeBSD ports repository Modified files: sysutils/qpxtool Makefile distinfo pkg-plist Removed files: sysutils/qpxtool/files patch-SConstruct Log: - Update to 0.6.1 PR: 121237 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.7 +14 -18 ports/sysutils/qpxtool/Makefile 1.5 +3 -3 ports/sysutils/qpxtool/distinfo 1.2 +0 -22 ports/sysutils/qpxtool/files/patch-SConstruct (dead) 1.2 +24 -0 ports/sysutils/qpxtool/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 21:02:15 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAB05106567A; Thu, 13 Mar 2008 21:02:15 +0000 (UTC) (envelope-from rink@tragedy.rink.nu) Received: from mx1.rink.nu (alastor.rink.nu [213.34.49.5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2A58FC22; Thu, 13 Mar 2008 21:02:15 +0000 (UTC) (envelope-from rink@tragedy.rink.nu) Received: from localhost (alastor.rink.nu [213.34.49.5]) by mx1.rink.nu (Postfix) with ESMTP id 6BB92BFECE4; Thu, 13 Mar 2008 21:02:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([213.34.49.5]) by localhost (alastor.rink.nu [213.34.49.5]) (amavisd-new, port 10024) with ESMTP id cE3+KQMpMDIY; Thu, 13 Mar 2008 21:02:03 +0000 (UTC) Received: from tragedy.rink.nu (tragedy.rink.nu [213.34.49.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.rink.nu (Postfix) with ESMTP id 216E5BFE830; Thu, 13 Mar 2008 21:02:03 +0000 (UTC) Received: from tragedy.rink.nu (tragedy.rink.nu [213.34.49.3]) by tragedy.rink.nu (8.13.8/8.13.8) with ESMTP id m2DL227F097090; Thu, 13 Mar 2008 22:02:02 +0100 (CET) (envelope-from rink@tragedy.rink.nu) Received: (from rink@localhost) by tragedy.rink.nu (8.13.8/8.13.8/Submit) id m2DL22P8097088; Thu, 13 Mar 2008 22:02:02 +0100 (CET) (envelope-from rink) Date: Thu, 13 Mar 2008 22:02:02 +0100 From: Rink Springer To: John Baldwin Message-ID: <20080313210202.GL77132@rink.nu> References: <200803131856.m2DIurjS096021@repoman.freebsd.org> <20080313195116.GJ77132@rink.nu> <200803131556.24388.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803131556.24388.jhb@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, Rink Springer , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 21:02:15 -0000 On Thu, Mar 13, 2008 at 03:56:24PM -0400, John Baldwin wrote: > I think people still want to be able to boot kernels from boot2/gptboot rather > than loader in which case we'd always have to have the vm86 calls that are > there now. My suggestion is to always use SMAP / bootinfo if it's there; if it's not there, use the old-fashioned way. Otherwise, things like GRUB will die too ... -- Rink P.W. Springer - http://rink.nu "Anyway boys, this is America. Just because you get more votes doesn't mean you win." - Fox Mulder From owner-cvs-all@FreeBSD.ORG Thu Mar 13 21:22:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08CF91065675; Thu, 13 Mar 2008 21:22:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B027B8FC23; Thu, 13 Mar 2008 21:22:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m2DLKHMu078404; Thu, 13 Mar 2008 15:20:18 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 13 Mar 2008 15:21:00 -0600 (MDT) Message-Id: <20080313.152100.1530737473.imp@bsdimp.com> To: kip.macy@gmail.com From: "M. Warner Losh" In-Reply-To: References: <200803121012.m2CAC24p033661@repoman.freebsd.org> <200803121123.12620.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, jeff@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8134x crb_machdep.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 21:22:36 -0000 In message: "Kip Macy" writes: : It has in fact been discussed at great length. The only question was : the timing. : : Most of us would agree that JeffR's time would be much better spent on : lock pushdown than arguing about the specifics of KSE removal. However, he should have sent out a heads up that this was going to happen to make sure there were no lingering issues or objections. In a large project like FreeBSD, you can't go "cowboy" on the tree like Jeff did. Warner : On Wed, Mar 12, 2008 at 8:23 AM, John Baldwin wrote: : > On Wednesday 12 March 2008 06:12:02 am Jeff Roberson wrote: : > > jeff 2008-03-12 10:12:02 UTC : > > : > > FreeBSD src repository : > > : > > Modified files: : > > ... : > : > > Log: : > > Remove kernel support for M:N threading. : > > : > > While the KSE project was quite successful in bringing threading to : > > FreeBSD, the M:N approach taken by the kse library was never developed : > > to its full potential. Backwards compatibility will be provided via : > > libmap.conf for dynamically linked binaries and static binaries will : > > be broken. : > : > While I don't disagree with the change, it might have been nice to have : > pre-announced the axeing first. Even with Alpha (which probably had more : > support and which was discussed in person at BSDCan with a lot of developers) : > having the removal not actually discussed on the lists at all resulted in : > some bumps that could have been easily avoided with a bit more patience on my : > part. : > : > -- : > John Baldwin : > : From owner-cvs-all@FreeBSD.ORG Thu Mar 13 21:31:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FD3D1065674; Thu, 13 Mar 2008 21:31:03 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 431CC8FC22; Thu, 13 Mar 2008 21:31:03 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DLV3bY024201; Thu, 13 Mar 2008 21:31:03 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DLV3pA024200; Thu, 13 Mar 2008 21:31:03 GMT (envelope-from wxs) Message-Id: <200803132131.m2DLV3pA024200@repoman.freebsd.org> From: Wesley Shields Date: Thu, 13 Mar 2008 21:31:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cvsup-mirror Makefile ports/net/cvsup-mirror/files cvsupd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 21:31:03 -0000 wxs 2008-03-13 21:31:02 UTC FreeBSD ports repository Modified files: net/cvsup-mirror Makefile net/cvsup-mirror/files cvsupd.sh.in Log: RC script now supports _flags variable. Comments available in the RC script. PR: ports/108847 Submitted by: Dan Langille Approved by: garga (mentor) Revision Changes Path 1.28 +2 -2 ports/net/cvsup-mirror/Makefile 1.3 +18 -3 ports/net/cvsup-mirror/files/cvsupd.sh.in From owner-cvs-all@FreeBSD.ORG Thu Mar 13 21:39:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28238106566C; Thu, 13 Mar 2008 21:39:07 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF2B98FC19; Thu, 13 Mar 2008 21:39:06 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DLd6bn024549; Thu, 13 Mar 2008 21:39:06 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DLd6Y6024548; Thu, 13 Mar 2008 21:39:06 GMT (envelope-from lofi) Message-Id: <200803132139.m2DLd6Y6024548@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 13 Mar 2008 21:39:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/lyx15 Makefile pkg-plist ports/print/lyx15/files lyx.desktop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 21:39:07 -0000 lofi 2008-03-13 21:39:06 UTC FreeBSD ports repository Modified files: print/lyx15 Makefile pkg-plist Added files: print/lyx15/files lyx.desktop Log: Correct pkg-plist, add .desktop file, fix Aiksaurus detection. Submitted by: Sumedh Wale Revision Changes Path 1.120 +9 -1 ports/print/lyx15/Makefile 1.1 +14 -0 ports/print/lyx15/files/lyx.desktop (new) 1.42 +41 -4 ports/print/lyx15/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 21:56:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958201065672; Thu, 13 Mar 2008 21:56:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB838FC16; Thu, 13 Mar 2008 21:56:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 389F846B80; Thu, 13 Mar 2008 17:56:26 -0400 (EDT) Date: Thu, 13 Mar 2008 21:56:26 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Coleman Kane In-Reply-To: <200803132015.m2DKFndQ008412@repoman.freebsd.org> Message-ID: <20080313215520.X83983@fledge.watson.org> References: <200803132015.m2DKFndQ008412@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 21:56:27 -0000 On Thu, 13 Mar 2008, Coleman Kane wrote: > cokane 2008-03-13 20:15:49 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_softdep.c > Log: > Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE > callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous > items on the http://wiki.freebsd.org/SMPTODO list. > > Reviewed by: imp, obrien, jhb > MFC after: 1 week I might give this one a month to MFC rather than a week -- it can take a while for bugs in this sort of thing to get diagnosed, especially with lots of other changes in the tree at the same time relating to schedulers, etc. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:01:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DC3A1065670; Thu, 13 Mar 2008 22:01:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FABB8FC22; Thu, 13 Mar 2008 22:01:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DM1UHZ028949; Thu, 13 Mar 2008 22:01:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DM1Uw6028948; Thu, 13 Mar 2008 22:01:30 GMT (envelope-from edwin) Message-Id: <200803132201.m2DM1Uw6028948@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Mar 2008 22:01:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv-devel Makefile distinfo pkg-plist ports/net/penguintv-devel/files patch-penguintv-utils.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:01:30 -0000 edwin 2008-03-13 22:01:30 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile distinfo pkg-plist Added files: net/penguintv-devel/files patch-penguintv-utils.py Log: Update to 3.4. Much faster, better looking. Revision Changes Path 1.36 +1 -3 ports/net/penguintv-devel/Makefile 1.17 +3 -3 ports/net/penguintv-devel/distinfo 1.1 +10 -0 ports/net/penguintv-devel/files/patch-penguintv-utils.py (new) 1.20 +31 -29 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:05:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76C1106566B for ; Thu, 13 Mar 2008 22:05:57 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from viefep20-int.chello.at (viefep20-int.chello.at [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id E15778FC19 for ; Thu, 13 Mar 2008 22:05:56 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from [86.101.216.116] by viefep20-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20080313220555.UHCZ1222.viefep20-int.chello.at@[86.101.216.116]>; Thu, 13 Mar 2008 23:05:55 +0100 Message-ID: <47D9A540.70201@kovesdan.org> Date: Thu, 13 Mar 2008 23:05:52 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Konstantin Belousov References: <200803131645.m2DGjg0I075184@repoman.freebsd.org> In-Reply-To: <200803131645.m2DGjg0I075184@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:05:57 -0000 Konstantin Belousov escribió: > kib 2008-03-13 16:45:42 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Please, welcome Roman Divacky as src commiter. He successfully finished > two Google Summers of Code (2006 and 2007) working on linuxolator. > Also Roman submitted a lot of kernel code cleanup patches. > > Finally! :) Welcome! Gábor Kövesdán From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:22:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66C6A106566B; Thu, 13 Mar 2008 22:22:47 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38F478FC12; Thu, 13 Mar 2008 22:22:47 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMMlw7030782; Thu, 13 Mar 2008 22:22:47 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMMlJF030781; Thu, 13 Mar 2008 22:22:47 GMT (envelope-from sobomax) Message-Id: <200803132222.m2DMMlJF030781@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 13 Mar 2008 22:22:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk Makefile distinfo pkg-plist ports/net/asterisk/files patch-main::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:22:47 -0000 sobomax 2008-03-13 22:22:46 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo pkg-plist net/asterisk/files patch-main::Makefile Log: Update to 1.4.18. Revision Changes Path 1.94 +2 -3 ports/net/asterisk/Makefile 1.35 +6 -6 ports/net/asterisk/distinfo 1.2 +10 -7 ports/net/asterisk/files/patch-main::Makefile 1.33 +1 -1 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:30:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6DFD106567B; Thu, 13 Mar 2008 22:30:59 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB4F58FC3F; Thu, 13 Mar 2008 22:30:59 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMUwPA031158; Thu, 13 Mar 2008 22:30:58 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMUwnh031157; Thu, 13 Mar 2008 22:30:58 GMT (envelope-from leeym) Message-Id: <200803132230.m2DMUwnh031157@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 13 Mar 2008 22:30:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-GnuPG-Interface Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:31:00 -0000 leeym 2008-03-13 22:30:58 UTC FreeBSD ports repository Modified files: security/p5-GnuPG-Interface Makefile Log: - update dependency - bump PORTREVISION Pointy hat to: leeym Revision Changes Path 1.25 +3 -2 ports/security/p5-GnuPG-Interface/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:36:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FBD106566B; Thu, 13 Mar 2008 22:36:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF68A8FC1C; Thu, 13 Mar 2008 22:36:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMa2Tg031398; Thu, 13 Mar 2008 22:36:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMa2Gu031397; Thu, 13 Mar 2008 22:36:02 GMT (envelope-from edwin) Message-Id: <200803132236.m2DMa2Gu031397@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Mar 2008 22:36:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/cvsup cvs-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:36:03 -0000 edwin 2008-03-13 22:36:02 UTC FreeBSD src repository Modified files: share/examples/cvsup cvs-supfile Log: Add projects-all collection to cvs-supfile PR: misc/121680 Submitted by: "Philip M. Gollucci" Approved by: grog@ (mentor) MFC after: 1 week Revision Changes Path 1.48 +6 -0 src/share/examples/cvsup/cvs-supfile From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:42:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A0B3106566C; Thu, 13 Mar 2008 22:42:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4758B8FC1E; Thu, 13 Mar 2008 22:42:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMgdsb031656; Thu, 13 Mar 2008 22:42:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMgd9O031655; Thu, 13 Mar 2008 22:42:39 GMT (envelope-from edwin) Message-Id: <200803132242.m2DMgd9O031655@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Mar 2008 22:42:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/lire Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:42:39 -0000 edwin 2008-03-13 22:42:38 UTC FreeBSD ports repository Modified files: sysutils/lire Makefile distinfo pkg-plist Log: Upgrade to Lire 2.0.3 This release includes 3 patches, contributed by our users: - Bug fixes: * Various fixes in merging and generating PDF reports. Thanks to Stefan Schuermans for the patches. * Fix in lire's behaviour when Report Jobs are incorrectly named. Thanks to Konstantinos Koukopoulos for the patches. - New DLF converter contribued by Lire's users: * FortigateDlfConverter: converts FortiGate 3.x packet log to firewall DLF format. Thanks to Jean Benoit Marzio for this contribution. Revision Changes Path 1.43 +2 -2 ports/sysutils/lire/Makefile 1.8 +3 -3 ports/sysutils/lire/distinfo 1.11 +8 -0 ports/sysutils/lire/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:43:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2A51065672; Thu, 13 Mar 2008 22:43:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA1B88FC2A; Thu, 13 Mar 2008 22:43:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMh5Er031748; Thu, 13 Mar 2008 22:43:05 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMh5lZ031747; Thu, 13 Mar 2008 22:43:05 GMT (envelope-from gahr) Message-Id: <200803132243.m2DMh5lZ031747@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 22:43:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/geoserver Makefile distinfo pkg-descr pkg-message pkg-plist ports/graphics/geoserver/files geoserver.sh.in patch-bin_shutdown.sh patch-bin_startup.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:43:05 -0000 gahr 2008-03-13 22:43:04 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/geoserver Makefile distinfo pkg-descr pkg-message pkg-plist graphics/geoserver/files geoserver.sh.in patch-bin_shutdown.sh patch-bin_startup.sh Log: GeoServer is a GIS server. It is open source and it allows users to view and edit geographic data. GeoServer is a fully functional WFS-T and WMS server that follows the OGC specifications. GeoServer is a tool you can display maps on web pages, where the user can zoom and pan around. And it is used in conjunction with clients such as OpenLayers, Google Earth, UDig, GVSig and others. WWW: http://docs.codehaus.org/display/GEOS/Home PR: 121586 Submitted by: Wen heping Approved by: miwi (mentor) Revision Changes Path 1.1137 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/geoserver/Makefile (new) 1.1 +3 -0 ports/graphics/geoserver/distinfo (new) 1.1 +15 -0 ports/graphics/geoserver/files/geoserver.sh.in (new) 1.1 +29 -0 ports/graphics/geoserver/files/patch-bin_shutdown.sh (new) 1.1 +29 -0 ports/graphics/geoserver/files/patch-bin_startup.sh (new) 1.1 +10 -0 ports/graphics/geoserver/pkg-descr (new) 1.1 +17 -0 ports/graphics/geoserver/pkg-message (new) 1.1 +938 -0 ports/graphics/geoserver/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:43:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701A61065676; Thu, 13 Mar 2008 22:43:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43E358FC24; Thu, 13 Mar 2008 22:43:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMhVjA031795; Thu, 13 Mar 2008 22:43:31 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMhVcO031794; Thu, 13 Mar 2008 22:43:31 GMT (envelope-from gahr) Message-Id: <200803132243.m2DMhVcO031794@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 22:43:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:43:31 -0000 gahr 2008-03-13 22:43:31 UTC FreeBSD ports repository Modified files: . modules Log: geoserver --> ports/graphics/geoserver Revision Changes Path 1.19497 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:58:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35060106566C; Thu, 13 Mar 2008 22:58:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 076008FC13; Thu, 13 Mar 2008 22:58:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMw1Md032304; Thu, 13 Mar 2008 22:58:01 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMw1FL032303; Thu, 13 Mar 2008 22:58:01 GMT (envelope-from gahr) Message-Id: <200803132258.m2DMw1FL032303@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 22:58:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 22:58:02 -0000 gahr 2008-03-13 22:58:01 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Wen Heping to the list of additional contributors for having contributed the graphics/geoserver port. Approved by: miwi (mentor) Revision Changes Path 1.779 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 13 23:11:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D56AA1065671; Thu, 13 Mar 2008 23:11:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C21068FC25; Thu, 13 Mar 2008 23:11:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DNBWTJ034017; Thu, 13 Mar 2008 23:11:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DNBWF7034016; Thu, 13 Mar 2008 23:11:32 GMT (envelope-from beech) Message-Id: <200803132311.m2DNBWF7034016@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 13 Mar 2008 23:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skype Makefile distinfo pkg-descr pkg-plist ports/net/skype/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 23:11:33 -0000 beech 2008-03-13 23:11:32 UTC FreeBSD ports repository Modified files: net/skype Makefile distinfo pkg-descr pkg-plist Added files: net/skype/files pkg-message.in Log: - Update to 1.4.0.118 - Note: This update at the request of vendor as v1.2.0.18 is deprecated and no longer available. - Also Note: This version is known to work with amd64, but requires linux_dri which is currently marked ONLY_FOR_ARCHS= i386 Revision Changes Path 1.38 +26 -19 ports/net/skype/Makefile 1.19 +3 -3 ports/net/skype/distinfo 1.1 +10 -0 ports/net/skype/files/pkg-message.in (new) 1.2 +1 -1 ports/net/skype/pkg-descr 1.10 +43 -31 ports/net/skype/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 13 23:21:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2514E1065673; Thu, 13 Mar 2008 23:21:27 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id DBC048FC27; Thu, 13 Mar 2008 23:21:26 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.2/8.14.2) with ESMTP id m2DN2ik1064978; Thu, 13 Mar 2008 18:02:44 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Thu, 13 Mar 2008 18:02:44 -0500 (CDT) From: "Sean C. Farley" To: "David E. O'Brien" In-Reply-To: <200803131852.m2DIqkw3095857@repoman.freebsd.org> Message-ID: References: <200803131852.m2DIqkw3095857@repoman.freebsd.org> User-Agent: Alpine 1.00 (BSF 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.farley.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/editing freebsd.vim X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 23:21:27 -0000 On Thu, 13 Mar 2008, David E. O'Brien wrote: > obrien 2008-03-13 18:52:46 UTC > > FreeBSD src repository > > Added files: > tools/tools/editing freebsd.vim > Log: > Vim function to style(9). > Issue ':call FreeBSD_Style()' while editing a file. > > Submitted by: scf > > Revision Changes Path > 1.1 +68 -0 src/tools/tools/editing/freebsd.vim (new) Should this file (and the Emacs file? Nah! :)) be documented somewhere (maybe the committer's guide or style(9)) to make it easier to find? Sean -- scf@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Mar 13 23:51:16 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA2FA1065673; Thu, 13 Mar 2008 23:51:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3438FC1C; Thu, 13 Mar 2008 23:51:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.14.2/8.14.2) with ESMTP id m2DNoSGM084153; Thu, 13 Mar 2008 16:50:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.2/8.14.2/Submit) id m2DNoSlx084152; Thu, 13 Mar 2008 16:50:28 -0700 (PDT) (envelope-from sgk) Date: Thu, 13 Mar 2008 16:50:28 -0700 From: Steve Kargl To: "Sean C. Farley" Message-ID: <20080313235028.GA84074@troutmask.apl.washington.edu> References: <200803131852.m2DIqkw3095857@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" Subject: Re: cvs commit: src/tools/tools/editing freebsd.vim X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 23:51:17 -0000 On Thu, Mar 13, 2008 at 06:02:44PM -0500, Sean C. Farley wrote: > On Thu, 13 Mar 2008, David E. O'Brien wrote: > > >obrien 2008-03-13 18:52:46 UTC > > > > FreeBSD src repository > > > > Added files: > > tools/tools/editing freebsd.vim > > Log: > > Vim function to style(9). > > Issue ':call FreeBSD_Style()' while editing a file. > > > > Submitted by: scf > > > > Revision Changes Path > > 1.1 +68 -0 src/tools/tools/editing/freebsd.vim (new) > > Should this file (and the Emacs file? Nah! :)) be documented somewhere > (maybe the committer's guide or style(9)) to make it easier to find? > IMHO. It does not belong in style(9) unless you are prepared to add this info for all other editors that may eventual have a similar macro. It should also be noted that the items in src/tools/\ tools/editing are not installed by a "make installworld", so if you don't have /usr/src, you don't have these available. I vote committers or developer's guide. -- Steve From owner-cvs-all@FreeBSD.ORG Fri Mar 14 00:32:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28C501065670; Fri, 14 Mar 2008 00:32:06 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 05C1C8FC1A; Fri, 14 Mar 2008 00:32:05 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m2E0W5U0094085; Thu, 13 Mar 2008 17:32:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m2E0W5Vg094084; Thu, 13 Mar 2008 17:32:05 -0700 (PDT) (envelope-from obrien) Date: Thu, 13 Mar 2008 17:32:05 -0700 From: "David O'Brien" To: "Sean C. Farley" Message-ID: <20080314003205.GA94057@dragon.NUXI.org> References: <200803131852.m2DIqkw3095857@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/editing freebsd.vim X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 00:32:06 -0000 On Thu, Mar 13, 2008 at 06:02:44PM -0500, Sean C. Farley wrote: >> Vim function to style(9). >> Issue ':call FreeBSD_Style()' while editing a file. > > Should this file (and the Emacs file? Nah! :)) be documented somewhere > (maybe the committer's guide or style(9)) to make it easier to find? Sounds like a good idea - but I thin maybe something wider than committers guide. Maybe the Developer's Handbook - given the dot files are public and available to all Handbook readers. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 00:56:50 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 523EA1065675 for ; Fri, 14 Mar 2008 00:56:50 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC5A8FC17 for ; Fri, 14 Mar 2008 00:56:49 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA03.westchester.pa.mail.comcast.net with comcast id 0j0s1Z00617dt5G530bW00; Fri, 14 Mar 2008 00:55:53 +0000 Received: from discordia ([24.61.189.203]) by OMTA13.westchester.pa.mail.comcast.net with comcast id 0owm1Z0034PktZC3Z00000; Fri, 14 Mar 2008 00:56:46 +0000 X-Authority-Analysis: v=1.0 c=1 a=hqFkFEcCLQ8A:10 a=c5sTgUsrrxMA:10 a=6I5d2MoRAAAA:8 a=ogKEQVufbfwcF_oXuqEA:9 a=4avaEX3Zq_TvkuWMvj0A:7 a=marSeebz1WflUbdKR-7REaXNf3AA:4 a=Dqp-bWOt5EsA:10 Received: by discordia (Postfix, from userid 103) id 370471636F9; Thu, 13 Mar 2008 20:56:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 164EF1636F8; Thu, 13 Mar 2008 20:56:31 -0400 (EDT) Message-ID: <47D9CC76.9020000@FreeBSD.org> Date: Thu, 13 Mar 2008 20:53:10 -0400 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Robert Watson References: <200803132015.m2DKFndQ008412@repoman.freebsd.org> <20080313215520.X83983@fledge.watson.org> In-Reply-To: <20080313215520.X83983@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@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, 14 Mar 2008 00:56:50 -0000 Robert Watson wrote: > > On Thu, 13 Mar 2008, Coleman Kane wrote: > >> cokane 2008-03-13 20:15:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/ufs/ffs ffs_softdep.c >> Log: >> Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE >> callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous >> items on the http://wiki.freebsd.org/SMPTODO list. >> >> Reviewed by: imp, obrien, jhb >> MFC after: 1 week > > I might give this one a month to MFC rather than a week -- it can take > a while for bugs in this sort of thing to get diagnosed, especially > with lots of other changes in the tree at the same time relating to > schedulers, etc. > > Robert N M Watson > Computer Laboratory > University of Cambridge > Thanks, that's a good idea. I'll hold onto it for a month before it goes into RELENG_7. -- Coleman From owner-cvs-all@FreeBSD.ORG Fri Mar 14 02:29:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B208D1065671; Fri, 14 Mar 2008 02:29:10 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 851F28FC19; Fri, 14 Mar 2008 02:29:10 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E2TAtx074092; Fri, 14 Mar 2008 02:29:10 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E2TA7r074091; Fri, 14 Mar 2008 02:29:10 GMT (envelope-from rafan) Message-Id: <200803140229.m2E2TA7r074091@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 14 Mar 2008 02:29:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/p5-Encode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 02:29:10 -0000 rafan 2008-03-14 02:29:10 UTC FreeBSD ports repository Modified files: converters/p5-Encode Makefile distinfo Log: - Update to 2.24 Revision Changes Path 1.17 +1 -1 ports/converters/p5-Encode/Makefile 1.12 +3 -3 ports/converters/p5-Encode/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 02:29:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9960106567A; Fri, 14 Mar 2008 02:29:17 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9378FC20; Fri, 14 Mar 2008 02:29:17 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E2THj5074121; Fri, 14 Mar 2008 02:29:17 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E2TH0T074120; Fri, 14 Mar 2008 02:29:17 GMT (envelope-from lippe) Message-Id: <200803140229.m2E2TH0T074120@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Fri, 14 Mar 2008 02:29:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/srecord Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 02:29:17 -0000 lippe 2008-03-14 02:29:17 UTC FreeBSD ports repository Modified files: devel/srecord Makefile distinfo Log: - Updated to 1.39. PR: ports/120852 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.3 +7 -3 ports/devel/srecord/Makefile 1.3 +3 -3 ports/devel/srecord/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 02:33:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F29E106566C; Fri, 14 Mar 2008 02:33:37 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41A768FC12; Fri, 14 Mar 2008 02:33:37 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E2XaY8074317; Fri, 14 Mar 2008 02:33:36 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E2Xafh074316; Fri, 14 Mar 2008 02:33:36 GMT (envelope-from lippe) Message-Id: <200803140233.m2E2Xafh074316@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Fri, 14 Mar 2008 02:33:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/wackamole Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 02:33:37 -0000 lippe 2008-03-14 02:33:36 UTC FreeBSD ports repository Modified files: net/wackamole Makefile distinfo Log: - Update to 2.1.4. PR: ports/120854 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Revision Changes Path 1.2 +1 -1 ports/net/wackamole/Makefile 1.2 +3 -3 ports/net/wackamole/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 02:36:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A36EF1065674; Fri, 14 Mar 2008 02:36:40 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA4B8FC23; Fri, 14 Mar 2008 02:36:40 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E2aemp074457; Fri, 14 Mar 2008 02:36:40 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E2aeQu074456; Fri, 14 Mar 2008 02:36:40 GMT (envelope-from lippe) Message-Id: <200803140236.m2E2aeQu074456@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Fri, 14 Mar 2008 02:36:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-View-Email Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 02:36:41 -0000 lippe 2008-03-14 02:36:40 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-View-Email Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.10. - Better adjustment of dependencies. PR: ports/121009 Submitted by: lippe (myself) Approved by: gabor (mentor), Tomoyuki Sakurai (maintainer) Revision Changes Path 1.2 +22 -21 ports/www/p5-Catalyst-View-Email/Makefile 1.2 +3 -3 ports/www/p5-Catalyst-View-Email/distinfo 1.2 +1 -2 ports/www/p5-Catalyst-View-Email/pkg-descr 1.2 +7 -1 ports/www/p5-Catalyst-View-Email/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 02:57:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 283D21065675; Fri, 14 Mar 2008 02:57:47 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF1F68FC19; Fri, 14 Mar 2008 02:57:46 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E2vkQe075096; Fri, 14 Mar 2008 02:57:46 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E2vkiu075095; Fri, 14 Mar 2008 02:57:46 GMT (envelope-from gibbs) Message-Id: <200803140257.m2E2vkiu075095@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 14 Mar 2008 02:57:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 02:57:47 -0000 gibbs 2008-03-14 02:57:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/cpufreq est.c Log: MFC: In est_acpi_info(), initialize count before passing its pointer to CPUFREQ_DRV_SETTINGS(). Revision Changes Path 1.11.2.2 +1 -0 src/sys/i386/cpufreq/est.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 03:44:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BA69106566B; Fri, 14 Mar 2008 03:44:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 080F18FC1C; Fri, 14 Mar 2008 03:44:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E3ih4p078123; Fri, 14 Mar 2008 03:44:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E3ihbA078122; Fri, 14 Mar 2008 03:44:43 GMT (envelope-from jhb) Message-Id: <200803140344.m2E3ihbA078122@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Mar 2008 03:44:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 03:44:44 -0000 jhb 2008-03-14 03:44:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/i386/i386 intr_machdep.c Log: Fix a silly bogon which prevented all the CPUs that are tagged as interrupt receivers from being given interrupts if any CPUs in the system were not tagged as interrupt receivers that I introduced when switching the x86 interrupt code to track CPUs via FreeBSD CPU IDs rather than local APIC IDs. In practice this only affects systems with Hyperthreading (though disabling HTT in the BIOS would workaround the issue) as that is the only case currently where one can have CPUs that aren't tagged as interrupt receivers. On a Dell SC1425 test box with 2 x Xeon w/ HTT (so 4 logical CPUs of which 2 were interrupt receivers) the result was that all device interrupts were sent to CPU 0. MFC after: 1 week Pointy hat to: jhb Revision Changes Path 1.36 +4 -4 src/sys/amd64/amd64/intr_machdep.c 1.31 +4 -4 src/sys/i386/i386/intr_machdep.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 05:23:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95DAC106566B; Fri, 14 Mar 2008 05:23:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 695138FC1C; Fri, 14 Mar 2008 05:23:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E5NWaH096676; Fri, 14 Mar 2008 05:23:32 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E5NWTg096675; Fri, 14 Mar 2008 05:23:32 GMT (envelope-from danfe) Message-Id: <200803140523.m2E5NWTg096675@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 14 Mar 2008 05:23:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/tea Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 05:23:32 -0000 danfe 2008-03-14 05:23:32 UTC FreeBSD ports repository Modified files: editors/tea Makefile distinfo pkg-plist Log: - Update to version 17.6.0 - Correctly record dependencies as they are autodetected by configure script without corresponding --disable-foo options Revision Changes Path 1.41 +8 -3 ports/editors/tea/Makefile 1.29 +3 -3 ports/editors/tea/distinfo 1.22 +74 -74 ports/editors/tea/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 06:16:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269D91065670; Fri, 14 Mar 2008 06:16:19 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0420B8FC1D; Fri, 14 Mar 2008 06:16:19 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E6GINW099523; Fri, 14 Mar 2008 06:16:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E6GIHw099522; Fri, 14 Mar 2008 06:16:18 GMT (envelope-from jkoshy) Message-Id: <200803140616.m2E6GIHw099522@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 14 Mar 2008 06:16:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc pmc_events.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 06:16:19 -0000 jkoshy 2008-03-14 06:16:18 UTC FreeBSD src repository Modified files: sys/dev/hwpmc pmc_events.h Log: Correct a typo. Revision Changes Path 1.2 +6 -2 src/sys/dev/hwpmc/pmc_events.h From owner-cvs-all@FreeBSD.ORG Fri Mar 14 06:22:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 500F61065671; Fri, 14 Mar 2008 06:22:07 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDDC8FC16; Fri, 14 Mar 2008 06:22:07 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E6M7ge099737; Fri, 14 Mar 2008 06:22:07 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E6M6iG099727; Fri, 14 Mar 2008 06:22:06 GMT (envelope-from jkoshy) Message-Id: <200803140622.m2E6M6iG099727@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 14 Mar 2008 06:22:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 06:22:07 -0000 jkoshy 2008-03-14 06:22:03 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: - Document Pentium and Pentium MMX events. - Update (c) years and the manual page's date. Revision Changes Path 1.17 +338 -2 src/lib/libpmc/pmc.3 From owner-cvs-all@FreeBSD.ORG Fri Mar 14 06:32:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457CD106566C; Fri, 14 Mar 2008 06:32:01 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 263D38FC12; Fri, 14 Mar 2008 06:32:01 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E6W1re000376; Fri, 14 Mar 2008 06:32:01 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E6W02U000375; Fri, 14 Mar 2008 06:32:00 GMT (envelope-from beech) Message-Id: <200803140632.m2E6W02U000375@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 14 Mar 2008 06:32:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skype/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 06:32:01 -0000 beech 2008-03-14 06:32:00 UTC FreeBSD ports repository Modified files: net/skype/files pkg-message.in Log: - Fix typo Revision Changes Path 1.2 +1 -1 ports/net/skype/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Fri Mar 14 06:45:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCB61065675; Fri, 14 Mar 2008 06:45:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 578398FC2D; Fri, 14 Mar 2008 06:45:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E6jubR001080; Fri, 14 Mar 2008 06:45:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E6juhk001079; Fri, 14 Mar 2008 06:45:56 GMT (envelope-from rafan) Message-Id: <200803140645.m2E6juhk001079@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 14 Mar 2008 06:45:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ggz-client-libs Makefile distinfo pkg-plist ports/games/ggz-gtk-client Makefile distinfo pkg-plist ports/games/ggz-gtk-games Makefile distinfo ports/games/ggz-kde-client Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 06:45:56 -0000 rafan 2008-03-14 06:45:55 UTC FreeBSD ports repository Modified files: games/ggz-client-libs Makefile distinfo pkg-plist games/ggz-gtk-client Makefile distinfo pkg-plist games/ggz-gtk-games Makefile distinfo games/ggz-kde-client Makefile distinfo games/ggz-sdl-games Makefile distinfo games/ggz-txt-client Makefile distinfo games/libggz bsd.ggz.mk distinfo Log: - Update to 0.0.14.1 PR: ports/121493 Submitted by: Jens Rehsack Approved by: Ying-Chieh Chen (maintainer) Revision Changes Path 1.20 +0 -1 ports/games/ggz-client-libs/Makefile 1.11 +3 -3 ports/games/ggz-client-libs/distinfo 1.12 +38 -0 ports/games/ggz-client-libs/pkg-plist 1.8 +0 -1 ports/games/ggz-gtk-client/Makefile 1.5 +3 -3 ports/games/ggz-gtk-client/distinfo 1.5 +67 -0 ports/games/ggz-gtk-client/pkg-plist 1.7 +0 -1 ports/games/ggz-gtk-games/Makefile 1.4 +3 -3 ports/games/ggz-gtk-games/distinfo 1.8 +0 -1 ports/games/ggz-kde-client/Makefile 1.4 +3 -3 ports/games/ggz-kde-client/distinfo 1.9 +0 -1 ports/games/ggz-sdl-games/Makefile 1.4 +3 -3 ports/games/ggz-sdl-games/distinfo 1.17 +0 -1 ports/games/ggz-txt-client/Makefile 1.11 +3 -3 ports/games/ggz-txt-client/distinfo 1.2 +2 -2 ports/games/libggz/bsd.ggz.mk 1.11 +3 -3 ports/games/libggz/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 07:02:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6A41065671; Fri, 14 Mar 2008 07:02:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0144C8FC18; Fri, 14 Mar 2008 07:02:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E727dM001610; Fri, 14 Mar 2008 07:02:07 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E7278X001609; Fri, 14 Mar 2008 07:02:07 GMT (envelope-from beech) Message-Id: <200803140702.m2E7278X001609@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 14 Mar 2008 07:02:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skype Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 07:02:08 -0000 beech 2008-03-14 07:02:07 UTC FreeBSD ports repository Modified files: net/skype Makefile Log: - Mark broken, vendor re-rolled wrong distfile. Revision Changes Path 1.39 +2 -0 ports/net/skype/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 08:45:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1573A1065672; Fri, 14 Mar 2008 08:45:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 090F88FC21; Fri, 14 Mar 2008 08:45:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E8jRPn008037; Fri, 14 Mar 2008 08:45:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E8jRK0008036; Fri, 14 Mar 2008 08:45:27 GMT (envelope-from miwi) Message-Id: <200803140845.m2E8jRK0008036@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 08:45:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/wine-doors Makefile distinfo pkg-plist ports/emulators/wine-doors/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 08:45:28 -0000 miwi 2008-03-14 08:45:27 UTC FreeBSD ports repository Modified files: emulators/wine-doors Makefile distinfo pkg-plist emulators/wine-doors/files patch-setup.py Log: - Update to 0.1.2 PR: 121082 Submitted by: Conor McDermottroe (maintainer) Revision Changes Path 1.2 +3 -4 ports/emulators/wine-doors/Makefile 1.2 +3 -3 ports/emulators/wine-doors/distinfo 1.2 +37 -33 ports/emulators/wine-doors/files/patch-setup.py 1.2 +11 -52 ports/emulators/wine-doors/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 09:00:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C06611065670; Fri, 14 Mar 2008 09:00:04 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B05168FC1B; Fri, 14 Mar 2008 09:00:04 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E9041J017485; Fri, 14 Mar 2008 09:00:04 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E904W1017484; Fri, 14 Mar 2008 09:00:04 GMT (envelope-from nyan) Message-Id: <200803140900.m2E904W1017484@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 14 Mar 2008 09:00:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/include nexusvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 09:00:05 -0000 nyan 2008-03-14 09:00:04 UTC FreeBSD src repository Added files: sys/pc98/include nexusvar.h Log: Add stub for pc98. Revision Changes Path 1.1 +6 -0 src/sys/pc98/include/nexusvar.h (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 09:21:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A581065674; Fri, 14 Mar 2008 09:21:02 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A43D8FC25; Fri, 14 Mar 2008 09:21:02 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E9L2uj019380; Fri, 14 Mar 2008 09:21:02 GMT (envelope-from loader@repoman.freebsd.org) Received: (from loader@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E9L2FW019379; Fri, 14 Mar 2008 09:21:02 GMT (envelope-from loader) Message-Id: <200803140921.m2E9L2FW019379@repoman.freebsd.org> From: Fukang Chen Date: Fri, 14 Mar 2008 09:21:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 09:21:02 -0000 loader 2008-03-14 09:21:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: s/FMWare/VMWare/ Revision Changes Path 1.16 +1 -1 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 09:41:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 016701065671; Fri, 14 Mar 2008 09:41:47 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF6078FC20; Fri, 14 Mar 2008 09:41:46 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2E9fkGp020564; Fri, 14 Mar 2008 09:41:46 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2E9fktM020563; Fri, 14 Mar 2008 09:41:46 GMT (envelope-from piso) Message-Id: <200803140941.m2E9fktM020563@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 14 Mar 2008 09:41:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 09:41:47 -0000 piso 2008-03-14 09:41:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ipfw ipfw2.c Log: Fix showing nat rules. Bug spotted by: Gael Roualland PR: bin/121683 Revision Changes Path 1.108.2.4 +1 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 10:27:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47271106566B; Fri, 14 Mar 2008 10:27:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id B18AB8FC19; Fri, 14 Mar 2008 10:27:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m2EARtUB031181; Fri, 14 Mar 2008 11:27:55 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m2EARskR031176; Fri, 14 Mar 2008 11:27:54 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Michael Nottebrock In-Reply-To: <200803131823.m2DIN6pV093858@repoman.freebsd.org> References: <200803131823.m2DIN6pV093858@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GZ+4HB00jX6vyyVR8pkP" Date: Fri, 14 Mar 2008 11:27:54 +0100 Message-Id: <1205490474.97502.26.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/kdelibs3 pkg-plist ports/misc/kdehier pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 10:27:57 -0000 --=-GZ+4HB00jX6vyyVR8pkP Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Michael Nottebrock p=ED=B9e v =E8t 13. 03. 2008 v 18:23 +0000: > lofi 2008-03-13 18:23:06 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > x11/kdelibs3 pkg-plist=20 > misc/kdehier pkg-plist=20 > Log: > Icon-cleanup shenanigans, see > =20 > PR: ports/108364 > Suggested by: pav Thanks a lot! --=20 Pav Lucistnik EMACS: Eight Megabytes And Continually Swapping --=-GZ+4HB00jX6vyyVR8pkP Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkfaUyYACgkQntdYP8FOsoLBtACgunu4jdkexTfJyGpGiZ0eoLmm E30AoM8GE+6DFKfKUkmBKQjrvy1nn6tz =nE8o -----END PGP SIGNATURE----- --=-GZ+4HB00jX6vyyVR8pkP-- From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:04:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE551065671; Fri, 14 Mar 2008 11:04:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 714908FC1E; Fri, 14 Mar 2008 11:04:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EB4Cso037261; Fri, 14 Mar 2008 11:04:12 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EB4Cp9037260; Fri, 14 Mar 2008 11:04:12 GMT (envelope-from araujo) Message-Id: <200803141104.m2EB4Cp9037260@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 14 Mar 2008 11:04:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/elmer-eio Makefile distinfo ports/science/elmer-fem Makefile distinfo ports/science/elmer-hutiter Makefile distinfo ports/science/elmer-matc Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:04:12 -0000 araujo 2008-03-14 11:04:10 UTC FreeBSD ports repository Modified files: science/elmer-eio Makefile distinfo science/elmer-fem Makefile distinfo science/elmer-hutiter Makefile distinfo science/elmer-matc Makefile distinfo science/elmer-meshgen2d Makefile distinfo math/elmer-umfpack Makefile distinfo science/elmerfront Makefile distinfo science/elmergrid Makefile distinfo science/elmerpost Makefile distinfo Log: - Update MASTER_SITES. - Project was migrated for SF. - Files as repacked. - BUMP PORTREVISION. Reported by: Pedro Revision Changes Path 1.14 +2 -2 ports/math/elmer-umfpack/Makefile 1.3 +3 -3 ports/math/elmer-umfpack/distinfo 1.16 +2 -1 ports/science/elmer-eio/Makefile 1.6 +3 -3 ports/science/elmer-eio/distinfo 1.20 +2 -1 ports/science/elmer-fem/Makefile 1.6 +3 -3 ports/science/elmer-fem/distinfo 1.17 +2 -1 ports/science/elmer-hutiter/Makefile 1.6 +3 -3 ports/science/elmer-hutiter/distinfo 1.13 +2 -1 ports/science/elmer-matc/Makefile 1.5 +3 -3 ports/science/elmer-matc/distinfo 1.8 +2 -2 ports/science/elmer-meshgen2d/Makefile 1.3 +3 -3 ports/science/elmer-meshgen2d/distinfo 1.12 +2 -1 ports/science/elmerfront/Makefile 1.4 +3 -3 ports/science/elmerfront/distinfo 1.13 +2 -2 ports/science/elmergrid/Makefile 1.8 +3 -3 ports/science/elmergrid/distinfo 1.15 +2 -2 ports/science/elmerpost/Makefile 1.5 +3 -3 ports/science/elmerpost/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:09:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82D7106566B; Fri, 14 Mar 2008 11:09:12 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B520B8FC21; Fri, 14 Mar 2008 11:09:12 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EB9Bb3037871; Fri, 14 Mar 2008 11:09:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EB9BiB037870; Fri, 14 Mar 2008 11:09:11 GMT (envelope-from bz) Message-Id: <200803141109.m2EB9BiB037870@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 14 Mar 2008 11:09:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:09:12 -0000 bz 2008-03-14 11:09:11 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: Replace the function name in two identical printfs by __func__, __LINE__ so we can distinguish them when people report a problem. PR: 121373 MFC after: 5 days Revision Changes Path 1.115 +4 -2 src/sys/netinet6/ip6_output.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:15:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39162106566B; Fri, 14 Mar 2008 11:15:48 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 345048FC28; Fri, 14 Mar 2008 11:15:48 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EBFmIX041218; Fri, 14 Mar 2008 11:15:48 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EBFmM8041217; Fri, 14 Mar 2008 11:15:48 GMT (envelope-from rdivacky) Message-Id: <200803141115.m2EBFmM8041217@repoman.freebsd.org> From: Roman Divacky Date: Fri, 14 Mar 2008 11:15:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:15:48 -0000 rdivacky 2008-03-14 11:15:47 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Remove myself from additional contributors and put myself to commiters. Approved by: kib (mentor) Revision Changes Path 1.780 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.223 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:39:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD88106566B; Fri, 14 Mar 2008 11:39:03 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CE988FC18; Fri, 14 Mar 2008 11:39:03 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EBd204041893; Fri, 14 Mar 2008 11:39:02 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EBd2Ug041892; Fri, 14 Mar 2008 11:39:02 GMT (envelope-from rdivacky) Message-Id: <200803141139.m2EBd2Ug041892@repoman.freebsd.org> From: Roman Divacky Date: Fri, 14 Mar 2008 11:39:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:39:03 -0000 rdivacky 2008-03-14 11:39:02 UTC FreeBSD doc repository (src committer) Modified files: share/sgml news.xml Log: - Add myself as new commiter on front page news of FreeBSD.org Approved by: kib (mentor) Revision Changes Path 1.153 +9 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:44:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF047106567A; Fri, 14 Mar 2008 11:44:30 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF518FC1F; Fri, 14 Mar 2008 11:44:30 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EBiUTo042093; Fri, 14 Mar 2008 11:44:30 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EBiU6O042092; Fri, 14 Mar 2008 11:44:30 GMT (envelope-from bz) Message-Id: <200803141144.m2EBiU6O042092@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 14 Mar 2008 11:44:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ip6_ipsec.c ip6_ipsec.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:44:30 -0000 bz 2008-03-14 11:44:30 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_ipsec.c ip6_ipsec.h Log: #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu(). No need to compile 'dead' code. I am leaving it in because we will have to review the concept and should use the common function in various places. MFC after: 5 days Revision Changes Path 1.8 +5 -5 src/sys/netinet6/ip6_ipsec.c 1.4 +3 -1 src/sys/netinet6/ip6_ipsec.h From owner-cvs-all@FreeBSD.ORG Fri Mar 14 11:55:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 865FD1065671; Fri, 14 Mar 2008 11:55:05 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 718378FC13; Fri, 14 Mar 2008 11:55:05 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EBt5Ps042528; Fri, 14 Mar 2008 11:55:05 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EBt5aB042527; Fri, 14 Mar 2008 11:55:05 GMT (envelope-from bz) Message-Id: <200803141155.m2EBt5aB042527@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 14 Mar 2008 11:55:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ip6_ipsec.c ip6_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 11:55:06 -0000 bz 2008-03-14 11:55:05 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_ipsec.c ip6_output.c Log: Correct reference counting on the SP for outgoing IPv6 IPsec connections. PR: 121374 Reported by: Cyrus Rahman (crahman gmail.com) Tested by: Cyrus Rahman (crahman gmail.com) MFC after: 5 days Revision Changes Path 1.9 +1 -7 src/sys/netinet6/ip6_ipsec.c 1.116 +4 -0 src/sys/netinet6/ip6_output.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 12:12:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37F541065675; Fri, 14 Mar 2008 12:12:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EC418FC23; Fri, 14 Mar 2008 12:12:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ECCXY4045072; Fri, 14 Mar 2008 12:12:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ECCXXY045071; Fri, 14 Mar 2008 12:12:33 GMT (envelope-from pav) Message-Id: <200803141212.m2ECCXXY045071@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 12:12:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/bodr Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 12:12:34 -0000 pav 2008-03-14 12:12:33 UTC FreeBSD ports repository Modified files: science/bodr Makefile distinfo pkg-descr pkg-plist Log: - Update to 8 Revision Changes Path 1.2 +1 -1 ports/science/bodr/Makefile 1.2 +3 -3 ports/science/bodr/distinfo 1.2 +1 -1 ports/science/bodr/pkg-descr 1.2 +5 -3 ports/science/bodr/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 12:13:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B979F1065675; Fri, 14 Mar 2008 12:13:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A09A58FC24; Fri, 14 Mar 2008 12:13:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ECD5DZ045124; Fri, 14 Mar 2008 12:13:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ECD5mH045123; Fri, 14 Mar 2008 12:13:05 GMT (envelope-from pav) Message-Id: <200803141213.m2ECD5mH045123@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 12:13:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/gchempaint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 12:13:05 -0000 pav 2008-03-14 12:13:05 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile distinfo Log: - Update to 0.8.7 Revision Changes Path 1.61 +1 -1 ports/science/gchempaint/Makefile 1.38 +3 -3 ports/science/gchempaint/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 13:13:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046CA1065670; Fri, 14 Mar 2008 13:13:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA1F68FC16; Fri, 14 Mar 2008 13:13:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EDDcvA058639; Fri, 14 Mar 2008 13:13:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EDDc1l058638; Fri, 14 Mar 2008 13:13:38 GMT (envelope-from rwatson) Message-Id: <200803141313.m2EDDc1l058638@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 13:13:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile stack.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 13:13:39 -0000 rwatson 2008-03-14 13:13:37 UTC FreeBSD src repository Modified files: share/man/man9 Makefile stack.9 Log: Add stack_print_ddb() to the synposis of stack(9), add mlink for it; fix stack_print(9) mlink. Spotted by: attilio Revision Changes Path 1.332 +2 -1 src/share/man/man9/Makefile 1.6 +2 -0 src/share/man/man9/stack.9 From owner-cvs-all@FreeBSD.ORG Fri Mar 14 13:37:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1838C106566B; Fri, 14 Mar 2008 13:37:07 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED9768FC1E; Fri, 14 Mar 2008 13:37:06 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EDb6OP059373; Fri, 14 Mar 2008 13:37:06 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EDb69f059372; Fri, 14 Mar 2008 13:37:06 GMT (envelope-from dryice) Message-Id: <200803141337.m2EDb69f059372@repoman.freebsd.org> From: Dryice Dong Liu Date: Fri, 14 Mar 2008 13:37:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-sqlobject Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 13:37:07 -0000 dryice 2008-03-14 13:37:06 UTC FreeBSD ports repository Modified files: databases/py-sqlobject Makefile distinfo pkg-plist Log: update to 0.10.0 Revision Changes Path 1.22 +1 -1 ports/databases/py-sqlobject/Makefile 1.17 +3 -3 ports/databases/py-sqlobject/distinfo 1.10 +3 -3 ports/databases/py-sqlobject/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 13:56:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CCD51065673; Fri, 14 Mar 2008 13:56:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB6A8FC22; Fri, 14 Mar 2008 13:56:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EDuMFT059958; Fri, 14 Mar 2008 13:56:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EDuMIs059957; Fri, 14 Mar 2008 13:56:22 GMT (envelope-from pav) Message-Id: <200803141356.m2EDuMIs059957@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 13:56:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/bygfoot Makefile distinfo pkg-plist ports/games/bygfoot/files patch-po-Makefile.in.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 13:56:22 -0000 pav 2008-03-14 13:56:22 UTC FreeBSD ports repository Modified files: games/bygfoot Makefile distinfo pkg-plist games/bygfoot/files patch-po-Makefile.in.in Log: - Update to 2.2.1 Revision Changes Path 1.23 +1 -1 ports/games/bygfoot/Makefile 1.20 +3 -3 ports/games/bygfoot/distinfo 1.2 +8 -9 ports/games/bygfoot/files/patch-po-Makefile.in.in 1.14 +66 -13 ports/games/bygfoot/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:30:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC94B106566C; Fri, 14 Mar 2008 14:30:16 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0E578FC14; Fri, 14 Mar 2008 14:30:16 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEUGR3066921; Fri, 14 Mar 2008 14:30:16 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEUGhd066920; Fri, 14 Mar 2008 14:30:16 GMT (envelope-from jadawin) Message-Id: <200803141430.m2EEUGhd066920@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Mar 2008 14:30:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-uuagc distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:30:17 -0000 jadawin 2008-03-14 14:30:16 UTC FreeBSD ports repository Modified files: devel/hs-uuagc distinfo Log: - Tarball reroll to correct documentation typo Approved: tabthorpe (mentor) Revision Changes Path 1.2 +3 -3 ports/devel/hs-uuagc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:33:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEBAF106566B; Fri, 14 Mar 2008 14:33:34 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A33C68FC18; Fri, 14 Mar 2008 14:33:34 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEXYxw067050; Fri, 14 Mar 2008 14:33:34 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEXYXl067049; Fri, 14 Mar 2008 14:33:34 GMT (envelope-from jadawin) Message-Id: <200803141433.m2EEXYXl067049@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Mar 2008 14:33:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-uulib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:33:34 -0000 jadawin 2008-03-14 14:33:34 UTC FreeBSD ports repository Modified files: devel/hs-uulib Makefile Log: - Remove file package.conf.old Approved by: tabthorpe (mentor) Revision Changes Path 1.2 +3 -0 ports/devel/hs-uulib/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:46:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52361106566C; Fri, 14 Mar 2008 14:46:43 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 378C28FC13; Fri, 14 Mar 2008 14:46:43 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEkhKi067485; Fri, 14 Mar 2008 14:46:43 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEkhG0067481; Fri, 14 Mar 2008 14:46:43 GMT (envelope-from jadawin) Message-Id: <200803141446.m2EEkhG0067481@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Mar 2008 14:46:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-uulib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:46:43 -0000 jadawin 2008-03-14 14:46:42 UTC FreeBSD ports repository Modified files: devel/hs-uulib Makefile Log: - Force commit to document PR and Submitter info PR: ports/121639 Submitted by: Jacula Modyun (maintainer) Approved by: tabthorpe via irc (mentor) Revision Changes Path 1.3 +0 -0 ports/devel/hs-uulib/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:46:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CDB10656D2; Fri, 14 Mar 2008 14:46:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40A188FC16; Fri, 14 Mar 2008 14:46:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEkidC067516; Fri, 14 Mar 2008 14:46:44 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEkixq067515; Fri, 14 Mar 2008 14:46:44 GMT (envelope-from gahr) Message-Id: <200803141446.m2EEkixq067515@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Mar 2008 14:46:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/ganttproject Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:46:45 -0000 gahr 2008-03-14 14:46:44 UTC FreeBSD ports repository Modified files: deskutils/ganttproject Makefile distinfo pkg-plist Log: - Update to 2.1 Milestone 2 - Adopt maintainship Approved by: miwi (mentor) Revision Changes Path 1.11 +4 -5 ports/deskutils/ganttproject/Makefile 1.9 +3 -3 ports/deskutils/ganttproject/distinfo 1.6 +560 -569 ports/deskutils/ganttproject/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:48:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 036611065673; Fri, 14 Mar 2008 14:48:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD3A68FC26; Fri, 14 Mar 2008 14:48:17 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEmHxe067582; Fri, 14 Mar 2008 14:48:17 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEmHpF067581; Fri, 14 Mar 2008 14:48:17 GMT (envelope-from jadawin) Message-Id: <200803141448.m2EEmHpF067581@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Mar 2008 14:48:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-uuagc distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:48:18 -0000 jadawin 2008-03-14 14:48:17 UTC FreeBSD ports repository Modified files: devel/hs-uuagc distinfo Log: - Force commit to document PR and Submitter info PR: ports/121638 Submitted by: Jacula Modyun (maintainer) Approved by: tabthorpe via irc (mentor) Revision Changes Path 1.3 +0 -0 ports/devel/hs-uuagc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:56:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0DF106566B; Fri, 14 Mar 2008 14:56:21 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4C1E8FC14; Fri, 14 Mar 2008 14:56:21 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEuLcM067864; Fri, 14 Mar 2008 14:56:21 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEuLql067863; Fri, 14 Mar 2008 14:56:21 GMT (envelope-from flz) Message-Id: <200803141456.m2EEuLql067863@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 14 Mar 2008 14:56:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xdpyinfo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:56:22 -0000 flz 2008-03-14 14:56:21 UTC FreeBSD ports repository Modified files: x11/xdpyinfo Makefile Log: - Add some required xorg components to USE_XORG. Reported by: marcus, erwin Revision Changes Path 1.3 +3 -1 ports/x11/xdpyinfo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 14:57:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC6B1065672; Fri, 14 Mar 2008 14:57:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 621668FC14; Fri, 14 Mar 2008 14:57:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EEvEsV067936; Fri, 14 Mar 2008 14:57:14 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EEvEBY067935; Fri, 14 Mar 2008 14:57:14 GMT (envelope-from gahr) Message-Id: <200803141457.m2EEvEBY067935@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Mar 2008 14:57:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dparser Makefile distinfo ports/devel/dparser/files patch-parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 14:57:14 -0000 gahr 2008-03-14 14:57:14 UTC FreeBSD ports repository Modified files: devel/dparser Makefile distinfo devel/dparser/files patch-parse.c Log: - Update to 1.18 - Adopt maintainship Approved by: miwi (mentor) Revision Changes Path 1.14 +3 -4 ports/devel/dparser/Makefile 1.11 +3 -3 ports/devel/dparser/distinfo 1.2 +0 -14 ports/devel/dparser/files/patch-parse.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:22:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECB011065675; Fri, 14 Mar 2008 15:22:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D40AF8FC21; Fri, 14 Mar 2008 15:22:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFMcJX070234; Fri, 14 Mar 2008 15:22:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFMcjj070233; Fri, 14 Mar 2008 15:22:38 GMT (envelope-from jhb) Message-Id: <200803141522.m2EFMcjj070233@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Mar 2008 15:22:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:22:39 -0000 jhb 2008-03-14 15:22:38 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Make the function prototype for cpu_search() match the declaration so that this still compiles with gcc3. Revision Changes Path 1.233 +2 -2 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:25:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C34921065672; Fri, 14 Mar 2008 15:25:44 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA4CE8FC21; Fri, 14 Mar 2008 15:25:44 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFPieF070383; Fri, 14 Mar 2008 15:25:44 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFPioL070382; Fri, 14 Mar 2008 15:25:44 GMT (envelope-from emaste) Message-Id: <200803141525.m2EFPioL070382@repoman.freebsd.org> From: Ed Maste Date: Fri, 14 Mar 2008 15:25:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:25:44 -0000 emaste 2008-03-14 15:25:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: Honour mpsafe_vfs=0 in softdep_flush. This is basically a MFC of revision 1.206, except that Giant remains unconditionally acquired in the #ifdef QUOTA case here (as QUOTA-enabled UFS on RELENG_6 is not MPSAFE). Reviewed by: kib Revision Changes Path 1.181.2.24 +4 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:30:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76AE01065670; Fri, 14 Mar 2008 15:30:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD668FC1E; Fri, 14 Mar 2008 15:30:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFUpfh070539; Fri, 14 Mar 2008 15:30:51 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFUpVZ070538; Fri, 14 Mar 2008 15:30:51 GMT (envelope-from gahr) Message-Id: <200803141530.m2EFUpVZ070538@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Mar 2008 15:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/code-browser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:30:51 -0000 gahr 2008-03-14 15:30:50 UTC FreeBSD ports repository Modified files: editors/code-browser Makefile distinfo Log: - Update to 3.0 - Adopt maintainship Approved by: miwi (mentor) Revision Changes Path 1.27 +2 -2 ports/editors/code-browser/Makefile 1.22 +3 -3 ports/editors/code-browser/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:43:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DEFD1065677; Fri, 14 Mar 2008 15:43:29 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26A098FC12; Fri, 14 Mar 2008 15:43:29 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFhSQC071727; Fri, 14 Mar 2008 15:43:28 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFhSWX071726; Fri, 14 Mar 2008 15:43:28 GMT (envelope-from gahr) Message-Id: <200803141543.m2EFhSWX071726@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Mar 2008 15:43:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jarl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:43:29 -0000 gahr 2008-03-14 15:43:28 UTC FreeBSD ports repository Modified files: net-im/jarl Makefile Log: - Fix plist Reported by: erwinbot Approved by: miwi (mentor) Revision Changes Path 1.10 +2 -1 ports/net-im/jarl/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:46:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43CE9106566B; Fri, 14 Mar 2008 15:46:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCB08FC23; Fri, 14 Mar 2008 15:46:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFkH0g071907; Fri, 14 Mar 2008 15:46:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFkHo7071906; Fri, 14 Mar 2008 15:46:17 GMT (envelope-from rwatson) Message-Id: <200803141546.m2EFkHo7071906@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 15:46:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:46:17 -0000 rwatson 2008-03-14 15:46:17 UTC FreeBSD doc repository Modified files: en/projects/ideas ideas.xml Log: Remove myself as a contact for installworld project, my idea but I don't have time to mentor it. Remove syncer project (requested by phk). Revision Changes Path 1.38 +1 -33 www/en/projects/ideas/ideas.xml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:47:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B3F3106566B; Fri, 14 Mar 2008 15:47:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5D88FC18; Fri, 14 Mar 2008 15:47:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFlxq6072006; Fri, 14 Mar 2008 15:47:59 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFlxKj072005; Fri, 14 Mar 2008 15:47:59 GMT (envelope-from danfe) Message-Id: <200803141547.m2EFlxKj072005@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 14 Mar 2008 15:47:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/ophcrack Makefile distinfo pkg-descr pkg-plist ports/security/ophcrack/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:47:59 -0000 danfe 2008-03-14 15:47:59 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ophcrack Makefile distinfo pkg-descr pkg-plist security/ophcrack/files pkg-message.in Log: Add a port of ophcrack, a Windows password cracker based on rainbow tables, with GTK+ GUI. WWW: http://ophcrack.sourceforge.net/ Revision Changes Path 1.945 +1 -0 ports/security/Makefile 1.1 +62 -0 ports/security/ophcrack/Makefile (new) 1.1 +9 -0 ports/security/ophcrack/distinfo (new) 1.1 +10 -0 ports/security/ophcrack/files/pkg-message.in (new) 1.1 +13 -0 ports/security/ophcrack/pkg-descr (new) 1.1 +8 -0 ports/security/ophcrack/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:48:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD76D1065674; Fri, 14 Mar 2008 15:48:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C657A8FC28; Fri, 14 Mar 2008 15:48:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFmkTd072039; Fri, 14 Mar 2008 15:48:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFmkOW072038; Fri, 14 Mar 2008 15:48:46 GMT (envelope-from rwatson) Message-Id: <200803141548.m2EFmkOW072038@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 15:48:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:48:47 -0000 rwatson 2008-03-14 15:48:46 UTC FreeBSD doc repository Modified files: en/projects/ideas ideas.xml Log: Add Sam as a contact for if_wi work. Revision Changes Path 1.39 +3 -1 www/en/projects/ideas/ideas.xml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:50:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61E5B1065671; Fri, 14 Mar 2008 15:50:26 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADD18FC1F; Fri, 14 Mar 2008 15:50:26 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFoQHW072143; Fri, 14 Mar 2008 15:50:26 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFoQG7072142; Fri, 14 Mar 2008 15:50:26 GMT (envelope-from danfe) Message-Id: <200803141550.m2EFoQG7072142@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 14 Mar 2008 15:50:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:50:26 -0000 danfe 2008-03-14 15:50:25 UTC FreeBSD ports repository Modified files: . modules Log: ophcrack --> ports/security/ophcrack Revision Changes Path 1.19498 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Mar 14 15:59:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 769851065679; Fri, 14 Mar 2008 15:59:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0008FC2F; Fri, 14 Mar 2008 15:59:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EFxW48074541; Fri, 14 Mar 2008 15:59:32 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EFxWs1074538; Fri, 14 Mar 2008 15:59:32 GMT (envelope-from jkim) Message-Id: <200803141559.m2EFxWs1074538@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Mar 2008 15:59:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 15:59:33 -0000 jkim 2008-03-14 15:59:30 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: Add a quirk to ignore ASUS LCM display found on some ASUS laptops. Revision Changes Path 1.65 +2 -0 src/sys/dev/usb/usb_quirks.c 1.342 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:00:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C27E8106566C; Fri, 14 Mar 2008 16:00:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1F828FC2E; Fri, 14 Mar 2008 16:00:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EG08H0074935; Fri, 14 Mar 2008 16:00:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EG08ff074934; Fri, 14 Mar 2008 16:00:08 GMT (envelope-from pav) Message-Id: <200803141600.m2EG08ff074934@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 16:00:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/katapult pkg-plist ports/deskutils/kmatrix3d pkg-plist ports/devel/check pkg-plist ports/devel/cunit pkg-plist ports/devel/libcheck pkg-plist ports/devel/nant pkg-plist ports/finance/ledgersmb pkg-plist ports/graphics/ivtools pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:00:08 -0000 pav 2008-03-14 16:00:08 UTC FreeBSD ports repository Modified files: deskutils/katapult pkg-plist deskutils/kmatrix3d pkg-plist devel/check pkg-plist devel/cunit pkg-plist devel/libcheck pkg-plist devel/nant pkg-plist finance/ledgersmb pkg-plist graphics/ivtools pkg-plist lang/gambc pkg-plist mail/ilohamail-devel pkg-plist mail/james pkg-plist net/yate-devel pkg-plist net-mgmt/fruity pkg-plist net-p2p/rblibtorrent pkg-plist textproc/xaira pkg-plist www/apache-forrest pkg-plist www/raqdevil pkg-plist Log: - Stop packaging mtree symlinks PR: ports/121691 Submitted by: Scot Hetzel Revision Changes Path 1.3 +0 -2 ports/deskutils/katapult/pkg-plist 1.2 +0 -2 ports/deskutils/kmatrix3d/pkg-plist 1.3 +0 -2 ports/devel/check/pkg-plist 1.2 +0 -2 ports/devel/cunit/pkg-plist 1.6 +0 -2 ports/devel/libcheck/pkg-plist 1.6 +0 -2 ports/devel/nant/pkg-plist 1.2 +0 -3 ports/finance/ledgersmb/pkg-plist 1.11 +0 -2 ports/graphics/ivtools/pkg-plist 1.2 +0 -2 ports/lang/gambc/pkg-plist 1.6 +0 -2 ports/mail/ilohamail-devel/pkg-plist 1.2 +0 -2 ports/mail/james/pkg-plist 1.3 +0 -2 ports/net-mgmt/fruity/pkg-plist 1.8 +0 -2 ports/net-p2p/rblibtorrent/pkg-plist 1.3 +1 -3 ports/net/yate-devel/pkg-plist 1.2 +0 -2 ports/textproc/xaira/pkg-plist 1.4 +1 -3 ports/www/apache-forrest/pkg-plist 1.5 +0 -2 ports/www/raqdevil/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:03:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652481065687; Fri, 14 Mar 2008 16:03:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1AF8FC2E; Fri, 14 Mar 2008 16:03:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EG381I076256; Fri, 14 Mar 2008 16:03:08 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EG383O076255; Fri, 14 Mar 2008 16:03:08 GMT (envelope-from rafan) Message-Id: <200803141603.m2EG383O076255@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 14 Mar 2008 16:03:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/microdc2/files patch-lib-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:03:08 -0000 rafan 2008-03-14 16:03:08 UTC FreeBSD ports repository Added files: net-p2p/microdc2/files patch-lib-Makefile.in Log: Fix build with BSD ar(1). Makefile of microdc2 mistakenly pass arguments which is intended for ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and issue a warning since "file" not exist, while BSD ar(1) treats them as invalid options and exits with error. PR: ports/121163 Reported by: erwin Submitted by: kaiw@ Approved by: maintainer timeout (16 days) Revision Changes Path 1.1 +11 -0 ports/net-p2p/microdc2/files/patch-lib-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:07:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C7B01065671; Fri, 14 Mar 2008 16:07:10 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 553358FC15; Fri, 14 Mar 2008 16:07:10 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EG7ARH076464; Fri, 14 Mar 2008 16:07:10 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EG7ApX076463; Fri, 14 Mar 2008 16:07:10 GMT (envelope-from emax) Message-Id: <200803141607.m2EG7ApX076463@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 14 Mar 2008 16:07:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:07:10 -0000 emax 2008-03-14 16:07:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c Log: MFC: Add an option to register DUN (Dial-Up Networking) service on the same RFCOMM channel if needed. There is really no good reason to not to support this. AT-command exchange can be faked with chat script in ppp.conf. Revision Changes Path 1.14.2.1 +10 -1 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.6.2.1 +33 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:08:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABB701065673; Fri, 14 Mar 2008 16:08:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9451D8FC1A; Fri, 14 Mar 2008 16:08:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EG8QDX076536; Fri, 14 Mar 2008 16:08:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EG8QRJ076535; Fri, 14 Mar 2008 16:08:26 GMT (envelope-from rafan) Message-Id: <200803141608.m2EG8QRJ076535@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 14 Mar 2008 16:08:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/wmwifi Makefile ports/net/wmwifi/files patch-wireless.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:08:26 -0000 rafan 2008-03-14 16:08:26 UTC FreeBSD ports repository Modified files: net/wmwifi Makefile net/wmwifi/files patch-wireless.c Log: - Fix build with new net80211 on 7.x and above PR: ports/121167 Submitted by: Ulrich Spoerlein (maintainer) Tested by: Dierk Sacher Revision Changes Path 1.7 +1 -7 ports/net/wmwifi/Makefile 1.4 +88 -6 ports/net/wmwifi/files/patch-wireless.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:11:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DBB6106566C; Fri, 14 Mar 2008 16:11:21 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 465208FC26; Fri, 14 Mar 2008 16:11:21 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGBLGm076697; Fri, 14 Mar 2008 16:11:21 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGBLwF076696; Fri, 14 Mar 2008 16:11:21 GMT (envelope-from emax) Message-Id: <200803141611.m2EGBLwF076696@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 14 Mar 2008 16:11:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:11:21 -0000 emax 2008-03-14 16:11:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c Log: MFC: Add an option to register DUN (Dial-Up Networking) service on the same RFCOMM channel if needed. There is really no good reason to not to support this. AT-command exchange can be faked with chat script in ppp.conf. Revision Changes Path 1.10.2.5 +10 -1 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.5.8.2 +33 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:13:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF3B106566C; Fri, 14 Mar 2008 16:13:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D47C58FC1C; Fri, 14 Mar 2008 16:13:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGD6v2076792; Fri, 14 Mar 2008 16:13:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGD6vN076791; Fri, 14 Mar 2008 16:13:06 GMT (envelope-from pav) Message-Id: <200803141613.m2EGD6vN076791@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 16:13:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/hfs Makefile ports/emulators/hfsutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:13:07 -0000 pav 2008-03-14 16:13:06 UTC FreeBSD ports repository Modified files: emulators/hfs Makefile emulators/hfsutils Makefile Log: - Fix CONFLICTS syntax so they are effective PR: ports/121179 Reported by: Momchil Revision Changes Path 1.20 +1 -1 ports/emulators/hfs/Makefile 1.27 +1 -1 ports/emulators/hfsutils/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:18:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56CD106567A; Fri, 14 Mar 2008 16:18:12 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFDC78FC48; Fri, 14 Mar 2008 16:18:12 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGICQS076947; Fri, 14 Mar 2008 16:18:12 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGICbn076946; Fri, 14 Mar 2008 16:18:12 GMT (envelope-from flz) Message-Id: <200803141618.m2EGICbn076946@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 14 Mar 2008 16:18:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xkbutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:18:12 -0000 flz 2008-03-14 16:18:12 UTC FreeBSD ports repository Modified files: x11/xkbutils Makefile Log: Add inputproto to USE_XORG. Reported by: erwin Revision Changes Path 1.2 +2 -1 ports/x11/xkbutils/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:24:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C73EB1065676; Fri, 14 Mar 2008 16:24:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B12428FC1E; Fri, 14 Mar 2008 16:24:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGOnn5077227; Fri, 14 Mar 2008 16:24:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGOnKp077226; Fri, 14 Mar 2008 16:24:49 GMT (envelope-from miwi) Message-Id: <200803141624.m2EGOnKp077226@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:24:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tecnoballz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:24:50 -0000 miwi 2008-03-14 16:24:49 UTC FreeBSD ports repository Modified files: games/tecnoballz Makefile Log: - Fix build Submitted by: erwinbot Revision Changes Path 1.13 +18 -31 ports/games/tecnoballz/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:25:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FD0106566C; Fri, 14 Mar 2008 16:25:40 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 524D18FC13; Fri, 14 Mar 2008 16:25:40 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGPeNN077309; Fri, 14 Mar 2008 16:25:40 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGPesH077308; Fri, 14 Mar 2008 16:25:40 GMT (envelope-from bz) Message-Id: <200803141625.m2EGPesH077308@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 14 Mar 2008 16:25:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:25:40 -0000 bz 2008-03-14 16:25:40 UTC FreeBSD src repository Modified files: sys/netipsec key.c Log: Remove the "Fast " from the "Fast IPsec: Initialized Security Association Processing." printf. People kept asking questions about this after the IPsec shuffle. This still is the Fast IPsec implementation so no worries that it would be any slower now. There are no functional changes. Discussed with: sam MFC after: 4 days Revision Changes Path 1.30 +1 -1 src/sys/netipsec/key.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:28:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C45DA1065675; Fri, 14 Mar 2008 16:28:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7FDD8FC27; Fri, 14 Mar 2008 16:28:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGSCmj077425; Fri, 14 Mar 2008 16:28:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGSCiw077424; Fri, 14 Mar 2008 16:28:12 GMT (envelope-from miwi) Message-Id: <200803141628.m2EGSCiw077424@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:28:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-wma Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:28:12 -0000 miwi 2008-03-14 16:28:12 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile Log: - Replace USE_XLIB to USE_XORG PR: 121627 Submitted by: Rene Ladan (maintainer) Revision Changes Path 1.25 +2 -1 ports/audio/xmms-wma/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:29:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EDAE106566B; Fri, 14 Mar 2008 16:29:26 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38A8E8FC1D; Fri, 14 Mar 2008 16:29:26 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGTQkq078233; Fri, 14 Mar 2008 16:29:26 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGTQUi078232; Fri, 14 Mar 2008 16:29:26 GMT (envelope-from emax) Message-Id: <200803141629.m2EGTQUi078232@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 14 Mar 2008 16:29:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:29:26 -0000 emax 2008-03-14 16:29:26 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c Log: Update usage() - add new -D option. While I'm here, update copyright information and license formatting MFC after: 1 day Revision Changes Path 1.8 +5 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:29:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A69C106569F; Fri, 14 Mar 2008 16:29:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D51E8FC44; Fri, 14 Mar 2008 16:29:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGTTmg078281; Fri, 14 Mar 2008 16:29:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGTTxn078280; Fri, 14 Mar 2008 16:29:29 GMT (envelope-from miwi) Message-Id: <200803141629.m2EGTTxn078280@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:29:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xfce4-wavelan-plugin Makefile ports/sysutils/xfce4-wavelan-plugin/files patch-panel-plugin_wavelan.c patch-panel-plugin_wi_bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:29:30 -0000 miwi 2008-03-14 16:29:29 UTC FreeBSD ports repository Modified files: sysutils/xfce4-wavelan-plugin Makefile Added files: sysutils/xfce4-wavelan-plugin/files patch-panel-plugin_wavelan.c patch-panel-plugin_wi_bsd.c Log: - Fixes the build on FreeBSD >= 700042 by accounting for the new wireless API - Adds information about network card and datarate to the tooltip. PR: 120104 Submitted by: gahr Revision Changes Path 1.23 +4 -9 ports/sysutils/xfce4-wavelan-plugin/Makefile 1.1 +14 -0 ports/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c (new) 1.1 +219 -0 ports/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wi_bsd.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:29:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D8851065740; Fri, 14 Mar 2008 16:29:58 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 075B88FC67; Fri, 14 Mar 2008 16:29:58 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGTvr2078337; Fri, 14 Mar 2008 16:29:57 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGTv18078336; Fri, 14 Mar 2008 16:29:57 GMT (envelope-from flz) Message-Id: <200803141629.m2EGTv18078336@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 14 Mar 2008 16:29:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-nestserver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:29:58 -0000 flz 2008-03-14 16:29:57 UTC FreeBSD ports repository Modified files: x11-servers/xorg-nestserver Makefile Log: Add inputproto and xtrans to USE_XORG. Reported by: erwin Revision Changes Path 1.10 +3 -2 ports/x11-servers/xorg-nestserver/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:30:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B6D1065675; Fri, 14 Mar 2008 16:30:50 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 83B8A8FC24; Fri, 14 Mar 2008 16:30:50 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGUodN078460; Fri, 14 Mar 2008 16:30:50 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGUofE078459; Fri, 14 Mar 2008 16:30:50 GMT (envelope-from flz) Message-Id: <200803141630.m2EGUofE078459@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 14 Mar 2008 16:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-vfbserver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:30:50 -0000 flz 2008-03-14 16:30:50 UTC FreeBSD ports repository Modified files: x11-servers/xorg-vfbserver Makefile Log: Add inputproto and xtrans to USE_XORG. Reported by: marcus, erwin Revision Changes Path 1.13 +3 -2 ports/x11-servers/xorg-vfbserver/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:32:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DABBF1065673; Fri, 14 Mar 2008 16:32:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C447F8FC12; Fri, 14 Mar 2008 16:32:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGWQon078586; Fri, 14 Mar 2008 16:32:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGWQG3078585; Fri, 14 Mar 2008 16:32:26 GMT (envelope-from miwi) Message-Id: <200803141632.m2EGWQG3078585@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:32:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libgeotiff Makefile distinfo pkg-descr pkg-plist ports/graphics/libgeotiff/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:32:27 -0000 miwi 2008-03-14 16:32:26 UTC FreeBSD ports repository Modified files: graphics/libgeotiff Makefile distinfo pkg-descr pkg-plist graphics/libgeotiff/files patch-Makefile.in Log: - Update to 1.2.3 PR: 118598 Submitted by: Ports Fury Revision Changes Path 1.4 +7 -5 ports/graphics/libgeotiff/Makefile 1.2 +3 -3 ports/graphics/libgeotiff/distinfo 1.2 +19 -10 ports/graphics/libgeotiff/files/patch-Makefile.in 1.2 +1 -1 ports/graphics/libgeotiff/pkg-descr 1.2 +1 -0 ports/graphics/libgeotiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:33:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9351F1065672; Fri, 14 Mar 2008 16:33:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CFFC8FC30; Fri, 14 Mar 2008 16:33:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGXFJA078677; Fri, 14 Mar 2008 16:33:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGXF0W078676; Fri, 14 Mar 2008 16:33:15 GMT (envelope-from miwi) Message-Id: <200803141633.m2EGXF0W078676@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:33:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libsigcx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:33:15 -0000 miwi 2008-03-14 16:33:15 UTC FreeBSD ports repository Modified files: devel/libsigcx Makefile distinfo pkg-plist Log: - Update to 0.6.6 - Use SF macro PR: 118603 Submitted by: Ports Fury Revision Changes Path 1.17 +6 -9 ports/devel/libsigcx/Makefile 1.7 +3 -3 ports/devel/libsigcx/distinfo 1.6 +3 -3 ports/devel/libsigcx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:34:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86DEE1065674; Fri, 14 Mar 2008 16:34:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD2A8FC21; Fri, 14 Mar 2008 16:34:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGYMaJ078757; Fri, 14 Mar 2008 16:34:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGYMWh078756; Fri, 14 Mar 2008 16:34:22 GMT (envelope-from miwi) Message-Id: <200803141634.m2EGYMWh078756@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:34:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/p5-Text-MeCab Makefile distinfo ports/japanese/p5-Text-MeCab/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:34:22 -0000 miwi 2008-03-14 16:34:22 UTC FreeBSD ports repository Modified files: japanese/p5-Text-MeCab Makefile distinfo Added files: japanese/p5-Text-MeCab/files patch-Makefile.PL Log: - Update to 0.20007 PR: 121653 Submitted by: TAOKA Fumiyoshi (maintainer) Revision Changes Path 1.8 +1 -4 ports/japanese/p5-Text-MeCab/Makefile 1.6 +3 -3 ports/japanese/p5-Text-MeCab/distinfo 1.1 +19 -0 ports/japanese/p5-Text-MeCab/files/patch-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:38:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 868961065674; Fri, 14 Mar 2008 16:38:11 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3A08FC1F; Fri, 14 Mar 2008 16:38:11 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGcBIO078943; Fri, 14 Mar 2008 16:38:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGcB99078942; Fri, 14 Mar 2008 16:38:11 GMT (envelope-from bz) Message-Id: <200803141638.m2EGcB99078942@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 14 Mar 2008 16:38:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_ipsec.c src/sys/netinet6 ip6_output.c src/sys/netipsec ipsec_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:38:11 -0000 bz 2008-03-14 16:38:11 UTC FreeBSD src repository Modified files: sys/netinet ip_ipsec.c sys/netinet6 ip6_output.c sys/netipsec ipsec_output.c Log: Correct IPsec behaviour with a 'use' level in SP but no SA available. In that case return an continue processing the packet without IPsec. PR: 121384 MFC after: 5 days Reported by: Cyrus Rahman (crahman gmail.com) Tested by: Cyrus Rahman (crahman gmail.com) [slightly older version] Revision Changes Path 1.9 +12 -0 src/sys/netinet/ip_ipsec.c 1.117 +16 -2 src/sys/netinet6/ip6_output.c 1.18 +33 -22 src/sys/netipsec/ipsec_output.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:38:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50B3B1065678; Fri, 14 Mar 2008 16:38:23 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1448FC30; Fri, 14 Mar 2008 16:38:23 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGcNjM078975; Fri, 14 Mar 2008 16:38:23 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGcNmX078974; Fri, 14 Mar 2008 16:38:23 GMT (envelope-from rdivacky) Message-Id: <200803141638.m2EGcNmX078974@repoman.freebsd.org> From: Roman Divacky Date: Fri, 14 Mar 2008 16:38:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent rdivacky.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:38:23 -0000 rdivacky 2008-03-14 16:38:23 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys rdivacky.key Log: Add my pgp key. Approved by: kib (mentor) Revision Changes Path 1.67 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.164 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +41 -0 doc/share/pgpkeys/rdivacky.key (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:47:21 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBEC41065671; Fri, 14 Mar 2008 16:47:21 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 69C638FC17; Fri, 14 Mar 2008 16:47:21 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A56867.dip.t-dialin.net [84.165.104.103]) by redbull.bpaserver.net (Postfix) with ESMTP id 72F062E068; Fri, 14 Mar 2008 17:47:16 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 1350992559; Fri, 14 Mar 2008 17:44:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1205513057; bh=AU/a3LmgDsJIGdspfrMBs4DWjBb9nruis riRCVSLMDA=; h=Message-ID:X-Priority:Date:From:To:Cc:Subject: References:In-Reply-To:MIME-Version:Content-Type: Content-Disposition:Content-Transfer-Encoding:User-Agent; b=rJVGWo VF3HgaGcNtR2vYazIAvuu6FIZXzkZyIFJvQpNFiyAr8xXE6j9SQ99U+tw1S83KRsd01 4RUv5a5s/yjEDA//Kb++aKkXLd5YxLd1DKvZuyK3523K/G99AfN6EitE0f1ilMQe9TJ eVO89/qsoqwrOYBZzAHhq3rCxt57FhDjM8CIqe6dNkPhgrPEK8+Z4tJqknpB83vH9ty AaPICnM8ePPXXkavne33wIx6M36HtW/p2vapgkrdH4UMDf9vhwDZvwZCfKJ/lVvzODm OFU9dn35bftLfJNQHoWw7tK3RFIOL3gX/2C5PGyA2KmCrciaEASbS4j/AVat+t7Rdxb g== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2EGiGQf019941; Fri, 14 Mar 2008 17:44:16 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 14 Mar 2008 17:44:16 +0100 Message-ID: <20080314174416.2he6esgta8wk0c8g@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 14 Mar 2008 17:44:16 +0100 From: Alexander Leidinger To: Robert Watson References: <200803141546.m2EFkHo7071906@repoman.freebsd.org> In-Reply-To: <200803141546.m2EFkHo7071906@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:47:21 -0000 Quoting Robert Watson (from Fri, 14 Mar 2008 15:46:17 +0000 (UTC)): > rwatson 2008-03-14 15:46:17 UTC > > FreeBSD doc repository > > Modified files: > en/projects/ideas ideas.xml > > Remove syncer project (requested by phk). It would be good to record the reason for the removal in CVS. Bye, Alexander. -- Each of us bears his own Hell. -- Publius Vergilius Maro (Virgil) http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:51:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1235F1065672; Fri, 14 Mar 2008 16:51:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F05D68FC27; Fri, 14 Mar 2008 16:51:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EGpEbS088669; Fri, 14 Mar 2008 16:51:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EGpE59088668; Fri, 14 Mar 2008 16:51:14 GMT (envelope-from miwi) Message-Id: <200803141651.m2EGpE59088668@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 16:51:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xfce4-clipman-plugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:51:15 -0000 miwi 2008-03-14 16:51:14 UTC FreeBSD ports repository Modified files: x11/xfce4-clipman-plugin Makefile distinfo pkg-plist Log: - Update to 0.8.1 - Replace USE_XLIB by USE_XORG PR: 121484 Submitted by: Rene Ladan (maintainer) Revision Changes Path 1.28 +2 -3 ports/x11/xfce4-clipman-plugin/Makefile 1.8 +3 -3 ports/x11/xfce4-clipman-plugin/distinfo 1.7 +7 -0 ports/x11/xfce4-clipman-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:12:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6421065684; Fri, 14 Mar 2008 17:12:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE128FC29; Fri, 14 Mar 2008 17:12:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHCfnU006683; Fri, 14 Mar 2008 17:12:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHCfoD006679; Fri, 14 Mar 2008 17:12:41 GMT (envelope-from rwatson) Message-Id: <200803141712.m2EHCfoD006679@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:12:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_namecache.c coda_namecache.h coda_psdev.c coda_subr.c coda_subr.h coda_vnops.c coda_vnops.h src/sys/modules/coda Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:12:41 -0000 rwatson 2008-03-14 17:12:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_psdev.c coda_subr.c coda_subr.h coda_vnops.c coda_vnops.h sys/modules/coda Makefile Removed files: (Branch: RELENG_7) sys/fs/coda coda_namecache.c coda_namecache.h Log: Merge cnode.h:1.26, coda_psdev.c:1.44, coda_subr.c:1.36, coda_subr.h:1.12, coda_vnops.c:1.94, coda_vnops.h:1.24, coda_namecache.c:1.26, coda_namecache.h:1.15, Makefile:1.18, from HEAD to RELENG_7: Rather than having the Coda module use its own namecache, use the global VFS namecache, as is done by the Coda module on Linux. Unlike the Coda namecache, the global VFS namecache isn't tagged by credential, so use ore conservative flushing behavior (for now) when CODA_PURGEUSER is issued by Venus. This improves overall integration with the FreeBSD VFS, including allowing __getcwd() to work better, procfs/procstat monitoring, and so on. This improves shell behavior in many cases, and improves ".." handling. It may lead to some slowdown until we've implemented a specific access cache, which should net improve performance, but in the mean time, lookup access control now always goes to Venus, whereas previously it didn't. Revision Changes Path 1.21.2.5 +2 -1 src/sys/fs/coda/cnode.h 1.23.2.3 +0 -700 src/sys/fs/coda/coda_namecache.c (dead) 1.11.2.3 +0 -205 src/sys/fs/coda/coda_namecache.h (dead) 1.39.2.5 +5 -20 src/sys/fs/coda/coda_psdev.c 1.33.2.3 +30 -17 src/sys/fs/coda/coda_subr.c 1.10.2.2 +1 -1 src/sys/fs/coda/coda_subr.h 1.76.2.10 +75 -127 src/sys/fs/coda/coda_vnops.c 1.19.2.5 +1 -1 src/sys/fs/coda/coda_vnops.h 1.17.2.1 +2 -3 src/sys/modules/coda/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:14:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A82011065675; Fri, 14 Mar 2008 17:14:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91F218FC18; Fri, 14 Mar 2008 17:14:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHEg8a011505; Fri, 14 Mar 2008 17:14:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHEgU3011504; Fri, 14 Mar 2008 17:14:42 GMT (envelope-from rwatson) Message-Id: <200803141714.m2EHEgU3011504@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:14:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:14:42 -0000 rwatson 2008-03-14 17:14:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files Log: Merge files:1.1268 from HEAD to RELENG_7: Remove coda_namecache from "options vcoda", it is no longer required. Revision Changes Path 1.1243.2.5 +0 -1 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:15:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94D9B1065675; Fri, 14 Mar 2008 17:15:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E06B8FC12; Fri, 14 Mar 2008 17:15:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHFCPM011580; Fri, 14 Mar 2008 17:15:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHFCwX011579; Fri, 14 Mar 2008 17:15:12 GMT (envelope-from rwatson) Message-Id: <200803141715.m2EHFCwX011579@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:15:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/modules/coda5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:15:12 -0000 rwatson 2008-03-14 17:15:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/coda5 Makefile Log: Merge Makefile:1.9 from HEAD to RELENG_7: Remove coda_namecache from coda5 as well. We should probably GC coda5 entirely at this point as coda6 is considered the supported branch. Revision Changes Path 1.8.2.1 +1 -1 src/sys/modules/coda5/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:17:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F400106566B; Fri, 14 Mar 2008 17:17:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 521438FC27; Fri, 14 Mar 2008 17:17:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHH16b011643; Fri, 14 Mar 2008 17:17:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHH1QA011642; Fri, 14 Mar 2008 17:17:01 GMT (envelope-from rwatson) Message-Id: <200803141717.m2EHH1QA011642@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:17:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_subr.c coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:17:01 -0000 rwatson 2008-03-14 17:17:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_subr.c coda_vnops.c Log: Merge cnode.h:1.27, coda_subr.c:1.37, coda_vnops.c:1.95 from HEAD to RELENG_7: Implement a rudimentary access cache for the Coda kernel module, modeled on the access cache found in NFS, smbfs, and the Linux coda module. This is a positive access cache of a single entry per file, tracking recently granted rights, but unlike NFS and smbfs, supporting explicit invalidation by the distributed file system. For each cnode, maintain a C_ACCCACHE flag indicating the validity of the cache, and a cached uid and mode tracking recently granted positive access control decisions. Prefer the cache to venus_access() in VOP_ACCESS() if it is valid, and when we must fall back to venus_access(), update the cache. Allow Venus to clear the access cache, either the whole cache on CODA_FLUSH, or just entries for a specific uid on CODA_PURGEUSER. Unlike the Coda module on Linux, we don't flush all entries on a user purge using a generation number, we instead walk present cnodes and clear only entries for the specific user, meaning it is somewhat more expensive but won't hit all users. Since the Coda module is agressive about not keeping around unopened cnodes, the utility of the cache is somewhat limited for files, but works will for directories. We should make Coda less agressive about GCing cnodes in VOP_INACTIVE() in order to improve the effectiveness of in-kernel caching of attributes and access rights. Revision Changes Path 1.21.2.6 +4 -0 src/sys/fs/coda/cnode.h 1.33.2.4 +63 -8 src/sys/fs/coda/coda_subr.c 1.76.2.11 +51 -21 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:17:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B24C61065670; Fri, 14 Mar 2008 17:17:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBAD8FC19; Fri, 14 Mar 2008 17:17:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHHn9t011697; Fri, 14 Mar 2008 17:17:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHHnZS011696; Fri, 14 Mar 2008 17:17:49 GMT (envelope-from rwatson) Message-Id: <200803141717.m2EHHnZS011696@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:17:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:17:49 -0000 rwatson 2008-03-14 17:17:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_subr.c Log: Merge coda_subr.c:1.38 from HEAD to RELENG_7: Update cache flushing behavior in light of recent namecache and access cache improvements: - Flush just access control state on CODA_PURGEUSER, not the full namecache for /coda. - When replacing a fid on a cnode as a result of, e.g., reintegration after offline operation, we no longer need to purge the namecache entries associated with its vnode. Revision Changes Path 1.33.2.5 +0 -7 src/sys/fs/coda/coda_subr.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:28:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 741AA1065672; Fri, 14 Mar 2008 17:28:16 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAC58FC26; Fri, 14 Mar 2008 17:28:16 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHSGCZ012104; Fri, 14 Mar 2008 17:28:16 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHSG1A012103; Fri, 14 Mar 2008 17:28:16 GMT (envelope-from tabthorpe) Message-Id: <200803141728.m2EHSG1A012103@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 14 Mar 2008 17:28:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/paq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:28:16 -0000 tabthorpe 2008-03-14 17:28:16 UTC FreeBSD ports repository Modified files: archivers/paq Makefile distinfo Log: - Tarball re-roll, bugfix update - Bump PORTREVISION PR: ports/121677 Submitted by: bf (maintainer) Revision Changes Path 1.12 +1 -0 ports/archivers/paq/Makefile 1.10 +3 -3 ports/archivers/paq/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:30:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B70E1065670; Fri, 14 Mar 2008 17:30:22 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62CB88FC14; Fri, 14 Mar 2008 17:30:22 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHUMZY012226; Fri, 14 Mar 2008 17:30:22 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHUMjb012225; Fri, 14 Mar 2008 17:30:22 GMT (envelope-from tabthorpe) Message-Id: <200803141730.m2EHUMjb012225@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 14 Mar 2008 17:30:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/squirrelmail-compatibility-plugin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:30:22 -0000 tabthorpe 2008-03-14 17:30:22 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin Makefile distinfo Log: - Update to 2.0.11 Revision Changes Path 1.12 +1 -1 ports/mail/squirrelmail-compatibility-plugin/Makefile 1.8 +3 -3 ports/mail/squirrelmail-compatibility-plugin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:31:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 689851065673; Fri, 14 Mar 2008 17:31:53 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 15A428FC21; Fri, 14 Mar 2008 17:31:52 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.64.3]) by phk.freebsd.dk (Postfix) with ESMTP id 429BE17105; Fri, 14 Mar 2008 17:31:51 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m2EHVnmI002103; Fri, 14 Mar 2008 17:31:50 GMT (envelope-from phk@critter.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 14 Mar 2008 17:44:16 +0100." <20080314174416.2he6esgta8wk0c8g@webmail.leidinger.net> Date: Fri, 14 Mar 2008 17:31:49 +0000 Message-ID: <2102.1205515909@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: doc-committers@FreeBSD.org, Robert Watson , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:31:53 -0000 In message <20080314174416.2he6esgta8wk0c8g@webmail.leidinger.net>, Alexander L eidinger writes: >Quoting Robert Watson (from Fri, 14 Mar 2008 >15:46:17 +0000 (UTC)): > >> rwatson 2008-03-14 15:46:17 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en/projects/ideas ideas.xml >> > >> Remove syncer project (requested by phk). > >It would be good to record the reason for the removal in CVS. It is to complex and intricate for such a list. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:34:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BA971065673; Fri, 14 Mar 2008 17:34:54 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 826B58FC2E; Fri, 14 Mar 2008 17:34:54 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHYnIM012355; Fri, 14 Mar 2008 17:34:54 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHYnSi012354; Fri, 14 Mar 2008 17:34:49 GMT (envelope-from tabthorpe) Message-Id: <200803141734.m2EHYnSi012354@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 14 Mar 2008 17:34:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/iso-codes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:34:54 -0000 tabthorpe 2008-03-14 17:34:49 UTC FreeBSD ports repository Modified files: misc/iso-codes Makefile distinfo Log: - Update to 2.0 - Reassign to pool Revision Changes Path 1.32 +3 -5 ports/misc/iso-codes/Makefile 1.17 +3 -3 ports/misc/iso-codes/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 17:47:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 186D4106566B; Fri, 14 Mar 2008 17:47:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F053F8FC1D; Fri, 14 Mar 2008 17:47:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EHlEFD012771; Fri, 14 Mar 2008 17:47:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EHlEnN012770; Fri, 14 Mar 2008 17:47:14 GMT (envelope-from rwatson) Message-Id: <200803141747.m2EHlEnN012770@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Mar 2008 17:47:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/ideas ideas.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:47:15 -0000 rwatson 2008-03-14 17:47:13 UTC FreeBSD doc repository Modified files: en/projects/ideas ideas.xsl Log: Add BSNMP TODO page as a pointer for additional project ideas. We should really move this list up to the top with the other list of larger project pointers. Revision Changes Path 1.8 +2 -1 www/en/projects/ideas/ideas.xsl From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:32:15 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A9A1065671; Fri, 14 Mar 2008 18:32:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 362A48FC13; Fri, 14 Mar 2008 18:32:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 235507512-1834499 for multiple; Fri, 14 Mar 2008 14:30:24 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2EIW7e7043494; Fri, 14 Mar 2008 14:32:08 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Takahashi Yoshihiro Date: Fri, 14 Mar 2008 11:10:10 -0400 User-Agent: KMail/1.9.7 References: <200803140900.m2E904W1017484@repoman.freebsd.org> In-Reply-To: <200803140900.m2E904W1017484@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803141110.10748.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 14 Mar 2008 14:32:08 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6232/Fri Mar 14 12:43:44 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_03_06 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pc98/include nexusvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:32:15 -0000 On Friday 14 March 2008 05:00:04 am Takahashi Yoshihiro wrote: > nyan 2008-03-14 09:00:04 UTC > > FreeBSD src repository > > Added files: > sys/pc98/include nexusvar.h > Log: > Add stub for pc98. Sorry. :( -- John Baldwin From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:49:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC9681065673; Fri, 14 Mar 2008 18:49:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6ECC8FC1C; Fri, 14 Mar 2008 18:49:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EInDuC016775; Fri, 14 Mar 2008 18:49:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EInDXn016774; Fri, 14 Mar 2008 18:49:13 GMT (envelope-from miwi) Message-Id: <200803141849.m2EInDXn016774@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 18:49:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/superkaramba-lwp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:49:14 -0000 miwi 2008-03-14 18:49:11 UTC FreeBSD ports repository Modified files: deskutils/superkaramba-lwp Makefile Log: - Update MASTER_SITES PR: 120371 Submitted by: Jason E. Hale (maintainer) Revision Changes Path 1.18 +1 -1 ports/deskutils/superkaramba-lwp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:50:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A9561065673; Fri, 14 Mar 2008 18:50:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E957C8FC22; Fri, 14 Mar 2008 18:50:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EIohC6017300; Fri, 14 Mar 2008 18:50:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EIohur017299; Fri, 14 Mar 2008 18:50:43 GMT (envelope-from miwi) Message-Id: <200803141850.m2EIohur017299@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 18:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/emelfm2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:50:44 -0000 miwi 2008-03-14 18:50:43 UTC FreeBSD ports repository Modified files: x11-fm/emelfm2 Makefile Log: - Update MASTER_SITES PR: 121216 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.37 +1 -2 ports/x11-fm/emelfm2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:52:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F77B106566B; Fri, 14 Mar 2008 18:52:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29F468FC2C; Fri, 14 Mar 2008 18:52:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EIqCg3017367; Fri, 14 Mar 2008 18:52:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EIqCae017366; Fri, 14 Mar 2008 18:52:12 GMT (envelope-from miwi) Message-Id: <200803141852.m2EIqCae017366@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 18:52:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-darwinia-demo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:52:13 -0000 miwi 2008-03-14 18:52:12 UTC FreeBSD ports repository Modified files: games/linux-darwinia-demo Makefile Log: - Fix MASTER_SITES to make it fetchable again PR: 121217 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/linux-darwinia-demo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:53:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E723E1065673; Fri, 14 Mar 2008 18:53:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C20508FC1B; Fri, 14 Mar 2008 18:53:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EIrRUl017422; Fri, 14 Mar 2008 18:53:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EIrR7T017421; Fri, 14 Mar 2008 18:53:27 GMT (envelope-from miwi) Message-Id: <200803141853.m2EIrR7T017421@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 18:53:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ccze Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:53:28 -0000 miwi 2008-03-14 18:53:27 UTC FreeBSD ports repository Modified files: sysutils/ccze Makefile Log: - Update MASTER_SITES PR: 121228 Submitted by: Nicolas Jombart (maintainer) Revision Changes Path 1.5 +2 -2 ports/sysutils/ccze/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 18:54:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EEAE106566C; Fri, 14 Mar 2008 18:54:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 396308FC14; Fri, 14 Mar 2008 18:54:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EIsap0017552; Fri, 14 Mar 2008 18:54:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EIsZFg017551; Fri, 14 Mar 2008 18:54:35 GMT (envelope-from miwi) Message-Id: <200803141854.m2EIsZFg017551@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 18:54:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fiked Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:54:36 -0000 miwi 2008-03-14 18:54:35 UTC FreeBSD ports repository Modified files: security/fiked Makefile Log: - Update MASTER_SITES PR: 121334 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.6 +1 -1 ports/security/fiked/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 19:07:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0F21065678; Fri, 14 Mar 2008 19:07:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A30B8FC1F; Fri, 14 Mar 2008 19:07:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EJ7e7S019242; Fri, 14 Mar 2008 19:07:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EJ7e0r019241; Fri, 14 Mar 2008 19:07:40 GMT (envelope-from miwi) Message-Id: <200803141907.m2EJ7e0r019241@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 19:07:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/edict Makefile distinfo pkg-plist ports/japanese/edict/files patch-Makefile patch-aa patch-ab patch-exjdxgen.c patch-xjdic.h patch-xjdxgen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 19:07:42 -0000 miwi 2008-03-14 19:07:40 UTC FreeBSD ports repository Modified files: japanese/edict Makefile distinfo pkg-plist Added files: japanese/edict/files patch-Makefile patch-exjdxgen.c patch-xjdic.h patch-xjdxgen.c Removed files: japanese/edict/files patch-aa patch-ab Log: - Update master sites - Remove outdated files - Quiet some warnings PR: 121445 Submitted by: Jonathan Hanna (maintainer) Revision Changes Path 1.23 +12 -7 ports/japanese/edict/Makefile 1.11 +0 -6 ports/japanese/edict/distinfo 1.1 +38 -0 ports/japanese/edict/files/patch-Makefile (new) 1.5 +0 -38 ports/japanese/edict/files/patch-aa (dead) 1.3 +0 -11 ports/japanese/edict/files/patch-ab (dead) 1.1 +11 -0 ports/japanese/edict/files/patch-exjdxgen.c (new) 1.1 +11 -0 ports/japanese/edict/files/patch-xjdic.h (new) 1.1 +11 -0 ports/japanese/edict/files/patch-xjdxgen.c (new) 1.8 +0 -4 ports/japanese/edict/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 19:22:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4934C1065694; Fri, 14 Mar 2008 19:22:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 230E28FC2C; Fri, 14 Mar 2008 19:22:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EJMbBi019730; Fri, 14 Mar 2008 19:22:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EJMaIN019729; Fri, 14 Mar 2008 19:22:36 GMT (envelope-from miwi) Message-Id: <200803141922.m2EJMaIN019729@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 19:22:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/xfce4-media Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 19:22:37 -0000 miwi 2008-03-14 19:22:36 UTC FreeBSD ports repository Modified files: multimedia/xfce4-media Makefile Log: - Replace USE_XLIB to USE_XORG PR: 121628 Submitted by: Rene Ladan (maintainer) Revision Changes Path 1.27 +2 -2 ports/multimedia/xfce4-media/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 19:41:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A13501065671; Fri, 14 Mar 2008 19:41:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 925A98FC29; Fri, 14 Mar 2008 19:41:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EJfmtW020580; Fri, 14 Mar 2008 19:41:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EJfmL2020579; Fri, 14 Mar 2008 19:41:48 GMT (envelope-from jhb) Message-Id: <200803141941.m2EJfmL2020579@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Mar 2008 19:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 interrupt.c src/sys/kern kern_intr.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 19:41:48 -0000 jhb 2008-03-14 19:41:48 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/amd64/include intr_machdep.h sys/arm/arm intr.c sys/i386/i386 intr_machdep.c sys/i386/include intr_machdep.h sys/ia64/ia64 interrupt.c sys/kern kern_intr.c sys/powerpc/powerpc intr_machdep.c sys/sparc64/sparc64 intr_machdep.c sys/sun4v/sun4v intr_machdep.c sys/sys interrupt.h Log: Add preliminary support for binding interrupts to CPUs: - Add a new intr_event method ie_assign_cpu() that is invoked when the MI code wishes to bind an interrupt source to an individual CPU. The MD code may reject the binding with an error. If an assign_cpu function is not provided, then the kernel assumes the platform does not support binding interrupts to CPUs and fails all requests to do so. - Bind ithreads to CPUs on their next execution loop once an interrupt event is bound to a CPU. Only shared ithreads are bound. We currently leave private ithreads for drivers using filters + ithreads in the INTR_FILTER case unbound. - A new intr_event_bind() routine is used to bind an interrupt event to a CPU. - Implement binding on amd64 and i386 by way of the existing pic_assign_cpu PIC method. - For x86, provide a 'intr_bind(IRQ, cpu)' wrapper routine that looks up an interrupt source and binds its interrupt event to the specified CPU. MI code can currently (ab)use this by doing: intr_bind(rman_get_start(irq_res), cpu); however, I plan to add a truly MI interface (probably a bus_bind_intr(9)) where the implementation in the x86 nexus(4) driver would end up calling intr_bind() internally. Requested by: kmacy, gallatin, jeff Tested on: {amd64, i386} x {regular, INTR_FILTER} Revision Changes Path 1.37 +52 -9 src/sys/amd64/amd64/intr_machdep.c 1.19 +3 -0 src/sys/amd64/include/intr_machdep.h 1.18 +2 -2 src/sys/arm/arm/intr.c 1.32 +52 -9 src/sys/i386/i386/intr_machdep.c 1.21 +3 -0 src/sys/i386/include/intr_machdep.h 1.63 +1 -1 src/sys/ia64/ia64/interrupt.c 1.155 +92 -4 src/sys/kern/kern_intr.c 1.18 +1 -1 src/sys/powerpc/powerpc/intr_machdep.c 1.29 +2 -2 src/sys/sparc64/sparc64/intr_machdep.c 1.8 +1 -1 src/sys/sun4v/sun4v/intr_machdep.c 1.38 +9 -4 src/sys/sys/interrupt.h From owner-cvs-all@FreeBSD.ORG Fri Mar 14 19:44:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0786C1065671; Fri, 14 Mar 2008 19:44:52 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D63928FC18; Fri, 14 Mar 2008 19:44:51 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EJipUo020728; Fri, 14 Mar 2008 19:44:51 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EJipp6020727; Fri, 14 Mar 2008 19:44:51 GMT (envelope-from beech) Message-Id: <200803141944.m2EJipp6020727@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 14 Mar 2008 19:44:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skype Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 19:44:52 -0000 beech 2008-03-14 19:44:51 UTC FreeBSD ports repository Modified files: net/skype Makefile distinfo pkg-plist Log: - Unbreak and make fetchable. Distfile hosted locally (with vendor permission). Revision Changes Path 1.40 +4 -5 ports/net/skype/Makefile 1.20 +3 -3 ports/net/skype/distinfo 1.11 +0 -10 ports/net/skype/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:25:39 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B27A106566C; Fri, 14 Mar 2008 20:25:39 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B1F458FC23; Fri, 14 Mar 2008 20:25:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A56867.dip.t-dialin.net [84.165.104.103]) by redbull.bpaserver.net (Postfix) with ESMTP id 4B7E02E0F5; Fri, 14 Mar 2008 21:25:34 +0100 (CET) Received: from deskjail (unknown [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 103D0954A4; Fri, 14 Mar 2008 21:25:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1205526323; bh=C69ZBeJcc0B+P2OZDB19AnFybMNXUBmWt RvlIZvrClk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To: References:X-Mailer:Mime-Version:Content-Type: Content-Transfer-Encoding; b=DVbTKXol8nIODnL6//DuQjeQwP+tickZ2k4tX YL9bQNoKcKFHsDXmfrGVPbNBZMYmzPLA6N5kjCK/Nh7Uq7ZRteDnbhOu1bP7YHtnyMt ZkrikWrmy4MQKkYOjiV4XDHbY0rzKHuiqsd1D0A82hrZ2qWe0r3v1/bYT3Lh0p6DNyW NrXgPmiC6bt/QCvCzBXlANNdSEy6tYdLbcIiZcVbZAZWaymoiv/oavZruftEFgiJOHp +14mciiZEXofz/KgSM6KWCUozk5v33/ImmX+FsrJWBIOP205M9pkBE2TCt5w1SKgRUn w6SHaCPWrfRzDUrPL7Vx3s9GpDle80sjMQbHQ== Date: Fri, 14 Mar 2008 21:23:26 +0100 From: Alexander Leidinger To: "Poul-Henning Kamp" Message-ID: <20080314212326.491a9758@deskjail> In-Reply-To: <2102.1205515909@critter.freebsd.dk> References: <20080314174416.2he6esgta8wk0c8g@webmail.leidinger.net> <2102.1205515909@critter.freebsd.dk> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.8; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-11.9, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, IMPRONONCABLE_2 1.50, NO_RDNS 0.50, RDNS_DYNAMIC 0.10, RDNS_IMPRO 1.00) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: doc-committers@FreeBSD.org, Robert Watson , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:25:39 -0000 Quoting "Poul-Henning Kamp" (Fri, 14 Mar 2008 17:31:49 +0000): > In message <20080314174416.2he6esgta8wk0c8g@webmail.leidinger.net>, Alexander L > eidinger writes: > >Quoting Robert Watson (from Fri, 14 Mar 2008 > >15:46:17 +0000 (UTC)): > > > >> rwatson 2008-03-14 15:46:17 UTC > >> > >> FreeBSD doc repository > >> > >> Modified files: > >> en/projects/ideas ideas.xml > >> > > > >> Remove syncer project (requested by phk). > > > >It would be good to record the reason for the removal in CVS. > > It is to complex and intricate for such a list. We don't limit the complexity on this list. It may be too complex for the GSoC, but this list is not only for the GSoC (last year we marked the entries suitable for the GSoC as such), it's a generic list. If there's no other reason, the entry should be added again. Bye, Alexander. -- Leela: "Where were you at 10pm last night?" Professor Farnsworth: "Where am I now?" http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:25:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 977A0106567E; Fri, 14 Mar 2008 20:25:45 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7175C8FC25; Fri, 14 Mar 2008 20:25:45 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKPj8N023211; Fri, 14 Mar 2008 20:25:45 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKPjKO023210; Fri, 14 Mar 2008 20:25:45 GMT (envelope-from murray) Message-Id: <200803142025.m2EKPjKO023210@repoman.freebsd.org> From: Murray Stokely Date: Fri, 14 Mar 2008 20:25:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:25:45 -0000 murray 2008-03-14 20:25:45 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Note that Roman was a summer of code alumnus in his new committer announcement. Our 9th one to gain commit access, by my count. Revision Changes Path 1.154 +8 -2 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:32:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56F58106566B; Fri, 14 Mar 2008 20:32:21 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 305C68FC17; Fri, 14 Mar 2008 20:32:21 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKWL0q023448; Fri, 14 Mar 2008 20:32:21 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKWLOt023447; Fri, 14 Mar 2008 20:32:21 GMT (envelope-from kientzle) Message-Id: <200803142032.m2EKWLOt023447@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 20:32:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:32:21 -0000 kientzle 2008-03-14 20:32:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: A block in a tar file is 512 bytes. Period. Remove the entirely pointless symbolic constant and sizeof(unsigned char). (The constant here is doubly wrong, since not only does it obscure a basic format constant, it was never intended to be a tar-specific value, so could conceivably be changed at some point in the future.) Revision Changes Path 1.66 +1 -1 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:35:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80C681065670; Fri, 14 Mar 2008 20:35:38 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 628F88FC17; Fri, 14 Mar 2008 20:35:38 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKZcD9023671; Fri, 14 Mar 2008 20:35:38 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKZc4f023670; Fri, 14 Mar 2008 20:35:38 GMT (envelope-from kientzle) Message-Id: <200803142035.m2EKZc4f023670@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 20:35:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive.h.in archive_write_set_compression_compress.c src/lib/libarchive/test Makefile test_write_compress.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:35:38 -0000 kientzle 2008-03-14 20:35:38 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in lib/libarchive/test Makefile Added files: lib/libarchive archive_write_set_compression_compress.c lib/libarchive/test test_write_compress.c Log: Support for writing 'compress' format, thanks to Joerg Sonnenberger. Revision Changes Path 1.81 +1 -0 src/lib/libarchive/Makefile 1.48 +1 -0 src/lib/libarchive/archive.h.in 1.1 +494 -0 src/lib/libarchive/archive_write_set_compression_compress.c (new) 1.16 +1 -0 src/lib/libarchive/test/Makefile 1.1 +99 -0 src/lib/libarchive/test/test_write_compress.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:36:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2801065673; Fri, 14 Mar 2008 20:36:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 405188FC28; Fri, 14 Mar 2008 20:36:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKaoh6023782; Fri, 14 Mar 2008 20:36:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKaokG023781; Fri, 14 Mar 2008 20:36:50 GMT (envelope-from miwi) Message-Id: <200803142036.m2EKaokG023781@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 20:36:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/randomshooter Makefile distinfo pkg-descr pkg-plist ports/games/randomshooter/files patch-makefile patch-src-input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:36:50 -0000 miwi 2008-03-14 20:36:50 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/randomshooter Makefile distinfo pkg-descr pkg-plist games/randomshooter/files patch-makefile patch-src-input.c Log: This is the first release of a shoot em up game written in SDL. The objective is simple: you have 1 life and 1 hit will kill you. Try and destroy as many enemies as possible before this happens. The game features an online scoring system and the ability to replay game sessions. WWW: http://www.parallelrealities.co.uk/randomShooter.php PR: ports/121203 Submitted by: Dmitry Marakasov Revision Changes Path 1.1189 +1 -0 ports/games/Makefile 1.1 +40 -0 ports/games/randomshooter/Makefile (new) 1.1 +3 -0 ports/games/randomshooter/distinfo (new) 1.1 +33 -0 ports/games/randomshooter/files/patch-makefile (new) 1.1 +11 -0 ports/games/randomshooter/files/patch-src-input.c (new) 1.1 +8 -0 ports/games/randomshooter/pkg-descr (new) 1.1 +55 -0 ports/games/randomshooter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:37:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63683106566C; Fri, 14 Mar 2008 20:37:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0D68FC13; Fri, 14 Mar 2008 20:37:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKbGBa023834; Fri, 14 Mar 2008 20:37:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKbGtc023833; Fri, 14 Mar 2008 20:37:16 GMT (envelope-from miwi) Message-Id: <200803142037.m2EKbGtc023833@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 20:37:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:37:16 -0000 miwi 2008-03-14 20:37:16 UTC FreeBSD ports repository Modified files: . modules Log: randomshooter --> ports/games/randomshooter Revision Changes Path 1.19499 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:38:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5754106566B; Fri, 14 Mar 2008 20:38:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8BD58FC17; Fri, 14 Mar 2008 20:38:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKcFIe023927; Fri, 14 Mar 2008 20:38:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKcF0h023926; Fri, 14 Mar 2008 20:38:15 GMT (envelope-from miwi) Message-Id: <200803142038.m2EKcF0h023926@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 20:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese Makefile ports/japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:38:15 -0000 miwi 2008-03-14 20:38:15 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist Log: The original babel package for LaTeX does not have an option Japanese. This port adds Japanese option to babel. WWW: http://www.ctan.org/tex-archive/language/japanese/japanese/ PR: ports/121709 Submitted by: Koji Yokota Revision Changes Path 1.677 +1 -0 ports/japanese/Makefile 1.1 +72 -0 ports/japanese/latex-japanese/Makefile (new) 1.1 +3 -0 ports/japanese/latex-japanese/distinfo (new) 1.1 +4 -0 ports/japanese/latex-japanese/pkg-descr (new) 1.1 +6 -0 ports/japanese/latex-japanese/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:38:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 811D0106568D; Fri, 14 Mar 2008 20:38:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4818FC38; Fri, 14 Mar 2008 20:38:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKcjPG023969; Fri, 14 Mar 2008 20:38:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKcjOJ023968; Fri, 14 Mar 2008 20:38:45 GMT (envelope-from miwi) Message-Id: <200803142038.m2EKcjOJ023968@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 20:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:38:45 -0000 miwi 2008-03-14 20:38:45 UTC FreeBSD ports repository Modified files: . modules Log: ja-latex-japanese --> ports/japanese/latex-japanese Revision Changes Path 1.19500 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Mar 14 20:40:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFB421065670; Fri, 14 Mar 2008 20:40:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 898238FC23; Fri, 14 Mar 2008 20:40:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EKeqWh024156; Fri, 14 Mar 2008 20:40:52 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EKeq5K024155; Fri, 14 Mar 2008 20:40:52 GMT (envelope-from miwi) Message-Id: <200803142040.m2EKeq5K024155@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 20:40:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 20:40:52 -0000 miwi 2008-03-14 20:40:52 UTC FreeBSD ports repository Modified files: net/GeoIP Makefile distinfo Log: - Update to 1.4.4 PR: 121620 Submitted by: Ports Fury Revision Changes Path 1.37 +3 -4 ports/net/GeoIP/Makefile 1.26 +3 -3 ports/net/GeoIP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:08:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57CAF1065670; Fri, 14 Mar 2008 21:08:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 307598FC19; Fri, 14 Mar 2008 21:08:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EL8YGg035203; Fri, 14 Mar 2008 21:08:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EL8XR1035202; Fri, 14 Mar 2008 21:08:33 GMT (envelope-from miwi) Message-Id: <200803142108.m2EL8XR1035202@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:08:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/zenmap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:08:34 -0000 miwi 2008-03-14 21:08:31 UTC FreeBSD ports repository Modified files: security/zenmap Makefile Log: - Force commit to notes that's a repocopy from security/nmapfe to security/zenmap. Repocopy by: marcus Revision Changes Path 1.38 +0 -0 ports/security/zenmap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:30:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF5ED106566C; Fri, 14 Mar 2008 21:30:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE6508FC13; Fri, 14 Mar 2008 21:30:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELUNZ8035983; Fri, 14 Mar 2008 21:30:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELUNlp035982; Fri, 14 Mar 2008 21:30:23 GMT (envelope-from miwi) Message-Id: <200803142130.m2ELUNlp035982@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:30:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe ports/security/nmap/files patch-Makefile.in patch-configure patch-nbase::configure patch-nbase__configure patch-nmap.cc patch-nmapfe::Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:30:24 -0000 miwi 2008-03-14 21:30:23 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe security/nmap/files patch-Makefile.in patch-configure Added files: security/nmap/files patch-nbase__configure patch-nmap.cc Removed files: security/nmap/files patch-nbase::configure patch-nmapfe::Makefile.in patch-nmapfe::nmapfe_sig.c Log: - Update to 4.52 PR: 119673 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.107 +13 -40 ports/security/nmap/Makefile 1.67 +3 -3 ports/security/nmap/distinfo 1.5 +6 -6 ports/security/nmap/files/patch-Makefile.in 1.9 +15 -14 ports/security/nmap/files/patch-configure 1.10 +0 -14 ports/security/nmap/files/patch-nbase::configure (dead) 1.1 +11 -0 ports/security/nmap/files/patch-nbase__configure (new) 1.1 +10 -0 ports/security/nmap/files/patch-nmap.cc (new) 1.3 +0 -11 ports/security/nmap/files/patch-nmapfe::Makefile.in (dead) 1.5 +0 -11 ports/security/nmap/files/patch-nmapfe::nmapfe_sig.c (dead) 1.6 +2 -5 ports/security/nmap/pkg-descr 1.2 +0 -6 ports/security/nmap/pkg-descr.fe 1.21 +56 -1 ports/security/nmap/pkg-plist 1.4 +0 -6 ports/security/nmap/pkg-plist.fe From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:30:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 187D0106568C; Fri, 14 Mar 2008 21:30:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E42E08FC16; Fri, 14 Mar 2008 21:30:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELUTwj036021; Fri, 14 Mar 2008 21:30:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELUT2l036020; Fri, 14 Mar 2008 21:30:29 GMT (envelope-from miwi) Message-Id: <200803142130.m2ELUT2l036020@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:30:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/zenmap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:30:30 -0000 miwi 2008-03-14 21:30:29 UTC FreeBSD ports repository Modified files: security/zenmap Makefile Added files: security/zenmap distinfo pkg-descr pkg-plist Log: - Update to 4.52 PR: 119673 Submitted by: Daniel Roethlisberger Revision Changes Path 1.39 +43 -7 ports/security/zenmap/Makefile 1.17 +3 -0 ports/security/zenmap/distinfo (new) 1.6 +4 -0 ports/security/zenmap/pkg-descr (new) 1.12 +243 -0 ports/security/zenmap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:33:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740AA1065670; Fri, 14 Mar 2008 21:33:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0BF8FC14; Fri, 14 Mar 2008 21:33:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELXFVQ036173; Fri, 14 Mar 2008 21:33:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELXFTY036172; Fri, 14 Mar 2008 21:33:15 GMT (envelope-from miwi) Message-Id: <200803142133.m2ELXFTY036172@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:33:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/security Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:33:15 -0000 miwi 2008-03-14 21:33:15 UTC FreeBSD ports repository Modified files: . modules security Makefile Log: - Connect security/zenmap to the build Revision Changes Path 1.19501 +1 -0 CVSROOT/modules 1.946 +1 -0 ports/security/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:38:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB78A1065671; Fri, 14 Mar 2008 21:38:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9348D8FC1E; Fri, 14 Mar 2008 21:38:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELcA63036376; Fri, 14 Mar 2008 21:38:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELcAl8036375; Fri, 14 Mar 2008 21:38:10 GMT (envelope-from miwi) Message-Id: <200803142138.m2ELcAl8036375@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:38:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/security/nmapfe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:38:10 -0000 miwi 2008-03-14 21:38:10 UTC FreeBSD ports repository Modified files: . MOVED Removed files: security/nmapfe Makefile Log: - Remove security/nmapfe (project was renamed to security/zenmap) Revision Changes Path 1.1556 +2 -1 ports/MOVED 1.38 +0 -16 ports/security/nmapfe/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:39:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90FD91065671; Fri, 14 Mar 2008 21:39:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 694328FC16; Fri, 14 Mar 2008 21:39:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELdmOk036446; Fri, 14 Mar 2008 21:39:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELdma3036445; Fri, 14 Mar 2008 21:39:48 GMT (envelope-from miwi) Message-Id: <200803142139.m2ELdma3036445@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:39:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/security Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:39:48 -0000 miwi 2008-03-14 21:39:48 UTC FreeBSD ports repository Modified files: . modules security Makefile Log: - Disconnect security/nmapfe (project was renamed to security/zenmap) Revision Changes Path 1.19502 +0 -1 CVSROOT/modules 1.947 +0 -1 ports/security/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:40:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7E71065673; Fri, 14 Mar 2008 21:40:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C41DF8FC16; Fri, 14 Mar 2008 21:40:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELeXne036552; Fri, 14 Mar 2008 21:40:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELeXMJ036551; Fri, 14 Mar 2008 21:40:33 GMT (envelope-from miwi) Message-Id: <200803142140.m2ELeXMJ036551@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:40:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:40:34 -0000 miwi 2008-03-14 21:40:33 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add notes for security/nmapfe users Revision Changes Path 1.596 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:45:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 097771065673; Fri, 14 Mar 2008 21:45:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5F328FC13; Fri, 14 Mar 2008 21:45:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELjPaU036732; Fri, 14 Mar 2008 21:45:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELjPQw036731; Fri, 14 Mar 2008 21:45:25 GMT (envelope-from miwi) Message-Id: <200803142145.m2ELjPQw036731@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:45:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:45:26 -0000 miwi 2008-03-14 21:45:25 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Fix whitespaces Revision Changes Path 1.597 +12 -12 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:55:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11530106566C; Fri, 14 Mar 2008 21:55:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 026CF8FC13; Fri, 14 Mar 2008 21:55:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELtEHi037095; Fri, 14 Mar 2008 21:55:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELtEIN037094; Fri, 14 Mar 2008 21:55:14 GMT (envelope-from miwi) Message-Id: <200803142155.m2ELtEIN037094@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:55:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/x11/hs-x11-extras-ghc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:55:15 -0000 miwi 2008-03-14 21:55:14 UTC FreeBSD ports repository Modified files: . MOVED Removed files: x11/hs-x11-extras-ghc Makefile distinfo pkg-descr pkg-plist Log: - Remove x11/hs-x11-extras-ghc (is now included in x11/hs-x11-ghc) PR: 120404 Submitted by: Jacula Modyun Approved by: maintainer Revision Changes Path 1.1557 +3 -1 ports/MOVED 1.2 +0 -53 ports/x11/hs-x11-extras-ghc/Makefile (dead) 1.2 +0 -3 ports/x11/hs-x11-extras-ghc/distinfo (dead) 1.2 +0 -7 ports/x11/hs-x11-extras-ghc/pkg-descr (dead) 1.2 +0 -14 ports/x11/hs-x11-extras-ghc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:57:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5815106567A; Fri, 14 Mar 2008 21:57:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D03E8FC1D; Fri, 14 Mar 2008 21:57:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELvJrw037197; Fri, 14 Mar 2008 21:57:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELvJ2V037196; Fri, 14 Mar 2008 21:57:19 GMT (envelope-from miwi) Message-Id: <200803142157.m2ELvJ2V037196@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 21:57:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/x11 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:57:19 -0000 miwi 2008-03-14 21:57:19 UTC FreeBSD ports repository Modified files: . modules x11 Makefile Log: - Disconnect x11/hs-x11-extras-ghc Revision Changes Path 1.19503 +0 -1 CVSROOT/modules 1.676 +0 -1 ports/x11/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:59:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C44BC1065670; Fri, 14 Mar 2008 21:59:11 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB258FC1B; Fri, 14 Mar 2008 21:59:11 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELxB7K037257; Fri, 14 Mar 2008 21:59:11 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELxBnj037256; Fri, 14 Mar 2008 21:59:11 GMT (envelope-from emaste) Message-Id: <200803142159.m2ELxBnj037256@repoman.freebsd.org> From: Ed Maste Date: Fri, 14 Mar 2008 21:59:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:59:12 -0000 emaste 2008-03-14 21:59:11 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Change spelling and eliminate a typo in comments to reduce diffs with Adaptec's vendor driver. I have some fixes to bring in and this makes ongoing review of the FreeBSD-Adaptec driver diffs easier. Revision Changes Path 1.128 +11 -11 src/sys/dev/aac/aac.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 21:59:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF24C1065740; Fri, 14 Mar 2008 21:59:21 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6D6E8FC17; Fri, 14 Mar 2008 21:59:21 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ELxLaa037292; Fri, 14 Mar 2008 21:59:21 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ELxLLG037291; Fri, 14 Mar 2008 21:59:21 GMT (envelope-from beech) Message-Id: <200803142159.m2ELxLLG037291@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 14 Mar 2008 21:59:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skype-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 21:59:22 -0000 beech 2008-03-14 21:59:21 UTC FreeBSD ports repository Modified files: net/skype-devel Makefile distinfo pkg-plist Log: - Unbreak, mirror proper distfile (vendor permission). - Add avatars Revision Changes Path 1.39 +6 -5 ports/net/skype-devel/Makefile 1.24 +3 -3 ports/net/skype-devel/distinfo 1.14 +62 -1 ports/net/skype-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:00:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2D0106566B; Fri, 14 Mar 2008 22:00:09 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56ADD8FC1B; Fri, 14 Mar 2008 22:00:09 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EM09WP037422; Fri, 14 Mar 2008 22:00:09 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EM09NU037421; Fri, 14 Mar 2008 22:00:09 GMT (envelope-from kientzle) Message-Id: <200803142200.m2EM09NU037421@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_string.h archive_string_sprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:00:09 -0000 kientzle 2008-03-14 22:00:09 UTC FreeBSD src repository Modified files: lib/libarchive archive_string.h archive_string_sprintf.c Log: Add a useful sprintf()-style wrapper around archive_string_vsprintf(). (Which is built on top of libarchive's internal resizable string support.) Revision Changes Path 1.10 +3 -0 src/lib/libarchive/archive_string.h 1.10 +10 -0 src/lib/libarchive/archive_string_sprintf.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:11:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 350181065670 for ; Fri, 14 Mar 2008 22:11:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id BD3978FC1C for ; Fri, 14 Mar 2008 22:11:58 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 56652 invoked by uid 0); 14 Mar 2008 21:45:14 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 14 Mar 2008 21:45:14 -0000 X-pair-Authenticated: 201.212.36.8 Date: Thu, 13 Mar 2008 19:43:48 -0300 From: Alejandro Pulver To: "Aryeh M. Friedman" Message-ID: <20080313194348.154bda48@deimos.mars.bsd> In-Reply-To: <47D98A47.7000603@gmail.com> References: <200803131939.m2DJduiJ003801@repoman.freebsd.org> <47D98A47.7000603@gmail.com> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.8; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/_OwCeTb=vDfNnaG__LkwC9Z"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:11:59 -0000 --Sig_/_OwCeTb=vDfNnaG__LkwC9Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 13 Mar 2008 16:10:47 -0400 "Aryeh M. Friedman" wrote: > Alejandro Pulver wrote: > > alepulver 2008-03-13 19:39:56 UTC > > > > FreeBSD ports repository > > > > Modified files: > > sysutils/fusefs-ntfs Makefile distinfo pkg-plist=20 >=20 > I have not completed rebuilding my ports after the removal of KSE but a=20 > spot test before doing this caused a panic (even after remaking=20 > fusefs-kmod) do you know if this will have any such strange effects? I've updated my system to RELENG_7 (as of some days after the release), but only rebuilt x11/nvidia-driver (which strangely needs to load at boot time now, to create the device nodes) and sysutils/fusefs-kmod at this time. After that fusefs-ntfs worked fine. Best Regards, Ale --Sig_/_OwCeTb=vDfNnaG__LkwC9Z Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkfZriQACgkQiV05EpRcP2ECOQCdFr0hKZQ51Gyb7NjR4qrAc1tr WosAoNCZqnpCk3Av3ZJEUeiAJBNElav8 =Nxvu -----END PGP SIGNATURE----- --Sig_/_OwCeTb=vDfNnaG__LkwC9Z-- From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:19:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020371065675; Fri, 14 Mar 2008 22:19:51 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E75848FC1C; Fri, 14 Mar 2008 22:19:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMJoMq039220; Fri, 14 Mar 2008 22:19:50 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMJoE3039219; Fri, 14 Mar 2008 22:19:50 GMT (envelope-from kientzle) Message-Id: <200803142219.m2EMJoE3039219@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:19:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:19:51 -0000 kientzle 2008-03-14 22:19:50 UTC FreeBSD src repository Modified files: lib/libarchive archive.h.in Log: Rework the versioning information, hopefully for the last time. * There are now only two public version identifiers: "number" is a single integer that combines Major/minor/release in a single value of the form Mmmmrrr. This is easy to compare against for checking feature support. "string" is a displayable text string of the form "libarchive M.mm.rr". * The number is present both as a macro (version of the installed header) and a function (version of the shared library). The string form is available only as a function. * Retain the older version definitions for now, but mark them all as deprecated, to disappear in libarchive 3.0 (whenever that happens). * Rework the various deprecation conditionals to use ARCHIVE_VERSION_NUMBER. An ancillary goal is to reduce the number of @...@ substitutions that are required. Someday, I might even be able to avoid build-time processing of archive.h entirely. Revision Changes Path 1.49 +37 -41 src/lib/libarchive/archive.h.in From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:25:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A2041065672; Fri, 14 Mar 2008 22:25:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70CC08FC18; Fri, 14 Mar 2008 22:25:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMPeVh039507; Fri, 14 Mar 2008 22:25:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMPeog039506; Fri, 14 Mar 2008 22:25:40 GMT (envelope-from miwi) Message-Id: <200803142225.m2EMPeog039506@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 22:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap-i18n-man Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:25:40 -0000 miwi 2008-03-14 22:25:40 UTC FreeBSD ports repository Modified files: security/nmap-i18n-man Makefile distinfo pkg-plist Log: - Update to 4.53.20080303 and make fetchable again PR: 121335 Submitted by: Daniel Roethlisberger (maintainer) Reported by: pointyhat Revision Changes Path 1.3 +7 -3 ports/security/nmap-i18n-man/Makefile 1.2 +33 -30 ports/security/nmap-i18n-man/distinfo 1.2 +2 -0 ports/security/nmap-i18n-man/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:31:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E93106566B; Fri, 14 Mar 2008 22:31:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76C878FC16; Fri, 14 Mar 2008 22:31:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMVCJ8041997; Fri, 14 Mar 2008 22:31:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMVCpF041996; Fri, 14 Mar 2008 22:31:12 GMT (envelope-from miwi) Message-Id: <200803142231.m2EMVCpF041996@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 22:31:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xlockmore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:31:12 -0000 miwi 2008-03-14 22:31:12 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile Log: - Fix build when MESAGL enabled is Submitted by: Mamoru Iwaki (via ports@ ml) Revision Changes Path 1.110 +2 -1 ports/x11/xlockmore/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:31:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 433741065671; Fri, 14 Mar 2008 22:31:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 339428FC2C; Fri, 14 Mar 2008 22:31:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMVv5w042060; Fri, 14 Mar 2008 22:31:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMVvuP042059; Fri, 14 Mar 2008 22:31:57 GMT (envelope-from kientzle) Message-Id: <200803142231.m2EMVvuP042059@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:31:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_util.c src/lib/libarchive/test test_archive_api_feature.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:31:58 -0000 kientzle 2008-03-14 22:31:57 UTC FreeBSD src repository Modified files: lib/libarchive archive_util.c lib/libarchive/test test_archive_api_feature.c Log: Rework the versioning implementation and test to match the new interface. Mark the functions that are going away in libarchive 3.0. In particular, archive_version_string() now computes the string rather than assuming that it will be created by the build infrastructure. Eventually, this will allow some simplification of the build infrastructure. Revision Changes Path 1.17 +44 -2 src/lib/libarchive/archive_util.c 1.4 +14 -0 src/lib/libarchive/test/test_archive_api_feature.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:40:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B218B106566B; Fri, 14 Mar 2008 22:40:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 883CF8FC16; Fri, 14 Mar 2008 22:40:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMeLGa042797; Fri, 14 Mar 2008 22:40:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMeLir042796; Fri, 14 Mar 2008 22:40:21 GMT (envelope-from miwi) Message-Id: <200803142240.m2EMeLir042796@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 22:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/www/mod_dosevasive20 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:40:21 -0000 miwi 2008-03-14 22:40:21 UTC FreeBSD ports repository Modified files: . MOVED Removed files: www/mod_dosevasive20 Makefile distinfo pkg-descr Log: - Remove www/mod_dosevasise20 (project was renamed to mod_evasive20) PR: 119982 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.1558 +2 -2 ports/MOVED 1.8 +0 -44 ports/www/mod_dosevasive20/Makefile (dead) 1.5 +0 -3 ports/www/mod_dosevasive20/distinfo (dead) 1.3 +0 -30 ports/www/mod_dosevasive20/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:40:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C81A41065671; Fri, 14 Mar 2008 22:40:26 +0000 (UTC) Date: Fri, 14 Mar 2008 22:40:26 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20080314224026.GA51323@FreeBSD.org> References: <200803142130.m2ELUNlp035982@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200803142130.m2ELUNlp035982@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/nmap Makefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe ports/security/nmap/files patch-Makefile.in patch-configure patch-nbase::configure patch-nbase__configure patch-nmap.cc patch-nmapfe::Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:40:26 -0000 On Fri, Mar 14, 2008 at 09:30:23PM +0000, Martin Wilke wrote: > miwi 2008-03-14 21:30:23 UTC > > FreeBSD ports repository > > Revision Changes Path > 1.10 +0 -14 ports/security/nmap/files/patch-nbase::configure (dead) > 1.1 +11 -0 ports/security/nmap/files/patch-nbase__configure (new) We generally try to avoid renaming of patch files to ease on repo's life. ./danfe From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:40:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB631065670; Fri, 14 Mar 2008 22:40:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9607E8FC1B; Fri, 14 Mar 2008 22:40:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMeaAV042824; Fri, 14 Mar 2008 22:40:36 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMeaA1042823; Fri, 14 Mar 2008 22:40:36 GMT (envelope-from kientzle) Message-Id: <200803142240.m2EMeaA1042823@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:40:36 -0000 kientzle 2008-03-14 22:40:36 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Let archive_entry_clear() accept a NULL pointer and simply do nothing. In particular, this allows archive_entry_free() to work correctly for a NULL pointer, which makes it parallel with free(3). Revision Changes Path 1.48 +2 -0 src/lib/libarchive/archive_entry.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:44:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC6AC1065670; Fri, 14 Mar 2008 22:44:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8363B8FC14; Fri, 14 Mar 2008 22:44:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMi7TI043022; Fri, 14 Mar 2008 22:44:07 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMi71N043021; Fri, 14 Mar 2008 22:44:07 GMT (envelope-from kientzle) Message-Id: <200803142244.m2EMi71N043021@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:44:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:44:07 -0000 kientzle 2008-03-14 22:44:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Since "length" computes the length of a string and is used as an argument to malloc(3), it should be size_t, not int. Revision Changes Path 1.49 +1 -1 src/lib/libarchive/archive_entry.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:44:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046A41065678; Fri, 14 Mar 2008 22:44:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D05458FC1A; Fri, 14 Mar 2008 22:44:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMiJW2043053; Fri, 14 Mar 2008 22:44:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMiJLG043052; Fri, 14 Mar 2008 22:44:19 GMT (envelope-from miwi) Message-Id: <200803142244.m2EMiJLG043052@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 22:44:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:44:20 -0000 miwi 2008-03-14 22:44:19 UTC FreeBSD ports repository Modified files: www Makefile Log: - Disconnect www/mod_dosevasise20 Revision Changes Path 1.1998 +0 -1 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:46:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA631065672; Fri, 14 Mar 2008 22:46:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23A448FC14; Fri, 14 Mar 2008 22:46:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMkX6T043220; Fri, 14 Mar 2008 22:46:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMkXlr043219; Fri, 14 Mar 2008 22:46:33 GMT (envelope-from pav) Message-Id: <200803142246.m2EMkXlr043219@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 22:46:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/adesklets Makefile ports/deskutils/adesklets/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:46:33 -0000 pav 2008-03-14 22:46:23 UTC FreeBSD ports repository Modified files: deskutils/adesklets Makefile deskutils/adesklets/files patch-configure Log: (Committing on behalf of stas) - Fix adesklets breakage after an imlib2 update. Somehow, it started to detect iconv installed, but fails to link the binary properly. Also fix some other configure syntax errors. Pointy hat to: me (for not testing everything before commit) Reported by: pav, erwin Revision Changes Path 1.22 +2 -0 ports/deskutils/adesklets/Makefile 1.2 +48 -2 ports/deskutils/adesklets/files/patch-configure From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:47:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E038106566C; Fri, 14 Mar 2008 22:47:39 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24C4F8FC13; Fri, 14 Mar 2008 22:47:39 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMldYa043267; Fri, 14 Mar 2008 22:47:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMldaA043266; Fri, 14 Mar 2008 22:47:39 GMT (envelope-from kientzle) Message-Id: <200803142247.m2EMldaA043266@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 22:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:47:39 -0000 kientzle 2008-03-14 22:47:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.h Log: Update some comments, comment out argument names to guard against namespace problems. Revision Changes Path 1.25 +50 -16 src/lib/libarchive/archive_entry.h From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:55:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0491065670; Fri, 14 Mar 2008 22:55:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 646E18FC1D; Fri, 14 Mar 2008 22:55:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMtt90043569; Fri, 14 Mar 2008 22:55:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMtt7g043568; Fri, 14 Mar 2008 22:55:55 GMT (envelope-from miwi) Message-Id: <200803142255.m2EMtt7g043568@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 22:55:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/sdl_mixer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:55:55 -0000 miwi 2008-03-14 22:55:55 UTC FreeBSD ports repository Modified files: audio/sdl_mixer Makefile Log: - Add timidity++ support - Bump PORTREVISION PR: 117218 Submitted by: Olivier Smedts maintainer Approved by: maintainer Revision Changes Path 1.44 +9 -1 ports/audio/sdl_mixer/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 22:56:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 047831065672; Fri, 14 Mar 2008 22:56:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF9EA8FC18; Fri, 14 Mar 2008 22:56:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EMuSRT043618; Fri, 14 Mar 2008 22:56:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EMuS88043617; Fri, 14 Mar 2008 22:56:28 GMT (envelope-from pav) Message-Id: <200803142256.m2EMuS88043617@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 22:56:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/emacs.app Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 22:56:29 -0000 pav 2008-03-14 22:56:28 UTC FreeBSD ports repository Modified files: editors/emacs.app Makefile Log: - Mark BROKEN Reported by: pointyhat Revision Changes Path 1.8 +2 -0 ports/editors/emacs.app/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:00:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E121065673; Fri, 14 Mar 2008 23:00:54 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22CD28FC26; Fri, 14 Mar 2008 23:00:54 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EN0seQ043850; Fri, 14 Mar 2008 23:00:54 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EN0sEF043849; Fri, 14 Mar 2008 23:00:54 GMT (envelope-from kientzle) Message-Id: <200803142300.m2EN0sEF043849@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 23:00:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h src/lib/libarchive/test test_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:00:54 -0000 kientzle 2008-03-14 23:00:53 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h lib/libarchive/test test_entry.c Log: New public functions archive_entry_copy_link() and archive_entry_copy_link_w() override the currently set link value, whether that's a hardlink or a symlink. Plus documentation update and tests. Revision Changes Path 1.82 +2 -0 src/lib/libarchive/Makefile 1.17 +2 -0 src/lib/libarchive/archive_entry.3 1.50 +22 -0 src/lib/libarchive/archive_entry.c 1.26 +2 -0 src/lib/libarchive/archive_entry.h 1.4 +30 -1 src/lib/libarchive/test/test_entry.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:08:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4C0C1065672; Fri, 14 Mar 2008 23:08:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BADA88FC1E; Fri, 14 Mar 2008 23:08:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EN85rc045344; Fri, 14 Mar 2008 23:08:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EN85pE045343; Fri, 14 Mar 2008 23:08:05 GMT (envelope-from miwi) Message-Id: <200803142308.m2EN85pE045343@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Mar 2008 23:08:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/grisbi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:08:06 -0000 miwi 2008-03-14 23:08:05 UTC FreeBSD ports repository Modified files: finance/grisbi Makefile Log: - Chase finance/libofx shlib version bump Submitted by: pavbot Revision Changes Path 1.37 +1 -1 ports/finance/grisbi/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:09:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FA01106566B; Fri, 14 Mar 2008 23:09:03 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D95768FC16; Fri, 14 Mar 2008 23:09:02 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EN92PG045382; Fri, 14 Mar 2008 23:09:02 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EN92Mg045381; Fri, 14 Mar 2008 23:09:02 GMT (envelope-from kientzle) Message-Id: <200803142309.m2EN92Mg045381@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 23:09:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:09:03 -0000 kientzle 2008-03-14 23:09:02 UTC FreeBSD src repository Modified files: lib/libarchive archive_write.c Log: Don't advertise the default block size as a constant; don't rely on a deprecated value to set the default. This is also related to a longer-term goal of setting the default block size based on format and possibly other factors, which makes it a bad idea to tie this to a published constant. Revision Changes Path 1.27 +6 -1 src/lib/libarchive/archive_write.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:17:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EA81106566B; Fri, 14 Mar 2008 23:17:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E85088FC12; Fri, 14 Mar 2008 23:17:11 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ENHB5D045727; Fri, 14 Mar 2008 23:17:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ENHB81045726; Fri, 14 Mar 2008 23:17:11 GMT (envelope-from pav) Message-Id: <200803142317.m2ENHB81045726@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 23:17:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/versuch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:17:12 -0000 pav 2008-03-14 23:17:11 UTC FreeBSD ports repository Modified files: net/versuch Makefile Log: - Mark BROKEN Reported by: pointyhat Revision Changes Path 1.8 +2 -0 ports/net/versuch/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:19:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6097F106566C; Fri, 14 Mar 2008 23:19:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34D628FC1E; Fri, 14 Mar 2008 23:19:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ENJk1g045821; Fri, 14 Mar 2008 23:19:46 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ENJkdX045820; Fri, 14 Mar 2008 23:19:46 GMT (envelope-from kientzle) Message-Id: <200803142319.m2ENJkdX045820@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 14 Mar 2008 23:19:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:19:47 -0000 kientzle 2008-03-14 23:19:46 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c lib/libarchive/test test_entry.c Log: Don't lie. If a string can't be converted to a wide (Unicode) string, return a NULL instead of an incomplete string. Expand the test coverage to verify the correct behavior here. Revision Changes Path 1.51 +8 -1 src/lib/libarchive/archive_entry.c 1.5 +35 -0 src/lib/libarchive/test/test_entry.c From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:20:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 766E1106566C; Fri, 14 Mar 2008 23:20:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8848FC1D; Fri, 14 Mar 2008 23:20:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ENKt0m045914; Fri, 14 Mar 2008 23:20:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ENKtdR045913; Fri, 14 Mar 2008 23:20:55 GMT (envelope-from pav) Message-Id: <200803142320.m2ENKtdR045913@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 23:20:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-video-openchrome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:20:55 -0000 pav 2008-03-14 23:20:55 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-openchrome Makefile Log: - Mark BROKEN on 5.X Reported by: pointyhat Revision Changes Path 1.7 +7 -1 ports/x11-drivers/xf86-video-openchrome/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:29:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D5E31065673; Fri, 14 Mar 2008 23:29:31 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 720EA8FC16; Fri, 14 Mar 2008 23:29:31 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ENTVfh046243; Fri, 14 Mar 2008 23:29:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ENTVCq046242; Fri, 14 Mar 2008 23:29:31 GMT (envelope-from pav) Message-Id: <200803142329.m2ENTVCq046242@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Mar 2008 23:29:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kino Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:29:31 -0000 pav 2008-03-14 23:29:30 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile pkg-plist Log: - Fix plist Reported by: pointyhat Revision Changes Path 1.41 +1 -0 ports/multimedia/kino/Makefile 1.27 +1 -0 ports/multimedia/kino/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 14 23:39:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD651065673; Fri, 14 Mar 2008 23:39:03 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 744E78FC17; Fri, 14 Mar 2008 23:39:03 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ENd3sk046590; Fri, 14 Mar 2008 23:39:03 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ENd33x046589; Fri, 14 Mar 2008 23:39:03 GMT (envelope-from flz) Message-Id: <200803142339.m2ENd33x046589@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 14 Mar 2008 23:39:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/libXtst Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 23:39:03 -0000 flz 2008-03-14 23:39:03 UTC FreeBSD ports repository Modified files: x11/libXtst Makefile Log: Add inputproto to RUN_DEPENDS as well. Revision Changes Path 1.4 +2 -1 ports/x11/libXtst/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 00:52:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C751065678; Sat, 15 Mar 2008 00:52:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA5E58FC33; Sat, 15 Mar 2008 00:52:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F0qNfs059616; Sat, 15 Mar 2008 00:52:23 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F0qNOt059615; Sat, 15 Mar 2008 00:52:23 GMT (envelope-from kientzle) Message-Id: <200803150052.m2F0qNOt059615@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 00:52:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test .cvsignore X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 00:52:24 -0000 kientzle 2008-03-15 00:52:23 UTC FreeBSD src repository Added files: lib/libarchive/test .cvsignore Log: Ignore some built files. Revision Changes Path 1.1 +4 -0 src/lib/libarchive/test/.cvsignore (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 15 00:56:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83B63106566C for ; Sat, 15 Mar 2008 00:56:42 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outU.internet-mail-service.net (outU.internet-mail-service.net [216.240.47.244]) by mx1.freebsd.org (Postfix) with ESMTP id 690638FC1B for ; Sat, 15 Mar 2008 00:56:42 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Fri, 14 Mar 2008 17:56:42 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 851722D762B; Fri, 14 Mar 2008 17:56:41 -0700 (PDT) Message-ID: <47DB1EC8.2040100@elischer.org> Date: Fri, 14 Mar 2008 17:56:40 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Maksim Yevmenkin References: <200803141611.m2EGBLwF076696@repoman.freebsd.org> In-Reply-To: <200803141611.m2EGBLwF076696@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 00:56:42 -0000 Maksim Yevmenkin wrote: > emax 2008-03-14 16:11:20 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c > Log: > MFC: > > Add an option to register DUN (Dial-Up Networking) service on the same > RFCOMM channel if needed. There is really no good reason to not to support > this. AT-command exchange can be faked with chat script in ppp.conf. > > Revision Changes Path > 1.10.2.5 +10 -1 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 > 1.5.8.2 +33 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c Hi max.. we were having a beer induced discussion here.. and I thought you might know about the answer to one question that came up as ajoke.. how many barriers are there from stopping a computer from doing "drive-by" downloads and connections from random passing cell phones.. obviously they need to associate, but how many layers of security are there? From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:09:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B283106566C; Sat, 15 Mar 2008 01:09:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CADF8FC1F; Sat, 15 Mar 2008 01:09:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F19lrD061537; Sat, 15 Mar 2008 01:09:47 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F19lsV061536; Sat, 15 Mar 2008 01:09:47 GMT (envelope-from jkim) Message-Id: <200803150109.m2F19lsV061536@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 15 Mar 2008 01:09:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mixer mixer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:09:48 -0000 jkim 2008-03-15 01:09:47 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: - Check device masks and bypass printing headers if capable device does not exist. /etc/rc.d/mixer tried to restore non-existent recording source because /var/var/db/mixer*-state contains '=rec' for example. - Remove hardcoded mixer2 and mixer3 and do the right thing. - Replace getopt(3) with hand-rolled option parser. It was not able to handle 'mixer -rec mic' although it is a valid command. - Make '-s' and '-S' mutualy exclusive as mixer(8) says. - Do not re-read recording source unless it has been modified. Revision Changes Path 1.24 +72 -47 src/usr.sbin/mixer/mixer.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:15:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 924A5106566B; Sat, 15 Mar 2008 01:15:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61CDD8FC17; Sat, 15 Mar 2008 01:15:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1FGCk061763; Sat, 15 Mar 2008 01:15:16 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1FGBv061762; Sat, 15 Mar 2008 01:15:16 GMT (envelope-from jkim) Message-Id: <200803150115.m2F1FGBv061762@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 15 Mar 2008 01:15:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mixer mixer.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:15:16 -0000 jkim 2008-03-15 01:15:16 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.8 Log: Update list of possible mixer devices. These devices were added to soundcard.h more than ten years ago. Revision Changes Path 1.26 +3 -2 src/usr.sbin/mixer/mixer.8 From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:20:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE544106566B; Sat, 15 Mar 2008 01:20:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3C78FC1C; Sat, 15 Mar 2008 01:20:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1K5nK061917; Sat, 15 Mar 2008 01:20:05 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1K57Z061916; Sat, 15 Mar 2008 01:20:05 GMT (envelope-from jkim) Message-Id: <200803150120.m2F1K57Z061916@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 15 Mar 2008 01:20:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mixer mixer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:20:06 -0000 jkim 2008-03-15 01:20:05 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: Clean up code and fix style(9) nits. Revision Changes Path 1.25 +101 -99 src/usr.sbin/mixer/mixer.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:36:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BD2810656CE; Sat, 15 Mar 2008 01:36:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE818FC1B; Sat, 15 Mar 2008 01:36:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1aLG5062450; Sat, 15 Mar 2008 01:36:21 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1aLDa062449; Sat, 15 Mar 2008 01:36:21 GMT (envelope-from jkim) Message-Id: <200803150136.m2F1aLDa062449@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 15 Mar 2008 01:36:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mixer mixer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:36:21 -0000 jkim 2008-03-15 01:36:20 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: Fix a typo. Revision Changes Path 1.26 +1 -1 src/usr.sbin/mixer/mixer.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:43:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93E3D106566B; Sat, 15 Mar 2008 01:43:59 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C55B8FC14; Sat, 15 Mar 2008 01:43:59 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1hx7t062720; Sat, 15 Mar 2008 01:43:59 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1hxt7062719; Sat, 15 Mar 2008 01:43:59 GMT (envelope-from kientzle) Message-Id: <200803150143.m2F1hxt7062719@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 01:43:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c src/lib/libarchive/test Makefile test_pax_filename_encoding.c test_pax_filename_encoding.tar.gz.uu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:43:59 -0000 kientzle 2008-03-15 01:43:59 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_pax_filename_encoding.c test_pax_filename_encoding.tar.gz.uu Log: A subtle point: "pax interchange format" mandates that all strings (including pathname, gname, uname) be stored in UTF-8. This usually doesn't cause problems on FreeBSD because the "C" locale on FreeBSD can convert any byte to Unicode/wchar_t and from there to UTF-8. In other locales (including the "C" locale on Linux which is really ASCII), you can get into trouble with pathnames that cannot be converted to UTF-8. Libarchive's pax writer truncated pathnames and other strings at the first nonconvertible character. (ouch!) Other archivers have worked around this by storing unconvertible pathnames as raw binary, a practice which has been sanctioned by the Austin group. However, libarchive's pax reader would segfault reading headers that weren't proper UTF-8. (ouch!) Since bsdtar defaults to pax format, this affects bsdtar rather heavily. To correctly support the new "hdrcharset" header that is going into SUS and to handle conversion failures in general, libarchive's pax reader and writer have been overhauled fairly extensively. They used to do most of the pax header processing using wchar_t (Unicode); they now do most of it using char so that common logic applies to either UTF-8 or "binary" strings. As a bonus, a number of extraneous conversions to/from wchar_t have been eliminated, which should speed things up just a tad. Thanks to: Bjoern Jacke for originally reporting this to me Thanks to: Joerg Sonnenberger for noting a bad typo in my first draft of this Thanks to: Gunnar Ritter for getting the standard fixed MFC after: 5 days Revision Changes Path 1.67 +240 -209 src/lib/libarchive/archive_read_support_format_tar.c 1.43 +126 -50 src/lib/libarchive/archive_write_set_format_pax.c 1.17 +1 -0 src/lib/libarchive/test/Makefile 1.1 +161 -0 src/lib/libarchive/test/test_pax_filename_encoding.c (new) 1.1 +10 -0 src/lib/libarchive/test/test_pax_filename_encoding.tar.gz.uu (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:54:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B914D1065674; Sat, 15 Mar 2008 01:54:26 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 892FD8FC15; Sat, 15 Mar 2008 01:54:26 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1sQ8x063072; Sat, 15 Mar 2008 01:54:26 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1sQKQ063071; Sat, 15 Mar 2008 01:54:26 GMT (envelope-from maho) Message-Id: <200803150154.m2F1sQKQ063071@repoman.freebsd.org> From: Maho Nakata Date: Sat, 15 Mar 2008 01:54:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:54:26 -0000 maho 2008-03-15 01:54:26 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m3. Revision Changes Path 1.356 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.166 +3 -3 ports/editors/openoffice.org-3-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 01:57:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB711065673; Sat, 15 Mar 2008 01:57:01 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C88B8FC14; Sat, 15 Mar 2008 01:57:01 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F1v0Av063225; Sat, 15 Mar 2008 01:57:00 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F1v0Pm063224; Sat, 15 Mar 2008 01:57:00 GMT (envelope-from maho) Message-Id: <200803150157.m2F1v0Pm063224@repoman.freebsd.org> From: Maho Nakata Date: Sat, 15 Mar 2008 01:57:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:57:01 -0000 maho 2008-03-15 01:57:00 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile Log: Remove CODELINE. Revision Changes Path 1.357 +0 -1 ports/editors/openoffice.org-3-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:22:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 548D71065672; Sat, 15 Mar 2008 02:22:09 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23DD88FC16; Sat, 15 Mar 2008 02:22:09 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2M9eF065662; Sat, 15 Mar 2008 02:22:09 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2M8tI065661; Sat, 15 Mar 2008 02:22:09 GMT (envelope-from kientzle) Message-Id: <200803150222.m2F2M8tI065661@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 02:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:22:09 -0000 kientzle 2008-03-15 02:22:08 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile Log: GC a reference to the defunct TESTFILES variable. Revision Changes Path 1.18 +1 -1 src/lib/libarchive/test/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:30:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0FEE1065673; Sat, 15 Mar 2008 02:30:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7008FC14; Sat, 15 Mar 2008 02:30:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2UhaK065956; Sat, 15 Mar 2008 02:30:43 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2Uhab065955; Sat, 15 Mar 2008 02:30:43 GMT (envelope-from kientzle) Message-Id: <200803150230.m2F2Uhab065955@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 02:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c config_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:30:43 -0000 kientzle 2008-03-15 02:30:42 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c config_freebsd.h Log: Resolve a minor nit in SUS compliance by including the PID in the fake directory name used for pax extended headers. Revision Changes Path 1.44 +26 -12 src/lib/libarchive/archive_write_set_format_pax.c 1.7 +1 -0 src/lib/libarchive/config_freebsd.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:31:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8631106566B; Sat, 15 Mar 2008 02:31:28 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B79238FC1B; Sat, 15 Mar 2008 02:31:28 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2VSqv065997; Sat, 15 Mar 2008 02:31:28 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2VSAK065996; Sat, 15 Mar 2008 02:31:28 GMT (envelope-from kientzle) Message-Id: <200803150231.m2F2VSAK065996@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 02:31:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test .cvsignore X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:31:29 -0000 kientzle 2008-03-15 02:31:28 UTC FreeBSD src repository Modified files: lib/libarchive/test .cvsignore Log: Ignore a few more common files. Revision Changes Path 1.2 +7 -1 src/lib/libarchive/test/.cvsignore From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:35:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FB2A1065674; Sat, 15 Mar 2008 02:35:28 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2FEE8FC1E; Sat, 15 Mar 2008 02:35:27 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2ZRWa066211; Sat, 15 Mar 2008 02:35:27 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2ZR8c066210; Sat, 15 Mar 2008 02:35:27 GMT (envelope-from emax) Message-Id: <200803150235.m2F2ZR8c066210@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 15 Mar 2008 02:35:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:35:28 -0000 emax 2008-03-15 02:35:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c Log: MFC: Update usage() - add new -D option. While I'm here, update copyright information and license formatting Revision Changes Path 1.6.2.2 +5 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:36:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D11E510656BC; Sat, 15 Mar 2008 02:36:32 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1E88FC32; Sat, 15 Mar 2008 02:36:32 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2aWAu066315; Sat, 15 Mar 2008 02:36:32 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2aW9b066314; Sat, 15 Mar 2008 02:36:32 GMT (envelope-from emax) Message-Id: <200803150236.m2F2aW9b066314@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 15 Mar 2008 02:36:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:36:44 -0000 emax 2008-03-15 02:36:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c Log: MFC: Update usage() - add new -D option. While I'm here, update copyright information and license formatting Revision Changes Path 1.5.8.3 +5 -2 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:41:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E28106566C; Sat, 15 Mar 2008 02:41:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 941708FC12; Sat, 15 Mar 2008 02:41:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2fi06066680; Sat, 15 Mar 2008 02:41:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2fibu066679; Sat, 15 Mar 2008 02:41:44 GMT (envelope-from kientzle) Message-Id: <200803150241.m2F2fibu066679@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 02:41:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:41:44 -0000 kientzle 2008-03-15 02:41:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c write.c Log: Enable and document the -Z option for selecting "compress" compression, now that libarchive supports it. Revision Changes Path 1.38 +10 -0 src/usr.bin/tar/bsdtar.1 1.80 +0 -5 src/usr.bin/tar/bsdtar.c 1.65 +3 -0 src/usr.bin/tar/write.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 02:45:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D101B1065671; Sat, 15 Mar 2008 02:45:57 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA718FC14; Sat, 15 Mar 2008 02:45:57 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F2jvU9066888; Sat, 15 Mar 2008 02:45:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F2jv1b066887; Sat, 15 Mar 2008 02:45:57 GMT (envelope-from kientzle) Message-Id: <200803150245.m2F2jv1b066887@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 02:45:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 02:45:58 -0000 kientzle 2008-03-15 02:45:57 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Support --compress as a synonym for -Z. Revision Changes Path 1.81 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:06:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A042E1065677; Sat, 15 Mar 2008 03:06:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D19F8FC15; Sat, 15 Mar 2008 03:06:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F36lda069168; Sat, 15 Mar 2008 03:06:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F36lHW069167; Sat, 15 Mar 2008 03:06:47 GMT (envelope-from kientzle) Message-Id: <200803150306.m2F36lHW069167@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:06:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h config_freebsd.h read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:06:47 -0000 kientzle 2008-03-15 03:06:46 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h config_freebsd.h read.c Log: --chroot implementation thanks to Joerg Sonnenberger. Revision Changes Path 1.82 +5 -0 src/usr.bin/tar/bsdtar.c 1.30 +1 -0 src/usr.bin/tar/bsdtar.h 1.3 +1 -0 src/usr.bin/tar/config_freebsd.h 1.36 +11 -0 src/usr.bin/tar/read.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:11:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8D971065670; Sat, 15 Mar 2008 03:11:13 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4080F8FC18; Sat, 15 Mar 2008 03:11:13 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3BDfH069381; Sat, 15 Mar 2008 03:11:13 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3BDlk069380; Sat, 15 Mar 2008 03:11:13 GMT (envelope-from kientzle) Message-Id: <200803150311.m2F3BDlk069380@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:11:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:11:13 -0000 kientzle 2008-03-15 03:11:13 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Also accept --uncompress as a synonym for -Z. Thanks to: Joerg Sonnenberger Revision Changes Path 1.83 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:18:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FFB1065670; Sat, 15 Mar 2008 03:18:25 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34FFD8FC19; Sat, 15 Mar 2008 03:18:25 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3IPJK069595; Sat, 15 Mar 2008 03:18:25 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3IPWY069594; Sat, 15 Mar 2008 03:18:25 GMT (envelope-from kientzle) Message-Id: <200803150318.m2F3IPWY069594@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:18:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:18:25 -0000 kientzle 2008-03-15 03:18:24 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD extension to GNU tar). Thanks to: Joerg Sonnenberger Revision Changes Path 1.39 +9 -9 src/usr.bin/tar/bsdtar.1 1.84 +4 -5 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:20:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75E3106566C; Sat, 15 Mar 2008 03:20:53 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 749588FC17; Sat, 15 Mar 2008 03:20:53 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3KrfI069707; Sat, 15 Mar 2008 03:20:53 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3Krn1069706; Sat, 15 Mar 2008 03:20:53 GMT (envelope-from alfred) Message-Id: <200803150320.m2F3Krn1069706@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 15 Mar 2008 03:20:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:20:53 -0000 alfred 2008-03-15 03:20:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_resource.c Log: In calcru, we make sure the thread's state is correct, however we do not emit the thread or proc information making debugging this assertion difficult. Emit the thread/proc that caused the KASSERT to fail to ease debugging. Note: this assert does not exist in later branches of FreeBSD. Revision Changes Path 1.148.2.4 +2 -1 src/sys/kern/kern_resource.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:25:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C53C1065670; Sat, 15 Mar 2008 03:25:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4973F8FC15; Sat, 15 Mar 2008 03:25:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3PRg5069915; Sat, 15 Mar 2008 03:25:27 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3PRm6069914; Sat, 15 Mar 2008 03:25:27 GMT (envelope-from kientzle) Message-Id: <200803150325.m2F3PRm6069914@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:25:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:25:27 -0000 kientzle 2008-03-15 03:25:26 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Document --chroot. Revision Changes Path 1.40 +6 -0 src/usr.bin/tar/bsdtar.1 From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:28:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF9921065672; Sat, 15 Mar 2008 03:28:39 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D1718FC12; Sat, 15 Mar 2008 03:28:39 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3Sdka070035; Sat, 15 Mar 2008 03:28:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3SdEb070034; Sat, 15 Mar 2008 03:28:39 GMT (envelope-from kientzle) Message-Id: <200803150328.m2F3SdEb070034@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:28:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:28:39 -0000 kientzle 2008-03-15 03:28:39 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Support NetBSD's --insecure as a synonym for -P. Revision Changes Path 1.85 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 03:49:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2777C1065670; Sat, 15 Mar 2008 03:49:19 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E747C8FC14; Sat, 15 Mar 2008 03:49:18 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3nI0v070743; Sat, 15 Mar 2008 03:49:18 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3nIiB070742; Sat, 15 Mar 2008 03:49:18 GMT (envelope-from kientzle) Message-Id: <200803150349.m2F3nIiB070742@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 03:49:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:49:19 -0000 kientzle 2008-03-15 03:49:18 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Testability is more important than standards conformance. Disable the use of PaxHeader. for the fake pax extension pathname until I can make the name here settable. Otherwise, tests that try to compare output to static pre-generated reference files break. Revision Changes Path 1.45 +8 -3 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 04:20:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A42571065671; Sat, 15 Mar 2008 04:20:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F61E8FC12; Sat, 15 Mar 2008 04:20:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F4Kqnk073089; Sat, 15 Mar 2008 04:20:52 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F4Kq3b073088; Sat, 15 Mar 2008 04:20:52 GMT (envelope-from kientzle) Message-Id: <200803150420.m2F4Kq3b073088@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 04:20:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_disk.c config_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 04:20:52 -0000 kientzle 2008-03-15 04:20:50 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c config_freebsd.h Log: FreeBSD does have fstat(). Correct the nasty typo this uncovers. Revision Changes Path 1.24 +1 -1 src/lib/libarchive/archive_write_disk.c 1.8 +1 -0 src/lib/libarchive/config_freebsd.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 05:08:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937A4106566C; Sat, 15 Mar 2008 05:08:21 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2398FC1C; Sat, 15 Mar 2008 05:08:21 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F58Lp6084929; Sat, 15 Mar 2008 05:08:21 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F58Lm7084928; Sat, 15 Mar 2008 05:08:21 GMT (envelope-from kientzle) Message-Id: <200803150508.m2F58Lm7084928@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 05:08:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 05:08:21 -0000 kientzle 2008-03-15 05:08:21 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: style(9) fix to add whitespace around an '=' sign and restore a comment that got accidentally dropped. Revision Changes Path 1.86 +2 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 06:44:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A98106566C; Sat, 15 Mar 2008 06:44:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4968FC15; Sat, 15 Mar 2008 06:44:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F6ijTt089014; Sat, 15 Mar 2008 06:44:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F6ij8S089013; Sat, 15 Mar 2008 06:44:45 GMT (envelope-from imp) Message-Id: <200803150644.m2F6ij8S089013@repoman.freebsd.org> From: Warner Losh Date: Sat, 15 Mar 2008 06:44:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/isa isa_dma.c src/sys/sys bus_dma.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 06:44:46 -0000 imp 2008-03-15 06:44:45 UTC FreeBSD src repository Modified files: sys/ia64/isa isa_dma.c sys/sys bus_dma.h Log: BUS_DMA_ISA is left over from Alpha, and is not used in the tree at all. The reference in ia64 code is due to cutNpaste in its history and can safely be removed. Revired by: cognet, raj, marcel, jhb and maybe one other whom I'm forgetting Revision Changes Path 1.11 +1 -1 src/sys/ia64/isa/isa_dma.c 1.31 +0 -1 src/sys/sys/bus_dma.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 06:55:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E26B1065673; Sat, 15 Mar 2008 06:55:17 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58D5E8FC2E; Sat, 15 Mar 2008 06:55:17 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F6tHHi089413; Sat, 15 Mar 2008 06:55:17 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F6tHM8089412; Sat, 15 Mar 2008 06:55:17 GMT (envelope-from bmah) Message-Id: <200803150655.m2F6tHM8089412@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 15 Mar 2008 06:55:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 06:55:17 -0000 bmah 2008-03-15 06:55:16 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for cpuset(1). Revision Changes Path 1.452 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sat Mar 15 07:06:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ADAE1065671; Sat, 15 Mar 2008 07:06:13 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 242AC8FC1D; Sat, 15 Mar 2008 07:06:13 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F76DjP090986; Sat, 15 Mar 2008 07:06:13 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F76CX7090985; Sat, 15 Mar 2008 07:06:12 GMT (envelope-from bmah) Message-Id: <200803150706.m2F76CX7090985@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 15 Mar 2008 07:06:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 07:06:13 -0000 bmah 2008-03-15 07:06:12 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: cpuset, BTX real mode, gptboot (+MFC), BSD ar(1)/ranlib(1), traceroute(8) -a/-A, traceroute6(8) -U. Updated release note: tzdata2008a (+MFC). Revision Changes Path 1.1080 +29 -3 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Mar 15 07:10:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F00391065670; Sat, 15 Mar 2008 07:10:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8FD48FC1F; Sat, 15 Mar 2008 07:10:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F7AOjx091267; Sat, 15 Mar 2008 07:10:24 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F7AO5l091266; Sat, 15 Mar 2008 07:10:24 GMT (envelope-from kientzle) Message-Id: <200803150710.m2F7AO5l091266@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 07:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_mtree.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 07:10:25 -0000 kientzle 2008-03-15 07:10:24 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_mtree.c Log: Refactor the mtree code a bit to make the layering clearer: Each "file" is described by multiple "lines" each possibly containing multiple "keywords." Incorporate some additions from Joerg Sonnenberger to handle linked files and correctly deal with backing files on disk. Revision Changes Path 1.3 +173 -107 src/lib/libarchive/archive_read_support_format_mtree.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 07:37:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0840B106564A; Sat, 15 Mar 2008 07:37:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C62D08FC14; Sat, 15 Mar 2008 07:37:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F7bnP2092195; Sat, 15 Mar 2008 07:37:49 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F7bnNP092194; Sat, 15 Mar 2008 07:37:49 GMT (envelope-from novel) Message-Id: <200803150737.m2F7bnNP092194@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 15 Mar 2008 07:37:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/wzdftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 07:37:50 -0000 novel 2008-03-15 07:37:48 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile Log: Fix avahi dependency. PR: 121689 Submitted by: Scot Hetzel Revision Changes Path 1.54 +1 -1 ports/ftp/wzdftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 08:54:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ECFD106564A; Sat, 15 Mar 2008 08:54:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0856A8FC13; Sat, 15 Mar 2008 08:54:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F8rxpC004802; Sat, 15 Mar 2008 08:53:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F8rxIB004801; Sat, 15 Mar 2008 08:53:59 GMT (envelope-from miwi) Message-Id: <200803150853.m2F8rxIB004801@repoman.freebsd.org> From: Martin Wilke Date: Sat, 15 Mar 2008 08:53:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wormux-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 08:54:00 -0000 miwi 2008-03-15 08:53:59 UTC FreeBSD ports repository Modified files: games/wormux-devel Makefile distinfo Log: - Update to 20080314 Revision Changes Path 1.14 +1 -2 ports/games/wormux-devel/Makefile 1.11 +3 -3 ports/games/wormux-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 08:54:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A09571065670; Sat, 15 Mar 2008 08:54:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69C6C8FC1E; Sat, 15 Mar 2008 08:54:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F8sDqC004861; Sat, 15 Mar 2008 08:54:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F8sDMk004860; Sat, 15 Mar 2008 08:54:13 GMT (envelope-from miwi) Message-Id: <200803150854.m2F8sDMk004860@repoman.freebsd.org> From: Martin Wilke Date: Sat, 15 Mar 2008 08:54:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo ports/irc/irssi-devel/files patch-irssi-version.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 08:54:13 -0000 miwi 2008-03-15 08:54:13 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080314 Revision Changes Path 1.124 +1 -1 ports/irc/irssi-devel/Makefile 1.77 +3 -3 ports/irc/irssi-devel/distinfo 1.30 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in From owner-cvs-all@FreeBSD.ORG Sat Mar 15 09:01:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491421065670; Sat, 15 Mar 2008 09:01:47 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 127388FC13; Sat, 15 Mar 2008 09:01:47 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F91lDX005152; Sat, 15 Mar 2008 09:01:47 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F91ktW005151; Sat, 15 Mar 2008 09:01:47 GMT (envelope-from lbr) Message-Id: <200803150901.m2F91ktW005151@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 09:01:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Install Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 09:01:47 -0000 lbr 2008-03-15 09:01:46 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Install Makefile Log: - use CPAN macro - fix dependency - allow build on older perl - bump PORTREVISION PR: 121201 Submitted by: Yen-Ming Lee Revision Changes Path 1.7 +11 -7 ports/devel/p5-Sub-Install/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 09:43:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CA9106566B; Sat, 15 Mar 2008 09:43:16 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7360D8FC12; Sat, 15 Mar 2008 09:43:16 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F9hGc8007588; Sat, 15 Mar 2008 09:43:16 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F9hGMH007587; Sat, 15 Mar 2008 09:43:16 GMT (envelope-from lbr) Message-Id: <200803150943.m2F9hGMH007587@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 09:43:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Install Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 09:43:16 -0000 lbr 2008-03-15 09:43:16 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Install Makefile Log: Test::Simple is in all supported perls Revision Changes Path 1.8 +1 -2 ports/devel/p5-Sub-Install/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 09:51:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C364C106564A; Sat, 15 Mar 2008 09:51:48 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CECB8FC1F; Sat, 15 Mar 2008 09:51:48 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F9plcn007872; Sat, 15 Mar 2008 09:51:47 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F9pkfA007871; Sat, 15 Mar 2008 09:51:46 GMT (envelope-from lbr) Message-Id: <200803150951.m2F9pkfA007871@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 09:51:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Data-Accessor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 09:51:48 -0000 lbr 2008-03-15 09:51:46 UTC FreeBSD ports repository Modified files: devel/p5-Class-Data-Accessor Makefile distinfo Log: Update to 0.04002 Revision Changes Path 1.6 +1 -1 ports/devel/p5-Class-Data-Accessor/Makefile 1.4 +3 -3 ports/devel/p5-Class-Data-Accessor/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 09:52:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB4C81065673; Sat, 15 Mar 2008 09:52:26 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 954CF8FC12; Sat, 15 Mar 2008 09:52:26 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F9qQaH007916; Sat, 15 Mar 2008 09:52:26 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F9qQPX007915; Sat, 15 Mar 2008 09:52:26 GMT (envelope-from lbr) Message-Id: <200803150952.m2F9qQPX007915@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 09:52:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Data-Accessor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 09:52:26 -0000 lbr 2008-03-15 09:52:26 UTC FreeBSD ports repository Modified files: devel/p5-Class-Data-Accessor Makefile Log: Use CPAN macro Revision Changes Path 1.7 +1 -2 ports/devel/p5-Class-Data-Accessor/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 10:09:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 172B2106564A; Sat, 15 Mar 2008 10:09:53 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D57848FC15; Sat, 15 Mar 2008 10:09:52 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FA9qVi009613; Sat, 15 Mar 2008 10:09:52 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FA9qii009612; Sat, 15 Mar 2008 10:09:52 GMT (envelope-from lbr) Message-Id: <200803151009.m2FA9qii009612@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 10:09:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-WWW-Mechanize Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 10:09:53 -0000 lbr 2008-03-15 10:09:52 UTC FreeBSD ports repository Modified files: devel/p5-Test-WWW-Mechanize Makefile distinfo Log: Update to 1.20 Revision Changes Path 1.9 +1 -1 ports/devel/p5-Test-WWW-Mechanize/Makefile 1.8 +3 -3 ports/devel/p5-Test-WWW-Mechanize/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 10:15:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23A591065672; Sat, 15 Mar 2008 10:15:56 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E23748FC1B; Sat, 15 Mar 2008 10:15:55 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FAFtrC009839; Sat, 15 Mar 2008 10:15:55 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FAFtkX009838; Sat, 15 Mar 2008 10:15:55 GMT (envelope-from lbr) Message-Id: <200803151015.m2FAFtkX009838@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 10:15:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-MOP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 10:15:56 -0000 lbr 2008-03-15 10:15:55 UTC FreeBSD ports repository Modified files: devel/p5-Class-MOP Makefile distinfo Log: Update to 0.54 Revision Changes Path 1.25 +1 -1 ports/devel/p5-Class-MOP/Makefile 1.22 +3 -3 ports/devel/p5-Class-MOP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 10:19:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CBC61065673; Sat, 15 Mar 2008 10:19:28 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 467B58FC1E; Sat, 15 Mar 2008 10:19:28 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FAJSgM009942; Sat, 15 Mar 2008 10:19:28 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FAJSPP009941; Sat, 15 Mar 2008 10:19:28 GMT (envelope-from lbr) Message-Id: <200803151019.m2FAJSPP009941@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 15 Mar 2008 10:19:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Moose Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 10:19:28 -0000 lbr 2008-03-15 10:19:28 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo Log: Update to 0.40 Revision Changes Path 1.26 +1 -1 ports/devel/p5-Moose/Makefile 1.24 +3 -3 ports/devel/p5-Moose/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 10:28:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4C06106566B; Sat, 15 Mar 2008 10:28:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 903598FC19; Sat, 15 Mar 2008 10:28:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FASNWf010257; Sat, 15 Mar 2008 10:28:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FASNGx010256; Sat, 15 Mar 2008 10:28:23 GMT (envelope-from miwi) Message-Id: <200803151028.m2FASNGx010256@repoman.freebsd.org> From: Martin Wilke Date: Sat, 15 Mar 2008 10:28:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 10:28:24 -0000 miwi 2008-03-15 10:28:23 UTC FreeBSD ports repository Modified files: . modules Log: - Disconnect www/mod_dosevasive20 Reported by: erwin Revision Changes Path 1.19504 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:02:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3DC11065671; Sat, 15 Mar 2008 11:02:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A087F8FC18; Sat, 15 Mar 2008 11:02:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB2lbm011396; Sat, 15 Mar 2008 11:02:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB2lGT011395; Sat, 15 Mar 2008 11:02:47 GMT (envelope-from kientzle) Message-Id: <200803151102.m2FB2lGT011395@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 11:02:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_mtree.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:02:48 -0000 kientzle 2008-03-15 11:02:47 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_mtree.c Log: Correct a sign mismatch that only showed up on 64-bit systems. Pointy hat: me Revision Changes Path 1.4 +2 -2 src/lib/libarchive/archive_read_support_format_mtree.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:03:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D80A1106564A; Sat, 15 Mar 2008 11:03:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A53608FC1C; Sat, 15 Mar 2008 11:03:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB3uLR012641; Sat, 15 Mar 2008 11:03:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB3u2Q012640; Sat, 15 Mar 2008 11:03:56 GMT (envelope-from rwatson) Message-Id: <200803151103.m2FB3u2Q012640@repoman.freebsd.org> From: Robert Watson Date: Sat, 15 Mar 2008 11:03:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:03:57 -0000 rwatson 2008-03-15 11:03:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_subr.c Log: Merge coda_subr.c:1.39 from HEAD to RELENG_7: In Coda, flush the attribute cache for a cnode when its fid is changed, as its synthesized inode number may have changed and we want stat(2) to pick up the new inode number. Revision Changes Path 1.33.2.6 +4 -1 src/sys/fs/coda/coda_subr.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:04:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25F2A106566B; Sat, 15 Mar 2008 11:04:46 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A9B58FC13; Sat, 15 Mar 2008 11:04:46 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB4j3h012700; Sat, 15 Mar 2008 11:04:45 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB4jcX012699; Sat, 15 Mar 2008 11:04:45 GMT (envelope-from kientzle) Message-Id: <200803151104.m2FB4jcX012699@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 11:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_private.h archive_write_set_format_ar.c archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:04:46 -0000 kientzle 2008-03-15 11:04:45 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_private.h archive_write_set_format_ar.c archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Log: Remove the duplicate "archive_format" and "archive_format_name" fields from the private archive_write structure and fix up all writers to use the format fields in the base "archive" structure. This error made it impossible to query the format after setting up a writer because the write format was stored in an inaccessible place. Revision Changes Path 1.3 +0 -7 src/lib/libarchive/archive_write_private.h 1.6 +6 -6 src/lib/libarchive/archive_write_set_format_ar.c 1.14 +2 -2 src/lib/libarchive/archive_write_set_format_cpio.c 1.4 +2 -2 src/lib/libarchive/archive_write_set_format_cpio_newc.c 1.46 +6 -6 src/lib/libarchive/archive_write_set_format_pax.c 1.19 +4 -4 src/lib/libarchive/archive_write_set_format_shar.c 1.26 +2 -2 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:05:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A031065671; Sat, 15 Mar 2008 11:05:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EE608FC1B; Sat, 15 Mar 2008 11:05:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB5nDR012823; Sat, 15 Mar 2008 11:05:49 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB5njr012822; Sat, 15 Mar 2008 11:05:49 GMT (envelope-from kientzle) Message-Id: <200803151105.m2FB5njr012822@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 11:05:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_write_compress.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:05:49 -0000 kientzle 2008-03-15 11:05:49 UTC FreeBSD src repository Modified files: lib/libarchive/test test_write_compress.c Log: Release the buffers used for exercising the compress code. Revision Changes Path 1.2 +3 -0 src/lib/libarchive/test/test_write_compress.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:06:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1677D106566C; Sat, 15 Mar 2008 11:06:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D86A28FC13; Sat, 15 Mar 2008 11:06:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB6FI8012881; Sat, 15 Mar 2008 11:06:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB6Fdc012880; Sat, 15 Mar 2008 11:06:15 GMT (envelope-from kientzle) Message-Id: <200803151106.m2FB6Fdc012880@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 11:06:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_empty_write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:06:16 -0000 kientzle 2008-03-15 11:06:15 UTC FreeBSD src repository Modified files: lib/libarchive/test test_empty_write.c Log: Free up the entry objects allocated during this test. Revision Changes Path 1.2 +3 -0 src/lib/libarchive/test/test_empty_write.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:06:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F7591065670; Sat, 15 Mar 2008 11:06:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E16618FC13; Sat, 15 Mar 2008 11:06:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB6uu5012926; Sat, 15 Mar 2008 11:06:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB6usO012925; Sat, 15 Mar 2008 11:06:56 GMT (envelope-from rwatson) Message-Id: <200803151106.m2FB6usO012925@repoman.freebsd.org> From: Robert Watson Date: Sat, 15 Mar 2008 11:06:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda coda_psdev.c coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:06:57 -0000 rwatson 2008-03-15 11:06:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda coda_psdev.c coda_vnops.c Log: Merge coda_psdev.c:1.45 and coda_vnops.c:1.96 from HEAD to RELENG_7: Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old and hasn't been used in that time. Revision Changes Path 1.39.2.6 +0 -4 src/sys/fs/coda/coda_psdev.c 1.76.2.12 +3 -28 src/sys/fs/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:08:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44B4B1065672; Sat, 15 Mar 2008 11:08:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 124008FC12; Sat, 15 Mar 2008 11:08:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB8c02012983; Sat, 15 Mar 2008 11:08:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB8cqF012982; Sat, 15 Mar 2008 11:08:38 GMT (envelope-from rwatson) Message-Id: <200803151108.m2FB8cqF012982@repoman.freebsd.org> From: Robert Watson Date: Sat, 15 Mar 2008 11:08:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:08:38 -0000 rwatson 2008-03-15 11:08:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_sig.c Log: Merge kern_sig.c:1.357 from HEAD to RELENG_7: Use sbuf routines to construct core dump filenames rather than custom string buffer handling, making the code both easier to read and more robust against string-handling bugs. Revision Changes Path 1.349.2.3 +22 -27 src/sys/kern/kern_sig.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:09:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CAEE106564A; Sat, 15 Mar 2008 11:09:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3BC8FC19; Sat, 15 Mar 2008 11:09:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FB9GJ8013019; Sat, 15 Mar 2008 11:09:16 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FB9Gpp013018; Sat, 15 Mar 2008 11:09:16 GMT (envelope-from kientzle) Message-Id: <200803151109.m2FB9Gpp013018@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 15 Mar 2008 11:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:09:16 -0000 kientzle 2008-03-15 11:09:16 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_private.h Log: Update a comment: the format bid only runs once per archive; it no longer runs once per entry. Revision Changes Path 1.6 +2 -9 src/lib/libarchive/archive_read_private.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 11:37:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15822106566B; Sat, 15 Mar 2008 11:37:11 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8B2A8FC1A; Sat, 15 Mar 2008 11:37:10 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FBbAQr013940; Sat, 15 Mar 2008 11:37:10 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FBbA8D013939; Sat, 15 Mar 2008 11:37:10 GMT (envelope-from mm) Message-Id: <200803151137.m2FBbA8D013939@repoman.freebsd.org> From: Martin Matuska Date: Sat, 15 Mar 2008 11:37:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_geoip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 11:37:11 -0000 mm 2008-03-15 11:37:10 UTC FreeBSD ports repository Modified files: www/mod_geoip Makefile distinfo Removed files: www/mod_geoip pkg-plist Log: - update to 1.3.0 - depend on GeoIP 1.4.4 - use bsd.apache.mk infrastructure (build, install, plist) - removed files: pkg-plist Revision Changes Path 1.15 +6 -8 ports/www/mod_geoip/Makefile 1.7 +3 -3 ports/www/mod_geoip/distinfo 1.3 +0 -3 ports/www/mod_geoip/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 15 12:24:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27DB3106564A; Sat, 15 Mar 2008 12:24:25 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED6578FC13; Sat, 15 Mar 2008 12:24:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FCOO2w020540; Sat, 15 Mar 2008 12:24:24 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FCOOde020539; Sat, 15 Mar 2008 12:24:24 GMT (envelope-from flz) Message-Id: <200803151224.m2FCOOde020539@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 15 Mar 2008 12:24:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/ruby-dcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 12:24:25 -0000 flz 2008-03-15 12:24:23 UTC FreeBSD ports repository Modified files: science/ruby-dcl Makefile Log: Fix BUILD_DEPENDS after science/cdcl library name change. Reported by: erwin Revision Changes Path 1.13 +2 -2 ports/science/ruby-dcl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 13:00:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 126FF1065677; Sat, 15 Mar 2008 13:00:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D933E8FC14; Sat, 15 Mar 2008 13:00:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FD0thU030836; Sat, 15 Mar 2008 13:00:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FD0tow030835; Sat, 15 Mar 2008 13:00:55 GMT (envelope-from rafan) Message-Id: <200803151300.m2FD0tow030835@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 15 Mar 2008 13:00:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ncurses-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 13:00:56 -0000 rafan 2008-03-15 13:00:55 UTC FreeBSD ports repository Modified files: devel/ncurses-devel Makefile distinfo Log: i- Update to 5.6 snapshot 20080308 Revision Changes Path 1.73 +1 -1 ports/devel/ncurses-devel/Makefile 1.38 +3 -0 ports/devel/ncurses-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 15 13:08:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F33E6106564A; Sat, 15 Mar 2008 13:08:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C62B18FC14; Sat, 15 Mar 2008 13:08:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FD8NqW032277; Sat, 15 Mar 2008 13:08:23 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FD8NhQ032275; Sat, 15 Mar 2008 13:08:23 GMT (envelope-from ale) Message-Id: <200803151308.m2FD8NhQ032275@repoman.freebsd.org> From: Alex Dupre Date: Sat, 15 Mar 2008 13:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libkdcraw Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 13:08:24 -0000 ale 2008-03-15 13:08:22 UTC FreeBSD ports repository Modified files: graphics/libkdcraw Makefile distinfo pkg-plist Log: Update to 0.1.4 release. Revision Changes Path 1.4 +1 -1 ports/graphics/libkdcraw/Makefile 1.4 +3 -3 ports/graphics/libkdcraw/distinfo 1.3 +2 -1 ports/graphics/libkdcraw/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 15 13:09:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A9A1065675; Sat, 15 Mar 2008 13:09:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D34A68FC18; Sat, 15 Mar 2008 13:09:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FD9KqX032377; Sat, 15 Mar 2008 13:09:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FD9K6c032376; Sat, 15 Mar 2008 13:09:20 GMT (envelope-from ale) Message-Id: <200803151309.m2FD9K6c032376@repoman.freebsd.org> From: Alex Dupre Date: Sat, 15 Mar 2008 13:09:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/digikam Makefile ports/graphics/digikam/files patch-digikam_utilities_imageeditor_editor_editorwindow.cpp patch-digikam_utilities_setup_setupdcraw.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 13:09:21 -0000 ale 2008-03-15 13:09:20 UTC FreeBSD ports repository Modified files: graphics/digikam Makefile Added files: graphics/digikam/files patch-digikam_utilities_imageeditor_editor_editorwindow.cpp patch-digikam_utilities_setup_setupdcraw.cpp Log: Fix build with new libkdcraw version. Revision Changes Path 1.40 +2 -1 ports/graphics/digikam/Makefile 1.1 +17 -0 ports/graphics/digikam/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp (new) 1.1 +28 -0 ports/graphics/digikam/files/patch-digikam_utilities_setup_setupdcraw.cpp (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 15 13:32:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AEB81065672; Sat, 15 Mar 2008 13:32:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F26D18FC1E; Sat, 15 Mar 2008 13:32:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FDWKsO033464; Sat, 15 Mar 2008 13:32:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FDWKN6033463; Sat, 15 Mar 2008 13:32:20 GMT (envelope-from rafan) Message-Id: <200803151332.m2FDWKN6033463@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 15 Mar 2008 13:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ghostscript-gpl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 13:32:21 -0000 rafan 2008-03-15 13:32:20 UTC FreeBSD ports repository Modified files: print/ghostscript-gpl Makefile Log: - When running make config under ghostscript-gpl-nox11, X11 is selected by default. Try to make X11 default off when WITHOUT_X11 is defined. Revision Changes Path 1.159 +6 -2 ports/print/ghostscript-gpl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 14:13:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448C71065670; Sat, 15 Mar 2008 14:13:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 192128FC15; Sat, 15 Mar 2008 14:13:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FED6AD036427; Sat, 15 Mar 2008 14:13:06 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FED5bU036426; Sat, 15 Mar 2008 14:13:05 GMT (envelope-from stas) Message-Id: <200803151413.m2FED5bU036426@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 15 Mar 2008 14:13:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ecore-con Makefile ports/net/ecore-con/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 14:13:06 -0000 stas 2008-03-15 14:13:05 UTC FreeBSD ports repository Modified files: net/ecore-con Makefile net/ecore-con/files patch-configure Log: - Fix openssl dependency checking in configure script. Reported by: lippe Revision Changes Path 1.2 +1 -1 ports/net/ecore-con/Makefile 1.2 +13 -26 ports/net/ecore-con/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sat Mar 15 14:16:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF39010656A7; Sat, 15 Mar 2008 14:16:32 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DED798FC1D; Sat, 15 Mar 2008 14:16:30 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FEGU43036574; Sat, 15 Mar 2008 14:16:30 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FEGUFO036573; Sat, 15 Mar 2008 14:16:30 GMT (envelope-from stas) Message-Id: <200803151416.m2FEGUFO036573@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 15 Mar 2008 14:16:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ecore-ipc Makefile ports/devel/ecore-ipc/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 14:16:34 -0000 stas 2008-03-15 14:16:30 UTC FreeBSD ports repository Modified files: devel/ecore-ipc Makefile devel/ecore-ipc/files patch-configure Log: - Fix SSL dependency check in configure - Bump portrevision. Revision Changes Path 1.2 +1 -1 ports/devel/ecore-ipc/Makefile 1.2 +16 -26 ports/devel/ecore-ipc/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sat Mar 15 14:41:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D4C106567B; Sat, 15 Mar 2008 14:41:27 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91DA68FC15; Sat, 15 Mar 2008 14:41:27 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FEfRuL037358; Sat, 15 Mar 2008 14:41:27 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FEfRvY037357; Sat, 15 Mar 2008 14:41:27 GMT (envelope-from remko) Message-Id: <200803151441.m2FEfRvY037357@repoman.freebsd.org> From: Remko Lodder Date: Sat, 15 Mar 2008 14:41:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sys disklabel.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 14:41:27 -0000 remko 2008-03-15 14:41:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys disklabel.h Log: MFC rev 1.111 disklabel.h Add missing comma. PR: bin/121645 Submitted by: OISHI Masakuni Approved by: imp (mentor, implicit for trivial changes) MFC after: 3 days Approved by: imp (mentor, implicit) Revision Changes Path 1.108.2.2 +1 -1 src/sys/sys/disklabel.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 14:55:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410A11065670; Sat, 15 Mar 2008 14:55:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1ABD28FC16; Sat, 15 Mar 2008 14:55:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FEtHlh037989; Sat, 15 Mar 2008 14:55:17 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FEtHok037988; Sat, 15 Mar 2008 14:55:17 GMT (envelope-from stas) Message-Id: <200803151455.m2FEtHok037988@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 15 Mar 2008 14:55:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cthumb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 14:55:17 -0000 stas 2008-03-15 14:55:16 UTC FreeBSD ports repository Modified files: graphics/cthumb Makefile Log: - Add missing dependency on jhead - Bump portrevision. Revision Changes Path 1.10 +2 -0 ports/graphics/cthumb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 15:36:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A2101065670; Sat, 15 Mar 2008 15:36:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 397B18FC37; Sat, 15 Mar 2008 15:36:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FFa6SN040592; Sat, 15 Mar 2008 15:36:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FFa6e8040591; Sat, 15 Mar 2008 15:36:06 GMT (envelope-from ahze) Message-Id: <200803151536.m2FFa6e8040591@repoman.freebsd.org> From: Michael Johnson Date: Sat, 15 Mar 2008 15:36:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/gnucash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 15:36:06 -0000 ahze 2008-03-15 15:36:05 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Chase libversion bump in finance/libofx Pointyhat to: miwi Revision Changes Path 1.116 +2 -2 ports/finance/gnucash/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 15:51:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956BE106566C; Sat, 15 Mar 2008 15:51:52 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 767CA8FC27; Sat, 15 Mar 2008 15:51:52 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FFpqce041040; Sat, 15 Mar 2008 15:51:52 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FFpq1X041039; Sat, 15 Mar 2008 15:51:52 GMT (envelope-from dds) Message-Id: <200803151551.m2FFpq1X041039@repoman.freebsd.org> From: Diomidis Spinellis Date: Sat, 15 Mar 2008 15:51:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 15:51:52 -0000 dds 2008-03-15 15:51:50 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Add missing description for the ! output of pkg_version. Revision Changes Path 1.274 +5 -0 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Mar 15 16:02:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25AF1065672; Sat, 15 Mar 2008 16:02:19 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id 753038FC17; Sat, 15 Mar 2008 16:02:18 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1JaYpt-0003u4-30; Sat, 15 Mar 2008 19:02:17 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id 798677D1125; Sat, 15 Mar 2008 19:02:14 +0300 (MSK) Date: Sat, 15 Mar 2008 19:02:13 +0300 From: Stanislav Sedov To: Felippe de Meirelles Motta Message-ID: <20080315160213.GI68662@dracon.ht-systems.ru> References: <200803140236.m2E2aeQu074456@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803140236.m2E2aeQu074456@repoman.freebsd.org> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/p5-Catalyst-View-Email Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 16:02:19 -0000 On Fri, Mar 14, 2008 at 02:36:40AM +0000 Felippe de Meirelles Motta mentioned: > lippe 2008-03-14 02:36:40 UTC > > FreeBSD ports repository > > Modified files: > www/p5-Catalyst-View-Email Makefile distinfo pkg-descr > pkg-plist > Log: > - Update to 0.10. > - Better adjustment of dependencies. > Thanks for fixing up formatting. I wonder how it was initially commited in such state. -- Stanislav Sedov ST4096-RIPE From owner-cvs-all@FreeBSD.ORG Sat Mar 15 17:30:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2368106566C; Sat, 15 Mar 2008 17:30:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD4268FC1D; Sat, 15 Mar 2008 17:30:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FHUaAd057097; Sat, 15 Mar 2008 17:30:36 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FHUZac057096; Sat, 15 Mar 2008 17:30:35 GMT (envelope-from stas) Message-Id: <200803151730.m2FHUZac057096@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 15 Mar 2008 17:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 17:30:37 -0000 stas 2008-03-15 17:30:34 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add a small note about $HOME/.e incompatibility with the new e17 version. Submitted by: lippe Revision Changes Path 1.598 +5 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Mar 15 17:40:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73C701065672; Sat, 15 Mar 2008 17:40:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2A28FC18; Sat, 15 Mar 2008 17:40:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FHeJX9057489; Sat, 15 Mar 2008 17:40:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FHeIcU057488; Sat, 15 Mar 2008 17:40:18 GMT (envelope-from ru) Message-Id: <200803151740.m2FHeIcU057488@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 15 Mar 2008 17:40:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 17:40:19 -0000 ru 2008-03-15 17:40:18 UTC FreeBSD src repository Modified files: sys/kern link_elf.c link_elf_obj.c Log: Fix panic on e.g. "kldload /dev/null". PR: kern/121427 Reviewed by: sem MFC after: 3 days Revision Changes Path 1.96 +5 -0 src/sys/kern/link_elf.c 1.98 +4 -0 src/sys/kern/link_elf_obj.c From owner-cvs-all@FreeBSD.ORG Sat Mar 15 18:10:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17411106566B; Sat, 15 Mar 2008 18:10:18 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 044728FC21; Sat, 15 Mar 2008 18:10:18 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FIAHXO060427; Sat, 15 Mar 2008 18:10:17 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FIAH3f060426; Sat, 15 Mar 2008 18:10:17 GMT (envelope-from leeym) Message-Id: <200803151810.m2FIAH3f060426@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 15 Mar 2008 18:10:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 18:10:18 -0000 leeym 2008-03-15 18:10:16 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-CBuilder Makefile Log: - simplify dependency - bump PORTREVISION Revision Changes Path 1.21 +1 -4 ports/devel/p5-ExtUtils-CBuilder/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 18:49:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8AE106566B; Sat, 15 Mar 2008 18:49:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB9A88FC1A; Sat, 15 Mar 2008 18:49:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FInHFw061854; Sat, 15 Mar 2008 18:49:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FInH4i061853; Sat, 15 Mar 2008 18:49:17 GMT (envelope-from marcus) Message-Id: <200803151849.m2FInH4i061853@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 15 Mar 2008 18:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pulseaudio/files patch-src_pulsecore_atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 18:49:17 -0000 marcus 2008-03-15 18:49:17 UTC FreeBSD ports repository Modified files: audio/pulseaudio/files patch-src_pulsecore_atomic.h Log: One more pass at fixing this on 5.X. Reported by: pointyhat via pav Revision Changes Path 1.6 +8 -3 ports/audio/pulseaudio/files/patch-src_pulsecore_atomic.h From owner-cvs-all@FreeBSD.ORG Sat Mar 15 19:30:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B131010656D0; Sat, 15 Mar 2008 19:30:31 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38A6C8FC62; Sat, 15 Mar 2008 19:29:45 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FJTj6S064605; Sat, 15 Mar 2008 19:29:45 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FJTjp4064604; Sat, 15 Mar 2008 19:29:45 GMT (envelope-from alexbl) Message-Id: <200803151929.m2FJTjp4064604@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sat, 15 Mar 2008 19:29:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/abraca Makefile ports/audio/azrael Makefile distinfo pkg-descr ports/audio/cpp-xmms2 Makefile pkg-plist ports/audio/esperanza Makefile ports/audio/gx2osd Makefile ports/audio/gxmms2 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 19:30:32 -0000 alexbl 2008-03-15 19:29:44 UTC FreeBSD ports repository Modified files: audio Makefile audio/abraca Makefile audio/cpp-xmms2 Makefile pkg-plist audio/esperanza Makefile audio/gx2osd Makefile audio/gxmms2 Makefile distinfo pkg-descr audio/p5-xmms2 Makefile audio/py-xmms2 Makefile pkg-plist audio/ruby-xmms2 Makefile audio/xmms2 Makefile distinfo pkg-plist audio/xmms2/files patch-src_clients_lib_python_xmmsapi.pyx slaveport-wscript audio/xmms2-scrobbler Makefile Added files: audio/xmms2/files slaveport-src-clients-lib-wscripts Removed files: audio/azrael Makefile distinfo pkg-descr audio/java-xmms2 Makefile pkg-plist audio/nyello Makefile distinfo pkg-descr Log: - update xmms2 to 0.4DrKosmos - update gxmms2 to 0.7 and unbreak - bump soversion as needed - trim some clients (azrael, nyello) and bindings (java) that are no longer maintained Submitted by: Max Khon Revision Changes Path 1.935 +0 -3 ports/audio/Makefile 1.2 +1 -1 ports/audio/abraca/Makefile 1.5 +0 -30 ports/audio/azrael/Makefile (dead) 1.2 +0 -3 ports/audio/azrael/distinfo (dead) 1.2 +0 -6 ports/audio/azrael/pkg-descr (dead) 1.7 +1 -1 ports/audio/cpp-xmms2/Makefile 1.3 +3 -3 ports/audio/cpp-xmms2/pkg-plist 1.4 +2 -2 ports/audio/esperanza/Makefile 1.5 +4 -4 ports/audio/gx2osd/Makefile 1.13 +3 -6 ports/audio/gxmms2/Makefile 1.6 +3 -3 ports/audio/gxmms2/distinfo 1.2 +1 -1 ports/audio/gxmms2/pkg-descr 1.13 +0 -33 ports/audio/java-xmms2/Makefile (dead) 1.5 +0 -2 ports/audio/java-xmms2/pkg-plist (dead) 1.6 +0 -30 ports/audio/nyello/Makefile (dead) 1.3 +0 -3 ports/audio/nyello/distinfo (dead) 1.2 +0 -13 ports/audio/nyello/pkg-descr (dead) 1.2 +1 -1 ports/audio/p5-xmms2/Makefile 1.7 +1 -1 ports/audio/py-xmms2/Makefile 1.3 +3 -3 ports/audio/py-xmms2/pkg-plist 1.5 +1 -1 ports/audio/ruby-xmms2/Makefile 1.7 +2 -2 ports/audio/xmms2-scrobbler/Makefile 1.36 +7 -7 ports/audio/xmms2/Makefile 1.10 +3 -3 ports/audio/xmms2/distinfo 1.2 +0 -102 ports/audio/xmms2/files/patch-src_clients_lib_python_xmmsapi.pyx 1.1 +90 -0 ports/audio/xmms2/files/slaveport-src-clients-lib-wscripts (new) 1.2 +18 -0 ports/audio/xmms2/files/slaveport-wscript 1.15 +30 -17 ports/audio/xmms2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 15 20:54:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4A7106566C; Sat, 15 Mar 2008 20:54:09 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4578FC19; Sat, 15 Mar 2008 20:54:09 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FKs8Il079339; Sat, 15 Mar 2008 20:54:08 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FKs8Y5079338; Sat, 15 Mar 2008 20:54:08 GMT (envelope-from gshapiro) Message-Id: <200803152054.m2FKs8Y5079338@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 15 Mar 2008 20:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libmilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 20:54:09 -0000 gshapiro 2008-03-15 20:54:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libmilter Makefile Log: MFC: Switch libmilter from select(2) to poll(2) so milters are not limited by the size of FD_SETSIZE. PR: 118824 Submitted by: vsevolod Revision Changes Path 1.7.2.1 +1 -0 src/lib/libmilter/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 20:55:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 659A1106566B; Sat, 15 Mar 2008 20:55:37 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 525078FC17; Sat, 15 Mar 2008 20:55:37 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FKtbBj079471; Sat, 15 Mar 2008 20:55:37 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FKtbvu079470; Sat, 15 Mar 2008 20:55:37 GMT (envelope-from gshapiro) Message-Id: <200803152055.m2FKtbvu079470@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 15 Mar 2008 20:55:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libmilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 20:55:37 -0000 gshapiro 2008-03-15 20:55:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libmilter Makefile Log: MFC: Switch libmilter from select(2) to poll(2) so milters are not limited by the size of FD_SETSIZE. PR: 118824 Submitted by: vsevolod Revision Changes Path 1.5.2.2 +1 -0 src/lib/libmilter/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 15 22:29:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0311065670; Sat, 15 Mar 2008 22:29:04 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 278278FC1B; Sat, 15 Mar 2008 22:29:04 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FMT344085171; Sat, 15 Mar 2008 22:29:03 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FMT3X1085170; Sat, 15 Mar 2008 22:29:03 GMT (envelope-from arved) Message-Id: <200803152229.m2FMT3X1085170@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 15 Mar 2008 22:29:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/newsbeuter Makefile ports/www/newsbeuter/files patch-fixlocalecrash X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 22:29:04 -0000 arved 2008-03-15 22:29:03 UTC FreeBSD ports repository Modified files: www/newsbeuter Makefile Added files: www/newsbeuter/files patch-fixlocalecrash Log: Fix crash if a locale is used PR: 121674 Reported by: Oliver Herold Obtained from: Upstream Revision Changes Path 1.17 +1 -0 ports/www/newsbeuter/Makefile 1.1 +305 -0 ports/www/newsbeuter/files/patch-fixlocalecrash (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 15 23:23:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC79A106566C; Sat, 15 Mar 2008 23:23:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A527A8FC12; Sat, 15 Mar 2008 23:23:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2FNN4Os088267; Sat, 15 Mar 2008 23:23:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2FNN4TH088266; Sat, 15 Mar 2008 23:23:04 GMT (envelope-from pjd) Message-Id: <200803152323.m2FNN4TH088266@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 15 Mar 2008 23:23:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 23:23:04 -0000 pjd 2008-03-15 23:23:04 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: Fix mmap(2) on ZFS after some changes in VM subsystem. Submitted by: alc Reported by: kris (originally) and many others Tested with: fsx MFC after: 1 week Revision Changes Path 1.28 +4 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c