From owner-cvs-all@FreeBSD.ORG Sun May 25 01:45:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0646106566C; Sun, 25 May 2008 01:45:00 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFBF18FC22; Sun, 25 May 2008 01:45:00 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P1ixEc023852; Sun, 25 May 2008 01:44:59 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P1ixW8023851; Sun, 25 May 2008 01:44:59 GMT (envelope-from jb) Message-Id: <200805250144.m4P1ixW8023851@repoman.freebsd.org> From: John Birrell Date: Sun, 25 May 2008 01:44:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_4bsd.c 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: Sun, 25 May 2008 01:45:00 -0000 jb 2008-05-25 01:44:59 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c sched_ule.c Log: Add the vtime (virtual time) hooks for DTrace. Revision Changes Path 1.126 +17 -0 src/sys/kern/sched_4bsd.c 1.245 +18 -0 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sun May 25 02:04: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 6FA4E106564A; Sun, 25 May 2008 02:04:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7AD8FC17; Sun, 25 May 2008 02:04:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P24JCu025546; Sun, 25 May 2008 02:04:19 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P24Jfn025545; Sun, 25 May 2008 02:04:19 GMT (envelope-from jb) Message-Id: <200805250204.m4P24Jfn025545@repoman.freebsd.org> From: John Birrell Date: Sun, 25 May 2008 02:04: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/modules/dtrace/dtraceall dtraceall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 02:04:20 -0000 jb 2008-05-25 02:04:18 UTC FreeBSD src repository Modified files: sys/modules/dtrace/dtraceall dtraceall.c Log: Remove the dependency on lockstat. That its still work in progress. Revision Changes Path 1.2 +0 -1 src/sys/modules/dtrace/dtraceall/dtraceall.c From owner-cvs-all@FreeBSD.ORG Sun May 25 02:48: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 2A8EB106566B; Sun, 25 May 2008 02:48:58 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17B3A8FC19; Sun, 25 May 2008 02:48:58 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P2mvKf026914; Sun, 25 May 2008 02:48:57 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P2mv8U026913; Sun, 25 May 2008 02:48:57 GMT (envelope-from jb) Message-Id: <200805250248.m4P2mv8U026913@repoman.freebsd.org> From: John Birrell Date: Sun, 25 May 2008 02:48: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 02:48:58 -0000 jb 2008-05-25 02:48:57 UTC FreeBSD src repository Modified files: . Makefile Log: Remove sun4v from the list of arches in 'make universe'. There has been no active development on it for over a year now and it isn't reliable under a simple buildworld. Developers can't be expected to test code targeted for it. Revision Changes Path 1.350 +1 -1 src/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 07:00: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 A84A01065676; Sun, 25 May 2008 07:00:07 +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 631898FC18; Sun, 25 May 2008 07:00:07 +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 m4P7077J049086; Sun, 25 May 2008 07:00:07 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P707xQ049085; Sun, 25 May 2008 07:00:07 GMT (envelope-from alc) Message-Id: <200805250700.m4P707xQ049085@repoman.freebsd.org> From: Alan Cox Date: Sun, 25 May 2008 07:00: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/sys/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 07:00:07 -0000 alc 2008-05-25 07:00:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_pageout.c Log: MFC revision 1.293 Add a read/write sysctl for reconfiguring the maximum number of physical pages that can be wired. PR: 114654 Revision Changes Path 1.292.2.1 +2 -0 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Sun May 25 07: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 9F1281065675; Sun, 25 May 2008 07:02:31 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77B198FC14; Sun, 25 May 2008 07:02:31 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P72VhZ049269; Sun, 25 May 2008 07:02:31 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P72Vg1049268; Sun, 25 May 2008 07:02:31 GMT (envelope-from hrs) Message-Id: <200805250702.m4P72Vg1049268@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 07: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: CVSROOT modules ports MOVED ports/japanese Makefile ports/japanese/truetypefonts Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/japanese/truetypefonts/files fonts.alias.truetype fonts.dir.truetype X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 07:02:31 -0000 hrs 2008-05-25 07:02:31 UTC FreeBSD ports repository Modified files: . modules . MOVED japanese Makefile Removed files: japanese/truetypefonts Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist japanese/truetypefonts/files fonts.alias.truetype fonts.dir.truetype Log: Remove japanese/truetypefonts. This TrueType font is suspected of including copyright violated glyphs in JISX0208-1983 from Watanabe Font, and doubtless version has not been released. Revision Changes Path 1.19864 +0 -1 CVSROOT/modules 1.1599 +2 -1 ports/MOVED 1.680 +0 -1 ports/japanese/Makefile 1.19 +0 -41 ports/japanese/truetypefonts/Makefile (dead) 1.9 +0 -3 ports/japanese/truetypefonts/distinfo (dead) 1.2 +0 -40 ports/japanese/truetypefonts/files/fonts.alias.truetype (dead) 1.2 +0 -41 ports/japanese/truetypefonts/files/fonts.dir.truetype (dead) 1.3 +0 -13 ports/japanese/truetypefonts/pkg-deinstall (dead) 1.2 +0 -1 ports/japanese/truetypefonts/pkg-descr (dead) 1.4 +0 -18 ports/japanese/truetypefonts/pkg-install (dead) 1.4 +0 -4 ports/japanese/truetypefonts/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun May 25 07:04: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 58D151065681; Sun, 25 May 2008 07:04:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD228FC18; Sun, 25 May 2008 07:04:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P741fM050417; Sun, 25 May 2008 07:04:01 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P741cu050416; Sun, 25 May 2008 07:04:01 GMT (envelope-from hrs) Message-Id: <200805250704.m4P741cu050416@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 07:04: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/japanese/ipa-ttfonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 07:04:01 -0000 hrs 2008-05-25 07:04:01 UTC FreeBSD ports repository Modified files: japanese/ipa-ttfonts Makefile Log: Remove unused variables from $PLIST_SUB. Revision Changes Path 1.15 +1 -3 ports/japanese/ipa-ttfonts/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 07:10: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 877D6106566B; Sun, 25 May 2008 07:10:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 601BA8FC1F; Sun, 25 May 2008 07:10:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P7AYmv050685; Sun, 25 May 2008 07:10:34 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P7AY4J050684; Sun, 25 May 2008 07:10:34 GMT (envelope-from hrs) Message-Id: <200805250710.m4P7AY4J050684@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 07:10: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/japanese/vlgothic Makefile pkg-plist ports/japanese/vlgothic/files 20-unhint-vlgothic.conf 62-fonts-vlgothic.conf 63-vlgothic.conf 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, 25 May 2008 07:10:34 -0000 hrs 2008-05-25 07:10:33 UTC FreeBSD ports repository Modified files: japanese/vlgothic Makefile pkg-plist Added files: japanese/vlgothic/files 20-unhint-vlgothic.conf 62-fonts-vlgothic.conf pkg-install.in Removed files: japanese/vlgothic/files 63-vlgothic.conf Log: - Add install script for adding XLFD. - Clean up Makefile and pkg-plist. - Take maintainership. Revision Changes Path 1.17 +32 -23 ports/japanese/vlgothic/Makefile 1.1 +14 -0 ports/japanese/vlgothic/files/20-unhint-vlgothic.conf (new) 1.1 +17 -0 ports/japanese/vlgothic/files/62-fonts-vlgothic.conf (new) 1.2 +0 -17 ports/japanese/vlgothic/files/63-vlgothic.conf (dead) 1.1 +87 -0 ports/japanese/vlgothic/files/pkg-install.in (new) 1.4 +21 -17 ports/japanese/vlgothic/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 07:11: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 CB6C7106567A; Sun, 25 May 2008 07:11:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA128FC22; Sun, 25 May 2008 07:11:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P7BNs3050750; Sun, 25 May 2008 07:11:23 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P7BNth050749; Sun, 25 May 2008 07:11:23 GMT (envelope-from hrs) Message-Id: <200805250711.m4P7BNth050749@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 07:11:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/sazanami-ttf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 07:11:23 -0000 hrs 2008-05-25 07:11:23 UTC FreeBSD ports repository Modified files: japanese/sazanami-ttf Makefile Log: Remove unused variables. Revision Changes Path 1.9 +2 -9 ports/japanese/sazanami-ttf/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 07:17: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 0F0021065682; Sun, 25 May 2008 07:17:28 +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 C1B878FC16; Sun, 25 May 2008 07:17:27 +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 m4P7HRjU050948; Sun, 25 May 2008 07:17:27 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P7HRhE050947; Sun, 25 May 2008 07:17:27 GMT (envelope-from alexbl) Message-Id: <200805250717.m4P7HRhE050947@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 25 May 2008 07:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/py-musicbrainz2 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, 25 May 2008 07:17:28 -0000 alexbl 2008-05-25 07:17:27 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz2 Makefile distinfo pkg-plist Log: - Update to 0.6.0 PR: 122146 Submitted by: Jason E. Hale Revision Changes Path 1.5 +12 -4 ports/audio/py-musicbrainz2/Makefile 1.2 +3 -3 ports/audio/py-musicbrainz2/distinfo 1.2 +26 -14 ports/audio/py-musicbrainz2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 07: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 979761065672; Sun, 25 May 2008 07:38:09 +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 563828FC0C; Sun, 25 May 2008 07:38:09 +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 m4P7c9OQ051608; Sun, 25 May 2008 07:38:09 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P7c9sR051607; Sun, 25 May 2008 07:38:09 GMT (envelope-from alc) Message-Id: <200805250738.m4P7c9sR051607@repoman.freebsd.org> From: Alan Cox Date: Sun, 25 May 2008 07:38:09 +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/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 07:38:09 -0000 alc 2008-05-25 07:38:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_pageout.c Log: MFC revision 1.293 Add a read/write sysctl for reconfiguring the maximum number of physical pages that can be wired. PR: 114654 Revision Changes Path 1.268.2.5 +2 -0 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Sun May 25 08:01: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 68BA8106567B; Sun, 25 May 2008 08:01:38 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3F88FC0A; Sun, 25 May 2008 08:01:38 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P81c5b052402; Sun, 25 May 2008 08:01:38 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P81cXN052401; Sun, 25 May 2008 08:01:38 GMT (envelope-from hrs) Message-Id: <200805250801.m4P81cXN052401@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 08:01: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/japanese Makefile ports/japanese/umefont Makefile distinfo pkg-descr pkg-plist ports/japanese/umefont/files 20-unhint-umefont.conf 62-fonts-umefont.conf 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, 25 May 2008 08:01:38 -0000 hrs 2008-05-25 08:01:38 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/umefont Makefile distinfo pkg-descr pkg-plist japanese/umefont/files 20-unhint-umefont.conf 62-fonts-umefont.conf pkg-install.in Log: Add Ume Font, another free Japanese TrueType font based on Sazanami and Wadalab font families. WWW: http://sourceforge.jp/projects/ume-font/wiki/FrontPage Revision Changes Path 1.681 +1 -0 ports/japanese/Makefile 1.1 +58 -0 ports/japanese/umefont/Makefile (new) 1.1 +3 -0 ports/japanese/umefont/distinfo (new) 1.1 +24 -0 ports/japanese/umefont/files/20-unhint-umefont.conf (new) 1.1 +39 -0 ports/japanese/umefont/files/62-fonts-umefont.conf (new) 1.1 +97 -0 ports/japanese/umefont/files/pkg-install.in (new) 1.1 +3 -0 ports/japanese/umefont/pkg-descr (new) 1.1 +51 -0 ports/japanese/umefont/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 25 08:02: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 0F4421065674; Sun, 25 May 2008 08:02:04 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0BAC8FC12; Sun, 25 May 2008 08:02:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P823uR052443; Sun, 25 May 2008 08:02:03 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P823UR052442; Sun, 25 May 2008 08:02:03 GMT (envelope-from hrs) Message-Id: <200805250802.m4P823UR052442@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 08:02:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 08:02:04 -0000 hrs 2008-05-25 08:02:03 UTC FreeBSD ports repository Modified files: . modules Log: ja-umefont --> ports/japanese/umefont Revision Changes Path 1.19865 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 25 08:12: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 1AC111065670; Sun, 25 May 2008 08:12:56 +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 CA9918FC24; Sun, 25 May 2008 08:12:55 +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 m4P8CtS2053869; Sun, 25 May 2008 08:12:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P8CtEP053868; Sun, 25 May 2008 08:12:55 GMT (envelope-from erwin) Message-Id: <200805250812.m4P8CtEP053868@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 25 May 2008 08:12: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: 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, 25 May 2008 08:12:56 -0000 erwin 2008-05-25 08:12:55 UTC FreeBSD ports repository Modified files: . modules Log: vchkuser --> ports/mail/vchkuser Revision Changes Path 1.19866 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 25 08: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 6E9131065674; Sun, 25 May 2008 08:46:09 +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 47E4C8FC16; Sun, 25 May 2008 08:46:09 +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 m4P8k9jb058274; Sun, 25 May 2008 08:46:09 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P8k9Xo058273; Sun, 25 May 2008 08:46:09 GMT (envelope-from ahze) Message-Id: <200805250846.m4P8k9Xo058273@repoman.freebsd.org> From: Michael Johnson Date: Sun, 25 May 2008 08:46:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/midori Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 08:46:09 -0000 ahze 2008-05-25 08:46:09 UTC FreeBSD ports repository Modified files: www/midori Makefile distinfo Log: Update to 0.0.18 PR: 123791 Submitted by: Martin Sugioarto Revision Changes Path 1.2 +1 -1 ports/www/midori/Makefile 1.2 +3 -3 ports/www/midori/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 25 08: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 C70FA106566B; Sun, 25 May 2008 08:53:35 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0C418FC24; Sun, 25 May 2008 08:53:35 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P8rZoW067575; Sun, 25 May 2008 08:53:35 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P8rZAJ067574; Sun, 25 May 2008 08:53:35 GMT (envelope-from jkois) Message-Id: <200805250853.m4P8rZAJ067574@repoman.freebsd.org> From: Johann Kois Date: Sun, 25 May 2008 08:53:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/de developers.sgml www/de/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: Sun, 25 May 2008 08:53:35 -0000 jkois 2008-05-25 08:53:35 UTC FreeBSD doc repository Modified files: de developers.sgml de/share/sgml news.xml Log: MFde: Minor update to the German website. www/de/developers.sgml 1.192 -> 1.194 www/de/share/sgml/news.xml 1.161 -> 1.163 Obtained from: The FreeBSD German Documentation Project Revision Changes Path 1.25 +4 -2 www/de/developers.sgml 1.50 +20 -2 www/de/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Sun May 25 09:20: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 C1B7E106566C; Sun, 25 May 2008 09:20:04 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C64A8FC1D; Sun, 25 May 2008 09:20:04 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P9K4lw069492; Sun, 25 May 2008 09:20:04 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P9K4Wp069491; Sun, 25 May 2008 09:20:04 GMT (envelope-from jkois) Message-Id: <200805250920.m4P9K4Wp069491@repoman.freebsd.org> From: Johann Kois Date: Sun, 25 May 2008 09:20: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/platforms amd64.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, 25 May 2008 09:20:04 -0000 jkois 2008-05-25 09:20:04 UTC FreeBSD doc repository Modified files: en/platforms amd64.sgml Log: PR: www/121530 Additional remove the colon after the "Status" headline as it does not really belong there. Contributed by: Gavin Atkinson Revision Changes Path 1.22 +3 -3 www/en/platforms/amd64.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 09:50: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 D50B41065672; Sun, 25 May 2008 09:50:19 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF0448FC24; Sun, 25 May 2008 09:50:19 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4P9oJVl070571; Sun, 25 May 2008 09:50:19 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4P9oJW7070570; Sun, 25 May 2008 09:50:19 GMT (envelope-from jkois) Message-Id: <200805250950.m4P9oJW7070570@repoman.freebsd.org> From: Johann Kois Date: Sun, 25 May 2008 09:50: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/platforms pc98.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, 25 May 2008 09:50:19 -0000 jkois 2008-05-25 09:50:19 UTC FreeBSD doc repository Modified files: en/platforms pc98.sgml Log: PR: www/121527 Contributed by: Gavin Atkinson While here also fix the link to the Hardware Notes for 8-CURRENT. Revision Changes Path 1.17 +11 -3 www/en/platforms/pc98.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 10:10: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 25C1C1065685; Sun, 25 May 2008 10:10:00 +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 15C348FC0A; Sun, 25 May 2008 10:10:00 +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 m4PA9xqS072259; Sun, 25 May 2008 10:09:59 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PA9xVX072258; Sun, 25 May 2008 10:09:59 GMT (envelope-from trasz) Message-Id: <200805251009.m4PA9xVX072258@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 25 May 2008 10:09: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 Makefile ports/audio/sineshaper Makefile distinfo pkg-descr pkg-plist ports/audio/sineshaper/files patch-configure.ac patch-src-sineshaper-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 10:10:00 -0000 trasz 2008-05-25 10:09:59 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/sineshaper Makefile distinfo pkg-descr pkg-plist audio/sineshaper/files patch-configure.ac patch-src-sineshaper-Makefile.am Log: A monophonic synth plugin that sends the sound from two sine oscillators through two sine waveshapers in series. You can control the vibrato, tremolo, portamento, the tuning of both oscillators, the oscillator mix, the shape amount (total and split over both shapers) and the phase of the second waveshaper function. There is also an ADSR envelope generator that can control the total shape amount and the amplification (with controllable sensitivity for both), an LFO for the total shape amount, distortion, and a feedback delay. The shape amount and amplification is velocity sensitive, and the synth supports MIDI pitch bend events (with a range of +/- 2 semitones). All parameters can be controlled using MIDI Controller events. WWW: http://ll-plugins.sourceforge.net Revision Changes Path 1.957 +1 -0 ports/audio/Makefile 1.1 +30 -0 ports/audio/sineshaper/Makefile (new) 1.1 +3 -0 ports/audio/sineshaper/distinfo (new) 1.1 +11 -0 ports/audio/sineshaper/files/patch-configure.ac (new) 1.1 +11 -0 ports/audio/sineshaper/files/patch-src-sineshaper-Makefile.am (new) 1.1 +16 -0 ports/audio/sineshaper/pkg-descr (new) 1.1 +8 -0 ports/audio/sineshaper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun May 25 10: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 9DC171065682; Sun, 25 May 2008 10:10:29 +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 777E28FC12; Sun, 25 May 2008 10:10:29 +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 m4PAATEB072377; Sun, 25 May 2008 10:10:29 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PAATpe072376; Sun, 25 May 2008 10:10:29 GMT (envelope-from trasz) Message-Id: <200805251010.m4PAATpe072376@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 25 May 2008 10: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: 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, 25 May 2008 10:10:29 -0000 trasz 2008-05-25 10:10:29 UTC FreeBSD ports repository Modified files: . modules Log: sineshaper --> ports/audio/sineshaper Revision Changes Path 1.19867 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 25 10:21: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 E83AF106566B; Sun, 25 May 2008 10:21:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D90318FC0A; Sun, 25 May 2008 10:21:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PALCJY072934; Sun, 25 May 2008 10:21:12 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PALCKY072933; Sun, 25 May 2008 10:21:12 GMT (envelope-from hrs) Message-Id: <200805251021.m4PALCKY072933@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 May 2008 10:21:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/japanese Makefile ports/japanese/kochi-cidfonts 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, 25 May 2008 10:21:13 -0000 hrs 2008-05-25 10:21:12 UTC FreeBSD ports repository Modified files: . modules . MOVED japanese Makefile Removed files: japanese/kochi-cidfonts Makefile distinfo pkg-descr pkg-plist Log: Remove japanese/kochi-cidfonts. This CID-keyed font is suspected of including copyright violated glyphs from a 32-dot bitmap font used in LABO System 123 (a commercial product), and doubtless version has not been released. Revision Changes Path 1.19868 +0 -1 CVSROOT/modules 1.1600 +2 -1 ports/MOVED 1.682 +0 -1 ports/japanese/Makefile 1.6 +0 -33 ports/japanese/kochi-cidfonts/Makefile (dead) 1.4 +0 -3 ports/japanese/kochi-cidfonts/distinfo (dead) 1.2 +0 -6 ports/japanese/kochi-cidfonts/pkg-descr (dead) 1.3 +0 -8 ports/japanese/kochi-cidfonts/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun May 25 11:23: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 A1415106564A; Sun, 25 May 2008 11:23: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 8FD8E8FC12; Sun, 25 May 2008 11:23: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 m4PBNNe8076000; Sun, 25 May 2008 11:23:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PBNNeH075999; Sun, 25 May 2008 11:23:23 GMT (envelope-from leeym) Message-Id: <200805251123.m4PBNNeH075999@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 25 May 2008 11:23: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/fusefs-encfs Makefile distinfo pkg-plist ports/sysutils/fusefs-encfs/files patch-encfs-PtrImpl.h patch-encfs__encfsctl.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: Sun, 25 May 2008 11:23:23 -0000 leeym 2008-05-25 11:23:23 UTC FreeBSD ports repository Modified files: sysutils/fusefs-encfs Makefile distinfo pkg-plist Added files: sysutils/fusefs-encfs/files patch-encfs__encfsctl.cpp Removed files: sysutils/fusefs-encfs/files patch-encfs-PtrImpl.h Log: - Update to 1.4.2 - Take maintainership (requested by maintainer) PR: 123967 Submitted by: leeym Approved by: trasz Revision Changes Path 1.9 +14 -8 ports/sysutils/fusefs-encfs/Makefile 1.3 +3 -3 ports/sysutils/fusefs-encfs/distinfo 1.3 +0 -36 ports/sysutils/fusefs-encfs/files/patch-encfs-PtrImpl.h (dead) 1.1 +13 -0 ports/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp (new) 1.5 +70 -44 ports/sysutils/fusefs-encfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 14:16: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 C95F51065689; Sun, 25 May 2008 14:16:29 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A04598FC29; Sun, 25 May 2008 14:16:29 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PEGT6N093507; Sun, 25 May 2008 14:16:29 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEGTMa093506; Sun, 25 May 2008 14:16:29 GMT (envelope-from attilio) Message-Id: <200805251416.m4PEGTMa093506@repoman.freebsd.org> From: Attilio Rao Date: Sun, 25 May 2008 14:16: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/fs/ntfs ntfs_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: Sun, 25 May 2008 14:16:29 -0000 attilio 2008-05-25 14:16:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/ntfs ntfs_subr.c Log: MFC revision 1.46: lockinit() can't accept LK_EXCLUSIVE as a flag. Revision Changes Path 1.42.2.3 +1 -1 src/sys/fs/ntfs/ntfs_subr.c From owner-cvs-all@FreeBSD.ORG Sun May 25 14:21: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 743C11065672; Sun, 25 May 2008 14:21:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8028FC22; Sun, 25 May 2008 14:21:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PELjM2093730; Sun, 25 May 2008 14:21:45 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PELjxR093729; Sun, 25 May 2008 14:21:45 GMT (envelope-from gabor) Message-Id: <200805251421.m4PELjxR093729@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:21:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:21:46 -0000 gabor 2008-05-25 14:21:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Update the pieces of information about the supported architectures PR: docs/123973 Submitted by: pgj Revision Changes Path 1.812 +10 -14 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:23: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 45032106567A; Sun, 25 May 2008 14:23:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2478FC0C; Sun, 25 May 2008 14:23:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PENN1P093788; Sun, 25 May 2008 14:23:23 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PENNUk093787; Sun, 25 May 2008 14:23:23 GMT (envelope-from gabor) Message-Id: <200805251423.m4PENNUk093787@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:23: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/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:23:24 -0000 gabor 2008-05-25 14:23:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Close open para elements PR: docs/123884 Submitted by: pgj Revision Changes Path 1.813 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:25: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 D7FAB10656E5; Sun, 25 May 2008 14:25:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F59B8FC1C; Sun, 25 May 2008 14:25:57 +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 m4PEPvpr093881; Sun, 25 May 2008 14:25:57 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEPve5093880; Sun, 25 May 2008 14:25:57 GMT (envelope-from gabor) Message-Id: <200805251425.m4PEPve5093880@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:25:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:25:58 -0000 gabor 2008-05-25 14:25:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Be more accurate about the naming conventions of our documents PR: docs/123918 Submitted by: pgj Revision Changes Path 1.814 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:27: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 CE9651065679; Sun, 25 May 2008 14:27:58 +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 A57A08FC14; Sun, 25 May 2008 14:27:58 +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 m4PERwAB093974; Sun, 25 May 2008 14:27:58 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PERwSV093973; Sun, 25 May 2008 14:27:58 GMT (envelope-from gabor) Message-Id: <200805251427.m4PERwSV093973@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:27:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:27:58 -0000 gabor 2008-05-25 14:27:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix typo PR: docs/123919 Submitted by: pgj Revision Changes Path 1.815 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14: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 7014B1065672; Sun, 25 May 2008 14:30:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4FD8FC19; Sun, 25 May 2008 14:30:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PEUULb094073; Sun, 25 May 2008 14:30:31 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEUUX2094072; Sun, 25 May 2008 14:30:30 GMT (envelope-from gabor) Message-Id: <200805251430.m4PEUUX2094072@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:30:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:30:31 -0000 gabor 2008-05-25 14:30:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Add missing Greek and Norwegian languages to the list PR: docs/123922 Submitted by: pgj Revision Changes Path 1.816 +12 -0 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14: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 E82F9106566B; Sun, 25 May 2008 14:32:26 +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 BF2038FC0C; Sun, 25 May 2008 14:32:26 +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 m4PEWQGJ094137; Sun, 25 May 2008 14:32:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEWQ6G094136; Sun, 25 May 2008 14:32:26 GMT (envelope-from gabor) Message-Id: <200805251432.m4PEWQ6G094136@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:32:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:32:27 -0000 gabor 2008-05-25 14:32:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Make the markup more accurate by enclosing the name of the IRC channels into literal PR: docs/123923 Submitted by: pgj Revision Changes Path 1.817 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:34: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 9FEF51065671; Sun, 25 May 2008 14:34:42 +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 76A0E8FC13; Sun, 25 May 2008 14:34:42 +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 m4PEYgRt094240; Sun, 25 May 2008 14:34:42 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEYgso094239; Sun, 25 May 2008 14:34:42 GMT (envelope-from gabor) Message-Id: <200805251434.m4PEYgso094239@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:34:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:34:42 -0000 gabor 2008-05-25 14:34:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Replace the ":-" symbols with a simple colon, this must have been the original intention of the author as ":-" does not have any special meaning in the English grammar PR: docs/123947 Submitted by: pgj Revision Changes Path 1.818 +3 -3 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:37: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 0AF0F1065671; Sun, 25 May 2008 14:37:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D65198FC13; Sun, 25 May 2008 14:37:05 +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 m4PEb5wc094396; Sun, 25 May 2008 14:37:05 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEb52e094395; Sun, 25 May 2008 14:37:05 GMT (envelope-from gabor) Message-Id: <200805251437.m4PEb52e094395@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:37:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:37:06 -0000 gabor 2008-05-25 14:37:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Use a more fine-grained markup PR: docs/123948, docs/123974 Submitted by: pgj Revision Changes Path 1.819 +10 -10 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:37: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 240B2106564A; Sun, 25 May 2008 14:37:34 +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 EF1CE8FC12; Sun, 25 May 2008 14:37:33 +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 m4PEbXG9094429; Sun, 25 May 2008 14:37:33 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEbXr9094428; Sun, 25 May 2008 14:37:33 GMT (envelope-from rpaulo) Message-Id: <200805251437.m4PEbXr9094428@repoman.freebsd.org> From: Rui Paulo Date: Sun, 25 May 2008 14:37: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/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: Sun, 25 May 2008 14:37:34 -0000 rpaulo 2008-05-25 14:37:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_bus.c Log: MFC r1.208: devctl_process_running(): Check for devsoftc.inuse == 1 instead of devsoftc.async_proc != NULL because the latter might not be true sometimes. This way /etc/rc.suspend gets executed. Reviwed by: njl Submitted by: Mitsuru IWASAKI Tested also by: Andreas Wetzel Revision Changes Path 1.201.2.2 +1 -1 src/sys/kern/subr_bus.c From owner-cvs-all@FreeBSD.ORG Sun May 25 14: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 73A4F1065682; Sun, 25 May 2008 14:39:11 +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 4AC498FC0C; Sun, 25 May 2008 14:39:11 +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 m4PEdBtG094471; Sun, 25 May 2008 14:39:11 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEdBwJ094470; Sun, 25 May 2008 14:39:11 GMT (envelope-from gabor) Message-Id: <200805251439.m4PEdBwJ094470@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:39:11 +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/faq 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, 25 May 2008 14:39:12 -0000 gabor 2008-05-25 14:39:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Reformat a part with some embedded screen elements to avoid the possible rendering issues, which can come this way PR: docs/123975 Submitted by: pgj Revision Changes Path 1.820 +11 -3 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:40: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 B35F31065690; Sun, 25 May 2008 14:40:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A81A8FC2C; Sun, 25 May 2008 14:40: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 m4PEeKrK094579; Sun, 25 May 2008 14:40:20 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEeKJB094578; Sun, 25 May 2008 14:40:20 GMT (envelope-from gabor) Message-Id: <200805251440.m4PEeKJB094578@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:40:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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, 25 May 2008 14:40:20 -0000 gabor 2008-05-25 14:40:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Use our entities for mailing lists PR: docs/123976: Submitted by: pgj Revision Changes Path 1.821 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14: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 0AD47106566B; Sun, 25 May 2008 14:49:13 +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 D62348FC15; Sun, 25 May 2008 14:49:12 +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 m4PEnCVe094839; Sun, 25 May 2008 14:49:12 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEnCKx094838; Sun, 25 May 2008 14:49:12 GMT (envelope-from gabor) Message-Id: <200805251449.m4PEnCKx094838@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 14:49:12 +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/faq 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, 25 May 2008 14:49:13 -0000 gabor 2008-05-25 14:49:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Bump Copyright year for the recent changes Revision Changes Path 1.822 +1 -0 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 14:50: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 E0F2C10657C1; Sun, 25 May 2008 14:50:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B82628FC16; Sun, 25 May 2008 14:50:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PEolRB094937; Sun, 25 May 2008 14:50:47 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEolne094936; Sun, 25 May 2008 14:50:47 GMT (envelope-from attilio) Message-Id: <200805251450.m4PEolne094936@repoman.freebsd.org> From: Attilio Rao Date: Sun, 25 May 2008 14:50: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 exception.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: Sun, 25 May 2008 14:50:48 -0000 attilio 2008-05-25 14:50:47 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s Log: style fix for newly introduced macro. Revision Changes Path 1.121 +1 -1 src/sys/i386/i386/exception.s From owner-cvs-all@FreeBSD.ORG Sun May 25 14:57: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 39B8F106564A; Sun, 25 May 2008 14:57:44 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10A0B8FC16; Sun, 25 May 2008 14:57:44 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PEvhDw095209; Sun, 25 May 2008 14:57:43 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PEvhUA095208; Sun, 25 May 2008 14:57:43 GMT (envelope-from attilio) Message-Id: <200805251457.m4PEvhUA095208@repoman.freebsd.org> From: Attilio Rao Date: Sun, 25 May 2008 14:57:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_descrip.c src/sys/sys file.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, 25 May 2008 14:57:44 -0000 attilio 2008-05-25 14:57:43 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c sys/sys file.h Log: Replace direct atomic operation for the file refcount witht the refcount interface. It also introduces the correct usage of memory barriers, as sometimes fdrop() and fhold() are used with shared locks, which don't use any release barrier. Revision Changes Path 1.333 +2 -2 src/sys/kern/kern_descrip.c 1.78 +5 -3 src/sys/sys/file.h From owner-cvs-all@FreeBSD.ORG Sun May 25 15:17: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 030FE106564A; Sun, 25 May 2008 15:17:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDEE88FC13; Sun, 25 May 2008 15:17:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PFHdX5096951; Sun, 25 May 2008 15:17:39 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PFHdQQ096950; Sun, 25 May 2008 15:17:39 GMT (envelope-from gabor) Message-Id: <200805251517.m4PFHdQQ096950@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 15:17:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 15:17:40 -0000 gabor 2008-05-25 15:17:39 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-users article.sgml Log: - Fix typo PR: docs/123840 Submitted by: pgj Revision Changes Path 1.3 +1 -1 doc/en_US.ISO8859-1/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 15:18: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 7987B106564A; Sun, 25 May 2008 15:18:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 506768FC1B; Sun, 25 May 2008 15:18:57 +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 m4PFIvST096992; Sun, 25 May 2008 15:18:57 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PFIvOv096991; Sun, 25 May 2008 15:18:57 GMT (envelope-from gabor) Message-Id: <200805251518.m4PFIvOv096991@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 15:18:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 15:18:57 -0000 gabor 2008-05-25 15:18:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-users article.sgml Log: - Improve markup by using replaceable element instead of enclosing the text into < and > signs PR: docs/123841 Submitted by: pgj Revision Changes Path 1.4 +5 -5 doc/en_US.ISO8859-1/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 15:19: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 632061065670; Sun, 25 May 2008 15:19: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 3A14E8FC0A; Sun, 25 May 2008 15:19: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 m4PFJhMZ097063; Sun, 25 May 2008 15:19:43 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PFJhZZ097062; Sun, 25 May 2008 15:19:43 GMT (envelope-from gabor) Message-Id: <200805251519.m4PFJhZZ097062@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 25 May 2008 15:19: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/linux-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 15:19:43 -0000 gabor 2008-05-25 15:19:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-users article.sgml Log: - Fix entity PR: docs/123850 Submitted by: pgj Revision Changes Path 1.5 +1 -1 doc/en_US.ISO8859-1/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 16:11: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 9EFD91065679; Sun, 25 May 2008 16:11:27 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 759438FC17; Sun, 25 May 2008 16:11:27 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PGBRjc099915; Sun, 25 May 2008 16:11:27 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PGBRsf099914; Sun, 25 May 2008 16:11:27 GMT (envelope-from attilio) Message-Id: <200805251611.m4PGBRsf099914@repoman.freebsd.org> From: Attilio Rao Date: Sun, 25 May 2008 16:11:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 16:11:27 -0000 attilio 2008-05-25 16:11:27 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: The "if" semantic is not needed, just fix this. Revision Changes Path 1.133 +1 -1 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Sun May 25 16:15: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 692921065678; Sun, 25 May 2008 16:15:07 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC4B8FC0C; Sun, 25 May 2008 16:15:07 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PGF7Hf000136; Sun, 25 May 2008 16:15:07 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PGF7xN000135; Sun, 25 May 2008 16:15:07 GMT (envelope-from pgj) Message-Id: <200805251615.m4PGF7xN000135@repoman.freebsd.org> From: Gabor Pali Date: Sun, 25 May 2008 16:15:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 16:15:07 -0000 pgj 2008-05-25 16:15:06 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/config chapter.sgml Log: MFen: 1.229 --> 1.230 books/handbook/config/chapter.sgml Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +3 -3 doc/hu_HU.ISO8859-2/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun May 25 17: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 158EC1065672; Sun, 25 May 2008 17:03:23 +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 D95618FC0A; Sun, 25 May 2008 17:03:22 +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 5F22A46C2A; Sun, 25 May 2008 13:03:22 -0400 (EDT) Date: Sun, 25 May 2008 18:03:22 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <200805250248.m4P2mv8U026913@repoman.freebsd.org> Message-ID: <20080525180014.S63463@fledge.watson.org> References: <200805250248.m4P2mv8U026913@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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 17:03:23 -0000 On Sun, 25 May 2008, John Birrell wrote: > Remove sun4v from the list of arches in 'make universe'. There has been > no active development on it for over a year now and it isn't > reliable under a simple buildworld. Developers can't be expected to > test code targeted for it. Having an architecture in make universe isn't about making the code work, it's about encouraging the code to remain compilable even though most developers don't actually work with the architecture. Sun4v is arguably our most edge-case architecture right now, but given that it shares a lot of code with sparc64 and sparc64 is run by a non-trivial number of people (more than arm?), keeping it compiling hasn't proven very difficult. And recent universe breakage has often-as-not been in i386 and amd64, not sun4v. Is there something in your recent work that prevents sun4v from compiling and hence justifies disabling it entirely, and hence guaranteeing it won't compile in the future because it falls off the "make it compile" radar? If so, then a policy decision to drop sun4v support may be called for -- but this is something to discuss with the people who added support for the architecture, the release engineering team, etc, and not to make unilaterally. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun May 25 17: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 4D30F1065675; Sun, 25 May 2008 17:20:55 +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 3A59B8FC1A; Sun, 25 May 2008 17:20:55 +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 m4PHKtvo026887; Sun, 25 May 2008 17:20:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PHKtRD026886; Sun, 25 May 2008 17:20:55 GMT (envelope-from marcus) Message-Id: <200805251720.m4PHKtRD026886@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 17: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/sysutils Makefile ports/sysutils/conky Makefile ports/sysutils/conky-awesome Makefile pkg-descr ports/sysutils/conky-awesome/files patch-src_conky.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 17:20:55 -0000 marcus 2008-05-25 17:20:54 UTC FreeBSD ports repository Modified files: sysutils Makefile sysutils/conky Makefile sysutils/conky-awesome Makefile pkg-descr Added files: sysutils/conky-awesome/files patch-src_conky.c Log: Add sysutils/conky-awesome after a repocopy from sysutils/conky. Conky-awesome is the conky X-based system monitor ported to the awesome window manager. Submitted by: adamw Conky diffs approved by: novel Revision Changes Path 1.1013 +1 -0 ports/sysutils/Makefile 1.34 +11 -102 ports/sysutils/conky-awesome/Makefile 1.1 +11 -0 ports/sysutils/conky-awesome/files/patch-src_conky.c (new) 1.3 +6 -1 ports/sysutils/conky-awesome/pkg-descr 1.34 +7 -4 ports/sysutils/conky/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 17:21: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 0ED9C1065671; Sun, 25 May 2008 17:21:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D858A8FC18; Sun, 25 May 2008 17:21:45 +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 m4PHLjJ8026952; Sun, 25 May 2008 17:21:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PHLjO6026951; Sun, 25 May 2008 17:21:45 GMT (envelope-from marcus) Message-Id: <200805251721.m4PHLjO6026951@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 17:21: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: Sun, 25 May 2008 17:21:47 -0000 marcus 2008-05-25 17:21:45 UTC FreeBSD ports repository Modified files: . modules Log: conky-awesome --> ports/sysutils/conky-awesome Revision Changes Path 1.19869 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun May 25 17:24:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84EEA1065672; Sun, 25 May 2008 17:24:14 +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 5B07B8FC13; Sun, 25 May 2008 17:24:14 +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 m4PHOEnH027030; Sun, 25 May 2008 17:24:14 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PHOELZ027029; Sun, 25 May 2008 17:24:14 GMT (envelope-from marcus) Message-Id: <200805251724.m4PHOELZ027029@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 17:24:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky-awesome distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 17:24:14 -0000 marcus 2008-05-25 17:24:14 UTC FreeBSD ports repository Removed files: sysutils/conky-awesome distinfo Log: distinfo is pulled in from the MASTERDIR. Revision Changes Path 1.17 +0 -3 ports/sysutils/conky-awesome/distinfo (dead) From owner-cvs-all@FreeBSD.ORG Sun May 25 17:30: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 3B254106566C; Sun, 25 May 2008 17:30:10 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id E17908FC28; Sun, 25 May 2008 17:30:09 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 220266801FD; Sun, 25 May 2008 19:29:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QYpWB8xntWiF; Sun, 25 May 2008 19:29:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D05706801FC; Sun, 25 May 2008 19:29:26 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4PHTQAW012133; Sun, 25 May 2008 19:29:26 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 25 May 2008 19:29:26 +0200 From: Roman Divacky To: Ulf Lilleengen Message-ID: <20080525172926.GA12033@freebsd.org> References: <200805241451.m4OEpU1r053111@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805241451.m4OEpU1r053111@repoman.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/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_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, 25 May 2008 17:30:10 -0000 On Sat, May 24, 2008 at 02:51:30PM +0000, Ulf Lilleengen wrote: > lulf 2008-05-24 14:51:30 UTC > > FreeBSD src repository > > Modified files: > sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_vnops.c > Log: > - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. > - Use proper synhronization primitives to protect the internal fdesc node cache > used in fdescfs. > - Properly initialize and uninitalize hash. > - Remove unused functions. > > Since fdescfs might recurse on itself, adding proper locking to it needed some > tricky workarounds in some parts to make it work. For instance, a descriptor in > fdescfs could refer to an open descriptor to itself, thus forcing the thread to > recurse on vnode locks. Because of this, other race conditions also had to be > fixed. > > Tested by: pho > Reviewed by: kib (mentor) > Approved by: kib (mentor) + LIST_FOREACH(fd2, fc, fd_hash) { + if (fd == fd2) { + LIST_REMOVE(fd, fd_hash); + break; + } + } shouldn't you use LIST_FOREACH_SAFE here? From owner-cvs-all@FreeBSD.ORG Sun May 25 17:40: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 E400A1065671; Sun, 25 May 2008 17:40: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 B79098FC15; Sun, 25 May 2008 17:40: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 m4PHe9ae027759; Sun, 25 May 2008 17:40:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PHe9Bi027758; Sun, 25 May 2008 17:40:09 GMT (envelope-from marcus) Message-Id: <200805251740.m4PHe9Bi027758@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 17:40: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-themes/gnome-themes-extras Makefile ports/x11-themes/gnome-themes-extras/files patch-gtk-themes_Darklooks_gtk-2.0_gtkrc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 17:40:10 -0000 marcus 2008-05-25 17:40:09 UTC FreeBSD ports repository Modified files: x11-themes/gnome-themes-extras Makefile Added files: x11-themes/gnome-themes-extras/files patch-gtk-themes_Darklooks_gtk-2.0_gtkrc Log: Fix Darklooks theme in which tooltips caused theming the break. Obtained from: GNOME SVN Revision Changes Path 1.36 +1 -0 ports/x11-themes/gnome-themes-extras/Makefile 1.1 +10 -0 ports/x11-themes/gnome-themes-extras/files/patch-gtk-themes_Darklooks_gtk-2.0_gtkrc (new) From owner-cvs-all@FreeBSD.ORG Sun May 25 17: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 4D7D1106566B; Sun, 25 May 2008 17:44: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 229778FC1A; Sun, 25 May 2008 17:44: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 m4PHiXGS027930; Sun, 25 May 2008 17:44:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PHiXig027929; Sun, 25 May 2008 17:44:33 GMT (envelope-from pav) Message-Id: <200805251744.m4PHiXig027929@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 May 2008 17:44:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gnustep-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: Sun, 25 May 2008 17:44:33 -0000 pav 2008-05-25 17:44:32 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-gui Makefile Log: - Mark BROKEN on all versions: gsnd.m:30:23: warning: portaudio.h: No such file or directory Reported by: pointyhat Revision Changes Path 1.97 +2 -4 ports/x11-toolkits/gnustep-gui/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 18:07: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 729BC106564A; Sun, 25 May 2008 18:07:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46BAB8FC13; Sun, 25 May 2008 18:07:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PI7qXM029733; Sun, 25 May 2008 18:07:52 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PI7pUb029731; Sun, 25 May 2008 18:07:51 GMT (envelope-from kris) Message-Id: <200805251807.m4PI7pUb029731@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 25 May 2008 18:07: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/Tools/portbuild/scripts chopindex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 18:07:52 -0000 kris 2008-05-25 18:07:50 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts chopindex Log: Rewrite this in python instead of shell. Because we can read the INDEX once and process internally instead of invoking many external utilities, runtime is improved from ~20 minutes to <10 seconds. Revision Changes Path 1.6 +53 -37 ports/Tools/portbuild/scripts/chopindex From owner-cvs-all@FreeBSD.ORG Sun May 25 18: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 96B4C106566C; Sun, 25 May 2008 18:10:30 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B01D8FC16; Sun, 25 May 2008 18:10:30 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PIAUPx029879; Sun, 25 May 2008 18:10:30 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PIAURw029878; Sun, 25 May 2008 18:10:30 GMT (envelope-from shaun) Message-Id: <200805251810.m4PIAURw029878@repoman.freebsd.org> From: Shaun Amott Date: Sun, 25 May 2008 18:10: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/ports-mgmt/portscout Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 18:10:30 -0000 shaun 2008-05-25 18:10:30 UTC FreeBSD ports repository Modified files: ports-mgmt/portscout Makefile distinfo Log: Add patch to fix SQL schema typo. Revision Changes Path 1.10 +4 -0 ports/ports-mgmt/portscout/Makefile 1.7 +3 -0 ports/ports-mgmt/portscout/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 25 18: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 EC81A1065676; Sun, 25 May 2008 18:14:50 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 830FA8FC12; Sun, 25 May 2008 18:14:50 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id D75C52BEB3; Mon, 26 May 2008 05:42:36 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KeH67IPB4n-p; Mon, 26 May 2008 05:42:31 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 26 May 2008 05:42:31 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 2C51411473; Mon, 26 May 2008 05:42:31 +1200 (NZST) Date: Sun, 25 May 2008 10:42:31 -0700 From: Andrew Thompson To: Roman Divacky Message-ID: <20080525174230.GA91789@citylink.fud.org.nz> References: <200805241451.m4OEpU1r053111@repoman.freebsd.org> <20080525172926.GA12033@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080525172926.GA12033@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, Ulf Lilleengen , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_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, 25 May 2008 18:14:51 -0000 On Sun, May 25, 2008 at 07:29:26PM +0200, Roman Divacky wrote: > On Sat, May 24, 2008 at 02:51:30PM +0000, Ulf Lilleengen wrote: > > lulf 2008-05-24 14:51:30 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_vnops.c > > Log: > > - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. > > - Use proper synhronization primitives to protect the internal fdesc node cache > > used in fdescfs. > > - Properly initialize and uninitalize hash. > > - Remove unused functions. > > > > Since fdescfs might recurse on itself, adding proper locking to it needed some > > tricky workarounds in some parts to make it work. For instance, a descriptor in > > fdescfs could refer to an open descriptor to itself, thus forcing the thread to > > recurse on vnode locks. Because of this, other race conditions also had to be > > fixed. > > > > Tested by: pho > > Reviewed by: kib (mentor) > > Approved by: kib (mentor) > > + LIST_FOREACH(fd2, fc, fd_hash) { > + if (fd == fd2) { > + LIST_REMOVE(fd, fd_hash); > + break; > + } > + } > > shouldn't you use LIST_FOREACH_SAFE here? No, because the break exits the loop. From owner-cvs-all@FreeBSD.ORG Sun May 25 18:28:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2351065674; Sun, 25 May 2008 18:28:44 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.freebsd.org (Postfix) with ESMTP id 12A0A8FC13; Sun, 25 May 2008 18:28:43 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.14] ([129.247.12.14]) by smtp-3.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Sun, 25 May 2008 20:15:26 +0200 Message-ID: <4839ACBD.9010706@dlr.de> Date: Sun, 25 May 2008 20:15:25 +0200 From: Hartmut Brandt Organization: German Aerospace Center User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Roman Divacky References: <200805241451.m4OEpU1r053111@repoman.freebsd.org> <20080525172926.GA12033@freebsd.org> In-Reply-To: <20080525172926.GA12033@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 May 2008 18:15:26.0991 (UTC) FILETIME=[4EB369F0:01C8BE93] Cc: cvs-src@FreeBSD.org, Ulf Lilleengen , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_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, 25 May 2008 18:28:44 -0000 Roman Divacky wrote: > On Sat, May 24, 2008 at 02:51:30PM +0000, Ulf Lilleengen wrote: >> lulf 2008-05-24 14:51:30 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_vnops.c >> Log: >> - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. >> - Use proper synhronization primitives to protect the internal fdesc node cache >> used in fdescfs. >> - Properly initialize and uninitalize hash. >> - Remove unused functions. >> >> Since fdescfs might recurse on itself, adding proper locking to it needed some >> tricky workarounds in some parts to make it work. For instance, a descriptor in >> fdescfs could refer to an open descriptor to itself, thus forcing the thread to >> recurse on vnode locks. Because of this, other race conditions also had to be >> fixed. >> >> Tested by: pho >> Reviewed by: kib (mentor) >> Approved by: kib (mentor) > > + LIST_FOREACH(fd2, fc, fd_hash) { > + if (fd == fd2) { > + LIST_REMOVE(fd, fd_hash); > + break; > + } > + } > > shouldn't you use LIST_FOREACH_SAFE here? Only of you continue going through the list. harti From owner-cvs-all@FreeBSD.ORG Sun May 25 18:37: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 20F35106566B; Sun, 25 May 2008 18:37:38 +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 E7AFC8FC19; Sun, 25 May 2008 18:37:37 +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 m4PIbbsP030768; Sun, 25 May 2008 18:37:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PIbb7R030767; Sun, 25 May 2008 18:37:37 GMT (envelope-from ahze) Message-Id: <200805251837.m4PIbb7R030767@repoman.freebsd.org> From: Michael Johnson Date: Sun, 25 May 2008 18:37: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/midori 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, 25 May 2008 18:37:38 -0000 ahze 2008-05-25 18:37:37 UTC FreeBSD ports repository Modified files: www/midori Makefile pkg-plist Log: Fix plist Revision Changes Path 1.3 +1 -0 ports/www/midori/Makefile 1.2 +4 -0 ports/www/midori/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 19:26:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17EA01065672; Sun, 25 May 2008 19:26:27 +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 DC9FB8FC30; Sun, 25 May 2008 19:26:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PJQQUJ033328; Sun, 25 May 2008 19:26:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PJQPJo033327; Sun, 25 May 2008 19:26:25 GMT (envelope-from marcus) Message-Id: <200805251926.m4PJQPJo033327@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 19:26: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/math/gnumeric Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 19:26:27 -0000 marcus 2008-05-25 19:26:22 UTC FreeBSD ports repository Modified files: math/gnumeric Makefile distinfo Log: Update to 1.8.3. Revision Changes Path 1.141 +1 -2 ports/math/gnumeric/Makefile 1.71 +3 -3 ports/math/gnumeric/distinfo From owner-cvs-all@FreeBSD.ORG Sun May 25 19:27: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 D02AC1065670; Sun, 25 May 2008 19:27:11 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0EF28FC2F; Sun, 25 May 2008 19:27:11 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PJRBh0033366; Sun, 25 May 2008 19:27:11 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PJRBvL033365; Sun, 25 May 2008 19:27:11 GMT (envelope-from philip) Message-Id: <200805251927.m4PJRBvL033365@repoman.freebsd.org> From: Philip Paeps Date: Sun, 25 May 2008 19:27: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/games/wesnoth 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, 25 May 2008 19:27:11 -0000 philip 2008-05-25 19:27:11 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile distinfo pkg-plist Log: Update to 1.4.2. http://svn.gna.org/viewcvs/wesnoth/tags/1.4.2/changelog?rev=26390&view=download Revision Changes Path 1.57 +2 -3 ports/games/wesnoth/Makefile 1.41 +3 -3 ports/games/wesnoth/distinfo 1.46 +38 -0 ports/games/wesnoth/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 19:33: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 9F4AF106566C; Sun, 25 May 2008 19:33:43 +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 6F7418FC0A; Sun, 25 May 2008 19:33:43 +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 m4PJXhCa033624; Sun, 25 May 2008 19:33:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PJXhH6033623; Sun, 25 May 2008 19:33:43 GMT (envelope-from marcus) Message-Id: <200805251933.m4PJXhH6033623@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 May 2008 19:33: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/devhelp 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, 25 May 2008 19:33:43 -0000 marcus 2008-05-25 19:33:43 UTC FreeBSD ports repository Modified files: devel/devhelp Makefile distinfo pkg-plist Log: Update to 0.19.1. Revision Changes Path 1.32 +1 -2 ports/devel/devhelp/Makefile 1.12 +3 -3 ports/devel/devhelp/distinfo 1.15 +1 -0 ports/devel/devhelp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 19: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 16DC11065676; Sun, 25 May 2008 19:59:56 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id D34048FC28; Sun, 25 May 2008 19:59:55 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 443EE73319; Sun, 25 May 2008 19:59:55 +0000 (GMT) Date: Sun, 25 May 2008 19:59:55 +0000 From: John Birrell To: Robert Watson Message-ID: <20080525195955.GB5179@what-creek.com> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080525180014.S63463@fledge.watson.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Sun, 25 May 2008 19:59:56 -0000 On Sun, May 25, 2008 at 06:03:22PM +0100, Robert Watson wrote: > Is there something in your recent work that prevents sun4v from compiling > and hence justifies disabling it entirely, and hence guaranteeing it won't > compile in the future because it falls off the "make it compile" radar? If > so, then a policy decision to drop sun4v support may be called for -- but > this is something to discuss with the people who added support for the > architecture, the release engineering team, etc, and not to make > unilaterally. When I added sun4v to universe back in 2006, I had hopes that it would live up to it's early promise. Adding it back then was premature. I guess you could say I made a unilateral decision back then. :-D The last time I checked, the sun4v port wouldn't even boot on my T2000, so I have to ask if there is anyone who even knows that. Or cares. Just keeping the code compiling is not good enough. It has to actually work. I haven't removed any support for building sun4v. I just think that the few people who do build universe shouldn't have to wait for a dead port to build. -- John Birrell From owner-cvs-all@FreeBSD.ORG Sun May 25 20:07: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 408F41065676; Sun, 25 May 2008 20:07:19 +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 C21508FC12; Sun, 25 May 2008 20:07:18 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 1BE40170E4; Sun, 25 May 2008 20:07:16 +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 m4PK7FIQ019666; Sun, 25 May 2008 20:07:16 GMT (envelope-from phk@critter.freebsd.dk) To: John Birrell From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 25 May 2008 19:59:55 GMT." <20080525195955.GB5179@what-creek.com> Date: Sun, 25 May 2008 20:07:15 +0000 Message-ID: <19665.1211746035@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, John Birrell , Robert Watson , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Sun, 25 May 2008 20:07:19 -0000 In message <20080525195955.GB5179@what-creek.com>, John Birrell writes: >I haven't removed any support for building sun4v. I just think that the >few people who do build universe shouldn't have to wait for a dead >port to build. While I appreciate the concern, I don't actually think many people run universe in the first place, nor are they particular impatient either, so if you think the sun4v has a future, however distant, you should leave it in universe as long as possible. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Sun May 25 20:13: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 6AC71106566B; Sun, 25 May 2008 20:13: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 3A07B8FC0C; Sun, 25 May 2008 20: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 m4PKDVUJ036038; Sun, 25 May 2008 20: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 m4PKDUST036035; Sun, 25 May 2008 20:13:30 GMT (envelope-from miwi) Message-Id: <200805252013.m4PKDUST036035@repoman.freebsd.org> From: Martin Wilke Date: Sun, 25 May 2008 20:13: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/java/sablevm-classpath 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, 25 May 2008 20:13:31 -0000 miwi 2008-05-25 20:13:29 UTC FreeBSD ports repository Modified files: java/sablevm-classpath Makefile pkg-plist Log: - Fix buid Submitted by: pavbot/maintainer Revision Changes Path 1.6 +0 -1 ports/java/sablevm-classpath/Makefile 1.4 +3 -1 ports/java/sablevm-classpath/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 20: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 94268106566C; Sun, 25 May 2008 20:14:42 +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 4FB9C8FC1E; Sun, 25 May 2008 20:14:42 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 965B84ACD8; Sun, 25 May 2008 22:14:37 +0200 (CEST) Date: Sun, 25 May 2008 22:14:37 +0200 From: Martin Wilke To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080525201437.GA38133@bsdcrew.de> References: <200805252013.m4PKDUST036035@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; x-action=pgp-signed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200805252013.m4PKDUST036035@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: cvs commit: ports/java/sablevm-classpath 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, 25 May 2008 20:14:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, May 25, 2008 at 08:13:29PM +0000, Martin Wilke wrote: > miwi 2008-05-25 20:13:29 UTC > > FreeBSD ports repository > > Modified files: > java/sablevm-classpath Makefile pkg-plist > Log: > - Fix buid s/buid/build > > Submitted by: pavbot/maintainer > > Revision Changes Path > 1.6 +0 -1 ports/java/sablevm-classpath/Makefile > http://cvsweb.FreeBSD.org/ports/java/sablevm-classpath/Makefile.diff?r1=1.5&r2=1.6 > | --- ports/java/sablevm-classpath/Makefile 2008/05/22 09:55:38 1.5 > | +++ ports/java/sablevm-classpath/Makefile 2008/05/25 20:13:29 1.6 > | @@ -3,7 +3,7 @@ > | # Date created: 26 Nov 2007 > | # Whom: Björn König > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/sablevm-classpath/Makefile,v 1.5 2008/05/22 09:55:38 miwi Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/sablevm-classpath/Makefile,v 1.6 2008/05/25 20:13:29 miwi Exp $ > | # > | > | PORTNAME= sablevm-classpath > | @@ -42,7 +42,6 @@ PLIST_SUB+= WITHOUT_ZIP="" WITH_ZIP="@c > | CONFIGURE_ARGS+= --with-compressed-classes=zip > | BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip > | PLIST_SUB+= WITHOUT_ZIP="@comment " WITH_ZIP="" > | -PLIST_FILES+= ${DATADIR_REL}/libclasspath.jar ${DATADIR_REL}/resources.jar > | .endif > | > | .if defined(WITHOUT_GTK2) > 1.4 +3 -1 ports/java/sablevm-classpath/pkg-plist > http://cvsweb.FreeBSD.org/ports/java/sablevm-classpath/pkg-plist.diff?r1=1.3&r2=1.4 > | --- ports/java/sablevm-classpath/pkg-plist 2008/05/22 09:55:38 1.3 > | +++ ports/java/sablevm-classpath/pkg-plist 2008/05/25 20:13:29 1.4 > | @@ -30,6 +30,8 @@ lib/sablevm-classpath/libjavautil.so > | %%GTK2%%lib/sablevm-classpath/libjawtgnu.la > | %%GTK2%%lib/sablevm-classpath/libjawtgnu.so > | lib/security/classpath.security > | +%%WITH_ZIP%%%%DATADIR%%/libclasspath.jar > | +%%WITH_ZIP%%%%DATADIR%%/resources.jar > | %%WITHOUT_ZIP%%%%DATADIR%%/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider > | %%WITHOUT_ZIP%%%%DATADIR%%/META-INF/services/javax.xml.parsers.DocumentBuilderFactory > | %%WITHOUT_ZIP%%%%DATADIR%%/META-INF/services/javax.xml.parsers.SAXParserFactory > | @@ -5602,7 +5604,7 @@ lib/security/classpath.security > | %%WITHOUT_ZIP%%@dirrm %%DATADIR%%/gnu > | %%WITHOUT_ZIP%%@dirrm %%DATADIR%%/META-INF/services > | %%WITHOUT_ZIP%%@dirrm %%DATADIR%%/META-INF > | -%%WITHOUT_ZIP%%@dirrm %%DATADIR%% > | +@dirrm %%DATADIR%% > | @dirrmtry lib/security > | @dirrm lib/sablevm-classpath > | %%WITH_ZIP%%@dirrm lib/sablevm/lib > - -- +-----------------------+-------------------------------+ | 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.9 (FreeBSD) iEYEARECAAYFAkg5yK0ACgkQFwpycAVoI1Nl9ACeNj8PkpO61Xqm0oAjUUuIW8mr nPYAnRwgxPhV0fEfaP7/ZqhJt8JusN7i =GgUW -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Sun May 25 20:24: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 E7C69106566B; Sun, 25 May 2008 20:24:07 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6D758FC1F; Sun, 25 May 2008 20:24:07 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PKO7ZB036462; Sun, 25 May 2008 20:24:07 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PKO7xd036461; Sun, 25 May 2008 20:24:07 GMT (envelope-from jb) Message-Id: <200805252024.m4PKO7xd036461@repoman.freebsd.org> From: John Birrell Date: Sun, 25 May 2008 20:24: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/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 20:24:08 -0000 jb 2008-05-25 20:24:07 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c Log: Comment out the code that breaks with invariants. This is stuff that is still WIP along with the lockstat provider, so there is no harm leaving it out for now. Revision Changes Path 1.3 +2 -0 src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c From owner-cvs-all@FreeBSD.ORG Sun May 25 21: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 4CAA7106566C; Sun, 25 May 2008 21:10:35 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by mx1.freebsd.org (Postfix) with ESMTP id 145848FC1B; Sun, 25 May 2008 21:10:35 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from mail.cokane.org ([71.168.78.124]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1F00C8OX82Q3M8@vms173003.mailsrvcs.net>; Sun, 25 May 2008 15:07:15 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id ACABB16B55D; Sun, 25 May 2008 16:10:04 -0400 (EDT) Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cokane.org (Postfix) with ESMTP id 3691B16B55B; Sun, 25 May 2008 16:09:58 -0400 (EDT) Date: Sun, 25 May 2008 16:09:38 -0400 From: Coleman Kane In-reply-to: <20080525195955.GB5179@what-creek.com> To: John Birrell Message-id: <1211746178.1510.56.camel@localhost> Organization: FreeBSD Project MIME-version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-44/UKDjvSHA1lZGLW7W4" X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 X-Spam-Level: Cc: cvs-src@FreeBSD.org, John Birrell , Robert Watson , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Sun, 25 May 2008 21:10:35 -0000 --=-44/UKDjvSHA1lZGLW7W4 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2008-05-25 at 19:59 +0000, John Birrell wrote: > On Sun, May 25, 2008 at 06:03:22PM +0100, Robert Watson wrote: > > Is there something in your recent work that prevents sun4v from compili= ng=20 > > and hence justifies disabling it entirely, and hence guaranteeing it wo= n't=20 > > compile in the future because it falls off the "make it compile" radar?= If=20 > > so, then a policy decision to drop sun4v support may be called for -- b= ut=20 > > this is something to discuss with the people who added support for the=20 > > architecture, the release engineering team, etc, and not to make=20 > > unilaterally. >=20 > When I added sun4v to universe back in 2006, I had hopes that it would > live up to it's early promise. Adding it back then was premature. I guess > you could say I made a unilateral decision back then. :-D >=20 > The last time I checked, the sun4v port wouldn't even boot on my T2000, > so I have to ask if there is anyone who even knows that. Or cares. > Just keeping the code compiling is not good enough. It has to actually=20 > work. >=20 > I haven't removed any support for building sun4v. I just think that the > few people who do build universe shouldn't have to wait for a dead > port to build. >=20 >=20 > -- > John Birrell >=20 FWIW, to anybody with time+interest, you can get these things on-loan for free from Sun Microsystems as part of their try-and-buy program. So, if anybody wants to turn the sun4v into a pet project, Sun has greased the wheels a bit for you already. The specs on these systems look impressive, I just didn't have the time to mess with it when I tried. I still get pings every few months from a Sun rep... --=20 Coleman Kane --=-44/UKDjvSHA1lZGLW7W4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkg5x4AACgkQcMSxQcXat5fGdQCeMCT500js/kpd+C1BFYB6ghlr D8cAmwU9Sy2LBELSlCie7+6jWTqhafIX =3fXa -----END PGP SIGNATURE----- --=-44/UKDjvSHA1lZGLW7W4-- From owner-cvs-all@FreeBSD.ORG Sun May 25 21:26: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 DAF22106567F for ; Sun, 25 May 2008 21:26:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with ESMTP id 3554D8FC21 for ; Sun, 25 May 2008 21:26:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 29734 invoked by uid 399); 25 May 2008 21:10:44 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 25 May 2008 21:10:44 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4839D33D.7000205@FreeBSD.org> Date: Sun, 25 May 2008 13:59:41 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.12 (X11/20080319) MIME-Version: 1.0 To: Gabor Kovesdan References: <200804211109.m3LB9Ac1081126@repoman.freebsd.org> <878wz5rjc1.fsf@kobe.laptop> <480E0C0B.1090006@FreeBSD.org> In-Reply-To: <480E0C0B.1090006@FreeBSD.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Gabor Pali , doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@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: Sun, 25 May 2008 21:26:29 -0000 Gabor Kovesdan wrote: > Giorgos Keramidas escribió: >> On Mon, 21 Apr 2008 11:09:10 +0000 (UTC), Gabor Kovesdan >> wrote: >> >>> gabor 2008-04-21 11:09:10 UTC >>> >>> FreeBSD doc repository >>> >>> Modified files: >>> . access >>> Log: >>> Please welcome Gabor Pali (pgj) as a new doc committer. >>> >> >> Hehehe, nice username. >> >> I guess the fun will start when he begins to receive emails originally >> meant to be sent to Pawel (pjd), with questions about ZFS :-) >> >> But seriously now, welcome Gabor++! >> > Now that we have Erwin, Edwin, 4 Dougs, jb and jhb and 2 Gabors and both > of them in the Hungarian translation, the situation could not be more > complicated. :) ++DougWorldDominationTeam :) -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Sun May 25 21:47:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2E3F106566C; Sun, 25 May 2008 21:47:41 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF2CC8FC0C; Sun, 25 May 2008 21:47:41 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PLlff4049189; Sun, 25 May 2008 21:47:41 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PLlfJ0049188; Sun, 25 May 2008 21:47:41 GMT (envelope-from roam) Message-Id: <200805252147.m4PLlfJ0049188@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 25 May 2008 21:47: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-wm/wmanager Makefile pkg-message ports/x11-wm/wmanager/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: Sun, 25 May 2008 21:47:42 -0000 roam 2008-05-25 21:47:41 UTC FreeBSD ports repository Modified files: x11-wm/wmanager Makefile x11-wm/wmanager/files pkg-message.in Removed files: x11-wm/wmanager pkg-message Log: Build pkg-message dynamically, substituting the real path to the package's documentation and samples directories. No PORTREVISION bump since nothing changes for the default build with a PREFIX of /usr/local/. Revision Changes Path 1.27 +5 -0 ports/x11-wm/wmanager/Makefile 1.5 +2 -2 ports/x11-wm/wmanager/files/pkg-message.in 1.5 +0 -4 ports/x11-wm/wmanager/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun May 25 21:49: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 755531065685; Sun, 25 May 2008 21:49:02 +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 41B548FC18; Sun, 25 May 2008 21:49:02 +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 m4PLn2YO049234; Sun, 25 May 2008 21:49:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PLn2Dt049233; Sun, 25 May 2008 21:49:02 GMT (envelope-from thierry) Message-Id: <200805252149.m4PLn2Dt049233@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 May 2008 21:49: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/science/v_sim 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, 25 May 2008 21:49:02 -0000 thierry 2008-05-25 21:49:02 UTC FreeBSD ports repository Modified files: science/v_sim Makefile pkg-plist Log: Introduce NOPORTEXAMPLES. Suggested by: itetcu Revision Changes Path 1.18 +5 -1 ports/science/v_sim/Makefile 1.7 +17 -17 ports/science/v_sim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 21:49: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 287F6106566B; Sun, 25 May 2008 21:49:03 +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 0DCD08FC19; Sun, 25 May 2008 21:49:03 +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 m4PLn2UC049284; Sun, 25 May 2008 21:49:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PLn2gN049283; Sun, 25 May 2008 21:49:02 GMT (envelope-from thierry) Message-Id: <200805252149.m4PLn2gN049283@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 May 2008 21:49: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/mpich2 Makefile pkg-plist ports/net/mpich2/files patch-Makefile.in patch-src_mpe2_src_sbin_mpeinstall.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, 25 May 2008 21:49:03 -0000 thierry 2008-05-25 21:49:02 UTC FreeBSD ports repository Modified files: net/mpich2 Makefile pkg-plist Added files: net/mpich2/files patch-Makefile.in patch-src_mpe2_src_sbin_mpeinstall.in Log: This version tries to install docs even when --without-docdir is passed to configure; fix it. Reported by: itetcu Revision Changes Path 1.70 +7 -0 ports/net/mpich2/Makefile 1.1 +103 -0 ports/net/mpich2/files/patch-Makefile.in (new) 1.1 +31 -0 ports/net/mpich2/files/patch-src_mpe2_src_sbin_mpeinstall.in (new) 1.34 +27 -26 ports/net/mpich2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun May 25 21:53: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 488241065670; Sun, 25 May 2008 21:53: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 EA0468FC16; Sun, 25 May 2008 21:53: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 394D41CC109; Sun, 25 May 2008 23:53:36 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 716AB1141D; Sun, 25 May 2008 23:53:35 +0200 (CEST) Date: Sun, 25 May 2008 23:53:34 +0200 From: Henrik Brix Andersen To: Joe Marcus Clarke Message-ID: <20080525215334.GA66430@tirith.brixandersen.dk> Mail-Followup-To: Joe Marcus Clarke , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200805251720.m4PHKtRD026886@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <200805251720.m4PHKtRD026886@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc 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/sysutils Makefile ports/sysutils/conky Makefile ports/sysutils/conky-awesome Makefile pkg-descr ports/sysutils/conky-awesome/files patch-src_conky.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 21:53:38 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 25, 2008 at 05:20:55PM +0000, Joe Marcus Clarke wrote: > marcus 2008-05-25 17:20:54 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils Makefile=20 > sysutils/conky Makefile=20 > sysutils/conky-awesome Makefile pkg-descr=20 > Added files: > sysutils/conky-awesome/files patch-src_conky.c=20 > Log: > Add sysutils/conky-awesome after a repocopy from sysutils/conky. > Conky-awesome is the conky X-based system monitor ported to the awesome > window manager. > =20 > Submitted by: adamw > Conky diffs approved by: novel Does this really warrant a port of its own? Couldn't it just be a KNOB in sysutils/conky? Brix --=20 Henrik Brix Andersen --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkg5394ACgkQv+Q4flTiePjioACgxbEMxcB33JEvGIQWdwIFFXw+ 6OEAn2VgbcrkrDprJp5BAMso7ynORTij =fk8S -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-cvs-all@FreeBSD.ORG Sun May 25 22: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 41131106566B; Sun, 25 May 2008 22:00:41 +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 09EE18FC1A; Sun, 25 May 2008 22:00:40 +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 98A1146B92; Sun, 25 May 2008 18:00:40 -0400 (EDT) Date: Sun, 25 May 2008 23:00:40 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <20080525195955.GB5179@what-creek.com> Message-ID: <20080525225523.F36357@fledge.watson.org> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Sun, 25 May 2008 22:00:41 -0000 On Sun, 25 May 2008, John Birrell wrote: > The last time I checked, the sun4v port wouldn't even boot on my T2000, so I > have to ask if there is anyone who even knows that. Or cares. Just keeping > the code compiling is not good enough. It has to actually work. No one would argue that compiling is sufficient, but it's certainly a prerequisite for making any progress at all. If people building universe can't spare an extra 10% of the build time for sun4v (or whatever it is), then we should presumably delete sun4v now, because if it's not in the universe build it will no longer build within weeks, and be quite difficult to get to build within months. > I haven't removed any support for building sun4v. I just think that the few > people who do build universe shouldn't have to wait for a dead port to > build. I think you should consider backing out the change -- the point of "make universe" is to build as much as we possibly can of the tree, including all variations on architectures, as many obscure kernel configurations as we can find, etc. People run make universe to confirm that their changes haven't broken the build for as many cases as possible, and sun4v remains a valid case to detect. If you think we should write off sun4v at this point, which may well be a valid proposal, we should have the larger discussion about that before we remove it from make universe unless we have a pretty practical reason otherwise (i.e., dtrace and sun4v are fundamentally incompatible). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun May 25 22:11: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 2EF13106566C; Sun, 25 May 2008 22:11:14 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id EDACB8FC1C; Sun, 25 May 2008 22:11:13 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 290F173316; Sun, 25 May 2008 22:11:13 +0000 (GMT) Date: Sun, 25 May 2008 22:11:12 +0000 From: John Birrell To: Robert Watson Message-ID: <20080525221112.GH5179@what-creek.com> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> <20080525225523.F36357@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080525225523.F36357@fledge.watson.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Sun, 25 May 2008 22:11:14 -0000 On Sun, May 25, 2008 at 11:00:40PM +0100, Robert Watson wrote: > I think you should consider backing out the change -- the point of "make > universe" is to build as much as we possibly can of the tree, including all > variations on architectures, as many obscure kernel configurations as we > can find, etc. People run make universe to confirm that their changes > haven't broken the build for as many cases as possible, and sun4v remains a > valid case to detect. > I will back out the change, but I think you are making the 'universe' target out to be more than was intended. We used to talk about tiers. We seem to have lost sight of that. > If you think we should write off sun4v at this point, which may well be a > valid proposal, we should have the larger discussion about that before we > remove it from make universe unless we have a pretty practical reason > otherwise (i.e., dtrace and sun4v are fundamentally incompatible). This isn't related to DTrace. It's more about what builds developers are expected to do before committing stuff. Much of the buildworld breakage over the last month would have been detected if a universe build had been done. Even the current breakage. -- John Birrell From owner-cvs-all@FreeBSD.ORG Sun May 25 22:11: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 7F3441065679; Sun, 25 May 2008 22:11: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 5FF8A8FC25; Sun, 25 May 2008 22:11: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 m4PMBgoJ052232; Sun, 25 May 2008 22:11:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PMBgEU052231; Sun, 25 May 2008 22:11:42 GMT (envelope-from rwatson) Message-Id: <200805252211.m4PMBgEU052231@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 May 2008 22:11:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:11:42 -0000 rwatson 2008-05-25 22:11:40 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist BSD.usr.dist include Makefile lib Makefile rescue/rescue Makefile sbin/atm Makefile share/examples Makefile share/man/man4 Makefile share/man/man7 hier.7 sys Makefile sys/conf NOTES files options sys/kern Make.tags.inc sys/modules Makefile sys/modules/netgraph/atm Makefile usr.bin/kdump kdump.c mkioctls usr.sbin Makefile Removed files: lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c sbin/atm/atm Makefile atm.8 atm.c atm.h atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c sbin/atm/fore_dnld COPYRIGHT Makefile fore_dnld.8 fore_dnld.c pca200e.c sbin/atm/ilmid Makefile ilmid.8 ilmid.c share/examples/atm NOTES README Startup atm-config.sh atm-sockets.txt cpcs-design.txt fore-microcode.txt sscf-design.txt sscop-design.txt share/man/man4 ng_atmpif.4 sys/dev/harp if_harp.c sys/dev/hfa fore.h fore_aali.h fore_buffer.c fore_command.c fore_globals.c fore_if.c fore_include.h fore_init.c fore_intr.c fore_output.c fore_receive.c fore_slave.h fore_stats.c fore_stats.h fore_timer.c fore_transmit.c fore_var.h fore_vcm.c hfa_eisa.c hfa_freebsd.c hfa_freebsd.h hfa_pci.c hfa_sbus.c sys/dev/idt idt.c idt_harp.c idt_pci.c idtreg.h idtvar.h sys/modules/harp Makefile sys/modules/hfa Makefile Makefile.inc sys/modules/hfa/eisa Makefile sys/modules/hfa/hfa Makefile sys/modules/hfa/pci Makefile sys/modules/hfa/sbus Makefile sys/modules/idt Makefile sys/modules/netgraph/atm/atmpif Makefile sys/netatm atm.h atm_aal5.c atm_cm.c atm_cm.h atm_device.c atm_if.c atm_if.h atm_ioctl.h atm_pcb.h atm_proto.c atm_sap.h atm_sigmgr.h atm_signal.c atm_socket.c atm_stack.h atm_subr.c atm_sys.h atm_usrreq.c atm_var.h atm_vc.h port.h queue.h sys/netatm/ipatm ipatm.h ipatm_event.c ipatm_if.c ipatm_input.c ipatm_load.c ipatm_output.c ipatm_serv.h ipatm_usrreq.c ipatm_var.h ipatm_vcm.c sys/netatm/sigpvc sigpvc_if.c sigpvc_subr.c sigpvc_var.h sys/netatm/spans spans_arp.c spans_cls.c spans_cls.h spans_if.c spans_kxdr.c spans_kxdr.h spans_msg.c spans_print.c spans_proto.c spans_subr.c spans_util.c spans_var.h spans_xdr.x sys/netatm/uni q2110_sigaa.c q2110_sigcpcs.c q2110_subr.c qsaal1_sigaa.c qsaal1_sigcpcs.c qsaal1_subr.c sscf_uni.c sscf_uni.h sscf_uni_lower.c sscf_uni_upper.c sscf_uni_var.h sscop.c sscop.h sscop_lower.c sscop_misc.h sscop_pdu.c sscop_pdu.h sscop_sigaa.c sscop_sigcpcs.c sscop_subr.c sscop_timer.c sscop_upper.c sscop_var.h uni.h uni_load.c uniarp.c uniarp_cache.c uniarp_input.c uniarp_output.c uniarp_timer.c uniarp_vcm.c uniip.c uniip_var.h unisig.h unisig_decode.c unisig_decode.h unisig_encode.c unisig_if.c unisig_mbuf.c unisig_mbuf.h unisig_msg.c unisig_msg.h unisig_print.c unisig_print.h unisig_proto.c unisig_sigmgr_state.c unisig_subr.c unisig_util.c unisig_var.h unisig_vc_state.c sys/netgraph/atm ng_atmpif.h sys/netgraph/atm/atmpif ng_atmpif.c ng_atmpif_harp.c ng_atmpif_var.h usr.sbin/atm Makefile Makefile.inc usr.sbin/atm/atmarpd Makefile atmarp_config.c atmarp_log.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c atmarp_var.h atmarpd.8 atmarpd.c usr.sbin/atm/scspd Makefile scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_hfsm.c scsp_if.c scsp_if.h scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c scsp_timer.c scsp_var.h scspd.8 scspd.c Log: Remove netatm from HEAD as it is not MPSAFE and relies on the now removed NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti Revision Changes Path 1.122 +0 -11 src/etc/mtree/BSD.include.dist 1.333 +0 -3 src/etc/mtree/BSD.usr.dist 1.278 +0 -2 src/include/Makefile 1.231 +0 -2 src/lib/Makefile 1.15 +0 -41 src/lib/libatm/Makefile (dead) 1.13 +0 -328 src/lib/libatm/atm_addr.c (dead) 1.11 +0 -105 src/lib/libatm/cache_key.c (dead) 1.12 +0 -461 src/lib/libatm/ioctl_subr.c (dead) 1.13 +0 -160 src/lib/libatm/ip_addr.c (dead) 1.10 +0 -92 src/lib/libatm/ip_checksum.c (dead) 1.8 +0 -117 src/lib/libatm/libatm.h (dead) 1.9 +0 -258 src/lib/libatm/timer.c (dead) 1.61 +0 -3 src/rescue/rescue/Makefile 1.7 +0 -5 src/sbin/atm/Makefile 1.13 +0 -42 src/sbin/atm/atm/Makefile (dead) 1.8 +0 -993 src/sbin/atm/atm/atm.8 (dead) 1.11 +0 -1143 src/sbin/atm/atm/atm.c (dead) 1.10 +0 -195 src/sbin/atm/atm/atm.h (dead) 1.9 +0 -596 src/sbin/atm/atm/atm_fore200.c (dead) 1.9 +0 -154 src/sbin/atm/atm/atm_inet.c (dead) 1.9 +0 -891 src/sbin/atm/atm/atm_print.c (dead) 1.9 +0 -528 src/sbin/atm/atm/atm_set.c (dead) 1.11 +0 -1144 src/sbin/atm/atm/atm_show.c (dead) 1.10 +0 -626 src/sbin/atm/atm/atm_subr.c (dead) 1.2 +0 -38 src/sbin/atm/fore_dnld/COPYRIGHT (dead) 1.12 +0 -36 src/sbin/atm/fore_dnld/Makefile (dead) 1.11 +0 -114 src/sbin/atm/fore_dnld/fore_dnld.8 (dead) 1.18 +0 -1346 src/sbin/atm/fore_dnld/fore_dnld.c (dead) 1.3 +0 -3796 src/sbin/atm/fore_dnld/pca200e.c (dead) 1.13 +0 -40 src/sbin/atm/ilmid/Makefile (dead) 1.9 +0 -110 src/sbin/atm/ilmid/ilmid.8 (dead) 1.35 +0 -2725 src/sbin/atm/ilmid/ilmid.c (dead) 1.52 +0 -14 src/share/examples/Makefile 1.3 +0 -54 src/share/examples/atm/NOTES (dead) 1.3 +0 -140 src/share/examples/atm/README (dead) 1.3 +0 -127 src/share/examples/atm/Startup (dead) 1.3 +0 -88 src/share/examples/atm/atm-config.sh (dead) 1.4 +0 -572 src/share/examples/atm/atm-sockets.txt (dead) 1.3 +0 -84 src/share/examples/atm/cpcs-design.txt (dead) 1.3 +0 -93 src/share/examples/atm/fore-microcode.txt (dead) 1.3 +0 -129 src/share/examples/atm/sscf-design.txt (dead) 1.3 +0 -220 src/share/examples/atm/sscop-design.txt (dead) 1.418 +0 -1 src/share/man/man4/Makefile 1.11 +0 -161 src/share/man/man4/ng_atmpif.4 (dead) 1.130 +0 -4 src/share/man/man7/hier.7 1.48 +1 -1 src/sys/Makefile 1.1491 +0 -32 src/sys/conf/NOTES 1.1302 +0 -103 src/sys/conf/files 1.631 +0 -7 src/sys/conf/options 1.8 +0 -661 src/sys/dev/harp/if_harp.c (dead) 1.7 +0 -114 src/sys/dev/hfa/fore.h (dead) 1.6 +0 -606 src/sys/dev/hfa/fore_aali.h (dead) 1.16 +0 -786 src/sys/dev/hfa/fore_buffer.c (dead) 1.20 +0 -466 src/sys/dev/hfa/fore_command.c (dead) 1.13 +0 -114 src/sys/dev/hfa/fore_globals.c (dead) 1.14 +0 -228 src/sys/dev/hfa/fore_if.c (dead) 1.8 +0 -108 src/sys/dev/hfa/fore_include.h (dead) 1.18 +0 -380 src/sys/dev/hfa/fore_init.c (dead) 1.13 +0 -268 src/sys/dev/hfa/fore_intr.c (dead) 1.21 +0 -479 src/sys/dev/hfa/fore_output.c (dead) 1.25 +0 -595 src/sys/dev/hfa/fore_receive.c (dead) 1.5 +0 -190 src/sys/dev/hfa/fore_slave.h (dead) 1.15 +0 -184 src/sys/dev/hfa/fore_stats.c (dead) 1.4 +0 -83 src/sys/dev/hfa/fore_stats.h (dead) 1.10 +0 -116 src/sys/dev/hfa/fore_timer.c (dead) 1.15 +0 -383 src/sys/dev/hfa/fore_transmit.c (dead) 1.12 +0 -274 src/sys/dev/hfa/fore_var.h (dead) 1.12 +0 -531 src/sys/dev/hfa/fore_vcm.c (dead) 1.3 +0 -134 src/sys/dev/hfa/hfa_eisa.c (dead) 1.11 +0 -466 src/sys/dev/hfa/hfa_freebsd.c (dead) 1.3 +0 -61 src/sys/dev/hfa/hfa_freebsd.h (dead) 1.8 +0 -213 src/sys/dev/hfa/hfa_pci.c (dead) 1.4 +0 -133 src/sys/dev/hfa/hfa_sbus.c (dead) 1.13 +0 -3311 src/sys/dev/idt/idt.c (dead) 1.9 +0 -765 src/sys/dev/idt/idt_harp.c (dead) 1.10 +0 -323 src/sys/dev/idt/idt_pci.c (dead) 1.4 +0 -77 src/sys/dev/idt/idtreg.h (dead) 1.4 +0 -228 src/sys/dev/idt/idtvar.h (dead) 1.21 +0 -2 src/sys/kern/Make.tags.inc 1.569 +0 -13 src/sys/modules/Makefile 1.3 +0 -13 src/sys/modules/harp/Makefile (dead) 1.3 +0 -15 src/sys/modules/hfa/Makefile (dead) 1.2 +0 -3 src/sys/modules/hfa/Makefile.inc (dead) 1.2 +0 -8 src/sys/modules/hfa/eisa/Makefile (dead) 1.2 +0 -13 src/sys/modules/hfa/hfa/Makefile (dead) 1.2 +0 -8 src/sys/modules/hfa/pci/Makefile (dead) 1.2 +0 -8 src/sys/modules/hfa/sbus/Makefile (dead) 1.2 +0 -9 src/sys/modules/idt/Makefile (dead) 1.8 +0 -3 src/sys/modules/netgraph/atm/Makefile 1.2 +0 -10 src/sys/modules/netgraph/atm/atmpif/Makefile (dead) 1.7 +0 -649 src/sys/netatm/atm.h (dead) 1.26 +0 -941 src/sys/netatm/atm_aal5.c (dead) 1.36 +0 -3502 src/sys/netatm/atm_cm.c (dead) 1.9 +0 -351 src/sys/netatm/atm_cm.h (dead) 1.27 +0 -816 src/sys/netatm/atm_device.c (dead) 1.34 +0 -1147 src/sys/netatm/atm_if.c (dead) 1.21 +0 -369 src/sys/netatm/atm_if.h (dead) 1.11 +0 -430 src/sys/netatm/atm_ioctl.h (dead) 1.5 +0 -92 src/sys/netatm/atm_pcb.h (dead) 1.17 +0 -200 src/sys/netatm/atm_proto.c (dead) 1.4 +0 -81 src/sys/netatm/atm_sap.h (dead) 1.6 +0 -109 src/sys/netatm/atm_sigmgr.h (dead) 1.15 +0 -511 src/sys/netatm/atm_signal.c (dead) 1.27 +0 -1312 src/sys/netatm/atm_socket.c (dead) 1.7 +0 -287 src/sys/netatm/atm_stack.h (dead) 1.44 +0 -620 src/sys/netatm/atm_subr.c (dead) 1.10 +0 -220 src/sys/netatm/atm_sys.h (dead) 1.29 +0 -739 src/sys/netatm/atm_usrreq.c (dead) 1.30 +0 -185 src/sys/netatm/atm_var.h (dead) 1.6 +0 -89 src/sys/netatm/atm_vc.h (dead) 1.4 +0 -55 src/sys/netatm/ipatm/ipatm.h (dead) 1.12 +0 -465 src/sys/netatm/ipatm/ipatm_event.c (dead) 1.19 +0 -343 src/sys/netatm/ipatm/ipatm_if.c (dead) 1.16 +0 -156 src/sys/netatm/ipatm/ipatm_input.c (dead) 1.25 +0 -813 src/sys/netatm/ipatm/ipatm_load.c (dead) 1.15 +0 -217 src/sys/netatm/ipatm/ipatm_output.c (dead) 1.5 +0 -114 src/sys/netatm/ipatm/ipatm_serv.h (dead) 1.17 +0 -507 src/sys/netatm/ipatm/ipatm_usrreq.c (dead) 1.10 +0 -219 src/sys/netatm/ipatm/ipatm_var.h (dead) 1.21 +0 -1329 src/sys/netatm/ipatm/ipatm_vcm.c (dead) 1.18 +0 -292 src/sys/netatm/port.h (dead) 1.4 +0 -213 src/sys/netatm/queue.h (dead) 1.20 +0 -888 src/sys/netatm/sigpvc/sigpvc_if.c (dead) 1.15 +0 -187 src/sys/netatm/sigpvc/sigpvc_subr.c (dead) 1.6 +0 -95 src/sys/netatm/sigpvc/sigpvc_var.h (dead) 1.22 +0 -1167 src/sys/netatm/spans/spans_arp.c (dead) 1.21 +0 -859 src/sys/netatm/spans/spans_cls.c (dead) 1.5 +0 -188 src/sys/netatm/spans/spans_cls.h (dead) 1.18 +0 -1272 src/sys/netatm/spans/spans_if.c (dead) 1.16 +0 -673 src/sys/netatm/spans/spans_kxdr.c (dead) 1.4 +0 -379 src/sys/netatm/spans/spans_kxdr.h (dead) 1.17 +0 -1644 src/sys/netatm/spans/spans_msg.c (dead) 1.12 +0 -1094 src/sys/netatm/spans/spans_print.c (dead) 1.16 +0 -574 src/sys/netatm/spans/spans_proto.c (dead) 1.14 +0 -508 src/sys/netatm/spans/spans_subr.c (dead) 1.12 +0 -484 src/sys/netatm/spans/spans_util.c (dead) 1.10 +0 -261 src/sys/netatm/spans/spans_var.h (dead) 1.6 +0 -513 src/sys/netatm/spans/spans_xdr.x (dead) 1.12 +0 -516 src/sys/netatm/uni/q2110_sigaa.c (dead) 1.13 +0 -1767 src/sys/netatm/uni/q2110_sigcpcs.c (dead) 1.10 +0 -239 src/sys/netatm/uni/q2110_subr.c (dead) 1.12 +0 -518 src/sys/netatm/uni/qsaal1_sigaa.c (dead) 1.13 +0 -1552 src/sys/netatm/uni/qsaal1_sigcpcs.c (dead) 1.10 +0 -206 src/sys/netatm/uni/qsaal1_subr.c (dead) 1.23 +0 -317 src/sys/netatm/uni/sscf_uni.c (dead) 1.4 +0 -47 src/sys/netatm/uni/sscf_uni.h (dead) 1.15 +0 -393 src/sys/netatm/uni/sscf_uni_lower.c (dead) 1.13 +0 -634 src/sys/netatm/uni/sscf_uni_upper.c (dead) 1.9 +0 -115 src/sys/netatm/uni/sscf_uni_var.h (dead) 1.19 +0 -410 src/sys/netatm/uni/sscop.c (dead) 1.4 +0 -80 src/sys/netatm/uni/sscop.h (dead) 1.16 +0 -357 src/sys/netatm/uni/sscop_lower.c (dead) 1.4 +0 -97 src/sys/netatm/uni/sscop_misc.h (dead) 1.15 +0 -1244 src/sys/netatm/uni/sscop_pdu.c (dead) 1.4 +0 -317 src/sys/netatm/uni/sscop_pdu.h (dead) 1.11 +0 -449 src/sys/netatm/uni/sscop_sigaa.c (dead) 1.12 +0 -2319 src/sys/netatm/uni/sscop_sigcpcs.c (dead) 1.17 +0 -982 src/sys/netatm/uni/sscop_subr.c (dead) 1.12 +0 -584 src/sys/netatm/uni/sscop_timer.c (dead) 1.15 +0 -421 src/sys/netatm/uni/sscop_upper.c (dead) 1.10 +0 -287 src/sys/netatm/uni/sscop_var.h (dead) 1.4 +0 -50 src/sys/netatm/uni/uni.h (dead) 1.14 +0 -377 src/sys/netatm/uni/uni_load.c (dead) 1.25 +0 -1261 src/sys/netatm/uni/uniarp.c (dead) 1.16 +0 -436 src/sys/netatm/uni/uniarp_cache.c (dead) 1.17 +0 -862 src/sys/netatm/uni/uniarp_input.c (dead) 1.11 +0 -810 src/sys/netatm/uni/uniarp_output.c (dead) 1.13 +0 -329 src/sys/netatm/uni/uniarp_timer.c (dead) 1.16 +0 -723 src/sys/netatm/uni/uniarp_vcm.c (dead) 1.17 +0 -249 src/sys/netatm/uni/uniip.c (dead) 1.10 +0 -318 src/sys/netatm/uni/uniip_var.h (dead) 1.4 +0 -49 src/sys/netatm/uni/unisig.h (dead) 1.18 +0 -2486 src/sys/netatm/uni/unisig_decode.c (dead) 1.6 +0 -76 src/sys/netatm/uni/unisig_decode.h (dead) 1.16 +0 -1693 src/sys/netatm/uni/unisig_encode.c (dead) 1.18 +0 -1026 src/sys/netatm/uni/unisig_if.c (dead) 1.12 +0 -497 src/sys/netatm/uni/unisig_mbuf.c (dead) 1.4 +0 -58 src/sys/netatm/uni/unisig_mbuf.h (dead) 1.18 +0 -1010 src/sys/netatm/uni/unisig_msg.c (dead) 1.5 +0 -953 src/sys/netatm/uni/unisig_msg.h (dead) 1.13 +0 -881 src/sys/netatm/uni/unisig_print.c (dead) 1.4 +0 -47 src/sys/netatm/uni/unisig_print.h (dead) 1.14 +0 -339 src/sys/netatm/uni/unisig_proto.c (dead) 1.15 +0 -865 src/sys/netatm/uni/unisig_sigmgr_state.c (dead) 1.18 +0 -1323 src/sys/netatm/uni/unisig_subr.c (dead) 1.13 +0 -401 src/sys/netatm/uni/unisig_util.c (dead) 1.10 +0 -329 src/sys/netatm/uni/unisig_var.h (dead) 1.18 +0 -2248 src/sys/netatm/uni/unisig_vc_state.c (dead) 1.4 +0 -706 src/sys/netgraph/atm/atmpif/ng_atmpif.c (dead) 1.6 +0 -933 src/sys/netgraph/atm/atmpif/ng_atmpif_harp.c (dead) 1.3 +0 -147 src/sys/netgraph/atm/atmpif/ng_atmpif_var.h (dead) 1.3 +0 -175 src/sys/netgraph/atm/ng_atmpif.h (dead) 1.43 +0 -2 src/usr.bin/kdump/kdump.c 1.41 +0 -5 src/usr.bin/kdump/mkioctls 1.386 +0 -5 src/usr.sbin/Makefile 1.4 +0 -29 src/usr.sbin/atm/Makefile (dead) 1.5 +0 -26 src/usr.sbin/atm/Makefile.inc (dead) 1.10 +0 -36 src/usr.sbin/atm/atmarpd/Makefile (dead) 1.5 +0 -127 src/usr.sbin/atm/atmarpd/atmarp_config.c (dead) 1.5 +0 -147 src/usr.sbin/atm/atmarpd/atmarp_log.c (dead) 1.5 +0 -778 src/usr.sbin/atm/atmarpd/atmarp_scsp.c (dead) 1.6 +0 -953 src/usr.sbin/atm/atmarpd/atmarp_subr.c (dead) 1.5 +0 -229 src/usr.sbin/atm/atmarpd/atmarp_timer.c (dead) 1.5 +0 -224 src/usr.sbin/atm/atmarpd/atmarp_var.h (dead) 1.9 +0 -172 src/usr.sbin/atm/atmarpd/atmarpd.8 (dead) 1.7 +0 -412 src/usr.sbin/atm/atmarpd/atmarpd.c (dead) 1.14 +0 -41 src/usr.sbin/atm/scspd/Makefile (dead) 1.6 +0 -1439 src/usr.sbin/atm/scspd/scsp_cafsm.c (dead) 1.6 +0 -1158 src/usr.sbin/atm/scspd/scsp_config.c (dead) 1.5 +0 -530 src/usr.sbin/atm/scspd/scsp_config_lex.c (dead) 1.6 +0 -412 src/usr.sbin/atm/scspd/scsp_config_parse.y (dead) 1.5 +0 -577 src/usr.sbin/atm/scspd/scsp_hfsm.c (dead) 1.6 +0 -626 src/usr.sbin/atm/scspd/scsp_if.c (dead) 1.3 +0 -194 src/usr.sbin/atm/scspd/scsp_if.h (dead) 1.6 +0 -1088 src/usr.sbin/atm/scspd/scsp_input.c (dead) 1.5 +0 -264 src/usr.sbin/atm/scspd/scsp_log.c (dead) 1.5 +0 -590 src/usr.sbin/atm/scspd/scsp_msg.c (dead) 1.4 +0 -461 src/usr.sbin/atm/scspd/scsp_msg.h (dead) 1.5 +0 -930 src/usr.sbin/atm/scspd/scsp_output.c (dead) 1.5 +0 -1301 src/usr.sbin/atm/scspd/scsp_print.c (dead) 1.5 +0 -1344 src/usr.sbin/atm/scspd/scsp_socket.c (dead) 1.6 +0 -1113 src/usr.sbin/atm/scspd/scsp_subr.c (dead) 1.4 +0 -265 src/usr.sbin/atm/scspd/scsp_timer.c (dead) 1.5 +0 -461 src/usr.sbin/atm/scspd/scsp_var.h (dead) 1.9 +0 -632 src/usr.sbin/atm/scspd/scspd.8 (dead) 1.7 +0 -547 src/usr.sbin/atm/scspd/scspd.c (dead) From owner-cvs-all@FreeBSD.ORG Sun May 25 22:13: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 9EF28106566C; Sun, 25 May 2008 22:13:17 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9668FC14; Sun, 25 May 2008 22:13:17 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4PMDHew052310; Sun, 25 May 2008 22:13:17 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PMDHj2052309; Sun, 25 May 2008 22:13:17 GMT (envelope-from jb) Message-Id: <200805252213.m4PMDHj2052309@repoman.freebsd.org> From: John Birrell Date: Sun, 25 May 2008 22:13: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:13:17 -0000 jb 2008-05-25 22:13:17 UTC FreeBSD src repository Modified files: . Makefile Log: Backout the change to remove sun4v. Note that sun4v is currently broken on T2000 hardware so it's pretty much a lame duck at this point. Revision Changes Path 1.351 +1 -1 src/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 22: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 115B51065685; Sun, 25 May 2008 22:20:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (unknown [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAC68FC16; Sun, 25 May 2008 22:20:53 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m4PMLWZ3055222; Sun, 25 May 2008 18:21:32 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Henrik Brix Andersen In-Reply-To: <20080525215334.GA66430@tirith.brixandersen.dk> References: <200805251720.m4PHKtRD026886@repoman.freebsd.org> <20080525215334.GA66430@tirith.brixandersen.dk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OqXnKd9wVT/Rprgydiql" Organization: FreeBSD, Inc. Date: Sun, 25 May 2008 18:20:54 -0400 Message-Id: <1211754054.69646.13.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/conky Makefile ports/sysutils/conky-awesome Makefile pkg-descr ports/sysutils/conky-awesome/files patch-src_conky.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:20:54 -0000 --=-OqXnKd9wVT/Rprgydiql Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2008-05-25 at 23:53 +0200, Henrik Brix Andersen wrote: > On Sun, May 25, 2008 at 05:20:55PM +0000, Joe Marcus Clarke wrote: > > marcus 2008-05-25 17:20:54 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > sysutils Makefile=20 > > sysutils/conky Makefile=20 > > sysutils/conky-awesome Makefile pkg-descr=20 > > Added files: > > sysutils/conky-awesome/files patch-src_conky.c=20 > > Log: > > Add sysutils/conky-awesome after a repocopy from sysutils/conky. > > Conky-awesome is the conky X-based system monitor ported to the aweso= me > > window manager. > > =20 > > Submitted by: adamw > > Conky diffs approved by: novel >=20 > Does this really warrant a port of its own? Couldn't it just be a KNOB > in sysutils/conky? This kind of changes (requiring new patches and a new pkg-descr) typically have warranted slave ports in the past (e.g. we do this a lot with language ports). I didn't see a problem with this. Additionally, it offloads the work of maintaining the conky-awesome changes from novel onto adamw. Joe >=20 > Brix --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-OqXnKd9wVT/Rprgydiql Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkg55kIACgkQb2iPiv4Uz4fQwACgiBvfgxjiU22f5XvMCXC+EQXQ BNYAn3lJDUcmH+hceumzsOeUm+7L40/t =Eu0I -----END PGP SIGNATURE----- --=-OqXnKd9wVT/Rprgydiql-- From owner-cvs-all@FreeBSD.ORG Sun May 25 22: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 B735C1065676; Sun, 25 May 2008 22:26:51 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 79C608FC0A; Sun, 25 May 2008 22:26:51 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 929B81103C6; Sun, 25 May 2008 18:26:50 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 25 May 2008 18:26:50 -0400 X-Sasl-enc: UxxJ2O/nTCwe7heGsAuy/I4mTJLtZFTwcND68sZki0U4 1211754410 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 D7C6F30789; Sun, 25 May 2008 18:26:49 -0400 (EDT) Message-ID: <4839E7A8.5050205@FreeBSD.org> Date: Sun, 25 May 2008 23:26:48 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Robert Watson References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> In-Reply-To: <200805252211.m4PMBgEU052231@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 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/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:26:51 -0000 Note that __netnatm__ is still alive and kicking and should be for some time to come. Folk who are using ADSL modems natively with ppp(8) will continue to need it. ATM shows no signs of going away as a WAN access technology for people in the UK, although its use in the core outside of British Telecom is being eroded by newer technologies. cheers BMS From owner-cvs-all@FreeBSD.ORG Sun May 25 22: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 AAA47106566B; Sun, 25 May 2008 22:34:14 +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 57E978FC19; Sun, 25 May 2008 22:34:14 +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 DC91E46C35; Sun, 25 May 2008 18:34:12 -0400 (EDT) Date: Sun, 25 May 2008 23:34:12 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bruce M. Simpson" In-Reply-To: <4839E7A8.5050205@FreeBSD.org> Message-ID: <20080525233132.B36357@fledge.watson.org> References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> <4839E7A8.5050205@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/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:34:14 -0000 On Sun, 25 May 2008, Bruce M. Simpson wrote: > Note that __netnatm__ is still alive and kicking and should be for some time > to come. Folk who are using ADSL modems natively with ppp(8) will continue > to need it. Yup, I have no negative plans for netnatm in mind -- I actually did the basic locking work for it a few years ago, although was never able to test it properly due to lack of ATM test hardware. netatm was a sufficiently complicated subsystem as to make that impossible. If you have any bug reports regarding locking and netnatm, I'm happy to field them. I put a basic subsystem lock around netnatm, but you could imagine something more granular if performance results suggested that would be useful. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun May 25 22:34: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 DC0391065755; Sun, 25 May 2008 22:34:18 +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 0915B8FC14; Sun, 25 May 2008 22:34:18 +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 m4PMYHIx052985; Sun, 25 May 2008 22:34:17 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PMYH6E052984; Sun, 25 May 2008 22:34:17 GMT (envelope-from pjd) Message-Id: <200805252234.m4PMYH6E052984@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 25 May 2008 22:34: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/cddl/contrib/opensolaris/uts/common/fs/zfs refcount.c spa_misc.c src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys refcount.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, 25 May 2008 22:34:22 -0000 pjd 2008-05-25 22:34:17 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs refcount.c spa_misc.c sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys refcount.h Log: Fix namespace collision after src/sys/sys/file.h:1.78. Revision Changes Path 1.3 +1 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c 1.4 +1 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c 1.3 +3 -2 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/refcount.h From owner-cvs-all@FreeBSD.ORG Sun May 25 22:42: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 15AB71065671; Sun, 25 May 2008 22:42:04 +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 B24A28FC1C; Sun, 25 May 2008 22:42:03 +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 7ED5446B96; Sun, 25 May 2008 18:42:02 -0400 (EDT) Date: Sun, 25 May 2008 23:42:02 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <200805252213.m4PMDHj2052309@repoman.freebsd.org> Message-ID: <20080525234124.O36357@fledge.watson.org> References: <200805252213.m4PMDHj2052309@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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:42:04 -0000 On Sun, 25 May 2008, John Birrell wrote: > Backout the change to remove sun4v. > > Note that sun4v is currently broken on T2000 hardware so it's pretty > much a lame duck at this point. Thanks -- the future of sun4v may or may not be bright, but I think keeping it compiling comes at relatively low cost vs. benefit. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun May 25 22:42:06 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 2181B1065677; Sun, 25 May 2008 22:42:04 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Mon, 26 May 2008 07:42:04 +0900 From: Norikatsu Shigemura To: John Birrell Message-Id: <20080526074204.8fe62959.nork@FreeBSD.org> In-Reply-To: <200805252024.m4PKO7xd036461@repoman.freebsd.org> References: <200805252024.m4PKO7xd036461@repoman.freebsd.org> X-Mailer: Sylpheed 2.5.0beta3 (GTK+ 2.12.9; i386-portbld-freebsd8.0) 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/sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 22:42:06 -0000 On Sun, 25 May 2008 20:24:07 +0000 (UTC) John Birrell wrote: > jb 2008-05-25 20:24:07 UTC > FreeBSD src repository > Modified files: > sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c > Log: > Comment out the code that breaks with invariants. This is stuff that is > still WIP along with the lockstat provider, so there is no harm leaving > it out for now. Thank you! > Revision Changes Path > 1.3 +2 -0 src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c From owner-cvs-all@FreeBSD.ORG Sun May 25 23:05: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 B1BF81065677; Sun, 25 May 2008 23:05:10 +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 7C1FE8FC1E; Sun, 25 May 2008 23:05:10 +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 m4PN5A0e055591; Sun, 25 May 2008 23:05:10 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4PN5A1r055590; Sun, 25 May 2008 23:05:10 GMT (envelope-from edwin) Message-Id: <200805252305.m4PN5A1r055590@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 25 May 2008 23:05: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/consed Makefile ports/biology/phd2fasta Makefile ports/biology/phrap Makefile ports/biology/phred Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 23:05:10 -0000 edwin 2008-05-25 23:05:10 UTC FreeBSD ports repository Modified files: biology/consed Makefile biology/phd2fasta Makefile biology/phrap Makefile biology/phred Makefile Log: Teach the building cluster that these ports are not to be build Revision Changes Path 1.2 +3 -0 ports/biology/consed/Makefile 1.2 +3 -0 ports/biology/phd2fasta/Makefile 1.2 +3 -0 ports/biology/phrap/Makefile 1.2 +3 -0 ports/biology/phred/Makefile From owner-cvs-all@FreeBSD.ORG Sun May 25 23:19: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 216AD106566B; Sun, 25 May 2008 23:19:36 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) Received: from ppsw-7.csi.cam.ac.uk (ppsw-7.csi.cam.ac.uk [131.111.8.137]) by mx1.freebsd.org (Postfix) with ESMTP id C2FCD8FC0A; Sun, 25 May 2008 23:19:35 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from hermes-1.csi.cam.ac.uk ([131.111.8.51]:34487) by ppsw-7.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:25) with esmtpa (EXTERNAL:fanf2) id 1K0PUy-0006tm-Nl (Exim 4.67) (return-path ); Mon, 26 May 2008 00:19:32 +0100 Received: from fanf2 (helo=localhost) by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local-esmtp id 1K0PUy-0006O1-BN (Exim 4.67) (return-path ); Mon, 26 May 2008 00:19:32 +0100 Date: Mon, 26 May 2008 00:19:32 +0100 From: Tony Finch X-X-Sender: fanf2@hermes-1.csi.cam.ac.uk To: "Bruce M. Simpson" In-Reply-To: <4839E7A8.5050205@FreeBSD.org> Message-ID: References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> <4839E7A8.5050205@FreeBSD.org> User-Agent: Alpine 1.10 (LSU 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Tony Finch Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 23:19:36 -0000 On Sun, 25 May 2008, Bruce M. Simpson wrote: > > ATM shows no signs of going away as a WAN access technology for people in the > UK, although its use in the core outside of British Telecom is being eroded by > newer technologies. Doesn't BT's 21cn mean the death of ATM there too? Tony. -- f.anthony.n.finch http://dotat.at/ SOLE: NORTHEASTERLY 5 TO 7, PERHAPS GALE 8 LATER. ROUGH OR VERY ROUGH. THUNDERY RAIN. MODERATE OR GOOD, OCCASIONALLY POOR. From owner-cvs-all@FreeBSD.ORG Sun May 25 23: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 8D93C106566B; Sun, 25 May 2008 23:34:22 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4E9E18FC15; Sun, 25 May 2008 23:34:22 +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 CB9E41109D8; Sun, 25 May 2008 19:34:21 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sun, 25 May 2008 19:34:21 -0400 X-Sasl-enc: 4CBSvI6K5neUljEAr/SLAFgHdm3f6Hr9WhM+Ffd1gyw+ 1211758461 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 F3BF522CD7; Sun, 25 May 2008 19:34:20 -0400 (EDT) Message-ID: <4839F77C.60306@FreeBSD.org> Date: Mon, 26 May 2008 00:34:20 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Tony Finch References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> <4839E7A8.5050205@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 23:34:22 -0000 Tony Finch wrote: > On Sun, 25 May 2008, Bruce M. Simpson wrote: > >> ATM shows no signs of going away as a WAN access technology for people in the >> UK, although its use in the core outside of British Telecom is being eroded by >> newer technologies. >> > > Doesn't BT's 21cn mean the death of ATM there too? > The G.998.1 part of ADSL2+ still mandates ATM as the transport. Given how BT tend to roll things it out I would speculate that they are still using ATM after 21CN migration, although I have no data to confirm this either way. PPPoA is not going away any time soon -- it's written into the ITU specs for G.DMT-lite after all -- and there is a huge installed user base for that technology. Whatever happens with 21CN is still going to take time to filter down to the rest of the populace. Also, someone's going to have to pay for it somehow. Of course the whole ruckus over ATM in ADSL with people in the first place, was that it locked them into using vendor gear, effectively denying people control over their own IP endpoint address, and restricting the services they can use as a result. cheers BMS From owner-cvs-all@FreeBSD.ORG Mon May 26 01:49:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39817106564A; Mon, 26 May 2008 01:49:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3D0B8FC1A; Mon, 26 May 2008 01:49:09 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q1n9Xt071798; Mon, 26 May 2008 01:49:09 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q1n9Gf071797; Mon, 26 May 2008 01:49:09 GMT (envelope-from vanilla) Message-Id: <200805260149.m4Q1n9Gf071797@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 May 2008 01:49:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/zfs-replicate 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, 26 May 2008 01:49:10 -0000 vanilla 2008-05-26 01:49:09 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/zfs-replicate Makefile distinfo pkg-descr Log: Add zfs-replicate 0.4, a ZFS Snapshot Replication Script. PR: ports/123982 Submitted by: Jui-Nan Lin Revision Changes Path 1.1014 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/zfs-replicate/Makefile (new) 1.1 +3 -0 ports/sysutils/zfs-replicate/distinfo (new) 1.1 +4 -0 ports/sysutils/zfs-replicate/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon May 26 01:49: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 190E1106566C; Mon, 26 May 2008 01:49:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D47328FC1D; Mon, 26 May 2008 01:49:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q1naeu071841; Mon, 26 May 2008 01:49:36 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q1nae7071840; Mon, 26 May 2008 01:49:36 GMT (envelope-from vanilla) Message-Id: <200805260149.m4Q1nae7071840@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 May 2008 01:49:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 01:49:37 -0000 vanilla 2008-05-26 01:49:36 UTC FreeBSD ports repository Modified files: . modules Log: zfs-replicate --> ports/sysutils/zfs-replicate Revision Changes Path 1.19870 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 26 02: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 ECA101065675; Mon, 26 May 2008 02:01:04 +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 9973B8FC19; Mon, 26 May 2008 02:01:04 +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 m4Q2048f060804; Sun, 25 May 2008 20:00:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 25 May 2008 20:01:30 -0600 (MDT) Message-Id: <20080525.200130.246265403.imp@bsdimp.com> To: rwatson@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20080525180014.S63463@fledge.watson.org> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.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, jb@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: 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: Mon, 26 May 2008 02:01:05 -0000 In message: <20080525180014.S63463@fledge.watson.org> Robert Watson writes: : On Sun, 25 May 2008, John Birrell wrote: : : > Remove sun4v from the list of arches in 'make universe'. There has been : > no active development on it for over a year now and it isn't : > reliable under a simple buildworld. Developers can't be expected to : > test code targeted for it. : : Having an architecture in make universe isn't about making the code work, it's : about encouraging the code to remain compilable even though most developers : don't actually work with the architecture. Sun4v is arguably our most : edge-case architecture right now, but given that it shares a lot of code with : sparc64 and sparc64 is run by a non-trivial number of people (more than arm?), : keeping it compiling hasn't proven very difficult. And recent universe : breakage has often-as-not been in i386 and amd64, not sun4v. : : Is there something in your recent work that prevents sun4v from compiling and : hence justifies disabling it entirely, and hence guaranteeing it won't compile : in the future because it falls off the "make it compile" radar? If so, then a : policy decision to drop sun4v support may be called for -- but this is : something to discuss with the people who added support for the architecture, : the release engineering team, etc, and not to make unilaterally. Yes. It may be the right decision, but it needs to be properly "socialized" before pulling the trigger. Warner From owner-cvs-all@FreeBSD.ORG Mon May 26 04:24: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 14B2E106564A; Mon, 26 May 2008 04:24:21 +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 E62868FC0C; Mon, 26 May 2008 04:24:20 +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 m4Q4OK4d081348; Mon, 26 May 2008 04:24:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4OKFG081347; Mon, 26 May 2008 04:24:20 GMT (envelope-from edwin) Message-Id: <200805260424.m4Q4OKFG081347@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:24: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/security/barnyard Makefile ports/security/barnyard/files barnyard.sh.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: Mon, 26 May 2008 04:24:21 -0000 edwin 2008-05-26 04:24:20 UTC FreeBSD ports repository Modified files: security/barnyard Makefile security/barnyard/files barnyard.sh.in pkg-message.in Log: security/barnyard, upgrade the startup script Improve the startup script to bring it in line with the correct way of doing rc.subr scripts, bump PORTREVISION in the Makefile and a minor change to pkg-message. PR: ports/123938 Submitted by: Paul Schmehl Revision Changes Path 1.11 +1 -1 ports/security/barnyard/Makefile 1.3 +31 -9 ports/security/barnyard/files/barnyard.sh.in 1.2 +2 -1 ports/security/barnyard/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Mon May 26 04:29: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 5E688106564A; Mon, 26 May 2008 04:29: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 241AB8FC18; Mon, 26 May 2008 04:29: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 m4Q4TLmu081500; Mon, 26 May 2008 04:29:21 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4TL3J081499; Mon, 26 May 2008 04:29:21 GMT (envelope-from beech) Message-Id: <200805260429.m4Q4TL3J081499@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 26 May 2008 04:29: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:29:21 -0000 beech 2008-05-26 04:29:21 UTC FreeBSD ports repository Modified files: net/skype Makefile Log: - Add warning message "Skype requires at least linux_base-fc6" Revision Changes Path 1.45 +15 -0 ports/net/skype/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 04:30: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 90551106566C; Mon, 26 May 2008 04:30:33 +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 560D88FC20; Mon, 26 May 2008 04:30:33 +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 m4Q4UXe7081610; Mon, 26 May 2008 04:30:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4UXQl081609; Mon, 26 May 2008 04:30:33 GMT (envelope-from edwin) Message-Id: <200805260430.m4Q4UXQl081609@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:30: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/japanese/platex-japanese Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:30:33 -0000 edwin 2008-05-26 04:30:33 UTC FreeBSD ports repository Modified files: japanese/platex-japanese Makefile Log: Repocopy from japanese/latex-japanese Revision Changes Path 1.2 +0 -0 ports/japanese/platex-japanese/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 04:32: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 ECA4D106564A; Mon, 26 May 2008 04:32:47 +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 C98C28FC1E; Mon, 26 May 2008 04:32:47 +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 m4Q4WlPg081737; Mon, 26 May 2008 04:32:47 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4Wleq081736; Mon, 26 May 2008 04:32:47 GMT (envelope-from edwin) Message-Id: <200805260432.m4Q4Wleq081736@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:32: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 MOVED ports/japanese Makefile ports/japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist ports/japanese/platex-japanese Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:32:48 -0000 edwin 2008-05-26 04:32:47 UTC FreeBSD ports repository Modified files: . MOVED japanese Makefile japanese/platex-japanese Makefile Removed files: japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist Log: [MAINTAINER] japanese/latex-japanese: change portname to platex-japanese This port can be only usable with platex not with latex. To eliminate ambiguity which may lead users to try this package with genuine latex, it's be better change the prefix of portname to "platex-" instead of "latex-". PR: ports/123626 Submitted by: Koji Yokota Revision Changes Path 1.1601 +2 -1 ports/MOVED 1.683 +1 -1 ports/japanese/Makefile 1.2 +0 -72 ports/japanese/latex-japanese/Makefile (dead) 1.2 +0 -3 ports/japanese/latex-japanese/distinfo (dead) 1.2 +0 -4 ports/japanese/latex-japanese/pkg-descr (dead) 1.2 +0 -6 ports/japanese/latex-japanese/pkg-plist (dead) 1.3 +4 -3 ports/japanese/platex-japanese/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 04:33: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 CB2B2106567E; Mon, 26 May 2008 04:33:36 +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 85BC18FC12; Mon, 26 May 2008 04:33:36 +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 m4Q4XagE081830; Mon, 26 May 2008 04:33:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4Xajm081829; Mon, 26 May 2008 04:33:36 GMT (envelope-from edwin) Message-Id: <200805260433.m4Q4Xajm081829@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04: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: 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, 26 May 2008 04:33:36 -0000 edwin 2008-05-26 04:33:36 UTC FreeBSD ports repository Modified files: . modules Log: ja-latex-japanese -> ja-platex-japanese Revision Changes Path 1.19871 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 26 04:35: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 177DF1065675; Mon, 26 May 2008 04:35:07 +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 D0B7C8FC1E; Mon, 26 May 2008 04:35:06 +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 m4Q4Z6NH081947; Mon, 26 May 2008 04:35:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4Z6ad081946; Mon, 26 May 2008 04:35:06 GMT (envelope-from edwin) Message-Id: <200805260435.m4Q4Z6ad081946@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:35:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cvs-devel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:35:07 -0000 edwin 2008-05-26 04:35:06 UTC FreeBSD ports repository Modified files: devel/cvs-devel Makefile distinfo pkg-descr pkg-plist Log: Repocopy of devel/cvs+ipv6 Revision Changes Path 1.23 +0 -0 ports/devel/cvs-devel/Makefile 1.10 +0 -0 ports/devel/cvs-devel/distinfo 1.2 +0 -0 ports/devel/cvs-devel/pkg-descr 1.4 +0 -0 ports/devel/cvs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 04:58: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 665B2106567A; Mon, 26 May 2008 04:58:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B80D8FC19; Mon, 26 May 2008 04:58:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q4wI2U091719; Mon, 26 May 2008 04:58:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4wHos091718; Mon, 26 May 2008 04:58:17 GMT (envelope-from edwin) Message-Id: <200805260458.m4Q4wHos091718@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:58: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:58:18 -0000 edwin 2008-05-26 04:58:17 UTC FreeBSD ports repository Modified files: devel Makefile Log: [new port] devel/cvs-devel 1.12.13_8 Latest upstream/feature release, similar to Debian, see the ChangeLog excerpts available at http://cto.homelinux.net/usr/ports/devel/cvs-devel/ChangeLog page. This feature release/version, I think, would be quite useful for all those users who want to share and, or transfer their existing CVS repositories from Linux to FreeBSD machines. PR: ports/118033 Submitted by: Balwinder S Dheeman Revision Changes Path 1.3069 +1 -0 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 04:58: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 5683C1065670; Mon, 26 May 2008 04:58:43 +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 314178FC18; Mon, 26 May 2008 04:58:43 +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 m4Q4whGo091841; Mon, 26 May 2008 04:58:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4whGi091840; Mon, 26 May 2008 04:58:43 GMT (envelope-from edwin) Message-Id: <200805260458.m4Q4whGi091840@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:58: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/cvs-devel Makefile distinfo pkg-descr pkg-plist ports/devel/cvs-devel/files patch-64bit_crashfix patch-DSA_external_passwd_file patch-PAM_support patch-PATH_MAX_check patch-check_method_crash patch-contrib-Makefile.in patch-copyright ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:58:43 -0000 edwin 2008-05-26 04:58:43 UTC FreeBSD ports repository Modified files: devel/cvs-devel Makefile distinfo pkg-descr pkg-plist Added files: devel/cvs-devel/files patch-64bit_crashfix patch-DSA_external_passwd_file patch-PAM_support patch-PATH_MAX_check patch-check_method_crash patch-copyright patch-cvs-repouid-0.1 patch-cvs.info.typo patch-cvsbug_tmpfix patch-cvsrc_whitespace patch-date_format_option patch-ext_expansion patch-extra_tags patch-fix_-l patch-fix_sparc_sigbus patch-flag_conflicted_copies patch-history_val-tag_world_writeable patch-homedir patch-import-n-X patch-keyword_alphanumerics patch-login_cvspass_message patch-newlines_in_commit_template patch-normalize_correct_roots patch-parseopts patch-rcs2log_POSIX_sort patch-remove_-R_warning patch-rsc2log_fix patch-server_wrapper patch-zlib-read-compressed Removed files: devel/cvs-devel/files patch-contrib-Makefile.in patch-freebsdlocal patch-lib-Makefile.in patch-src-Makefile.in Log: [new port] devel/cvs-devel 1.12.13_8 Latest upstream/feature release, similar to Debian, see the ChangeLog excerpts available at http://cto.homelinux.net/usr/ports/devel/cvs-devel/ChangeLog page. This feature release/version, I think, would be quite useful for all those users who want to share and, or transfer their existing CVS repositories from Linux to FreeBSD machines. PR: ports/118033 Submitted by: Balwinder S Dheeman Revision Changes Path 1.24 +15 -19 ports/devel/cvs-devel/Makefile 1.11 +3 -6 ports/devel/cvs-devel/distinfo 1.1 +15 -0 ports/devel/cvs-devel/files/patch-64bit_crashfix (new) 1.1 +388 -0 ports/devel/cvs-devel/files/patch-DSA_external_passwd_file (new) 1.1 +144 -0 ports/devel/cvs-devel/files/patch-PAM_support (new) 1.1 +27 -0 ports/devel/cvs-devel/files/patch-PATH_MAX_check (new) 1.1 +21 -0 ports/devel/cvs-devel/files/patch-check_method_crash (new) 1.2 +0 -10 ports/devel/cvs-devel/files/patch-contrib-Makefile.in (dead) 1.1 +44 -0 ports/devel/cvs-devel/files/patch-copyright (new) 1.1 +111 -0 ports/devel/cvs-devel/files/patch-cvs-repouid-0.1 (new) 1.1 +58 -0 ports/devel/cvs-devel/files/patch-cvs.info.typo (new) 1.1 +22 -0 ports/devel/cvs-devel/files/patch-cvsbug_tmpfix (new) 1.1 +37 -0 ports/devel/cvs-devel/files/patch-cvsrc_whitespace (new) 1.1 +151 -0 ports/devel/cvs-devel/files/patch-date_format_option (new) 1.1 +29 -0 ports/devel/cvs-devel/files/patch-ext_expansion (new) 1.1 +29 -0 ports/devel/cvs-devel/files/patch-extra_tags (new) 1.1 +26 -0 ports/devel/cvs-devel/files/patch-fix_-l (new) 1.1 +30 -0 ports/devel/cvs-devel/files/patch-fix_sparc_sigbus (new) 1.1 +21 -0 ports/devel/cvs-devel/files/patch-flag_conflicted_copies (new) 1.8 +0 -4062 ports/devel/cvs-devel/files/patch-freebsdlocal (dead) 1.1 +31 -0 ports/devel/cvs-devel/files/patch-history_val-tag_world_writeable (new) 1.1 +44 -0 ports/devel/cvs-devel/files/patch-homedir (new) 1.1 +15 -0 ports/devel/cvs-devel/files/patch-import-n-X (new) 1.1 +27 -0 ports/devel/cvs-devel/files/patch-keyword_alphanumerics (new) 1.6 +0 -37 ports/devel/cvs-devel/files/patch-lib-Makefile.in (dead) 1.1 +19 -0 ports/devel/cvs-devel/files/patch-login_cvspass_message (new) 1.1 +32 -0 ports/devel/cvs-devel/files/patch-newlines_in_commit_template (new) 1.1 +34 -0 ports/devel/cvs-devel/files/patch-normalize_correct_roots (new) 1.1 +108 -0 ports/devel/cvs-devel/files/patch-parseopts (new) 1.1 +15 -0 ports/devel/cvs-devel/files/patch-rcs2log_POSIX_sort (new) 1.1 +21 -0 ports/devel/cvs-devel/files/patch-remove_-R_warning (new) 1.1 +49 -0 ports/devel/cvs-devel/files/patch-rsc2log_fix (new) 1.1 +51 -0 ports/devel/cvs-devel/files/patch-server_wrapper (new) 1.6 +0 -63 ports/devel/cvs-devel/files/patch-src-Makefile.in (dead) 1.1 +11 -0 ports/devel/cvs-devel/files/patch-zlib-read-compressed (new) 1.3 +2 -1 ports/devel/cvs-devel/pkg-descr 1.5 +9 -3 ports/devel/cvs-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 04:59: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 3490E1065672; Mon, 26 May 2008 04:59:47 +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 EE5F18FC26; Mon, 26 May 2008 04:59:46 +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 m4Q4xkrT091887; Mon, 26 May 2008 04:59:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q4xk3u091886; Mon, 26 May 2008 04:59:46 GMT (envelope-from edwin) Message-Id: <200805260459.m4Q4xk3u091886@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 04:59:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 04:59:47 -0000 edwin 2008-05-26 04:59:46 UTC FreeBSD ports repository Modified files: . modules Log: Add devel/cvs-devel Revision Changes Path 1.19872 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon May 26 05: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 80093106564A; Mon, 26 May 2008 05:21:16 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D15C8FC0C; Mon, 26 May 2008 05:21:16 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q5LG4x093722; Mon, 26 May 2008 05:21:16 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q5LGS5093721; Mon, 26 May 2008 05:21:16 GMT (envelope-from matusita) Message-Id: <200805260521.m4Q5LGS5093721@repoman.freebsd.org> From: Makoto Matsushita Date: Mon, 26 May 2008 05:21:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jwhois Makefile distinfo pkg-plist ports/net/jwhois/files jwhois.conf patch-aa patch-ac patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 05:21:16 -0000 matusita 2008-05-26 05:21:13 UTC FreeBSD ports repository Modified files: net/jwhois Makefile distinfo pkg-plist net/jwhois/files jwhois.conf patch-ac patch-ad Removed files: net/jwhois/files patch-aa Log: Update to version 4.0. Also fixes to pkg-plist to 1) forget to chmod/chown db directory for package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw (that is not listed in BSD.local.dist, and other applications such as bison may be used this directory.) jwhois.conf is also updated to the latest revision (1.137) from jwhois CVS repository. Pressure for update from: nork Revision Changes Path 1.29 +2 -2 ports/net/jwhois/Makefile 1.11 +3 -3 ports/net/jwhois/distinfo 1.5 +127 -64 ports/net/jwhois/files/jwhois.conf 1.3 +0 -11 ports/net/jwhois/files/patch-aa (dead) 1.4 +9 -9 ports/net/jwhois/files/patch-ac 1.4 +9 -9 ports/net/jwhois/files/patch-ad 1.12 +4 -2 ports/net/jwhois/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 05:58: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 7909E1065670; Mon, 26 May 2008 05:58:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55F908FC13; Mon, 26 May 2008 05:58:55 +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 m4Q5wtKJ094902; Mon, 26 May 2008 05:58:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q5wtFG094901; Mon, 26 May 2008 05:58:55 GMT (envelope-from edwin) Message-Id: <200805260558.m4Q5wtFG094901@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 05:58: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/emulators/fmsx Makefile distinfo pkg-plist ports/emulators/fmsx/files patch-EMULib_NetUnix.c patch-Patch.c patch-aa patch-fMSX_Unix_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 05:58:55 -0000 edwin 2008-05-26 05:58:55 UTC FreeBSD ports repository Modified files: emulators/fmsx Makefile distinfo pkg-plist Added files: emulators/fmsx/files patch-EMULib_NetUnix.c patch-fMSX_Unix_Makefile Removed files: emulators/fmsx/files patch-Patch.c patch-aa Log: Update to 3.5.1 Revision Changes Path 1.27 +24 -19 ports/emulators/fmsx/Makefile 1.8 +33 -33 ports/emulators/fmsx/distinfo 1.1 +11 -0 ports/emulators/fmsx/files/patch-EMULib_NetUnix.c (new) 1.2 +0 -18 ports/emulators/fmsx/files/patch-Patch.c (dead) 1.7 +0 -17 ports/emulators/fmsx/files/patch-aa (dead) 1.1 +11 -0 ports/emulators/fmsx/files/patch-fMSX_Unix_Makefile (new) 1.6 +0 -2 ports/emulators/fmsx/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 06:30: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 093F310656C4; Mon, 26 May 2008 06:30:24 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7DEB78FC1B; Mon, 26 May 2008 06:30:23 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [82.95.250.254]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m4Q6ULgZ015090; Mon, 26 May 2008 08:30:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.14.2/8.13.3) with ESMTP id m4Q6UL3w011346; Mon, 26 May 2008 08:30:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.14.2/8.14.2/Submit) id m4Q6UKSV011345; Mon, 26 May 2008 08:30:20 +0200 (CEST) (envelope-from wb) Date: Mon, 26 May 2008 08:30:20 +0200 From: Wilko Bulte To: "Bruce M. Simpson" Message-ID: <20080526063020.GA11328@freebie.xs4all.nl> References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> <4839E7A8.5050205@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4839E7A8.5050205@FreeBSD.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 06:30:24 -0000 Quoting Bruce M. Simpson, who wrote on Sun, May 25, 2008 at 11:26:48PM +0100 .. > Note that __netnatm__ is still alive and kicking and should be for some > time to come. Folk who are using ADSL modems natively with ppp(8) will > continue to need it. > > ATM shows no signs of going away as a WAN access technology for people > in the UK, although its use in the core outside of British Telecom is > being eroded by newer technologies. Doesn't BT supply its customers with DSL modems that take care of the ATM stuff on the SL, while supplying a "plain" IP connection on the customer side?? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon May 26 07:07: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 5E4EC1065672; Mon, 26 May 2008 07:07:01 +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 0B8F48FC18; Mon, 26 May 2008 07:07:00 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 9CCD5170E3; Mon, 26 May 2008 07:06:59 +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 m4Q76wAA021824; Mon, 26 May 2008 07:06:59 GMT (envelope-from phk@critter.freebsd.dk) To: John Birrell From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 25 May 2008 22:11:12 GMT." <20080525221112.GH5179@what-creek.com> Date: Mon, 26 May 2008 07:06:58 +0000 Message-ID: <21823.1211785618@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, John Birrell , Robert Watson , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Mon, 26 May 2008 07:07:01 -0000 In message <20080525221112.GH5179@what-creek.com>, John Birrell writes: >I will back out the change, but I think you are making the 'universe' target >out to be more than was intended. We used to talk about tiers. We seem to have >lost sight of that. No, architecture tiers is about code how well the code runs, make universe is simply a way to keep it compiling. -- 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 Mon May 26 07: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 F2849106566C; Mon, 26 May 2008 07:31:02 +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 B2D278FC17; Mon, 26 May 2008 07:31:02 +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 72EB746C06; Mon, 26 May 2008 03:31:02 -0400 (EDT) Date: Mon, 26 May 2008 08:31:02 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <20080525221112.GH5179@what-creek.com> Message-ID: <20080526082614.C6489@fledge.watson.org> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> <20080525225523.F36357@fledge.watson.org> <20080525221112.GH5179@what-creek.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: 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: Mon, 26 May 2008 07:31:03 -0000 On Sun, 25 May 2008, John Birrell wrote: > On Sun, May 25, 2008 at 11:00:40PM +0100, Robert Watson wrote: >> I think you should consider backing out the change -- the point of "make >> universe" is to build as much as we possibly can of the tree, including all >> variations on architectures, as many obscure kernel configurations as we >> can find, etc. People run make universe to confirm that their changes >> haven't broken the build for as many cases as possible, and sun4v remains a >> valid case to detect. > > I will back out the change, but I think you are making the 'universe' target > out to be more than was intended. We used to talk about tiers. We seem to > have lost sight of that. According to our tier documentation, sun4v is a tier 2 platform -- either on the way up, or on the way down, depending on how you look at it. All of the other tier 2 platforms, including ARM, PowerPC, ia64 and sparc64, appear in make universe, and I would expect objections if any of them were removed from make universe also. >> If you think we should write off sun4v at this point, which may well be a >> valid proposal, we should have the larger discussion about that before we >> remove it from make universe unless we have a pretty practical reason >> otherwise (i.e., dtrace and sun4v are fundamentally incompatible). > > This isn't related to DTrace. It's more about what builds developers are > expected to do before committing stuff. Much of the buildworld breakage over > the last month would have been detected if a universe build had been done. > Even the current breakage. Yes, sounds like people need to start running it before they commit major changes. And it's a cascading problem -- if people don't keep things building, it becomes much harder to build test further changes. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Mon May 26 07:40: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 2C5281065674; Mon, 26 May 2008 07:40:16 +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 E6AB88FC1C; Mon, 26 May 2008 07:40:15 +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 m4Q7eFPA000281; Mon, 26 May 2008 07:40:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q7eEDb000280; Mon, 26 May 2008 07:40:14 GMT (envelope-from delphij) Message-Id: <200805260740.m4Q7eEDb000280@repoman.freebsd.org> From: Xin LI Date: Mon, 26 May 2008 07:40:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwn if_iwn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 07:40:16 -0000 delphij 2008-05-26 07:40:14 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c Log: We can not call iwn_start directly in the interrupt context, where the iwn mutex is being held, and iwn_start assumes that we do not have that mutex held. Resolve this issue with what we do for other NICs by splitting the iwn_start procedure into two parts, iwn_start() do the locking, and iwn_start_locked() assumes that the mutex is being held. This resolves panic when WITNESS is enabled. Revision Changes Path 1.6 +14 -3 src/sys/dev/iwn/if_iwn.c From owner-cvs-all@FreeBSD.ORG Mon May 26 08:38: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 D69501065678; Mon, 26 May 2008 08:38:52 +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 9CCD08FC14; Mon, 26 May 2008 08:38:52 +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 m4Q8cq2T003370; Mon, 26 May 2008 08:38:52 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q8cqu6003369; Mon, 26 May 2008 08:38:52 GMT (envelope-from jadawin) Message-Id: <200805260838.m4Q8cqu6003369@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 26 May 2008 08:38: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-Devel-Messenger Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 08:38:53 -0000 jadawin 2008-05-26 08:38:52 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Messenger Makefile distinfo Log: - Update to 0.02 PR: ports/123987 Submitted by: Gea-Suan Lin (maintainer) Approved by: mentor (implicit) Revision Changes Path 1.3 +2 -2 ports/devel/p5-Devel-Messenger/Makefile 1.2 +3 -3 ports/devel/p5-Devel-Messenger/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 08:42: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 57A01106564A; Mon, 26 May 2008 08:42: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 DFAB48FC16; Mon, 26 May 2008 08:42: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 m4Q8ghnA003547; Mon, 26 May 2008 08:42:43 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q8ghcX003546; Mon, 26 May 2008 08:42:43 GMT (envelope-from jadawin) Message-Id: <200805260842.m4Q8ghcX003546@repoman.freebsd.org> From: Philippe Audeoud Date: Mon, 26 May 2008 08:42: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/textproc/p5-POSIX-Regex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 08:42:44 -0000 jadawin 2008-05-26 08:42:43 UTC FreeBSD ports repository Modified files: textproc/p5-POSIX-Regex Makefile distinfo Log: - Update to 0.90.6 PR: ports/123989 Submitted by: Gea-Suan Lin (maintainer) Approved by: mentor (implicit) Revision Changes Path 1.4 +2 -6 ports/textproc/p5-POSIX-Regex/Makefile 1.2 +3 -3 ports/textproc/p5-POSIX-Regex/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 08:51: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 8C638106566C; Mon, 26 May 2008 08:51:12 +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 6B2238FC23; Mon, 26 May 2008 08:51:12 +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 m4Q8pCrR012938; Mon, 26 May 2008 08:51:12 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q8pCR5012937; Mon, 26 May 2008 08:51:12 GMT (envelope-from lwhsu) Message-Id: <200805260851.m4Q8pCR5012937@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 26 May 2008 08:51: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/security/nsm-console Makefile distinfo pkg-descr pkg-plist ports/security/nsm-console/files patch-lib-nsm_consle.rb patch-nsm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 08:51:12 -0000 lwhsu 2008-05-26 08:51:12 UTC FreeBSD ports repository Modified files: security/nsm-console Makefile distinfo pkg-descr pkg-plist security/nsm-console/files patch-nsm Removed files: security/nsm-console/files patch-lib-nsm_consle.rb Log: - Update to 0.7 - Add more RUN_DEPENDS and corresponding KNOBs - New MASTER_SITES PR: ports/123996 Submitted by: cherry AT trombik.org (maintainer) Revision Changes Path 1.2 +33 -21 ports/security/nsm-console/Makefile 1.2 +3 -3 ports/security/nsm-console/distinfo 1.2 +0 -18 ports/security/nsm-console/files/patch-lib-nsm_consle.rb (dead) 1.2 +31 -11 ports/security/nsm-console/files/patch-nsm 1.2 +1 -1 ports/security/nsm-console/pkg-descr 1.2 +1 -162 ports/security/nsm-console/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 08: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 661A31065671; Mon, 26 May 2008 08:58:49 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAEF8FC1B; Mon, 26 May 2008 08:58:49 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q8wmFc013142; Mon, 26 May 2008 08:58:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q8wmPA013141; Mon, 26 May 2008 08:58:48 GMT (envelope-from sos) Message-Id: <200805260858.m4Q8wmPA013141@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 26 May 2008 08:58: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/ata ata-all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 08:58:49 -0000 sos 2008-05-26 08:58:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Dont call ata_start() when ata_reinit fails in the ioctl path. Revision Changes Path 1.288 +0 -1 src/sys/dev/ata/ata-all.c From owner-cvs-all@FreeBSD.ORG Mon May 26 09:04: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 242561065671; Mon, 26 May 2008 09:04:15 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id BCE5F8FC15; Mon, 26 May 2008 09:04:14 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id E267A3F8F; Mon, 26 May 2008 10:04:13 +0100 (BST) Message-Id: <3C07B635-67F6-4EAD-A10F-D5AA4365FFEF@rabson.org> From: Doug Rabson To: Bruce M. Simpson In-Reply-To: <4839F77C.60306@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: Mon, 26 May 2008 10:04:13 +0100 References: <200805252211.m4PMBgEU052231@repoman.freebsd.org> <4839E7A8.5050205@FreeBSD.org> <4839F77C.60306@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Cc: Tony Finch , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 09:04:15 -0000 On 26 May 2008, at 00:34, Bruce M. Simpson wrote: > Tony Finch wrote: >> On Sun, 25 May 2008, Bruce M. Simpson wrote: >> >>> ATM shows no signs of going away as a WAN access technology for >>> people in the >>> UK, although its use in the core outside of British Telecom is >>> being eroded by >>> newer technologies. >>> >> >> Doesn't BT's 21cn mean the death of ATM there too? >> > > The G.998.1 part of ADSL2+ still mandates ATM as the transport. > Given how BT tend to roll things it out I would speculate that they > are still using ATM after 21CN migration, although I have no data to > confirm this either way. > > PPPoA is not going away any time soon -- it's written into the ITU > specs for G.DMT-lite after all -- and there is a huge installed user > base for that technology. > > Whatever happens with 21CN is still going to take time to filter > down to the rest of the populace. Also, someone's going to have to > pay for it somehow. > > Of course the whole ruckus over ATM in ADSL with people in the first > place, was that it locked them into using vendor gear, effectively > denying people control over their own IP endpoint address, and > restricting the services they can use as a result. I recently was able to reclaim my IP endpoint address(es) using a cheap Netgear DM111P in PPPoE to PPPoA bridge mode. Works very nicely... From owner-cvs-all@FreeBSD.ORG Mon May 26 09:17: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 C94071065676; Mon, 26 May 2008 09:17:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9067C8FC35; Mon, 26 May 2008 09:17:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4Q9Hkuu014843; Mon, 26 May 2008 09:17:46 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q9HkIL014842; Mon, 26 May 2008 09:17:46 GMT (envelope-from demon) Message-Id: <200805260917.m4Q9HkIL014842@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 May 2008 09:17: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/mrtg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 09:17:46 -0000 demon 2008-05-26 09:17:46 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile Log: Drop maintainership. Revision Changes Path 1.96 +1 -1 ports/net-mgmt/mrtg/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 09:24:52 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB297106567B; Mon, 26 May 2008 09:24:52 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA698FC23; Mon, 26 May 2008 09:24:51 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-215-175.belrs3.nsw.optusnet.com.au [122.106.215.175]) by mail18.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m4Q9OZNm026723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 May 2008 19:24:38 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.2) with ESMTP id m4Q9OZ90079386; Mon, 26 May 2008 19:24:35 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m4Q9OYbQ079385; Mon, 26 May 2008 19:24:34 +1000 (EST) (envelope-from peter) Date: Mon, 26 May 2008 19:24:34 +1000 From: Peter Jeremy To: John Birrell Message-ID: <20080526092433.GW1469@server.vk2pj.dyndns.org> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kuk/n493crKO4rgR" Content-Disposition: inline In-Reply-To: <20080525195955.GB5179@what-creek.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: 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: Mon, 26 May 2008 09:24:52 -0000 --Kuk/n493crKO4rgR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-May-25 19:59:55 +0000, John Birrell wrote: >The last time I checked, the sun4v port wouldn't even boot on my T2000, >so I have to ask if there is anyone who even knows that. Or cares. I can't justify a whole T2000 for FreeBSD but I have sliced a small logical domain with the intent of running FreeBSD in it. Unfortunately, whilst FreeBSD will boot, it doesn't recognize either the (virtual) disk or network - which sort of limits progress. Note that Sun has previously stated the a T2000 can simultaneously run Solaris, Linux and FreeBSD. I think it would be a pity if the Project dropped sun4v. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --Kuk/n493crKO4rgR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg6gdEACgkQ/opHv/APuIcHBACgmIPx53lv7DGsDJYg830bDujh 2t8AnjmQlNvptRtbuF8ejFDME3zFQbKw =N64h -----END PGP SIGNATURE----- --Kuk/n493crKO4rgR-- From owner-cvs-all@FreeBSD.ORG Mon May 26 09:26:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CEAE106566C; Mon, 26 May 2008 09:26:26 +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 235AF8FC0A; Mon, 26 May 2008 09:26:26 +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 m4Q9QQGH015282; Mon, 26 May 2008 09:26:26 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q9QPtI015281; Mon, 26 May 2008 09:26:25 GMT (envelope-from mm) Message-Id: <200805260926.m4Q9QPtI015281@repoman.freebsd.org> From: Martin Matuska Date: Mon, 26 May 2008 09:26: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/benchmarks/postal Makefile distinfo ports/benchmarks/postal/files patch-Makefile.in patch-basictcp.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, 26 May 2008 09:26:27 -0000 mm 2008-05-26 09:26:24 UTC FreeBSD ports repository Modified files: benchmarks/postal Makefile distinfo benchmarks/postal/files patch-Makefile.in Removed files: benchmarks/postal/files patch-basictcp.cpp Log: - Update to 0.69 Revision Changes Path 1.16 +1 -1 ports/benchmarks/postal/Makefile 1.9 +3 -3 ports/benchmarks/postal/distinfo 1.2 +5 -3 ports/benchmarks/postal/files/patch-Makefile.in 1.2 +0 -13 ports/benchmarks/postal/files/patch-basictcp.cpp (dead) From owner-cvs-all@FreeBSD.ORG Mon May 26 09: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 BEBB41065676; Mon, 26 May 2008 09:51:09 +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 A10C18FC14; Mon, 26 May 2008 09:51:09 +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 m4Q9p9mD016165; Mon, 26 May 2008 09:51:09 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4Q9p98b016164; Mon, 26 May 2008 09:51:09 GMT (envelope-from rafan) Message-Id: <200805260951.m4Q9p98b016164@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 26 May 2008 09:51: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/pfflowd Makefile distinfo ports/net/pfflowd/files pfflowd.in pfflowd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 09:51:09 -0000 rafan 2008-05-26 09:51:09 UTC FreeBSD ports repository Modified files: net/pfflowd Makefile distinfo Added files: net/pfflowd/files pfflowd.in Removed files: net/pfflowd/files pfflowd.sh.sample Log: - Update to 0.7 - Drop maintainership - Update rc script to the rc.d world order - Mark broken on FreeBSD < 7.x until someone wants to fix it PR: ports/123226 Submitted by: thompsa (maintainer) Revision Changes Path 1.10 +9 -9 ports/net/pfflowd/Makefile 1.5 +3 -3 ports/net/pfflowd/distinfo 1.1 +42 -0 ports/net/pfflowd/files/pfflowd.in (new) 1.2 +0 -20 ports/net/pfflowd/files/pfflowd.sh.sample (dead) From owner-cvs-all@FreeBSD.ORG Mon May 26 09:57: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 F112C1065679; Mon, 26 May 2008 09:57:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 68CCD8FC21; Mon, 26 May 2008 09:57:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 986B72C50CC0; Mon, 26 May 2008 12:57:31 +0300 (EEST) Date: Mon, 26 May 2008 12:57:21 +0300 From: Ion-Mihai Tetcu To: Rong-En Fan Message-ID: <20080526125721.2dd0cf44@it.buh.tecnik93.com> In-Reply-To: <200805260951.m4Q9p98b016164@repoman.freebsd.org> References: <200805260951.m4Q9p98b016164@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/SvETVv=5mvf_Tlwy=ux7dY/"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Broken INDEX (Re: cvs commit: ports/net/pfflowd Makefile distinfo ports/net/pfflowd/files pfflowd.in pfflowd.sh.sample) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 09:57:42 -0000 --Sig_/SvETVv=5mvf_Tlwy=ux7dY/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 26 May 2008 09:51:09 +0000 (UTC) Rong-En Fan wrote: > rafan 2008-05-26 09:51:09 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > net/pfflowd Makefile distinfo=20 > Added files: > net/pfflowd/files pfflowd.in=20 > Removed files: > net/pfflowd/files pfflowd.sh.sample=20 > Log: > - Update to 0.7 > - Drop maintainership > - Update rc script to the rc.d world order > - Mark broken on FreeBSD < 7.x until someone wants to fix it > =20 > PR: ports/123226 > Submitted by: thompsa (maintainer) Broken INDEX: building .tbz in directory /var/tinderbox/7-STABLE-FTP "Makefile", line 32: Need an operator "Makefile", line 34: if-less endif make: fatal errors encountered -- cannot continue maintained by:=20 building for: 7.0-STABLE amd64 port directory: /usr/ports/net/pfflowd build started at Mon May 26 09:52:51 UTC 2008 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3D RUN_DEPENDS=3D add_pkg "Makefile", line 32: Need an operator "Makefile", line 34: if-less endif make: fatal errors encountered -- cannot continue =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Failed to exec checksum : No such file or directory =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/net/pfflowd ended at Mon May 26 09:52:52 UTC 2008 --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/SvETVv=5mvf_Tlwy=ux7dY/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg6iYoACgkQJ7GIuiH/oeU+TgCgoUFEfOusOk9d46htK9h4R/dB PIUAoKZrNfbg4xkRVaCxvV/dc8HrVPxq =9mM5 -----END PGP SIGNATURE----- --Sig_/SvETVv=5mvf_Tlwy=ux7dY/-- From owner-cvs-all@FreeBSD.ORG Mon May 26 10:01: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 E69D41065677; Mon, 26 May 2008 10:01:13 +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 B256F8FC1A; Mon, 26 May 2008 10:01:13 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QA1DGi016484; Mon, 26 May 2008 10:01:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QA1D0A016483; Mon, 26 May 2008 10:01:13 GMT (envelope-from kib) Message-Id: <200805261001.m4QA1D0A016483@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 26 May 2008 10:01: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 kern_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: Mon, 26 May 2008 10:01:14 -0000 kib 2008-05-26 10:01:13 UTC FreeBSD src repository Modified files: sys/kern kern_cpuset.c Log: Take into account possible overflow when multiplying. The casuality is the malloc call later, panicing kernel due to the oversized allocation. Reported by: pho Reviewed by: jeff Revision Changes Path 1.10 +2 -2 src/sys/kern/kern_cpuset.c From owner-cvs-all@FreeBSD.ORG Mon May 26 10:06: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 16542106567B; Mon, 26 May 2008 10:06: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 D70998FC2A; Mon, 26 May 2008 10:05: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 m4QA5xh5017900; Mon, 26 May 2008 10:05:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QA5xwK017899; Mon, 26 May 2008 10:05:59 GMT (envelope-from rafan) Message-Id: <200805261005.m4QA5xwK017899@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 26 May 2008 10:05:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pfflowd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:06:00 -0000 rafan 2008-05-26 10:05:59 UTC FreeBSD ports repository Modified files: net/pfflowd Makefile Log: - Fix INDEX Pointy hat to: rafan Revision Changes Path 1.11 +1 -1 ports/net/pfflowd/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 10:06: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 726C81065685; Mon, 26 May 2008 10:06:23 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 078B18FC36; Mon, 26 May 2008 10:06:22 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.2/8.14.2) with ESMTP id m4QA6Li7051244; Mon, 26 May 2008 18:06:21 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.2/8.14.2/Submit) id m4QA6La8077011; Mon, 26 May 2008 18:06:21 +0800 (CST) (envelope-from rafan) Date: Mon, 26 May 2008 18:06:21 +0800 From: Rong-En Fan To: Ion-Mihai Tetcu Message-ID: <20080526100621.GA94859@svm.csie.ntu.edu.tw> References: <200805260951.m4Q9p98b016164@repoman.freebsd.org> <20080526125721.2dd0cf44@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080526125721.2dd0cf44@it.buh.tecnik93.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , ports-committers@FreeBSD.org Subject: Re: Broken INDEX (Re: cvs commit: ports/net/pfflowd Makefile distinfo ports/net/pfflowd/files pfflowd.in pfflowd.sh.sample) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:06:23 -0000 On Mon, May 26, 2008 at 12:57:21PM +0300, Ion-Mihai Tetcu wrote: > On Mon, 26 May 2008 09:51:09 +0000 (UTC) > Rong-En Fan wrote: > > > rafan 2008-05-26 09:51:09 UTC > > > > FreeBSD ports repository > > > > Modified files: > > net/pfflowd Makefile distinfo > > Added files: > > net/pfflowd/files pfflowd.in > > Removed files: > > net/pfflowd/files pfflowd.sh.sample > > Log: > > - Update to 0.7 > > - Drop maintainership > > - Update rc script to the rc.d world order > > - Mark broken on FreeBSD < 7.x until someone wants to fix it > > > > PR: ports/123226 > > Submitted by: thompsa (maintainer) > > > Broken INDEX: fixed. From owner-cvs-all@FreeBSD.ORG Mon May 26 10:09: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 F2B661065680; Mon, 26 May 2008 10:09:48 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C012C8FC15; Mon, 26 May 2008 10:09:48 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QA9m6p018001; Mon, 26 May 2008 10:09:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QA9mEO018000; Mon, 26 May 2008 10:09:48 GMT (envelope-from sem) Message-Id: <200805261009.m4QA9mEO018000@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 26 May 2008 10: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/net/dhcprelya Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:09:49 -0000 sem 2008-05-26 10:09:48 UTC FreeBSD ports repository Modified files: net/dhcprelya Makefile distinfo Log: - Update to 1.3 Revision Changes Path 1.5 +1 -1 ports/net/dhcprelya/Makefile 1.4 +3 -3 ports/net/dhcprelya/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 10: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 A3CA81065681; Mon, 26 May 2008 10:10:11 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70E708FC20; Mon, 26 May 2008 10:10:11 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QAABqr018091; Mon, 26 May 2008 10:10:11 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QAABio018090; Mon, 26 May 2008 10:10:11 GMT (envelope-from dougb) Message-Id: <200805261010.m4QAABio018090@repoman.freebsd.org> From: Doug Barton Date: Mon, 26 May 2008 10:10: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/etc network.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:10:11 -0000 dougb 2008-05-26 10:10:11 UTC FreeBSD src repository Modified files: etc network.subr Log: Add a missing space between a variable and the ] for a test Revision Changes Path 1.189 +1 -1 src/etc/network.subr From owner-cvs-all@FreeBSD.ORG Mon May 26 10:32: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 A0CBD1065675; Mon, 26 May 2008 10:32:37 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3D78FC1B; Mon, 26 May 2008 10:32:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id D2EED2C50CC0; Mon, 26 May 2008 13:32:35 +0300 (EEST) Date: Mon, 26 May 2008 13:32:29 +0300 From: Ion-Mihai Tetcu To: Rong-En Fan Message-ID: <20080526133229.06f28065@it.buh.tecnik93.com> In-Reply-To: <20080526100621.GA94859@svm.csie.ntu.edu.tw> References: <200805260951.m4Q9p98b016164@repoman.freebsd.org> <20080526125721.2dd0cf44@it.buh.tecnik93.com> <20080526100621.GA94859@svm.csie.ntu.edu.tw> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_//LhX4nyKIRMAg36YvX4v.Sp"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , ports-committers@FreeBSD.org Subject: Re: Broken INDEX (Re: cvs commit: ports/net/pfflowd Makefile distinfo ports/net/pfflowd/files pfflowd.in pfflowd.sh.sample) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:32:37 -0000 --Sig_//LhX4nyKIRMAg36YvX4v.Sp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 26 May 2008 18:06:21 +0800 Rong-En Fan wrote: > On Mon, May 26, 2008 at 12:57:21PM +0300, Ion-Mihai Tetcu wrote: > > On Mon, 26 May 2008 09:51:09 +0000 (UTC) > > Rong-En Fan wrote: > >=20 > > > rafan 2008-05-26 09:51:09 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > net/pfflowd Makefile distinfo=20 > > > Added files: > > > net/pfflowd/files pfflowd.in=20 > > > Removed files: > > > net/pfflowd/files pfflowd.sh.sample=20 > > > Log: > > > - Update to 0.7 > > > - Drop maintainership > > > - Update rc script to the rc.d world order > > > - Mark broken on FreeBSD < 7.x until someone wants to fix it > > > =20 > > > PR: ports/123226 > > > Submitted by: thompsa (maintainer) > >=20 > >=20 > > Broken INDEX: >=20 > fixed.=20 Thanks. For satisfy my curiosity, my mail was how long after the FreshPorts one? --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_//LhX4nyKIRMAg36YvX4v.Sp Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg6kcMACgkQJ7GIuiH/oeV+hQCffgwolT4w1ICovD3DbRtWO72I hvYAn14JxBp4fy1+wiqKPCpRd/YnrlP6 =wUbl -----END PGP SIGNATURE----- --Sig_//LhX4nyKIRMAg36YvX4v.Sp-- From owner-cvs-all@FreeBSD.ORG Mon May 26 10:36: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 A25CC106564A; Mon, 26 May 2008 10:36:58 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDA48FC17; Mon, 26 May 2008 10:36:57 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.2/8.14.2) with ESMTP id m4QAav6S011478; Mon, 26 May 2008 18:36:57 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.2/8.14.2/Submit) id m4QAavZ0066253; Mon, 26 May 2008 18:36:57 +0800 (CST) (envelope-from rafan) Date: Mon, 26 May 2008 18:36:57 +0800 From: Rong-En Fan To: Ion-Mihai Tetcu Message-ID: <20080526103657.GB94859@svm.csie.ntu.edu.tw> References: <200805260951.m4Q9p98b016164@repoman.freebsd.org> <20080526125721.2dd0cf44@it.buh.tecnik93.com> <20080526100621.GA94859@svm.csie.ntu.edu.tw> <20080526133229.06f28065@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080526133229.06f28065@it.buh.tecnik93.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , ports-committers@FreeBSD.org Subject: Re: Broken INDEX (Re: cvs commit: ports/net/pfflowd Makefile distinfo ports/net/pfflowd/files pfflowd.in pfflowd.sh.sample) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:36:58 -0000 On Mon, May 26, 2008 at 01:32:29PM +0300, Ion-Mihai Tetcu wrote: > On Mon, 26 May 2008 18:06:21 +0800 > Rong-En Fan wrote: > > > On Mon, May 26, 2008 at 12:57:21PM +0300, Ion-Mihai Tetcu wrote: > > > On Mon, 26 May 2008 09:51:09 +0000 (UTC) > > > Rong-En Fan wrote: > > > > > > > rafan 2008-05-26 09:51:09 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > net/pfflowd Makefile distinfo > > > > Added files: > > > > net/pfflowd/files pfflowd.in > > > > Removed files: > > > > net/pfflowd/files pfflowd.sh.sample > > > > Log: > > > > - Update to 0.7 > > > > - Drop maintainership > > > > - Update rc script to the rc.d world order > > > > - Mark broken on FreeBSD < 7.x until someone wants to fix it > > > > > > > > PR: ports/123226 > > > > Submitted by: thompsa (maintainer) > > > > > > > > > Broken INDEX: > > > > fixed. > > Thanks. > > For satisfy my curiosity, my mail was how long after the FreshPorts one? I haven't got the one from FreshPorts/INDEX builder/portsnap. > > -- > IOnut - Un^d^dregistered ;) FreeBSD "user" > "Intellectual Property" is nowhere near as valuable as "Intellect" > FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From owner-cvs-all@FreeBSD.ORG Mon May 26 10:40: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 3DCD31065683; Mon, 26 May 2008 10:40: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 24A808FC27; Mon, 26 May 2008 10:40: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 m4QAeBtl020792; Mon, 26 May 2008 10:40:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QAeAYj020779; Mon, 26 May 2008 10:40:10 GMT (envelope-from bz) Message-Id: <200805261040.m4QAeAYj020779@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 26 May 2008 10:40:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc UPDATING src/etc Makefile netstart src/etc/defaults rc.conf src/etc/isdn Makefile answer holidays.D isdnd.rates.A isdnd.rates.D isdnd.rates.F isdnd.rates.L isdnd.rates.UK.BT isdnd.rc.sample isdntel.alias.sample isdntel.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: Mon, 26 May 2008 10:40:11 -0000 bz 2008-05-26 10:40:09 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc UPDATING etc Makefile netstart etc/defaults rc.conf etc/mtree BSD.include.dist BSD.root.dist BSD.usr.dist etc/rc.d Makefile NETWORKING ppp include Makefile share Makefile share/examples Makefile share/examples/ppp ppp.conf.sample share/man/man4 netgraph.4 sppp.4 share/man/man5 rc.conf.5 src.conf.5 share/man/man7 hier.7 share/mk bsd.own.mk sys Makefile sys/amd64/conf NOTES sys/conf files files.i386 files.pc98 options options.amd64 options.i386 options.pc98 sys/i386/conf NOTES sys/pc98/conf NOTES tools/build/mk OptionalObsoleteFiles.inc tools/kerneldoc/subsys Dependencies usr.sbin Makefile usr.sbin/mergemaster mergemaster.sh usr.sbin/ppp Makefile physical.c ppp.8.m4 Removed files: etc/isdn Makefile answer holidays.D isdnd.rates.A isdnd.rates.D isdnd.rates.F isdnd.rates.L isdnd.rates.UK.BT isdnd.rc.sample isdntel.alias.sample isdntel.sh record tell tell-record unknown_incoming etc/rc.d isdnd share/examples/isdn FAQ KERNEL Overview README ROADMAP ReleaseNotes Resources SupportedCards ThankYou share/examples/isdn/contrib README anleitung.ppp answer.c answer.sh convert.sh hplay.c i4b-ppp-newbie.txt isdnctl isdnd_acct isdnd_acct.pl isdntelmux.c mrtg-isp0.sh share/examples/isdn/i4brunppp Makefile README i4brunppp-isdnd.rc i4brunppp.8 i4brunppp.c share/examples/isdn/v21 Makefile README v21modem.c share/examples/ppp isdnd.rc ppp.conf.isdn share/isdn 0.al.uu 1.al.uu 2.al.uu 3.al.uu 4.al.uu 5.al.uu 6.al.uu 7.al.uu 8.al.uu 9.al.uu Makefile beep.al.uu msg.al.uu sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c sys/i4b/driver i4b_ctl.c i4b_ing.c i4b_ipr.c i4b_isppp.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/include i4b_cause.h i4b_debug.h i4b_global.h i4b_ioctl.h i4b_isdnq931.h i4b_l1l2.h i4b_l2l3.h i4b_l3l4.h i4b_mbuf.h i4b_rbch_ioctl.h i4b_tel_ioctl.h i4b_trace.h sys/i4b/layer1 i4b_hdlc.c i4b_hdlc.h i4b_l1.h i4b_l1dmux.c i4b_l1lib.c sys/i4b/layer1/ifpi i4b_ifpi_ext.h i4b_ifpi_isac.c i4b_ifpi_l1.c i4b_ifpi_l1fsm.c i4b_ifpi_pci.c sys/i4b/layer1/ifpi2 i4b_ifpi2_ext.h i4b_ifpi2_isacsx.c i4b_ifpi2_isacsx.h i4b_ifpi2_l1.c i4b_ifpi2_l1fsm.c i4b_ifpi2_pci.c sys/i4b/layer1/ifpnp i4b_ifpnp_avm.c i4b_ifpnp_ext.h i4b_ifpnp_isac.c i4b_ifpnp_l1.c i4b_ifpnp_l1fsm.c sys/i4b/layer1/ihfc i4b_ihfc.h i4b_ihfc_drv.c i4b_ihfc_drv.h i4b_ihfc_ext.h i4b_ihfc_l1if.c i4b_ihfc_pnp.c sys/i4b/layer1/isic i4b_asuscom_ipac.c i4b_avm_a1.c i4b_bchan.c i4b_ctx_s0P.c i4b_diva.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_hscx.h i4b_ipac.h i4b_isac.c i4b_isac.h i4b_isic.c i4b_isic.h i4b_isic_ext.h i4b_isic_isa.c i4b_isic_pnp.c i4b_itk_ix1.c i4b_l1.c i4b_l1fsm.c i4b_siemens_isurf.c i4b_sws.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c i4b_usr_sti.c sys/i4b/layer1/itjc i4b_hdlc.h i4b_itjc_ext.h i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h sys/i4b/layer2 i4b_iframe.c i4b_l2.c i4b_l2.h i4b_l2fsm.c i4b_l2fsm.h i4b_l2timer.c i4b_lme.c i4b_mbuf.c i4b_sframe.c i4b_tei.c i4b_uframe.c i4b_util.c sys/i4b/layer3 i4b_l2if.c i4b_l3.h i4b_l3fsm.c i4b_l3fsm.h i4b_l3timer.c i4b_l4if.c i4b_q931.c i4b_q931.h i4b_q932fac.c i4b_q932fac.h sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4.h i4b_l4mgmt.c i4b_l4timer.c tools/build/options WITHOUT_I4B tools/kerneldoc/subsys Doxyfile-i4b usr.sbin/i4b Makefile Makefile.inc usr.sbin/i4b/dtmfdecode Makefile dtmfdecode.1 dtmfdecode.c dtmfsounds.al.uu usr.sbin/i4b/g711conv Makefile g711conv.1 g711conv.c usr.sbin/i4b/isdnd Makefile alias.c config.h controller.c curses.c dial.c exec.c fsm.c holiday.c isdnd.8 isdnd.acct.5 isdnd.h isdnd.rates.5 isdnd.rc.5 log.c main.c monitor.c msghdl.c pathnames.h pcause.c process.c rates.c rc_config.c rc_parse.y rc_scan.l support.c timer.c usr.sbin/i4b/isdndebug Makefile isdndebug.8 main.c usr.sbin/i4b/isdndecode Makefile decode.h facility.c facility.h isdndecode.8 layer1.c layer2.c layer3.c layer3_subr.c main.c pcause.c pcause.h usr.sbin/i4b/isdnmonitor Makefile curses.c isdnmonitor.8 main.c monitor.h monprivate.h usr.sbin/i4b/isdnphone Makefile audio.c defs.h display.c isdn.c isdnphone.8 main.c usr.sbin/i4b/isdntel Makefile alias.c alias.h defs.h display.c files.c isdntel.8 main.c usr.sbin/i4b/isdntelctl Makefile isdntelctl.8 main.c usr.sbin/i4b/isdntest Makefile isdntest.8 main.c usr.sbin/i4b/isdntrace 1tr6.c Makefile cable.txt isdntrace.8 pcause_1tr6.c pcause_1tr6.h pcause_q850.c pcause_q850.h q921.c q931.c q931_util.c q932_fac.c q932_fac.h trace.c trace.h unknownl3.c usr.sbin/i4b/man Makefile i4b.4 i4bcapi.4 i4bctl.4 i4bing.4 i4bipr.4 i4bisppp.4 i4bq921.4 i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 iavc.4 ifpi.4 ifpi2.4 ifpnp.4 ihfc.4 isic.4 itjc.4 iwic.4 usr.sbin/ppp i4b.c Log: Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re Revision Changes Path 1.139 +114 -0 src/ObsoleteFiles.inc 1.529 +4 -0 src/UPDATING 1.368 +0 -3 src/etc/Makefile 1.336 +2 -11 src/etc/defaults/rc.conf 1.15 +0 -25 src/etc/isdn/Makefile (dead) 1.5 +0 -97 src/etc/isdn/answer (dead) 1.4 +0 -51 src/etc/isdn/holidays.D (dead) 1.2 +0 -39 src/etc/isdn/isdnd.rates.A (dead) 1.5 +0 -50 src/etc/isdn/isdnd.rates.D (dead) 1.5 +0 -152 src/etc/isdn/isdnd.rates.F (dead) 1.3 +0 -45 src/etc/isdn/isdnd.rates.L (dead) 1.3 +0 -61 src/etc/isdn/isdnd.rates.UK.BT (dead) 1.5 +0 -409 src/etc/isdn/isdnd.rc.sample (dead) 1.3 +0 -21 src/etc/isdn/isdntel.alias.sample (dead) 1.5 +0 -98 src/etc/isdn/isdntel.sh (dead) 1.5 +0 -99 src/etc/isdn/record (dead) 1.5 +0 -87 src/etc/isdn/tell (dead) 1.6 +0 -89 src/etc/isdn/tell-record (dead) 1.4 +0 -79 src/etc/isdn/unknown_incoming (dead) 1.123 +0 -2 src/etc/mtree/BSD.include.dist 1.80 +0 -2 src/etc/mtree/BSD.root.dist 1.334 +0 -10 src/etc/mtree/BSD.usr.dist 1.69 +0 -1 src/etc/netstart 1.91 +1 -1 src/etc/rc.d/Makefile 1.15 +1 -1 src/etc/rc.d/NETWORKING 1.25 +0 -56 src/etc/rc.d/isdnd (dead) 1.21 +1 -1 src/etc/rc.d/ppp 1.279 +0 -15 src/include/Makefile 1.38 +0 -5 src/share/Makefile 1.53 +0 -32 src/share/examples/Makefile 1.16 +0 -1079 src/share/examples/isdn/FAQ (dead) 1.4 +0 -82 src/share/examples/isdn/KERNEL (dead) 1.6 +0 -307 src/share/examples/isdn/Overview (dead) 1.16 +0 -342 src/share/examples/isdn/README (dead) 1.6 +0 -86 src/share/examples/isdn/ROADMAP (dead) 1.10 +0 -196 src/share/examples/isdn/ReleaseNotes (dead) 1.10 +0 -82 src/share/examples/isdn/Resources (dead) 1.8 +0 -196 src/share/examples/isdn/SupportedCards (dead) 1.11 +0 -289 src/share/examples/isdn/ThankYou (dead) 1.2 +0 -42 src/share/examples/isdn/contrib/README (dead) 1.2 +0 -142 src/share/examples/isdn/contrib/anleitung.ppp (dead) 1.3 +0 -178 src/share/examples/isdn/contrib/answer.c (dead) 1.2 +0 -111 src/share/examples/isdn/contrib/answer.sh (dead) 1.2 +0 -86 src/share/examples/isdn/contrib/convert.sh (dead) 1.3 +0 -241 src/share/examples/isdn/contrib/hplay.c (dead) 1.2 +0 -237 src/share/examples/isdn/contrib/i4b-ppp-newbie.txt (dead) 1.3 +0 -111 src/share/examples/isdn/contrib/isdnctl (dead) 1.2 +0 -137 src/share/examples/isdn/contrib/isdnd_acct (dead) 1.2 +0 -258 src/share/examples/isdn/contrib/isdnd_acct.pl (dead) 1.3 +0 -197 src/share/examples/isdn/contrib/isdntelmux.c (dead) 1.2 +0 -53 src/share/examples/isdn/contrib/mrtg-isp0.sh (dead) 1.5 +0 -19 src/share/examples/isdn/i4brunppp/Makefile (dead) 1.3 +0 -18 src/share/examples/isdn/i4brunppp/README (dead) 1.2 +0 -65 src/share/examples/isdn/i4brunppp/i4brunppp-isdnd.rc (dead) 1.5 +0 -51 src/share/examples/isdn/i4brunppp/i4brunppp.8 (dead) 1.5 +0 -224 src/share/examples/isdn/i4brunppp/i4brunppp.c (dead) 1.5 +0 -13 src/share/examples/isdn/v21/Makefile (dead) 1.2 +0 -50 src/share/examples/isdn/v21/README (dead) 1.4 +0 -394 src/share/examples/isdn/v21/v21modem.c (dead) 1.5 +0 -69 src/share/examples/ppp/isdnd.rc (dead) 1.13 +0 -98 src/share/examples/ppp/ppp.conf.isdn (dead) 1.36 +0 -2 src/share/examples/ppp/ppp.conf.sample 1.4 +0 -323 src/share/isdn/0.al.uu (dead) 1.4 +0 -323 src/share/isdn/1.al.uu (dead) 1.4 +0 -278 src/share/isdn/2.al.uu (dead) 1.4 +0 -323 src/share/isdn/3.al.uu (dead) 1.4 +0 -323 src/share/isdn/4.al.uu (dead) 1.4 +0 -369 src/share/isdn/5.al.uu (dead) 1.4 +0 -278 src/share/isdn/6.al.uu (dead) 1.4 +0 -232 src/share/isdn/7.al.uu (dead) 1.4 +0 -323 src/share/isdn/8.al.uu (dead) 1.4 +0 -232 src/share/isdn/9.al.uu (dead) 1.5 +0 -15 src/share/isdn/Makefile (dead) 1.4 +0 -107 src/share/isdn/beep.al.uu (dead) 1.4 +0 -1506 src/share/isdn/msg.al.uu (dead) 1.53 +1 -14 src/share/man/man4/netgraph.4 1.20 +2 -2 src/share/man/man4/sppp.4 1.342 +1 -72 src/share/man/man5/rc.conf.5 1.26 +1 -4 src/share/man/man5/src.conf.5 1.131 +1 -7 src/share/man/man7/hier.7 1.75 +0 -2 src/share/mk/bsd.own.mk 1.49 +1 -1 src/sys/Makefile 1.80 +0 -114 src/sys/amd64/conf/NOTES 1.1303 +2 -58 src/sys/conf/files 1.596 +0 -77 src/sys/conf/files.i386 1.363 +0 -77 src/sys/conf/files.pc98 1.632 +0 -8 src/sys/conf/options 1.33 +0 -13 src/sys/conf/options.amd64 1.241 +0 -36 src/sys/conf/options.i386 1.203 +0 -13 src/sys/conf/options.pc98 1.1254 +0 -230 src/sys/i386/conf/NOTES 1.2 +0 -150 src/sys/i4b/capi/README (dead) 1.3 +0 -130 src/sys/i4b/capi/capi.h (dead) 1.9 +0 -447 src/sys/i4b/capi/capi_l4if.c (dead) 1.6 +0 -163 src/sys/i4b/capi/capi_llif.c (dead) 1.7 +0 -950 src/sys/i4b/capi/capi_msgs.c (dead) 1.3 +0 -381 src/sys/i4b/capi/capi_msgs.h (dead) 1.4 +0 -446 src/sys/i4b/capi/iavc/iavc.h (dead) 1.8 +0 -285 src/sys/i4b/capi/iavc/iavc_card.c (dead) 1.13 +0 -289 src/sys/i4b/capi/iavc/iavc_isa.c (dead) 1.11 +0 -986 src/sys/i4b/capi/iavc/iavc_lli.c (dead) 1.14 +0 -272 src/sys/i4b/capi/iavc/iavc_pci.c (dead) 1.28 +0 -213 src/sys/i4b/driver/i4b_ctl.c (dead) 1.27 +0 -856 src/sys/i4b/driver/i4b_ing.c (dead) 1.41 +0 -1034 src/sys/i4b/driver/i4b_ipr.c (dead) 1.34 +0 -677 src/sys/i4b/driver/i4b_isppp.c (dead) 1.37 +0 -826 src/sys/i4b/driver/i4b_rbch.c (dead) 1.38 +0 -1664 src/sys/i4b/driver/i4b_tel.c (dead) 1.34 +0 -430 src/sys/i4b/driver/i4b_trace.c (dead) 1.11 +0 -148 src/sys/i4b/include/i4b_cause.h (dead) 1.14 +0 -302 src/sys/i4b/include/i4b_debug.h (dead) 1.14 +0 -130 src/sys/i4b/include/i4b_global.h (dead) 1.25 +0 -744 src/sys/i4b/include/i4b_ioctl.h (dead) 1.10 +0 -167 src/sys/i4b/include/i4b_isdnq931.h (dead) 1.11 +0 -90 src/sys/i4b/include/i4b_l1l2.h (dead) 1.10 +0 -116 src/sys/i4b/include/i4b_l2l3.h (dead) 1.15 +0 -274 src/sys/i4b/include/i4b_l3l4.h (dead) 1.10 +0 -56 src/sys/i4b/include/i4b_mbuf.h (dead) 1.8 +0 -54 src/sys/i4b/include/i4b_rbch_ioctl.h (dead) 1.12 +0 -94 src/sys/i4b/include/i4b_tel_ioctl.h (dead) 1.11 +0 -91 src/sys/i4b/include/i4b_trace.h (dead) 1.4 +0 -135 src/sys/i4b/layer1/i4b_hdlc.c (dead) 1.7 +0 -300 src/sys/i4b/layer1/i4b_hdlc.h (dead) 1.15 +0 -87 src/sys/i4b/layer1/i4b_l1.h (dead) 1.10 +0 -421 src/sys/i4b/layer1/i4b_l1dmux.c (dead) 1.7 +0 -75 src/sys/i4b/layer1/i4b_l1lib.c (dead) 1.3 +0 -62 src/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h (dead) 1.10 +0 -658 src/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c (dead) 1.10 +0 -236 src/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c (dead) 1.10 +0 -509 src/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c (dead) 1.20 +0 -1494 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c (dead) 1.3 +0 -65 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h (dead) 1.7 +0 -593 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c (dead) 1.3 +0 -574 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h (dead) 1.8 +0 -236 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c (dead) 1.7 +0 -508 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c (dead) 1.20 +0 -1449 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c (dead) 1.16 +0 -1397 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c (dead) 1.3 +0 -63 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h (dead) 1.9 +0 -659 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c (dead) 1.9 +0 -237 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c (dead) 1.9 +0 -510 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c (dead) 1.3 +0 -338 src/sys/i4b/layer1/ihfc/i4b_ihfc.h (dead) 1.18 +0 -1760 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c (dead) 1.3 +0 -231 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h (dead) 1.3 +0 -63 src/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h (dead) 1.15 +0 -510 src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c (dead) 1.14 +0 -445 src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c (dead) 1.10 +0 -234 src/sys/i4b/layer1/isic/i4b_asuscom_ipac.c (dead) 1.14 +0 -413 src/sys/i4b/layer1/isic/i4b_avm_a1.c (dead) 1.15 +0 -398 src/sys/i4b/layer1/isic/i4b_bchan.c (dead) 1.13 +0 -316 src/sys/i4b/layer1/isic/i4b_ctx_s0P.c (dead) 1.6 +0 -398 src/sys/i4b/layer1/isic/i4b_diva.c (dead) 1.11 +0 -260 src/sys/i4b/layer1/isic/i4b_drn_ngo.c (dead) 1.10 +0 -233 src/sys/i4b/layer1/isic/i4b_dynalink.c (dead) 1.14 +0 -391 src/sys/i4b/layer1/isic/i4b_elsa_pcc16.c (dead) 1.10 +0 -237 src/sys/i4b/layer1/isic/i4b_elsa_qs1i.c (dead) 1.17 +0 -353 src/sys/i4b/layer1/isic/i4b_elsa_qs1p.c (dead) 1.13 +0 -648 src/sys/i4b/layer1/isic/i4b_hscx.c (dead) 1.4 +0 -298 src/sys/i4b/layer1/isic/i4b_hscx.h (dead) 1.4 +0 -205 src/sys/i4b/layer1/isic/i4b_ipac.h (dead) 1.10 +0 -655 src/sys/i4b/layer1/isic/i4b_isac.c (dead) 1.4 +0 -389 src/sys/i4b/layer1/isic/i4b_isac.h (dead) 1.10 +0 -494 src/sys/i4b/layer1/isic/i4b_isic.c (dead) 1.6 +0 -330 src/sys/i4b/layer1/isic/i4b_isic.h (dead) 1.4 +0 -49 src/sys/i4b/layer1/isic/i4b_isic_ext.h (dead) 1.11 +0 -207 src/sys/i4b/layer1/isic/i4b_isic_isa.c (dead) 1.16 +0 -333 src/sys/i4b/layer1/isic/i4b_isic_pnp.c (dead) 1.15 +0 -402 src/sys/i4b/layer1/isic/i4b_itk_ix1.c (dead) 1.10 +0 -249 src/sys/i4b/layer1/isic/i4b_l1.c (dead) 1.10 +0 -506 src/sys/i4b/layer1/isic/i4b_l1fsm.c (dead) 1.10 +0 -230 src/sys/i4b/layer1/isic/i4b_siemens_isurf.c (dead) 1.10 +0 -212 src/sys/i4b/layer1/isic/i4b_sws.c (dead) 1.15 +0 -372 src/sys/i4b/layer1/isic/i4b_tel_s016.c (dead) 1.14 +0 -375 src/sys/i4b/layer1/isic/i4b_tel_s0163.c (dead) 1.14 +0 -302 src/sys/i4b/layer1/isic/i4b_tel_s08.c (dead) 1.12 +0 -498 src/sys/i4b/layer1/isic/i4b_usr_sti.c (dead) 1.4 +0 -319 src/sys/i4b/layer1/itjc/i4b_hdlc.h (dead) 1.3 +0 -60 src/sys/i4b/layer1/itjc/i4b_itjc_ext.h (dead) 1.8 +0 -545 src/sys/i4b/layer1/itjc/i4b_itjc_isac.c (dead) 1.8 +0 -236 src/sys/i4b/layer1/itjc/i4b_itjc_l1.c (dead) 1.8 +0 -513 src/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c (dead) 1.21 +0 -2142 src/sys/i4b/layer1/itjc/i4b_itjc_pci.c (dead) 1.4 +0 -223 src/sys/i4b/layer1/iwic/i4b_iwic.h (dead) 1.16 +0 -767 src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c (dead) 1.10 +0 -467 src/sys/i4b/layer1/iwic/i4b_iwic_dchan.c (dead) 1.4 +0 -49 src/sys/i4b/layer1/iwic/i4b_iwic_ext.h (dead) 1.10 +0 -223 src/sys/i4b/layer1/iwic/i4b_iwic_fsm.c (dead) 1.11 +0 -145 src/sys/i4b/layer1/iwic/i4b_iwic_l1if.c (dead) 1.17 +0 -310 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c (dead) 1.4 +0 -263 src/sys/i4b/layer1/iwic/i4b_w6692.h (dead) 1.16 +0 -270 src/sys/i4b/layer2/i4b_iframe.c (dead) 1.22 +0 -385 src/sys/i4b/layer2/i4b_l2.c (dead) 1.10 +0 -351 src/sys/i4b/layer2/i4b_l2.h (dead) 1.19 +0 -1578 src/sys/i4b/layer2/i4b_l2fsm.c (dead) 1.10 +0 -82 src/sys/i4b/layer2/i4b_l2fsm.h (dead) 1.17 +0 -232 src/sys/i4b/layer2/i4b_l2timer.c (dead) 1.17 +0 -135 src/sys/i4b/layer2/i4b_lme.c (dead) 1.18 +0 -217 src/sys/i4b/layer2/i4b_mbuf.c (dead) 1.17 +0 -207 src/sys/i4b/layer2/i4b_sframe.c (dead) 1.18 +0 -278 src/sys/i4b/layer2/i4b_tei.c (dead) 1.17 +0 -277 src/sys/i4b/layer2/i4b_uframe.c (dead) 1.18 +0 -305 src/sys/i4b/layer2/i4b_util.c (dead) 1.18 +0 -680 src/sys/i4b/layer3/i4b_l2if.c (dead) 1.9 +0 -83 src/sys/i4b/layer3/i4b_l3.h (dead) 1.20 +0 -1037 src/sys/i4b/layer3/i4b_l3fsm.c (dead) 1.10 +0 -106 src/sys/i4b/layer3/i4b_l3fsm.h (dead) 1.15 +0 -325 src/sys/i4b/layer3/i4b_l3timer.c (dead) 1.17 +0 -322 src/sys/i4b/layer3/i4b_l4if.c (dead) 1.20 +0 -714 src/sys/i4b/layer3/i4b_q931.c (dead) 1.12 +0 -125 src/sys/i4b/layer3/i4b_q931.h (dead) 1.16 +0 -541 src/sys/i4b/layer3/i4b_q932fac.c (dead) 1.10 +0 -168 src/sys/i4b/layer3/i4b_q932fac.h (dead) 1.47 +0 -865 src/sys/i4b/layer4/i4b_i4bdrv.c (dead) 1.23 +0 -1097 src/sys/i4b/layer4/i4b_l4.c (dead) 1.10 +0 -73 src/sys/i4b/layer4/i4b_l4.h (dead) 1.20 +0 -436 src/sys/i4b/layer4/i4b_l4mgmt.c (dead) 1.15 +0 -88 src/sys/i4b/layer4/i4b_l4timer.c (dead) 1.88 +0 -138 src/sys/pc98/conf/NOTES 1.17 +0 -57 src/tools/build/mk/OptionalObsoleteFiles.inc 1.2 +0 -2 src/tools/build/options/WITHOUT_I4B (dead) 1.3 +0 -2 src/tools/kerneldoc/subsys/Dependencies 1.4 +0 -21 src/tools/kerneldoc/subsys/Doxyfile-i4b (dead) 1.387 +0 -4 src/usr.sbin/Makefile 1.9 +0 -7 src/usr.sbin/i4b/Makefile (dead) 1.3 +0 -16 src/usr.sbin/i4b/Makefile.inc (dead) 1.10 +0 -19 src/usr.sbin/i4b/dtmfdecode/Makefile (dead) 1.14 +0 -70 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 (dead) 1.6 +0 -152 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.c (dead) 1.2 +0 -2098 src/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu (dead) 1.7 +0 -11 src/usr.sbin/i4b/g711conv/Makefile (dead) 1.13 +0 -93 src/usr.sbin/i4b/g711conv/g711conv.1 (dead) 1.8 +0 -307 src/usr.sbin/i4b/g711conv/g711conv.c (dead) 1.15 +0 -37 src/usr.sbin/i4b/isdnd/Makefile (dead) 1.9 +0 -193 src/usr.sbin/i4b/isdnd/alias.c (dead) 1.9 +0 -61 src/usr.sbin/i4b/isdnd/config.h (dead) 1.17 +0 -539 src/usr.sbin/i4b/isdnd/controller.c (dead) 1.11 +0 -891 src/usr.sbin/i4b/isdnd/curses.c (dead) 1.11 +0 -161 src/usr.sbin/i4b/isdnd/dial.c (dead) 1.15 +0 -407 src/usr.sbin/i4b/isdnd/exec.c (dead) 1.11 +0 -446 src/usr.sbin/i4b/isdnd/fsm.c (dead) 1.5 +0 -198 src/usr.sbin/i4b/isdnd/holiday.c (dead) 1.25 +0 -428 src/usr.sbin/i4b/isdnd/isdnd.8 (dead) 1.16 +0 -108 src/usr.sbin/i4b/isdnd/isdnd.acct.5 (dead) 1.22 +0 -907 src/usr.sbin/i4b/isdnd/isdnd.h (dead) 1.16 +0 -117 src/usr.sbin/i4b/isdnd/isdnd.rates.5 (dead) 1.37 +0 -1115 src/usr.sbin/i4b/isdnd/isdnd.rc.5 (dead) 1.12 +0 -249 src/usr.sbin/i4b/isdnd/log.c (dead) 1.19 +0 -840 src/usr.sbin/i4b/isdnd/main.c (dead) 1.14 +0 -1284 src/usr.sbin/i4b/isdnd/monitor.c (dead) 1.14 +0 -1350 src/usr.sbin/i4b/isdnd/msghdl.c (dead) 1.8 +0 -61 src/usr.sbin/i4b/isdnd/pathnames.h (dead) 1.9 +0 -230 src/usr.sbin/i4b/isdnd/pcause.c (dead) 1.9 +0 -219 src/usr.sbin/i4b/isdnd/process.c (dead) 1.10 +0 -509 src/usr.sbin/i4b/isdnd/rates.c (dead) 1.19 +0 -1865 src/usr.sbin/i4b/isdnd/rc_config.c (dead) 1.13 +0 -539 src/usr.sbin/i4b/isdnd/rc_parse.y (dead) 1.14 +0 -209 src/usr.sbin/i4b/isdnd/rc_scan.l (dead) 1.18 +0 -1169 src/usr.sbin/i4b/isdnd/support.c (dead) 1.11 +0 -447 src/usr.sbin/i4b/isdnd/timer.c (dead) 1.6 +0 -7 src/usr.sbin/i4b/isdndebug/Makefile (dead) 1.19 +0 -111 src/usr.sbin/i4b/isdndebug/isdndebug.8 (dead) 1.14 +0 -633 src/usr.sbin/i4b/isdndebug/main.c (dead) 1.6 +0 -8 src/usr.sbin/i4b/isdndecode/Makefile (dead) 1.9 +0 -76 src/usr.sbin/i4b/isdndecode/decode.h (dead) 1.8 +0 -1111 src/usr.sbin/i4b/isdndecode/facility.c (dead) 1.8 +0 -180 src/usr.sbin/i4b/isdndecode/facility.h (dead) 1.18 +0 -176 src/usr.sbin/i4b/isdndecode/isdndecode.8 (dead) 1.8 +0 -82 src/usr.sbin/i4b/isdndecode/layer1.c (dead) 1.8 +0 -300 src/usr.sbin/i4b/isdndecode/layer2.c (dead) 1.10 +0 -516 src/usr.sbin/i4b/isdndecode/layer3.c (dead) 1.9 +0 -1122 src/usr.sbin/i4b/isdndecode/layer3_subr.c (dead) 1.11 +0 -794 src/usr.sbin/i4b/isdndecode/main.c (dead) 1.8 +0 -330 src/usr.sbin/i4b/isdndecode/pcause.c (dead) 1.8 +0 -111 src/usr.sbin/i4b/isdndecode/pcause.h (dead) 1.10 +0 -17 src/usr.sbin/i4b/isdnmonitor/Makefile (dead) 1.3 +0 -624 src/usr.sbin/i4b/isdnmonitor/curses.c (dead) 1.20 +0 -178 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 (dead) 1.11 +0 -1196 src/usr.sbin/i4b/isdnmonitor/main.c (dead) 1.9 +0 -299 src/usr.sbin/i4b/isdnmonitor/monitor.h (dead) 1.4 +0 -210 src/usr.sbin/i4b/isdnmonitor/monprivate.h (dead) 1.5 +0 -10 src/usr.sbin/i4b/isdnphone/Makefile (dead) 1.2 +0 -159 src/usr.sbin/i4b/isdnphone/audio.c (dead) 1.4 +0 -189 src/usr.sbin/i4b/isdnphone/defs.h (dead) 1.2 +0 -246 src/usr.sbin/i4b/isdnphone/display.c (dead) 1.2 +0 -191 src/usr.sbin/i4b/isdnphone/isdn.c (dead) 1.10 +0 -88 src/usr.sbin/i4b/isdnphone/isdnphone.8 (dead) 1.6 +0 -533 src/usr.sbin/i4b/isdnphone/main.c (dead) 1.8 +0 -10 src/usr.sbin/i4b/isdntel/Makefile (dead) 1.8 +0 -141 src/usr.sbin/i4b/isdntel/alias.c (dead) 1.8 +0 -51 src/usr.sbin/i4b/isdntel/alias.h (dead) 1.9 +0 -157 src/usr.sbin/i4b/isdntel/defs.h (dead) 1.8 +0 -254 src/usr.sbin/i4b/isdntel/display.c (dead) 1.9 +0 -308 src/usr.sbin/i4b/isdntel/files.c (dead) 1.19 +0 -103 src/usr.sbin/i4b/isdntel/isdntel.8 (dead) 1.11 +0 -399 src/usr.sbin/i4b/isdntel/main.c (dead) 1.6 +0 -7 src/usr.sbin/i4b/isdntelctl/Makefile (dead) 1.18 +0 -99 src/usr.sbin/i4b/isdntelctl/isdntelctl.8 (dead) 1.13 +0 -228 src/usr.sbin/i4b/isdntelctl/main.c (dead) 1.8 +0 -10 src/usr.sbin/i4b/isdntest/Makefile (dead) 1.18 +0 -116 src/usr.sbin/i4b/isdntest/isdntest.8 (dead) 1.12 +0 -745 src/usr.sbin/i4b/isdntest/main.c (dead) 1.8 +0 -756 src/usr.sbin/i4b/isdntrace/1tr6.c (dead) 1.8 +0 -9 src/usr.sbin/i4b/isdntrace/Makefile (dead) 1.8 +0 -62 src/usr.sbin/i4b/isdntrace/cable.txt (dead) 1.22 +0 -228 src/usr.sbin/i4b/isdntrace/isdntrace.8 (dead) 1.8 +0 -166 src/usr.sbin/i4b/isdntrace/pcause_1tr6.c (dead) 1.8 +0 -70 src/usr.sbin/i4b/isdntrace/pcause_1tr6.h (dead) 1.8 +0 -330 src/usr.sbin/i4b/isdntrace/pcause_q850.c (dead) 1.8 +0 -111 src/usr.sbin/i4b/isdntrace/pcause_q850.h (dead) 1.8 +0 -268 src/usr.sbin/i4b/isdntrace/q921.c (dead) 1.9 +0 -800 src/usr.sbin/i4b/isdntrace/q931.c (dead) 1.8 +0 -1047 src/usr.sbin/i4b/isdntrace/q931_util.c (dead) 1.8 +0 -1236 src/usr.sbin/i4b/isdntrace/q932_fac.c (dead) 1.8 +0 -180 src/usr.sbin/i4b/isdntrace/q932_fac.h (dead) 1.11 +0 -848 src/usr.sbin/i4b/isdntrace/trace.c (dead) 1.9 +0 -93 src/usr.sbin/i4b/isdntrace/trace.h (dead) 1.2 +0 -106 src/usr.sbin/i4b/isdntrace/unknownl3.c (dead) 1.11 +0 -9 src/usr.sbin/i4b/man/Makefile (dead) 1.16 +0 -110 src/usr.sbin/i4b/man/i4b.4 (dead) 1.4 +0 -59 src/usr.sbin/i4b/man/i4bcapi.4 (dead) 1.12 +0 -50 src/usr.sbin/i4b/man/i4bctl.4 (dead) 1.9 +0 -63 src/usr.sbin/i4b/man/i4bing.4 (dead) 1.15 +0 -96 src/usr.sbin/i4b/man/i4bipr.4 (dead) 1.17 +0 -123 src/usr.sbin/i4b/man/i4bisppp.4 (dead) 1.14 +0 -48 src/usr.sbin/i4b/man/i4bq921.4 (dead) 1.14 +0 -48 src/usr.sbin/i4b/man/i4bq931.4 (dead) 1.15 +0 -49 src/usr.sbin/i4b/man/i4brbch.4 (dead) 1.18 +0 -133 src/usr.sbin/i4b/man/i4btel.4 (dead) 1.16 +0 -54 src/usr.sbin/i4b/man/i4btrc.4 (dead) 1.5 +0 -73 src/usr.sbin/i4b/man/iavc.4 (dead) 1.9 +0 -64 src/usr.sbin/i4b/man/ifpi.4 (dead) 1.6 +0 -60 src/usr.sbin/i4b/man/ifpi2.4 (dead) 1.9 +0 -67 src/usr.sbin/i4b/man/ifpnp.4 (dead) 1.12 +0 -71 src/usr.sbin/i4b/man/ihfc.4 (dead) 1.21 +0 -359 src/usr.sbin/i4b/man/isic.4 (dead) 1.6 +0 -66 src/usr.sbin/i4b/man/itjc.4 (dead) 1.10 +0 -68 src/usr.sbin/i4b/man/iwic.4 (dead) 1.56 +2 -2 src/usr.sbin/mergemaster/mergemaster.sh 1.111 +0 -10 src/usr.sbin/ppp/Makefile 1.17 +0 -446 src/usr.sbin/ppp/i4b.c (dead) 1.60 +0 -10 src/usr.sbin/ppp/physical.c 1.328 +2 -18 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-all@FreeBSD.ORG Mon May 26 10:45:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 492E8106566B; Mon, 26 May 2008 10:45: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 1D5548FC27; Mon, 26 May 2008 10:45: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 m4QAjBNr021053; Mon, 26 May 2008 10:45:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QAjBW0021052; Mon, 26 May 2008 10:45:11 GMT (envelope-from bz) Message-Id: <200805261045.m4QAjBW0021052@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 26 May 2008 10:45: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 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: Mon, 26 May 2008 10:45:12 -0000 bz 2008-05-26 10:45:11 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version after netatm and I4B removal. There should be no API changes but ports might rely on this. Revision Changes Path 1.355 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon May 26 11:03:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 302E3106567E; Mon, 26 May 2008 11:03:31 +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 0575A8FC0A; Mon, 26 May 2008 11:03:31 +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 m4QB3Ugn022696; Mon, 26 May 2008 11:03:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QB3Uvo022695; Mon, 26 May 2008 11:03:30 GMT (envelope-from kib) Message-Id: <200805261103.m4QB3Uvo022695@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 26 May 2008 11:03: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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:03:31 -0000 kib 2008-05-26 11:03:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern tty.c Log: MFC rev. 1.278: Use the t_state for the TS_GONE test. Revision Changes Path 1.273.2.2 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Mon May 26 11: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 205CC1065672; Mon, 26 May 2008 11:15:16 +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 E99DD8FC2D; Mon, 26 May 2008 11:15:15 +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 m4QBFFRT023104; Mon, 26 May 2008 11:15:15 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBFFDW023103; Mon, 26 May 2008 11:15:15 GMT (envelope-from kib) Message-Id: <200805261115.m4QBFFDW023103@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 26 May 2008 11:15:15 +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 tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:15:16 -0000 kib 2008-05-26 11:15:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern tty.c Log: MFC rev. 1.278: Use the t_state for the TS_GONE test. Revision Changes Path 1.250.2.6 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Mon May 26 11:31: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 DE85F1065682; Mon, 26 May 2008 11:31:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3DFD8FC30; Mon, 26 May 2008 11:31:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QBVkWh024030; Mon, 26 May 2008 11:31:46 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBVkmB024029; Mon, 26 May 2008 11:31:46 GMT (envelope-from mat) Message-Id: <200805261131.m4QBVkmB024029@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 26 May 2008 11:31:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Exception-Class-DBI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:31:47 -0000 mat 2008-05-26 11:31:46 UTC FreeBSD ports repository Modified files: databases/p5-Exception-Class-DBI Makefile distinfo Log: Update to 1.00 Revision Changes Path 1.10 +1 -1 ports/databases/p5-Exception-Class-DBI/Makefile 1.9 +3 -3 ports/databases/p5-Exception-Class-DBI/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 11: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 A27E810656B0; Mon, 26 May 2008 11:32:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78C3C8FC25; Mon, 26 May 2008 11:32:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QBW21x024080; Mon, 26 May 2008 11:32:02 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBW2m9024079; Mon, 26 May 2008 11:32:02 GMT (envelope-from mat) Message-Id: <200805261132.m4QBW2m9024079@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 26 May 2008 11: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/databases/p5-DBIx-Password Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:32:02 -0000 mat 2008-05-26 11:32:02 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Password Makefile distinfo Log: Update to 1.9 Revision Changes Path 1.10 +1 -2 ports/databases/p5-DBIx-Password/Makefile 1.4 +3 -3 ports/databases/p5-DBIx-Password/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 11:32: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 0EB3910656B4; Mon, 26 May 2008 11:32:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8F068FC2F; Mon, 26 May 2008 11:32:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QBWDrA024115; Mon, 26 May 2008 11:32:13 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBWDWl024114; Mon, 26 May 2008 11:32:13 GMT (envelope-from mat) Message-Id: <200805261132.m4QBWDWl024114@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 26 May 2008 11:32:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-FSA-Rules Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:32:14 -0000 mat 2008-05-26 11:32:13 UTC FreeBSD ports repository Modified files: devel/p5-FSA-Rules Makefile distinfo Log: Update to 0.28 Revision Changes Path 1.10 +1 -1 ports/devel/p5-FSA-Rules/Makefile 1.6 +3 -3 ports/devel/p5-FSA-Rules/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 11:43: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 F30E41065670; Mon, 26 May 2008 11:43:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8F008FC28; Mon, 26 May 2008 11:43:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QBhHvr024505; Mon, 26 May 2008 11:43:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBhHSW024504; Mon, 26 May 2008 11:43:17 GMT (envelope-from mat) Message-Id: <200805261143.m4QBhHSW024504@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 26 May 2008 11:43: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/p5-Test-Expect Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:43:18 -0000 mat 2008-05-26 11:43:17 UTC FreeBSD ports repository Modified files: devel/p5-Test-Expect Makefile distinfo Log: Update to 0.31 Revision Changes Path 1.5 +1 -1 ports/devel/p5-Test-Expect/Makefile 1.2 +3 -3 ports/devel/p5-Test-Expect/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 11:47: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 1D492106564A; Mon, 26 May 2008 11:47: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 E71C08FC0C; Mon, 26 May 2008 11:46:59 +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 m4QBkxtd024679; Mon, 26 May 2008 11:46:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBkxEL024678; Mon, 26 May 2008 11:46:59 GMT (envelope-from miwi) Message-Id: <200805261146.m4QBkxEL024678@repoman.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2008 11:46:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:47:00 -0000 miwi 2008-05-26 11:46:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Document the _FreeBSD_version 800038. [1] - Fix _FreeBSD_version 800037 entry Submitted by: bz@ [1] Revision Changes Path 1.933 +7 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 11: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 2CADD1065675; Mon, 26 May 2008 11:57:50 +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 02C7C8FC0C; Mon, 26 May 2008 11:57:50 +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 m4QBvnXb025030; Mon, 26 May 2008 11:57:49 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QBvnpF025029; Mon, 26 May 2008 11:57:49 GMT (envelope-from mr) Message-Id: <200805261157.m4QBvnpF025029@repoman.freebsd.org> From: Michael Reifenberger Date: Mon, 26 May 2008 11:57:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 11:57:50 -0000 mr 2008-05-26 11:57:49 UTC FreeBSD src repository Modified files: usr.sbin/jexec jexec.8 jexec.c Log: Extend jexec to accept hostname or ip-number besides jail-id. MFC after: 2 weeks Revision Changes Path 1.5 +7 -2 src/usr.sbin/jexec/jexec.8 1.5 +53 -2 src/usr.sbin/jexec/jexec.c From owner-cvs-all@FreeBSD.ORG Mon May 26 12:18: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 84490106567A; Mon, 26 May 2008 12:18:57 +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 5A3AA8FC1E; Mon, 26 May 2008 12:18:57 +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 m4QCIv8b026768; Mon, 26 May 2008 12:18:57 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QCIsAX026767; Mon, 26 May 2008 12:18:54 GMT (envelope-from ehaupt) Message-Id: <200805261218.m4QCIsAX026767@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 26 May 2008 12:18:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/httping Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 12:18:57 -0000 ehaupt 2008-05-26 12:18:53 UTC FreeBSD ports repository Modified files: net/httping Makefile distinfo Log: Update to 1.2.6 Revision Changes Path 1.17 +1 -1 ports/net/httping/Makefile 1.13 +3 -3 ports/net/httping/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 13: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 7348D1065672; Mon, 26 May 2008 13:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 27E9F8FC20; Mon, 26 May 2008 13:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 2C68A41C747; Mon, 26 May 2008 15:05:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id EVFQYaNuYh4z; Mon, 26 May 2008 15:05:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id A042A41C770; Mon, 26 May 2008 15:05:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 4101344487F; Mon, 26 May 2008 13:00:42 +0000 (UTC) Date: Mon, 26 May 2008 13:00:42 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Michael Reifenberger In-Reply-To: <200805261157.m4QBvnpF025029@repoman.freebsd.org> Message-ID: <20080526130006.B65662@maildrop.int.zabbadoz.net> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 13:05:07 -0000 On Mon, 26 May 2008, Michael Reifenberger wrote: > mr 2008-05-26 11:57:49 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/jexec jexec.8 jexec.c > Log: > Extend jexec to accept hostname or ip-number besides jail-id. noither the hostname nor the IP address have to be unique so this does not make a lot of sense. > MFC after: 2 weeks > > Revision Changes Path > 1.5 +7 -2 src/usr.sbin/jexec/jexec.8 > 1.5 +53 -2 src/usr.sbin/jexec/jexec.c > -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Mon May 26 13:13: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 13BA2106566C; Mon, 26 May 2008 13:13:23 +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 DDE7C8FC1B; Mon, 26 May 2008 13:13:22 +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 m4QDDMDQ038579; Mon, 26 May 2008 13:13:22 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QDDMZr038578; Mon, 26 May 2008 13:13:22 GMT (envelope-from garga) Message-Id: <200805261313.m4QDDMZr038578@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 May 2008 13:13:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/awesome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 13:13:23 -0000 garga 2008-05-26 13:13:22 UTC FreeBSD ports repository Modified files: x11-wm/awesome Makefile Log: - Fix a wrong ${DOCSDIR} creation where NOPORTDOCS is set, wrong since my last commits Reported by: itetcu Revision Changes Path 1.9 +5 -0 ports/x11-wm/awesome/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 13: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 B3BBF106574D; Mon, 26 May 2008 13:49:17 +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 849BF8FC15; Mon, 26 May 2008 13:49:17 +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 03E3146B3C; Mon, 26 May 2008 09:49:17 -0400 (EDT) Date: Mon, 26 May 2008 14:49:16 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Michael Reifenberger In-Reply-To: <200805261157.m4QBvnpF025029@repoman.freebsd.org> Message-ID: <20080526144831.K26343@fledge.watson.org> References: <200805261157.m4QBvnpF025029@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/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 13:49:17 -0000 On Mon, 26 May 2008, Michael Reifenberger wrote: > Extend jexec to accept hostname or ip-number besides jail-id. It might be worth adding a caution in the man page notes somewhere that neither hostname nor IP address are guaranteed to uniquely identify a jail -- in which case, which will jexec choose? Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Mon May 26 13:53: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 58D7E106566C; Mon, 26 May 2008 13:53:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EEC3C8FC20; Mon, 26 May 2008 13:53:53 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QDrrgh039795; Mon, 26 May 2008 13:53:53 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QDrrSm039794; Mon, 26 May 2008 13:53:53 GMT (envelope-from nivit) Message-Id: <200805261353.m4QDrrSm039794@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 26 May 2008 13:53:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-pygments 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, 26 May 2008 13:53:59 -0000 nivit 2008-05-26 13:53:53 UTC FreeBSD ports repository Modified files: textproc/py-pygments Makefile distinfo pkg-plist Log: - Update to 0.10 - Add a secondary download site - Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR Revision Changes Path 1.6 +4 -3 ports/textproc/py-pygments/Makefile 1.4 +3 -3 ports/textproc/py-pygments/distinfo 1.5 +14 -10 ports/textproc/py-pygments/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 13:54: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 9453A106564A; Mon, 26 May 2008 13:54:53 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 695808FC1C; Mon, 26 May 2008 13:54:53 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QDsrXA039869; Mon, 26 May 2008 13:54:53 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QDsrBW039868; Mon, 26 May 2008 13:54:53 GMT (envelope-from nivit) Message-Id: <200805261354.m4QDsrBW039868@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 26 May 2008 13:54:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-cherrypy Makefile distinfo pkg-plist ports/www/py-cherrypy/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: Mon, 26 May 2008 13:54:53 -0000 nivit 2008-05-26 13:54:53 UTC FreeBSD ports repository Modified files: www/py-cherrypy Makefile distinfo pkg-plist www/py-cherrypy/files patch-setup.py Log: - Update to 3.0.3 - Add a secondary download site Revision Changes Path 1.9 +3 -2 ports/www/py-cherrypy/Makefile 1.7 +3 -3 ports/www/py-cherrypy/distinfo 1.2 +8 -8 ports/www/py-cherrypy/files/patch-setup.py 1.6 +11 -5 ports/www/py-cherrypy/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 13:55:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 276A1106567B; Mon, 26 May 2008 13:55:31 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F16E98FC1E; Mon, 26 May 2008 13:55:30 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QDtUuV039970; Mon, 26 May 2008 13:55:30 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QDtU9D039968; Mon, 26 May 2008 13:55:30 GMT (envelope-from nivit) Message-Id: <200805261355.m4QDtU9D039968@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 26 May 2008 13:55: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/wxMaxima 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: Mon, 26 May 2008 13:55:31 -0000 nivit 2008-05-26 13:55:30 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile distinfo pkg-message Log: - Update to 0.7.5 Revision Changes Path 1.16 +1 -1 ports/math/wxMaxima/Makefile 1.12 +3 -3 ports/math/wxMaxima/distinfo 1.2 +4 -4 ports/math/wxMaxima/pkg-message From owner-cvs-all@FreeBSD.ORG Mon May 26 13:59: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 2D9611065678; Mon, 26 May 2008 13:59:44 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: from sub.vaned.net (sub.vaned.net [205.200.235.40]) by mx1.freebsd.org (Postfix) with ESMTP id EFDBC8FC1C; Mon, 26 May 2008 13:59:43 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: by sub.vaned.net (Postfix, from userid 1001) id 84C942E1; Mon, 26 May 2008 08:44:04 -0500 (CDT) Date: Mon, 26 May 2008 08:44:04 -0500 From: "Christian S.J. Peron" To: Michael Reifenberger Message-ID: <20080526134404.GA42520@sub.vaned.net> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805261157.m4QBvnpF025029@repoman.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/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 13:59:44 -0000 On Mon, May 26, 2008 at 11:57:49AM +0000, Michael Reifenberger wrote: > mr 2008-05-26 11:57:49 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/jexec jexec.8 jexec.c > Log: > Extend jexec to accept hostname or ip-number besides jail-id. > Currently, the only unique part of a jail is the jail ID. Even then, this value can be re-used. One of the ideas we bounced around at the developer summit was to introduce an "administrative name". The discussion to implement this was surrounding auditing and the implementation of the zonename token within audit records. This would also solve your problem, but as it stands this modification seems incorrect to me. From owner-cvs-all@FreeBSD.ORG Mon May 26 14:24: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 22A0F1065679; Mon, 26 May 2008 14:24:59 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id C94578FC2A; Mon, 26 May 2008 14:24:58 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id BA35E21CF19; Mon, 26 May 2008 16:07:55 +0200 (CEST) Received: from localhost (unknown [192.168.1.157]) by mail.m-online.net (Postfix) with ESMTP id 40BF090077; Mon, 26 May 2008 16:07:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from localhost ([192.168.3.149]) by localhost (scanner1.m-online.net [192.168.1.157]) (amavisd-new, port 10024) with ESMTP id NOMH0RPZwYGz; Mon, 26 May 2008 16:07:36 +0200 (CEST) Received: from mail.reifenberger.com (ppp-88-217-90-73.dynamic.mnet-online.de [88.217.90.73]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 26 May 2008 16:07:36 +0200 (CEST) Received: by mail.reifenberger.com (Postfix, from userid 1001) id B01E41AD22; Mon, 26 May 2008 16:07:35 +0200 (CEST) Date: Mon, 26 May 2008 16:07:35 +0200 From: Michael Reifenberger To: Robert Watson Message-ID: <20080526140735.GA35960@gw.reifenberger.com> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080526144831.K26343@fledge.watson.org> User-Agent: Mutt/1.4.2.3i Priority: normal Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 14:24:59 -0000 On Mon, May 26, 2008 at 02:49:16PM +0100, Robert Watson wrote: > On Mon, 26 May 2008, Michael Reifenberger wrote: > > > Extend jexec to accept hostname or ip-number besides jail-id. > > It might be worth adding a caution in the man page notes somewhere that > neither hostname nor IP address are guaranteed to uniquely identify a jail > -- > in which case, which will jexec choose? I'll add some cautions to the man page. The jail is found by an loop through the sysctl security.jail.list and comparing argv against ip-number and hostname. The first matching jail is used then. Makes sense only for those who keep their jails uniquely identifyable by hostname or ip-number, of corse. -- Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com From owner-cvs-all@FreeBSD.ORG Mon May 26 15:12:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A1AF106564A; Mon, 26 May 2008 15:12:48 +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 D33328FC13; Mon, 26 May 2008 15:12:47 +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 m4QFCl8p045563; Mon, 26 May 2008 15:12:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QFClSt045562; Mon, 26 May 2008 15:12:47 GMT (envelope-from pjd) Message-Id: <200805261512.m4QFClSt045562@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 26 May 2008 15:12: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/libkvm kvm_file.c src/sys/sys file.h src/usr.bin/fstat fstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 15:12:48 -0000 pjd 2008-05-26 15:12:47 UTC FreeBSD src repository Modified files: lib/libkvm kvm_file.c sys/sys file.h usr.bin/fstat fstat.c Log: Use _WANT_FILE to make struct file visible from userland. This is similar to _WANT_UCRED and _WANT_PRISON and seems to be much nicer than defining _KERNEL. It is also needed for my sys/refcount.h change going in soon. Revision Changes Path 1.20 +1 -2 src/lib/libkvm/kvm_file.c 1.79 +3 -1 src/sys/sys/file.h 1.67 +2 -1 src/usr.bin/fstat/fstat.c From owner-cvs-all@FreeBSD.ORG Mon May 26 15:28:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0651065674; Mon, 26 May 2008 15:28: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 13FAB8FC17; Mon, 26 May 2008 15:28: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 m4QFS5ZG046032; Mon, 26 May 2008 15:28:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QFS5Gr046027; Mon, 26 May 2008 15:28:05 GMT (envelope-from miwi) Message-Id: <200805261528.m4QFS5Gr046027@repoman.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2008 15:28:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Mon, 26 May 2008 15:28:06 -0000 miwi 2008-05-26 15:28:05 UTC FreeBSD doc repository Modified files: en/projects/ideas ideas.xml Log: - Remove ISDN4BSD (I4B) from Idea page, I4B is gone. Submitted by: bz Reviewed by: netchild Revision Changes Path 1.87 +1 -39 www/en/projects/ideas/ideas.xml From owner-cvs-all@FreeBSD.ORG Mon May 26 15:32: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 5DED11065675; Mon, 26 May 2008 15:32:10 +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 31F6E8FC17; Mon, 26 May 2008 15:32:10 +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 m4QFWABM046227; Mon, 26 May 2008 15:32:10 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QFWAks046226; Mon, 26 May 2008 15:32:10 GMT (envelope-from tabthorpe) Message-Id: <200805261532.m4QFWAks046226@repoman.freebsd.org> From: Thomas Abthorpe Date: Mon, 26 May 2008 15:32: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-Convert-TNEF Makefile ports/net-mgmt/p5-Net-CIDR Makefile ports/security/p5-Digest-MD5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 15:32:10 -0000 tabthorpe 2008-05-26 15:32:10 UTC FreeBSD ports repository Modified files: converters/p5-Convert-TNEF Makefile net-mgmt/p5-Net-CIDR Makefile security/p5-Digest-MD5 Makefile Log: - Reassign to perl@ Revision Changes Path 1.14 +1 -1 ports/converters/p5-Convert-TNEF/Makefile 1.13 +1 -1 ports/net-mgmt/p5-Net-CIDR/Makefile 1.35 +1 -1 ports/security/p5-Digest-MD5/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 16:18: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 85A831065670; Mon, 26 May 2008 16:18:17 +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 3AA498FC23; Mon, 26 May 2008 16:18:16 +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 331BE1CC0D2; Mon, 26 May 2008 18:18:15 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 4DF4011422; Mon, 26 May 2008 18:18:14 +0200 (CEST) Date: Mon, 26 May 2008 18:18:13 +0200 From: Henrik Brix Andersen To: Joe Marcus Clarke Message-ID: <20080526161813.GA72695@tirith.brixandersen.dk> Mail-Followup-To: Joe Marcus Clarke , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200805251720.m4PHKtRD026886@repoman.freebsd.org> <20080525215334.GA66430@tirith.brixandersen.dk> <1211754054.69646.13.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <1211754054.69646.13.camel@shumai.marcuscom.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, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/conky Makefile ports/sysutils/conky-awesome Makefile pkg-descr ports/sysutils/conky-awesome/files patch-src_conky.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:18:17 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 25, 2008 at 06:20:54PM -0400, Joe Marcus Clarke wrote: > On Sun, 2008-05-25 at 23:53 +0200, Henrik Brix Andersen wrote: > > On Sun, May 25, 2008 at 05:20:55PM +0000, Joe Marcus Clarke wrote: > > > marcus 2008-05-25 17:20:54 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > sysutils Makefile=20 > > > sysutils/conky Makefile=20 > > > sysutils/conky-awesome Makefile pkg-descr=20 > > > Added files: > > > sysutils/conky-awesome/files patch-src_conky.c=20 > > > Log: > > > Add sysutils/conky-awesome after a repocopy from sysutils/conky. > > > Conky-awesome is the conky X-based system monitor ported to the awe= some > > > window manager. > > > =20 > > > Submitted by: adamw > > > Conky diffs approved by: novel > >=20 > > Does this really warrant a port of its own? Couldn't it just be a KNOB > > in sysutils/conky? >=20 > This kind of changes (requiring new patches and a new pkg-descr) Patches? The only patch I see is this one-liner, which adds an extra line break to a printf() argument? http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/conky-awesome/files/pa= tch-src_conky.c?rev=3D1.1&content-type=3Dtext/plain That seems simple enough to be included in the regular conky port? (Why is that patch even needed for 'awesome'?) Brix --=20 Henrik Brix Andersen --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkg64sUACgkQv+Q4flTiePjCiACeMl4wAgwYeKGQyixkXaGIk0f5 ZNAAnjfzdPNpmldtu5J4ShIGWmmnFIJE =65nc -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-cvs-all@FreeBSD.ORG Mon May 26 16:37: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 5F2D71065677; Mon, 26 May 2008 16:37:29 +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 34B468FC18; Mon, 26 May 2008 16:37:29 +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 m4QGbTmZ054150; Mon, 26 May 2008 16:37:29 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGbTXW054149; Mon, 26 May 2008 16:37:29 GMT (envelope-from gabor) Message-Id: <200805261637.m4QGbTXW054149@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 16:37:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:37:29 -0000 gabor 2008-05-26 16:37:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix reference to te Handbook PR: docs/124002 Submitted by: pgj Revision Changes Path 1.823 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 16: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 AA3F51065678; Mon, 26 May 2008 16:39:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5B28FC1D; Mon, 26 May 2008 16:39:05 +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 m4QGd54M054195; Mon, 26 May 2008 16:39:05 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGd5Z2054194; Mon, 26 May 2008 16:39:05 GMT (envelope-from gabor) Message-Id: <200805261639.m4QGd5Z2054194@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 16:39:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:39:05 -0000 gabor 2008-05-26 16:39:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Replace outdated information with an up-to-date link to the Handbook PR: docs/124003 Submitted by: pgj Revision Changes Path 1.824 +2 -19 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 16:41:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0925C106566C; Mon, 26 May 2008 16:41:11 +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 D30A48FC1B; Mon, 26 May 2008 16:41:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QGfA4S057234; Mon, 26 May 2008 16:41:10 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGfATo057228; Mon, 26 May 2008 16:41:10 GMT (envelope-from gabor) Message-Id: <200805261641.m4QGfATo057228@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 16:41:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:41:11 -0000 gabor 2008-05-26 16:41:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Remove an irrelevant outdated part PR: docs/124005 Submitted by: pgj Revision Changes Path 1.825 +0 -13 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 16:43: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 0C41D106566C; Mon, 26 May 2008 16:43:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3984D8FC19; Mon, 26 May 2008 16:43:09 +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 m4QGh9VO057774; Mon, 26 May 2008 16:43:09 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGh8Kb057773; Mon, 26 May 2008 16:43:08 GMT (envelope-from gabor) Message-Id: <200805261643.m4QGh8Kb057773@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 16:43:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:43:12 -0000 gabor 2008-05-26 16:43:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Avoid information duplication by pointing to the same answer with a link PR: docs/124007 Submitted by: pgj Revision Changes Path 1.826 +2 -9 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 16:44: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 2DF9B106566B; Mon, 26 May 2008 16:44:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03DB28FC24; Mon, 26 May 2008 16:44:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QGi5Vp058277; Mon, 26 May 2008 16:44:05 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGi5WF058276; Mon, 26 May 2008 16:44:05 GMT (envelope-from gabor) Message-Id: <200805261644.m4QGi5WF058276@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 16:44:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:44:06 -0000 gabor 2008-05-26 16:44:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-users article.sgml Log: - Packages are made by "make package", not by "make patch" Revision Changes Path 1.6 +1 -1 doc/en_US.ISO8859-1/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 16:56: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 3EF6C1065676; Mon, 26 May 2008 16:56:39 +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 1452A8FC15; Mon, 26 May 2008 16:56:39 +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 m4QGucGp067941; Mon, 26 May 2008 16:56:38 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QGuck0067940; Mon, 26 May 2008 16:56:38 GMT (envelope-from marcus) Message-Id: <200805261656.m4QGuck0067940@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 26 May 2008 16:56: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/conky-awesome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 16:56:39 -0000 marcus 2008-05-26 16:56:38 UTC FreeBSD ports repository Modified files: sysutils/conky-awesome Makefile Log: Add a missing dependency on pkgconfig. Reported by: itetcu Revision Changes Path 1.35 +1 -1 ports/sysutils/conky-awesome/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 17:00: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 5D7251065689; Mon, 26 May 2008 17:00: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 479178FC15; Mon, 26 May 2008 17:00: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 m4QH0Oqt068273; Mon, 26 May 2008 17:00:24 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QH0Otg068272; Mon, 26 May 2008 17:00:24 GMT (envelope-from kientzle) Message-Id: <200805261700.m4QH0Otg068272@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 17:00: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 Makefile archive.h.in archive_endian.h archive_entry.3 archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_platform.h archive_read.3 archive_read_extract.c archive_read_support_compression_bzip2.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:00:25 -0000 kientzle 2008-05-26 17:00:24 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in archive_endian.h archive_entry.3 archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_platform.h archive_read.3 archive_read_extract.c archive_read_support_compression_bzip2.c archive_read_support_compression_program.c archive_read_support_format_ar.c archive_read_support_format_iso9660.c archive_read_support_format_mtree.c archive_read_support_format_tar.c archive_read_support_format_zip.c archive_string.c archive_string.h archive_util.c archive_write.3 archive_write_disk.3 archive_write_disk.c archive_write_set_compression_program.c archive_write_set_format_ar.c archive_write_set_format_pax.c archive_write_set_format_ustar.c config_freebsd.h cpio.5 filter_fork.c libarchive-formats.5 tar.5 lib/libarchive/test Makefile main.c test_acl_pax.c test_archive_api_feature.c test_entry.c test_pax_filename_encoding.c test_read_format_mtree.c test_tar_filenames.c test_tar_large.c test_write_disk_hardlink.c test_write_format_ar.c Added files: lib/libarchive/test test_link_resolver.c test_read_format_tar_empty_filename.c test_read_format_tar_empty_filename.tar.uu test_ustar_filenames.c test_write_format_tar_ustar.c Log: MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more feedback, but the 2.5 branch is shaping up nicely.) In addition to many small bug fixes and code improvements: * Another iteration of versioning; I think I've got it right now. * Portability: A lot of progress on Windows support (though I'm not committing all of the Windows support files to FreeBSD CVS) * Explicit tracking of MBS, WCS, and UTF-8 versions of strings in archive_entry; the archive_entry routines now correctly return NULL only when something is unset, setting NULL properly clears string values. Most charset conversions have been pushed down to archive_string. * Better handling of charset conversion failure when writing or reading UTF-8 headers in pax archives * archive_entry_linkify() provides multiple strategies for hardlink matching to suit different format expectations * More accurate bzip2 format detection * Joerg Sonnenberger's extensive improvements to mtree support * Rough support for self-extracting ZIP archives. Not an ideal approach, but it works for the archives I've tried. * New "sparsify" option in archive_write_disk converts blocks of nulls into seeks. * Better default behavior for the test harness; it now reports all failures by default instead of coredumping at the first one. Revision Changes Path 1.84 +8 -22 src/lib/libarchive/Makefile 1.50 +181 -128 src/lib/libarchive/archive.h.in 1.3 +14 -0 src/lib/libarchive/archive_endian.h 1.18 +13 -2 src/lib/libarchive/archive_entry.3 1.52 +298 -122 src/lib/libarchive/archive_entry.c 1.27 +223 -106 src/lib/libarchive/archive_entry.h 1.2 +292 -114 src/lib/libarchive/archive_entry_link_resolver.c 1.4 +20 -6 src/lib/libarchive/archive_entry_private.h 1.30 +3 -0 src/lib/libarchive/archive_platform.h 1.37 +23 -0 src/lib/libarchive/archive_read.3 1.61 +17 -11 src/lib/libarchive/archive_read_extract.c 1.18 +22 -10 src/lib/libarchive/archive_read_support_compression_bzip2.c 1.3 +20 -0 src/lib/libarchive/archive_read_support_compression_program.c 1.10 +6 -2 src/lib/libarchive/archive_read_support_format_ar.c 1.26 +19 -40 src/lib/libarchive/archive_read_support_format_iso9660.c 1.6 +556 -104 src/lib/libarchive/archive_read_support_format_mtree.c 1.68 +55 -39 src/lib/libarchive/archive_read_support_format_tar.c 1.23 +112 -5 src/lib/libarchive/archive_read_support_format_zip.c 1.12 +256 -7 src/lib/libarchive/archive_string.c 1.11 +20 -6 src/lib/libarchive/archive_string.h 1.18 +1 -23 src/lib/libarchive/archive_util.c 1.24 +5 -1 src/lib/libarchive/archive_write.3 1.3 +4 -0 src/lib/libarchive/archive_write_disk.3 1.25 +120 -43 src/lib/libarchive/archive_write_disk.c 1.2 +19 -0 src/lib/libarchive/archive_write_set_compression_program.c 1.7 +6 -5 src/lib/libarchive/archive_write_set_format_ar.c 1.47 +58 -17 src/lib/libarchive/archive_write_set_format_pax.c 1.27 +38 -30 src/lib/libarchive/archive_write_set_format_ustar.c 1.9 +3 -0 src/lib/libarchive/config_freebsd.h 1.2 +6 -6 src/lib/libarchive/cpio.5 1.3 +5 -0 src/lib/libarchive/filter_fork.c 1.16 +8 -0 src/lib/libarchive/libarchive-formats.5 1.18 +6 -6 src/lib/libarchive/tar.5 1.19 +9 -19 src/lib/libarchive/test/Makefile 1.12 +109 -22 src/lib/libarchive/test/main.c 1.5 +5 -9 src/lib/libarchive/test/test_acl_pax.c 1.5 +13 -2 src/lib/libarchive/test/test_archive_api_feature.c 1.6 +33 -4 src/lib/libarchive/test/test_entry.c 1.1 +187 -0 src/lib/libarchive/test/test_link_resolver.c (new) 1.2 +152 -16 src/lib/libarchive/test/test_pax_filename_encoding.c 1.2 +6 -6 src/lib/libarchive/test/test_read_format_mtree.c 1.1 +66 -0 src/lib/libarchive/test/test_read_format_tar_empty_filename.c (new) 1.1 +38 -0 src/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu (new) 1.9 +23 -13 src/lib/libarchive/test/test_tar_filenames.c 1.2 +6 -1 src/lib/libarchive/test/test_tar_large.c 1.1 +183 -0 src/lib/libarchive/test/test_ustar_filenames.c (new) 1.2 +13 -5 src/lib/libarchive/test/test_write_disk_hardlink.c 1.7 +3 -2 src/lib/libarchive/test/test_write_format_ar.c 1.1 +342 -0 src/lib/libarchive/test/test_write_format_tar_ustar.c (new) From owner-cvs-all@FreeBSD.ORG Mon May 26 17:07: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 A27FB1065671; Mon, 26 May 2008 17:07:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 783948FC0C; Mon, 26 May 2008 17:07:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QH7EnY069618; Mon, 26 May 2008 17:07:14 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QH7ERb069617; Mon, 26 May 2008 17:07:14 GMT (envelope-from gabor) Message-Id: <200805261707.m4QH7ERb069617@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 17:07:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj translations.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:07:14 -0000 gabor 2008-05-26 17:07:14 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: - Update information about the Hungarian Documentation Project PR: www/123753 Submitted by: pgj Revision Changes Path 1.104 +8 -2 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 17: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 5B92C1065670; Mon, 26 May 2008 17:10:11 +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 468BF8FC1E; Mon, 26 May 2008 17:10:11 +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 m4QHABss069841; Mon, 26 May 2008 17:10:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QHABNS069840; Mon, 26 May 2008 17:10:11 GMT (envelope-from kientzle) Message-Id: <200805261710.m4QHABNS069840@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 17:10: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/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c subst.c util.c write.c src/usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:10:11 -0000 kientzle 2008-05-26 17:10:11 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c util.c write.c usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c Added files: usr.bin/tar subst.c usr.bin/tar/test test_patterns.c Log: MFp4: bsdtar 2.5.4b In addition to a number of bug fixes and minor changes: * --numeric-owner (ignore user/group names on create and extract) * -S (sparsify files on extraction) * -s (regex filename substitutions) * Use new libarchive 'linkify' to get correct hardlink handling for both old and new cpio formats * Rework 'copy' test to be insensitive to readdir() filename ordering Most of the credit for this work goes to Joerg Sonnenberger, who has been duplicating features from NetBSD's 'pax' program. Revision Changes Path 1.36 +4 -3 src/usr.bin/tar/Makefile 1.43 +38 -2 src/usr.bin/tar/bsdtar.1 1.91 +21 -1 src/usr.bin/tar/bsdtar.c 1.33 +9 -1 src/usr.bin/tar/bsdtar.h 1.4 +1 -0 src/usr.bin/tar/config_freebsd.h 1.13 +23 -0 src/usr.bin/tar/matching.c 1.38 +7 -0 src/usr.bin/tar/read.c 1.1 +275 -0 src/usr.bin/tar/subst.c (new) 1.2 +1 -0 src/usr.bin/tar/test/Makefile 1.2 +0 -0 src/usr.bin/tar/test/main.c 1.2 +0 -0 src/usr.bin/tar/test/test.h 1.2 +0 -0 src/usr.bin/tar/test/test_0.c 1.2 +0 -0 src/usr.bin/tar/test/test_basic.c 1.2 +108 -82 src/usr.bin/tar/test/test_copy.c 1.2 +0 -0 src/usr.bin/tar/test/test_getdate.c 1.2 +0 -0 src/usr.bin/tar/test/test_help.c 1.2 +19 -0 src/usr.bin/tar/test/test_option_T.c 1.1 +47 -0 src/usr.bin/tar/test/test_patterns.c (new) 1.2 +0 -0 src/usr.bin/tar/test/test_stdio.c 1.2 +0 -0 src/usr.bin/tar/test/test_version.c 1.19 +55 -5 src/usr.bin/tar/util.c 1.70 +87 -222 src/usr.bin/tar/write.c From owner-cvs-all@FreeBSD.ORG Mon May 26 17:13: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 861541065672; Mon, 26 May 2008 17:13:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADBE8FC0A; Mon, 26 May 2008 17:13:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QHDlhM070309; Mon, 26 May 2008 17:13:47 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QHDlxH070308; Mon, 26 May 2008 17:13:47 GMT (envelope-from gabor) Message-Id: <200805261713.m4QHDlxH070308@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 17:13:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/internal about.sgml www/en/gifs Makefile apachepower.gif light_button.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:13:47 -0000 gabor 2008-05-26 17:13:47 UTC FreeBSD doc repository Modified files: en/internal about.sgml en/gifs Makefile Added files: en/gifs light_button.png Removed files: en/gifs apachepower.gif Log: - Reflect that www.FreeBSD.org runs Lighttpd now instead of Apache PR: www/123341 Submitted by: pgj Revision Changes Path 1.61 +3 -3 www/en/gifs/Makefile 1.2 +0 -39 www/en/gifs/apachepower.gif (dead) 1.1 +8 -0 www/en/gifs/light_button.png (new) 1.61 +4 -4 www/en/internal/about.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 17:15: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 108EE1065672; Mon, 26 May 2008 17:15: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 EF4748FC15; Mon, 26 May 2008 17:15:35 +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 m4QHFZXK070555; Mon, 26 May 2008 17:15:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QHFZUK070554; Mon, 26 May 2008 17:15:35 GMT (envelope-from kientzle) Message-Id: <200805261715.m4QHFZUK070554@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 17:15:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:15:36 -0000 kientzle 2008-05-26 17:15:35 UTC FreeBSD src repository Added files: usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c test_gcpio_compat.c test_gcpio_compat_ref.bin.uu test_gcpio_compat_ref.crc.uu test_gcpio_compat_ref.newc.uu test_gcpio_compat_ref.ustar.uu test_option_B.c test_option_L.c test_option_a.c test_option_c.c test_option_d.c test_option_ell.c test_option_f.c test_option_f.cpio.uu test_option_help.c test_option_m.c test_option_m.cpio.uu test_option_t.c test_option_t.cpio.uu test_option_t.stdout.uu test_option_tv.stdout.uu test_option_u.c test_option_version.c test_option_y.c test_option_z.c test_owner_parse.c test_pathmatch.c Log: Initial commit of bsdcpio 0.9.11b. A new implementation of cpio that uses libarchive as it's back-end archiving/dearchiving infrastructure. Includes test harness; "make check" in the bsdcpio directory to build and run the test harness. Revision Changes Path 1.1 +19 -0 src/usr.bin/cpio/Makefile (new) 1.1 +367 -0 src/usr.bin/cpio/bsdcpio.1 (new) 1.1 +247 -0 src/usr.bin/cpio/cmdline.c (new) 1.1 +109 -0 src/usr.bin/cpio/config_freebsd.h (new) 1.1 +946 -0 src/usr.bin/cpio/cpio.c (new) 1.1 +106 -0 src/usr.bin/cpio/cpio.h (new) 1.1 +84 -0 src/usr.bin/cpio/cpio_platform.h (new) 1.1 +73 -0 src/usr.bin/cpio/err.c (new) 1.1 +250 -0 src/usr.bin/cpio/matching.c (new) 1.1 +40 -0 src/usr.bin/cpio/matching.h (new) 1.1 +250 -0 src/usr.bin/cpio/pathmatch.c (new) 1.1 +37 -0 src/usr.bin/cpio/pathmatch.h (new) 1.1 +72 -0 src/usr.bin/cpio/test/Makefile (new) 1.1 +970 -0 src/usr.bin/cpio/test/main.c (new) 1.1 +147 -0 src/usr.bin/cpio/test/test.h (new) 1.1 +62 -0 src/usr.bin/cpio/test/test_0.c (new) 1.1 +204 -0 src/usr.bin/cpio/test/test_basic.c (new) 1.1 +245 -0 src/usr.bin/cpio/test/test_format_newc.c (new) 1.1 +127 -0 src/usr.bin/cpio/test/test_gcpio_compat.c (new) 1.1 +16 -0 src/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu (new) 1.1 +27 -0 src/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu (new) 1.1 +27 -0 src/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu (new) 1.1 +84 -0 src/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu (new) 1.1 +54 -0 src/usr.bin/cpio/test/test_option_B.c (new) 1.1 +84 -0 src/usr.bin/cpio/test/test_option_L.c (new) 1.1 +159 -0 src/usr.bin/cpio/test/test_option_a.c (new) 1.1 +198 -0 src/usr.bin/cpio/test/test_option_c.c (new) 1.1 +68 -0 src/usr.bin/cpio/test/test_option_d.c (new) 1.1 +66 -0 src/usr.bin/cpio/test/test_option_ell.c (new) 1.1 +66 -0 src/usr.bin/cpio/test/test_option_f.c (new) 1.1 +16 -0 src/usr.bin/cpio/test/test_option_f.cpio.uu (new) 1.1 +81 -0 src/usr.bin/cpio/test/test_option_help.c (new) 1.1 +70 -0 src/usr.bin/cpio/test/test_option_m.c (new) 1.1 +16 -0 src/usr.bin/cpio/test/test_option_m.cpio.uu (new) 1.1 +47 -0 src/usr.bin/cpio/test/test_option_t.c (new) 1.1 +16 -0 src/usr.bin/cpio/test/test_option_t.cpio.uu (new) 1.1 +5 -0 src/usr.bin/cpio/test/test_option_t.stdout.uu (new) 1.1 +5 -0 src/usr.bin/cpio/test/test_option_tv.stdout.uu (new) 1.1 +84 -0 src/usr.bin/cpio/test/test_option_u.c (new) 1.1 +105 -0 src/usr.bin/cpio/test/test_option_version.c (new) 1.1 +52 -0 src/usr.bin/cpio/test/test_option_y.c (new) 1.1 +52 -0 src/usr.bin/cpio/test/test_option_z.c (new) 1.1 +68 -0 src/usr.bin/cpio/test/test_owner_parse.c (new) 1.1 +165 -0 src/usr.bin/cpio/test/test_pathmatch.c (new) From owner-cvs-all@FreeBSD.ORG Mon May 26 17:17: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 6A0C7106566B; Mon, 26 May 2008 17:17: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 3FB648FC0C; Mon, 26 May 2008 17:17: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 m4QHHhZ4070626; Mon, 26 May 2008 17:17:43 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QHHhLv070625; Mon, 26 May 2008 17:17:43 GMT (envelope-from kientzle) Message-Id: <200805261717.m4QHHhLv070625@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 17:17: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/usr.bin/cpio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:17:43 -0000 kientzle 2008-05-26 17:17:43 UTC FreeBSD src repository Modified files: usr.bin/cpio Makefile Log: bsdcpio is always installed as 'bsdcpio', symlink it to 'cpio' only if WITH_BSDCPIO is defined. Revision Changes Path 1.2 +4 -1 src/usr.bin/cpio/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 17:21: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 EF4761065671; Mon, 26 May 2008 17:21:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C530B8FC2F; Mon, 26 May 2008 17:21:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QHLCOr070788; Mon, 26 May 2008 17:21:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QHLCF4070787; Mon, 26 May 2008 17:21:12 GMT (envelope-from kientzle) Message-Id: <200805261721.m4QHLCF4070787@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 17:21: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/gnu/usr.bin/cpio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:21:13 -0000 kientzle 2008-05-26 17:21:12 UTC FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile Log: Install GNU cpio as 'gcpio', symlink to 'cpio' unless WITH_BSDCPIO is defined. Revision Changes Path 1.13 +9 -1 src/gnu/usr.bin/cpio/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 17:28: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 251E91065670; Mon, 26 May 2008 17:28:03 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id C3DAE8FC16; Mon, 26 May 2008 17:28:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 25E4567F069; Mon, 26 May 2008 19:27:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id INpBZYKOxo06; Mon, 26 May 2008 19:27:18 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 26D6767E525; Mon, 26 May 2008 19:27:18 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4QHRHxf093627; Mon, 26 May 2008 19:27:17 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 26 May 2008 19:27:17 +0200 From: Roman Divacky To: Tim Kientzle Message-ID: <20080526172717.GA93432@freebsd.org> References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805261715.m4QHFZUK070554@repoman.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/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:28:03 -0000 > Initial commit of bsdcpio 0.9.11b. great! thnx a lot. can you please summarize what are the advantages/differences from gnu-cpio? From owner-cvs-all@FreeBSD.ORG Mon May 26 17: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 7FD93106567F; Mon, 26 May 2008 17:57:53 +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 385B38FC28; Mon, 26 May 2008 17:57:52 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from [195.64.94.120] (helo=axantucar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K0gZ6-0005XO-8Y; Mon, 26 May 2008 19:32:56 +0200 Message-ID: <483AF3C0.2090403@FreeBSD.org> Date: Mon, 26 May 2008 19:30:40 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Roman Divacky References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> In-Reply-To: <20080526172717.GA93432@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 17:57:53 -0000 Roman Divacky wrote: >> Initial commit of bsdcpio 0.9.11b. > > great! thnx a lot. > > can you please summarize what are the advantages/differences from gnu-cpio? BSD License++ -- /"\ 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 May 26 18:04: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 51A6E106567C; Mon, 26 May 2008 18:04:36 +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 269DE8FC12; Mon, 26 May 2008 18:04:36 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QI4aB0078158; Mon, 26 May 2008 18:04:36 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QI4acB078157; Mon, 26 May 2008 18:04:36 GMT (envelope-from gabor) Message-Id: <200805261804.m4QI4acB078157@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 18:04:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Crypt-AppleTwoFish Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:04:36 -0000 gabor 2008-05-26 18:04:36 UTC FreeBSD ports repository Modified files: security/p5-Crypt-AppleTwoFish Makefile distinfo Log: - Update to 0.03 Revision Changes Path 1.5 +1 -1 ports/security/p5-Crypt-AppleTwoFish/Makefile 1.2 +3 -3 ports/security/p5-Crypt-AppleTwoFish/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 18:04: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 C1D2710656B7; Mon, 26 May 2008 18:04:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96BEE8FC1F; Mon, 26 May 2008 18:04:57 +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 m4QI4vZT078193; Mon, 26 May 2008 18:04:57 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QI4vwM078192; Mon, 26 May 2008 18:04:57 GMT (envelope-from gabor) Message-Id: <200805261804.m4QI4vwM078192@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 18:04: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/security/p5-Digest-SHA-PurePerl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:04:57 -0000 gabor 2008-05-26 18:04:57 UTC FreeBSD ports repository Modified files: security/p5-Digest-SHA-PurePerl Makefile distinfo Log: - Update to 5.46 Revision Changes Path 1.12 +1 -1 ports/security/p5-Digest-SHA-PurePerl/Makefile 1.8 +3 -3 ports/security/p5-Digest-SHA-PurePerl/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 18:16: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 10076106567C for ; Mon, 26 May 2008 18:16:45 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id D333E8FC16 for ; Mon, 26 May 2008 18:16:44 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1H00HN5MRW26E0@l-daemon> for cvs-all@FreeBSD.org; Mon, 26 May 2008 12:16:44 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1H008JUMRS7WE0@pd2mr4so.prod.shaw.ca> for cvs-all@FreeBSD.org; Mon, 26 May 2008 12:16:42 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.80.10.198]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0K1H005QMMRS0F30@l-daemon> for cvs-all@FreeBSD.org; Mon, 26 May 2008 12:16:40 -0600 (MDT) Received: (qmail 3563 invoked from network); Mon, 26 May 2008 18:16:39 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Mon, 26 May 2008 18:16:39 +0000 Date: Mon, 26 May 2008 11:16:39 -0700 From: Colin Percival In-reply-to: <20080526172717.GA93432@freebsd.org> To: Roman Divacky Message-id: <483AFE87.6020103@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.5 References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: cvs-src@FreeBSD.org, Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:16:45 -0000 Roman Divacky wrote: >> Initial commit of bsdcpio 0.9.11b. > > great! thnx a lot. > > can you please summarize what are the advantages/differences from gnu-cpio? The BSD license is one advantage; but the fact that this 1766 lines of C code compared to gnu-cpio's 6994 lines of C code is in my opinion far more important (the difference being largely because bsdcpio uses libarchive, of course). Other benefits include bsdcpio being cleaner code (I had to look at the cpio code once for a security advisory... I nearly went blind), being newer code (at least from the perspective of security, pre-2000 code is generally less trustworthy -- people were simply less aware of security in the past), and having an active FreeBSD maintainer. I'm looking forward to when we can remove both GNU cpio and our current pax implementation from the tree, and have libarchive be the One True Archiver which is exposed to userland via three different front-ends. Colin Percival From owner-cvs-all@FreeBSD.ORG Mon May 26 18:26: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 22DDC1065670; Mon, 26 May 2008 18:26:33 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (unknown [IPv6:2a01:170:102f::3]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5788FC21; Mon, 26 May 2008 18:26:32 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (irc_sucks@localhost [127.0.0.1]) by haluter.fromme.com (8.13.4/8.13.4) with ESMTP id m4QIQUps035920; Mon, 26 May 2008 20:26:31 +0200 (CEST) (envelope-from olli@fromme.com) Received: (from olli@localhost) by haluter.fromme.com (8.13.4/8.12.9/Submit) id m4QIQUMw035918; Mon, 26 May 2008 20:26:30 +0200 (CEST) From: Oliver Fromme Message-Id: <200805261826.m4QIQUMw035918@haluter.fromme.com> To: remko@FreeBSD.org (Remko Lodder) Date: Mon, 26 May 2008 20:26:30 +0200 (CEST) In-Reply-To: <483AF3C0.2090403@FreeBSD.org> from "Remko Lodder" at May 26, 2008 07:30:40 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (haluter.fromme.com [127.0.0.1]); Mon, 26 May 2008 20:26:31 +0200 (CEST) Cc: cvs-src@FreeBSD.org, Roman Divacky , Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.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: Mon, 26 May 2008 18:26:33 -0000 Remko Lodder wrote: > Roman Divacky wrote: > >> Initial commit of bsdcpio 0.9.11b. > > > > great! thnx a lot. Yes, thanks very much, Tim! I'm using cpio quite often. Looking forward to this. > > can you please summarize what are the advantages/differences from gnu-cpio? > > BSD License++ Manual page++ (FreeBSD currently lacks a useful cpio manpage. The gnu info stuff is a PITA.) Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From owner-cvs-all@FreeBSD.ORG Mon May 26 18:27: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 B57181065672; Mon, 26 May 2008 18:27:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 88B8E8FC21; Mon, 26 May 2008 18:27:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4QIRftv031647; Mon, 26 May 2008 11:27:41 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <483B011D.9000606@freebsd.org> Date: Mon, 26 May 2008 11:27:41 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> In-Reply-To: <483AFE87.6020103@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Roman Divacky , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:27:43 -0000 > I'm looking forward to when we can ... have libarchive > be the One True Archiver which is exposed > to userland via three different front-ends. Actually, a lot more than three: Besides tar, cpio, pax, ar, and unzip, there are packaging tools, file browsers, and other utilities that are making use of libarchive. Tim From owner-cvs-all@FreeBSD.ORG Mon May 26 18: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 0568E106564A; Mon, 26 May 2008 18:29:47 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 994C68FC1F; Mon, 26 May 2008 18:29:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7196D68006E; Mon, 26 May 2008 20:29:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1HGtQtzx5ZD0; Mon, 26 May 2008 20:28:55 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E462C67F938; Mon, 26 May 2008 20:28:54 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4QISsJm099947; Mon, 26 May 2008 20:28:54 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 26 May 2008 20:28:54 +0200 From: Roman Divacky To: Tim Kientzle Message-ID: <20080526182854.GA99498@freebsd.org> References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483B011D.9000606@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:29:47 -0000 On Mon, May 26, 2008 at 11:27:41AM -0700, Tim Kientzle wrote: > >I'm looking forward to when we can ... have libarchive > >be the One True Archiver which is exposed > >to userland via three different front-ends. > > Actually, a lot more than three: Besides tar, cpio, pax, > ar, and unzip, there are packaging tools, file browsers, > and other utilities that are making use of libarchive. cool indeed :) are there any performance comparison done? some exciting features (like format-auto-detection with bsdtar the other day)? From owner-cvs-all@FreeBSD.ORG Mon May 26 18:33:13 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00B65106566B for ; Mon, 26 May 2008 18:33:13 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id C3A588FC16 for ; Mon, 26 May 2008 18:33:12 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1H00C8WNJA4FD0@l-daemon> for cvs-all@freebsd.org; Mon, 26 May 2008 12:33:10 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1H000DSNJ9MC80@pd2mr3so.prod.shaw.ca> for cvs-all@freebsd.org; Mon, 26 May 2008 12:33:10 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.80.10.198]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0K1H00LK3NJ9X130@l-daemon> for cvs-all@freebsd.org; Mon, 26 May 2008 12:33:09 -0600 (MDT) Received: (qmail 3635 invoked from network); Mon, 26 May 2008 18:33:08 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Mon, 26 May 2008 18:33:08 +0000 Date: Mon, 26 May 2008 11:33:08 -0700 From: Colin Percival In-reply-to: <483B011D.9000606@freebsd.org> To: Tim Kientzle Message-id: <483B0264.2030508@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.5 References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:33:13 -0000 Tim Kientzle wrote: >> I'm looking forward to when we can ... have libarchive >> be the One True Archiver which is exposed >> to userland via three different front-ends. > > Actually, a lot more than three: Besides tar, cpio, pax, > ar, and unzip, there are packaging tools, file browsers, > and other utilities that are making use of libarchive. Yes, including my tarsnap encrypted online backup service. :-) What I really meant was "three different general-purpose archiving/dearchiving tools in the base system". I wasn't counting ar since I've never seen it used for anything except libraries, and I wasn't counting unzip since we don't have a corresponding zip utility in the base system. Colin Percival From owner-cvs-all@FreeBSD.ORG Mon May 26 18: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 86DF1106568E; Mon, 26 May 2008 18:33:29 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBD18FC23; Mon, 26 May 2008 18:33:29 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QIXThS079221; Mon, 26 May 2008 18:33:29 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QIXTev079220; Mon, 26 May 2008 18:33:29 GMT (envelope-from adrian) Message-Id: <200805261833.m4QIXTev079220@repoman.freebsd.org> From: Adrian Chadd Date: Mon, 26 May 2008 18:33: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/cacheboy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:33:29 -0000 adrian 2008-05-26 18:33:29 UTC FreeBSD ports repository (src committer) Modified files: www/cacheboy Makefile Log: Add logfile-daemon to packing list. Noticed-By: Ion-Mihai Tetcu Revision Changes Path 1.8 +2 -2 ports/www/cacheboy/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 18:45: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 C82601065671; Mon, 26 May 2008 18:45:35 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9747F8FC16; Mon, 26 May 2008 18:45:35 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4QIjYtv031807; Mon, 26 May 2008 11:45:35 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <483B054E.20708@freebsd.org> Date: Mon, 26 May 2008 11:45:34 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Divacky References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> In-Reply-To: <20080526172717.GA93432@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:45:35 -0000 Roman Divacky wrote: >> Initial commit of bsdcpio 0.9.11b. > > great! thnx a lot. > > can you please summarize what are the advantages/differences from gnu-cpio? Colin summarized the key point, which is simply that this cpio is built on a large base of common code in the form of libarchive. Hopefully, complex issues that are common to many kinds of archiving tools can be dealt with once in libarchive, rather than separately in each tool. Being built on libarchive, bsdcpio does automatically gain a lot of convenient features: * Full support for gzip/bzip2 compression, including automatic format detection on read. * Extensive format support beyond what GNU cpio offers (Read: ISO, zip, pax; Write: pax, shar) Of course, GNU cpio is a mature and battle-tested piece of software that offers a lot that bsdcpio does not: * Nearly 20 years of development effort * RMT support * Supports some older cpio variants that libarchive doesn't yet support * Many scripts and tools have been built around GNU cpio that might break with bsdcpio Of course, I do intend to address these issues as time permits. The initial set of options for bsdcpio were gleaned by surveying ports files; I'm hopeful that I've covered the most-used features and that bsdcpio will be useful to most people in its current state. Cheers, Tim Kientzle From owner-cvs-all@FreeBSD.ORG Mon May 26 18:48: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 2A3FB1065683; Mon, 26 May 2008 18:48:48 +0000 (UTC) (envelope-from frank@pinky.sax.de) Received: from post.frank-behrens.de (unknown [IPv6:2a01:170:1023::1:2]) by mx1.freebsd.org (Postfix) with ESMTP id 751BE8FC0C; Mon, 26 May 2008 18:48:47 +0000 (UTC) (envelope-from frank@pinky.sax.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinky.sax.de; h=from:to:date:mime-version:subject:in-reply-to:references:content-type:content-transfer-encoding:content-description; q=dns/txt; s=pinky1; t=1211827726; i=frank@pinky.sax.de; bh=4Dn+uaY4dvhPSGJcya28uVRDQDbnGQXGtZoK+vE4HOE=; b=muOwx23BaaV2mo3kZkBqJm+kWkOX/x/yaNHP2lwC67DbIt4HX7h29GRCj6VwRXtsFE0DgFWFTThG/HWLUIERbw== Received: from sun.behrens ([IPv6:2a01:170:1023:0:1de9:faf6:c6ce:92c2]) by post.frank-behrens.de (8.14.2/8.14.2) with ESMTP-MSA id m4QImNbB039362; Mon, 26 May 2008 20:48:23 +0200 (CEST) (envelope-from frank@pinky.sax.de) Message-Id: <200805261848.m4QImNbB039362@post.frank-behrens.de> From: "Frank Behrens" To: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Date: Mon, 26 May 2008 20:48:23 +0200 MIME-Version: 1.0 Priority: normal In-reply-to: <20080526130006.B65662@maildrop.int.zabbadoz.net> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Hashcash: 1:24:080526:cvs-all@freebsd.org::n79QY0QLskrrsX4T:ucuS X-Hashcash: 1:24:080526:src-committers@freebsd.org::u9w1/B0vPvV1WTUL:00000000NBdj X-Hashcash: 1:24:080526:cvs-src@freebsd.org::cpdvgHfz70McYRSi:yDCS Cc: Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:48:48 -0000 Bjoern A. Zeeb wrote on 26 May 2008 13:00: > On Mon, 26 May 2008, Michael Reifenberger wrote: > > Extend jexec to accept hostname or ip-number besides jail-id. > > noither the hostname nor the IP address have to be unique so this does > not make a lot of sense. It is true, that the jail-id is the only unique identifier from OS or developer view. But there is another view, the administrators view: The jail-id is a not predictable number, but the hostname is in many (most?) cases the unique reference. So it makes sense to be able to select a jail by it's name. The rc.conf jail framework also requires unique hostnames for jails, because the jail-ids are write to /var/run. So I agree that the man page should contain the warning, that the selection by hostname/ip address may lead to ambiguities, but this is a very useful feature in daily jail administration. -- Frank Behrens, Osterwieck, Germany PGP-key 0x5B7C47ED on public servers available. From owner-cvs-all@FreeBSD.ORG Mon May 26 18:50: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 9459D1065679; Mon, 26 May 2008 18:50:15 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 691EE8FC0A; Mon, 26 May 2008 18:50:15 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QIoFU2079902; Mon, 26 May 2008 18:50:15 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QIoFjN079901; Mon, 26 May 2008 18:50:15 GMT (envelope-from ache) Message-Id: <200805261850.m4QIoFjN079901@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 26 May 2008 18:50: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/www/lynx-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:50:15 -0000 ache 2008-05-26 18:50:15 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo Log: Upgrade to 2.8.7dev.9 Revision Changes Path 1.183 +2 -2 ports/www/lynx-current/Makefile 1.189 +3 -3 ports/www/lynx-current/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 18:50: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 C89B9106567B; Mon, 26 May 2008 18:50:45 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9751A8FC0C; Mon, 26 May 2008 18:50:45 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4QIojtv031845; Mon, 26 May 2008 11:50:45 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <483B0685.5080606@freebsd.org> Date: Mon, 26 May 2008 11:50:45 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Divacky References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> <20080526182854.GA99498@freebsd.org> In-Reply-To: <20080526182854.GA99498@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:50:45 -0000 > ... are there any performance comparison done? I've not explicitly compared performance to GNU cpio, but it should be quite competitive. (Some recent tests show bsdtar to be pretty much on par with GNU tar and star performance-wise and bsdcpio is using the exact same libarchive back-end.) If anyone does take the time to compare performance, I'd be very interested in the results. > some exciting features (like format-auto-detection with > bsdtar the other day)? The format auto-detection is fully handled in libarchive so, yes, bsdcpio should have very solid format detection, including automatic handling of archives compressed with compress, gzip, and bzip2. I've also enabled "support_compression_all", so bsdcpio reads every format that libarchive reads. Tim From owner-cvs-all@FreeBSD.ORG Mon May 26 18:54:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E95331065670; Mon, 26 May 2008 18:54:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE6EB8FC1D; Mon, 26 May 2008 18:54:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QIsEHr080004; Mon, 26 May 2008 18:54:14 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QIsEn6080003; Mon, 26 May 2008 18:54:14 GMT (envelope-from gabor) Message-Id: <200805261854.m4QIsEn6080003@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 18:54:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys pgpkeys-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: Mon, 26 May 2008 18:54:15 -0000 gabor 2008-05-26 18:54:14 UTC FreeBSD doc repository Modified files: share/pgpkeys pgpkeys-developers.sgml Log: - Add some missing PGP keys PR: docs/123762 Submitted by: pgj Revision Changes Path 1.71 +65 -0 doc/share/pgpkeys/pgpkeys-developers.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 19:03: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 BF9181065735 for ; Mon, 26 May 2008 19:03:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8A98FC0A for ; Mon, 26 May 2008 19:03:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2426004rvf.43 for ; Mon, 26 May 2008 12:03:04 -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=jiEc1f3snxPDidXmEYBFoWQAuV+WC0o5UCNt6z4M7yg=; b=rBDwAjn849Z/K65HIawbkKUPvx0P72zb2bMjvn0Di53J0FsJYpox1V+lZK5ESzab6Bb02xPbjw7dOfD4UbJ2hHUsLcXbpz3tAmHjWjQQRShsyoLWbjjVSlx8OWYkQfmCA2GDziE/zKDxF7X38iiUFZiH3P3OyTcHhUTOaskEvIg= 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=ewFEM5fBqwvp1gX+VMptQHMh2RrM9gUuM/GLTPW/qBA21zXt8NwIx1xL33HIIWF5d7Dpr6x86hVPt+2Ifl9BFKUC6QvW3T/uoaGikN+xdhX9XBkqNhKtta7klFsMxr7CkeBtM4o9Ziv47AhUrVmZREFvcyN9WvT0wlXwI+NVJLQ= Received: by 10.140.166.21 with SMTP id o21mr125892rve.254.1211826861182; Mon, 26 May 2008 11:34:21 -0700 (PDT) Received: by 10.141.70.11 with HTTP; Mon, 26 May 2008 11:34:21 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 14:34:21 -0400 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: "Ion-Mihai Tetcu" In-Reply-To: <20080524192853.1c98412d@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805241359.m4ODxDAu050337@repoman.freebsd.org> <20080524192853.1c98412d@it.buh.tecnik93.com> X-Google-Sender-Auth: 319fe211bc0df370 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/cacheboy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:03:04 -0000 2008/5/24 Ion-Mihai Tetcu : > Bad plist (on 7-STABLE-amd64) with > export FORCE_PACKAGE=yes > export NOPORTDOCS=yes > export NOPORTEXAMPLES=yes > export NOPORTDATA=yes [snip] > ================================================================ > > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 12533824 4 drwxr-xr-x 2 root wheel 512 May 24 14:07 usr/local/libexec/squid > 12533830 16 -r-xr-xr-x 1 root wheel 7400 May 24 14:07 usr/local/libexec/squid/logfile-daemon Fixed, I hope! Thanks! Adrian -- Adrian Chadd - adrian@freebsd.org From owner-cvs-all@FreeBSD.ORG Mon May 26 19:10: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 60D6E106566B; Mon, 26 May 2008 19:10:34 +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 3599E8FC12; Mon, 26 May 2008 19:10:34 +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 m4QJAY3f081683; Mon, 26 May 2008 19:10:34 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJAYF3081682; Mon, 26 May 2008 19:10:34 GMT (envelope-from thierry) Message-Id: <200805261910.m4QJAYF3081682@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 26 May 2008 19:10: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/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:10:34 -0000 thierry 2008-05-26 19:10:34 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 4.3.5. Changelog at . Revision Changes Path 1.122 +1 -1 ports/devel/bouml/Makefile 1.120 +3 -3 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 19:19: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 75AD31065864; Mon, 26 May 2008 19:19: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 63D678FC0A; Mon, 26 May 2008 19:19: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 m4QJJx3R081949; Mon, 26 May 2008 19:19:59 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJJxnp081948; Mon, 26 May 2008 19:19:59 GMT (envelope-from kientzle) Message-Id: <200805261919.m4QJJxnp081948@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 26 May 2008 19:19: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:19:59 -0000 kientzle 2008-05-26 19:19:59 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Connect bsdcpio up to the build. Starting now, there are two cpio programs in the base system: /usr/bin/gcpio - GNU cpio /usr/bin/bsdcpio - bsdcpio In addition, there is a symlink: /usr/bin/cpio -> /usr/bin/gcpio (default) /usr/bin/cpio -> /usr/bin/bsdcpio (WITH_BSDCPIO) In particular, WITH_BSDCPIO only controls the symlink; bsdcpio is always built regardless. Unless there are objections or problems, I intend: * to make /usr/bin/bsdcpio available in 7.1 * to have /usr/bin/cpio default to bsdcpio in 8.0 (WITH_GCPIO will be an option instead of WITH_BSDCPIO) * to leave /usr/bin/gcpio in the tree until 9.0 Revision Changes Path 1.314 +1 -0 src/usr.bin/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 19:24: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 C48511065680; Mon, 26 May 2008 19:24:45 +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 9945A8FC2E; Mon, 26 May 2008 19:24:45 +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 m4QJOjlI082156; Mon, 26 May 2008 19:24:45 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJOjN4082155; Mon, 26 May 2008 19:24:45 GMT (envelope-from mr) Message-Id: <200805261924.m4QJOjN4082155@repoman.freebsd.org> From: Michael Reifenberger Date: Mon, 26 May 2008 19:24:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:24:45 -0000 mr 2008-05-26 19:24:45 UTC FreeBSD src repository Modified files: usr.sbin/jexec jexec.8 jexec.c Log: Add CAUTIONS section to the manpage and update .Dd. Spelling fix. PR: bin/119305 (reminded by Frank Behrens) Suggested by: rwatson, maxim MFC after: 2 weeks Revision Changes Path 1.6 +5 -1 src/usr.sbin/jexec/jexec.8 1.6 +1 -1 src/usr.sbin/jexec/jexec.c From owner-cvs-all@FreeBSD.ORG Mon May 26 19: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 0D8CF1065686; Mon, 26 May 2008 19:26:11 +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 D2FD98FC0A; Mon, 26 May 2008 19:26:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QJQAhG082259; Mon, 26 May 2008 19:26:10 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJQAXB082258; Mon, 26 May 2008 19:26:10 GMT (envelope-from gabor) Message-Id: <200805261926.m4QJQAXB082258@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 19:26: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/share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:26:11 -0000 gabor 2008-05-26 19:26:10 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src Log: MFC: hu_HU.ISO8859-2.src r1.9 hu_HU.UTF-8.src r1.4 - The names of the months and the days are in lowercase according to the Hungarian spelling, change them accordingly Revision Changes Path 1.6.16.1 +55 -55 src/share/timedef/hu_HU.ISO8859-2.src 1.1.8.1 +54 -54 src/share/timedef/hu_HU.UTF-8.src From owner-cvs-all@FreeBSD.ORG Mon May 26 19:27: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 78397106567E; Mon, 26 May 2008 19:27:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8768FC20; Mon, 26 May 2008 19:27:33 +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 m4QJRXYq082312; Mon, 26 May 2008 19:27:33 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJRXNn082311; Mon, 26 May 2008 19:27:33 GMT (envelope-from gabor) Message-Id: <200805261927.m4QJRXNn082311@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 26 May 2008 19:27: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/share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:27:33 -0000 gabor 2008-05-26 19:27:33 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src Log: MFC: hu_HU.ISO8859-2.src r1.9 hu_HU.UTF-8.src r1.4 - The names of the months and the days are in lowercase according to the Hungarian spelling, change them accordingly Revision Changes Path 1.6.26.1 +55 -55 src/share/timedef/hu_HU.ISO8859-2.src 1.1.18.1 +54 -54 src/share/timedef/hu_HU.UTF-8.src From owner-cvs-all@FreeBSD.ORG Mon May 26 19:38: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 38AE9106566B; Mon, 26 May 2008 19:38:30 +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 0B4CD8FC13; Mon, 26 May 2008 19:38:30 +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 m4QJcTLk082672; Mon, 26 May 2008 19:38:29 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJcT2p082671; Mon, 26 May 2008 19:38:29 GMT (envelope-from mezz) Message-Id: <200805261938.m4QJcT2p082671@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 19:38:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/vino Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:38:30 -0000 mezz 2008-05-26 19:38:29 UTC FreeBSD ports repository Modified files: net/vino Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.27 +3 -4 ports/net/vino/Makefile 1.17 +3 -3 ports/net/vino/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 19:45: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 3F7EE1065677 for ; Mon, 26 May 2008 19:45:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with ESMTP id C65E78FC16 for ; Mon, 26 May 2008 19:45:08 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 24081 invoked by uid 399); 26 May 2008 19:56:23 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 26 May 2008 19:56:23 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <483B1342.2030705@FreeBSD.org> Date: Mon, 26 May 2008 12:45:06 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.14 (X11/20080525) MIME-Version: 1.0 To: Colin Percival References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> In-Reply-To: <483AFE87.6020103@freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Roman Divacky , Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:45:09 -0000 Colin Percival wrote: > Roman Divacky wrote: >>> Initial commit of bsdcpio 0.9.11b. >> great! thnx a lot. >> >> can you please summarize what are the advantages/differences from gnu-cpio? > > The BSD license is one advantage; but the fact that this 1766 lines of C code > compared to gnu-cpio's 6994 lines of C code is in my opinion far more important > (the difference being largely because bsdcpio uses libarchive, of course). Shouldn't that total be 1,766 lines of code for the front end, plus N lines of code from libarchive? That's not to impugn Tim's work, I just hate fuzzy thinking, especially from the security officer. :) Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon May 26 19: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 BA418106567A; Mon, 26 May 2008 19:45:42 +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 8FD628FC23; Mon, 26 May 2008 19:45:42 +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 m4QJjgXV082911; Mon, 26 May 2008 19:45:42 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QJjgdO082910; Mon, 26 May 2008 19:45:42 GMT (envelope-from mezz) Message-Id: <200805261945.m4QJjgdO082910@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 19:45: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/www/gtkhtml3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:45:42 -0000 mezz 2008-05-26 19:45:42 UTC FreeBSD ports repository Modified files: www/gtkhtml3 Makefile distinfo Log: Update to 3.18.2. Revision Changes Path 1.98 +1 -1 ports/www/gtkhtml3/Makefile 1.56 +3 -3 ports/www/gtkhtml3/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 19:47:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEDFF106567C; Mon, 26 May 2008 19:47:34 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7048FC19; Mon, 26 May 2008 19:47:34 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from mail.cokane.org ([71.168.78.124]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1H0001SO6Y0O8G@vms173001.mailsrvcs.net>; Mon, 26 May 2008 13:47:23 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id 62D2416B55B; Mon, 26 May 2008 14:47:22 -0400 (EDT) Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cokane.org (Postfix) with ESMTP id 3100216B55B; Mon, 26 May 2008 14:47:16 -0400 (EDT) Date: Mon, 26 May 2008 14:46:59 -0400 From: Coleman Kane In-reply-to: <200805261826.m4QIQUMw035918@haluter.fromme.com> To: Oliver Fromme Message-id: <1211827619.1510.59.camel@localhost> MIME-version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia References: <200805261826.m4QIQUMw035918@haluter.fromme.com> X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 X-Spam-Level: Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Roman Divacky , cvs-all@FreeBSD.org, Tim Kientzle , Remko Lodder Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.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: Mon, 26 May 2008 19:47:34 -0000 On Mon, 2008-05-26 at 20:26 +0200, Oliver Fromme wrote: > Remko Lodder wrote: > > Roman Divacky wrote: > > >> Initial commit of bsdcpio 0.9.11b. > > > > > > great! thnx a lot. > > Yes, thanks very much, Tim! > I'm using cpio quite often. Looking forward to this. > > > > can you please summarize what are the advantages/differences from gnu-cpio? > > > > BSD License++ > > Manual page++ > > (FreeBSD currently lacks a useful cpio manpage. > The gnu info stuff is a PITA.) > > Best regards > Oliver > What? You don't *like* being told to use a different documentation browser which requires an EMACS-style cheat-sheet to navigate? -- Coleman Kane From owner-cvs-all@FreeBSD.ORG Mon May 26 19: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 ED8601065670 for ; Mon, 26 May 2008 19:51:15 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id BAE9E8FC0C for ; Mon, 26 May 2008 19:51:15 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr6so.prod.shaw.ca (pd2mr6so-qfe3.prod.shaw.ca [10.0.141.9]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1H00GLZR3V1V80@l-daemon> for cvs-all@FreeBSD.org; Mon, 26 May 2008 13:50:19 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1H00ASRR3V0Q00@pd2mr6so.prod.shaw.ca> for cvs-all@FreeBSD.org; Mon, 26 May 2008 13:50:20 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.80.10.198]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0K1H008KRR3QHX20@l-daemon> for cvs-all@FreeBSD.org; Mon, 26 May 2008 13:50:15 -0600 (MDT) Received: (qmail 3902 invoked from network); Mon, 26 May 2008 19:50:14 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Mon, 26 May 2008 19:50:14 +0000 Date: Mon, 26 May 2008 12:50:13 -0700 From: Colin Percival In-reply-to: <483B1342.2030705@FreeBSD.org> To: Doug Barton Message-id: <483B1475.7000500@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.5 References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B1342.2030705@FreeBSD.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: cvs-src@FreeBSD.org, Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:51:16 -0000 Doug Barton wrote: > Colin Percival wrote: >> The BSD license is one advantage; but the fact that this 1766 lines of >> C code >> compared to gnu-cpio's 6994 lines of C code is in my opinion far more >> important >> (the difference being largely because bsdcpio uses libarchive, of >> course). > > Shouldn't that total be 1,766 lines of code for the front end, plus N > lines of code from libarchive? Yes, but as security officer, I have to support libarchive anyway. :-) > That's not to impugn Tim's work, I just hate fuzzy thinking, especially > from the security officer. :) The thinking wasn't fuzzy, the explanation was. :-) Colin Percival From owner-cvs-all@FreeBSD.ORG Mon May 26 20:02: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 373AA106564A; Mon, 26 May 2008 20:02:18 +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 0BF498FC13; Mon, 26 May 2008 20:02:18 +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 m4QK2Hg4083483; Mon, 26 May 2008 20:02:17 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QK2HGJ083482; Mon, 26 May 2008 20:02:17 GMT (envelope-from mezz) Message-Id: <200805262002.m4QK2HGJ083482@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 20:02: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/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: Mon, 26 May 2008 20:02:18 -0000 mezz 2008-05-26 20:02:17 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Looks like farbror.acc.umu.se doesn't carry GNOME tarballs anymore (404 error), so replace it to gemmei.acc.umu.se. Revision Changes Path 1.448 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Mon May 26 20: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 50A4D1065670; Mon, 26 May 2008 20:12:24 +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 24AEB8FC18; Mon, 26 May 2008 20:12:24 +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 m4QKCOHU085013; Mon, 26 May 2008 20:12:24 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKCOAX085012; Mon, 26 May 2008 20:12:24 GMT (envelope-from mezz) Message-Id: <200805262012.m4QKCOAX085012@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 20:12:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/evolution-data-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: Mon, 26 May 2008 20:12:24 -0000 mezz 2008-05-26 20:12:23 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.51 +1 -1 ports/databases/evolution-data-server/Makefile 1.29 +3 -3 ports/databases/evolution-data-server/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 20:15: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 966FD1065689; Mon, 26 May 2008 20:15:22 +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 806CC8FC0C; Mon, 26 May 2008 20:15:22 +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 m4QKFMCi085172; Mon, 26 May 2008 20:15:22 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKFM1J085171; Mon, 26 May 2008 20:15:22 GMT (envelope-from maho) Message-Id: <200805262015.m4QKFM1J085171@repoman.freebsd.org> From: Maho Nakata Date: Mon, 26 May 2008 20:15: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/editors/openoffice.org-3-RC Makefile distinfo ports/editors/openoffice.org-3-RC/files Makefile.others openoffice.org-wrapper patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 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: Mon, 26 May 2008 20:15:22 -0000 maho 2008-05-26 20:15:22 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile distinfo editors/openoffice.org-3-RC/files Makefile.others openoffice.org-wrapper patch-i80129 patch-i85027 patch-i85126 patch-i85127 pkg-message.in Added files: editors/openoffice.org-3-RC/files patch-i85972 patch-i87583 patch-i88156 patch-i88160 Log: Update to BEA300_m1. Revision Changes Path 1.337 +28 -22 ports/editors/openoffice.org-3-RC/Makefile 1.133 +12 -12 ports/editors/openoffice.org-3-RC/distinfo 1.6 +7 -3 ports/editors/openoffice.org-3-RC/files/Makefile.others 1.5 +2 -2 ports/editors/openoffice.org-3-RC/files/openoffice.org-wrapper 1.2 +9 -9 ports/editors/openoffice.org-3-RC/files/patch-i80129 1.2 +21 -27 ports/editors/openoffice.org-3-RC/files/patch-i85027 1.2 +31 -12 ports/editors/openoffice.org-3-RC/files/patch-i85126 1.2 +9 -747 ports/editors/openoffice.org-3-RC/files/patch-i85127 1.1 +68 -0 ports/editors/openoffice.org-3-RC/files/patch-i85972 (new) 1.1 +26 -0 ports/editors/openoffice.org-3-RC/files/patch-i87583 (new) 1.1 +18 -0 ports/editors/openoffice.org-3-RC/files/patch-i88156 (new) 1.1 +16 -0 ports/editors/openoffice.org-3-RC/files/patch-i88160 (new) 1.9 +2 -2 ports/editors/openoffice.org-3-RC/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Mon May 26 20:20: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 3EE29106564A; Mon, 26 May 2008 20:20:21 +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 1455E8FC28; Mon, 26 May 2008 20:20:21 +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 m4QKKKAe085470; Mon, 26 May 2008 20:20:20 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKKK4H085469; Mon, 26 May 2008 20:20:20 GMT (envelope-from maho) Message-Id: <200805262020.m4QKKK4H085469@repoman.freebsd.org> From: Maho Nakata Date: Mon, 26 May 2008 20:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 20:20:21 -0000 maho 2008-05-26 20:20:20 UTC FreeBSD ports repository Modified files: editors Makefile Log: Create openoffice.org-3-RC port. Repocopied from openoffice.org-2-RC port. PR: 123105 Revision Changes Path 1.396 +1 -0 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 20: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 B97181065675; Mon, 26 May 2008 20:20:53 +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 8E30B8FC21; Mon, 26 May 2008 20:20:53 +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 m4QKKrln085509; Mon, 26 May 2008 20:20:53 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKKrdQ085508; Mon, 26 May 2008 20:20:53 GMT (envelope-from maho) Message-Id: <200805262020.m4QKKrdQ085508@repoman.freebsd.org> From: Maho Nakata Date: Mon, 26 May 2008 20:20:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-RC Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 20:20:53 -0000 maho 2008-05-26 20:20:53 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile Log: (forced commit) Create openoffice.org-3-RC port. Repocopied from openoffice.org-2-RC port. PR: 123105 Revision Changes Path 1.338 +0 -0 ports/editors/openoffice.org-3-RC/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 20:21: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 8C7301065671; Mon, 26 May 2008 20:21:05 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF158FC21; Mon, 26 May 2008 20:21:05 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QKL5LQ085555; Mon, 26 May 2008 20:21:05 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKL54I085554; Mon, 26 May 2008 20:21:05 GMT (envelope-from pgj) Message-Id: <200805262021.m4QKL54I085554@repoman.freebsd.org> From: Gabor Pali Date: Mon, 26 May 2008 20:21:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/articles Makefile doc/hu_HU.ISO8859-2/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: Mon, 26 May 2008 20:21:05 -0000 pgj 2008-05-26 20:21:05 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/articles Makefile Added files: hu_HU.ISO8859-2/articles/linux-users Makefile article.sgml Log: Add a new translation: articles/linux-users. Revision Changes Path 1.4 +1 -0 doc/hu_HU.ISO8859-2/articles/Makefile 1.1 +27 -0 doc/hu_HU.ISO8859-2/articles/linux-users/Makefile (new) 1.1 +840 -0 doc/hu_HU.ISO8859-2/articles/linux-users/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon May 26 20:27: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 E63C11065671; Mon, 26 May 2008 20:27:54 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5D48FC1D; Mon, 26 May 2008 20:27:54 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QKRsgw086161; Mon, 26 May 2008 20:27:54 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKRsNF086160; Mon, 26 May 2008 20:27:54 GMT (envelope-from pgj) Message-Id: <200805262027.m4QKRsNF086160@repoman.freebsd.org> From: Gabor Pali Date: Mon, 26 May 2008 20:27:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/articles/linux-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 20:27:55 -0000 pgj 2008-05-26 20:27:54 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/articles/linux-users article.sgml Log: Forced commit to add missing commit information to the translation. Sorry! Pointyhat: pgj Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +0 -0 doc/hu_HU.ISO8859-2/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 20:49: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 57833106564A; Mon, 26 May 2008 20:49:12 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 097488FC1F; Mon, 26 May 2008 20:49:11 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 4D29041C749; Mon, 26 May 2008 22:49:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 15U4Vdzqy0yF; Mon, 26 May 2008 22:49:09 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id E28F141C732; Mon, 26 May 2008 22:49:09 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 74D9D44487F; Mon, 26 May 2008 20:49:03 +0000 (UTC) Date: Mon, 26 May 2008 20:49:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Michael Reifenberger In-Reply-To: <200805261157.m4QBvnpF025029@repoman.freebsd.org> Message-ID: <20080526202423.N65662@maildrop.int.zabbadoz.net> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 20:49:12 -0000 On Mon, 26 May 2008, Michael Reifenberger wrote: Hi, > mr 2008-05-26 11:57:49 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/jexec jexec.8 jexec.c > Log: > Extend jexec to accept hostname or ip-number besides jail-id. > > MFC after: 2 weeks > > Revision Changes Path > 1.5 +7 -2 src/usr.sbin/jexec/jexec.8 > 1.5 +53 -2 src/usr.sbin/jexec/jexec.c It seems you decided to leave this in (for now). So here are my problems with the code - could you please fix them? 1. you are accepting an IP address or a hostname instead of a jail ID without an option letter like -i or -h. Why is this a problem? I have hostnames like 127. 127 is a valid IP Address. 127 could be a Jail-ID I am not refereing to. 2. When going through the list of IPs you got from the kernel: + for (i = 0; i < len / sizeof(*xp); i++) { + in.s_addr = ntohl(xp->pr_ip); it should be htonl. (at least for correct documentation purposes) 3. You are comparing strings of IP addresses: + if ((strncmp(inet_ntoa(in), addr, slen) == 0) || Now, would that match 127 or 0x7f000000? No. Convert the string to an address and compare the numbers. 4. You are taking the length og the input address: + slen = strlen(addr); Assume I gave 192.0.2.1 as input, the length would be 9. Assume the kernel gives you back 192.0.2.111. strncmp on those two would give you a match, which is wrong. Same is true for hostnames, like input "foo", kernel "foobar". 5. addr2jid should be static 6. On match you are doing: + free(sxp); + return (xp->pr_id); freeing sxp but returning xp->pr_id but wherever xp points to is within the malloced area of sxp. Use after free. Greetings Bjoern -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Mon May 26 20:49: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 9BAC2106564A; Mon, 26 May 2008 20:49:35 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCC38FC1B; Mon, 26 May 2008 20:49:35 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 307362C50CC2; Mon, 26 May 2008 23:49:34 +0300 (EEST) Date: Mon, 26 May 2008 23:49:26 +0300 From: Ion-Mihai Tetcu To: "Adrian Chadd" Message-ID: <20080526234926.0472a0a8@it.buh.tecnik93.com> In-Reply-To: References: <200805241359.m4ODxDAu050337@repoman.freebsd.org> <20080524192853.1c98412d@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/C+_Vj35VbCCKqyPURwiPR1h"; 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/www/cacheboy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 20:49:35 -0000 --Sig_/C+_Vj35VbCCKqyPURwiPR1h Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 26 May 2008 14:34:21 -0400 "Adrian Chadd" wrote: > 2008/5/24 Ion-Mihai Tetcu : >=20 > > Bad plist (on 7-STABLE-amd64) with > > export FORCE_PACKAGE=3Dyes > > export NOPORTDOCS=3Dyes > > export NOPORTEXAMPLES=3Dyes > > export NOPORTDATA=3Dyes =20 >=20 > [snip] >=20 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > =3D=3D=3D Checking filesystem state > > list of extra files and directories in / (not present before this port = was installed but present after it was deinstalled) > > 12533824 4 drwxr-xr-x 2 root wheel = 512 May 24 14:07 usr/local/libexec/squid > > 12533830 16 -r-xr-xr-x 1 root wheel = 7400 May 24 14:07 usr/local/libexec/squid/logfile-daemon =20 >=20 > Fixed, I hope! Seems so, according to tindy :) --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/C+_Vj35VbCCKqyPURwiPR1h Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg7Il0ACgkQJ7GIuiH/oeUcvgCfaUDWzJ2dK5czxLnVhRg3hwEJ reoAnjUQkJPGd0GqkFKfsaoxu7giVzsK =AC4C -----END PGP SIGNATURE----- --Sig_/C+_Vj35VbCCKqyPURwiPR1h-- From owner-cvs-all@FreeBSD.ORG Mon May 26 20:59: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 86E97106566B; Mon, 26 May 2008 20:59:05 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4878FC15; Mon, 26 May 2008 20:59:05 +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 m4QKx5hh097015; Mon, 26 May 2008 20:59:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QKx5IL097014; Mon, 26 May 2008 20:59:05 GMT (envelope-from mezz) Message-Id: <200805262059.m4QKx5IL097014@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 20:59:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/evolution 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, 26 May 2008 20:59:05 -0000 mezz 2008-05-26 20:59:05 UTC FreeBSD ports repository Modified files: mail/evolution Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.156 +2 -3 ports/mail/evolution/Makefile 1.69 +3 -3 ports/mail/evolution/distinfo 1.74 +1 -1 ports/mail/evolution/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 21:06: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 E8B3F106567C; Mon, 26 May 2008 21:06:08 +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 BC71D8FC13; Mon, 26 May 2008 21:06:08 +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 m4QL684o098385; Mon, 26 May 2008 21:06:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QL684p098384; Mon, 26 May 2008 21:06:08 GMT (envelope-from mezz) Message-Id: <200805262106.m4QL684p098384@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 21:06:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/evolution-exchange Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 21:06:09 -0000 mezz 2008-05-26 21:06:08 UTC FreeBSD ports repository Modified files: mail/evolution-exchange Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.42 +1 -2 ports/mail/evolution-exchange/Makefile 1.28 +3 -3 ports/mail/evolution-exchange/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 21:12:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB6A71065670; Mon, 26 May 2008 21:12:00 +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 BF3368FC12; Mon, 26 May 2008 21:12:00 +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 m4QLC0NP098644; Mon, 26 May 2008 21:12:00 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QLC0W9098643; Mon, 26 May 2008 21:12:00 GMT (envelope-from mezz) Message-Id: <200805262112.m4QLC0W9098643@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 21:12:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-menus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 21:12:01 -0000 mezz 2008-05-26 21:12:00 UTC FreeBSD ports repository Modified files: x11/gnome-menus Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.19 +2 -3 ports/x11/gnome-menus/Makefile 1.17 +3 -3 ports/x11/gnome-menus/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 21:17: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 9B2761065675; Mon, 26 May 2008 21:17:21 +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 6F27A8FC15; Mon, 26 May 2008 21:17:21 +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 m4QLHLMh098808; Mon, 26 May 2008 21:17:21 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QLHLD0098807; Mon, 26 May 2008 21:17:21 GMT (envelope-from mezz) Message-Id: <200805262117.m4QLHLD0098807@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 21:17:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-session Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 21:17:21 -0000 mezz 2008-05-26 21:17:21 UTC FreeBSD ports repository Modified files: x11/gnome-session Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.64 +2 -3 ports/x11/gnome-session/Makefile 1.45 +3 -3 ports/x11/gnome-session/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 21: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 6C73A106564A; Mon, 26 May 2008 21:26:49 +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 3F22E8FC1A; Mon, 26 May 2008 21:26:49 +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 m4QLQnJU099141; Mon, 26 May 2008 21:26:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QLQnAE099140; Mon, 26 May 2008 21:26:49 GMT (envelope-from mezz) Message-Id: <200805262126.m4QLQnAE099140@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 21: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/accessibility/orca Makefile distinfo pkg-plist ports/accessibility/orca/files patch-src_orca_orca.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, 26 May 2008 21:26:49 -0000 mezz 2008-05-26 21:26:48 UTC FreeBSD ports repository Modified files: accessibility/orca Makefile distinfo pkg-plist accessibility/orca/files patch-src_orca_orca.in Log: Update to 2.22.2. Revision Changes Path 1.15 +1 -2 ports/accessibility/orca/Makefile 1.11 +3 -3 ports/accessibility/orca/distinfo 1.4 +10 -7 ports/accessibility/orca/files/patch-src_orca_orca.in 1.9 +0 -2 ports/accessibility/orca/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 21:30: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 EE3801065676; Mon, 26 May 2008 21:30:20 +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 C22E78FC20; Mon, 26 May 2008 21:30:20 +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 m4QLUK5C099305; Mon, 26 May 2008 21:30:20 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QLUKdd099304; Mon, 26 May 2008 21:30:20 GMT (envelope-from mezz) Message-Id: <200805262130.m4QLUKdd099304@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 21:30:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-desktop Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 21:30:21 -0000 mezz 2008-05-26 21:30:20 UTC FreeBSD ports repository Modified files: x11/gnome-desktop Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.71 +2 -3 ports/x11/gnome-desktop/Makefile 1.52 +3 -3 ports/x11/gnome-desktop/distinfo 1.47 +2 -2 ports/x11/gnome-desktop/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 22:03: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 CA72B106564A; Mon, 26 May 2008 22:03: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 9DEC78FC13; Mon, 26 May 2008 22:03: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 m4QM311j000631; Mon, 26 May 2008 22:03:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QM31tS000564; Mon, 26 May 2008 22:03:01 GMT (envelope-from edwin) Message-Id: <200805262203.m4QM31tS000564@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 26 May 2008 22:03: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/asdlgen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:03:01 -0000 edwin 2008-05-26 22:03:01 UTC FreeBSD ports repository Modified files: devel/asdlgen Makefile Log: DISTNAME -> DISTFILES to make sure it works when examples are being downloaded too. Submitted by: Johannes 5 Joemann Revision Changes Path 1.2 +1 -1 ports/devel/asdlgen/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 4371C1065670; Mon, 26 May 2008 22:08:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 175E58FC1C; Mon, 26 May 2008 22:08:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QM8Q93001683; Mon, 26 May 2008 22:08:26 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QM8PfH001682; Mon, 26 May 2008 22:08:25 GMT (envelope-from cy) Message-Id: <200805262208.m4QM8PfH001682@repoman.freebsd.org> From: Cy Schubert Date: Mon, 26 May 2008 22:08: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/security/fwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:08:26 -0000 cy 2008-05-26 22:08:25 UTC FreeBSD ports repository Modified files: security/fwbuilder Makefile Log: NOPORTDOCS (r1.41) is not supported by the base release of fwbuilder. Mark the port BROKEN when NOPORTODOCS is specified. Revision Changes Path 1.47 +5 -1 ports/security/fwbuilder/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 44D79106567C; Mon, 26 May 2008 22:22:25 +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 F42028FC17; Mon, 26 May 2008 22:22:24 +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 m4QMJ6Qc081199; Mon, 26 May 2008 16:19:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 26 May 2008 16:20:33 -0600 (MDT) Message-Id: <20080526.162033.-1795536878.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080526092433.GW1469@server.vk2pj.dyndns.org> References: <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> <20080526092433.GW1469@server.vk2pj.dyndns.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jb@what-creek.com, cvs-all@FreeBSD.org Subject: Re: cvs commit: 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: Mon, 26 May 2008 22:22:25 -0000 In message: <20080526092433.GW1469@server.vk2pj.dyndns.org> Peter Jeremy writes: : On 2008-May-25 19:59:55 +0000, John Birrell wrote: : >The last time I checked, the sun4v port wouldn't even boot on my T2000, : >so I have to ask if there is anyone who even knows that. Or cares. : : I can't justify a whole T2000 for FreeBSD but I have sliced a small : logical domain with the intent of running FreeBSD in it. Unfortunately, : whilst FreeBSD will boot, it doesn't recognize either the (virtual) : disk or network - which sort of limits progress. : : Note that Sun has previously stated the a T2000 can simultaneously run : Solaris, Linux and FreeBSD. I think it would be a pity if the Project : dropped sun4v. I think it would be too, but if the collective will drops sun4v it would be because the developer community hasn't done the proper care and feeding of the architecture and it has died on the vine. Warner From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 96C7C1065670; Mon, 26 May 2008 22:23:09 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd3mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 61FC08FC1E; Mon, 26 May 2008 22:23:09 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1H00DSAY6K6PD0@l-daemon>; Mon, 26 May 2008 16:23:08 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd4mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1H00IITY6KJC60@pd4mr4so.prod.shaw.ca>; Mon, 26 May 2008 16:23:08 -0600 (MDT) Received: from spqr.komquats.com ([24.68.216.215]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1H00LQMY6KZUH0@l-daemon>; Mon, 26 May 2008 16:23:08 -0600 (MDT) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 7822F410ED; Mon, 26 May 2008 15:23:07 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.2/8.14.2) with ESMTP id m4QMN6ph004097; Mon, 26 May 2008 15:23:06 -0700 X-URL: http://www.komquats.com/ Date: Mon, 26 May 2008 15:23:06 -0700 From: Cy Schubert In-reply-to: Message from Cy Schubert "of Mon, 26 May 2008 22:08:25 -0000." <200805262208.m4QM8PfH001682@repoman.freebsd.org> Sender: Cy.Schubert@komquats.com X-Sender: cy@cwsent.com To: Cy Schubert Message-id: <200805262223.m4QMN6ph004097@cwsys.cwsent.com> MIME-version: 1.0 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 Content-type: text/plain; charset=us-ascii X-os: FreeBSD Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/fwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:23:09 -0000 In message <200805262208.m4QM8PfH001682@repoman.freebsd.org>, Cy Schubert write s: > cy 2008-05-26 22:08:25 UTC > > FreeBSD ports repository > > Modified files: > security/fwbuilder Makefile > Log: > NOPORTDOCS (r1.41) is not supported by the base release of fwbuilder. > Mark the port BROKEN when NOPORTODOCS is specified. > > Revision Changes Path > 1.47 +5 -1 ports/security/fwbuilder/Makefile > I will discuss full support for this with the author of this software. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 From owner-cvs-all@FreeBSD.ORG Mon May 26 22:25: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 B240E1065670; Mon, 26 May 2008 22:25:03 +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 855A98FC15; Mon, 26 May 2008 22:25:03 +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 m4QMP38d003473; Mon, 26 May 2008 22:25:03 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMP3RD003472; Mon, 26 May 2008 22:25:03 GMT (envelope-from mezz) Message-Id: <200805262225.m4QMP3RD003472@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22:25:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/libgweather Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:25:03 -0000 mezz 2008-05-26 22:25:03 UTC FreeBSD ports repository Modified files: net/libgweather Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.4 +1 -1 ports/net/libgweather/Makefile 1.4 +3 -3 ports/net/libgweather/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 22:26: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 60E4A1065674; Mon, 26 May 2008 22:26:30 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3484E8FC1B; Mon, 26 May 2008 22:26:30 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QMQUYt003526; Mon, 26 May 2008 22:26:30 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMQUKU003525; Mon, 26 May 2008 22:26:30 GMT (envelope-from pgj) Message-Id: <200805262226.m4QMQUKU003525@repoman.freebsd.org> From: Gabor Pali Date: Mon, 26 May 2008 22:26:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/share/sgml books.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:26:30 -0000 pgj 2008-05-26 22:26:30 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/share/sgml books.ent Log: Add translators.ent to books.ent to let translators to be referenced in books by entities. Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +3 -1 doc/hu_HU.ISO8859-2/share/sgml/books.ent From owner-cvs-all@FreeBSD.ORG Mon May 26 22:28: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 3C0511065675; Mon, 26 May 2008 22:28:29 +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 0F54B8FC18; Mon, 26 May 2008 22:28:29 +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 m4QMSScB003601; Mon, 26 May 2008 22:28:28 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMSSLN003600; Mon, 26 May 2008 22:28:28 GMT (envelope-from mezz) Message-Id: <200805262228.m4QMSSLN003600@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22: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/x11-themes/gnome-themes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:28:29 -0000 mezz 2008-05-26 22:28:28 UTC FreeBSD ports repository Modified files: x11-themes/gnome-themes Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.48 +1 -1 ports/x11-themes/gnome-themes/Makefile 1.34 +3 -3 ports/x11-themes/gnome-themes/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 59CA3106564A; Mon, 26 May 2008 22:31:32 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD7C8FC13; Mon, 26 May 2008 22:31:32 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QMVVhV003730; Mon, 26 May 2008 22:31:31 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMVVrm003729; Mon, 26 May 2008 22:31:31 GMT (envelope-from pgj) Message-Id: <200805262231.m4QMVVrm003729@repoman.freebsd.org> From: Gabor Pali Date: Mon, 26 May 2008 22:31:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:31:32 -0000 pgj 2008-05-26 22:31:31 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook book.sgml Log: Add myself to the Hungarian translation of the Handbook as translator and maintainer to avoid further confusions about who to send the bug reports to. Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +4 -1 doc/hu_HU.ISO8859-2/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 22:34: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 620EE106566B; Mon, 26 May 2008 22:34:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 350CF8FC18; Mon, 26 May 2008 22:34:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QMYuvY003862; Mon, 26 May 2008 22:34:56 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMYu4m003861; Mon, 26 May 2008 22:34:56 GMT (envelope-from pgj) Message-Id: <200805262234.m4QMYu4m003861@repoman.freebsd.org> From: Gabor Pali Date: Mon, 26 May 2008 22:34:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:34:57 -0000 pgj 2008-05-26 22:34:56 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/mac chapter.sgml Log: MFen: 1.70 --> 1.71 books/handbook/mac/chapter.sgml Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +3 -11 doc/hu_HU.ISO8859-2/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon May 26 22:35: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 4749B1065672; Mon, 26 May 2008 22:35:08 +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 1B3BD8FC15; Mon, 26 May 2008 22:35:08 +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 m4QMZ8sa003926; Mon, 26 May 2008 22:35:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMZ8wj003925; Mon, 26 May 2008 22:35:08 GMT (envelope-from mezz) Message-Id: <200805262235.m4QMZ8wj003925@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22:35: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/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: Mon, 26 May 2008 22:35:08 -0000 mezz 2008-05-26 22:35:07 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to more bottom since /gnome.org doesn't exist. Maybe it will be back later, so keep it in bottom for now. Will need to recheck in next week to see if it should be remove or not. Revision Changes Path 1.449 +2 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 7663F1065677; Mon, 26 May 2008 22:37:16 +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 496288FC0C; Mon, 26 May 2008 22:37:16 +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 m4QMbGmn004035; Mon, 26 May 2008 22:37:16 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMbG2s004034; Mon, 26 May 2008 22:37:16 GMT (envelope-from mezz) Message-Id: <200805262237.m4QMbG2s004034@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22: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: ports/x11/gnome-panel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:37:16 -0000 mezz 2008-05-26 22:37:16 UTC FreeBSD ports repository Modified files: x11/gnome-panel Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.91 +1 -2 ports/x11/gnome-panel/Makefile 1.55 +3 -3 ports/x11/gnome-panel/distinfo 1.47 +4 -1 ports/x11/gnome-panel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 22:39: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 B6FAD106564A; Mon, 26 May 2008 22:39: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 8A66C8FC0C; Mon, 26 May 2008 22:39: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 m4QMduae004092; Mon, 26 May 2008 22:39:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMdu7A004091; Mon, 26 May 2008 22:39:56 GMT (envelope-from rwatson) Message-Id: <200805262239.m4QMdu7A004091@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 May 2008 22:39: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 netgraph.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:39:56 -0000 rwatson 2008-05-26 22:39:56 UTC FreeBSD src repository Modified files: share/man/man4 netgraph.4 Log: Remove now-obsolete Xref to ng_atmpif.4 from netgraph.4. MFC after: 3 weeks Spotted by: antoine Revision Changes Path 1.54 +0 -1 src/share/man/man4/netgraph.4 From owner-cvs-all@FreeBSD.ORG Mon May 26 22:41: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 33B771065671; Mon, 26 May 2008 22:41: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 06DC38FC0A; Mon, 26 May 2008 22:41: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 m4QMf3rY004229; Mon, 26 May 2008 22:41:03 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMf3R5004228; Mon, 26 May 2008 22:41:03 GMT (envelope-from mezz) Message-Id: <200805262241.m4QMf3R5004228@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22:41: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/security/gnome-keyring Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:41:04 -0000 mezz 2008-05-26 22:41:03 UTC FreeBSD ports repository Modified files: security/gnome-keyring Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.33 +1 -1 ports/security/gnome-keyring/Makefile 1.20 +3 -3 ports/security/gnome-keyring/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 22:41: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 8EF11106564A; Mon, 26 May 2008 22:41: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 622478FC13; Mon, 26 May 2008 22:41:40 +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 m4QMfeG7004295; Mon, 26 May 2008 22:41:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMfeeb004294; Mon, 26 May 2008 22:41:40 GMT (envelope-from rwatson) Message-Id: <200805262241.m4QMfeeb004294@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 May 2008 22:41: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/tools/regression/atm/harp atm_udp.ng memory_leak.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: Mon, 26 May 2008 22:41:40 -0000 rwatson 2008-05-26 22:41:40 UTC FreeBSD src repository Removed files: tools/regression/atm/harp atm_udp.ng memory_leak.sh Log: Remove two netatm-specific test parts. MFC after: 3 weeks Spotted by: bz Revision Changes Path 1.2 +0 -155 src/tools/regression/atm/harp/atm_udp.ng (dead) 1.2 +0 -13 src/tools/regression/atm/harp/memory_leak.sh (dead) From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 A9E061065674; Mon, 26 May 2008 22:44:48 +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 7B7338FC28; Mon, 26 May 2008 22:44:48 +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 m4QMile2004401; Mon, 26 May 2008 22:44:47 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMilOa004400; Mon, 26 May 2008 22:44:47 GMT (envelope-from mezz) Message-Id: <200805262244.m4QMilOa004400@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22:44:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnome-system-monitor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:44:48 -0000 mezz 2008-05-26 22:44:47 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-monitor Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.84 +1 -3 ports/sysutils/gnome-system-monitor/Makefile 1.45 +3 -3 ports/sysutils/gnome-system-monitor/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 22:47: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 2C895106568A; Mon, 26 May 2008 22:47: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 F3B0F8FC2E; Mon, 26 May 2008 22:47:35 +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 m4QMlZCe004541; Mon, 26 May 2008 22:47:35 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMlZbp004540; Mon, 26 May 2008 22:47:35 GMT (envelope-from mezz) Message-Id: <200805262247.m4QMlZbp004540@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 22:47:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/cheese Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:47:36 -0000 mezz 2008-05-26 22:47:35 UTC FreeBSD ports repository Modified files: multimedia/cheese Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.4 +1 -1 ports/multimedia/cheese/Makefile 1.3 +3 -3 ports/multimedia/cheese/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 22:54: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 1F2531065670; Mon, 26 May 2008 22:54: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 E2B008FC0C; Mon, 26 May 2008 22:54: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 m4QMsfGj004733; Mon, 26 May 2008 22:54:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QMsf8j004732; Mon, 26 May 2008 22:54:41 GMT (envelope-from rwatson) Message-Id: <200805262254.m4QMsf8j004732@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 May 2008 22: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/netipx spx_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: Mon, 26 May 2008 22:54:42 -0000 rwatson 2008-05-26 22:54:38 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Avoid unnecessary one use of dtom(9) in spx_input(). MFC after: 3 days Revision Changes Path 1.87 +1 -1 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon May 26 22: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 CC4221065677; Mon, 26 May 2008 22:57:24 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5238FC0C; Mon, 26 May 2008 22:57:24 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 4E37D2C50CB0; Tue, 27 May 2008 01:57:23 +0300 (EEST) Date: Tue, 27 May 2008 01:56:53 +0300 From: Ion-Mihai Tetcu To: Cy Schubert Message-ID: <20080527015653.1aae480d@it.buh.tecnik93.com> In-Reply-To: <200805262208.m4QM8PfH001682@repoman.freebsd.org> References: <200805262208.m4QM8PfH001682@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Kh7qbskrKpeFBuYxwJHVHkX"; 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/security/fwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 22:57:24 -0000 --Sig_/Kh7qbskrKpeFBuYxwJHVHkX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 26 May 2008 22:08:25 +0000 (UTC) Cy Schubert wrote: > cy 2008-05-26 22:08:25 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/fwbuilder Makefile=20 > Log: > NOPORTDOCS (r1.41) is not supported by the base release of fwbuilder. > Mark the port BROKEN when NOPORTODOCS is specified. > =20 > Revision Changes Path > 1.47 +5 -1 ports/security/fwbuilder/Makefile You need to do the same to the lib port then. Thanks for talking upstream to really fix this. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/Kh7qbskrKpeFBuYxwJHVHkX Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg7QFIACgkQJ7GIuiH/oeUe6wCfb9YVbOUI5sn9PrBUWNVB6pvC tyUAni3kBKHNimw+bZLw4kh9oCSb9lFE =rkn+ -----END PGP SIGNATURE----- --Sig_/Kh7qbskrKpeFBuYxwJHVHkX-- From owner-cvs-all@FreeBSD.ORG Mon May 26 23:00: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 DDA2B106564A; Mon, 26 May 2008 23:00:11 +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 C7ED48FC14; Mon, 26 May 2008 23:00:11 +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 m4QN0BY6005039; Mon, 26 May 2008 23:00:11 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QN0B7S005038; Mon, 26 May 2008 23:00:11 GMT (envelope-from mezz) Message-Id: <200805262300.m4QN0B7S005038@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:00: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/security/seahorse Makefile distinfo ports/security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_seahorse-secure-memory.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, 26 May 2008 23:00:12 -0000 mezz 2008-05-26 23:00:11 UTC FreeBSD ports repository Modified files: security/seahorse Makefile distinfo Removed files: security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_seahorse-secure-memory.h Log: Update to 2.22.2. Revision Changes Path 1.68 +1 -2 ports/security/seahorse/Makefile 1.27 +3 -3 ports/security/seahorse/distinfo 1.2 +0 -42 ports/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.c (dead) 1.2 +0 -11 ports/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.h (dead) From owner-cvs-all@FreeBSD.ORG Mon May 26 23:02: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 804FA1065675; Mon, 26 May 2008 23:02:29 +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 535788FC16; Mon, 26 May 2008 23:02:29 +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 m4QN2Txh005128; Mon, 26 May 2008 23:02:29 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QN2TXU005127; Mon, 26 May 2008 23:02:29 GMT (envelope-from mezz) Message-Id: <200805262302.m4QN2TXU005127@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:02:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/mousetweaks Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 23:02:29 -0000 mezz 2008-05-26 23:02:29 UTC FreeBSD ports repository Modified files: accessibility/mousetweaks Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.3 +1 -1 ports/accessibility/mousetweaks/Makefile 1.3 +3 -3 ports/accessibility/mousetweaks/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 23:03:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01CEE1065676 for ; Mon, 26 May 2008 23:03:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF5D8FC12 for ; Mon, 26 May 2008 23:03:32 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 19270 invoked by uid 399); 26 May 2008 23:14:48 -0000 Received: from localhost (HELO lap.lan) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 26 May 2008 23:14:48 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <483B41C2.4050602@FreeBSD.org> Date: Mon, 26 May 2008 16:03:30 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.14 (X11/20080525) MIME-Version: 1.0 To: Jeremy Messenger References: <200805262235.m4QMZ8wj003925@repoman.freebsd.org> In-Reply-To: <200805262235.m4QMZ8wj003925@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: 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: Mon, 26 May 2008 23:03:33 -0000 Jeremy Messenger wrote: > mezz 2008-05-26 22:35:07 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.sites.mk > Log: > Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to more > bottom since /gnome.org doesn't exist. Maybe it will be back later, so keep > it in bottom for now. Will need to recheck in next week to see if it should > be remove or not. > > Revision Changes Path > 1.449 +2 -3 ports/Mk/bsd.sites.mk > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.sites.mk.diff?&r1=1.448&r2=1.449&f=h > Moving it to the bottom doesn't help those of us who have RANDOMIZE_MASTER_SITES defined. IMO it's better to take it out if it's not working. Your commit log does a good job of explaining why, and that retesting down the road is indicated. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon May 26 23:13:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B180D1065671; Mon, 26 May 2008 23:13:00 +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 845838FC0C; Mon, 26 May 2008 23:13:00 +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 m4QND0lT006648; Mon, 26 May 2008 23:13:00 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QND0j4006647; Mon, 26 May 2008 23:13:00 GMT (envelope-from mezz) Message-Id: <200805262313.m4QND0j4006647@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:13:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/epiphany 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, 26 May 2008 23:13:00 -0000 mezz 2008-05-26 23:13:00 UTC FreeBSD ports repository Modified files: www/epiphany Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.121 +2 -2 ports/www/epiphany/Makefile 1.65 +3 -3 ports/www/epiphany/distinfo 1.55 +1 -1 ports/www/epiphany/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 23: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 1C7AC106564A; Mon, 26 May 2008 23:16:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E37AF8FC0C; Mon, 26 May 2008 23:16:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4QNGRMP006762; Mon, 26 May 2008 23:16:27 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNGRuL006761; Mon, 26 May 2008 23:16:27 GMT (envelope-from cy) Message-Id: <200805262316.m4QNGRuL006761@repoman.freebsd.org> From: Cy Schubert Date: Mon, 26 May 2008 23:16: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/security/libfwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 23:16:28 -0000 cy 2008-05-26 23:16:27 UTC FreeBSD ports repository Modified files: security/libfwbuilder Makefile Log: NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder. Mark port BROKEN when NOPORTDOCS is specified. Revision Changes Path 1.43 +5 -1 ports/security/libfwbuilder/Makefile From owner-cvs-all@FreeBSD.ORG Mon May 26 23: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 AD5F2106566B; Mon, 26 May 2008 23:18:16 +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 806D48FC19; Mon, 26 May 2008 23:18:16 +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 m4QNIGuT006841; Mon, 26 May 2008 23:18:16 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNIGJA006840; Mon, 26 May 2008 23:18:16 GMT (envelope-from mezz) Message-Id: <200805262318.m4QNIGJA006840@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:18: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/www/epiphany-extensions Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 23:18:16 -0000 mezz 2008-05-26 23:18:15 UTC FreeBSD ports repository Modified files: www/epiphany-extensions Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.51 +1 -2 ports/www/epiphany-extensions/Makefile 1.30 +3 -3 ports/www/epiphany-extensions/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 23:20: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 4CFFF106566C; Mon, 26 May 2008 23:20:29 +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 1FDA88FC1D; Mon, 26 May 2008 23:20:29 +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 m4QNKTuk007010; Mon, 26 May 2008 23:20:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNKT5g007009; Mon, 26 May 2008 23:20:29 GMT (envelope-from maho) Message-Id: <200805262320.m4QNKT5g007009@repoman.freebsd.org> From: Maho Nakata Date: Mon, 26 May 2008 23:20:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-3-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: Mon, 26 May 2008 23:20:29 -0000 maho 2008-05-26 23:20:28 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile distinfo Log: Update to BEA300_m2. Revision Changes Path 1.339 +2 -2 ports/editors/openoffice.org-3-RC/Makefile 1.134 +3 -3 ports/editors/openoffice.org-3-RC/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 23:21: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 7DE241065671; Mon, 26 May 2008 23:21: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 50D728FC1D; Mon, 26 May 2008 23:21: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 m4QNLaV1007070; Mon, 26 May 2008 23:21:36 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNLa0Y007069; Mon, 26 May 2008 23:21:36 GMT (envelope-from mezz) Message-Id: <200805262321.m4QNLa0Y007069@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:21: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/gnome-terminal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 23:21:36 -0000 mezz 2008-05-26 23:21:36 UTC FreeBSD ports repository Modified files: x11/gnome-terminal Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.50 +1 -2 ports/x11/gnome-terminal/Makefile 1.31 +3 -3 ports/x11/gnome-terminal/distinfo From owner-cvs-all@FreeBSD.ORG Mon May 26 23:30: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 98C531065675; Mon, 26 May 2008 23:30:46 +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 6B1858FC1B; Mon, 26 May 2008 23:30:46 +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 m4QNUk1p007397; Mon, 26 May 2008 23:30:46 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNUj4a007396; Mon, 26 May 2008 23:30:45 GMT (envelope-from mezz) Message-Id: <200805262330.m4QNUj4a007396@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:30: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-themes/gtk-engines2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 23:30:46 -0000 mezz 2008-05-26 23:30:45 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo pkg-plist Log: Update to 2.14.2. Revision Changes Path 1.71 +2 -2 ports/x11-themes/gtk-engines2/Makefile 1.29 +3 -3 ports/x11-themes/gtk-engines2/distinfo 1.23 +0 -66 ports/x11-themes/gtk-engines2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 23:36: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 3100C1065671; Mon, 26 May 2008 23:36:23 +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 02ECA8FC12; Mon, 26 May 2008 23:36:23 +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 m4QNaMIc007661; Mon, 26 May 2008 23:36:22 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNaMCG007660; Mon, 26 May 2008 23:36:22 GMT (envelope-from mezz) Message-Id: <200805262336.m4QNaMCG007660@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23: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/deskutils/deskbar-applet 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, 26 May 2008 23:36:23 -0000 mezz 2008-05-26 23:36:22 UTC FreeBSD ports repository Modified files: deskutils/deskbar-applet Makefile distinfo pkg-plist Log: Update to 2.22.2.1. Revision Changes Path 1.27 +1 -2 ports/deskutils/deskbar-applet/Makefile 1.19 +3 -3 ports/deskutils/deskbar-applet/distinfo 1.21 +7 -1 ports/deskutils/deskbar-applet/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon May 26 23:44: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 6319C106566B; Mon, 26 May 2008 23:44:19 +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 35AE48FC14; Mon, 26 May 2008 23:44:19 +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 m4QNiIAb007939; Mon, 26 May 2008 23:44:18 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4QNiILx007938; Mon, 26 May 2008 23:44:18 GMT (envelope-from mezz) Message-Id: <200805262344.m4QNiILx007938@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 May 2008 23:44:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gvfs 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, 26 May 2008 23:44:19 -0000 mezz 2008-05-26 23:44:18 UTC FreeBSD ports repository Modified files: devel/gvfs Makefile distinfo pkg-plist Log: Update to 0.2.4. Revision Changes Path 1.9 +1 -2 ports/devel/gvfs/Makefile 1.4 +3 -3 ports/devel/gvfs/distinfo 1.6 +4 -2 ports/devel/gvfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 00:20:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 881FC106566B; Tue, 27 May 2008 00:20:20 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59C038FC16; Tue, 27 May 2008 00:20:20 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R0KKdP010158; Tue, 27 May 2008 00:20:20 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R0KKrQ010157; Tue, 27 May 2008 00:20:20 GMT (envelope-from attilio) Message-Id: <200805270020.m4R0KKrQ010157@repoman.freebsd.org> From: Attilio Rao Date: Tue, 27 May 2008 00:20: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/nfs4client nfs4_vnops.c src/sys/nfsclient nfs_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, 27 May 2008 00:20:20 -0000 attilio 2008-05-27 00:20:19 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_vnops.c Log: Once the ENOLCK is detected we expect to retry the acquisition. Anyway, in the edge case the flushing happens and the while is no more executed, nfs_flush() (and nfs4_flush()) can return with a wrong err value of ENOLCK. Bring it back to 0, as we expect to have for that case. Reported by: kris Reviewed by: kib Revision Changes Path 1.45 +3 -1 src/sys/nfs4client/nfs4_vnops.c 1.285 +3 -1 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Tue May 27 00:27: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 26C6F1065670; Tue, 27 May 2008 00:27:51 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDE458FC12; Tue, 27 May 2008 00:27:50 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R0Roe1010433; Tue, 27 May 2008 00:27:50 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R0RoqZ010432; Tue, 27 May 2008 00:27:50 GMT (envelope-from attilio) Message-Id: <200805270027.m4R0RoqZ010432@repoman.freebsd.org> From: Attilio Rao Date: Tue, 27 May 2008 00:27: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/kern kern_rwlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 00:27:51 -0000 attilio 2008-05-27 00:27:50 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Improve a comment which, in the actual CVS stock, doesn't completely explain the logic of the code chunk. Revision Changes Path 1.39 +5 -2 src/sys/kern/kern_rwlock.c From owner-cvs-all@FreeBSD.ORG Tue May 27 00:36: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 70DCF1065670; Tue, 27 May 2008 00:36: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 439158FC19; Tue, 27 May 2008 00:36: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 m4R0a4IO010740; Tue, 27 May 2008 00:36:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R0a4DH010739; Tue, 27 May 2008 00:36:04 GMT (envelope-from mezz) Message-Id: <200805270036.m4R0a4DH010739@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 27 May 2008 00:36: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.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: Tue, 27 May 2008 00:36:04 -0000 mezz 2008-05-27 00:36:04 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Instead of move to bottom and remove it. The GNOME has many mirrors anyway. Requested by: dougb Revision Changes Path 1.450 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Tue May 27 00:36: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 F38E21065671; Tue, 27 May 2008 00:36:09 +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 424E48FC20; Tue, 27 May 2008 00:36:09 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080527003609.TMKW26184.eastrmmtao102.cox.net@eastrmimpo02.cox.net>; Mon, 26 May 2008 20:36:09 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id WQc71Z00C4iy4EG02Qc7MA; Mon, 26 May 2008 20:36:08 -0400 Date: Mon, 26 May 2008 19:38:27 -0500 To: "Doug Barton" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200805262235.m4QMZ8wj003925@repoman.freebsd.org> <483B41C2.4050602@FreeBSD.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <483B41C2.4050602@FreeBSD.org> User-Agent: Opera Mail/9.27 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: 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: Tue, 27 May 2008 00:36:10 -0000 On Mon, 26 May 2008 18:03:30 -0500, Doug Barton wrot= e: > Jeremy Messenger wrote: >> mezz 2008-05-26 22:35:07 UTC >> FreeBSD ports repository >> Modified files: >> Mk bsd.sites.mk Log: >> Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to= = >> more >> bottom since /gnome.org doesn't exist. Maybe it will be back later,= = >> so keep >> it in bottom for now. Will need to recheck in next week to see if i= t = >> should >> be remove or not. >> Revision Changes Path >> 1.449 +2 -3 ports/Mk/bsd.sites.mk >> = >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.sites.mk.diff?&r1=3D= 1.448&r2=3D1.449&f=3Dh >> > > Moving it to the bottom doesn't help those of us who have = > RANDOMIZE_MASTER_SITES defined. I do realized about that and it's harmless (only a week) as it will = skipping to the next mirror. > IMO it's better to take it out if it's not working. Done, GNOME has enough mirrors so I have removed it. ;-) Cheers, Mezz > Your commit log does a good job of explaining why, and that retesting = = > down the road is indicated. > > Doug -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue May 27 01:16: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 D5993106566B; Tue, 27 May 2008 01:16:41 +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 9F0028FC17; Tue, 27 May 2008 01:16:41 +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 m4R1Gfv9022209; Tue, 27 May 2008 01:16:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1Gfg3022208; Tue, 27 May 2008 01:16:41 GMT (envelope-from yongari) Message-Id: <200805270116.m4R1Gfg3022208@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 01:16: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/mii jmphy.c jmphyreg.h miidevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 01:16:41 -0000 yongari 2008-05-27 01:16:41 UTC FreeBSD src repository Modified files: sys/dev/mii miidevs Added files: sys/dev/mii jmphy.c jmphyreg.h Log: Add JMicron JMP202/JMP211 PHY driver. Revision Changes Path 1.1 +379 -0 src/sys/dev/mii/jmphy.c (new) 1.1 +108 -0 src/sys/dev/mii/jmphyreg.h (new) 1.56 +5 -0 src/sys/dev/mii/miidevs From owner-cvs-all@FreeBSD.ORG Tue May 27 01:23:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A72381065671; Tue, 27 May 2008 01:23:17 +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 794A28FC14; Tue, 27 May 2008 01:23:17 +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 m4R1NH9C022504; Tue, 27 May 2008 01:23:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1NHct022503; Tue, 27 May 2008 01:23:17 GMT (envelope-from yongari) Message-Id: <200805270123.m4R1NHct022503@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 01:23: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/conf files src/sys/modules/mii Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 01:23:17 -0000 yongari 2008-05-27 01:23:17 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/mii Makefile Log: Connect jmphy(4) to the build. Revision Changes Path 1.1304 +1 -0 src/sys/conf/files 1.34 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 01:42: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 8A6111065675; Tue, 27 May 2008 01:42:02 +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 754178FC1C; Tue, 27 May 2008 01:42:02 +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 m4R1g2FB023107; Tue, 27 May 2008 01:42:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1g2TD023106; Tue, 27 May 2008 01:42:02 GMT (envelope-from yongari) Message-Id: <200805270142.m4R1g2TD023106@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 01:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h if_jmevar.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, 27 May 2008 01:42:02 -0000 yongari 2008-05-27 01:42:01 UTC FreeBSD src repository Added files: sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h Log: Add driver support for PCIe adapters based on JMicron JMC250 gigabit ethernet and JMC260 fast ethernet controllers. ATM jme(4) supports all hardware features except RSS and multiple Tx/Rx queue. In these days most ethernet controller vendors take a ply of concealing hardware detailes from open source developers. As contrasted with these vendors JMicron provided all necessary information needed to write a stable driver during driver writing and answered many questions I had. They even helped fixing driver bugs with protocol analyzer. Many thanks to JMicron for their support of FreeBSD. H/W donated by: JMicron Revision Changes Path 1.1 +3083 -0 src/sys/dev/jme/if_jme.c (new) 1.1 +1010 -0 src/sys/dev/jme/if_jmereg.h (new) 1.1 +232 -0 src/sys/dev/jme/if_jmevar.h (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 01:53: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 B49E31065677; Tue, 27 May 2008 01:53:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86EFF8FC13; Tue, 27 May 2008 01:53:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R1rBdm023534; Tue, 27 May 2008 01:53:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1rB1Q023533; Tue, 27 May 2008 01:53:11 GMT (envelope-from linimon) Message-Id: <200805270153.m4R1rB1Q023533@repoman.freebsd.org> From: Mark Linimon Date: Tue, 27 May 2008 01:53:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/srvx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 01:53:11 -0000 linimon 2008-05-27 01:53:11 UTC FreeBSD ports repository Modified files: irc/srvx Makefile Log: Maintainer wishes to relinquish maintainership: apparently the port does build, but fails to package. Revision Changes Path 1.8 +1 -1 ports/irc/srvx/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 01:54: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 0C6DD106564A; Tue, 27 May 2008 01:54:46 +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 D21BE8FC15; Tue, 27 May 2008 01:54:45 +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 m4R1sjf3023639; Tue, 27 May 2008 01:54:45 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1sjAn023638; Tue, 27 May 2008 01:54:45 GMT (envelope-from yongari) Message-Id: <200805270154.m4R1sjAn023638@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 01:54: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/conf NOTES files src/sys/modules Makefile src/sys/modules/jme Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 01:54:46 -0000 yongari 2008-05-27 01:54:45 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/modules Makefile Added files: sys/modules/jme Makefile Log: Hook up jme(4) to the build. Revision Changes Path 1.1492 +1 -0 src/sys/conf/NOTES 1.1305 +1 -0 src/sys/conf/files 1.570 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/jme/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 01:54:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEA151065753; Tue, 27 May 2008 01:54:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD4B28FC17; Tue, 27 May 2008 01:54:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R1smfo023666; Tue, 27 May 2008 01:54:48 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1smke023665; Tue, 27 May 2008 01:54:48 GMT (envelope-from linimon) Message-Id: <200805270154.m4R1smke023665@repoman.freebsd.org> From: Mark Linimon Date: Tue, 27 May 2008 01:54:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/gtk-cleanice-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 01:54:49 -0000 linimon 2008-05-27 01:54:48 UTC FreeBSD ports repository Modified files: x11-themes/gtk-cleanice-engine Makefile Log: Maintainer wishes to give up this port. Revision Changes Path 1.18 +1 -1 ports/x11-themes/gtk-cleanice-engine/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 01:59: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 7669B1065672; Tue, 27 May 2008 01:59:17 +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 48DE18FC16; Tue, 27 May 2008 01:59:17 +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 m4R1xHZ9023869; Tue, 27 May 2008 01:59:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R1xHsr023868; Tue, 27 May 2008 01:59:17 GMT (envelope-from yongari) Message-Id: <200805270159.m4R1xHsr023868@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 01:59: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/share/man/man4 jme.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, 27 May 2008 01:59:17 -0000 yongari 2008-05-27 01:59:17 UTC FreeBSD src repository Added files: share/man/man4 jme.4 Log: Add man page for jme(4). Reviewed by: brueffer Revision Changes Path 1.1 +153 -0 src/share/man/man4/jme.4 (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 02: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 2FE131065675; Tue, 27 May 2008 02:01:44 +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 027C38FC0C; Tue, 27 May 2008 02:01:44 +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 m4R21hxP024017; Tue, 27 May 2008 02:01:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R21hlw024016; Tue, 27 May 2008 02:01:43 GMT (envelope-from yongari) Message-Id: <200805270201.m4R21hlw024016@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:01: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/share/man/man4 vlan.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, 27 May 2008 02:01:44 -0000 yongari 2008-05-27 02:01:43 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Add jme(4) to the list of devices supporting full VLAN processing in hardware. Revision Changes Path 1.47 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-all@FreeBSD.ORG Tue May 27 02:03:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F8E3106566C; Tue, 27 May 2008 02:03:27 +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 226248FC18; Tue, 27 May 2008 02:03:27 +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 m4R23R8n025178; Tue, 27 May 2008 02:03:27 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R23R6r025177; Tue, 27 May 2008 02:03:27 GMT (envelope-from yongari) Message-Id: <200805270203.m4R23R6r025177@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:03: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/share/man/man4 altq.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, 27 May 2008 02:03:27 -0000 yongari 2008-05-27 02:03:27 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 Log: Add jme(4) to the list of drivers supporting ALTQ. Revision Changes Path 1.35 +2 -1 src/share/man/man4/altq.4 From owner-cvs-all@FreeBSD.ORG Tue May 27 02:07: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 19D03106564A; Tue, 27 May 2008 02:07:31 +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 E06148FC16; Tue, 27 May 2008 02:07:30 +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 m4R27UMd025359; Tue, 27 May 2008 02:07:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R27U5t025358; Tue, 27 May 2008 02:07:30 GMT (envelope-from yongari) Message-Id: <200805270207.m4R27U5t025358@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:07: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/share/man/man4 miibus.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, 27 May 2008 02:07:31 -0000 yongari 2008-05-27 02:07:30 UTC FreeBSD src repository Modified files: share/man/man4 miibus.4 Log: Add jme(4) to the list of drivers use the miibus interface. Revision Changes Path 1.23 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-all@FreeBSD.ORG Tue May 27 02:08: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 CC8261065689; Tue, 27 May 2008 02:08:01 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5E28FC18; Tue, 27 May 2008 02:08:01 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R2817h025419; Tue, 27 May 2008 02:08:01 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R281g4025418; Tue, 27 May 2008 02:08:01 GMT (envelope-from kuriyama) Message-Id: <200805270208.m4R281g4025418@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 27 May 2008 02:08:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/net-snmp Makefile ports/net-mgmt/net-snmp/files patch-memory_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:08:01 -0000 kuriyama 2008-05-27 02:08:01 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp Makefile Added files: net-mgmt/net-snmp/files patch-memory_freebsd.c Log: o Resurrect UCD-SNMP-MIB::memBuffer MIB [1]. o Add WITH_MFD_REWRITES knob [2] PR: ports/123073 [1] Submitted by: valerio.daelli@gmail.com [1], "Chris" via email [2] Revision Changes Path 1.155 +7 -1 ports/net-mgmt/net-snmp/Makefile 1.1 +39 -0 ports/net-mgmt/net-snmp/files/patch-memory_freebsd.c (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 02:13: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 503531065678; Tue, 27 May 2008 02:13:26 +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 22CEF8FC13; Tue, 27 May 2008 02:13:26 +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 m4R2DQpA025623; Tue, 27 May 2008 02:13:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2DQRZ025622; Tue, 27 May 2008 02:13:26 GMT (envelope-from yongari) Message-Id: <200805270213.m4R2DQRZ025622@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:13: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/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:13:26 -0000 yongari 2008-05-27 02:13:25 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Add an entry for the jme(4) module. Revision Changes Path 1.126 +1 -0 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Tue May 27 02:13: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 7FE4C1065672; Tue, 27 May 2008 02:13:59 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52BD98FC1E; Tue, 27 May 2008 02:13:59 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R2Dx5H025658; Tue, 27 May 2008 02:13:59 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2DxvF025657; Tue, 27 May 2008 02:13:59 GMT (envelope-from kuriyama) Message-Id: <200805270213.m4R2DxvF025657@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 27 May 2008 02: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/japanese/zipcodes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:13:59 -0000 kuriyama 2008-05-27 02:13:59 UTC FreeBSD ports repository Modified files: japanese/zipcodes Makefile distinfo Log: Update to 20080430 version. Revision Changes Path 1.60 +1 -1 ports/japanese/zipcodes/Makefile 1.44 +6 -6 ports/japanese/zipcodes/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 02:15: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 A163E106566B; Tue, 27 May 2008 02:15:41 +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 73A3A8FC1C; Tue, 27 May 2008 02:15:41 +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 m4R2FfOa025758; Tue, 27 May 2008 02:15:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2Ff3L025757; Tue, 27 May 2008 02:15:41 GMT (envelope-from yongari) Message-Id: <200805270215.m4R2Ff3L025757@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:15: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/sysinstall devices.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:15:41 -0000 yongari 2008-05-27 02:15:41 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Add jme(4) to the list of supported network interface. Revision Changes Path 1.176 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-all@FreeBSD.ORG Tue May 27 02:16: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 1353C10657A9; Tue, 27 May 2008 02:16:06 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA7FF8FC13; Tue, 27 May 2008 02:16:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R2G5r1025792; Tue, 27 May 2008 02:16:05 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2G5IU025791; Tue, 27 May 2008 02:16:05 GMT (envelope-from ariff) Message-Id: <200805270216.m4R2G5IU025791@repoman.freebsd.org> From: Ariff Abdullah Date: Tue, 27 May 2008 02:16: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/dev/sound/pcm dsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:16:06 -0000 ariff 2008-05-27 02:16:05 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c Log: Release pcm mutex before calling snd_clone_unref(), which in turns might calling destroy_dev() with sleepable malloc(9). The entire opetation is being serialized through pcm cv from top down, so dropping mutex is rather safe. Reported by: delphij Revision Changes Path 1.109 +7 -0 src/sys/dev/sound/pcm/dsp.c From owner-cvs-all@FreeBSD.ORG Tue May 27 02:18: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 E31C01065677; Tue, 27 May 2008 02:18:17 +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 B60CA8FC0C; Tue, 27 May 2008 02:18:17 +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 m4R2IHT6025929; Tue, 27 May 2008 02:18:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2IHZV025928; Tue, 27 May 2008 02:18:17 GMT (envelope-from yongari) Message-Id: <200805270218.m4R2IHZV025928@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:18: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/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:18:18 -0000 yongari 2008-05-27 02:18:17 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Hook up jme(4) to the build. Revision Changes Path 1.419 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 02:22: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 DBCF1106564A; Tue, 27 May 2008 02:22:32 +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 ADFDB8FC1A; Tue, 27 May 2008 02:22:32 +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 m4R2MW3j026180; Tue, 27 May 2008 02:22:32 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2MWbI026179; Tue, 27 May 2008 02:22:32 GMT (envelope-from yongari) Message-Id: <200805270222.m4R2MWbI026179@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 02:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/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, 27 May 2008 02:22:33 -0000 yongari 2008-05-27 02:22:32 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Add jme(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.501 +1 -0 src/sys/amd64/conf/GENERIC 1.491 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue May 27 02:46: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 B8233106567F; Tue, 27 May 2008 02:46:45 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5AD8FC1E; Tue, 27 May 2008 02:46:45 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R2kjjn026966; Tue, 27 May 2008 02:46:45 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R2kjB3026965; Tue, 27 May 2008 02:46:45 GMT (envelope-from sumikawa) Message-Id: <200805270246.m4R2kjB3026965@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 27 May 2008 02:46: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/cvs+ipv6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 02:46:45 -0000 sumikawa 2008-05-27 02:46:45 UTC FreeBSD ports repository Modified files: devel/cvs+ipv6 Makefile Log: Add cvs-devel on CONFLICTS. PR: ports/118034 From: Balwinder S Dheeman Revision Changes Path 1.23 +1 -2 ports/devel/cvs+ipv6/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 03:43: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 9862A106566B; Tue, 27 May 2008 03:43:45 +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 6C6A08FC1A; Tue, 27 May 2008 03:43:45 +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 m4R3hjvo029928; Tue, 27 May 2008 03:43:45 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R3hjip029927; Tue, 27 May 2008 03:43:45 GMT (envelope-from yongari) Message-Id: <200805270343.m4R3hjip029927@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 27 May 2008 03:43:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 age.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, 27 May 2008 03:43:45 -0000 yongari 2008-05-27 03:43:45 UTC FreeBSD src repository Modified files: share/man/man4 age.4 Log: ASUS G2S notebook is supported by age(4). Reported by: Chad Albert ( chad.albert AT healthcarefirst DOT com ) Revision Changes Path 1.2 +2 -0 src/share/man/man4/age.4 From owner-cvs-all@FreeBSD.ORG Tue May 27 04:12: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 0DDED106567E; Tue, 27 May 2008 04:12:18 +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 D659F8FC17; Tue, 27 May 2008 04:12:17 +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 m4R4CHIt032188; Tue, 27 May 2008 04:12:17 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R4CHX2032187; Tue, 27 May 2008 04:12:17 GMT (envelope-from kientzle) Message-Id: <200805270412.m4R4CHX2032187@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 27 May 2008 04:12: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/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: Tue, 27 May 2008 04:12:18 -0000 kientzle 2008-05-27 04:12:17 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile Log: Until the old archive.h.in gets renamed to archive.h in the repository, we still need some Makefile trickery to ensure archive.h is correctly built for the test harness. Revision Changes Path 1.20 +7 -1 src/lib/libarchive/test/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 04: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 E6BF010656B5; Tue, 27 May 2008 04: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 BB2678FC16; Tue, 27 May 2008 04: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 m4R4i7so033238; Tue, 27 May 2008 04: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 m4R4i7HB033237; Tue, 27 May 2008 04:44:07 GMT (envelope-from kientzle) Message-Id: <200805270444.m4R4i7HB033237@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 27 May 2008 04: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/usr.bin/tar subst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 04:44:08 -0000 kientzle 2008-05-27 04:44:07 UTC FreeBSD src repository Modified files: usr.bin/tar subst.c Log: Compatibility fix: define REG_BASIC if it isn't already. In particular, glibc has a suitable regex implementation, but doesn't define this constant. Thanks to: Diego "Flameeyes" Pettenò Revision Changes Path 1.2 +4 -0 src/usr.bin/tar/subst.c From owner-cvs-all@FreeBSD.ORG Tue May 27 04:46: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 77B19106564A; Tue, 27 May 2008 04:46:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3098FC1B; Tue, 27 May 2008 04:46:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R4kCo6033392; Tue, 27 May 2008 04:46:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R4kC8s033391; Tue, 27 May 2008 04:46:12 GMT (envelope-from kientzle) Message-Id: <200805270446.m4R4kC8s033391@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 27 May 2008 04:46: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/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: Tue, 27 May 2008 04:46:12 -0000 kientzle 2008-05-27 04:46:12 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Minor code hardening: Verify the final bytes of the string are actually accessible before trying to use them. Revision Changes Path 1.69 +1 -1 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-all@FreeBSD.ORG Tue May 27 04:46: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 0560D106566B; Tue, 27 May 2008 04:46:47 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4098FC19; Tue, 27 May 2008 04:46:46 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R4kkNp033457; Tue, 27 May 2008 04:46:46 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R4kkNT033456; Tue, 27 May 2008 04:46:46 GMT (envelope-from matusita) Message-Id: <200805270446.m4R4kkNT033456@repoman.freebsd.org> From: Makoto Matsushita Date: Tue, 27 May 2008 04:46:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/popfile 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, 27 May 2008 04:46:47 -0000 matusita 2008-05-27 04:46:46 UTC FreeBSD ports repository Modified files: mail/popfile Makefile distinfo pkg-plist Log: Update to v1.0.1. The manual is no longer bundled with the POPFile distribution. Use http://getpopfile.org/docs/ instead (you may find a link to this page at the bottom of POPFile Control Center page). Revision Changes Path 1.20 +1 -1 ports/mail/popfile/Makefile 1.14 +3 -3 ports/mail/popfile/distinfo 1.11 +1 -44 ports/mail/popfile/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 05:03: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 884201065678 for ; Tue, 27 May 2008 05:03:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with ESMTP id 24A478FC22 for ; Tue, 27 May 2008 05:03:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 20213 invoked by uid 399); 27 May 2008 05:15:09 -0000 Received: from localhost (HELO lap.lan) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 27 May 2008 05:15:09 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <483B9631.7010608@FreeBSD.org> Date: Mon, 26 May 2008 22:03:45 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.14 (X11/20080525) MIME-Version: 1.0 To: Jeremy Messenger References: <200805262235.m4QMZ8wj003925@repoman.freebsd.org> <483B41C2.4050602@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.95.6 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: 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: Tue, 27 May 2008 05:03:50 -0000 Jeremy Messenger wrote: > On Mon, 26 May 2008 18:03:30 -0500, Doug Barton wrote: > >> Jeremy Messenger wrote: >>> mezz 2008-05-26 22:35:07 UTC >>> FreeBSD ports repository >>> Modified files: >>> Mk bsd.sites.mk Log: >>> Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to >>> more >>> bottom since /gnome.org doesn't exist. Maybe it will be back later, >>> so keep >>> it in bottom for now. Will need to recheck in next week to see if >>> it should >>> be remove or not. >>> Revision Changes Path >>> 1.449 +2 -3 ports/Mk/bsd.sites.mk >>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.sites.mk.diff?&r1=1.448&r2=1.449&f=h >>> >>> >> >> Moving it to the bottom doesn't help those of us who have >> RANDOMIZE_MASTER_SITES defined. > > I do realized about that and it's harmless (only a week) as it will > skipping to the next mirror. > >> IMO it's better to take it out if it's not working. > > Done, GNOME has enough mirrors so I have removed it. ;-) Thanks. :) Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Tue May 27 05: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 92D84106566B; Tue, 27 May 2008 05:10:54 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD138FC17; Tue, 27 May 2008 05:10:54 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R5AsFZ044555; Tue, 27 May 2008 05:10:54 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5Asbd044554; Tue, 27 May 2008 05:10:54 GMT (envelope-from keramida) Message-Id: <200805270510.m4R5Asbd044554@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 27 May 2008 05:10:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.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, 27 May 2008 05:10:54 -0000 keramida 2008-05-27 05:10:54 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: Add a -n option to pkg_create(1), to inhibit duplicate work. When run without this option, multiple runs of `pkg_create -Rb' will recreate common packages multiple times. This can take a lot of time for large packages. With the -n option `pkg_create -b' checks with stat(2) and skips packages that already exist. Note that this may *not* be safe of the existing output file is not really a package, or if it has been corrupted, modified or otherwise tinkered with between subsequent pkg_create runs. For this and POLA reasons, the default behavior is to *rebuild* the packages, and the -n option can be used when we know it is `safe' to run in no-regenerate mode. Inspired by: A post to freebsd-questions by Matthias Apitz < matthias.apitz at oclc.org > Reviewed by: marcus, flz Approved by: marcus MFC after: 2 weeks Revision Changes Path 1.27 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.42 +7 -2 src/usr.sbin/pkg_install/create/main.c 1.83 +13 -0 src/usr.sbin/pkg_install/create/perform.c 1.73 +21 -3 src/usr.sbin/pkg_install/create/pkg_create.1 From owner-cvs-all@FreeBSD.ORG Tue May 27 05:23: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 2C1C7106566C for ; Tue, 27 May 2008 05:23:59 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id E40FE8FC19 for ; Tue, 27 May 2008 05:23:58 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id b33so537642ana.13 for ; Mon, 26 May 2008 22:23:58 -0700 (PDT) Received: by 10.100.33.4 with SMTP id g4mr838485ang.111.1211865838104; Mon, 26 May 2008 22:23:58 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Mon, 26 May 2008 22:23:58 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 22:23:58 -0700 From: "Peter Wemm" To: "Poul-Henning Kamp" In-Reply-To: <21823.1211785618@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 05:23:59 -0000 On Mon, May 26, 2008 at 12:06 AM, Poul-Henning Kamp wrote: > In message <20080525221112.GH5179@what-creek.com>, John Birrell writes: > >>I will back out the change, but I think you are making the 'universe' target >>out to be more than was intended. We used to talk about tiers. We seem to have >>lost sight of that. > > No, architecture tiers is about code how well the code runs, make > universe is simply a way to keep it compiling. sparc64 and sun4v share userland. The sparc64 in universe overs 99% of the compile test for sun4v already. It seems a shame to compile sparc64 userland twice for universe. And on that note, do we compile i386 twice for i386 and pc98? I might find myself more inclined to use 'universe' if it had less duplicated work. -- 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 Tue May 27 05:35:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 780991065676; Tue, 27 May 2008 05:35:27 +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 4CBE08FC1A; Tue, 27 May 2008 05:35:27 +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 m4R5ZRUc045305; Tue, 27 May 2008 05:35:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5ZRu0045304; Tue, 27 May 2008 05:35:27 GMT (envelope-from ahze) Message-Id: <200805270535.m4R5ZRu0045304@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 05:35:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/dejavu Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:35:27 -0000 ahze 2008-05-27 05:35:27 UTC FreeBSD ports repository Modified files: x11-fonts/dejavu Makefile distinfo Log: Update to 2.25 Revision Changes Path 1.40 +1 -2 ports/x11-fonts/dejavu/Makefile 1.38 +3 -3 ports/x11-fonts/dejavu/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 05: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 AE9A81065678; Tue, 27 May 2008 05:39:48 +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 646738FC18; Tue, 27 May 2008 05:39:48 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 9EC44170E3; Tue, 27 May 2008 05:39:46 +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 m4R5djVJ045322; Tue, 27 May 2008 05:39:46 GMT (envelope-from phk@critter.freebsd.dk) To: "Peter Wemm" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 26 May 2008 22:23:58 MST." Date: Tue, 27 May 2008 05:39:45 +0000 Message-ID: <45321.1211866785@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 05:39:48 -0000 In message , "Peter Wemm" writes: >sparc64 and sun4v share userland. The sparc64 in universe overs 99% >of the compile test for sun4v already. Are there any #ifdef sun4v in userland ? >It seems a shame to compile sparc64 userland twice for universe. And >on that note, do we compile i386 twice for i386 and pc98? Last I looked, there were a number of #ifdef PC98 in userland. >I might find myself more inclined to use 'universe' if it had less >duplicated work. There is a difference between "duplicated work" and "almost duplicated work". -- 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 Tue May 27 05:49: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 625B2106567D; Tue, 27 May 2008 05:49:31 +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 3706B8FC1B; Tue, 27 May 2008 05:49:31 +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 m4R5nVPt045720; Tue, 27 May 2008 05:49:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5nV8g045719; Tue, 27 May 2008 05:49:31 GMT (envelope-from ahze) Message-Id: <200805270549.m4R5nV8g045719@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 05:49:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/bmp-faad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:49:31 -0000 ahze 2008-05-27 05:49:30 UTC FreeBSD ports repository Modified files: audio/bmp-faad Makefile Log: Drop maintainership Revision Changes Path 1.19 +1 -1 ports/audio/bmp-faad/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 05:56: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 05DB81065679; Tue, 27 May 2008 05:56:17 +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 E4DE18FC17; Tue, 27 May 2008 05:56: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 m4R5uGQO046082; Tue, 27 May 2008 05:56:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5uGGe046081; Tue, 27 May 2008 05:56:16 GMT (envelope-from edwin) Message-Id: <200805270556.m4R5uGGe046081@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 05:56: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/audio Makefile ports/audio/akode-plugins-pulseaudio Makefile distinfo pkg-descr ports/audio/akode-plugins-pulseaudio/files patch-akode_Makefile.in patch-akode__polyp_sink__polyp_sink.cpp patch-akode_plugins-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:56:17 -0000 edwin 2008-05-27 05:56:16 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/akode-plugins-pulseaudio Makefile distinfo pkg-descr audio/akode-plugins-pulseaudio/files patch-akode_Makefile.in patch-akode__polyp_sink__polyp_sink.cpp patch-akode_plugins-Makefile.in patch-configure Log: new port audio/akode-plugins-pulseaudio Attached is the port to build the Akode PulseAudio plugin, this plugin is a replacement for the recently retired Akode PolypAudio plugin. This plugin was created from the akode-pulseaudio.patch obtained from Fedora Core 6. aKode is a simple audio-decoding frame-work that provides a uniform interface to decode the most common audio-formats. It also has a direct playback option for a number of audio-outputs. PR: ports/121344 Submitted by: Scot Hetzel Revision Changes Path 1.958 +1 -0 ports/audio/Makefile 1.1 +53 -0 ports/audio/akode-plugins-pulseaudio/Makefile (new) 1.1 +3 -0 ports/audio/akode-plugins-pulseaudio/distinfo (new) 1.1 +11 -0 ports/audio/akode-plugins-pulseaudio/files/patch-akode_Makefile.in (new) 1.1 +20 -0 ports/audio/akode-plugins-pulseaudio/files/patch-akode__polyp_sink__polyp_sink.cpp (new) 1.1 +15 -0 ports/audio/akode-plugins-pulseaudio/files/patch-akode_plugins-Makefile.in (new) 1.1 +21 -0 ports/audio/akode-plugins-pulseaudio/files/patch-configure (new) 1.1 +3 -0 ports/audio/akode-plugins-pulseaudio/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 05:57: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 EA4EE106566C; Tue, 27 May 2008 05:57:00 +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 BFB348FC29; Tue, 27 May 2008 05:57:00 +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 m4R5v0uI046147; Tue, 27 May 2008 05:57:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5v098046146; Tue, 27 May 2008 05:57:00 GMT (envelope-from edwin) Message-Id: <200805270557.m4R5v098046146@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 05: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/audio/akode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:57:01 -0000 edwin 2008-05-27 05:57:00 UTC FreeBSD ports repository Modified files: audio/akode Makefile Log: Enable support for audio/akode-plugins-pulseaudio PR: ports/121344 Submitted by: Scot Hetzel Revision Changes Path 1.21 +6 -0 ports/audio/akode/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 05:57: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 F1A67106567B; Tue, 27 May 2008 05:57:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C77C38FC21; Tue, 27 May 2008 05:57:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R5vB1t046178; Tue, 27 May 2008 05:57:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5vBBp046177; Tue, 27 May 2008 05:57:11 GMT (envelope-from edwin) Message-Id: <200805270557.m4R5vBBp046177@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 05:57: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: 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, 27 May 2008 05:57:12 -0000 edwin 2008-05-27 05:57:11 UTC FreeBSD ports repository Modified files: . modules Log: akode-plugins-pulseaudio --> ports/audio/akode-plugins-pulseaudio Revision Changes Path 1.19873 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 27 05:58: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 863341065678; Tue, 27 May 2008 05:58:21 +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 5BBDF8FC33; Tue, 27 May 2008 05:58:21 +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 m4R5wL3D046227; Tue, 27 May 2008 05:58:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R5wLrU046226; Tue, 27 May 2008 05:58:21 GMT (envelope-from ahze) Message-Id: <200805270558.m4R5wLrU046226@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 05:58: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/graphics/p5-Cairo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:58:21 -0000 ahze 2008-05-27 05:58:21 UTC FreeBSD ports repository Modified files: graphics/p5-Cairo Makefile distinfo Log: Update to 1.060 Revision Changes Path 1.18 +1 -2 ports/graphics/p5-Cairo/Makefile 1.16 +3 -3 ports/graphics/p5-Cairo/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 06:05: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 B0097106566B; Tue, 27 May 2008 06:05:54 +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 707628FC21; Tue, 27 May 2008 06:05:54 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 0BEE24ACD8; Tue, 27 May 2008 08:05:50 +0200 (CEST) Date: Tue, 27 May 2008 08:05:49 +0200 From: Martin Wilke To: Edwin Groothuis Message-ID: <20080527060549.GD68346@bsdcrew.de> References: <200805270557.m4R5v098046146@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200805270557.m4R5v098046146@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/akode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:05:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, May 27, 2008 at 05:57:00AM +0000, Edwin Groothuis wrote: > edwin 2008-05-27 05:57:00 UTC > > FreeBSD ports repository > > Modified files: > audio/akode Makefile > Log: > Enable support for audio/akode-plugins-pulseaudio > > PR: ports/121344 > Submitted by: Scot Hetzel And Maintainer approval ?? > > Revision Changes Path > 1.21 +6 -0 ports/audio/akode/Makefile > http://cvsweb.FreeBSD.org/ports/audio/akode/Makefile.diff?r1=1.20&r2=1.21 > | --- ports/audio/akode/Makefile 2008/03/13 17:40:57 1.20 > | +++ ports/audio/akode/Makefile 2008/05/27 05:57:00 1.21 > | @@ -2,11 +2,12 @@ > | # Date created: July 09 2004 > | # Whom: Michael Nottebrock > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/audio/akode/Makefile,v 1.20 2008/03/13 17:40:57 lofi Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/audio/akode/Makefile,v 1.21 2008/05/27 05:57:00 edwin Exp $ > | # > | > | PORTNAME= akode > | PORTVERSION= 2.0.2 > | +PORTREVISION= 1 > | PORTEPOCH= 1 > | CATEGORIES= audio kde > | MASTER_SITES= ${MASTER_SITE_GENTOO} > | @@ -24,6 +25,7 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" > | MPC "Monkey's Audio decoder plugin" on \ > | MPEG "MPEG Audio (including mp3) plugin" on \ > | OSS "OSS output plugin" on \ > | + PULSEAUDIO "Pulseaudio output plugin" off \ > | RESAMPLER "Resampler processing plugin" on \ > | XIPH "FLAC/Speex/Vorbis decoder plugin" on > | > | @@ -62,6 +64,10 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_ > | RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss > | .endif > | > | +.if defined(WITH_PULSEAUDIO) > | +RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_polyp_sink.so:${PORTSDIR}/audio/akode-plugins-pulseaudio > | +.endif > | + > | .if !defined(WITHOUT_RESAMPLER) > | RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler > | .endif > - -- +-----------------------+-------------------------------+ | 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.9 (FreeBSD) iEYEARECAAYFAkg7pL0ACgkQFwpycAVoI1MC9gCgn/DVFn1LQ8G4q1veMTd1TwQV GB4AnR66TwjU3tNLy5qGsf7ielSBfWym =vSug -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Tue May 27 06: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 2C0811065671; Tue, 27 May 2008 06:10:54 +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 0101C8FC1E; Tue, 27 May 2008 06:10:54 +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 m4R6Ar3J047761; Tue, 27 May 2008 06:10:53 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6ArsH047760; Tue, 27 May 2008 06:10:53 GMT (envelope-from ahze) Message-Id: <200805270610.m4R6ArsH047760@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 06:10: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/multimedia/gstreamer-ffmpeg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:10:54 -0000 ahze 2008-05-27 06:10:53 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-ffmpeg Makefile distinfo Log: Update to 0.10.4 Revision Changes Path 1.30 +1 -2 ports/multimedia/gstreamer-ffmpeg/Makefile 1.13 +3 -3 ports/multimedia/gstreamer-ffmpeg/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 06: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 C75781065670; Tue, 27 May 2008 06:13:49 +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 9B1E18FC1C; Tue, 27 May 2008 06:13:49 +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 m4R6Dn13047889; Tue, 27 May 2008 06:13:49 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6Dnmn047888; Tue, 27 May 2008 06:13:49 GMT (envelope-from ahze) Message-Id: <200805270613.m4R6Dnmn047888@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 06:13:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile distinfo ports/multimedia/gstreamer-plugins-ugly 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, 27 May 2008 06:13:49 -0000 ahze 2008-05-27 06:13:49 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile distinfo multimedia/gstreamer-plugins-ugly Makefile pkg-plist Log: Update ugly plugins to 0.10.8 Revision Changes Path 1.8 +1 -1 ports/multimedia/gstreamer-plugins-ugly/Makefile 1.6 +3 -0 ports/multimedia/gstreamer-plugins-ugly/pkg-plist 1.126 +1 -1 ports/multimedia/gstreamer-plugins/Makefile 1.40 +3 -3 ports/multimedia/gstreamer-plugins/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 06:18: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 9E0511065679; Tue, 27 May 2008 06:18:19 +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 7303B8FC23; Tue, 27 May 2008 06:18:19 +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 m4R6IJNN048075; Tue, 27 May 2008 06:18:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6IIF7048074; Tue, 27 May 2008 06:18:18 GMT (envelope-from ahze) Message-Id: <200805270618.m4R6IIF7048074@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 06:18: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/graphics/py-cairo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:18:19 -0000 ahze 2008-05-27 06:18:17 UTC FreeBSD ports repository Modified files: graphics/py-cairo Makefile distinfo Log: Update to 1.4.12 Revision Changes Path 1.20 +1 -2 ports/graphics/py-cairo/Makefile 1.9 +3 -3 ports/graphics/py-cairo/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 06:21: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 636DD1065674; Tue, 27 May 2008 06:21:54 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AF9538FC12; Tue, 27 May 2008 06:21:53 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl63-243.kln.forthnet.gr [77.49.190.243]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-1) with ESMTP id m4R6LJ2W022140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 May 2008 09:21:26 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4R6LJj8049454; Tue, 27 May 2008 09:21:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4R6LFF8049445; Tue, 27 May 2008 09:21:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Poul-Henning Kamp" References: <45321.1211866785@critter.freebsd.dk> Date: Tue, 27 May 2008 09:21:15 +0300 In-Reply-To: <45321.1211866785@critter.freebsd.dk> (Poul-Henning Kamp's message of "Tue, 27 May 2008 05:39:45 +0000") Message-ID: <87ej7otgh0.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4R6LJ2W022140 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.82, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.58, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: src-committers@freebsd.org, Peter Wemm , cvs-src@freebsd.org, cvs-all@freebsd.org, John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 06:21:54 -0000 On Tue, 27 May 2008 05:39:45 +0000, "Poul-Henning Kamp" wrote: > In message , "Peter > Wemm" writes: > >>sparc64 and sun4v share userland. The sparc64 in universe overs 99% >>of the compile test for sun4v already. > > Are there any #ifdef sun4v in userland ? None, AFAICT: $ pwd /usr/src $ grep -r 'ifdef[[:space:]]\+sun4v' [^s]* s[^y]* $ From owner-cvs-all@FreeBSD.ORG Tue May 27 06:27: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 21D53106564A; Tue, 27 May 2008 06:27:47 +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 0E5C48FC2D; Tue, 27 May 2008 06:27:47 +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 m4R6Rk7P048618; Tue, 27 May 2008 06:27:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6RkOi048617; Tue, 27 May 2008 06:27:46 GMT (envelope-from edwin) Message-Id: <200805270627.m4R6RkOi048617@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 06:27: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 MOVED ports/ports-mgmt Makefile ports/ports-mgmt/newportsversioncheck Makefile distinfo pkg-descr pkg-plist ports/ports-mgmt/newportsversioncheck/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, 27 May 2008 06:27:47 -0000 edwin 2008-05-27 06:27:46 UTC FreeBSD ports repository Modified files: . MOVED ports-mgmt Makefile Removed files: ports-mgmt/newportsversioncheck Makefile distinfo pkg-descr pkg-plist ports-mgmt/newportsversioncheck/files pkg-message.in Log: Remove ports-mgmt/newportsversioncheck in favour of portscout. Revision Changes Path 1.1602 +2 -1 ports/MOVED 1.15 +0 -1 ports/ports-mgmt/Makefile 1.13 +0 -41 ports/ports-mgmt/newportsversioncheck/Makefile (dead) 1.6 +0 -3 ports/ports-mgmt/newportsversioncheck/distinfo (dead) 1.4 +0 -15 ports/ports-mgmt/newportsversioncheck/files/pkg-message.in (dead) 1.2 +0 -5 ports/ports-mgmt/newportsversioncheck/pkg-descr (dead) 1.5 +0 -22 ports/ports-mgmt/newportsversioncheck/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue May 27 06:29: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 9F781106566B; Tue, 27 May 2008 06:29:35 +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 75AB88FC34; Tue, 27 May 2008 06:29:35 +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 m4R6TZN9048678; Tue, 27 May 2008 06:29:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6TZvf048677; Tue, 27 May 2008 06:29:35 GMT (envelope-from edwin) Message-Id: <200805270629.m4R6TZvf048677@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 06:29: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, 27 May 2008 06:29:35 -0000 edwin 2008-05-27 06:29:35 UTC FreeBSD ports repository Modified files: . modules Log: Remove newportversioncheck Revision Changes Path 1.19874 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 27 06:30: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 515E01065670; Tue, 27 May 2008 06:30: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 25FC78FC20; Tue, 27 May 2008 06:30: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 m4R6U10n048746; Tue, 27 May 2008 06:30:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6U1p9048745; Tue, 27 May 2008 06:30:01 GMT (envelope-from miwi) Message-Id: <200805270630.m4R6U1p9048745@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 06:30:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal6 Makefile bsd.drupal.mk distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:30:01 -0000 miwi 2008-05-27 06:30:01 UTC FreeBSD ports repository Modified files: www/drupal6 Makefile bsd.drupal.mk distinfo pkg-descr pkg-plist Log: - Force commit repocopy from www/drupal5 -> www/drupal6 Repcopy by: marcus Revision Changes Path 1.46 +0 -0 ports/www/drupal6/Makefile 1.8 +1 -1 ports/www/drupal6/bsd.drupal.mk 1.27 +0 -0 ports/www/drupal6/distinfo 1.4 +0 -0 ports/www/drupal6/pkg-descr 1.16 +0 -0 ports/www/drupal6/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 06:31: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 2E192106572D; Tue, 27 May 2008 06:31:20 +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 1A2DA8FC2D; Tue, 27 May 2008 06:31:20 +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 m4R6VKlV048868; Tue, 27 May 2008 06:31:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6VJjK048867; Tue, 27 May 2008 06:31:19 GMT (envelope-from ahze) Message-Id: <200805270631.m4R6VJjK048867@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 06:31:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/system-config-printer Makefile distinfo pkg-plist ports/print/system-config-printer/files patch-applet.py patch-system-config-printer.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, 27 May 2008 06:31:20 -0000 ahze 2008-05-27 06:31:19 UTC FreeBSD ports repository Modified files: print/system-config-printer Makefile distinfo pkg-plist print/system-config-printer/files patch-applet.py patch-system-config-printer.py Log: Update to 0.9.93 Revision Changes Path 1.5 +1 -1 ports/print/system-config-printer/Makefile 1.3 +3 -3 ports/print/system-config-printer/distinfo 1.2 +16 -16 ports/print/system-config-printer/files/patch-applet.py 1.3 +5 -14 ports/print/system-config-printer/files/patch-system-config-printer.py 1.4 +9 -4 ports/print/system-config-printer/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 06: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 008AF106568A; Tue, 27 May 2008 06:31:38 +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 E10FD8FC1F; Tue, 27 May 2008 06:31:37 +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 m4R6Vbf6048910; Tue, 27 May 2008 06:31:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6VbPc048909; Tue, 27 May 2008 06:31:37 GMT (envelope-from ahze) Message-Id: <200805270631.m4R6VbPc048909@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 May 2008 06:31: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/print/system-config-printer/files patch-manage-print-jobs.desktop.in patch-my-default-printer.desktop.in patch-print-applet.desktop.in patch-system-config-printer.desktop.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, 27 May 2008 06:31:38 -0000 ahze 2008-05-27 06:31:37 UTC FreeBSD ports repository Removed files: print/system-config-printer/files patch-manage-print-jobs.desktop.in patch-my-default-printer.desktop.in patch-print-applet.desktop.in patch-system-config-printer.desktop.in Log: Update to 0.9.93 Revision Changes Path 1.2 +0 -13 ports/print/system-config-printer/files/patch-manage-print-jobs.desktop.in (dead) 1.2 +0 -11 ports/print/system-config-printer/files/patch-my-default-printer.desktop.in (dead) 1.2 +0 -11 ports/print/system-config-printer/files/patch-print-applet.desktop.in (dead) 1.2 +0 -11 ports/print/system-config-printer/files/patch-system-config-printer.desktop.in (dead) From owner-cvs-all@FreeBSD.ORG Tue May 27 06:41: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 BD027106564A; Tue, 27 May 2008 06:41:50 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB7C88FC1F; Tue, 27 May 2008 06:41:50 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R6foQp049330; Tue, 27 May 2008 06:41:50 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6foHE049328; Tue, 27 May 2008 06:41:50 GMT (envelope-from ed) Message-Id: <200805270641.m4R6foHE049328@repoman.freebsd.org> From: Ed Schouten Date: Tue, 27 May 2008 06:41: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/conf files src/sys/kern subr_clist.c tty_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:41:50 -0000 ed 2008-05-27 06:41:50 UTC FreeBSD src repository Modified files: sys/conf files sys/kern subr_clist.c Removed files: sys/kern tty_subr.c Log: Rename `tty_subr.c' to `subr_clist.c'. Because clists are also used outside the TTY layer, rename the file containing the clist routines to something more accurate. The mpsafetty TTY layer doesn't use clists. It uses its own buffers, which also implement the unbuffered copying to userspace. We cannot simply remove the clist routines then, because this would break various drivers that are present within the kernel. Approved by: philip (mentor) Revision Changes Path 1.1306 +1 -1 src/sys/conf/files 1.46 +0 -0 src/sys/kern/subr_clist.c 1.46 +0 -699 src/sys/kern/tty_subr.c (dead) From owner-cvs-all@FreeBSD.ORG Tue May 27 06:43: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 C704B106566B; Tue, 27 May 2008 06:43:15 +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 9C1EA8FC15; Tue, 27 May 2008 06:43:15 +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 m4R6hFBB049393; Tue, 27 May 2008 06:43:15 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6hFCV049392; Tue, 27 May 2008 06:43:15 GMT (envelope-from mezz) Message-Id: <200805270643.m4R6hFCV049392@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 27 May 2008 06:43:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/evolution-jescs 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, 27 May 2008 06:43:15 -0000 mezz 2008-05-27 06:43:15 UTC FreeBSD ports repository Modified files: deskutils/evolution-jescs Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.22 +1 -2 ports/deskutils/evolution-jescs/Makefile 1.15 +3 -3 ports/deskutils/evolution-jescs/distinfo 1.15 +1 -1 ports/deskutils/evolution-jescs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 06:50: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 0F1BE106566B; Tue, 27 May 2008 06:50:47 +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 D99508FC12; Tue, 27 May 2008 06:50:46 +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 m4R6ok0Y049718; Tue, 27 May 2008 06:50:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6okbY049717; Tue, 27 May 2008 06:50:46 GMT (envelope-from peter) Message-Id: <200805270650.m4R6okbY049717@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 May 2008 06:50: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:50:47 -0000 peter 2008-05-27 06:50:46 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Abandon pppd/chat Revision Changes Path 1.147 +0 -1 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Tue May 27 06:55:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E462B1065676; Tue, 27 May 2008 06:55:02 +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 B97238FC13; Tue, 27 May 2008 06:55:02 +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 m4R6t2AY049891; Tue, 27 May 2008 06:55:02 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R6t291049890; Tue, 27 May 2008 06:55:02 GMT (envelope-from mezz) Message-Id: <200805270655.m4R6t291049890@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 27 May 2008 06:55: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/gnome-games Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:55:03 -0000 mezz 2008-05-27 06:55:02 UTC FreeBSD ports repository Modified files: games/gnome-games Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.123 +1 -2 ports/games/gnome-games/Makefile 1.64 +3 -3 ports/games/gnome-games/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 06:59: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 4E3231065682 for ; Tue, 27 May 2008 06:59:17 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 12A4F8FC2B for ; Tue, 27 May 2008 06:59:16 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id b33so545814ana.13 for ; Mon, 26 May 2008 23:59:16 -0700 (PDT) Received: by 10.100.140.1 with SMTP id n1mr867666and.144.1211871556226; Mon, 26 May 2008 23:59:16 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Mon, 26 May 2008 23:59:16 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 23:59:16 -0700 From: "Peter Wemm" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200805270650.m4R6okbY049717@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805270650.m4R6okbY049717@repoman.freebsd.org> Cc: Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 06:59:17 -0000 On Mon, May 26, 2008 at 11:50 PM, Peter Wemm wrote: > Modified files: > . MAINTAINERS > Log: > Abandon pppd/chat Not that it makes much difference. It was abandoned in reality about 9 years ago. The version in the tree is about 8 years stale relative to the vendor. -- 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 Tue May 27 07:08: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 1139C106566C; Tue, 27 May 2008 07:08:23 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 76D1B8FC13; Tue, 27 May 2008 07:08:21 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl63-243.kln.forthnet.gr [77.49.190.243]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-1) with ESMTP id m4R77cki026353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 May 2008 10:07:46 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4R77cOh002024; Tue, 27 May 2008 10:07:38 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4R77aqk002003; Tue, 27 May 2008 10:07:36 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Marius Strobl References: <45321.1211866785@critter.freebsd.dk> <87ej7otgh0.fsf@kobe.laptop> <20080527065128.GA30243@nimrod.franken.de> Date: Tue, 27 May 2008 10:07:35 +0300 In-Reply-To: <20080527065128.GA30243@nimrod.franken.de> (Marius Strobl's message of "Tue, 27 May 2008 08:51:28 +0200") Message-ID: <87tzgki5s8.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4R77cki026353 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.29, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.11, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: src-committers@freebsd.org, Peter Wemm , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 07:08:23 -0000 On Tue, 27 May 2008 08:51:28 +0200, Marius Strobl wrote: > On Tue, May 27, 2008 at 09:21:15AM +0300, Giorgos Keramidas wrote: >> On Tue, 27 May 2008 05:39:45 +0000, "Poul-Henning Kamp" wrote: >> > In message , "Peter >> > Wemm" writes: >> >>sparc64 and sun4v share userland. The sparc64 in universe overs 99% >> >>of the compile test for sun4v already. >> > >> > Are there any #ifdef sun4v in userland ? >> >> None, AFAICT: >> >> $ pwd >> /usr/src >> $ grep -r 'ifdef[[:space:]]\+sun4v' [^s]* s[^y]* >> $ > > Actually, there is in src/lib/libc/sparc64/sys/__sparc_utrap_gen.S. Hm, I should have used -i. This one is capitalized, and I missed it. From owner-cvs-all@FreeBSD.ORG Tue May 27 07:17: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 8BD7B106564A; Tue, 27 May 2008 07:17:31 +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 619598FC0A; Tue, 27 May 2008 07:17:31 +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 m4R7HV1a051671; Tue, 27 May 2008 07:17:31 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7HVQF051670; Tue, 27 May 2008 07:17:31 GMT (envelope-from erwin) Message-Id: <200805270717.m4R7HVQF051670@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 27 May 2008 07:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 07:17:31 -0000 erwin 2008-05-27 07:17:31 UTC FreeBSD ports repository Modified files: . modules Log: openoffice.org-3-RC --> ports/editors/openoffice.org-3-RC Revision Changes Path 1.19875 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 27 07:24: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 B5FF61065672; Tue, 27 May 2008 07:24:04 +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 8B3F78FC16; Tue, 27 May 2008 07:24:04 +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 m4R7O4CS051910; Tue, 27 May 2008 07:24:04 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7O4o4051909; Tue, 27 May 2008 07:24:04 GMT (envelope-from maho) Message-Id: <200805270724.m4R7O4o4051909@repoman.freebsd.org> From: Maho Nakata Date: Tue, 27 May 2008 07:24: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/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: Tue, 27 May 2008 07:24:04 -0000 maho 2008-05-27 07:24:03 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile distinfo Log: Update to OOH680_m16. Revision Changes Path 1.337 +2 -2 ports/editors/openoffice.org-2-RC/Makefile 1.133 +3 -3 ports/editors/openoffice.org-2-RC/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 07:27: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 20C821065671; Tue, 27 May 2008 07:27:11 +0000 (UTC) (envelope-from marius@nimrod.franken.de) Received: from nimrod.franken.de (nimrod.franken.de [194.94.249.213]) by mx1.freebsd.org (Postfix) with ESMTP id 773558FC1F; Tue, 27 May 2008 07:27:10 +0000 (UTC) (envelope-from marius@nimrod.franken.de) Received: from nimrod.franken.de (localhost [127.0.0.1]) by nimrod.franken.de (8.14.2/8.14.2/ALCHEMY.FRANKEN.DE) with ESMTP id m4R6pTPY077432; Tue, 27 May 2008 08:51:29 +0200 (CEST) (envelope-from marius@nimrod.franken.de) Received: (from marius@localhost) by nimrod.franken.de (8.14.2/8.14.3/Submit) id m4R6pS8D077431; Tue, 27 May 2008 08:51:28 +0200 (CEST) (envelope-from marius) Date: Tue, 27 May 2008 08:51:28 +0200 From: Marius Strobl To: Giorgos Keramidas Message-ID: <20080527065128.GA30243@nimrod.franken.de> References: <45321.1211866785@critter.freebsd.dk> <87ej7otgh0.fsf@kobe.laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ej7otgh0.fsf@kobe.laptop> User-Agent: Mutt/1.4.2.3i Cc: src-committers@freebsd.org, Peter Wemm , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 07:27:11 -0000 On Tue, May 27, 2008 at 09:21:15AM +0300, Giorgos Keramidas wrote: > On Tue, 27 May 2008 05:39:45 +0000, "Poul-Henning Kamp" wrote: > > In message , "Peter > > Wemm" writes: > > > >>sparc64 and sun4v share userland. The sparc64 in universe overs 99% > >>of the compile test for sun4v already. > > > > Are there any #ifdef sun4v in userland ? > > None, AFAICT: > > $ pwd > /usr/src > $ grep -r 'ifdef[[:space:]]\+sun4v' [^s]* s[^y]* > $ Actually, there is in src/lib/libc/sparc64/sys/__sparc_utrap_gen.S. Marius From owner-cvs-all@FreeBSD.ORG Tue May 27 07:31: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 8045F1065677; Tue, 27 May 2008 07:31:41 +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 ED6A28FC16; Tue, 27 May 2008 07:31:40 +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 m4R7Vcgq058147; Tue, 27 May 2008 09:31:38 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m4R7VcCu058146; Tue, 27 May 2008 09:31:38 +0200 (CEST) (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: Cy Schubert In-Reply-To: <200805262316.m4QNGRuL006761@repoman.freebsd.org> References: <200805262316.m4QNGRuL006761@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-sTD+GKXqH2sH8smAktiM" Date: Tue, 27 May 2008 09:31:38 +0200 Message-Id: <1211873498.58059.1.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/libfwbuilder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 07:31:41 -0000 --=-sTD+GKXqH2sH8smAktiM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > cy 2008-05-26 23:16:27 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/libfwbuilder Makefile=20 > Log: > NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder= . > Mark port BROKEN when NOPORTDOCS is specified. IMHO it would be much better to just ignore NOPORTDOCS in this particular port for the time being, on the premises that users will want it get installed docs-nodocs whatever, but still better have it installed than mysteriously failing. --=20 Pav Lucistnik The Novice rogue. A rather shifty individual --=-sTD+GKXqH2sH8smAktiM 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.9 (FreeBSD) iEYEABECAAYFAkg7uNYACgkQntdYP8FOsoI6fQCghfpmREBAt7VPzshd1zE70v6d JXIAoKdRbFRu8uLT2PB52sfnQjwx4Plq =xSSa -----END PGP SIGNATURE----- --=-sTD+GKXqH2sH8smAktiM-- From owner-cvs-all@FreeBSD.ORG Tue May 27 07:37:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427C5106566B; Tue, 27 May 2008 07:37:31 +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 2DE1A8FC18; Tue, 27 May 2008 07:37:31 +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 m4R7bVaX052517; Tue, 27 May 2008 07:37:31 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7bVm8052516; Tue, 27 May 2008 07:37:31 GMT (envelope-from maho) Message-Id: <200805270737.m4R7bVm8052516@repoman.freebsd.org> From: Maho Nakata Date: Tue, 27 May 2008 07: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/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 07:37:31 -0000 maho 2008-05-27 07:37:31 UTC FreeBSD ports repository Modified files: editors Makefile editors/openoffice.org-3 Makefile distinfo editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 pkg-message.in Added files: editors/openoffice.org-3/files patch-i85972 patch-i87583 patch-i88156 patch-i88160 Log: Create openoffice.org-3 port. Repocopied from openoffice.org-2 port. Currently this is the beta version. Second beta will be July 1st 2008, and the final release will be September 2nd, 2008. http://wiki.services.openoffice.org/wiki/OOoRelease30 PR: 123105 Revision Changes Path 1.397 +1 -0 ports/editors/Makefile 1.303 +31 -26 ports/editors/openoffice.org-3/Makefile 1.105 +12 -12 ports/editors/openoffice.org-3/distinfo 1.6 +7 -3 ports/editors/openoffice.org-3/files/Makefile.others 1.11 +3 -3 ports/editors/openoffice.org-3/files/generate.pl 1.2 +9 -9 ports/editors/openoffice.org-3/files/patch-i80129 1.2 +21 -27 ports/editors/openoffice.org-3/files/patch-i85027 1.2 +31 -12 ports/editors/openoffice.org-3/files/patch-i85126 1.2 +9 -747 ports/editors/openoffice.org-3/files/patch-i85127 1.1 +68 -0 ports/editors/openoffice.org-3/files/patch-i85972 (new) 1.1 +26 -0 ports/editors/openoffice.org-3/files/patch-i87583 (new) 1.1 +18 -0 ports/editors/openoffice.org-3/files/patch-i88156 (new) 1.1 +16 -0 ports/editors/openoffice.org-3/files/patch-i88160 (new) 1.9 +2 -2 ports/editors/openoffice.org-3/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Tue May 27 07:39: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 2B9311065676; Tue, 27 May 2008 07:39: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 01BD78FC21; Tue, 27 May 2008 07:39: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 m4R7cx6F052564; Tue, 27 May 2008 07:38:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7cxPd052563; Tue, 27 May 2008 07:38:59 GMT (envelope-from miwi) Message-Id: <200805270738.m4R7cxPd052563@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 07:38:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal5 bsd.drupal.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, 27 May 2008 07:39:00 -0000 miwi 2008-05-27 07:38:59 UTC FreeBSD ports repository Modified files: www/drupal5 bsd.drupal.mk Log: - Add support for drupal6* PR: 123784 Submitted by: Nick Hilliard (maintainer) Revision Changes Path 1.8 +24 -17 ports/www/drupal5/bsd.drupal.mk From owner-cvs-all@FreeBSD.ORG Tue May 27 07:40: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 2BCD01065674; Tue, 27 May 2008 07:40: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 00A408FC1E; Tue, 27 May 2008 07:40: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 m4R7eF9U052682; Tue, 27 May 2008 07:40:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7eFO8052681; Tue, 27 May 2008 07:40:15 GMT (envelope-from miwi) Message-Id: <200805270740.m4R7eFO8052681@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 07:40: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/www/drupal6 Makefile bsd.drupal.mk distinfo pkg-plist ports/www/drupal6/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, 27 May 2008 07:40:16 -0000 miwi 2008-05-27 07:40:15 UTC FreeBSD ports repository Modified files: www/drupal6 Makefile distinfo pkg-plist www/drupal6/files pkg-message.in Removed files: www/drupal6 bsd.drupal.mk Log: - Update to 6.2 PR: 123785 Submitted by: Nick Hilliard (maintainer) Revision Changes Path 1.47 +16 -11 ports/www/drupal6/Makefile 1.9 +0 -153 ports/www/drupal6/bsd.drupal.mk (dead) 1.28 +3 -3 ports/www/drupal6/distinfo 1.5 +2 -2 ports/www/drupal6/files/pkg-message.in 1.17 +216 -27 ports/www/drupal6/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 07: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 A5EDB106564A; Tue, 27 May 2008 07:43:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0938FC1A; Tue, 27 May 2008 07:43: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 m4R7hkwZ052849; Tue, 27 May 2008 07:43:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7hkQQ052848; Tue, 27 May 2008 07:43:46 GMT (envelope-from miwi) Message-Id: <200805270743.m4R7hkQQ052848@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 07:43:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 27 May 2008 07:43:46 -0000 miwi 2008-05-27 07:43:46 UTC FreeBSD ports repository Modified files: . modules www Makefile Log: - Connect Drupal6 to the build Revision Changes Path 1.19876 +1 -0 CVSROOT/modules 1.2048 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 07:57: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 A39F0106566B; Tue, 27 May 2008 07:57: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 78E078FC38; Tue, 27 May 2008 07:57:59 +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 m4R7vxvM053301; Tue, 27 May 2008 07:57:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R7vxRq053300; Tue, 27 May 2008 07:57:59 GMT (envelope-from miwi) Message-Id: <200805270757.m4R7vxRq053300@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 07:57: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/drupal6-nice_menus 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, 27 May 2008 07:57:59 -0000 miwi 2008-05-27 07:57:58 UTC FreeBSD ports repository Modified files: www/drupal6-nice_menus Makefile distinfo pkg-descr Log: - Force Committ repocopy from www/drupal5-nice_menus -> www/drupal6-nice_menus Repocopy by: marcus Revision Changes Path 1.7 +0 -0 ports/www/drupal6-nice_menus/Makefile 1.4 +0 -0 ports/www/drupal6-nice_menus/distinfo 1.2 +0 -0 ports/www/drupal6-nice_menus/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 27 08: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 AD6C81065766 for ; Tue, 27 May 2008 08:01:53 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCEF8FC32 for ; Tue, 27 May 2008 08:01:53 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2752008rvf.43 for ; Tue, 27 May 2008 01:01:53 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LzQnAKCnRn0FkD67FFtbL2/82nT4wQGHhxT49R6EpKM=; b=djS2Rs6jaYkj2tPTf2HSsYMlWR+Jkp4mk+ivZjs2OKHsy/JGN2ErAhZJSdYqLbMl0dAdj3hOlG1JkFkGxm6kHjKmzUfYVfk1lNZAmE0NslP6PJ6D+reKv1hhimkw96b0h6DhrAVZYUH+ByGuMMW/sOOk40fdTuaRnJ0U39AvcY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=oPCT215iVn+JSYaYIbMHDHlGh9rjySzFh0x/3M5JuGIK1BVDXm9my6oj5Mw8U9SiJnCtSuHS/5tKvG5MqQGZ5ZllmpXBnfPRo1tbm4+jr1vEO+tm6zOnR1qIaT5WzOYc00cxZLCtwNBqJNqmvbul7hqoR+Y9+7SCWzTnvg3weDA= Received: by 10.141.71.8 with SMTP id y8mr408224rvk.32.1211873729439; Tue, 27 May 2008 00:35:29 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 00:35:28 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 09:35:28 +0200 From: "Niclas Zeising" To: "Robert Watson" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:01:53 -0000 On Mon, May 26, 2008 at 12:11 AM, Robert Watson wrote: > rwatson 2008-05-25 22:11:40 UTC > [SNIP commit details] > Log: > Remove netatm from HEAD as it is not MPSAFE and relies on the now removed > NET_NEEDS_GIANT. netatm has been disconnected from the build for ten > months in HEAD/RELENG_7. Specifics: > > - netatm include files > - netatm command line management tools > - libatm > - ATM parts in rescue and sysinstall > - sample configuration files and documents > - kernel support as a module or in NOTES > - netgraph wrapper nodes for netatm > - ctags data for netatm. > - netatm-specific device drivers. > > MFC after: 3 weeks > Reviewed by: bz > Discussed with: bms, bz, harti > [SNIP more commit details] Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be removed as well? If that't the case, remove src/tools/build/options/WITHOUT_ATM and regen src.conf. Keep up the good work! Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Tue May 27 08:22: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 A6BF510656A9; Tue, 27 May 2008 08:22:29 +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 7CD9F8FC28; Tue, 27 May 2008 08:22:29 +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 m4R8MTjU055188; Tue, 27 May 2008 08:22:29 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8MTK7055187; Tue, 27 May 2008 08:22:29 GMT (envelope-from koitsu) Message-Id: <200805270822.m4R8MTK7055187@repoman.freebsd.org> From: Jeremy Chadwick Date: Tue, 27 May 2008 08:22: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/games/nethack34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:22:29 -0000 koitsu 2008-05-27 08:22:29 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile distinfo Log: Update menucolors patch. Use official patchsite as well. Revision Changes Path 1.63 +2 -3 ports/games/nethack34/Makefile 1.19 +3 -3 ports/games/nethack34/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 08:29: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 20EE41065677; Tue, 27 May 2008 08:29: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 EAE468FC2F; Tue, 27 May 2008 08:29: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 m4R8TExI055383; Tue, 27 May 2008 08:29:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8TE5p055382; Tue, 27 May 2008 08:29:14 GMT (envelope-from miwi) Message-Id: <200805270829.m4R8TE5p055382@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 08:29:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal6-nice_menus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:29:15 -0000 miwi 2008-05-27 08:29:14 UTC FreeBSD ports repository Modified files: www/drupal6-nice_menus Makefile distinfo Log: - Update to 6.x-1.1 PR: 123783 Submitted by: Nick Hilliard (maintainer) Revision Changes Path 1.8 +4 -6 ports/www/drupal6-nice_menus/Makefile 1.5 +3 -3 ports/www/drupal6-nice_menus/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 08:34: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 1D57D1065674; Tue, 27 May 2008 08:34:17 +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 E7A5F8FC20; Tue, 27 May 2008 08:34: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 m4R8YGul055610; Tue, 27 May 2008 08:34:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8YGXx055609; Tue, 27 May 2008 08:34:16 GMT (envelope-from miwi) Message-Id: <200805270834.m4R8YGXx055609@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 08: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/www Makefile 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, 27 May 2008 08:34:17 -0000 miwi 2008-05-27 08:34:16 UTC FreeBSD ports repository Modified files: www Makefile . modules Log: - Connect www/drupal6-nice_menus to the build Revision Changes Path 1.19877 +1 -0 CVSROOT/modules 1.2049 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 08: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 0A6B2106564A; Tue, 27 May 2008 08:38: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 D46218FC19; Tue, 27 May 2008 08:38: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 m4R8cfMR055767; Tue, 27 May 2008 08:38:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8cfWE055766; Tue, 27 May 2008 08:38:41 GMT (envelope-from miwi) Message-Id: <200805270838.m4R8cfWE055766@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 08:38: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/pear-Net_LDAP2 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, 27 May 2008 08:38:47 -0000 miwi 2008-05-27 08:38:41 UTC FreeBSD ports repository Modified files: net/pear-Net_LDAP2 Makefile distinfo pkg-descr Log: - Force commit repcopy from net/pear-Net_LDAP -> net/pear-Net_LDAP2 Repocopy by: marcus Revision Changes Path 1.13 +0 -0 ports/net/pear-Net_LDAP2/Makefile 1.10 +0 -0 ports/net/pear-Net_LDAP2/distinfo 1.2 +0 -0 ports/net/pear-Net_LDAP2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 27 08:43: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 8DF751065687; Tue, 27 May 2008 08:43:25 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2678FC24; Tue, 27 May 2008 08:43:25 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id EC64241C799; Tue, 27 May 2008 10:43:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id oreN4lhRFQif; Tue, 27 May 2008 10:43:22 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 9E69641C798; Tue, 27 May 2008 10:43:22 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 2A27C44487F; Tue, 27 May 2008 08:43:13 +0000 (UTC) Date: Tue, 27 May 2008 08:43:13 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Niclas Zeising In-Reply-To: Message-ID: <20080527084233.T65662@maildrop.int.zabbadoz.net> References: X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:43:25 -0000 On Tue, 27 May 2008, Niclas Zeising wrote: >> Remove netatm from HEAD as it is not MPSAFE and relies on the now removed >> NET_NEEDS_GIANT. netatm has been disconnected from the build for ten >> months in HEAD/RELENG_7. Specifics: >> > [SNIP more commit details] > > Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be > removed as well? > If that't the case, remove src/tools/build/options/WITHOUT_ATM and > regen src.conf. Oh, I think we only have two more ATM implementations left in the tree (but I could be wrong about the number;-) -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Tue May 27 08:45:50 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49F001065675; Tue, 27 May 2008 08:45:50 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id CE6BD8FC14; Tue, 27 May 2008 08:45:49 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.178.136]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 27 May 2008 10:45:48 +0200 Date: Tue, 27 May 2008 10:45:48 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: "Bjoern A. Zeeb" In-Reply-To: <20080527084233.T65662@maildrop.int.zabbadoz.net> Message-ID: <20080527104446.K21021@beagle.kn.op.dlr.de> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 27 May 2008 08:45:48.0442 (UTC) FILETIME=[0F8637A0:01C8BFD6] Cc: cvs-src@freebsd.org, Niclas Zeising , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:45:50 -0000 On Tue, 27 May 2008, Bjoern A. Zeeb wrote: BAZ>On Tue, 27 May 2008, Niclas Zeising wrote: BAZ> BAZ>> > Remove netatm from HEAD as it is not MPSAFE and relies on the now BAZ>> > removed BAZ>> > NET_NEEDS_GIANT. netatm has been disconnected from the build for ten BAZ>> > months in HEAD/RELENG_7. Specifics: BAZ>> > BAZ>> [SNIP more commit details] BAZ>> BAZ>> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be BAZ>> removed as well? BAZ>> If that't the case, remove src/tools/build/options/WITHOUT_ATM and BAZ>> regen src.conf. BAZ> BAZ>Oh, I think we only have two more ATM implementations left in the tree BAZ>(but I could be wrong about the number;-) Actually only one. ngatm sits on top of the netnatm drivers... harti From owner-cvs-all@FreeBSD.ORG Tue May 27 08:48: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 C9DD51065675; Tue, 27 May 2008 08:48:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 970B98FC2A; Tue, 27 May 2008 08:48:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ool-435559b8.dyn.optonline.net (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0K1I00AF2R41G190@mta2.srv.hcvlny.cv.net>; Tue, 27 May 2008 04:48:01 -0400 (EDT) Received: from ool-435559b8.dyn.optonline.net (localhost [127.0.0.1]) by ool-435559b8.dyn.optonline.net (8.14.2/8.14.2) with ESMTP id m4R8m0Hp075596; Tue, 27 May 2008 04:48:01 -0400 Date: Tue, 27 May 2008 04:47:55 -0400 From: "Aryeh M. Friedman" In-reply-to: <200805270737.m4R7bVm8052516@repoman.freebsd.org> To: Maho Nakata Message-id: <483BCABB.9000805@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: <200805270737.m4R7bVm8052516@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.14 (X11/20080513) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:48:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maho Nakata wrote: | maho 2008-05-27 07:37:31 UTC | | FreeBSD ports repository | | Modified files: | editors Makefile | editors/openoffice.org-3 Makefile distinfo | editors/openoffice.org-3/files Makefile.others generate.pl | patch-i80129 patch-i85027 | patch-i85126 patch-i85127 | pkg-message.in | Added files: | editors/openoffice.org-3/files patch-i85972 patch-i87583 | patch-i88156 patch-i88160 | Log: | Create openoffice.org-3 port. Repocopied from | openoffice.org-2 port. Currently this is the | beta version. Second beta will be July 1st 2008, and | the final release will be September 2nd, 2008. | http://wiki.services.openoffice.org/wiki/OOoRelease30 If this is not a final release shouldn't it be marked much more specifically as such? | | PR: 123105 | | Revision Changes Path | 1.397 +1 -0 ports/editors/Makefile | 1.303 +31 -26 ports/editors/openoffice.org-3/Makefile | 1.105 +12 -12 ports/editors/openoffice.org-3/distinfo | 1.6 +7 -3 ports/editors/openoffice.org-3/files/Makefile.others | 1.11 +3 -3 ports/editors/openoffice.org-3/files/generate.pl | 1.2 +9 -9 ports/editors/openoffice.org-3/files/patch-i80129 | 1.2 +21 -27 ports/editors/openoffice.org-3/files/patch-i85027 | 1.2 +31 -12 ports/editors/openoffice.org-3/files/patch-i85126 | 1.2 +9 -747 ports/editors/openoffice.org-3/files/patch-i85127 | 1.1 +68 -0 ports/editors/openoffice.org-3/files/patch-i85972 (new) | 1.1 +26 -0 ports/editors/openoffice.org-3/files/patch-i87583 (new) | 1.1 +18 -0 ports/editors/openoffice.org-3/files/patch-i88156 (new) | 1.1 +16 -0 ports/editors/openoffice.org-3/files/patch-i88160 (new) | 1.9 +2 -2 ports/editors/openoffice.org-3/files/pkg-message.in | _______________________________________________ | cvs-ports@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/cvs-ports | To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkg7yrsACgkQk8GFzCrQm4AoWACfehJtIS3xYZwBL474s33/Dt1S SsQAoL2TMCLlmlr8UOfjmoWFG3UbDKON =QoRK -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Tue May 27 08:48: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 001541065674; Tue, 27 May 2008 08:48:23 +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 CAAAA8FC1F; Tue, 27 May 2008 08:48:23 +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 m4R8mNhS065192; Tue, 27 May 2008 08:48:23 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8mN05065191; Tue, 27 May 2008 08:48:23 GMT (envelope-from maho) Message-Id: <200805270848.m4R8mN05065191@repoman.freebsd.org> From: Maho Nakata Date: Tue, 27 May 2008 08:48: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/editors/openoffice.org-3-RC Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:48:24 -0000 maho 2008-05-27 08:48:23 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile Log: Mark as IGNORE. this version is the same as openoffice.org-3 port (BEA300_m2). Revision Changes Path 1.340 +3 -1 ports/editors/openoffice.org-3-RC/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 08: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 2E896106566C; Tue, 27 May 2008 08:58: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 0456B8FC0A; Tue, 27 May 2008 08:58: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 m4R8wphh065497; Tue, 27 May 2008 08:58:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R8wpDf065496; Tue, 27 May 2008 08:58:51 GMT (envelope-from miwi) Message-Id: <200805270858.m4R8wpDf065496@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 08: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/net/pear-Net_LDAP2 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, 27 May 2008 08:58:52 -0000 miwi 2008-05-27 08:58:51 UTC FreeBSD ports repository Modified files: net/pear-Net_LDAP2 Makefile distinfo pkg-descr Log: - Update to 2.00rc2 PR: 123364 Submitted by: Wen Heping (maintainer) Revision Changes Path 1.14 +14 -14 ports/net/pear-Net_LDAP2/Makefile 1.11 +3 -3 ports/net/pear-Net_LDAP2/distinfo 1.3 +4 -2 ports/net/pear-Net_LDAP2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 730AF106564A; Tue, 27 May 2008 09:01:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4251F8FC17; Tue, 27 May 2008 09:01:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4R91Z9w065723; Tue, 27 May 2008 09:01:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R91ZhA065722; Tue, 27 May 2008 09:01:35 GMT (envelope-from miwi) Message-Id: <200805270901.m4R91ZhA065722@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 09:01: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 ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:01:35 -0000 miwi 2008-05-27 09:01:35 UTC FreeBSD ports repository Modified files: . modules net Makefile Log: - Connect net/pear-Net_LDAP2 to the build Revision Changes Path 1.19878 +1 -0 CVSROOT/modules 1.1996 +1 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 D91E1106566C; Tue, 27 May 2008 09:09:53 +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 936478FC21; Tue, 27 May 2008 09:09:53 +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 3569346B49; Tue, 27 May 2008 05:09:53 -0400 (EDT) Date: Tue, 27 May 2008 10:09:53 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" In-Reply-To: <20080527084233.T65662@maildrop.int.zabbadoz.net> Message-ID: <20080527100846.M35026@fledge.watson.org> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, Niclas Zeising , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:09:54 -0000 On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > On Tue, 27 May 2008, Niclas Zeising wrote: > >>> Remove netatm from HEAD as it is not MPSAFE and relies on the now removed >>> NET_NEEDS_GIANT. netatm has been disconnected from the build for ten >>> months in HEAD/RELENG_7. Specifics: >>> >> [SNIP more commit details] >> >> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be removed >> as well? If that't the case, remove src/tools/build/options/WITHOUT_ATM and >> regen src.conf. > > Oh, I think we only have two more ATM implementations left in the tree (but > I could be wrong about the number;-) This was going to be my initial response also, but a glimpse of the source tree suggests that WITHOUT_ATM is not used anymore: rwatson@zoo:/zoo/rwatson/netperf/src% glimpse -H . WITHOUT_ATM | grep -v CVS | grep -v glimpse /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .It Va WITHOUT_ATM /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .\" from FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp /zoo/rwatson/netperf/src/tools/build/options/WITHOUT_ATM: .\" $FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp $ So either we should GC it, or we should refer to it elsewhere? :-) Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 1F3811065675 for ; Tue, 27 May 2008 09:12:24 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id A6B5B8FC1A for ; Tue, 27 May 2008 09:12:23 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2782699rvf.43 for ; Tue, 27 May 2008 02:12:23 -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=4cCBXe7V6n3uhYEjJL59HXUrXRtt4AOrxy3/ewsDww0=; b=tO5+ELG1kK/dngGoeDFUoqj4OozSDSz/f21lU45UzRYScUqzmJvfGfgIgAk6AWMB2+xzNpkGzO0xl+lq015WYzqHr3vjWlnS0p5e0zppsXACRJsID45FKfL7sk4kDKcX5hUyws0S4DuOJv/ONpC3qASY0XjXVi2fXqWgWu+xJBw= 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=ejL34ms1DKFoD6GseHHI0tROse5frP9jZgb6lYQMSV8f3PhHDt9pxLRtzQzw51DDy4zQvm59wiQpRs1TkGplDbCSsESnLHccAw/HkSmnE6Bm9pQ/B16wDnV4hDlwj6fGeva1JMrtn3t3NlkBxKiNXq0Judge40oNSU73p21S2gw= Received: by 10.141.122.20 with SMTP id z20mr426188rvm.293.1211879543248; Tue, 27 May 2008 02:12:23 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:12:23 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:12:23 +0200 From: "Niclas Zeising" To: "Harti Brandt" In-Reply-To: <20080527104446.K21021@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527104446.K21021@beagle.kn.op.dlr.de> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:12:24 -0000 On Tue, May 27, 2008 at 10:45 AM, Harti Brandt wrote: > On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > > BAZ>On Tue, 27 May 2008, Niclas Zeising wrote: > BAZ> > BAZ>> > Remove netatm from HEAD as it is not MPSAFE and relies on the now > BAZ>> > removed > BAZ>> > NET_NEEDS_GIANT. netatm has been disconnected from the build for ten > BAZ>> > months in HEAD/RELENG_7. Specifics: > BAZ>> > > BAZ>> [SNIP more commit details] > BAZ>> > BAZ>> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be > BAZ>> removed as well? > BAZ>> If that't the case, remove src/tools/build/options/WITHOUT_ATM and > BAZ>> regen src.conf. > BAZ> > BAZ>Oh, I think we only have two more ATM implementations left in the tree > BAZ>(but I could be wrong about the number;-) > > Actually only one. ngatm sits on top of the netnatm drivers... > > harti > Ok, I just thought this knob controlled tis part of the ATM are, but as far as i can tell, both libatm and atmarpd has been removed. Does this knob control any other parts of the software? Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 BE6FE1065677; Tue, 27 May 2008 09:12:31 +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 92F908FC1C; Tue, 27 May 2008 09:12:31 +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 m4R9CV7Y067299; Tue, 27 May 2008 09:12:31 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R9CVnt067298; Tue, 27 May 2008 09:12:31 GMT (envelope-from olgeni) Message-Id: <200805270912.m4R9CVnt067298@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 May 2008 09:12: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/sysutils/usermin Makefile distinfo ports/sysutils/usermin/files patch-mysql_config-freebsd patch-postgresql_config-freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:12:31 -0000 olgeni 2008-05-27 09:12:31 UTC FreeBSD ports repository Modified files: sysutils/usermin Makefile distinfo sysutils/usermin/files patch-mysql_config-freebsd patch-postgresql_config-freebsd Log: Upgrade to version 1.350. Revision Changes Path 1.71 +1 -1 ports/sysutils/usermin/Makefile 1.59 +3 -3 ports/sysutils/usermin/distinfo 1.3 +0 -0 ports/sysutils/usermin/files/patch-mysql_config-freebsd 1.3 +7 -5 ports/sysutils/usermin/files/patch-postgresql_config-freebsd From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 E91FF1065678; Tue, 27 May 2008 09:13:06 +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 BDB388FC2F; Tue, 27 May 2008 09:13:06 +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 m4R9D6Mf067373; Tue, 27 May 2008 09:13:06 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R9D65D067372; Tue, 27 May 2008 09:13:06 GMT (envelope-from olgeni) Message-Id: <200805270913.m4R9D65D067372@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 May 2008 09: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/sysutils/webmin Makefile distinfo ports/sysutils/webmin/files patch-apache::config-freebsd patch-postgresql::config-freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:13:07 -0000 olgeni 2008-05-27 09:13:06 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo sysutils/webmin/files patch-apache::config-freebsd patch-postgresql::config-freebsd Log: Upgrade to version 1.420. Revision Changes Path 1.287 +1 -2 ports/sysutils/webmin/Makefile 1.240 +3 -3 ports/sysutils/webmin/distinfo 1.2 +7 -4 ports/sysutils/webmin/files/patch-apache::config-freebsd 1.4 +7 -5 ports/sysutils/webmin/files/patch-postgresql::config-freebsd From owner-cvs-all@FreeBSD.ORG Tue May 27 09:15: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 DD4761065674; Tue, 27 May 2008 09:15:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8E31D8FC30; Tue, 27 May 2008 09:15:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id CF90041C7AC; Tue, 27 May 2008 11:15:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id RsrPluWJaymP; Tue, 27 May 2008 11:15:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 7C08841C7AB; Tue, 27 May 2008 11:15:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id E850F44487F; Tue, 27 May 2008 09:11:40 +0000 (UTC) Date: Tue, 27 May 2008 09:11:40 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Robert Watson In-Reply-To: <20080527100846.M35026@fledge.watson.org> Message-ID: <20080527091101.W65662@maildrop.int.zabbadoz.net> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, Niclas Zeising , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:15:07 -0000 On Tue, 27 May 2008, Robert Watson wrote: > > On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > >> On Tue, 27 May 2008, Niclas Zeising wrote: >> >>>> Remove netatm from HEAD as it is not MPSAFE and relies on the now >>>> removed >>>> NET_NEEDS_GIANT. netatm has been disconnected from the build for ten >>>> months in HEAD/RELENG_7. Specifics: >>>> >>> [SNIP more commit details] >>> >>> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be >>> removed as well? If that't the case, remove >>> src/tools/build/options/WITHOUT_ATM and regen src.conf. >> >> Oh, I think we only have two more ATM implementations left in the tree (but >> I could be wrong about the number;-) > > This was going to be my initial response also, but a glimpse of the source > tree suggests that WITHOUT_ATM is not used anymore: *ouch* > rwatson@zoo:/zoo/rwatson/netperf/src% glimpse -H . WITHOUT_ATM | grep -v CVS > | grep -v glimpse > /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .It Va WITHOUT_ATM > /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .\" from FreeBSD: > src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp > /zoo/rwatson/netperf/src/tools/build/options/WITHOUT_ATM: .\" $FreeBSD: > src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp $ > > So either we should GC it, or we should refer to it elsewhere? :-) Someone(tm) you use it to cover the other ATM implementation left then, I guess. -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 7414A1065684; Tue, 27 May 2008 09:15:48 +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 3BFC98FC31; Tue, 27 May 2008 09:15:48 +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 BC76646B2A; Tue, 27 May 2008 05:15:47 -0400 (EDT) Date: Tue, 27 May 2008 10:15:47 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" In-Reply-To: <20080527091101.W65662@maildrop.int.zabbadoz.net> Message-ID: <20080527101517.O35026@fledge.watson.org> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, Niclas Zeising , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:15:48 -0000 On Tue, 27 May 2008, Bjoern A. Zeeb wrote: >> So either we should GC it, or we should refer to it elsewhere? :-) > > Someone(tm) you use it to cover the other ATM implementation left then, I > guess. Antoine has helpfully pointed out that the glimpse search string to use is actually MK_ATM, which has lots of references. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Tue May 27 09:16: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 923351065679; Tue, 27 May 2008 09:16: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 671288FC1D; Tue, 27 May 2008 09:16: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 m4R9GPLc067487; Tue, 27 May 2008 09:16:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R9GPII067486; Tue, 27 May 2008 09:16:25 GMT (envelope-from miwi) Message-Id: <200805270916.m4R9GPII067486@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 09:16: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/graphics/gnash-devel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:16:25 -0000 miwi 2008-05-27 09:16:25 UTC FreeBSD ports repository Modified files: graphics/gnash-devel Makefile distinfo pkg-descr pkg-plist Log: - Force commit repocopy from graphics/gnash to graphics/gnash-devel Repocopy by: marcus Revision Changes Path 1.25 +0 -0 ports/graphics/gnash-devel/Makefile 1.7 +0 -0 ports/graphics/gnash-devel/distinfo 1.4 +0 -0 ports/graphics/gnash-devel/pkg-descr 1.8 +0 -0 ports/graphics/gnash-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 09:18:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159671065680 for ; Tue, 27 May 2008 09:18:09 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id 941558FC1F for ; Tue, 27 May 2008 09:18:08 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2784853rvf.43 for ; Tue, 27 May 2008 02:18:08 -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=nywxvwhvo++N9aXmKSWCk3bpTqiVdje54ZVBfiDb46o=; b=kOr0iwBDGgkyJ8wlKsn/aD9xPTr5OvL/iWdCsElTEzc/fKwK+/AcKSkAmccleEUClG10vUkGZ2NWqa9EFMipBAjoA66Q4r9rwc3blFz4kZfw27xwsdW1ZrRG3a+HJjagndxLUYZeTv394pozX4mALpRTVlg5dTieQh+Ov94tJTQ= 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=f8lqyNDet3GAW/rwjsbvb6bZJ/uHkR5VcnJCJvOtd1mXn1lUPxuqQ3V+/vZN+eiW+Z0YuLzOJROgSH2q26XQZwdcQaV0dK8+nGpNlhXUxRr6A7FkQJrDpv1hKS1D6+4Qddz0+3FUgTAxb9KGGc+a/1Sejr0C92z/bfAomRZRMqc= Received: by 10.141.83.15 with SMTP id k15mr428226rvl.289.1211879888182; Tue, 27 May 2008 02:18:08 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:18:08 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:18:08 +0200 From: "Niclas Zeising" To: "Robert Watson" In-Reply-To: <20080527101517.O35026@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:18:09 -0000 On Tue, May 27, 2008 at 11:15 AM, Robert Watson wrote: > > On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > >>> So either we should GC it, or we should refer to it elsewhere? :-) >> >> Someone(tm) you use it to cover the other ATM implementation left then, I >> guess. > > Antoine has helpfully pointed out that the glimpse search string to use is > actually MK_ATM, which has lots of references. > > Robert N M Watson > Computer Laboratory > University of Cambridge > If that's the case, I stand corrected. I wasn't really aware there was more than one ATM implementation, and I thought you've deleted the one that was and so the knob should be gone. I use the knob myself since I don't need the ATM bits :) Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 3FB45106566B; Tue, 27 May 2008 09:20:35 +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 0D5398FC1F; Tue, 27 May 2008 09:20:35 +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 8FBC346B2A; Tue, 27 May 2008 05:20:34 -0400 (EDT) Date: Tue, 27 May 2008 10:20:34 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Niclas Zeising In-Reply-To: Message-ID: <20080527101923.O35026@fledge.watson.org> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:20:35 -0000 On Tue, 27 May 2008, Niclas Zeising wrote: >> Antoine has helpfully pointed out that the glimpse search string to use is >> actually MK_ATM, which has lots of references. > > If that's the case, I stand corrected. I wasn't really aware there was more > than one ATM implementation, and I thought you've deleted the one that was > and so the knob should be gone. I use the knob myself since I don't need the > ATM bits :) Regards! //Niclas Yes, there's been some lack of clarity on this point, so perhaps I should have been more clear in the commit message: we had multiple implementations, and what I've done is remove the more complicated, older, non-MPSAFE one. FreeBSD still supports ATM and will continue to do so for the forseeable future (we have active maintenance, etc). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 C489F1065671 for ; Tue, 27 May 2008 09:23:42 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 907DE8FC1D for ; Tue, 27 May 2008 09:23:42 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2786827rvf.43 for ; Tue, 27 May 2008 02:23:42 -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=IllcEsT1LjfaurxuG5OvbzcMk+esQKtxVehNFn/bvr0=; b=aPvo87PWKCUvx+uuibdzJ4ntbRPfdihZzeL0PT7Irj+0Otphsy42cORzpZyr4ctH3pnRBbGvAdE1RRuQhuqA3P3dv3EUBqT0Pu+yaX6hnc8qH3ugQNJTbO5W4zCP4u/6fddbUL4vALakuVpVOF8sTRmeC1nq2RWu4LC2MK8hQTg= 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=ml1mR3BC852Dpk9rhyQomBQwA6KGcTysIuLptWndCoqKBYlr39cyucFLBgpgzAi3lXcbZiulFe8bW4idLRF2bTzPCHOuV7FrBix3JygLy/wvxJM1vr36+F2E20buK9YmAlznm81hn47lCEs9qWQiIGwmAMMuihxEIR1WTrMaLwY= Received: by 10.140.132.8 with SMTP id f8mr436636rvd.206.1211880222307; Tue, 27 May 2008 02:23:42 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:23:42 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:23:42 +0200 From: "Niclas Zeising" To: "Robert Watson" In-Reply-To: <20080527101923.O35026@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> <20080527101923.O35026@fledge.watson.org> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:23:42 -0000 On Tue, May 27, 2008 at 11:20 AM, Robert Watson wrote: > > On Tue, 27 May 2008, Niclas Zeising wrote: > >>> Antoine has helpfully pointed out that the glimpse search string to use >>> is actually MK_ATM, which has lots of references. >> >> If that's the case, I stand corrected. I wasn't really aware there was >> more than one ATM implementation, and I thought you've deleted the one that >> was and so the knob should be gone. I use the knob myself since I don't need >> the ATM bits :) Regards! //Niclas > > Yes, there's been some lack of clarity on this point, so perhaps I should > have been more clear in the commit message: we had multiple implementations, > and what I've done is remove the more complicated, older, non-MPSAFE one. > FreeBSD still supports ATM and will continue to do so for the forseeable > future (we have active maintenance, etc). > > Robert N M Watson > Computer Laboratory > University of Cambridge > Ok, thanks for the clarification. Then the WITHOUT_ATM knob probably should be updated to control the compilation of those implementations instead, if it doesn't already, and if it's feasible. To be honest, I don't know whether it does something or not. Regards! Niclas Zeising From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 C8BB01065675; Tue, 27 May 2008 09: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 9F2658FC1B; Tue, 27 May 2008 09: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 m4R9Ph98067859; Tue, 27 May 2008 09: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 m4R9Phs9067858; Tue, 27 May 2008 09:25:43 GMT (envelope-from miwi) Message-Id: <200805270925.m4R9Phs9067858@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 09:25:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/roxterm 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, 27 May 2008 09:25:43 -0000 miwi 2008-05-27 09:25:43 UTC FreeBSD ports repository Modified files: x11/roxterm Makefile distinfo pkg-plist Log: - Update to 1.12.0 Revision Changes Path 1.8 +1 -1 ports/x11/roxterm/Makefile 1.5 +3 -3 ports/x11/roxterm/distinfo 1.3 +2 -0 ports/x11/roxterm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 09:36: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 BFA231065670; Tue, 27 May 2008 09:36:11 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id 4A23A8FC13; Tue, 27 May 2008 09:36:10 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.178.136]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 27 May 2008 11:36:09 +0200 Date: Tue, 27 May 2008 11:36:10 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Niclas Zeising In-Reply-To: Message-ID: <20080527113503.K21021@beagle.kn.op.dlr.de> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> <20080527101923.O35026@fledge.watson.org> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 27 May 2008 09:36:09.0653 (UTC) FILETIME=[184E6E50:01C8BFDD] Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:36:11 -0000 On Tue, 27 May 2008, Niclas Zeising wrote: NZ>On Tue, May 27, 2008 at 11:20 AM, Robert Watson wrote: NZ>> NZ>> On Tue, 27 May 2008, Niclas Zeising wrote: NZ>> NZ>>>> Antoine has helpfully pointed out that the glimpse search string to use NZ>>>> is actually MK_ATM, which has lots of references. NZ>>> NZ>>> If that's the case, I stand corrected. I wasn't really aware there was NZ>>> more than one ATM implementation, and I thought you've deleted the one that NZ>>> was and so the knob should be gone. I use the knob myself since I don't need NZ>>> the ATM bits :) Regards! //Niclas NZ>> NZ>> Yes, there's been some lack of clarity on this point, so perhaps I should NZ>> have been more clear in the commit message: we had multiple implementations, NZ>> and what I've done is remove the more complicated, older, non-MPSAFE one. NZ>> FreeBSD still supports ATM and will continue to do so for the forseeable NZ>> future (we have active maintenance, etc). NZ>> NZ>> Robert N M Watson NZ>> Computer Laboratory NZ>> University of Cambridge NZ>> NZ> NZ>Ok, thanks for the clarification. NZ>Then the WITHOUT_ATM knob probably should be updated to control the NZ>compilation of those implementations instead, if it doesn't already, NZ>and if it's feasible. To be honest, I don't know whether it does NZ>something or not. It does already. harti From owner-cvs-all@FreeBSD.ORG Tue May 27 09:44: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 BC010106567D for ; Tue, 27 May 2008 09:44:25 +0000 (UTC) (envelope-from asmrookie@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 488438FC13 for ; Tue, 27 May 2008 09:44:25 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1730640fgb.35 for ; Tue, 27 May 2008 02:44:24 -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=wpBFUEaBw+JUr0mSKVHynz/ncqIsJlcx4mAQ5ULqPpA=; b=h4OibbJVvsK7MnI3cmo+1fxiRhtc/0ZyevZG/rvTvogFsRbZjZAjSyiD+hCyAmHSK99QaE6Nq79PClPN3UwDXk1A13N5F7coFLImn3vMj8G6jKYDG5diY4QsLf6xVKS3OPg7USd3EMSguIttr6Fu3uCmRmwPbWGwDcAKlsTfLhA= 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=lIcYmQR1VetT2MYPfzjfsQ2tvdAlWkYgdg8e9+5QDEpk40qni53Zlz/NsBwjnM29deELfDMUYeuBH3vJfsNtw4klD/GmoUX1UH4ozjuqpJz4n8d/jI3uZyADpTf9AkY2w3V7vKu36P/vCwnyyIja8OszWoEzAO3nvfwb74EKgzU= Received: by 10.86.73.3 with SMTP id v3mr5524358fga.68.1211879795308; Tue, 27 May 2008 02:16:35 -0700 (PDT) Received: by 10.86.2.18 with HTTP; Tue, 27 May 2008 02:16:35 -0700 (PDT) Message-ID: <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> Date: Tue, 27 May 2008 11:16:35 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Ed Schouten" In-Reply-To: <200805270641.m4R6foHE049328@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805270641.m4R6foHE049328@repoman.freebsd.org> X-Google-Sender-Auth: 1a9d8d94f43525f6 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:44:25 -0000 2008/5/27, Ed Schouten : > ed 2008-05-27 06:41:50 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/kern subr_clist.c > Removed files: > sys/kern tty_subr.c > Log: > Rename `tty_subr.c' to `subr_clist.c'. > > Because clists are also used outside the TTY layer, rename the file > containing the clist routines to something more accurate. > > The mpsafetty TTY layer doesn't use clists. It uses its own buffers, > which also implement the unbuffered copying to userspace. We cannot > simply remove the clist routines then, because this would break various > drivers that are present within the kernel. Maybe I'm wrong, but it wouldn't have worth to repo-copy it? Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Tue May 27 09:44: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 613B01065678 for ; Tue, 27 May 2008 09:44:39 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id 116D08FC1F for ; Tue, 27 May 2008 09:44:38 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so1416886wra.13 for ; Tue, 27 May 2008 02:44:38 -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=JW2nPn76IFMUCAtihcAjsSv+6IlCcLgCMac8Zw8EWVY=; b=ILJ5TEIaFIybOsxo0TXUgHSDHezF4A+6E+bUWJerto4Xlf25sGGptgknEvhvWWMpZxUb0rmMiL+zk51aEwvTbl0qiGb27uAFjsVOdI6XOmqR6uT9jp5zJzLHnuC0XTtkZ+aNFM8HM9kncgeSwyXmlvxHPdxy9ZKa1hU1XnYHCnc= 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=p4ew4eX2s+rT/IOgHZ0G7OTrRa0zGiRgZIWa3mWmHDBQc8CU7KfSHsfRttKTpI3UkB4/w5XFBwt6Ul/e3VTn0khgdBMI+Bu0eGW3OgTL4MA25Ksp0TNiQJtLmiBp6YKZgTxD+FfKfUTmZNUwyC8zZis7azxMvCP+aZV6t2Zo4Rg= Received: by 10.141.51.15 with SMTP id d15mr452990rvk.106.1211881477629; Tue, 27 May 2008 02:44:37 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:44:37 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:44:37 +0200 From: "Niclas Zeising" To: "Harti Brandt" In-Reply-To: <20080527113503.K21021@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> <20080527101923.O35026@fledge.watson.org> <20080527113503.K21021@beagle.kn.op.dlr.de> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:44:39 -0000 On Tue, May 27, 2008 at 11:36 AM, Harti Brandt wrote: > On Tue, 27 May 2008, Niclas Zeising wrote: > > NZ>On Tue, May 27, 2008 at 11:20 AM, Robert Watson wrote: > NZ>> > NZ>> On Tue, 27 May 2008, Niclas Zeising wrote: > NZ>> > NZ>>>> Antoine has helpfully pointed out that the glimpse search string to use > NZ>>>> is actually MK_ATM, which has lots of references. > NZ>>> > NZ>>> If that's the case, I stand corrected. I wasn't really aware there was > NZ>>> more than one ATM implementation, and I thought you've deleted the one that > NZ>>> was and so the knob should be gone. I use the knob myself since I don't need > NZ>>> the ATM bits :) Regards! //Niclas > NZ>> > NZ>> Yes, there's been some lack of clarity on this point, so perhaps I should > NZ>> have been more clear in the commit message: we had multiple implementations, > NZ>> and what I've done is remove the more complicated, older, non-MPSAFE one. > NZ>> FreeBSD still supports ATM and will continue to do so for the forseeable > NZ>> future (we have active maintenance, etc). > NZ>> > NZ>> Robert N M Watson > NZ>> Computer Laboratory > NZ>> University of Cambridge > NZ>> > NZ> > NZ>Ok, thanks for the clarification. > NZ>Then the WITHOUT_ATM knob probably should be updated to control the > NZ>compilation of those implementations instead, if it doesn't already, > NZ>and if it's feasible. To be honest, I don't know whether it does > NZ>something or not. > > It does already. > > harti > In that case I apology for the noice. //Niclas From owner-cvs-all@FreeBSD.ORG Tue May 27 09:45: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 A8191106567A; Tue, 27 May 2008 09:45:18 +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 7E9188FC26; Tue, 27 May 2008 09:45:18 +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 m4R9jIDV068489; Tue, 27 May 2008 09:45:18 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4R9jIbk068488; Tue, 27 May 2008 09:45:18 GMT (envelope-from remko) Message-Id: <200805270945.m4R9jIbk068488@repoman.freebsd.org> From: Remko Lodder Date: Tue, 27 May 2008 09:45:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/shar shar.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: Tue, 27 May 2008 09:45:18 -0000 remko 2008-05-27 09:45:18 UTC FreeBSD src repository Modified files: usr.bin/shar shar.sh Log: Limit the EOF marker length to a maximum of 79 characters. [1] Add $FreeBSD$ tag so that I can actually commit this. PR: bin/118782 Reported by: Bjoern Koenig Patch by: edwin, Jaakko Heinonen (not used patch) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.4 +5 -2 src/usr.bin/shar/shar.sh From owner-cvs-all@FreeBSD.ORG Tue May 27 09:46: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 A718E10656AA; Tue, 27 May 2008 09:46:01 +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 613058FC2A; Tue, 27 May 2008 09:46:01 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from mirage.snow.nl ([212.72.238.2] helo=scn-lan34.snowcn.snow.nl) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K0vmv-000Go1-T5; Tue, 27 May 2008 11:48:13 +0200 Message-ID: <483BD855.8020009@FreeBSD.org> Date: Tue, 27 May 2008 11:45:57 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200805270945.m4R9jIbk068488@repoman.freebsd.org> In-Reply-To: <200805270945.m4R9jIbk068488@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/usr.bin/shar shar.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: Tue, 27 May 2008 09:46:01 -0000 Remko Lodder wrote: > remko 2008-05-27 09:45:18 UTC > > FreeBSD src repository > > Modified files: > usr.bin/shar shar.sh > Log: > Limit the EOF marker length to a maximum of 79 > characters. [1] > > Add $FreeBSD$ tag so that I can actually commit this. > > PR: bin/118782 > Reported by: Bjoern Koenig > Patch by: edwin, Jaakko Heinonen (not used patch) > MFC after: 1 week > Approved by: imp (mentor, implicit) ^^^^^^^ Facilitated by: Snow B.V. -- /"\ 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 Tue May 27 09: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 2B49D10656A9; Tue, 27 May 2008 09:46:09 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:610:652::211]) by mx1.freebsd.org (Postfix) with ESMTP id DF2D48FC30; Tue, 27 May 2008 09:46:08 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 188351CC1E; Tue, 27 May 2008 11:44:53 +0200 (CEST) Date: Tue, 27 May 2008 11:44:53 +0200 From: Ed Schouten To: Attilio Rao Message-ID: <20080527094453.GH64397@hoeg.nl> References: <200805270641.m4R6foHE049328@repoman.freebsd.org> <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gTtJ75FAzB1T2CN6" Content-Disposition: inline In-Reply-To: <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:46:09 -0000 --gTtJ75FAzB1T2CN6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Attilio Rao wrote: > Maybe I'm wrong, but it wouldn't have worth to repo-copy it? It is a repo-copy. I guess I should have mentioned that in the commit message. --=20 Ed Schouten WWW: http://80386.nl/ --gTtJ75FAzB1T2CN6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkg72BUACgkQ52SDGA2eCwXhHQCdGSrLAxMgMyHgvdbFD2mzZz7B cxkAnjNowsDS/5rJBZFP2o8VwwvpICVi =4GTF -----END PGP SIGNATURE----- --gTtJ75FAzB1T2CN6-- From owner-cvs-all@FreeBSD.ORG Tue May 27 09: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 9F0841065675; Tue, 27 May 2008 09:50:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4DE8FC12; Tue, 27 May 2008 09:50:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <483BD976.4090405@FreeBSD.org> Date: Tue, 27 May 2008 11:50:46 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Attilio Rao References: <200805270641.m4R6foHE049328@repoman.freebsd.org> <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> In-Reply-To: <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ed Schouten , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:50:48 -0000 Attilio Rao wrote: > 2008/5/27, Ed Schouten : >> ed 2008-05-27 06:41:50 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/conf files >> sys/kern subr_clist.c >> Removed files: >> sys/kern tty_subr.c >> Log: >> Rename `tty_subr.c' to `subr_clist.c'. >> >> Because clists are also used outside the TTY layer, rename the file >> containing the clist routines to something more accurate. >> >> The mpsafetty TTY layer doesn't use clists. It uses its own buffers, >> which also implement the unbuffered copying to userspace. We cannot >> simply remove the clist routines then, because this would break various >> drivers that are present within the kernel. > > Maybe I'm wrong, but it wouldn't have worth to repo-copy it? Looks like it was: Revision Changes Path 1.1306 +1 -1 src/sys/conf/files ->1.46 +0 -0 src/sys/kern/subr_clist.c 1.46 +0 -699 src/sys/kern/tty_subr.c (dead) Kris From owner-cvs-all@FreeBSD.ORG Tue May 27 09:55: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 F158C106566C for ; Tue, 27 May 2008 09:55:26 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id A27D58FC20 for ; Tue, 27 May 2008 09:55:26 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1456454ywe.13 for ; Tue, 27 May 2008 02:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; bh=iPAu4bhT8QasKE1JthjPdtHBpvB7aodcXgqlCZFPnsQ=; b=BQ2k8ASHm6A0ObcDKcuLN6m4bZB/nsap6p/fSqFm0QbWOdyweqw4P6J5IODrAhNkF6MXFV4V/yzQf3zrje3BCsBZ0B2MOsrOH++1jLwSELtsiXLyxVd1jrqhy/kuX3jV7/zoxy7vNRaATbz6izx7DLDOCPR9Wc1GYa5Md5iFRY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=WStLWWhyMj78sZ8HR9S0NMDb9/dadH0vxml6mHuqVDpX38WfuLlAspIxxIkDyepp95Ai3YVlmKPwt77Rp5DdW0tzvj0S39Jzhd1L31eQmdWLbZZW1vZicimwrctUPWyqWt+o/Rw+5u2oJMZCo1Yl+AJzoMIJhenCzn8AsTEaLN8= Received: by 10.142.103.2 with SMTP id a2mr410647wfc.278.1211880506909; Tue, 27 May 2008 02:28:26 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTPS id 30sm19872154wfg.9.2008.05.27.02.28.24 (version=SSLv3 cipher=RC4-MD5); Tue, 27 May 2008 02:28:25 -0700 (PDT) Date: Tue, 27 May 2008 18:27:34 +0900 (JST) Message-Id: <20080527.182734.70210586.chat95@mac.com> To: aryeh.friedman@gmail.com From: Maho NAKATA In-Reply-To: <483BCABB.9000805@gmail.com> References: <200805270737.m4R7bVm8052516@repoman.freebsd.org> <483BCABB.9000805@gmail.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:55:27 -0000 From: "Aryeh M. Friedman" Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... Date: Tue, 27 May 2008 04:47:55 -0400 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Maho Nakata wrote: > | maho 2008-05-27 07:37:31 UTC > | > | FreeBSD ports repository > | > | Modified files: > | editors Makefile > | editors/openoffice.org-3 Makefile distinfo > | editors/openoffice.org-3/files Makefile.others generate.pl > | patch-i80129 patch-i85027 > | patch-i85126 patch-i85127 > | pkg-message.in > | Added files: > | editors/openoffice.org-3/files patch-i85972 patch-i87583 > | patch-i88156 patch-i88160 > | Log: > | Create openoffice.org-3 port. Repocopied from > | openoffice.org-2 port. Currently this is the > | beta version. Second beta will be July 1st 2008, and > | the final release will be September 2nd, 2008. > | http://wiki.services.openoffice.org/wiki/OOoRelease30 > > If this is not a final release shouldn't it be marked much more > specifically as such? Right, reasonable question. But creating openoffice.org-3-beta port or something like that is not good - even beta branch has its own milestones. We can consider such as release candidate of beta. so it is not constructive to have openoffice.org-3-beta beta-rc, 3, 3-RC. next beta will come, and then, I'll commit to RC. not creating beta-rc, etc. thanks, -- Nakata Maho http://accc.riken.jp/maho/ From owner-cvs-all@FreeBSD.ORG Tue May 27 10:51: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 836B11065674; Tue, 27 May 2008 10:51:21 +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 5A6BB8FC33; Tue, 27 May 2008 10:51:21 +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 m4RApL9j071976; Tue, 27 May 2008 10:51:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RApLhD071975; Tue, 27 May 2008 10:51:21 GMT (envelope-from bz) Message-Id: <200805271051.m4RApLhD071975@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 27 May 2008 10:51: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/sbin/ping6 ping6.8 ping6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 10:51:21 -0000 bz 2008-05-27 10:51:19 UTC FreeBSD src repository Modified files: sbin/ping6 ping6.8 ping6.c Log: Change the exit status for 0 and 2 to be the same as with ping(1) and be usable in scripts, etc. This also changes the semantics in case when we lose one of n packets. In that case, before we exited by SIG, now we exit with return(0). Submitted by: Gert Doering (gert space.net) MFC after: 10 days Revision Changes Path 1.25 +4 -2 src/sbin/ping6/ping6.8 1.34 +5 -2 src/sbin/ping6/ping6.c From owner-cvs-all@FreeBSD.ORG Tue May 27 11:06: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 677C5106567B; Tue, 27 May 2008 11:06:14 +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 1FA4A8FC1C; Tue, 27 May 2008 11:06:13 +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 m4RB6Q43097392; Tue, 27 May 2008 07:06:26 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4RB6P0N097391; Tue, 27 May 2008 07:06:25 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 27 May 2008 07:06:25 -0400 From: David Schultz To: Peter Wemm Message-ID: <20080527110625.GA97301@zim.MIT.EDU> Mail-Followup-To: Peter Wemm , Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 11:06:14 -0000 On Mon, May 26, 2008, Peter Wemm wrote: > On Mon, May 26, 2008 at 12:06 AM, Poul-Henning Kamp wrote: > > In message <20080525221112.GH5179@what-creek.com>, John Birrell writes: > > > >>I will back out the change, but I think you are making the 'universe' target > >>out to be more than was intended. We used to talk about tiers. We seem to have > >>lost sight of that. > > > > No, architecture tiers is about code how well the code runs, make > > universe is simply a way to keep it compiling. > > sparc64 and sun4v share userland. The sparc64 in universe overs 99% > of the compile test for sun4v already. > > It seems a shame to compile sparc64 userland twice for universe. And > on that note, do we compile i386 twice for i386 and pc98? > > I might find myself more inclined to use 'universe' if it had less > duplicated work. I've always thought it would be nice to have a stripped-down version of make universe (make galaxy?) that compiled for a representative sample of platforms, and with only one or two kernels per platform instead of 3 or 4 or 5. For small changes, this represents a better tradeoff in time spent compiling vs. the cost of things breaking occasionally. For actively developed platforms, breaking the build wastes lots of people's time; for everything else, there's tinderbox. From owner-cvs-all@FreeBSD.ORG Tue May 27 11:14: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 423A91065672; Tue, 27 May 2008 11:14: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 2EF878FC19; Tue, 27 May 2008 11:14: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 m4RBEvfE073845; Tue, 27 May 2008 11:14:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RBEvIp073844; Tue, 27 May 2008 11:14:57 GMT (envelope-from miwi) Message-Id: <200805271114.m4RBEvIp073844@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 11: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/drupal4-attachment Makefile ports/www/drupal4-filemanager Makefile ports/www/drupal4-gsitemap Makefile ports/www/drupal4-i18n Makefile ports/www/drupal4-nice_menus Makefile ports/www/drupal4-taxonomy_access Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 11:14:57 -0000 miwi 2008-05-27 11:14:56 UTC FreeBSD ports repository Modified files: www/drupal4-attachment Makefile www/drupal4-filemanager Makefile www/drupal4-gsitemap Makefile www/drupal4-i18n Makefile www/drupal4-nice_menus Makefile www/drupal4-taxonomy_access Makefile www/drupal4-textile Makefile Log: - Fix INDEX Reported by: ionbot Revision Changes Path 1.5 +1 -1 ports/www/drupal4-attachment/Makefile 1.4 +1 -1 ports/www/drupal4-filemanager/Makefile 1.4 +1 -1 ports/www/drupal4-gsitemap/Makefile 1.4 +1 -1 ports/www/drupal4-i18n/Makefile 1.5 +1 -1 ports/www/drupal4-nice_menus/Makefile 1.7 +1 -1 ports/www/drupal4-taxonomy_access/Makefile 1.7 +1 -1 ports/www/drupal4-textile/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 11:27: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 B48971065671; Tue, 27 May 2008 11:27:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6655A8FC27; Tue, 27 May 2008 11:27:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 30D702C50CEF; Tue, 27 May 2008 14:27:37 +0300 (EEST) Date: Tue, 27 May 2008 14:27:30 +0300 From: Ion-Mihai Tetcu To: Martin Wilke Message-ID: <20080527142730.64b8f945@it.buh.tecnik93.com> In-Reply-To: <200805271114.m4RBEvIp073844@repoman.freebsd.org> References: <200805271114.m4RBEvIp073844@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/S44=q0j6uHkNEBCF9UMnK5w"; 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/www/drupal4-attachment Makefile ports/www/drupal4-filemanager Makefile ports/www/drupal4-gsitemap Makefile ports/www/drupal4-i18n Makefile ports/www/drupal4-nice_menus Makefile ports/www/drupal4-taxonomy_access Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 11:27:38 -0000 --Sig_/S44=q0j6uHkNEBCF9UMnK5w Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 27 May 2008 11:14:56 +0000 (UTC) Martin Wilke wrote: > miwi 2008-05-27 11:14:56 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www/drupal4-attachment Makefile=20 > www/drupal4-filemanager Makefile=20 > www/drupal4-gsitemap Makefile=20 > www/drupal4-i18n Makefile=20 > www/drupal4-nice_menus Makefile=20 > www/drupal4-taxonomy_access Makefile=20 > www/drupal4-textile Makefile=20 > Log: > - Fix INDEX Thanks. > Reported by: ionbot So now I have to ask postmaster@ for this alias? :-D --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/S44=q0j6uHkNEBCF9UMnK5w Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg78CgACgkQJ7GIuiH/oeVp4QCeIIRSvJuXOQ8OWt6+aDkfkfxa U4AAn0B6C3RVHTiuZnVodQbP1rVqJfjy =w6R1 -----END PGP SIGNATURE----- --Sig_/S44=q0j6uHkNEBCF9UMnK5w-- From owner-cvs-all@FreeBSD.ORG Tue May 27 11:38: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 B68691065677; Tue, 27 May 2008 11:38:08 +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 8D2D28FC2E; Tue, 27 May 2008 11:38:08 +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 m4RBc8Aw074575; Tue, 27 May 2008 11:38:08 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RBc8PZ074574; Tue, 27 May 2008 11:38:08 GMT (envelope-from olgeni) Message-Id: <200805271138.m4RBc8PZ074574@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 May 2008 11:38:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 11:38:08 -0000 olgeni 2008-05-27 11:38:07 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Remove obsolete modules from release 1.410. Revision Changes Path 1.288 +2 -2 ports/sysutils/webmin/Makefile 1.241 +0 -6 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 12:08: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 AE9541065677; Tue, 27 May 2008 12:08: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 981F48FC17; Tue, 27 May 2008 12:08: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 m4RC8Daa076613; Tue, 27 May 2008 12:08:13 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RC8DQk076612; Tue, 27 May 2008 12:08:13 GMT (envelope-from gahr) Message-Id: <200805271208.m4RC8DQk076612@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 27 May 2008 12:08:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jrdesktop Makefile distinfo ports/net/jrdesktop/files jrdesktop-server.in jrdesktop-viewer.in jrdesktop.in patch-src-jrdesktop_SysTray.java patch-src-jrdesktop_main.java X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 12:08:13 -0000 gahr 2008-05-27 12:08:13 UTC FreeBSD ports repository Modified files: net/jrdesktop Makefile distinfo Added files: net/jrdesktop/files jrdesktop.in patch-src-jrdesktop_main.java Removed files: net/jrdesktop/files jrdesktop-server.in jrdesktop-viewer.in patch-src-jrdesktop_SysTray.java Log: - Update to 0.2.0020 - Remove viewer and server scritps, use new GUI starter instead - Move config files and [trust|key]stores to ${HOME}/.jrdesktop/ - Remove patch fixed upstream Approved by: miwi (mentor) Revision Changes Path 1.3 +5 -7 ports/net/jrdesktop/Makefile 1.3 +3 -3 ports/net/jrdesktop/distinfo 1.2 +0 -14 ports/net/jrdesktop/files/jrdesktop-server.in (dead) 1.2 +0 -13 ports/net/jrdesktop/files/jrdesktop-viewer.in (dead) 1.1 +5 -0 ports/net/jrdesktop/files/jrdesktop.in (new) 1.2 +0 -14 ports/net/jrdesktop/files/patch-src-jrdesktop_SysTray.java (dead) 1.1 +47 -0 ports/net/jrdesktop/files/patch-src-jrdesktop_main.java (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 12:16: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 5D2AC106566B; Tue, 27 May 2008 12:16:11 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) Received: from ppsw-1.csi.cam.ac.uk (ppsw-1.csi.cam.ac.uk [131.111.8.131]) by mx1.freebsd.org (Postfix) with ESMTP id CF53F8FC1B; Tue, 27 May 2008 12:16:10 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from hermes-1.csi.cam.ac.uk ([131.111.8.51]:52363) by ppsw-1.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.151]:25) with esmtpa (EXTERNAL:fanf2) id 1K0y63-0001Dm-3R (Exim 4.67) (return-path ); Tue, 27 May 2008 13:16:07 +0100 Received: from fanf2 (helo=localhost) by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local-esmtp id 1K0y63-0001pH-1Z (Exim 4.67) (return-path ); Tue, 27 May 2008 13:16:07 +0100 Date: Tue, 27 May 2008 13:16:07 +0100 From: Tony Finch X-X-Sender: fanf2@hermes-1.csi.cam.ac.uk To: Colin Percival In-Reply-To: <483B0264.2030508@freebsd.org> Message-ID: References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> <483B0264.2030508@freebsd.org> User-Agent: Alpine 1.00 (LSU 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Tony Finch Cc: cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 12:16:11 -0000 On Mon, 26 May 2008, Colin Percival wrote: > > What I really meant was "three different general-purpose > archiving/dearchiving tools in the base system". I wasn't counting ar > since I've never seen it used for anything except libraries, The .deb format is an ar file containing two .tar.gz files (for data and metadata). Tony. -- f.anthony.n.finch http://dotat.at/ NORTH FITZROY SOLE: MAINLY NORTHERLY 5 OR 6, BECOMING VARIABLE 3 OR 4, BUT CYCLONIC AT FIRST IN NORTH FITZROY. MODERATE OR ROUGH, OCCASIONALLY VERY ROUGH AT FIRST. SHOWERS. MODERATE, OCCASIONALLY POOR. From owner-cvs-all@FreeBSD.ORG Tue May 27 13:07: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 988DE1065719; Tue, 27 May 2008 13:07:43 +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 704268FC23; Tue, 27 May 2008 13:07:43 +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 m4RD7htt088588; Tue, 27 May 2008 13:07:43 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RD7h38088586; Tue, 27 May 2008 13:07:43 GMT (envelope-from wxs) Message-Id: <200805271307.m4RD7h38088586@repoman.freebsd.org> From: Wesley Shields Date: Tue, 27 May 2008 13:07:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spamdyke Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 13:07:43 -0000 wxs 2008-05-27 13:07:41 UTC FreeBSD ports repository Modified files: mail/spamdyke Makefile distinfo Log: Update to 3.1.8 - Fix open relay vulnerability. PR: ports/124013 Submitted by: Peter Kieser (maintainer) Approved by: garga (mentor, implicit) Revision Changes Path 1.3 +1 -1 ports/mail/spamdyke/Makefile 1.3 +3 -3 ports/mail/spamdyke/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 13:19: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 B0CE71065678; Tue, 27 May 2008 13:19:06 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 880408FC21; Tue, 27 May 2008 13:19:06 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RDJ6d9088974; Tue, 27 May 2008 13:19:06 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDJ6C1088973; Tue, 27 May 2008 13:19:06 GMT (envelope-from philip) Message-Id: <200805271319.m4RDJ6C1088973@repoman.freebsd.org> From: Philip Paeps Date: Tue, 27 May 2008 13:19:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps Makefile colemak.iso15.acc.kbd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 13:19:06 -0000 philip 2008-05-27 13:19:06 UTC FreeBSD src repository Modified files: share/syscons/keymaps INDEX.keymaps Makefile Added files: share/syscons/keymaps colemak.iso15.acc.kbd Log: Add support for the Colemak keyboard layout from: http://colemak.com/. # While here, restore alphabetical order in INDEX.keymaps. Submitted by: Geert Hendrickx MFC after: 1 week Revision Changes Path 1.57 +5 -3 src/share/syscons/keymaps/INDEX.keymaps 1.73 +1 -0 src/share/syscons/keymaps/Makefile 1.1 +149 -0 src/share/syscons/keymaps/colemak.iso15.acc.kbd (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 13:31: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 07FC21065672; Tue, 27 May 2008 13:31:36 +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 D3F9C8FC20; Tue, 27 May 2008 13:31:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RDVZKg089394; Tue, 27 May 2008 13:31:35 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDVZ7J089393; Tue, 27 May 2008 13:31:35 GMT (envelope-from gabor) Message-Id: <200805271331.m4RDVZ7J089393@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 27 May 2008 13:31:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/bsddiff 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, 27 May 2008 13:31:36 -0000 gabor 2008-05-27 13:31:35 UTC FreeBSD ports repository Modified files: textproc/bsddiff Makefile distinfo Added files: textproc/bsddiff pkg-plist Log: - Update to 20080526 - Create symlinks during the build: bsddiff and gnudiff Revision Changes Path 1.4 +5 -2 ports/textproc/bsddiff/Makefile 1.4 +3 -3 ports/textproc/bsddiff/distinfo 1.1 +5 -0 ports/textproc/bsddiff/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 13: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 D05A91065670; Tue, 27 May 2008 13:32: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 8E6068FC20; Tue, 27 May 2008 13:32:03 +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 m4RDW34u089436; Tue, 27 May 2008 13:32:03 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDW3Gi089435; Tue, 27 May 2008 13:32:03 GMT (envelope-from gabor) Message-Id: <200805271332.m4RDW3Gi089435@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 27 May 2008 13:32: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/bsdgrep 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, 27 May 2008 13:32:03 -0000 gabor 2008-05-27 13:32:03 UTC FreeBSD ports repository Modified files: textproc/bsdgrep Makefile distinfo Added files: textproc/bsdgrep pkg-plist Log: - Update to 20080526 - Create symlinks during the build: bsdgrep and gnugrep Revision Changes Path 1.4 +5 -2 ports/textproc/bsdgrep/Makefile 1.4 +3 -3 ports/textproc/bsdgrep/distinfo 1.1 +10 -0 ports/textproc/bsdgrep/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 13:32:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CFD11065673; Tue, 27 May 2008 13:32:36 +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 24B508FC14; Tue, 27 May 2008 13:32:36 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RDWaZu089473; Tue, 27 May 2008 13:32:36 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDWa4Y089472; Tue, 27 May 2008 13:32:36 GMT (envelope-from gabor) Message-Id: <200805271332.m4RDWa4Y089472@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 27 May 2008 13:32:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/bsdsort 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, 27 May 2008 13:32:36 -0000 gabor 2008-05-27 13:32:36 UTC FreeBSD ports repository Modified files: textproc/bsdsort Makefile distinfo Added files: textproc/bsdsort pkg-plist Log: - Update to 20080526 - Create symlinks during the build: bsdsort and gnusort Revision Changes Path 1.5 +5 -8 ports/textproc/bsdsort/Makefile 1.4 +3 -3 ports/textproc/bsdsort/distinfo 1.1 +5 -0 ports/textproc/bsdsort/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 13:38: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 9EC7C106567F; Tue, 27 May 2008 13:38: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 8FCE88FC0A; Tue, 27 May 2008 13:38: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 m4RDcOjL089946; Tue, 27 May 2008 13:38:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDcO1T089945; Tue, 27 May 2008 13:38:24 GMT (envelope-from miwi) Message-Id: <200805271338.m4RDcO1T089945@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 13:38:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pear-PHP_UML 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, 27 May 2008 13:38:24 -0000 miwi 2008-05-27 13:38:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-PHP_UML Makefile distinfo pkg-descr Log: PHP_UML is a reverse-engineering package that scans PHP files and directories, and delivers an UML/XMI representation of the classes and packages found. WWW: http://pear.php.net/package/PHP_UML/ PR: ports/123935 Submitted by: Wen Heping Revision Changes Path 1.3070 +1 -0 ports/devel/Makefile 1.1 +97 -0 ports/devel/pear-PHP_UML/Makefile (new) 1.1 +3 -0 ports/devel/pear-PHP_UML/distinfo (new) 1.1 +4 -0 ports/devel/pear-PHP_UML/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 13: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 15F38106566C; Tue, 27 May 2008 13:38: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 E283E8FC12; Tue, 27 May 2008 13:38: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 m4RDckRN089986; Tue, 27 May 2008 13:38:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDckan089985; Tue, 27 May 2008 13:38:46 GMT (envelope-from miwi) Message-Id: <200805271338.m4RDckan089985@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 13: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: 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, 27 May 2008 13:38:47 -0000 miwi 2008-05-27 13:38:46 UTC FreeBSD ports repository Modified files: . modules Log: pear-PHP_UML --> ports/devel/pear-PHP_UML Revision Changes Path 1.19879 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue May 27 13:39: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 801D31065684; Tue, 27 May 2008 13:39: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 5830F8FC0A; Tue, 27 May 2008 13:39: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 m4RDd1JO090023; Tue, 27 May 2008 13:39:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RDd1AM090022; Tue, 27 May 2008 13:39:01 GMT (envelope-from edwin) Message-Id: <200805271339.m4RDd1AM090022@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 May 2008 13: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/misc/zoneinfo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 13:39:01 -0000 edwin 2008-05-27 13:39:01 UTC FreeBSD ports repository Modified files: misc/zoneinfo Makefile distinfo Log: Update to 2008c Revision Changes Path 1.34 +1 -2 ports/misc/zoneinfo/Makefile 1.22 +3 -3 ports/misc/zoneinfo/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 13:41: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 B883B1065671; Tue, 27 May 2008 13:41:20 +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 73D2F8FC17; Tue, 27 May 2008 13:41:20 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 9FA3B170E3; Tue, 27 May 2008 13:41:18 +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 m4RDfHQ6053171; Tue, 27 May 2008 13:41:18 GMT (envelope-from phk@critter.freebsd.dk) To: David Schultz From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 27 May 2008 07:06:25 -0400." <20080527110625.GA97301@zim.MIT.EDU> Date: Tue, 27 May 2008 13:41:17 +0000 Message-ID: <53170.1211895677@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@FreeBSD.ORG, Peter Wemm , cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 13:41:20 -0000 In message <20080527110625.GA97301@zim.MIT.EDU>, David Schultz writes: >I've always thought it would be nice to have a stripped-down >version of make universe (make galaxy?) that compiled for a >representative sample of platforms, and with only one or two >kernels per platform instead of 3 or 4 or 5 [...] I found to my own dismay that compiling all kernels in sight is overdoing it, once when I had 200 script generated kernel config files in my tree :-) Yes, a step between world and universe is clearly called for, but I am not to determine if it is "make solar-system" or "make galaxy" nor what it could contain. Let him who writes the Makefile magic decide that. -- 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 Tue May 27 14:03:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54B76106567D; Tue, 27 May 2008 14:03:33 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CED18FC1C; Tue, 27 May 2008 14:03:33 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RE3XTo091934; Tue, 27 May 2008 14:03:33 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RE3XQf091933; Tue, 27 May 2008 14:03:33 GMT (envelope-from dfr) Message-Id: <200805271403.m4RE3XQf091933@repoman.freebsd.org> From: Doug Rabson Date: Tue, 27 May 2008 14:03: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/libc/sys fcntl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:03:33 -0000 dfr 2008-05-27 14:03:32 UTC FreeBSD src repository Modified files: lib/libc/sys fcntl.c Log: Make fcntl() a weak symbol so that it can be overridden by thread libraries. MFC after: 2 days Revision Changes Path 1.2 +3 -1 src/lib/libc/sys/fcntl.c From owner-cvs-all@FreeBSD.ORG Tue May 27 14:18: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 8CBEA106566C; Tue, 27 May 2008 14:18:03 +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 652348FC19; Tue, 27 May 2008 14:18:03 +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 m4REI3ad092406; Tue, 27 May 2008 14:18:03 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4REI3Tn092405; Tue, 27 May 2008 14:18:03 GMT (envelope-from csjp) Message-Id: <200805271418.m4REI3Tn092405@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 May 2008 14:18:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_inet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:18:03 -0000 csjp 2008-05-27 14:18:02 UTC FreeBSD src repository Modified files: sys/security/mac mac_inet.c Log: Plug a memory leak which can occur when multiple MAC policies are loaded which label mbufs. This leak can occur if one policy successfully allocates label storage and subsequent allocations from other policies fail. Spotted by: rwatson MFC after: 1 week Revision Changes Path 1.19 +4 -0 src/sys/security/mac/mac_inet.c From owner-cvs-all@FreeBSD.ORG Tue May 27 14:56:46 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7D461065680; Tue, 27 May 2008 14:56:46 +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 7D7E88FC15; Tue, 27 May 2008 14:56:46 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A54B63.dip.t-dialin.net [84.165.75.99]) by redbull.bpaserver.net (Postfix) with ESMTP id 7F4F22E0F3; Tue, 27 May 2008 16:56:41 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 5A7CC114D75; Tue, 27 May 2008 16:56:38 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m4REub96053663; Tue, 27 May 2008 16:56:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 27 May 2008 16:56:37 +0200 Message-ID: <20080527165637.113110t131433i2s@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 27 May 2008 16:56:37 +0200 From: Alexander Leidinger To: Frank Behrens References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <200805261848.m4QImNbB039362@post.frank-behrens.de> In-Reply-To: <200805261848.m4QImNbB039362@post.frank-behrens.de> 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.2-RC2) / 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, ORDB-RBL, SpamAssassin (not cached, score=-14.223, required 6, BAYES_00 -15.00, J_CHICKENPOX_21 0.60, RDNS_DYNAMIC 0.10, TW_ZF 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:56:46 -0000 Quoting Frank Behrens (from Mon, 26 May 2008 =20 20:48:23 +0200): > The rc.conf jail framework also requires unique hostnames for jails, =20 > because the jail-ids are > write to /var/run. On a related note: JIDs are not known in advance, so doing some rc.d =20 stuff which associates a specific X with a jail is not easy. So for =20 example the zfs feature to assign a zfs filesystem to a jail is =20 practiaclly useless at the moment for stuff which shall be available =20 after a reboot without admin intervention (it is not guaranteed that =20 the jails get the same JID again on reboot). In http://www.leidinger.net/FreeBSD/current-patches/jail.diff I have a =20 patch which also uses the hostname of a jail to allow access to =20 /dev/io in the jail (if the admin of the host made it visible in the =20 jail). If ZFS would use the hostname, it would make it more useful =20 (but maybe we would need some magic in the jail code to notify ZFS =20 about a new jail, I haven't checked how ZFS is working in this regard). So basically we need some unique value which is handed out by the =20 admin and doesn't change after a reboot. For me the hostname is a good =20 approximation for this (my hostnames are unique, and I have full =20 control over them). Bye, Alexander. --=20 ANDROPHOBIA: =09Fear of men. 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 Tue May 27 14:59: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 84C71106568E; Tue, 27 May 2008 14:59:02 +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 2D10D8FC22; Tue, 27 May 2008 14:59:02 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A54B63.dip.t-dialin.net [84.165.75.99]) by redbull.bpaserver.net (Postfix) with ESMTP id 55C912E0F3; Tue, 27 May 2008 16:58:59 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id B33AD114DB5; Tue, 27 May 2008 16:58:56 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m4REwuwL054072; Tue, 27 May 2008 16:58:56 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 27 May 2008 16:58:55 +0200 Message-ID: <20080527165855.12607djbtwgegco4@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 27 May 2008 16:58:55 +0200 From: Alexander Leidinger To: Niclas Zeising References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527104446.K21021@beagle.kn.op.dlr.de> In-Reply-To: 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.2-RC2) / 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, ORDB-RBL, 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: src-committers@freebsd.org, Harti Brandt , cvs-src@freebsd.org, cvs-all@freebsd.org, Robert Watson , "Bjoern A. Zeeb" Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:59:02 -0000 Quoting Niclas Zeising (from Tue, 27 May 2008 11:12:23 +0200): > Ok, I just thought this knob controlled tis part of the ATM are, but > as far as i can tell, both libatm and atmarpd has been removed. Does > this knob control any other parts of the software? A little clarification please: Did the commit remove libatm and atmarpd, or does the knob remove it? If the former: Robert, there's no entry in ObsoleteFiles.inc for this. Bye, Alexander. -- Our country has plenty of good five-cent cigars, but the trouble is they charge fifteen cents for them. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Tue May 27 15:00:19 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A2C610656BE; Tue, 27 May 2008 15:00:19 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: from sub.vaned.net (sub.vaned.net [205.200.235.40]) by mx1.freebsd.org (Postfix) with ESMTP id 073EE8FC12; Tue, 27 May 2008 15:00:18 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: by sub.vaned.net (Postfix, from userid 1001) id 9170B2E2; Tue, 27 May 2008 10:00:18 -0500 (CDT) Date: Tue, 27 May 2008 10:00:18 -0500 From: "Christian S.J. Peron" To: John Baldwin Message-ID: <20080527150018.GA51836@sub.vaned.net> References: <200706150253.l5F2rpBV089069@repoman.freebsd.org> <200805071617.57772.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805071617.57772.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, "Christian S.J. Peron" , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 15:00:19 -0000 John Sorry for the delay. I don't think there was a reason. I just took a look at the change and i think it should be safe to be MFCed On Wed, May 07, 2008 at 04:17:57PM -0400, John Baldwin wrote: > On Thursday 14 June 2007 10:53:51 pm Christian S.J. Peron wrote: > > csjp 2007-06-15 02:53:51 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/net bpf.c > > Log: > > - Conditionally pickup Giant around the network interface > > ioctl routines if we are running with !mpsafenet > > - Change un-conditional Giant acquisition around ifpromisc > > to occur only if we are running with !mpsafenet > > > > With these locking bits in place, we can now remove the Giant > > requirement from BPF, so drop the D_NEEDGIANT device flag. > > This change removes Giant acquisitions around BPF device > > handlers (read, write, ioctl etc). > > > > MFC after: 1 month > > Discussed with: rwatson > > Would it be ok to MFC this to 6.x? (Looks like it was just never MFC'd, was > curious if a reason came up why it couldn't be MFC'd?) > > -- > John Baldwin From owner-cvs-all@FreeBSD.ORG Tue May 27 15: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 0D785106564A; Tue, 27 May 2008 15:31:03 +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 D017E8FC12; Tue, 27 May 2008 15:31:02 +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 5458846B35; Tue, 27 May 2008 11:31:02 -0400 (EDT) Date: Tue, 27 May 2008 16:31:02 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alexander Leidinger In-Reply-To: <20080527165855.12607djbtwgegco4@webmail.leidinger.net> Message-ID: <20080527162959.O35026@fledge.watson.org> References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527104446.K21021@beagle.kn.op.dlr.de> <20080527165855.12607djbtwgegco4@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Niclas Zeising , src-committers@freebsd.org, Harti Brandt , cvs-src@freebsd.org, cvs-all@freebsd.org, "Bjoern A. Zeeb" Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 15:31:03 -0000 On Tue, 27 May 2008, Alexander Leidinger wrote: > Quoting Niclas Zeising (from Tue, 27 May 2008 > 11:12:23 +0200): > >> Ok, I just thought this knob controlled tis part of the ATM are, but as far >> as i can tell, both libatm and atmarpd has been removed. Does this knob >> control any other parts of the software? > > A little clarification please: Did the commit remove libatm and atmarpd, or > does the knob remove it? > > If the former: Robert, there's no entry in ObsoleteFiles.inc for this. Antoine will be adding the entries fo ObsoleteFiles.inc shortly, if he hasn't already. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Tue May 27 15: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 27BA31065678; Tue, 27 May 2008 15:37:16 +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 00E918FC0C; Tue, 27 May 2008 15:37:16 +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 m4RFbF50096073; Tue, 27 May 2008 15:37:15 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RFbF3S096072; Tue, 27 May 2008 15:37:15 GMT (envelope-from flz) Message-Id: <200805271537.m4RFbF3S096072@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 27 May 2008 15: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/x11-servers/xorg-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 15:37:16 -0000 flz 2008-05-27 15:37:15 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Log: Disable dtrace support for now as userland tracing isn't supported yet. Suggested by: jb Revision Changes Path 1.58 +1 -1 ports/x11-servers/xorg-server/Makefile From owner-cvs-all@FreeBSD.ORG Tue May 27 17:10: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 865FA106567A; Tue, 27 May 2008 17:10:58 +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 240118FC17; Tue, 27 May 2008 17:10:58 +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 m4RH72Ps006889; Tue, 27 May 2008 11:07:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 27 May 2008 11:08:31 -0600 (MDT) Message-Id: <20080527.110831.1303886556.imp@bsdimp.com> To: peter@wemm.org From: "M. Warner Losh" In-Reply-To: References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, phk@phk.freebsd.dk, jb@freebsd.org, rwatson@freebsd.org, jb@what-creek.com Subject: Re: cvs commit: 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: Tue, 27 May 2008 17:10:58 -0000 In message: "Peter Wemm" writes: : It seems a shame to compile sparc64 userland twice for universe. And : on that note, do we compile i386 twice for i386 and pc98? pc98 and i386 userland do differ. Warner From owner-cvs-all@FreeBSD.ORG Tue May 27 17: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 4427C1065676 for ; Tue, 27 May 2008 17:20:31 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outI.internet-mail-service.net (outi.internet-mail-service.net [216.240.47.232]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBB18FC2E for ; Tue, 27 May 2008 17:20:31 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 47849248C; Tue, 27 May 2008 10:20:35 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 951022D6013; Tue, 27 May 2008 10:20:30 -0700 (PDT) Message-ID: <483C42E5.8060309@elischer.org> Date: Tue, 27 May 2008 10:20:37 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Alexander Leidinger References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <200805261848.m4QImNbB039362@post.frank-behrens.de> <20080527165637.113110t131433i2s@webmail.leidinger.net> In-Reply-To: <20080527165637.113110t131433i2s@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Frank Behrens , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:20:31 -0000 Alexander Leidinger wrote: > Quoting Frank Behrens (from Mon, 26 May 2008 > 20:48:23 +0200): > >> The rc.conf jail framework also requires unique hostnames for jails, >> because the jail-ids are >> write to /var/run. > > On a related note: JIDs are not known in advance, so doing some rc.d > stuff which associates a specific X with a jail is not easy. So for > example the zfs feature to assign a zfs filesystem to a jail is > practiaclly useless at the moment for stuff which shall be available > after a reboot without admin intervention (it is not guaranteed that the > jails get the same JID again on reboot). > > In http://www.leidinger.net/FreeBSD/current-patches/jail.diff I have a > patch which also uses the hostname of a jail to allow access to /dev/io > in the jail (if the admin of the host made it visible in the jail). If > ZFS would use the hostname, it would make it more useful (but maybe we > would need some magic in the jail code to notify ZFS about a new jail, I > haven't checked how ZFS is working in this regard). > > So basically we need some unique value which is handed out by the admin > and doesn't change after a reboot. For me the hostname is a good > approximation for this (my hostnames are unique, and I have full control > over them). > > Bye, > Alexander. > using Jail identifiers that are allocated also fits into vimage, however vimage is hierarchical.. "." is the base jail/vimage. ".foo" is a jail/vimage called foo that was made in "." ".foo.bar" is a jail/vimage called bar that was made inside ".foo" From owner-cvs-all@FreeBSD.ORG Tue May 27 17:25:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35268106564A; Tue, 27 May 2008 17:25:41 +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 0E5858FC1C; Tue, 27 May 2008 17:25:41 +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 m4RHPe8J015629; Tue, 27 May 2008 17:25:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHPee5015628; Tue, 27 May 2008 17:25:40 GMT (envelope-from marcus) Message-Id: <200805271725.m4RHPee5015628@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 17: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/devel/anjuta Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:25:41 -0000 marcus 2008-05-27 17:25:40 UTC FreeBSD ports repository Modified files: devel/anjuta Makefile distinfo Log: Update to 2.4.2. Revision Changes Path 1.63 +3 -3 ports/devel/anjuta/Makefile 1.22 +3 -3 ports/devel/anjuta/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 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 5FD96106566C; Tue, 27 May 2008 17:34:37 +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 3891E8FC19; Tue, 27 May 2008 17:34:37 +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 m4RHYbOi015887; Tue, 27 May 2008 17:34:37 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHYbwt015886; Tue, 27 May 2008 17:34:37 GMT (envelope-from marcus) Message-Id: <200805271734.m4RHYbwt015886@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 17:34: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/archivers/file-roller 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, 27 May 2008 17:34:37 -0000 marcus 2008-05-27 17:34:37 UTC FreeBSD ports repository Modified files: archivers/file-roller Makefile distinfo pkg-plist Log: Update to 2.22.3. Revision Changes Path 1.73 +1 -2 ports/archivers/file-roller/Makefile 1.49 +3 -3 ports/archivers/file-roller/distinfo 1.40 +1 -0 ports/archivers/file-roller/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 17:44: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 2C17B1065675; Tue, 27 May 2008 17:44:22 +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 040418FC1E; Tue, 27 May 2008 17:44:22 +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 m4RHiLeP016310; Tue, 27 May 2008 17:44:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHiLNg016309; Tue, 27 May 2008 17:44:21 GMT (envelope-from marcus) Message-Id: <200805271744.m4RHiLNg016309@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 17:44: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/editors/gedit Makefile distinfo ports/editors/gedit/files patch-docs_reference_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:44:22 -0000 marcus 2008-05-27 17:44:20 UTC FreeBSD ports repository Modified files: editors/gedit Makefile distinfo Removed files: editors/gedit/files patch-docs_reference_Makefile.in Log: Update to 2.22.2. Revision Changes Path 1.70 +1 -2 ports/editors/gedit/Makefile 1.37 +3 -3 ports/editors/gedit/distinfo 1.3 +0 -15 ports/editors/gedit/files/patch-docs_reference_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Tue May 27 17: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 6A5E21065678; Tue, 27 May 2008 17:46:33 +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 42EA78FC26; Tue, 27 May 2008 17:46:33 +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 m4RHkW3v016439; Tue, 27 May 2008 17:46:32 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHkW63016438; Tue, 27 May 2008 17:46:32 GMT (envelope-from emax) Message-Id: <200805271746.m4RHkW63016438@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 27 May 2008 17:46: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/etc/defaults bluetooth.device.conf src/share/man/man5 bluetooth.device.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:46:33 -0000 emax 2008-05-27 17:46:32 UTC FreeBSD src repository Modified files: etc/defaults bluetooth.device.conf share/man/man5 bluetooth.device.conf.5 Log: Bluetooth SIG is being difficult and keep moving specification documents away from being public accessible. Replace link to the Bluetooth specification document with the document name. Pointed out by: SoftLover < slserg at uic dot tula dot ru > MFC after: 3 days Revision Changes Path 1.2 +2 -3 src/etc/defaults/bluetooth.device.conf 1.4 +3 -2 src/share/man/man5/bluetooth.device.conf.5 From owner-cvs-all@FreeBSD.ORG Tue May 27 17:50: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 9649C10656C5; Tue, 27 May 2008 17:50:11 +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 6F92F8FC20; Tue, 27 May 2008 17:50:11 +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 m4RHoB5x016711; Tue, 27 May 2008 17:50:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHoBht016702; Tue, 27 May 2008 17:50:11 GMT (envelope-from marcus) Message-Id: <200805271750.m4RHoBht016702@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 17:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/eog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:50:11 -0000 marcus 2008-05-27 17:50:11 UTC FreeBSD ports repository Modified files: graphics/eog Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.60 +1 -2 ports/graphics/eog/Makefile 1.32 +3 -3 ports/graphics/eog/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 17: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 0F1E2106564A; Tue, 27 May 2008 17:54:40 +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 DBFBE8FC15; Tue, 27 May 2008 17:54:39 +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 m4RHsdbG017011; Tue, 27 May 2008 17:54:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RHsdCa017010; Tue, 27 May 2008 17:54:39 GMT (envelope-from marcus) Message-Id: <200805271754.m4RHsdCa017010@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 17:54: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/editors/gedit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 17:54:40 -0000 marcus 2008-05-27 17:54:38 UTC FreeBSD ports repository Modified files: editors/gedit Makefile distinfo Log: Update to 2.22.3. Revision Changes Path 1.71 +1 -1 ports/editors/gedit/Makefile 1.38 +3 -3 ports/editors/gedit/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 18:11: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 2B3F21065672; Tue, 27 May 2008 18:11:06 +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 044538FC13; Tue, 27 May 2008 18:11:06 +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 m4RIB5pf018713; Tue, 27 May 2008 18:11:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RIB5xO018710; Tue, 27 May 2008 18:11:05 GMT (envelope-from marcus) Message-Id: <200805271811.m4RIB5xO018710@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 May 2008 18:11: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/misc/gnome-user-docs 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, 27 May 2008 18:11:06 -0000 marcus 2008-05-27 18:11:00 UTC FreeBSD ports repository Modified files: misc/gnome-user-docs Makefile distinfo pkg-plist Log: Update to 2.22.1. Revision Changes Path 1.35 +1 -2 ports/misc/gnome-user-docs/Makefile 1.23 +3 -3 ports/misc/gnome-user-docs/distinfo 1.23 +30 -0 ports/misc/gnome-user-docs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue May 27 18:22:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44AFB1065672; Tue, 27 May 2008 18:22:55 +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 1E2788FC17; Tue, 27 May 2008 18:22:55 +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 m4RIMsSR020895; Tue, 27 May 2008 18:22:54 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RIMsbt020894; Tue, 27 May 2008 18:22:54 GMT (envelope-from antoine) Message-Id: <200805271822.m4RIMsbt020894@repoman.freebsd.org> From: Antoine Brodin Date: Tue, 27 May 2008 18:22: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 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: Tue, 27 May 2008 18:22:55 -0000 antoine 2008-05-27 18:22:54 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add more obsolete files. Approved by: rwatson (mentor) Revision Changes Path 1.140 +20 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Tue May 27 18:27:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A615106566B; Tue, 27 May 2008 18:27:52 +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 D984C8FC39; Tue, 27 May 2008 18:27:51 +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 m4RIRpla021056; Tue, 27 May 2008 18:27:51 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RIRp6V021055; Tue, 27 May 2008 18:27:51 GMT (envelope-from antoine) Message-Id: <200805271827.m4RIRp6V021055@repoman.freebsd.org> From: Antoine Brodin Date: Tue, 27 May 2008 18:27: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/dev/iscsi/initiator iscsi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 18:27:52 -0000 antoine 2008-05-27 18:27:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/iscsi/initiator iscsi.c Log: MFC to RELENG_7: Record the dependency of the iscsi initiator on cam. PR: 116745 Submitted by: OISHI Masakuni Approved by: rwatson (mentor) MFC after: 1 month Revision Changes Path 1.1.2.1 +1 -0 src/sys/dev/iscsi/initiator/iscsi.c From owner-cvs-all@FreeBSD.ORG Tue May 27 18:33:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688E5106566B; Tue, 27 May 2008 18:33:18 +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 427AD8FC19; Tue, 27 May 2008 18:33:18 +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 m4RIXI3d021273; Tue, 27 May 2008 18:33:18 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RIXI2Y021272; Tue, 27 May 2008 18:33:18 GMT (envelope-from antoine) Message-Id: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> From: Antoine Brodin Date: Tue, 27 May 2008 18:33:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_media.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, 27 May 2008 18:33:19 -0000 antoine 2008-05-27 18:33:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_media.h Log: MFC to RELENG_6: Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig behaviour. PR: 45793 (maybe) Approved by: rwatson (mentor) MFC after: 1 month Revision Changes Path 1.30.2.6 +1 -1 src/sys/net/if_media.h From owner-cvs-all@FreeBSD.ORG Tue May 27 18:34: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 00519106564A; Tue, 27 May 2008 18:34:20 +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 CE4BF8FC23; Tue, 27 May 2008 18:34:20 +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 m4RIYKQh022538; Tue, 27 May 2008 18:34:20 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RIYKhE022537; Tue, 27 May 2008 18:34:20 GMT (envelope-from antoine) Message-Id: <200805271834.m4RIYKhE022537@repoman.freebsd.org> From: Antoine Brodin Date: Tue, 27 May 2008 18:34:20 +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/net if_media.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, 27 May 2008 18:34:21 -0000 antoine 2008-05-27 18:34:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_media.h Log: MFC to RELENG_7: Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig behaviour. PR: 45793 (maybe) Approved by: rwatson (mentor) MFC after: 1 month Revision Changes Path 1.40.2.2 +1 -1 src/sys/net/if_media.h From owner-cvs-all@FreeBSD.ORG Tue May 27 19:04: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 06C48106566C; Tue, 27 May 2008 19:04:32 +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 D456B8FC1C; Tue, 27 May 2008 19:04:31 +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 m4RJ4VtY025086; Tue, 27 May 2008 19:04:31 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from antoine@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RJ4VjI025085; Tue, 27 May 2008 19:04:31 GMT (envelope-from antoine) Message-Id: <200805271904.m4RJ4VjI025085@repoman.freebsd.org> From: Antoine Brodin Date: Tue, 27 May 2008 19:04:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pw pw_user.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 19:04:32 -0000 antoine 2008-05-27 19:04:31 UTC FreeBSD src repository Modified files: usr.sbin/pw pw_user.c Log: - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)). This makes blowfish password hashes look normal when set using pw(8)/adduser(8). [1] - Make it possible to have a '/' in the salt. PR: 121146 [1] Submitted by: Jaakko Heinonen [1] Approved by: rwatson (mentor) MFC after: 1 month Revision Changes Path 1.62 +7 -5 src/usr.sbin/pw/pw_user.c From owner-cvs-all@FreeBSD.ORG Tue May 27 19: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 9A268106564A; Tue, 27 May 2008 19:06:46 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4074D8FC1F; Tue, 27 May 2008 19:06:46 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RJ6kit025195; Tue, 27 May 2008 19:06:46 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RJ6kHb025194; Tue, 27 May 2008 19:06:46 GMT (envelope-from keramida) Message-Id: <200805271906.m4RJ6kHb025194@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 27 May 2008 19: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.sbin/pkg_install/create 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: Tue, 27 May 2008 19:06:46 -0000 keramida 2008-05-27 19:06:46 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/pkg_install/create main.c Log: Update usage strings to add a missing -n option. Noticed by: Matthias Apitz, matthias.apitz at oclc.org Revision Changes Path 1.43 +1 -1 src/usr.sbin/pkg_install/create/main.c From owner-cvs-all@FreeBSD.ORG Tue May 27 19:19: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 5FCFC106566B; Tue, 27 May 2008 19:19:05 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 305D88FC24; Tue, 27 May 2008 19:19:05 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 8C1511101B5; Tue, 27 May 2008 15:19:04 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 27 May 2008 15:19:04 -0400 X-Sasl-enc: xoKzeXE7A7ucuCtjpYt7+C06XJhZYEZgnTCusCiJpe2O 1211915944 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 B993D23C34; Tue, 27 May 2008 15:19:03 -0400 (EDT) Message-ID: <483C5EA6.6060705@FreeBSD.org> Date: Tue, 27 May 2008 20:19:02 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Maksim Yevmenkin References: <200805271746.m4RHkW63016438@repoman.freebsd.org> In-Reply-To: <200805271746.m4RHkW63016438@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 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/etc/defaults bluetooth.device.conf src/share/man/man5 bluetooth.device.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 19:19:05 -0000 Maksim Yevmenkin wrote: > Bluetooth SIG is being difficult and keep moving specification > documents away from being public accessible. Replace link to > the Bluetooth specification document with the document name. > We are not alone! I complained vociferously about this behaviour on their part. I got a response from one of their PR droids "nothing to see here, move along". cheers BMS From owner-cvs-all@FreeBSD.ORG Tue May 27 19: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 0C77B106567C; Tue, 27 May 2008 19:34:29 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAB418FC19; Tue, 27 May 2008 19:34:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RJYSAV026248; Tue, 27 May 2008 19:34:28 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RJYSTo026247; Tue, 27 May 2008 19:34:28 GMT (envelope-from lth) Message-Id: <200805271934.m4RJYSTo026247@repoman.freebsd.org> From: Lars Thegler Date: Tue, 27 May 2008 19:34:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Simple Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 19:34:29 -0000 lth 2008-05-27 19:34:28 UTC FreeBSD ports repository Modified files: www/p5-CGI-Simple Makefile distinfo Log: Update to 1.105 Revision Changes Path 1.6 +1 -1 ports/www/p5-CGI-Simple/Makefile 1.5 +3 -3 ports/www/p5-CGI-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 20:01: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 6287F106567C; Tue, 27 May 2008 20:01:05 +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 542B08FC1C; Tue, 27 May 2008 20:01:05 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4RK15lB027959; Tue, 27 May 2008 20:01:05 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RK15Oi027958; Tue, 27 May 2008 20:01:05 GMT (envelope-from delphij) Message-Id: <200805272001.m4RK15Oi027958@repoman.freebsd.org> From: Xin LI Date: Tue, 27 May 2008 20:01: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/include string.h src/lib/libc/string Makefile.inc Symbol.map memchr.3 memrchr.c 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: Tue, 27 May 2008 20:01:05 -0000 delphij 2008-05-27 20:01:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) include string.h lib/libc/string Makefile.inc Symbol.map memchr.3 sys/sys param.h Added files: (Branch: RELENG_7) lib/libc/string memrchr.c Log: MFC: Add memrchr(3). Obtained from: OpenBSD Revision Changes Path 1.25.2.1 +1 -0 src/include/string.h 1.37.2.1 +2 -1 src/lib/libc/string/Makefile.inc 1.2.2.1 +4 -0 src/lib/libc/string/Symbol.map 1.9.2.1 +28 -3 src/lib/libc/string/memchr.3 1.1.2.1 +40 -0 src/lib/libc/string/memrchr.c (new) 1.308.2.13 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Tue May 27 20:04: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 698E3106564A; Tue, 27 May 2008 20:04:28 +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 4256D8FC0A; Tue, 27 May 2008 20:04:28 +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 m4RK4Sdu029195; Tue, 27 May 2008 20:04:28 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RK4SZt029194; Tue, 27 May 2008 20:04:28 GMT (envelope-from delphij) Message-Id: <200805272004.m4RK4SZt029194@repoman.freebsd.org> From: Xin LI Date: Tue, 27 May 2008 20:04: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/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Tue, 27 May 2008 20:04:28 -0000 delphij 2008-05-27 20:04:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include string.h lib/libc/string Makefile.inc memchr.3 sys/sys param.h Added files: (Branch: RELENG_6) lib/libc/string memrchr.c Log: MFC: Add memrchr(3). Obtained from: OpenBSD Revision Changes Path 1.21.2.2 +1 -0 src/include/string.h 1.34.8.2 +2 -1 src/lib/libc/string/Makefile.inc 1.7.14.3 +28 -3 src/lib/libc/string/memchr.3 1.1.4.1 +40 -0 src/lib/libc/string/memrchr.c (new) 1.244.2.37 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Tue May 27 20:07: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 5BAB3106566C; Tue, 27 May 2008 20:07:15 +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 356718FC25; Tue, 27 May 2008 20:07:15 +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 m4RK7FF8029355; Tue, 27 May 2008 20:07:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RK7FZo029354; Tue, 27 May 2008 20:07:15 GMT (envelope-from delphij) Message-Id: <200805272007.m4RK7FZo029354@repoman.freebsd.org> From: Xin LI Date: Tue, 27 May 2008 20:07:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Tue, 27 May 2008 20:07:15 -0000 delphij 2008-05-27 20:07:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSDversion 603103 and 700109 the MFC of memrchr(3) Revision Changes Path 1.934 +12 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue May 27 20:25: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 96AA71065671; Tue, 27 May 2008 20:25:32 +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 708328FC27; Tue, 27 May 2008 20:25:32 +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 m4RKPWKq030007; Tue, 27 May 2008 20:25:32 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RKPW2H030006; Tue, 27 May 2008 20:25:32 GMT (envelope-from jadawin) Message-Id: <200805272025.m4RKPW2H030006@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 27 May 2008 20:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/doxygen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 20:25:32 -0000 jadawin 2008-05-27 20:25:32 UTC FreeBSD ports repository Modified files: devel/doxygen Makefile distinfo Log: - Update to 1.5.6 - Add use_bison PR: ports/123803 Submitted by: Naram Qashat Approved by: Marcin Wisnicki (maintainer), mentor (implicit) Thanks to: tabthorpe for testing Revision Changes Path 1.64 +2 -1 ports/devel/doxygen/Makefile 1.25 +3 -3 ports/devel/doxygen/distinfo From owner-cvs-all@FreeBSD.ORG Tue May 27 20:37: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 32F08106564A; Tue, 27 May 2008 20:37:36 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id E82AF8FC21; Tue, 27 May 2008 20:37:35 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4RKD4bI002687; Tue, 27 May 2008 16:13:04 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Tue, 27 May 2008 16:13:04 -0400 (EDT) Date: Tue, 27 May 2008 16:13:04 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Xin LI In-Reply-To: <200805272001.m4RK15Oi027958@repoman.freebsd.org> Message-ID: References: <200805272001.m4RK15Oi027958@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/include string.h src/lib/libc/string Makefile.inc Symbol.map memchr.3 memrchr.c 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: Tue, 27 May 2008 20:37:36 -0000 On Tue, 27 May 2008, Xin LI wrote: > delphij 2008-05-27 20:01:04 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > include string.h > lib/libc/string Makefile.inc Symbol.map memchr.3 > sys/sys param.h > Added files: (Branch: RELENG_7) > lib/libc/string memrchr.c > Log: > MFC: Add memrchr(3). Don't forget to add FBSD1.1 to libc/Version.defs on the RELENG_7 branch. -- DE From owner-cvs-all@FreeBSD.ORG Tue May 27 21:05: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 1420D106564A; Tue, 27 May 2008 21:05:50 +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 E27F18FC2B; Tue, 27 May 2008 21:05:49 +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 m4RL5nvq041583; Tue, 27 May 2008 21:05:49 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RL5nnr041582; Tue, 27 May 2008 21:05:49 GMT (envelope-from bz) Message-Id: <200805272105.m4RL5nnr041582@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 27 May 2008 21: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 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: Tue, 27 May 2008 21:05:50 -0000 bz 2008-05-27 21:05:49 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: To both the (formerly) 'temporarily disconnected' netatm and I4B modules add a comment "(removed 20080525)" to make clear that it is no longer temporary. Revision Changes Path 1.141 +2 -2 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Tue May 27 21: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 0696A1065674; Tue, 27 May 2008 21:37:02 +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 D5C038FC16; Tue, 27 May 2008 21:37:01 +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 m4RLb1Qh042603; Tue, 27 May 2008 21:37:01 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RLb1Ur042602; Tue, 27 May 2008 21:37:01 GMT (envelope-from stas) Message-Id: <200805272137.m4RLb1Ur042602@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 27 May 2008 21:37: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/share/pgpkeys stas.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 21:37:02 -0000 stas 2008-05-27 21:37:01 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys stas.key Log: - Update my PGP key. Revision Changes Path 1.2 +31 -21 doc/share/pgpkeys/stas.key From owner-cvs-all@FreeBSD.ORG Tue May 27 21:37: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 40DEC106567A; Tue, 27 May 2008 21:37:43 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif1-0-0-cust805.cdif.cable.ntl.com [82.15.31.38]) by mx1.freebsd.org (Postfix) with ESMTP id 031278FC17; Tue, 27 May 2008 21:37:42 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K16rV-000Mgv-1S; Tue, 27 May 2008 22:37:41 +0100 Date: Tue, 27 May 2008 22:37:38 +0100 From: Ceri Davies To: "Bjoern A. Zeeb" Message-ID: <20080527213738.GC91388@submonkey.net> References: <200805272105.m4RL5nnr041582@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FFoLq8A0u+X9iRU8" Content-Disposition: inline In-Reply-To: <200805272105.m4RL5nnr041582@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Tue, 27 May 2008 21:37:43 -0000 --FFoLq8A0u+X9iRU8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 27, 2008 at 09:05:49PM +0000, Bjoern A. Zeeb wrote: > bz 2008-05-27 21:05:49 UTC >=20 > FreeBSD src repository >=20 > Modified files: > . ObsoleteFiles.inc=20 > Log: > To both the (formerly) 'temporarily disconnected' netatm and I4B modules > add a comment "(removed 20080525)" to make clear that it is no longer > temporary. Perhaps removing the word "temporarily" would be clearer? > | +# 20070715: netatm temporarily disconnected (removed 20080525) Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --FFoLq8A0u+X9iRU8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFIPH8iocfcwTS3JF8RAmjGAJ9KRuVaE5d7iSava4ImYtIQF9RB9QCfWki4 Oo/bgmVhWoI3ze8+kDVCnnw= =JqMQ -----END PGP SIGNATURE----- --FFoLq8A0u+X9iRU8-- From owner-cvs-all@FreeBSD.ORG Tue May 27 21:41:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60D051065673; Tue, 27 May 2008 21:41:16 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 2BEDB8FC0A; Tue, 27 May 2008 21:41:15 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4RLfBdN017336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 May 2008 14:41:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <483C7FF2.6000607@FreeBSD.org> Date: Tue, 27 May 2008 14:41:06 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Xin LI References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> In-Reply-To: <200805272004.m4RK4SZt029194@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Tue, 27 May 2008 21:41:16 -0000 Xin LI wrote: > delphij 2008-05-27 20:04:27 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > include string.h > lib/libc/string Makefile.inc memchr.3 > sys/sys param.h > Added files: (Branch: RELENG_6) > lib/libc/string memrchr.c > Log: > MFC: Add memrchr(3). I think this is not very good idea to MFC that into stable releases 6.x and 7.x. The reason is that configure scripts for some packages might detect up this API and enable it. Which means that some binary-only packages build for say 6.4 won't work on 6.3 and down. AFAIK, both forward and backward compatibility is required (or at least desired?) for stable branches. While it's "nice-to-have" feature, I see no pressing need to MFC this interface. -Maxim From owner-cvs-all@FreeBSD.ORG Tue May 27 21:47: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 998A7106567B; Tue, 27 May 2008 21:47:13 +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 7487B8FC1C; Tue, 27 May 2008 21:47:13 +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 m4RLlD1Q042947; Tue, 27 May 2008 21:47:13 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RLlDV0042946; Tue, 27 May 2008 21:47:13 GMT (envelope-from delphij) Message-Id: <200805272147.m4RLlDV0042946@repoman.freebsd.org> From: Xin LI Date: Tue, 27 May 2008 21:47:13 +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 Versions.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 21:47:13 -0000 delphij 2008-05-27 21:47:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc Versions.def Log: Increment the version namespace for 8.0-current after MFC'ing a FBSD_1.1 symbol back to RELENG_7 (MFC of rev. 1.4). Requested by: deischen Revision Changes Path 1.3.2.1 +6 -0 src/lib/libc/Versions.def From owner-cvs-all@FreeBSD.ORG Tue May 27 22:12: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 6849C1065671; Tue, 27 May 2008 22:12: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 591598FC15; Tue, 27 May 2008 22:12: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 m4RMCA8O046232; Tue, 27 May 2008 22:12:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RMCAKX046231; Tue, 27 May 2008 22:12:10 GMT (envelope-from miwi) Message-Id: <200805272212.m4RMCAKX046231@repoman.freebsd.org> From: Martin Wilke Date: Tue, 27 May 2008 22:12:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.cmake.mk bsd.port.mk ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake/files patch-Modules_FindQt4.cmake ports/astro/stellarium Makefile ports/comms/gammu Makefile ports/devel/kdesvn Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 22:12:10 -0000 miwi 2008-05-27 22:12:09 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk devel/cmake Makefile distinfo pkg-plist astro/stellarium Makefile comms/gammu Makefile devel/kdesvn Makefile devel/physfs-devel Makefile devel/qsvn Makefile devel/qsvn/files patch-src__CMakeLists.txt games/ksudoku Makefile games/memonix Makefile games/blinkensisters Makefile games/openastromenace Makefile pkg-plist math/eigen Makefile math/speedcrunch Makefile math/vtk5 Makefile misc/katalog Makefile misc/kbfx Makefile multimedia/vtkmpeg2encode Makefile net-im/decibel Makefile net-im/tapioca-qt Makefile net-im/telepathy-qt Makefile net-mgmt/macroscope Makefile science/paraview Makefile sysutils/cdrkit Makefile sysutils/kgtk Makefile sysutils/kgtk/files opt-patch-gtk2__kgtk2-wrapper.cmake opt-patch-kgtk-wrapper textproc/ctpp Makefile textproc/ctpp2 Makefile textproc/lemmatizer2 Makefile www/khtml2png Makefile x11-fonts/fontmatrix Makefile x11-themes/gtk-qt-engine Makefile deskutils/qtm Makefile games/vavoom Makefile science/InsightToolkit Makefile pkg-plist security/ike Makefile math/vtk-python Makefile Added files: Mk bsd.cmake.mk devel/cmake/files patch-Modules_FindQt4.cmake games/openastromenace/files patch-AstroMenaceSource-Main.cpp patch-CMakeLists.txt net-mgmt/macroscope/files CheckTypeSize.c.in x11-themes/gtk-qt-engine/files patch-CMakeLists.txt Log: - Add common code to support for cmake based ports. - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Revision Changes Path 1.1 +92 -0 ports/Mk/bsd.cmake.mk (new) 1.593 +5 -1 ports/Mk/bsd.port.mk 1.22 +4 -16 ports/astro/stellarium/Makefile 1.35 +3 -9 ports/comms/gammu/Makefile 1.9 +2 -11 ports/deskutils/qtm/Makefile 1.23 +10 -2 ports/devel/cmake/Makefile 1.19 +3 -3 ports/devel/cmake/distinfo 1.1 +23 -0 ports/devel/cmake/files/patch-Modules_FindQt4.cmake (new) 1.16 +114 -8 ports/devel/cmake/pkg-plist 1.23 +2 -15 ports/devel/kdesvn/Makefile 1.16 +1 -12 ports/devel/physfs-devel/Makefile 1.4 +3 -14 ports/devel/qsvn/Makefile 1.2 +2 -2 ports/devel/qsvn/files/patch-src__CMakeLists.txt 1.8 +3 -12 ports/games/blinkensisters/Makefile 1.9 +2 -12 ports/games/ksudoku/Makefile 1.3 +1 -15 ports/games/memonix/Makefile 1.3 +26 -62 ports/games/openastromenace/Makefile 1.1 +39 -0 ports/games/openastromenace/files/patch-AstroMenaceSource-Main.cpp (new) 1.1 +26 -0 ports/games/openastromenace/files/patch-CMakeLists.txt (new) 1.2 +0 -3 ports/games/openastromenace/pkg-plist 1.39 +1 -7 ports/games/vavoom/Makefile 1.2 +2 -13 ports/math/eigen/Makefile 1.6 +3 -11 ports/math/speedcrunch/Makefile 1.12 +9 -0 ports/math/vtk-python/Makefile 1.41 +7 -22 ports/math/vtk5/Makefile 1.20 +2 -5 ports/misc/katalog/Makefile 1.8 +1 -12 ports/misc/kbfx/Makefile 1.2 +2 -10 ports/multimedia/vtkmpeg2encode/Makefile 1.4 +2 -11 ports/net-im/decibel/Makefile 1.3 +4 -11 ports/net-im/tapioca-qt/Makefile 1.3 +4 -13 ports/net-im/telepathy-qt/Makefile 1.5 +4 -11 ports/net-mgmt/macroscope/Makefile 1.1 +34 -0 ports/net-mgmt/macroscope/files/CheckTypeSize.c.in (new) 1.3 +3 -10 ports/science/InsightToolkit/Makefile 1.2 +1 -0 ports/science/InsightToolkit/pkg-plist 1.16 +17 -20 ports/science/paraview/Makefile 1.4 +1 -7 ports/security/ike/Makefile 1.5 +4 -6 ports/sysutils/cdrkit/Makefile 1.6 +17 -23 ports/sysutils/kgtk/Makefile 1.2 +2 -2 ports/sysutils/kgtk/files/opt-patch-gtk2__kgtk2-wrapper.cmake 1.2 +2 -2 ports/sysutils/kgtk/files/opt-patch-kgtk-wrapper 1.15 +1 -5 ports/textproc/ctpp/Makefile 1.4 +1 -5 ports/textproc/ctpp2/Makefile 1.3 +2 -4 ports/textproc/lemmatizer2/Makefile 1.4 +1 -14 ports/www/khtml2png/Makefile 1.4 +2 -12 ports/x11-fonts/fontmatrix/Makefile 1.28 +1 -10 ports/x11-themes/gtk-qt-engine/Makefile 1.1 +11 -0 ports/x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt (new) From owner-cvs-all@FreeBSD.ORG Tue May 27 22:35: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 7A7F71065675 for ; Tue, 27 May 2008 22:35:11 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 4402A8FC19 for ; Tue, 27 May 2008 22:35:11 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id b33so642795ana.13 for ; Tue, 27 May 2008 15:35:10 -0700 (PDT) Received: by 10.100.215.14 with SMTP id n14mr2241382ang.69.1211927709967; Tue, 27 May 2008 15:35:09 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Tue, 27 May 2008 15:35:09 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 15:35:09 -0700 From: "Peter Wemm" To: "Peter Wemm" , "Poul-Henning Kamp" , "John Birrell" , "Robert Watson" , "John Birrell" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20080527110625.GA97301@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> <20080527110625.GA97301@zim.MIT.EDU> Cc: Subject: Re: cvs commit: 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: Tue, 27 May 2008 22:35:11 -0000 On Tue, May 27, 2008 at 4:06 AM, David Schultz wrote: > On Mon, May 26, 2008, Peter Wemm wrote: >> On Mon, May 26, 2008 at 12:06 AM, Poul-Henning Kamp wrote: >> > In message <20080525221112.GH5179@what-creek.com>, John Birrell writes: >> > >> >>I will back out the change, but I think you are making the 'universe' target >> >>out to be more than was intended. We used to talk about tiers. We seem to have >> >>lost sight of that. >> > >> > No, architecture tiers is about code how well the code runs, make >> > universe is simply a way to keep it compiling. >> >> sparc64 and sun4v share userland. The sparc64 in universe overs 99% >> of the compile test for sun4v already. >> >> It seems a shame to compile sparc64 userland twice for universe. And >> on that note, do we compile i386 twice for i386 and pc98? >> >> I might find myself more inclined to use 'universe' if it had less >> duplicated work. > > I've always thought it would be nice to have a stripped-down > version of make universe (make galaxy?) that compiled for a > representative sample of platforms, and with only one or two > kernels per platform instead of 3 or 4 or 5. For small changes, > this represents a better tradeoff in time spent compiling vs. the > cost of things breaking occasionally. For actively developed > platforms, breaking the build wastes lots of people's time; for > everything else, there's tinderbox. "make tier1" ? (Stuff which must not be broken) "make tier2" etc. FWIW, I really don't think it is worth burning an entire 99.9999% duplicate build cycle just to test a #ifdef SUN4V in one file in libc. -- 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 Tue May 27 23:21: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 BEF7E1065678; Tue, 27 May 2008 23:21:46 +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 5354E8FC1A; Tue, 27 May 2008 23:21:46 +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 58F3128448; Wed, 28 May 2008 07:21:45 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id E63DBEBB8DF; Wed, 28 May 2008 07:21:44 +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 IDBvx-VnJzRa; Wed, 28 May 2008 07:21:39 +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 371FEEBB8D9; Wed, 28 May 2008 07:21:38 +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=k/+yTWpueHUD1C5xeq5S64a0yV2WSk6g3Bzmc6WtbmM9qLz/fg14UHEJfxUtdRSnb 0V6iWKFhjJy9QWQafhPLQ== Message-ID: <483C977F.20105@delphij.net> Date: Tue, 27 May 2008 16:21:35 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Maxim Sobolev References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> In-Reply-To: <483C7FF2.6000607@FreeBSD.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , re@FreeBSD.org, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h 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: Tue, 27 May 2008 23:21:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maxim Sobolev wrote: | Xin LI wrote: |> delphij 2008-05-27 20:04:27 UTC |> |> FreeBSD src repository |> |> Modified files: (Branch: RELENG_6) |> include string.h lib/libc/string |> Makefile.inc memchr.3 sys/sys param.h Added |> files: (Branch: RELENG_6) |> lib/libc/string memrchr.c Log: |> MFC: Add memrchr(3). | | I think this is not very good idea to MFC that into stable releases 6.x | and 7.x. The reason is that configure scripts for some packages might | detect up this API and enable it. Which means that some binary-only | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both | forward and backward compatibility is required (or at least desired?) | for stable branches. | | While it's "nice-to-have" feature, I see no pressing need to MFC this | interface. I don't think so, perhaps I am wrong, but do we really want absolutely no *new* features on -STABLE branches? I think this case is different from ctype(3) fix which is widely used API and a change of existing interface by adding new dependency to a symbol that is not exist in the older FreeBSD releases. It will really scare me away from any new features if we can not add an new interface in RELENG_* trees even if they have no outside dependencies, if that's the policy of ABI compatibility guidelines then I'd be happy to revert these MFC's, but having something can only run on -CURRENT does not sound like a good idea, and maintaining in-tree alternative patches for different branches for such things is really painful and will likely reduce the lifespan of given -STABLE branches, is these our goal and should be kept in mind when maintaining code in RELENG_* branches? Cheers, - -- ** Help China's quake relief at http://www.redcross.org.cn/ |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg8l38ACgkQi+vbBBjt66CQpwCfas0aJ1oHSGKaSZxuu4qaCMGR ZXYAniELjdnA0zuw2LmGkk2wXCZ7GFLW =dFm9 -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Tue May 27 23:22:58 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAD9D1065671; Tue, 27 May 2008 23:22:58 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.75]) by mx1.freebsd.org (Postfix) with ESMTP id 60F098FC0C; Tue, 27 May 2008 23:22:58 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtp012-bge351000 (asmtp012-bge351000 [10.150.69.75]) by smtpoutm.mac.com (Xserve/smtpout012/MantshX 4.0) with ESMTP id m4RNMwY0019372; Tue, 27 May 2008 16:22:58 -0700 (PDT) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp012.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0K1J001EHVM8WW20@asmtp012.mac.com>; Tue, 27 May 2008 16:22:58 -0700 (PDT) Message-id: From: Marcel Moolenaar To: Peter Wemm In-reply-to: Date: Tue, 27 May 2008 16:22:55 -0700 References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> <20080527110625.GA97301@zim.MIT.EDU> X-Mailer: Apple Mail (2.919.2) Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: 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: Tue, 27 May 2008 23:22:58 -0000 On May 27, 2008, at 3:35 PM, Peter Wemm wrote: > On Tue, May 27, 2008 at 4:06 AM, David Schultz > wrote: >> On Mon, May 26, 2008, Peter Wemm wrote: >>> On Mon, May 26, 2008 at 12:06 AM, Poul-Henning Kamp >> > wrote: >>>> In message <20080525221112.GH5179@what-creek.com>, John Birrell >>>> writes: >>>> >>>>> I will back out the change, but I think you are making the >>>>> 'universe' target >>>>> out to be more than was intended. We used to talk about tiers. >>>>> We seem to have >>>>> lost sight of that. >>>> >>>> No, architecture tiers is about code how well the code runs, make >>>> universe is simply a way to keep it compiling. >>> >>> sparc64 and sun4v share userland. The sparc64 in universe overs 99% >>> of the compile test for sun4v already. >>> >>> It seems a shame to compile sparc64 userland twice for universe. >>> And >>> on that note, do we compile i386 twice for i386 and pc98? >>> >>> I might find myself more inclined to use 'universe' if it had less >>> duplicated work. >> >> I've always thought it would be nice to have a stripped-down >> version of make universe (make galaxy?) that compiled for a >> representative sample of platforms, and with only one or two >> kernels per platform instead of 3 or 4 or 5. For small changes, >> this represents a better tradeoff in time spent compiling vs. the >> cost of things breaking occasionally. For actively developed >> platforms, breaking the build wastes lots of people's time; for >> everything else, there's tinderbox. > > "make tier1" ? (Stuff which must not be broken) > "make tier2" etc. These are bad ideas, because people *WILL* do the absolute minimum and as such will end up breaking non-tier1 platforms even more often than they do already. People need to remember that maintainers of non-tier1 platforms spend most of their time fixing problems that can easily be dealt with by the 300+ developers not worrying about non-tier1 (as it hardly ever requires in-depth knowledge of the platform). For the non-tier1 maintainers this is a *BIG* waste of their time... FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Tue May 27 23:50: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 A79B81065676; Tue, 27 May 2008 23:50:23 +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 8400C8FC12; Tue, 27 May 2008 23:50:23 +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 m4RNoNcV051007; Tue, 27 May 2008 23:50:23 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RNoNLM051006; Tue, 27 May 2008 23:50:23 GMT (envelope-from wxs) Message-Id: <200805272350.m4RNoNLM051006@repoman.freebsd.org> From: Wesley Shields Date: Tue, 27 May 2008 23:50:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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, 27 May 2008 23:50:23 -0000 wxs 2008-05-27 23:50:23 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document spamdyke open relay vulnerability. PR: ports/124013 Reviewed by: miwi Approved by: garga (mentor), miwi Revision Changes Path 1.1628 +40 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue May 27 23:51: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 597271065671; Tue, 27 May 2008 23:51:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34A148FC1C; Tue, 27 May 2008 23:51:08 +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 m4RNp8cu051039; Tue, 27 May 2008 23:51:08 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4RNp81I051038; Tue, 27 May 2008 23:51:08 GMT (envelope-from gabor) Message-Id: <200805272351.m4RNp81I051038@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 27 May 2008 23:51:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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: Tue, 27 May 2008 23:51:08 -0000 gabor 2008-05-27 23:51:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Remove the description of the doc packages, as they don't exist any more PR: docs/123920 Submitted by: pgj Revision Changes Path 1.827 +1 -44 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Tue May 27 23:55: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 E0DB81065677; Tue, 27 May 2008 23:55:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7228FC13; Tue, 27 May 2008 23:55:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id C5D3E41C799; Wed, 28 May 2008 01:55:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id chfwpk5ihXDJ; Wed, 28 May 2008 01:55:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 6EDEF41C7A6; Wed, 28 May 2008 01:55:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id B791644487F; Tue, 27 May 2008 23:53:16 +0000 (UTC) Date: Tue, 27 May 2008 23:53:16 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Ceri Davies In-Reply-To: <20080527213738.GC91388@submonkey.net> Message-ID: <20080527234948.L65662@maildrop.int.zabbadoz.net> References: <200805272105.m4RL5nnr041582@repoman.freebsd.org> <20080527213738.GC91388@submonkey.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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 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: Tue, 27 May 2008 23:55:08 -0000 On Tue, 27 May 2008, Ceri Davies wrote: > On Tue, May 27, 2008 at 09:05:49PM +0000, Bjoern A. Zeeb wrote: >> bz 2008-05-27 21:05:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> . ObsoleteFiles.inc >> Log: >> To both the (formerly) 'temporarily disconnected' netatm and I4B modules >> add a comment "(removed 20080525)" to make clear that it is no longer >> temporary. > > Perhaps removing the word "temporarily" would be clearer? I had thought of that but it would have been hisrotically incorrect and might have been confusing when going back in cvs history so I thought I just append the note to forward reference the removal. -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Wed May 28 00:02: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 AAAC01065673; Wed, 28 May 2008 00:02: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 85EC98FC12; Wed, 28 May 2008 00:02: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 m4S02HxX051402; Wed, 28 May 2008 00:02:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S02Hqn051401; Wed, 28 May 2008 00:02:17 GMT (envelope-from marcus) Message-Id: <200805280002.m4S02Hqn051401@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 28 May 2008 00:02: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/math/gcalctool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:02:17 -0000 marcus 2008-05-28 00:02:17 UTC FreeBSD ports repository Modified files: math/gcalctool Makefile distinfo Log: Update to 5.22.2. Revision Changes Path 1.69 +1 -2 ports/math/gcalctool/Makefile 1.47 +3 -3 ports/math/gcalctool/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 00:05: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 19DDA106564A for ; Wed, 28 May 2008 00:05:27 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 98A708FC0A for ; Wed, 28 May 2008 00:05:26 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:51871 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1K18vq-0006Vi-6V for cvs-all@FreeBSD.org; Wed, 28 May 2008 01:50:18 +0200 Received: (qmail 30120 invoked from network); 28 May 2008 01:43:35 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 28 May 2008 01:43:35 +0200 Received: (qmail 25085 invoked by uid 1001); 28 May 2008 01:43:35 +0200 Date: Wed, 28 May 2008 01:43:35 +0200 From: Erik Trulsson To: Maxim Sobolev Message-ID: <20080527234335.GA24995@owl.midgard.homeip.net> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483C7FF2.6000607@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1K18vq-0006Vi-6V. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1K18vq-0006Vi-6V 2cdaf71cb9dac5c548405708a367b50d Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 00:05:27 -0000 On Tue, May 27, 2008 at 02:41:06PM -0700, Maxim Sobolev wrote: > Xin LI wrote: > > delphij 2008-05-27 20:04:27 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > include string.h > > lib/libc/string Makefile.inc memchr.3 > > sys/sys param.h > > Added files: (Branch: RELENG_6) > > lib/libc/string memrchr.c > > Log: > > MFC: Add memrchr(3). > > I think this is not very good idea to MFC that into stable releases 6.x > and 7.x. The reason is that configure scripts for some packages might > detect up this API and enable it. Which means that some binary-only > packages build for say 6.4 won't work on 6.3 and down. AFAIK, both > forward and backward compatibility is required (or at least desired?) > for stable branches. No, it isn't. Backwards compatibility (in the sense that stuff that worked on 6.x should still work on 6.x+1) is largely required unless there is some very good reason to break compatibility (such very good reasons are quite rare.) Compatibility in the other direction (that everything that works on 6.x+1 will also work on 6.x), while obviously somewhat desirable, has AFAIK never been required and certainly not guaranteed. Such compatibility has almost certainly already been broken several times on all the -STABLE branches by now. > > While it's "nice-to-have" feature, I see no pressing need to MFC this > interface. Nor is there any pressing need not to MFC it. -- Erik Trulsson ertr1013@student.uu.se From owner-cvs-all@FreeBSD.ORG Wed May 28 00: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 62EBD106566C; Wed, 28 May 2008 00:15:48 +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 3E8418FC1D; Wed, 28 May 2008 00:15:48 +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 m4S0FmIb052983; Wed, 28 May 2008 00:15:48 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S0Flk4052979; Wed, 28 May 2008 00:15:47 GMT (envelope-from wxs) Message-Id: <200805280015.m4S0Flk4052979@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 00: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/x11/keynav Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:15:48 -0000 wxs 2008-05-28 00:15:47 UTC FreeBSD ports repository Modified files: x11/keynav Makefile distinfo Log: Update to 20080522. Approved by: garga (mentor, implicit) Revision Changes Path 1.9 +2 -3 ports/x11/keynav/Makefile 1.8 +3 -3 ports/x11/keynav/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 00:21: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 E26B5106566B; Wed, 28 May 2008 00:21:31 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id AB2E28FC13; Wed, 28 May 2008 00:21:31 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4S0LSIm026607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 May 2008 17:21:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <483CA584.3080001@FreeBSD.org> Date: Tue, 27 May 2008 17:21:24 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Erik Trulsson References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <20080527234335.GA24995@owl.midgard.homeip.net> In-Reply-To: <20080527234335.GA24995@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; 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/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 00:21:32 -0000 Erik Trulsson wrote: > On Tue, May 27, 2008 at 02:41:06PM -0700, Maxim Sobolev wrote: >> Xin LI wrote: >>> delphij 2008-05-27 20:04:27 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: (Branch: RELENG_6) >>> include string.h >>> lib/libc/string Makefile.inc memchr.3 >>> sys/sys param.h >>> Added files: (Branch: RELENG_6) >>> lib/libc/string memrchr.c >>> Log: >>> MFC: Add memrchr(3). >> I think this is not very good idea to MFC that into stable releases 6.x >> and 7.x. The reason is that configure scripts for some packages might >> detect up this API and enable it. Which means that some binary-only >> packages build for say 6.4 won't work on 6.3 and down. AFAIK, both >> forward and backward compatibility is required (or at least desired?) >> for stable branches. > > No, it isn't. Backwards compatibility (in the sense that stuff that worked > on 6.x should still work on 6.x+1) is largely required unless there is > some very good reason to break compatibility (such very good reasons are > quite rare.) Which reasons are they specifically? I can't think of any. The memrchr() is not something mandated by the C90 and/or POSIX/SUS. Any software that is portable should be able to live without it. -Maxim From owner-cvs-all@FreeBSD.ORG Wed May 28 00:22: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 352F91065670; Wed, 28 May 2008 00:22:11 +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 110E78FC2D; Wed, 28 May 2008 00:22:11 +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 m4S0MAA5053251; Wed, 28 May 2008 00:22:10 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S0MAdJ053250; Wed, 28 May 2008 00:22:10 GMT (envelope-from wxs) Message-Id: <200805280022.m4S0MAdJ053250@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 00:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/silc-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: Wed, 28 May 2008 00:22:11 -0000 wxs 2008-05-28 00:22:10 UTC FreeBSD ports repository Modified files: net/silc-server Makefile distinfo Log: Update to 1.1.7. Approved by: garga (mentor, implicit) Revision Changes Path 1.40 +1 -1 ports/net/silc-server/Makefile 1.25 +3 -3 ports/net/silc-server/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 00:36: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 E04A9106568E; Wed, 28 May 2008 00:36:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81B918FC15; Wed, 28 May 2008 00:36:08 +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 m4S0a8VZ053665; Wed, 28 May 2008 00:36:08 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S0a7jk053664; Wed, 28 May 2008 00:36:07 GMT (envelope-from gabor) Message-Id: <200805280036.m4S0a7jk053664@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 28 May 2008 00:36:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:36:09 -0000 gabor 2008-05-28 00:36:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: - Fix grammar by adding a preposition PR: docs/124016 Submitted by: Sahil Tandon Revision Changes Path 1.56 +1 -1 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 00:37: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 559001065672; Wed, 28 May 2008 00:37:47 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 061498FC1B; Wed, 28 May 2008 00:37:46 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4S0bSw8027549 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 May 2008 17:37:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <483CA944.4050800@FreeBSD.org> Date: Tue, 27 May 2008 17:37:24 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: d@delphij.net References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> In-Reply-To: <483C977F.20105@delphij.net> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , re@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 00:37:47 -0000 Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Maxim Sobolev wrote: > | Xin LI wrote: > |> delphij 2008-05-27 20:04:27 UTC > |> > |> FreeBSD src repository > |> > |> Modified files: (Branch: RELENG_6) > |> include string.h lib/libc/string > |> Makefile.inc memchr.3 sys/sys param.h Added > |> files: (Branch: RELENG_6) > |> lib/libc/string memrchr.c Log: > |> MFC: Add memrchr(3). > | > | I think this is not very good idea to MFC that into stable releases 6.x > | and 7.x. The reason is that configure scripts for some packages might > | detect up this API and enable it. Which means that some binary-only > | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both > | forward and backward compatibility is required (or at least desired?) > | for stable branches. > | > | While it's "nice-to-have" feature, I see no pressing need to MFC this > | interface. > > I don't think so, perhaps I am wrong, but do we really want absolutely > no *new* features on -STABLE branches? I think this case is different > from ctype(3) fix which is widely used API and a change of existing > interface by adding new dependency to a symbol that is not exist in the > older FreeBSD releases. It will really scare me away from any new > features if we can not add an new interface in RELENG_* trees even if > they have no outside dependencies, if that's the policy of ABI > compatibility guidelines then I'd be happy to revert these MFC's, but > having something can only run on -CURRENT does not sound like a good > idea, and maintaining in-tree alternative patches for different branches > for such things is really painful and will likely reduce the lifespan of > given -STABLE branches, is these our goal and should be kept in mind > when maintaining code in RELENG_* branches? Well, as I said it might not be something strictly required, but why not be nice to ISVs and users? Ability to run binaries compiled on 6.4 on previous 6.x releases is really important in many situations. The less gratuitous breakage we introduce the better. And yes, I know that historically we as a projects have had a very bad track record in this area. That's probably one of the reasons why big software vendors (Oracle, Sun etc) are very reluctant to provide native binary packages for FreeBSD. In this particular case the memrchr() is not something mandated by the C90 and/or POSIX/SUS. It's glibc extension. Any software that is portable should be able to live without it. IMHO, there is very little or no gain in having it MFCed. -Maxim From owner-cvs-all@FreeBSD.ORG Wed May 28 00:40: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 10EF810656CF; Wed, 28 May 2008 00:40:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFB328FC1F; Wed, 28 May 2008 00:40:13 +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 m4S0eDgH053823; Wed, 28 May 2008 00:40:13 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S0eD6b053822; Wed, 28 May 2008 00:40:13 GMT (envelope-from gabor) Message-Id: <200805280040.m4S0eD6b053822@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 28 May 2008 00:40: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: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:40:14 -0000 gabor 2008-05-28 00:40:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: - Add freebsd-ruby mailing list PR: docs/123245 Submitted by: dhw Revision Changes Path 1.184 +22 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.58 +4 -0 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 00: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 7C9E2106566B; Wed, 28 May 2008 00:46:09 +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 581C68FC16; Wed, 28 May 2008 00:46:09 +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 m4S0k9vG054000; Wed, 28 May 2008 00:46:09 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S0k8pU053999; Wed, 28 May 2008 00:46:08 GMT (envelope-from wxs) Message-Id: <200805280046.m4S0k8pU053999@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 00:46: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/xdotool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:46:09 -0000 wxs 2008-05-28 00:46:08 UTC FreeBSD ports repository Modified files: x11/xdotool Makefile distinfo Log: Update to 20080527. Approved by: garga (mentor, implicit) Revision Changes Path 1.6 +4 -2 ports/x11/xdotool/Makefile 1.4 +3 -3 ports/x11/xdotool/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 00:56: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 04313106566C; Wed, 28 May 2008 00:56:56 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id A68158FC0C; Wed, 28 May 2008 00:56:55 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4S0uqBi028658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 May 2008 17:56:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <483CADD0.2060403@FreeBSD.org> Date: Tue, 27 May 2008 17:56:48 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Maxim Sobolev References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <20080527234335.GA24995@owl.midgard.homeip.net> <483CA584.3080001@FreeBSD.org> In-Reply-To: <483CA584.3080001@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 00:56:56 -0000 Erik, It's funny, the history repeats itself. We was having similar discussion with you 3 years ago. :) -Maxim Erik Trulsson wrote: > On Thu, Mar 10, 2005 at 06:09:03PM +0000, Paul Richards wrote: >> On Thu, Mar 10, 2005 at 10:44:09AM -0700, Scott Long wrote: >>> Paul Richards wrote: >>>> On Thu, Mar 10, 2005 at 06:06:16PM +0100, Dag-Erling Sm?rgrav wrote: >>>> >>>>> Paul Richards writes: >>>>> >>>>>> Imagine something like Photoshop being written on the most recent >>>>>> version of Mac OS X and finding that compatibility only worked >>>>>> forward. That would mean that most users out there would have to >>>>>> upgrade their OS in order to use the most recent version of Photoshop! >>>>> Yes, that is usually how it goes. >>>> >>>> I don't believe it does. Can anyone provide real world examples of >>>> this happening that we can consider? >>>> >>> You know, I'm completely outraged that I can't use MSWord 2005 on my >>> Windows 3.1 system! I even installed the win32s library! Don't those >>> bozos at Microsoft care at all about forwards compatibility? >> We're talking minor releases across stable branches here. This >> issue is not whether 6.1 should run on 5.3 it's whether 5.4 should >> run on 5.3 >> >> I would expect software developed on XP service pack 2 to be able >> to run on a fresh CD install of XP. > > I wouldn't be so certain about that. > Case in point: Last year a friend of mine bought a new computer, but > could not use the sound device on the motherboard due to a lack of > drivers. The sound drivers included with the motherboard (as well as > those available from the manufacturers website) only supported Windows > 98SE and later, while she was using plain Windows 98. > > Another example is that there are several Macintosh programs that will > only work on MacOS 7.6 or later, and thus will not run on MacOS 7.5.5 > (which is the latest version that can be downloaded for free from > Apple.) > > That is two examples from the commercial world of not having forward > compatibility between minor releases - I am certain many more examples > can be found. > > > > From owner-cvs-all@FreeBSD.ORG Wed May 28 01:35: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 E17DC1065672; Wed, 28 May 2008 01:35:30 +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 8A6E48FC0A; Wed, 28 May 2008 01:35:30 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4S1ZTWL097355; Tue, 27 May 2008 18:35:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4S1ZSLP097354; Tue, 27 May 2008 18:35:28 -0700 (PDT) (envelope-from obrien) Date: Tue, 27 May 2008 18:35:28 -0700 From: "David O'Brien" To: Colin Percival Message-ID: <20080528013528.GA97270@dragon.NUXI.org> References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483AFE87.6020103@freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, Roman Divacky , Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 01:35:31 -0000 On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: > I'm looking forward to when we can remove both GNU cpio and our current > pax implementation from the tree, I don't see a reason to remove pax from the tree. It is already BSDL'ed and is faster than libarchive based archivers. Please take this a request to not remove pax. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed May 28 02:08: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 3143A106564A; Wed, 28 May 2008 02:08:16 +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 F319B8FC0A; Wed, 28 May 2008 02:08:15 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ool-435559b8.dyn.optonline.net (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 <0K1K0084F39QAQ30@mta4.srv.hcvlny.cv.net>; Tue, 27 May 2008 22:08:15 -0400 (EDT) Received: from ool-435559b8.dyn.optonline.net (localhost [127.0.0.1]) by ool-435559b8.dyn.optonline.net (8.14.2/8.14.2) with ESMTP id m4S28DNu013478; Tue, 27 May 2008 22:08:13 -0400 Date: Tue, 27 May 2008 22:08:08 -0400 From: "Aryeh M. Friedman" In-reply-to: <20080527.182734.70210586.chat95@mac.com> To: Maho NAKATA Message-id: <483CBE88.3030902@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: <200805270737.m4R7bVm8052516@repoman.freebsd.org> <483BCABB.9000805@gmail.com> <20080527.182734.70210586.chat95@mac.com> User-Agent: Thunderbird 2.0.0.14 (X11/20080513) Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 02:08:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maho NAKATA wrote: | From: "Aryeh M. Friedman" | Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... | Date: Tue, 27 May 2008 04:47:55 -0400 | |> -----BEGIN PGP SIGNED MESSAGE----- |> Hash: SHA1 |> |> Maho Nakata wrote: |> | maho 2008-05-27 07:37:31 UTC |> | |> | FreeBSD ports repository |> | |> | Modified files: |> | editors Makefile |> | editors/openoffice.org-3 Makefile distinfo |> | editors/openoffice.org-3/files Makefile.others generate.pl |> | patch-i80129 patch-i85027 |> | patch-i85126 patch-i85127 |> | pkg-message.in |> | Added files: |> | editors/openoffice.org-3/files patch-i85972 patch-i87583 |> | patch-i88156 patch-i88160 |> | Log: |> | Create openoffice.org-3 port. Repocopied from |> | openoffice.org-2 port. Currently this is the |> | beta version. Second beta will be July 1st 2008, and |> | the final release will be September 2nd, 2008. |> | http://wiki.services.openoffice.org/wiki/OOoRelease30 |> |> If this is not a final release shouldn't it be marked much more |> specifically as such? | | Right, reasonable question. | But creating openoffice.org-3-beta port or something | like that is not good - even beta branch has its own milestones. | We can consider such as release candidate of beta. | so it is not constructive to have openoffice.org-3-beta beta-rc, 3, 3-RC. | next beta will come, and then, I'll commit to RC. not creating beta-rc, etc. | | thanks, | -- Nakata Maho http://accc.riken.jp/maho/ | How about calling is OO3b and OO3b-RC and remove the b when the final is out? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkg8vogACgkQk8GFzCrQm4DargCeMYCj+iHk7GWhho/77twO5D6V aukAoLlTcy6XxEZwdkv289magh8Ir+rZ =2qhZ -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Wed May 28 03:45: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 EA448106566B; Wed, 28 May 2008 03:45:16 +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 BEF128FC0A; Wed, 28 May 2008 03:45:16 +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 m4S3jGWm073752; Wed, 28 May 2008 03:45:16 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S3jG7w073747; Wed, 28 May 2008 03:45:16 GMT (envelope-from marcel) Message-Id: <200805280345.m4S3jG7w073747@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 28 May 2008 03:45: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/dev/puc pucdata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 03:45:17 -0000 marcel 2008-05-28 03:45:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/puc pucdata.c Log: MFC 1.61: Fix RID calculation for Timedia cards. Revision Changes Path 1.59.2.2 +1 -1 src/sys/dev/puc/pucdata.c From owner-cvs-all@FreeBSD.ORG Wed May 28 03:53: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 54F68106567D for ; Wed, 28 May 2008 03:53:38 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6568FC1A for ; Wed, 28 May 2008 03:53:38 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2302272wfg.7 for ; Tue, 27 May 2008 20:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; bh=KaR0LnL4tngk6dxZ0D8ZWsbqPg+Oy1I4v7ry6bUatmI=; b=mXqYZYvxBk4NXgumRaKQftAZpMzxhri9h8WHVGZ9RD//lxIdpuQ2BUvS4digQkDlPjB3moxiMu5Y5J7YpGwI2Ue7Wa2ERQyj6UfU8+pZeqaDc6r9wlFyGhJMvbnRyHmoyLIS84RFYu+j8G4f+2ZWfSHVH+VpBAMV8Zi9vFaJ/+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=sLLXnrlMj62RQwZW/XDxNu8z0RAAfsNLH12ayQLXWXqi8RYDUZo43+6tp00NviziyTxkMRQ86uPDOduTYF6PQc0fiJoOI5dr99cdLKZgGgwyLyP9Xb49Vs/B2BVvu8Pv5x/BvBsF0WYcT7ysNmDDruc+IRrLaahrz8G8q7xKkFc= Received: by 10.142.173.14 with SMTP id v14mr838542wfe.74.1211946817792; Tue, 27 May 2008 20:53:37 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTPS id 30sm5382644wfd.1.2008.05.27.20.53.34 (version=SSLv3 cipher=RC4-MD5); Tue, 27 May 2008 20:53:36 -0700 (PDT) Date: Wed, 28 May 2008 12:52:45 +0900 (JST) Message-Id: <20080528.125245.02192304.chat95@mac.com> To: aryeh.friedman@gmail.com From: Maho NAKATA In-Reply-To: <483CBE88.3030902@gmail.com> References: <483BCABB.9000805@gmail.com> <20080527.182734.70210586.chat95@mac.com> <483CBE88.3030902@gmail.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 03:53:38 -0000 From: "Aryeh M. Friedman" Subject: Re: cvs commit: ports/editors Makefile ports/editors/openoffice.org-3 Makefile distinfo ports/editors/openoffice.org-3/files Makefile.others generate.pl patch-i80129 patch-i85027 patch-i85126 patch-i85127 patch-i85972 patch-i87583 patch-i88156 patch-i88160 ... Date: Tue, 27 May 2008 22:08:08 -0400 > How about calling is OO3b and OO3b-RC and remove the b when the final is > out? yes. % cd ports/editors/openoffice.org-3 % ls CVS/ Makefile distinfo files/ pkg-descr pkg-plist % make -V PORTVERSION 3.0.0.b For RC, I merely use as snapdate i think this is sufficient. Thank you for your comment, -- Nakata Maho http://accc.riken.jp/maho/ From owner-cvs-all@FreeBSD.ORG Wed May 28 05: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 4298F106566C; Wed, 28 May 2008 05:46:05 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12DB38FC12; Wed, 28 May 2008 05:46:05 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S5k5Ij092160; Wed, 28 May 2008 05:46:05 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S5k4Hg092159; Wed, 28 May 2008 05:46:04 GMT (envelope-from keramida) Message-Id: <200805280546.m4S5k4Hg092159@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 05:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_emu10kx.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, 28 May 2008 05:46:05 -0000 keramida 2008-05-28 05:46:04 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_emu10kx.4 Log: Various mdoc style and wording fixes. Reviewed by: ariff MFC after: 3 days Revision Changes Path 1.6 +32 -26 src/share/man/man4/snd_emu10kx.4 From owner-cvs-all@FreeBSD.ORG Wed May 28 05:54: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 7635A1065670; Wed, 28 May 2008 05:54:08 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45D3F8FC12; Wed, 28 May 2008 05:54:08 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S5s8Y8092388; Wed, 28 May 2008 05:54:08 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S5s8IH092387; Wed, 28 May 2008 05:54:08 GMT (envelope-from keramida) Message-Id: <200805280554.m4S5s8IH092387@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 05:54:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml mailing-lists.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: Wed, 28 May 2008 05:54:08 -0000 keramida 2008-05-28 05:54:08 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml mailing-lists.ent Log: MFen: 1.34 -> 1.58 en_US.ISO8859-1/share/sgml/mailing-lists.ent Revision Changes Path 1.7 +5 -1 doc/el_GR.ISO8859-7/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 06:03: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 C20281065670; Wed, 28 May 2008 06:03:09 +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 F2E648FC13; Wed, 28 May 2008 06:03:08 +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 m4S63Xu3004821; Wed, 28 May 2008 02:03:33 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4S63XXh004820; Wed, 28 May 2008 02:03:33 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 28 May 2008 02:03:33 -0400 From: David Schultz To: d@delphij.net Message-ID: <20080528060333.GA4699@zim.MIT.EDU> Mail-Followup-To: d@delphij.net, Maxim Sobolev , Xin LI , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, re@FreeBSD.ORG References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483C977F.20105@delphij.net> Cc: Maxim Sobolev , src-committers@FreeBSD.ORG, re@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Xin LI Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 06:03:09 -0000 On Tue, May 27, 2008, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Maxim Sobolev wrote: > | Xin LI wrote: > |> delphij 2008-05-27 20:04:27 UTC > |> > |> FreeBSD src repository > |> > |> Modified files: (Branch: RELENG_6) > |> include string.h lib/libc/string > |> Makefile.inc memchr.3 sys/sys param.h Added > |> files: (Branch: RELENG_6) > |> lib/libc/string memrchr.c Log: > |> MFC: Add memrchr(3). > | > | I think this is not very good idea to MFC that into stable releases 6.x > | and 7.x. The reason is that configure scripts for some packages might > | detect up this API and enable it. Which means that some binary-only > | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both > | forward and backward compatibility is required (or at least desired?) > | for stable branches. > | > | While it's "nice-to-have" feature, I see no pressing need to MFC this > | interface. > > I don't think so, perhaps I am wrong, but do we really want absolutely > no *new* features on -STABLE branches? ISTR that in prior discussions on symbol versioning, the consensus was that there's nothing wrong with adding new APIs in -STABLE branches, but of course apps that use the new features won't be backwards-compatible. By the way, one catch is that once you MFC symbols in the FBSD_1.1 namespace, any new symbols in the same library need to go in FBSD_1.2. We do guarantee that public namespaces do not change across stable branches. This is important for API-checking tools like appcert: even if you can't prevent problems like the one described previously, at least you have some assurance as to which versions of FreeBSD will run your app. From owner-cvs-all@FreeBSD.ORG Wed May 28 06: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 779E8106566C; Wed, 28 May 2008 06:30:30 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 450858FC13; Wed, 28 May 2008 06:30:30 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S6UU98096120; Wed, 28 May 2008 06:30:30 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S6UULk096119; Wed, 28 May 2008 06:30:30 GMT (envelope-from ganbold) Message-Id: <200805280630.m4S6UULk096119@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Wed, 28 May 2008 06:30:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/eresources chapter.sgml doc/mn_MN.UTF-8/share/sgml mailing-lists.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: Wed, 28 May 2008 06:30:30 -0000 ganbold 2008-05-28 06:30:30 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/eresources chapter.sgml mn_MN.UTF-8/share/sgml mailing-lists.ent Log: Update the Mongolian Handbook translation (obtained from FreeBSD Mongolian Documentation project). Approved by: keramida(mentor) Revision Changes Path 1.5 +23 -1 doc/mn_MN.UTF-8/books/handbook/eresources/chapter.sgml 1.4 +5 -1 doc/mn_MN.UTF-8/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 06:54:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C220D1065670; Wed, 28 May 2008 06:54:27 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0EC8FC23; Wed, 28 May 2008 06:54:27 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S6sRFp096979; Wed, 28 May 2008 06:54:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S6sRvH096978; Wed, 28 May 2008 06:54:27 GMT (envelope-from keramida) Message-Id: <200805280654.m4S6sRvH096978@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 06:54:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.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, 28 May 2008 06:54:27 -0000 keramida 2008-05-28 06:54:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Mark-up "PCI" as an . Obtained from: FreeBSD Greek translation team Revision Changes Path 1.30 +1 -1 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 07: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 C5FE2106564A; Wed, 28 May 2008 07:09:30 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9307B8FC28; Wed, 28 May 2008 07:09:30 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S79UUs099622; Wed, 28 May 2008 07:09:30 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S79UTP099619; Wed, 28 May 2008 07:09:30 GMT (envelope-from anders) Message-Id: <200805280709.m4S79UTP099619@repoman.freebsd.org> From: Anders Nordby Date: Wed, 28 May 2008 07: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/net/ngrep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 07:09:30 -0000 anders 2008-05-28 07:09:30 UTC FreeBSD ports repository Modified files: net/ngrep Makefile Log: Switch to using GNU make. If PCRE was disabled, it would not build with FreeBSD make. Noticed by: Andreas Blaaflaadt Cc: andreas@blaafladt.no Approved by: maintainer Revision Changes Path 1.25 +1 -0 ports/net/ngrep/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 07:13: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 D4F821065674; Wed, 28 May 2008 07:13:13 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF368FC20; Wed, 28 May 2008 07:13:13 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S7DDUg000659; Wed, 28 May 2008 07:13:13 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S7DDF0000658; Wed, 28 May 2008 07:13:13 GMT (envelope-from ganbold) Message-Id: <200805280713.m4S7DDF0000658@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Wed, 28 May 2008 07:13: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: doc/mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.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, 28 May 2008 07:13:14 -0000 ganbold 2008-05-28 07:13:13 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml Log: MFen: 1.29 --> 1.30 obtained from FreeBSD Mongolian Documentation project Approved by: keramida(mentor) Revision Changes Path 1.4 +2 -2 doc/mn_MN.UTF-8/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 07:24:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2F001065671; Wed, 28 May 2008 07:24:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 7C06F8FC0C; Wed, 28 May 2008 07:24:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 6034F2C50CEF; Wed, 28 May 2008 10:24:13 +0300 (EEST) Date: Wed, 28 May 2008 10:24:06 +0300 From: Ion-Mihai Tetcu To: Wesley Shields Message-ID: <20080528102406.155dd149@it.buh.tecnik93.com> In-Reply-To: <200805280022.m4S0MAdJ053250@repoman.freebsd.org> References: <200805280022.m4S0MAdJ053250@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/=EWCE_9sxivGmlMNXPmaQDa"; 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/net/silc-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: Wed, 28 May 2008 07:24:14 -0000 --Sig_/=EWCE_9sxivGmlMNXPmaQDa Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 28 May 2008 00:22:10 +0000 (UTC) Wesley Shields wrote: > wxs 2008-05-28 00:22:10 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > net/silc-server Makefile distinfo=20 > Log: > Update to 1.1.7. > =20 > Approved by: garga (mentor, implicit) > =20 > Revision Changes Path > 1.40 +1 -1 ports/net/silc-server/Makefile > 1.25 +3 -3 ports/net/silc-server/distinfo >=20 Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for silc-server-1.1.7 Creating package /tmp/packages/All/silc-server-1.1.7.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/silc-server-1.1.7.tbz' Deleting silc-server-1.1.7 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 15309346 4 drwxr-xr-x 2 root wheel 51= 2 May 28 05:50 usr/local/share/examples/silc 15309347 4 -r--r--r-- 1 root wheel 102= 9 May 28 05:50 usr/local/share/examples/silc/README 15309350 4 -r--r--r-- 1 root wheel 111= 0 May 28 05:50 usr/local/share/examples/silc/cell_backup.conf 15309353 4 -r--r--r-- 1 root wheel 164= 0 May 28 05:50 usr/local/share/examples/silc/cell_router.conf 15309354 4 -r--r--r-- 1 root wheel 107= 5 May 28 05:50 usr/local/share/examples/silc/cell_server1.conf 15309355 4 -r--r--r-- 1 root wheel 86= 7 May 28 05:50 usr/local/share/examples/silc/cell_server2.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/net/silc-server ended at Wed May 28 05:50:14 UTC 2008 Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/=EWCE_9sxivGmlMNXPmaQDa Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9CJ0ACgkQJ7GIuiH/oeUV3gCfbzrdMPPnGO1W1ztmIpT8S3fE oaQAnRX2drqOPzAxSec52LiyPiHp+Xk0 =HB4a -----END PGP SIGNATURE----- --Sig_/=EWCE_9sxivGmlMNXPmaQDa-- From owner-cvs-all@FreeBSD.ORG Wed May 28 07:37: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 2593F106567E; Wed, 28 May 2008 07:37:38 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1388FC18; Wed, 28 May 2008 07:37:38 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S7bbYn001458; Wed, 28 May 2008 07:37:37 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S7bbBS001457; Wed, 28 May 2008 07:37:37 GMT (envelope-from keramida) Message-Id: <200805280737.m4S7bbBS001457@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 07:37:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml articles.ent freebsd.dsl freebsd.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: Wed, 28 May 2008 07:37:38 -0000 keramida 2008-05-28 07:37:37 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml articles.ent freebsd.dsl freebsd.ent Log: MFen: Partial resync of the Greek share/sgml tree. Some of the originals didn't have an en_US.ISO8859-1 revision, so they are not really _full_ MFen of all the revisions since 1.1, just a more recent crosscheck to see that we are truly in sync, and tagging with the original English revision ID. Merged files: 1.1 -> 1.2 en_US.ISO8859-1/share/sgml/articles.ent 1.1 -> 1.22 en_US.ISO8859-1/share/sgml/freebsd.dsl 1.1 -> 1.100 en_US.ISO8859-1/share/sgml/freebsd.ent Obtained from: FreeBSD Greek translation team Revision Changes Path 1.3 +5 -5 doc/el_GR.ISO8859-7/share/sgml/articles.ent 1.8 +5 -1 doc/el_GR.ISO8859-7/share/sgml/freebsd.dsl 1.3 +3 -3 doc/el_GR.ISO8859-7/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 07:41: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 7C0CB1065672; Wed, 28 May 2008 07:41:34 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 35CA58FC23; Wed, 28 May 2008 07:41:33 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4S7fKYV051961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 May 2008 00:41:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <483D0C9B.6000302@FreeBSD.org> Date: Wed, 28 May 2008 00:41:15 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: d@delphij.net, Xin LI , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, re@FreeBSD.org References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> In-Reply-To: <20080528060333.GA4699@zim.MIT.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 07:41:34 -0000 David Schultz wrote: > ISTR that in prior discussions on symbol versioning, the consensus > was that there's nothing wrong with adding new APIs in -STABLE > branches, but of course apps that use the new features won't be > backwards-compatible. > > By the way, one catch is that once you MFC symbols in the FBSD_1.1 > namespace, any new symbols in the same library need to go in > FBSD_1.2. We do guarantee that public namespaces do not change > across stable branches. This is important for API-checking tools > like appcert: even if you can't prevent problems like the one > described previously, at least you have some assurance as to which > versions of FreeBSD will run your app. Interesting. It's not very clear, though. Are you saying that in this case memrchr will be in different namespace than the rest of 6.4 libc functions? -Maxim From owner-cvs-all@FreeBSD.ORG Wed May 28 07:42:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AB73106564A; Wed, 28 May 2008 07:42:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06A738FC1A; Wed, 28 May 2008 07:42:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S7gZdB001650; Wed, 28 May 2008 07:42:35 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S7gZaE001649; Wed, 28 May 2008 07:42:35 GMT (envelope-from kwm) Message-Id: <200805280742.m4S7gZaE001649@repoman.freebsd.org> From: Koop Mast Date: Wed, 28 May 2008 07:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/glom 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, 28 May 2008 07:42:36 -0000 kwm 2008-05-28 07:42:35 UTC FreeBSD ports repository Modified files: databases/glom Makefile distinfo pkg-plist Log: Update to 1.6.17. Various Bugfix releases. Revision Changes Path 1.14 +1 -1 ports/databases/glom/Makefile 1.5 +3 -3 ports/databases/glom/distinfo 1.8 +55 -0 ports/databases/glom/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 08:06: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 1BFDF106566B; Wed, 28 May 2008 08:06: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 DB35B8FC13; Wed, 28 May 2008 08:06: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 m4S86VeX003495; Wed, 28 May 2008 08:06:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S86Va5003494; Wed, 28 May 2008 08:06:31 GMT (envelope-from miwi) Message-Id: <200805280806.m4S86Va5003494@repoman.freebsd.org> From: Martin Wilke Date: Wed, 28 May 2008 08:06: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/memonix/files patch-CMakeLists.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: Wed, 28 May 2008 08:06:32 -0000 miwi 2008-05-28 08:06:31 UTC FreeBSD ports repository Added files: games/memonix/files patch-CMakeLists.txt Log: - Add missing patch Revision Changes Path 1.1 +27 -0 ports/games/memonix/files/patch-CMakeLists.txt (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 08:52: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 84EA5106566B; Wed, 28 May 2008 08:52:31 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif1-0-0-cust805.cdif.cable.ntl.com [82.15.31.38]) by mx1.freebsd.org (Postfix) with ESMTP id 2EABF8FC23; Wed, 28 May 2008 08:52:31 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K1HOY-000EFD-5u; Wed, 28 May 2008 09:52:30 +0100 Date: Wed, 28 May 2008 09:52:30 +0100 From: Ceri Davies To: "Bjoern A. Zeeb" Message-ID: <20080528085229.GA11003@submonkey.net> References: <200805272105.m4RL5nnr041582@repoman.freebsd.org> <20080527213738.GC91388@submonkey.net> <20080527234948.L65662@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <20080527234948.L65662@maildrop.int.zabbadoz.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Wed, 28 May 2008 08:52:31 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 27, 2008 at 11:53:16PM +0000, Bjoern A. Zeeb wrote: > On Tue, 27 May 2008, Ceri Davies wrote: >=20 >> On Tue, May 27, 2008 at 09:05:49PM +0000, Bjoern A. Zeeb wrote: >>> bz 2008-05-27 21:05:49 UTC >>>=20 >>> FreeBSD src repository >>>=20 >>> Modified files: >>> . ObsoleteFiles.inc >>> Log: >>> To both the (formerly) 'temporarily disconnected' netatm and I4B modu= les >>> add a comment "(removed 20080525)" to make clear that it is no longer >>> temporary. >>=20 >> Perhaps removing the word "temporarily" would be clearer? >=20 > I had thought of that but it would have been hisrotically incorrect > and might have been confusing when going back in cvs history so I > thought I just append the note to forward reference the removal. Fair enough, your call! Cheers, Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFIPR1NocfcwTS3JF8RAgEqAKC+jnNk+6YHurz1jsN21KBdl3x3NACguMzM 0Z8vXT343DKinX9luaKCnSI= =h54K -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-all@FreeBSD.ORG Wed May 28 09:19: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 698A7106567B; Wed, 28 May 2008 09:19:57 +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 31F588FC20; Wed, 28 May 2008 09:19:57 +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 m4S9JviL016498; Wed, 28 May 2008 09:19:57 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S9Jufc016497; Wed, 28 May 2008 09:19:56 GMT (envelope-from rpaulo) Message-Id: <200805280919.m4S9Jufc016497@repoman.freebsd.org> From: Rui Paulo Date: Wed, 28 May 2008 09:19: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/usr.sbin/acpi/iasl iasl.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, 28 May 2008 09:19:57 -0000 rpaulo 2008-05-28 09:19:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/acpi/iasl iasl.8 Log: MFC r1.3: Update to reflect reality: * iasl(8) supports ACPI 3.0b. * Add new options. Revision Changes Path 1.2.18.1 +8 -3 src/usr.sbin/acpi/iasl/iasl.8 From owner-cvs-all@FreeBSD.ORG Wed May 28 09:46: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 A580D106566B; Wed, 28 May 2008 09:46:22 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD8B8FC1F; Wed, 28 May 2008 09:46:22 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S9kMbg017430; Wed, 28 May 2008 09:46:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S9kMeN017429; Wed, 28 May 2008 09:46:22 GMT (envelope-from keramida) Message-Id: <200805280946.m4S9kMeN017429@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 09:46:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml teams.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: Wed, 28 May 2008 09:46:22 -0000 keramida 2008-05-28 09:46:22 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml teams.ent Log: Remove duplicate (and misplaced) entities. Revision Changes Path 1.6 +0 -4 doc/el_GR.ISO8859-7/share/sgml/teams.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 09:48:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F501065672; Wed, 28 May 2008 09:48:55 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0D518FC19; Wed, 28 May 2008 09:48:55 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4S9mtc4017494; Wed, 28 May 2008 09:48:55 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4S9mt91017493; Wed, 28 May 2008 09:48:55 GMT (envelope-from keramida) Message-Id: <200805280948.m4S9mt91017493@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 09:48:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml legalnotice.sgml newsgroups.ent trademarks.ent trademarks.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, 28 May 2008 09:48:55 -0000 keramida 2008-05-28 09:48:55 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml legalnotice.sgml newsgroups.ent trademarks.ent trademarks.sgml Log: MFen: partial resync of el_GR.ISO8859-7/share/sgml ??? -> 1.4 en_US.ISO8859-1/share/sgml/legalnotice.sgml ??? -> 1.1 en_US.ISO8859-1/share/sgml/newsgroups.ent 1.40 -> 1.43 share/sgml/trademarks.ent ??? -> 1.6 en_US.ISO8859-1/share/sgml/trademarks.sgml Obtained from: FreeBSD Greek translation team Revision Changes Path 1.4 +1 -1 doc/el_GR.ISO8859-7/share/sgml/legalnotice.sgml 1.3 +1 -1 doc/el_GR.ISO8859-7/share/sgml/newsgroups.ent 1.4 +20 -8 doc/el_GR.ISO8859-7/share/sgml/trademarks.ent 1.4 +3 -3 doc/el_GR.ISO8859-7/share/sgml/trademarks.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 10:07: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 2C22D1065671; Wed, 28 May 2008 10:07:39 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206046210.chello.pl [87.206.46.210]) by mx1.freebsd.org (Postfix) with ESMTP id C17648FC14; Wed, 28 May 2008 10:07:37 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 7497845C9B; Wed, 28 May 2008 12:07:36 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 5046A45685; Wed, 28 May 2008 12:07:31 +0200 (CEST) Date: Wed, 28 May 2008 12:07:30 +0200 From: Pawel Jakub Dawidek To: Tim Kientzle Message-ID: <20080528100730.GA1354@garage.freebsd.pl> References: <200712180849.lBI8nmEi088947@repoman.freebsd.org> <20071218100355.GR16982@elvis.mu.org> <20080314223652.GA20470@garage.freebsd.pl> <47DE8BEE.7040405@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <47DE8BEE.7040405@freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@freebsd.org, Alfred Perlstein , src-committers@freebsd.org, Diomidis Spinellis , cvs-all@freebsd.org Subject: Re: cvs commit: src/tools/regression/bin/mv regress.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, 28 May 2008 10:07:39 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 17, 2008 at 08:19:10AM -0700, Tim Kientzle wrote: > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> tools/regression/bin/mv regress.sh=20 > >>> Log: > >>> Add more tests. All rename(2)-based tests now succeed. > >>> The performance of the cross-device equivalents is under investigatio= n. > > > >I was thinking about adding two options to cp(1) (-1 and -2) to give > >cp(1) a hint if the copy is done inside one disk or between separate > >disks. >=20 > Will anyone ever use such a flag? I'm skeptical. I would... sometimes:) That's probably why I never did it. > If there were a way to determine this programmatically, > it would be a big win. You'd need to look at the first > file copied to determine if the destination was on the > same (physical) disk or not. This is how I started to think about that, but this is not possible. Moreover you may still want to use -2 option even if this looks like one physical disk, but it represents a RAID5 array. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIPS7iForvXbEpPzQRAnNkAJwLfDvXDtSK7DWzbgqOaVwDIakBwACgwILu vgHX6a9lg0yrt60H1YPNmas= =VcF3 -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-cvs-all@FreeBSD.ORG Wed May 28 10:39:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 507C9106564A; Wed, 28 May 2008 10:39:06 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1640F8FC12; Wed, 28 May 2008 10:39:06 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SAd5OJ020152; Wed, 28 May 2008 10:39:05 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SAd4Z0020151; Wed, 28 May 2008 10:39:04 GMT (envelope-from bland) Message-Id: <200805281039.m4SAd4Z0020151@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 28 May 2008 10: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/devel/libglademm24 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, 28 May 2008 10:39:06 -0000 bland 2008-05-28 10:39:01 UTC FreeBSD ports repository Modified files: devel/libglademm24 Makefile distinfo pkg-plist Log: Update to 2.6.6 Revision Changes Path 1.28 +1 -2 ports/devel/libglademm24/Makefile 1.13 +3 -3 ports/devel/libglademm24/distinfo 1.10 +6 -129 ports/devel/libglademm24/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 12:20: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 77F48106566B; Wed, 28 May 2008 12:20:40 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39FFF8FC23; Wed, 28 May 2008 12:20:40 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCKdLT026590; Wed, 28 May 2008 12:20:39 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCKdDG026589; Wed, 28 May 2008 12:20:39 GMT (envelope-from chinsan) Message-Id: <200805281220.m4SCKdDG026589@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 12:20:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/pecl-rar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:20:40 -0000 chinsan 2008-05-28 12:20:39 UTC FreeBSD ports repository Modified files: archivers/pecl-rar Makefile distinfo Log: - Update to 1.0.0. PR: ports/123656 Submitted by: Wen Heping Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/archivers/pecl-rar/Makefile 1.3 +3 -3 ports/archivers/pecl-rar/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 12:25: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 1C370106566C; Wed, 28 May 2008 12:25: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 D307B8FC1B; Wed, 28 May 2008 12:25:15 +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 m4SCPFqG026780; Wed, 28 May 2008 12:25:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCPFvg026779; Wed, 28 May 2008 12:25:15 GMT (envelope-from edwin) Message-Id: <200805281225.m4SCPFvg026779@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:25:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/compat5x Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:25:16 -0000 edwin 2008-05-28 12:25:15 UTC FreeBSD ports repository Modified files: misc/compat5x Makefile Log: compat5x port can fail to extract if you're root. If you are building the misc/compat5x port as root, it can fail to extract properly, if your ports dir is not owned by root:wheel, but for example by root:src. This is because the files in the distfile archive have the schg flag set. That flag is killed btw in the post-extract phase. PR: ports/122306 Submitted by: Dimitry Andric Revision Changes Path 1.18 +2 -0 ports/misc/compat5x/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 12:26:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D116D106567F; Wed, 28 May 2008 12:26:26 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3448FC1C; Wed, 28 May 2008 12:26:26 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id m4SBtore000959; Wed, 28 May 2008 12:55:51 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1K1KFy-00073s-UC; Wed, 28 May 2008 12:55:50 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id m4SBtoRB099754; Wed, 28 May 2008 12:55:50 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id m4SBto9L099753; Wed, 28 May 2008 12:55:50 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Antoine Brodin In-Reply-To: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> References: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 28 May 2008 12:55:49 +0100 Message-Id: <1211975749.93683.21.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_media.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, 28 May 2008 12:26:26 -0000 On Tue, 2008-05-27 at 18:33 +0000, Antoine Brodin wrote: > antoine 2008-05-27 18:33:18 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/net if_media.h > Log: > MFC to RELENG_6: > Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to > IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in > IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig > behaviour. I'm not sure if this is any more correct than it was before. 1000baseT and 1000baseTX are incompatible standards. See http://docs.FreeBSD.org/cgi/mid.cgi?20050307191901.H32508 for an example of where this has come up before. The real bug is probably that we claim to support 1000baseTX at all. Gavin From owner-cvs-all@FreeBSD.ORG Wed May 28 12: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 CB6751065671; Wed, 28 May 2008 12:30:43 +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 8A5098FC12; Wed, 28 May 2008 12:30:43 +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 m4SCUhsG026984; Wed, 28 May 2008 12:30:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCUhhL026983; Wed, 28 May 2008 12:30:43 GMT (envelope-from edwin) Message-Id: <200805281230.m4SCUhhL026983@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:30: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/libxcb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:30:43 -0000 edwin 2008-05-28 12:30:43 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Log: x11/libxcb: message isn't shown sometimes When installing x11/libxcb pkg-message may not be shown if /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir exist. PR: ports/123966 Submitted by: Anatoly Borodin Revision Changes Path 1.9 +1 -1 ports/x11/libxcb/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 12:36:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939771065687; Wed, 28 May 2008 12:36:05 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9008FC18; Wed, 28 May 2008 12:36:05 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCa5ND027238; Wed, 28 May 2008 12:36:05 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCa54A027237; Wed, 28 May 2008 12:36:05 GMT (envelope-from chinsan) Message-Id: <200805281236.m4SCa54A027237@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 12: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/www Makefile ports/www/mod_fileiri Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:36:05 -0000 chinsan 2008-05-28 12:36:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_fileiri Makefile distinfo pkg-descr pkg-plist Log: Add mod_fileiri, a http IRIs module for Apache 2. mod_fileiri implements http IRIs for directories/files, i.e. if accepts URIs with non-ASCII characters encoded in UTF-8 and converts them to the legacy encoding used in the file system (which can be specified per directory, or even finer if necessary (although that's a real hack)). What is more, it continues to accept requests in the legacy encoding specified, and redirects them to the correct UTF-8 form, which then returns the actual document (without looping). There is also a backwards mode, which does redirects from URIs in a specified legacy encoding to UTF-8 if the directory/ filenames are in UTF-8. WWW: http://www.w3.org/2003/06/mod_fileiri/ Revision Changes Path 1.2050 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/mod_fileiri/Makefile (new) 1.1 +3 -0 ports/www/mod_fileiri/distinfo (new) 1.1 +15 -0 ports/www/mod_fileiri/pkg-descr (new) 1.1 +3 -0 ports/www/mod_fileiri/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 12:36: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 879291065673; Wed, 28 May 2008 12:36:15 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 495E98FC14; Wed, 28 May 2008 12:36:15 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCaFUg027270; Wed, 28 May 2008 12:36:15 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCaFqR027269; Wed, 28 May 2008 12:36:15 GMT (envelope-from chinsan) Message-Id: <200805281236.m4SCaFqR027269@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 12:36:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:36:15 -0000 chinsan 2008-05-28 12:36:15 UTC FreeBSD ports repository Modified files: . modules Log: mod_fileiri --> ports/www/mod_fileiri Revision Changes Path 1.19880 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 12: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 3A8D21065677; Wed, 28 May 2008 12:38:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0F918FC23; Wed, 28 May 2008 12:38:27 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCcRRs027327; Wed, 28 May 2008 12:38:27 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCcRhm027326; Wed, 28 May 2008 12:38:27 GMT (envelope-from lth) Message-Id: <200805281238.m4SCcRhm027326@repoman.freebsd.org> From: Lars Thegler Date: Wed, 28 May 2008 12:38: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/Mk bsd.perl.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, 28 May 2008 12:38:28 -0000 lth 2008-05-28 12:38:27 UTC FreeBSD ports repository Modified files: Mk bsd.perl.mk Log: Doc change: PERL_ARCH is *always* mach. Revision Changes Path 1.8 +2 -2 ports/Mk/bsd.perl.mk From owner-cvs-all@FreeBSD.ORG Wed May 28 12:40: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 5B5F91065711; Wed, 28 May 2008 12:40:06 +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 3540C8FC2C; Wed, 28 May 2008 12:40:06 +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 m4SCe6pP027447; Wed, 28 May 2008 12:40:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCe5OO027446; Wed, 28 May 2008 12:40:05 GMT (envelope-from edwin) Message-Id: <200805281240.m4SCe5OO027446@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:40:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xmlto Makefile pkg-descr pkg-plist ports/textproc/xmlto/files patch-xmlto.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:40:06 -0000 edwin 2008-05-28 12:40:05 UTC FreeBSD ports repository Modified files: textproc/xmlto Makefile pkg-descr pkg-plist textproc/xmlto/files patch-xmlto.in Log: [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership Supersedes: ports/123952 - please close that one, in favour of this one. (Note, if that one should have been committed before this one, please bump PORTREVISION to 2!) Changes that were already in ports/123952: - Fix all scripts that use cp -a to instead use cp -PpR, fixing output formats such as html, html-nochunks and others. - Take maintainership of port. Additional changes since ports/123952, a.k.a. "overhaul": - Drop non-functional passivetex autodetection - Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously) - Add COPYING ChangeLog THANKS to PORTDOCS - Use PORTDOCS instead of pkg-plist - Properly depend on print/passivetex (so the build system doesn't get away with just TeX installed but PassiveTeX missing) - Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in, reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable - Complete pkg-plist for WITH_PASSIVETEX case, it missed some files; thus fixing packages. - Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr. Dropped from ports/123952 (i. e. deliberately omitted from this PR, and not part of 0.0.20): - Move files/patch-xmlto.in into post-patch section of Makefile but keep the file. PR: ports/123979 Submitted by: Matthias Andree Revision Changes Path 1.18 +25 -16 ports/textproc/xmlto/Makefile 1.2 +10 -2 ports/textproc/xmlto/files/patch-xmlto.in 1.3 +2 -2 ports/textproc/xmlto/pkg-descr 1.4 +6 -4 ports/textproc/xmlto/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 12:53:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C391065672; Wed, 28 May 2008 12:53:44 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D84E88FC0C; Wed, 28 May 2008 12:53:43 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCrhwm037177; Wed, 28 May 2008 12:53:43 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCrhVh037176; Wed, 28 May 2008 12:53:43 GMT (envelope-from lth) Message-Id: <200805281253.m4SCrhVh037176@repoman.freebsd.org> From: Lars Thegler Date: Wed, 28 May 2008 12:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-Sys-Syslog Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:53:44 -0000 lth 2008-05-28 12:53:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Sys-Syslog Makefile distinfo pkg-descr pkg-plist Log: Add p5-Sys-Syslog 0.24, Perl interface to the UNIX syslog(3) calls. Revision Changes Path 1.1015 +1 -0 ports/sysutils/Makefile 1.1 +21 -0 ports/sysutils/p5-Sys-Syslog/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Sys-Syslog/distinfo (new) 1.1 +5 -0 ports/sysutils/p5-Sys-Syslog/pkg-descr (new) 1.1 +7 -0 ports/sysutils/p5-Sys-Syslog/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 12: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 78AC9106564A; Wed, 28 May 2008 12:54:00 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6198FC0C; Wed, 28 May 2008 12:54:00 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCs0D5037211; Wed, 28 May 2008 12:54:00 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCs09D037210; Wed, 28 May 2008 12:54:00 GMT (envelope-from lth) Message-Id: <200805281254.m4SCs09D037210@repoman.freebsd.org> From: Lars Thegler Date: Wed, 28 May 2008 12: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: 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, 28 May 2008 12:54:00 -0000 lth 2008-05-28 12:53:59 UTC FreeBSD ports repository Modified files: . modules Log: p5-Sys-Syslog --> ports/sysutils/p5-Sys-Syslog Revision Changes Path 1.19881 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 12:58: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 A61FF106567F; Wed, 28 May 2008 12:58:56 +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 7EAA78FC16; Wed, 28 May 2008 12:58:56 +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 m4SCwumM037540; Wed, 28 May 2008 12:58:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCwupD037539; Wed, 28 May 2008 12:58:56 GMT (envelope-from edwin) Message-Id: <200805281258.m4SCwupD037539@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 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/emulators Makefile ports/emulators/linux-xjoypad Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/linux-xjoypad/files patch-xjoypad.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:58:56 -0000 edwin 2008-05-28 12:58:56 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux-xjoypad Makefile distinfo pkg-descr pkg-message pkg-plist emulators/linux-xjoypad/files patch-xjoypad.c Log: New Port: emulators/xjoypad xjoypad allows an USB joypad (probably a USB Joystick, too) to be used with games on linux (probably other unix-like operating systems too). This is done by mapping the joypad events to X keyboard events which are sent to the window currently having the focus. Therefore only keyboard-controlled games are currently supported by xjoypad. xjoypad was written to add joypad support to the playstation emulator epsxe. PR: ports/95990 Submitted by: Timothy Beyer Revision Changes Path 1.258 +1 -0 ports/emulators/Makefile 1.1 +47 -0 ports/emulators/linux-xjoypad/Makefile (new) 1.1 +3 -0 ports/emulators/linux-xjoypad/distinfo (new) 1.1 +10 -0 ports/emulators/linux-xjoypad/files/patch-xjoypad.c (new) 1.1 +15 -0 ports/emulators/linux-xjoypad/pkg-descr (new) 1.1 +11 -0 ports/emulators/linux-xjoypad/pkg-message (new) 1.1 +3 -0 ports/emulators/linux-xjoypad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 12:59: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 831C51065671; Wed, 28 May 2008 12:59:43 +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 44FA08FC0A; Wed, 28 May 2008 12:59:43 +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 m4SCxhlt037591; Wed, 28 May 2008 12:59:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCxghY037590; Wed, 28 May 2008 12:59:42 GMT (envelope-from edwin) Message-Id: <200805281259.m4SCxghY037590@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:59:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:59:43 -0000 edwin 2008-05-28 12:59:42 UTC FreeBSD ports repository Modified files: . modules Log: linux-xjoypad --> ports/emulators/linux-xjoypad Revision Changes Path 1.19882 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 13:01: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 C01D21065675 for ; Wed, 28 May 2008 13:01:29 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4D32E8FC2E for ; Wed, 28 May 2008 13:01:29 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by el-out-1112.google.com with SMTP id m34so1187170ele.13 for ; Wed, 28 May 2008 06:01:28 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=M+yORI+vhaKOsazzRsazb9aYssLeJMDiEY+QCkfGco8=; b=hoXvTrSiKNDIcz7vM55XbRuLKU1NUQKT5aS0ydJrs2V8M+kaUm/U6SfQuyig3s/aVDjo1+C+0jkPD4q15yO3Mk422v0WvU+diyGrMW+MVzZQyzOS1rKgMb7pD/CEr8wmOS3Xcaxq+mAdntwqLQ8toWU8lQYsjwKdzGFN8p1v/R4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=nlXNUmKtN7mHZE9H1W5rCvctUekkV1M14gBlSqqYo2T2px/wA/7HNhFDaVRkEcWXftpnk+S75TuRzlLpr9tle04REnRgT2leU/UtDqaG27rZexv65wqsEU2SLdabc479j7p2OIf8OWGy3IrNUglf3nQ7ZR/o9iKHtGSkqRDRbEQ= Received: by 10.114.184.7 with SMTP id h7mr2474579waf.28.1211978228550; Wed, 28 May 2008 05:37:08 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Wed, 28 May 2008 05:37:08 -0700 (PDT) Message-ID: Date: Wed, 28 May 2008 13:37:08 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Edwin Groothuis" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org In-Reply-To: <20080528123050.5233E1065766@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805281230.m4SCUhhL026983@repoman.freebsd.org> <20080528123050.5233E1065766@hub.freebsd.org> X-Google-Sender-Auth: 97c951277ab429ba Cc: Subject: Re: [review] cvs commit: ports/x11/libxcb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:01:29 -0000 On Wed, May 28, 2008 at 1:30 PM, Edwin Groothuis wrote: > edwin 2008-05-28 12:30:43 UTC > > FreeBSD ports repository > > Modified files: > x11/libxcb Makefile > Log: > x11/libxcb: message isn't shown sometimes > > When installing x11/libxcb pkg-message may not be shown if > /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir > exist. > > PR: ports/123966 > Submitted by: Anatoly Borodin > > Revision Changes Path > 1.9 +1 -1 ports/x11/libxcb/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/x11/libxcb/Makefile > diff -u ports/x11/libxcb/Makefile:1.8 ports/x11/libxcb/Makefile:1.9 > --- ports/x11/libxcb/Makefile:1.8 Wed May 7 14:23:17 2008 > +++ ports/x11/libxcb/Makefile Wed May 28 12:30:43 2008 > @@ -48,7 +48,7 @@ > > post-install: > @${ECHO_MSG} '' > - @${CAT} pkg-message > + @${CAT} ${.CURDIR}/pkg-message > @${ECHO_MSG} '' > > .include > What about ${PKGMESSAGE}? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Wed May 28 13:07: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 90F2F1065671; Wed, 28 May 2008 13:07: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 521C18FC22; Wed, 28 May 2008 13:07:31 +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 m4SD7VPC039009; Wed, 28 May 2008 13:07:31 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SD7VfD039006; Wed, 28 May 2008 13:07:31 GMT (envelope-from edwin) Message-Id: <200805281307.m4SD7VfD039006@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 13:07: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/libxcb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:07:31 -0000 edwin 2008-05-28 13:07:31 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Log: ${.CURDIR}/pkg-message -> ${PKGMESSAGE} Noticed by: flz@ PR: ports/123966 Submitted by: Anatoly Borodin Revision Changes Path 1.10 +1 -1 ports/x11/libxcb/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 13:17: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 D2EE91065671 for ; Wed, 28 May 2008 13:17:55 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8A6B58FC22 for ; Wed, 28 May 2008 13:17:55 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so3008303wah.3 for ; Wed, 28 May 2008 06:17:55 -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:in-reply-to:references:x-mailer:mime-version:content-type; bh=zrne29ZZe7xGq/Xng7Oijjl/B0/3GGmK8zc0H2IgnPw=; b=SNyKuLDpno6p7Krc9olh9hgrtT7SgFOAMbiTwkdrIbh3G7Dco96NSFkjWtdWNr5/9c+em9d1KbJZAnYWrfB2wQjis8xT95CbFxRtFnaLkkCpsGMGNz+4SC9xdZ1mwpYMn/fVWbuUwXiPQO0qCbVeoJTtK8xGn6nAUHLkUdtoI2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=PRTsUNL/dAm7N3Xi1O9TVPe1Fnbysl7ULzo1l+PdcW383l700g1wp4jjxmel7cCmrkvF+BSKwIsBNm17gN9As/ip0XhhRRe0ZuMzQRkoeBPNgyVDTuI37kNhtDoNeYGbIs1llSZLfFAYe6A69v4rQQLQfk3hxdDxXxW30D8Iu1U= Received: by 10.115.77.1 with SMTP id e1mr2504855wal.208.1211980675130; Wed, 28 May 2008 06:17:55 -0700 (PDT) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id g7sm1726685wra.16.2008.05.28.06.17.50 (version=SSLv3 cipher=RC4-MD5); Wed, 28 May 2008 06:17:52 -0700 (PDT) Date: Wed, 28 May 2008 09:17:45 -0400 From: Alexander Kabaev To: Xin LI Message-ID: <20080528091745.465f37b4@kan.dnsalias.net> In-Reply-To: <200805272004.m4RK4SZt029194@repoman.freebsd.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/WTQqJjfurfA8NDh_2uWi8IK"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 13:17:56 -0000 --Sig_/WTQqJjfurfA8NDh_2uWi8IK Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 27 May 2008 20:04:28 +0000 (UTC) Xin LI wrote: > delphij 2008-05-27 20:04:27 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > include string.h=20 > lib/libc/string Makefile.inc memchr.3=20 > sys/sys param.h=20 > Added files: (Branch: RELENG_6) > lib/libc/string memrchr.c=20 > Log: > MFC: Add memrchr(3). > =20 > Obtained from: OpenBSD > =20 > Revision Changes Path > 1.21.2.2 +1 -0 src/include/string.h > 1.34.8.2 +2 -1 src/lib/libc/string/Makefile.inc > 1.7.14.3 +28 -3 src/lib/libc/string/memchr.3 > 1.1.4.1 +40 -0 src/lib/libc/string/memrchr.c (new) > http://cvsweb.FreeBSD.org/src/lib/libc/string/memrchr.c?rev=3D1.1.4.1&con= tent-type=3Dtext/plain > 1.244.2.37 +1 -1 src/sys/sys/param.h >=20 > http://cvsweb.FreeBSD.org/src/include/string.h.diff?r1=3D1.21.2.1&r2=3D1.= 21.2.2 > http://cvsweb.FreeBSD.org/src/lib/libc/string/Makefile.inc.diff?r1=3D1.34= .8.1&r2=3D1.34.8.2 > http://cvsweb.FreeBSD.org/src/lib/libc/string/memchr.3.diff?r1=3D1.7.14.2= &r2=3D1.7.14.3 > http://cvsweb.FreeBSD.org/src/sys/sys/param.h.diff?r1=3D1.244.2.36&r2=3D1= .244.2.37 There are two levels of symbol versions checking:=20 1. Up-front checking of version name. When binary starts, rtld checks that all versions it was compiled against are provided by the dynamically loaded libraries. I.e. if libc.so.7:FBSD_1.1 is recorded as a requirement in binary and given libc.so.7 does not have that version, the binary execution is terminated right on the spot. The assumption here is that if version FOO is claimed to be provided by the library then _all_ symbols@FOO binary might need are present. This is the level of symbol versions checking Solaris provides. Linux goes a bit further: 2. Per-symbol versions. In addition to the above, ld encodes required version of each undefined symbol in a binary and uses (name, version) pair to resolve undefined references as opposed to using only the symbol name. This allows for several versions of the same symbol to exist within the binary, i.e. something like read@FOO1 and read@FOO2 are now possible. Your changes broke assumption in 1. To do it 100% correctly, we probably need to introduce a side version for memchr, something like memrchr@@FBSD_1.0a in stable branch and provide a compatibility alias memrchr@FBSD_1.0a for it in -current at the same time. libc.so.7 from RELENG_7 will have: memrchr@@FBSD_1.0a libc.so.7 from -current then will have: memrchr@@FBSD_1.1 memrchr@FBSD_1.0a -> memrchr@@FBSD_1.1 -- Alexander Kabaev --Sig_/WTQqJjfurfA8NDh_2uWi8IK Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFIPVt5Q6z1jMm+XZYRAp8aAKCJNuVbjM+hOtjxRwye5doTyCUAcwCgnuYc xxOKCBmkGLFUsUNF368NJZ0= =s8AH -----END PGP SIGNATURE----- --Sig_/WTQqJjfurfA8NDh_2uWi8IK-- From owner-cvs-all@FreeBSD.ORG Wed May 28 13:28: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 AC091106566B; Wed, 28 May 2008 13:28:07 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6515A8FC16; Wed, 28 May 2008 13:28:07 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from mail.cokane.org ([71.181.56.83]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1K00CC8YQK9BI1@vms042.mailsrvcs.net>; Wed, 28 May 2008 08:27:57 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id E892D1DB2FA; Wed, 28 May 2008 09:27:55 -0400 (EDT) Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cokane.org (Postfix) with ESMTP id B67A31DB2F9; Wed, 28 May 2008 09:27:49 -0400 (EDT) Date: Wed, 28 May 2008 09:27:12 -0400 From: Coleman Kane In-reply-to: <20080528013528.GA97270@dragon.NUXI.org> To: obrien@freebsd.org Message-id: <1211981232.1637.5.camel@localhost> Organization: FreeBSD Project MIME-version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AEkyaRKcCtutsi9/6Jgz" X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <20080528013528.GA97270@dragon.NUXI.org> X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 X-Spam-Level: Cc: src-committers@freebsd.org, cvs-src@freebsd.org, Roman Divacky , cvs-all@freebsd.org, Tim Kientzle , Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:28:07 -0000 --=-AEkyaRKcCtutsi9/6Jgz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-05-27 at 18:35 -0700, David O'Brien wrote: > On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: > > I'm looking forward to when we can remove both GNU cpio and our current > > pax implementation from the tree, >=20 > I don't see a reason to remove pax from the tree. It is already BSDL'ed > and is faster than libarchive based archivers. Please take this a > request to not remove pax. >=20 I am reading this as "replace pax with a libarchive-based pax". Correct me if I am wrong, but the couldn't the current pax implementation just be cored and modified to link against libarchive for the archive-handling code? --=20 Coleman Kane --=-AEkyaRKcCtutsi9/6Jgz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkg9XaMACgkQcMSxQcXat5eDEACbB4mDJGoMtPV8iUNal/xAP/sc WzoAn2A6pQTNWrhpZoh1MbJETn957cY0 =o5iX -----END PGP SIGNATURE----- --=-AEkyaRKcCtutsi9/6Jgz-- From owner-cvs-all@FreeBSD.ORG Wed May 28 13: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 3E87A106568A; Wed, 28 May 2008 13:28: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 F38FC8FC1B; Wed, 28 May 2008 13:28:38 +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 m4SDScEK040978; Wed, 28 May 2008 13:28:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SDScHR040977; Wed, 28 May 2008 13:28:38 GMT (envelope-from edwin) Message-Id: <200805281328.m4SDScHR040977@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 13:28: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/net/icmpinfo 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, 28 May 2008 13:28:39 -0000 edwin 2008-05-28 13:28:38 UTC FreeBSD ports repository Modified files: net/icmpinfo Makefile Removed files: net/icmpinfo pkg-plist Log: remove pkg-plist Revision Changes Path 1.17 +2 -0 ports/net/icmpinfo/Makefile 1.5 +0 -4 ports/net/icmpinfo/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed May 28 13:46: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 165EA106566B; Wed, 28 May 2008 13:46:45 +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 CC4128FC23; Wed, 28 May 2008 13:46:44 +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 m4SDkiQA041577; Wed, 28 May 2008 13:46:44 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SDkikm041576; Wed, 28 May 2008 13:46:44 GMT (envelope-from wxs) Message-Id: <200805281346.m4SDkikm041576@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 13: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/net/silc-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:46:45 -0000 wxs 2008-05-28 13:46:44 UTC FreeBSD ports repository Modified files: net/silc-server Makefile Log: Respect NOPORTEXAMPLES. Submitted by: itetcu Approved by: garga (mentor, implicit) Revision Changes Path 1.41 +3 -3 ports/net/silc-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 13:48: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 A8E56106566B; Wed, 28 May 2008 13:48:10 +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 6A3828FC2F; Wed, 28 May 2008 13:48:10 +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 m4SDmAiX041646; Wed, 28 May 2008 13:48:10 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SDmAdg041645; Wed, 28 May 2008 13:48:10 GMT (envelope-from flz) Message-Id: <200805281348.m4SDmAdg041645@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 28 May 2008 13:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:48:10 -0000 flz 2008-05-28 13:48:10 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib lib.h Log: Bump PKG_INSTALL_VERSION to 20080528. X-MFC after: latest HEAD changes have been MFC'ed to RELENG_[67] Revision Changes Path 1.66 +1 -1 src/usr.sbin/pkg_install/lib/lib.h From owner-cvs-all@FreeBSD.ORG Wed May 28 13:58: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 89661106564A; Wed, 28 May 2008 13:58:33 +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 4AB798FC16; Wed, 28 May 2008 13:58:32 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4SDwW52014948; Wed, 28 May 2008 06:58:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4SDwWpD014947; Wed, 28 May 2008 06:58:32 -0700 (PDT) (envelope-from obrien) Date: Wed, 28 May 2008 06:58:32 -0700 From: "David O'Brien" To: Coleman Kane Message-ID: <20080528135832.GA14844@dragon.NUXI.org> References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <20080528013528.GA97270@dragon.NUXI.org> <1211981232.1637.5.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1211981232.1637.5.camel@localhost> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Roman Divacky , cvs-all@FreeBSD.org, Tim Kientzle , Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 13:58:33 -0000 On Wed, May 28, 2008 at 09:27:12AM -0400, Coleman Kane wrote: > On Tue, 2008-05-27 at 18:35 -0700, David O'Brien wrote: > > On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: > > > I'm looking forward to when we can remove both GNU cpio and our current > > > pax implementation from the tree, > > > > I don't see a reason to remove pax from the tree. It is already BSDL'ed > > and is faster than libarchive based archivers. Please take this a > > request to not remove pax. > > I am reading this as "replace pax with a libarchive-based pax". Correct > me if I am wrong, Please read this as: "Please don't touch pax". It works fine as-is, is small, is only used by folks that know it exists (many BSD users don't), is BSDL'ed, pretty much cause no harm or extra work for us, etc... -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed May 28 14:13: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 974D61065677; Wed, 28 May 2008 14:13:35 +0000 (UTC) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4E68FC0C; Wed, 28 May 2008 14:13:35 +0000 (UTC) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SEDZuJ043908; Wed, 28 May 2008 14:13:35 GMT (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEDZn8043904; Wed, 28 May 2008 14:13:35 GMT (envelope-from ghelmer) Message-Id: <200805281413.m4SEDZn8043904@repoman.freebsd.org> From: Guy Helmer Date: Wed, 28 May 2008 14:13:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/comm comm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:13:35 -0000 ghelmer 2008-05-28 14:13:35 UTC FreeBSD src repository Modified files: usr.bin/comm comm.c Log: Similar to changes previously made to src/usr.bin/uniq/uniq.c, fix truncation of lines at LINE_MAX characters by dynamically extending line buffers. Revision Changes Path 1.22 +90 -22 src/usr.bin/comm/comm.c From owner-cvs-all@FreeBSD.ORG Wed May 28 14: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 A05751065677; Wed, 28 May 2008 14:25:10 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1758FC21; Wed, 28 May 2008 14:25:10 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from mail.cokane.org ([71.181.56.83]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1L00FDI1D6MN92@vms046.mailsrvcs.net>; Wed, 28 May 2008 09:24:43 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id B4F931DB2F9; Wed, 28 May 2008 10:24:42 -0400 (EDT) Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cokane.org (Postfix) with ESMTP id 502A425AD3C; Wed, 28 May 2008 10:24:36 -0400 (EDT) Date: Wed, 28 May 2008 10:23:59 -0400 From: Coleman Kane In-reply-to: <20080528135832.GA14844@dragon.NUXI.org> To: obrien@FreeBSD.org Message-id: <1211984639.1637.7.camel@localhost> Organization: FreeBSD Project MIME-version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-93SG61I7QjDXGzH7FvrG" X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <20080528013528.GA97270@dragon.NUXI.org> <1211981232.1637.5.camel@localhost> <20080528135832.GA14844@dragon.NUXI.org> X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 X-Spam-Level: Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Roman Divacky , cvs-all@FreeBSD.org, Tim Kientzle , Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:25:10 -0000 --=-93SG61I7QjDXGzH7FvrG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2008-05-28 at 06:58 -0700, David O'Brien wrote: > On Wed, May 28, 2008 at 09:27:12AM -0400, Coleman Kane wrote: > > On Tue, 2008-05-27 at 18:35 -0700, David O'Brien wrote: > > > On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: > > > > I'm looking forward to when we can remove both GNU cpio and our cur= rent > > > > pax implementation from the tree, > > >=20 > > > I don't see a reason to remove pax from the tree. It is already BSDL= 'ed > > > and is faster than libarchive based archivers. Please take this a > > > request to not remove pax. > >=20 > > I am reading this as "replace pax with a libarchive-based pax". Correct > > me if I am wrong, >=20 > Please read this as: "Please don't touch pax". It works fine as-is, is > small, is only used by folks that know it exists (many BSD users don't), > is BSDL'ed, pretty much cause no harm or extra work for us, etc... >=20 Clear. --=20 Coleman Kane --=-93SG61I7QjDXGzH7FvrG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkg9av0ACgkQcMSxQcXat5eRjwCfWeNd6wpeN8/YgrWRZLvswugI 0TAAniW6xM3ZPDel7A+WcmV9Rc1aD++u =e8pb -----END PGP SIGNATURE----- --=-93SG61I7QjDXGzH7FvrG-- From owner-cvs-all@FreeBSD.ORG Wed May 28 14:30: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 DAF071065673; Wed, 28 May 2008 14:30:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 467C78FC15; Wed, 28 May 2008 14:30:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 3469F2C50D1A; Wed, 28 May 2008 17:30:14 +0300 (EEST) Date: Wed, 28 May 2008 17:30:06 +0300 From: Ion-Mihai Tetcu To: Chin-San Huang Message-ID: <20080528173006.78913827@it.buh.tecnik93.com> In-Reply-To: <200805180540.m4I5eSVL074565@repoman.freebsd.org> References: <200805180540.m4I5eSVL074565@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/jmn6qiPOXsLy+_gx_1Yj6v/"; 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/chinese/gcin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:30:16 -0000 --Sig_/jmn6qiPOXsLy+_gx_1Yj6v/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 18 May 2008 05:40:28 +0000 (UTC) Chin-San Huang wrote: > chinsan 2008-05-18 05:40:28 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > chinese/gcin Makefile distinfo pkg-plist=20 > Log: > - Update to 1.4.0. > =20 > Revision Changes Path > 1.87 +1 -2 ports/chinese/gcin/Makefile > 1.64 +3 -3 ports/chinese/gcin/distinfo > 1.47 +2 -0 ports/chinese/gcin/pkg-plist Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for zh-gcin-1.4.0 Creating package /tmp/packages/All/zh-gcin-1.4.0.tbz Registering depends: gtk-2.12.9_3 atk-1.22.0 pango-1.20.3 shared-mime-info-= 0.30 gio-fam-backend-2.16.3 gamin-0.1.9_1 glib-2.16.3 gettext-0.16.1_3 libx= ml2-2.6.32 libiconv-1.11_1 pcre-7.7 libXtst-1.0.3_1 libXinerama-1.0.2,1 lib= Xi-1.1.3,1 libXrandr-1.2.2_1 libXext-1.0.3,1 cairo-1.4.14,1 libXft-2.1.12 l= ibXcursor-1.1.9_1 libXrender-0.9.4_1 libXdamage-1.1.1 libXfixes-4.0.3_1 lib= X11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 xorg-fonts-truetype-7.3 font-= misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-bh-ttf-1.0.0 mkfontdir-1.= 0.3_1 mkfontscale-1.0.3 libfontenc-1.0.4 xproto-7.0.10_1 pixman-0.9.6 bitst= ream-vera-1.10_4 fontconfig-2.5.0,1 freetype2-2.3.5 pkg-config-0.23_1 tiff-= 3.8.2_1 jpeg-6b_4 png-1.2.28 perl-5.8.8_1 python25-2.5.2_2 hicolor-icon-the= me-0.10_2 expat-2.0.1 encodings-1.0.2,1 font-util-1.0.1 damageproto-1.1.0_2= fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 randrproto-1.2.1 recordpro= to-1.13.2 renderproto-0.9.3 xextproto-7.0.2 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/zh-gcin-1.4.0.tbz' Deleting zh-gcin-1.4.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 15356052 4 drwxr-xr-x 2 root wheel 51= 2 May 28 13:48 usr/local/share/doc/gcin 15356061 52 -rw-r--r-- 1 root wheel 2562= 6 May 28 13:48 usr/local/share/doc/gcin/README 15356066 124 -rw-r--r-- 1 root wheel 6274= 7 May 28 13:48 usr/local/share/doc/gcin/Changelog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/chinese/gcin ended at Wed May 28 13:48:18 UTC 2008 Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/jmn6qiPOXsLy+_gx_1Yj6v/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9bHUACgkQJ7GIuiH/oeWhSACfduKFwQyas9bKqVzMzC2WYY3D VgcAnRfVqrLdNCPxdp7sLyAPvEUL6qc4 =Bhg4 -----END PGP SIGNATURE----- --Sig_/jmn6qiPOXsLy+_gx_1Yj6v/-- From owner-cvs-all@FreeBSD.ORG Wed May 28 14:32: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 D541A1065671; Wed, 28 May 2008 14:32:47 +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 93D818FC12; Wed, 28 May 2008 14:32:47 +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 m4SDtf59006500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 May 2008 09:55:42 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: d@delphij.net In-Reply-To: <483C977F.20105@delphij.net> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4tXbilFueFXGh9jP5CRL" Organization: U. Buffalo CSE Department Date: Wed, 28 May 2008 09:55:41 -0400 Message-Id: <1211982941.57965.8.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 Cc: Maxim Sobolev , src-committers@FreeBSD.ORG, re@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Xin LI Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 14:32:48 -0000 --=-4tXbilFueFXGh9jP5CRL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-05-27 at 16:21 -0700, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Maxim Sobolev wrote: > | Xin LI wrote: > |> delphij 2008-05-27 20:04:27 UTC > |> > |> FreeBSD src repository > |> > |> Modified files: (Branch: RELENG_6) > |> include string.h lib/libc/string > |> Makefile.inc memchr.3 sys/sys param.h Added > |> files: (Branch: RELENG_6) > |> lib/libc/string memrchr.c Log: > |> MFC: Add memrchr(3). > | > | I think this is not very good idea to MFC that into stable releases 6.x > | and 7.x. The reason is that configure scripts for some packages might > | detect up this API and enable it. Which means that some binary-only > | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both > | forward and backward compatibility is required (or at least desired?) > | for stable branches. > | > | While it's "nice-to-have" feature, I see no pressing need to MFC this > | interface. >=20 > I don't think so, perhaps I am wrong, but do we really want absolutely > no *new* features on -STABLE branches? I think this case is different > from ctype(3) fix which is widely used API and a change of existing > interface by adding new dependency to a symbol that is not exist in the > older FreeBSD releases. It will really scare me away from any new > features if we can not add an new interface in RELENG_* trees even if > they have no outside dependencies, if that's the policy of ABI > compatibility guidelines then I'd be happy to revert these MFC's, but > having something can only run on -CURRENT does not sound like a good > idea, and maintaining in-tree alternative patches for different branches > for such things is really painful and will likely reduce the lifespan of > given -STABLE branches, is these our goal and should be kept in mind > when maintaining code in RELENG_* branches? I'm inclined towards letting this stay in. The ctype(3) fix altered an existing interface in a way that made it incompatible with older stuff. This is adding new stuff. The "forwards compatibility" is a good thing for people trying to use pre-built packages on older systems but this one is a case of us trying to avoid breakage that, if it were to occur, would be at the whims of the configure script for the packages. I think that's pushing the notion of forwards compatibility a tiny bit too far. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-4tXbilFueFXGh9jP5CRL 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) iD8DBQBIPWRV/G14VSmup/YRAnt6AKCDcCl8KrjnwnQi5+RasJk7Sn9NnQCfUwpG QVUybAgcoDGxBCGLnjp9VZA= =lIl7 -----END PGP SIGNATURE----- --=-4tXbilFueFXGh9jP5CRL-- From owner-cvs-all@FreeBSD.ORG Wed May 28 14:32: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 5C2CD106564A; Wed, 28 May 2008 14:32:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3996D8FC38; Wed, 28 May 2008 14:32:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SEWwnj044699; Wed, 28 May 2008 14:32:58 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEWwEo044698; Wed, 28 May 2008 14:32:58 GMT (envelope-from db) Message-Id: <200805281432.m4SEWwEo044698@repoman.freebsd.org> From: Diane Bruce Date: Wed, 28 May 2008 14:32: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/comms/kb Makefile distinfo pkg-plist ports/comms/kb/files Makefile README_TIPS bsd_bells.c kb kb-icon.png kb.1 kbserver patch-boxes.c patch-elogs.c patch-fields.c patch-globs.h patch-init.c patch-io.c patch-kb.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:32:59 -0000 db 2008-05-28 14:32:58 UTC FreeBSD ports repository Modified files: comms/kb Makefile distinfo pkg-plist comms/kb/files Makefile kb patch-init.c patch-support.c Added files: comms/kb/files README_TIPS kb-icon.png kb.1 Removed files: comms/kb/files bsd_bells.c kbserver patch-boxes.c patch-elogs.c patch-fields.c patch-globs.h patch-io.c patch-kb.c pkg_message Log: - Update to 8.04 - Remove patch files accepted by vendor Revision Changes Path 1.4 +32 -17 ports/comms/kb/Makefile 1.2 +6 -6 ports/comms/kb/distinfo 1.2 +2 -2 ports/comms/kb/files/Makefile 1.1 +138 -0 ports/comms/kb/files/README_TIPS (new) 1.2 +0 -163 ports/comms/kb/files/bsd_bells.c (dead) 1.2 +4 -2 ports/comms/kb/files/kb 1.1 +11 -0 ports/comms/kb/files/kb-icon.png (new) 1.1 +26 -0 ports/comms/kb/files/kb.1 (new) 1.2 +0 -34 ports/comms/kb/files/kbserver (dead) 1.2 +0 -35 ports/comms/kb/files/patch-boxes.c (dead) 1.2 +0 -915 ports/comms/kb/files/patch-elogs.c (dead) 1.2 +0 -15 ports/comms/kb/files/patch-fields.c (dead) 1.2 +0 -27 ports/comms/kb/files/patch-globs.h (dead) 1.2 +17 -148 ports/comms/kb/files/patch-init.c 1.3 +0 -533 ports/comms/kb/files/patch-io.c (dead) 1.2 +0 -32 ports/comms/kb/files/patch-kb.c (dead) 1.2 +45 -81 ports/comms/kb/files/patch-support.c 1.2 +0 -8 ports/comms/kb/files/pkg_message (dead) 1.2 +11 -2 ports/comms/kb/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 14:35: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 EA72A1065678; Wed, 28 May 2008 14:35:15 +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 B33AA8FC14; Wed, 28 May 2008 14:35:15 +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 m4SEZFMb044873; Wed, 28 May 2008 14:35:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEZF99044872; Wed, 28 May 2008 14:35:15 GMT (envelope-from imp) Message-Id: <200805281435.m4SEZF99044872@repoman.freebsd.org> From: Warner Losh Date: Wed, 28 May 2008 14:35: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/arm/at91 at91_twi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:35:16 -0000 imp 2008-05-28 14:35:15 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: Release the resources for the registers for the TWI device with SYS_RES_MEMORY to match how we allocate them... Noticed by: Ian Lepore Revision Changes Path 1.11 +1 -1 src/sys/arm/at91/at91_twi.c From owner-cvs-all@FreeBSD.ORG Wed May 28 14: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 96BDA1065672; Wed, 28 May 2008 14:36:50 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 603068FC1C; Wed, 28 May 2008 14:36:50 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SEao4Q044913; Wed, 28 May 2008 14:36:50 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEaosG044912; Wed, 28 May 2008 14:36:50 GMT (envelope-from des) Message-Id: <200805281436.m4SEaosG044912@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 May 2008 14:36: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: 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: Wed, 28 May 2008 14:36:50 -0000 des 2008-05-28 14:36:50 UTC FreeBSD doc repository Modified files: . access Log: Disable my doc commit bit as per grimreaper@ Revision Changes Path 1.607 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed May 28 14:45: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 9D1FD106564A; Wed, 28 May 2008 14:45:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 699F68FC13; Wed, 28 May 2008 14:45:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SEj5Cm045205; Wed, 28 May 2008 14:45:05 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEj5Gh045204; Wed, 28 May 2008 14:45:05 GMT (envelope-from ariff) Message-Id: <200805281445.m4SEj5Gh045204@repoman.freebsd.org> From: Ariff Abdullah Date: Wed, 28 May 2008 14:45:05 +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/sound/pcm dsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:45:05 -0000 ariff 2008-05-28 14:45:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sound/pcm dsp.c Log: MFC (revision 1.109, requested by kib): Release pcm mutex before calling snd_clone_unref(), which in turns might calling destroy_dev() with sleepable malloc(9). The entire opetation is being serialized through pcm cv from top down, so dropping mutex is rather safe. Reported by: delphij Revision Changes Path 1.107.2.1 +7 -0 src/sys/dev/sound/pcm/dsp.c From owner-cvs-all@FreeBSD.ORG Wed May 28 14:51: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 CF440106567D; Wed, 28 May 2008 14:51: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 9E0808FC20; Wed, 28 May 2008 14:51: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 m4SEp3JZ045399; Wed, 28 May 2008 14:51:03 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SEp3gq045398; Wed, 28 May 2008 14:51:03 GMT (envelope-from flz) Message-Id: <200805281451.m4SEp3gq045398@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 28 May 2008 14: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.sbin/pkg_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: Wed, 28 May 2008 14:51:03 -0000 flz 2008-05-28 14:51:01 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install Makefile Log: Use PKG_INSTALL_VERSION for the distfile name instead of current date. X-MFC after: pkg_install sync on -STABLE branches Revision Changes Path 1.23 +1 -1 src/usr.sbin/pkg_install/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 14:54: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 2F1DF1065670; Wed, 28 May 2008 14:54:15 +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 018BF8FC1E; Wed, 28 May 2008 14:54:14 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4SEsEJu028559; Wed, 28 May 2008 07:54:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4SEsECa028558; Wed, 28 May 2008 07:54:14 -0700 (PDT) (envelope-from obrien) Date: Wed, 28 May 2008 07:54:14 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20080528145414.GD85398@dragon.NUXI.org> References: <200805250248.m4P2mv8U026913@repoman.freebsd.org> <20080525180014.S63463@fledge.watson.org> <20080525195955.GB5179@what-creek.com> <20080525225523.F36357@fledge.watson.org> <20080525221112.GH5179@what-creek.com> <20080526082614.C6489@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080526082614.C6489@fledge.watson.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, John Birrell , John Birrell , src-committers@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 14:54:15 -0000 On Mon, May 26, 2008 at 08:31:02AM +0100, Robert Watson wrote: > According to our tier documentation, sun4v is a tier 2 platform -- either > on the way up, or on the way down, depending on how you look at it. All of > the other tier 2 platforms, including ARM, PowerPC, ia64 and sparc64, > appear in make universe, and I would expect objections if any of them > were removed from make universe also. I think you're missing the distinction between architectures that are runable (sparc64, ia64, PowerPC, ARM) and those that are not - sun4v. The reason why folks would object to those being removed is because they actually do work. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed May 28 15:04: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 168CB106567A; Wed, 28 May 2008 15:04:31 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D2C5E8FC19; Wed, 28 May 2008 15:04:30 +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 0E7E71100A5; Wed, 28 May 2008 11:04:30 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 28 May 2008 11:04:30 -0400 X-Sasl-enc: OgDaDCDVT0PD1OZFb8JB4TnP8YkEUvMVGXtJQOQNfd4z 1211987069 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 EF47C3245; Wed, 28 May 2008 11:04:28 -0400 (EDT) Message-ID: <483D747C.6040008@FreeBSD.org> Date: Wed, 28 May 2008 16:04:28 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Antoine Brodin References: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> <1211975749.93683.21.camel@buffy.york.ac.uk> In-Reply-To: <1211975749.93683.21.camel@buffy.york.ac.uk> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gavin Atkinson , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_media.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, 28 May 2008 15:04:31 -0000 Gavin Atkinson wrote: > On Tue, 2008-05-27 at 18:33 +0000, Antoine Brodin wrote: >> >> MFC to RELENG_6: >> Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to >> IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in >> IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig >> behaviour. >> > > I'm not sure if this is any more correct than it was before. 1000baseT > and 1000baseTX are incompatible standards. > > See http://docs.FreeBSD.org/cgi/mid.cgi?20050307191901.H32508 for an > example of where this has come up before. The real bug is probably that > we claim to support 1000baseTX at all. > That sounds pretty clear to me. Perhaps this change should be backed out and done the other way around (make 1000baseTX the alias) ? From owner-cvs-all@FreeBSD.ORG Wed May 28 15:08: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 7CC82106564A; Wed, 28 May 2008 15:08:07 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 2A72E8FC22; Wed, 28 May 2008 15:08:06 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4SF7phW001108; Wed, 28 May 2008 11:07:51 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Wed, 28 May 2008 11:07:51 -0400 (EDT) Date: Wed, 28 May 2008 11:07:51 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Schultz In-Reply-To: <20080528060333.GA4699@zim.MIT.EDU> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:08:07 -0000 On Wed, 28 May 2008, David Schultz wrote: > On Tue, May 27, 2008, Xin LI wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Maxim Sobolev wrote: >> | Xin LI wrote: >> |> delphij 2008-05-27 20:04:27 UTC >> |> >> |> FreeBSD src repository >> |> >> |> Modified files: (Branch: RELENG_6) >> |> include string.h lib/libc/string >> |> Makefile.inc memchr.3 sys/sys param.h Added >> |> files: (Branch: RELENG_6) >> |> lib/libc/string memrchr.c Log: >> |> MFC: Add memrchr(3). >> | >> | I think this is not very good idea to MFC that into stable releases 6.x >> | and 7.x. The reason is that configure scripts for some packages might >> | detect up this API and enable it. Which means that some binary-only >> | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both >> | forward and backward compatibility is required (or at least desired?) >> | for stable branches. >> | >> | While it's "nice-to-have" feature, I see no pressing need to MFC this >> | interface. >> >> I don't think so, perhaps I am wrong, but do we really want absolutely >> no *new* features on -STABLE branches? > > ISTR that in prior discussions on symbol versioning, the consensus > was that there's nothing wrong with adding new APIs in -STABLE > branches, but of course apps that use the new features won't be > backwards-compatible. There's nothing technically wrong with it in that it will work, but for minor features that provide low marginal utility, I'm not sure that it is warranted. I would rather see the bar raised for new features added to -stable branches. But I don't feel strongly enough one way or the other to request a backout. > By the way, one catch is that once you MFC symbols in the FBSD_1.1 > namespace, any new symbols in the same library need to go in > FBSD_1.2. We do guarantee that public namespaces do not change > across stable branches. This is important for API-checking tools > like appcert: even if you can't prevent problems like the one > described previously, at least you have some assurance as to which > versions of FreeBSD will run your app. No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The only time we go to 1.2 is when 8.x branches to 9.0. If for some reason memrchr() were to change its ABI, then we would go to 1.1.1 in -current for the ABI change and any subsequent new symbols, and the MFC to 7.x would also be 1.1.1. It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 in a previous branch. In fact you can't prevent them from being different unless you mandate that all new symbols get MFC'd to their respective namespaces in previous branches. One side note - this commit does show the proper way to MFC a new symbol to a previous branch. That doesn't mean that it should have been done, just that it was done properly :-) -- DE From owner-cvs-all@FreeBSD.ORG Wed May 28 15:16:57 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F761065671 for ; Wed, 28 May 2008 15:16:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.181]) by mx1.freebsd.org (Postfix) with ESMTP id 80BF88FC19 for ; Wed, 28 May 2008 15:16:50 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so1657790ika.3 for ; Wed, 28 May 2008 08:16:47 -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=Ifn/x8FbxxItiKC0BnH77yET9YV6YumD1eQor51lAkc=; b=pUQhekcs7aBoxSn5gGqDODep/TA80NbmzLkeT2iZJWzxzxVO/d+0T6CzSQ9cqVyaU6ogbNbaQmqglNuwp6WkuD4PJonKW2quS4PYrQw0aKohYNlFovrr2aI1/eP/uf8JloCM8UsfeX7mubWQ2jGma9MaIjQHMpBtgQuEHLINArM= 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=t/T4GlMge6TIt8hZPg9WbAbu3nC0FpgRNOeA9zGLVjLj/EsQzC3zTd7USyA8pTTCUg9IueJvwq3lBIZ4YcOgpG+rtoX5Da3qpimirQIjZvagVdlGFosv0qHNt0MXL7ZSLI2Vq1ejIp2HSaK4fqJuRn++DzZlf7O34RjRpw7lD0A= Received: by 10.78.206.6 with SMTP id d6mr1189997hug.46.1211987807281; Wed, 28 May 2008 08:16:47 -0700 (PDT) Received: by 10.78.136.16 with HTTP; Wed, 28 May 2008 08:16:47 -0700 (PDT) Message-ID: Date: Wed, 28 May 2008 17:16:47 +0200 From: "Antoine Brodin" Sender: antoine.brodin.freebsd@gmail.com To: "Bruce M. Simpson" In-Reply-To: <483D747C.6040008@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> <1211975749.93683.21.camel@buffy.york.ac.uk> <483D747C.6040008@FreeBSD.org> X-Google-Sender-Auth: 8d4a9ba2892675ea Cc: cvs-src@freebsd.org, Gavin Atkinson , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_media.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, 28 May 2008 15:16:57 -0000 On Wed, May 28, 2008 at 5:04 PM, Bruce M. Simpson wrote: > Gavin Atkinson wrote: >> >> On Tue, 2008-05-27 at 18:33 +0000, Antoine Brodin wrote: >>> >>> MFC to RELENG_6: >>> Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to >>> IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in >>> IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig >>> behaviour. >>> >> >> I'm not sure if this is any more correct than it was before. 1000baseT >> and 1000baseTX are incompatible standards. >> >> See http://docs.FreeBSD.org/cgi/mid.cgi?20050307191901.H32508 for an >> example of where this has come up before. The real bug is probably that >> we claim to support 1000baseTX at all. >> > > That sounds pretty clear to me. Perhaps this change should be backed out and > done the other way around (make 1000baseTX the alias) ? The goal of this commit was to have only one description instead of two (only the first one is printed by ifconfig and dmesg). So the commit didn't change the existing behaviour of ifconfig/dmesg. I can swap the two lines (make 1000baseT the description and 1000baseTX the alias), but it may break existing scripts that grep dmesg or ifconfig output for 1000baseTX. Cheers, Antoine From owner-cvs-all@FreeBSD.ORG Wed May 28 15:17: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 BFE39106566C; Wed, 28 May 2008 15:17:16 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95FA88FC20; Wed, 28 May 2008 15:17:16 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SFHG3W047302; Wed, 28 May 2008 15:17:16 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SFHGXN047301; Wed, 28 May 2008 15:17:16 GMT (envelope-from chinsan) Message-Id: <200805281517.m4SFHGXN047301@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 15:17:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-WebService-Rakuten 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, 28 May 2008 15:17:16 -0000 chinsan 2008-05-28 15:17:16 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WebService-Rakuten Makefile distinfo pkg-descr Log: Add p5-WebService-Rakuten, Rakuten WebService API. Revision Changes Path 1.2051 +1 -0 ports/www/Makefile 1.1 +46 -0 ports/www/p5-WebService-Rakuten/Makefile (new) 1.1 +3 -0 ports/www/p5-WebService-Rakuten/distinfo (new) 1.1 +4 -0 ports/www/p5-WebService-Rakuten/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 15:17:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A215C106566B; Wed, 28 May 2008 15:17:26 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79CEF8FC14; Wed, 28 May 2008 15:17:26 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SFHQN0047334; Wed, 28 May 2008 15:17:26 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SFHQQJ047333; Wed, 28 May 2008 15:17:26 GMT (envelope-from chinsan) Message-Id: <200805281517.m4SFHQQJ047333@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 28 May 2008 15:17: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: Wed, 28 May 2008 15:17:26 -0000 chinsan 2008-05-28 15:17:26 UTC FreeBSD ports repository Modified files: . modules Log: p5-WebService-Rakuten --> ports/www/p5-WebService-Rakuten Revision Changes Path 1.19883 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 15:34: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 28E57106566C; Wed, 28 May 2008 15:34:30 +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 05E2E8FC1F; Wed, 28 May 2008 15:34:30 +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 m4SFYTu1048332; Wed, 28 May 2008 15:34:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SFYTmO048331; Wed, 28 May 2008 15:34:29 GMT (envelope-from jhb) Message-Id: <200805281534.m4SFYTmO048331@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 May 2008 15:34:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.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, 28 May 2008 15:34:30 -0000 jhb 2008-05-28 15:34:29 UTC FreeBSD src repository Modified files: sys/pci if_xl.c if_xlreg.h Log: Remove unused 'xl_unit' member from softc. Revision Changes Path 1.214 +0 -1 src/sys/pci/if_xl.c 1.61 +0 -1 src/sys/pci/if_xlreg.h From owner-cvs-all@FreeBSD.ORG Wed May 28 15:34: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 3E40F1065675; Wed, 28 May 2008 15:34:44 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.freebsd.org (Postfix) with ESMTP id C37138FC16; Wed, 28 May 2008 15:34:43 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw1.york.ac.uk (8.13.6/8.13.6) with ESMTP id m4SFYafr024279; Wed, 28 May 2008 16:34:36 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1K1Nfg-0004LT-Kt; Wed, 28 May 2008 16:34:36 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id m4SFYaeu000621; Wed, 28 May 2008 16:34:36 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id m4SFYaYd000620; Wed, 28 May 2008 16:34:36 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Antoine Brodin In-Reply-To: References: <200805271833.m4RIXI2Y021272@repoman.freebsd.org> <1211975749.93683.21.camel@buffy.york.ac.uk> <483D747C.6040008@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 28 May 2008 16:34:34 +0100 Message-Id: <1211988875.93683.44.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, "Bruce M. Simpson" , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_media.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, 28 May 2008 15:34:44 -0000 On Wed, 2008-05-28 at 17:16 +0200, Antoine Brodin wrote: > On Wed, May 28, 2008 at 5:04 PM, Bruce M. Simpson wrote: > > Gavin Atkinson wrote: > >> > >> On Tue, 2008-05-27 at 18:33 +0000, Antoine Brodin wrote: > >>> > >>> MFC to RELENG_6: > >>> Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to > >>> IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in > >>> IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig > >>> behaviour. > >>> > >> > >> I'm not sure if this is any more correct than it was before. 1000baseT > >> and 1000baseTX are incompatible standards. > >> > >> See http://docs.FreeBSD.org/cgi/mid.cgi?20050307191901.H32508 for an > >> example of where this has come up before. The real bug is probably that > >> we claim to support 1000baseTX at all. > >> > > > > That sounds pretty clear to me. Perhaps this change should be backed out and > > done the other way around (make 1000baseTX the alias) ? > > The goal of this commit was to have only one description instead of > two (only the first one is printed by ifconfig and dmesg). So the > commit didn't change the existing behaviour of ifconfig/dmesg. > I can swap the two lines (make 1000baseT the description and > 1000baseTX the alias), but it may break existing scripts that grep > dmesg or ifconfig output for 1000baseTX. The bug seems to have originally been introduced in if_media.h 1.15, with the commit message indicating that this was following NetBSD's lead. However, the commit only touched the #define name, and not the textual representation of it. NetBSD seems to have always referred to it (more) correctly as 1000baseT. I agree that the change may have some impact on scripts that are grepping output for 1000baseTX, and so any such change could not be MFC'd, however it would probably be nice to correct this at some point in -HEAD, rather than forever leaving it incorrect. I'd be happy to work on a patch if this move is felt appropriate. Gavin From owner-cvs-all@FreeBSD.ORG Wed May 28 15:37: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 014CD106564A; Wed, 28 May 2008 15:37:59 +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 DC7AB8FC19; Wed, 28 May 2008 15:37:58 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4SFbwhW029792; Wed, 28 May 2008 08:37:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4SFbwTt029791; Wed, 28 May 2008 08:37:58 -0700 (PDT) (envelope-from obrien) Date: Wed, 28 May 2008 08:37:58 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20080528153758.GF85398@dragon.NUXI.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483C7FF2.6000607@FreeBSD.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:37:59 -0000 On Tue, May 27, 2008 at 02:41:06PM -0700, Maxim Sobolev wrote: > Xin LI wrote: >> delphij 2008-05-27 20:04:27 UTC >> FreeBSD src repository >> Modified files: (Branch: RELENG_6) >> include string.h lib/libc/string Makefile.inc >> memchr.3 sys/sys param.h Added files: >> (Branch: RELENG_6) >> lib/libc/string memrchr.c Log: >> MFC: Add memrchr(3). > > I think this is not very good idea to MFC that into stable releases 6.x and > 7.x. The reason is that configure scripts for some packages might detect up > this API and enable it. Which means that some binary-only packages build > for say 6.4 won't work on 6.3 and down. AFAIK, both forward and backward > compatibility is required (or at least desired?) for stable branches. NOT required. Desireable at times, but we only require that 6.3 binaries run without modifications on 6.4. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed May 28 15:39:22 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF55B1065675; Wed, 28 May 2008 15:39:22 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id C27E18FC27; Wed, 28 May 2008 15:39:22 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4SFdLLx027072; Wed, 28 May 2008 11:39:21 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Wed, 28 May 2008 11:39:21 -0400 (EDT) Date: Wed, 28 May 2008 11:39:21 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Alexander Kabaev In-Reply-To: <20080528091745.465f37b4@kan.dnsalias.net> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <20080528091745.465f37b4@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:39:23 -0000 On Wed, 28 May 2008, Alexander Kabaev wrote: > On Tue, 27 May 2008 20:04:28 +0000 (UTC) > Xin LI wrote: > >> delphij 2008-05-27 20:04:27 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> include string.h >> lib/libc/string Makefile.inc memchr.3 >> sys/sys param.h >> Added files: (Branch: RELENG_6) >> lib/libc/string memrchr.c >> Log: >> MFC: Add memrchr(3). >> >> Obtained from: OpenBSD >> >> Revision Changes Path >> 1.21.2.2 +1 -0 src/include/string.h >> 1.34.8.2 +2 -1 src/lib/libc/string/Makefile.inc >> 1.7.14.3 +28 -3 src/lib/libc/string/memchr.3 >> 1.1.4.1 +40 -0 src/lib/libc/string/memrchr.c (new) >> http://cvsweb.FreeBSD.org/src/lib/libc/string/memrchr.c?rev=1.1.4.1&content-type=text/plain >> 1.244.2.37 +1 -1 src/sys/sys/param.h >> >> http://cvsweb.FreeBSD.org/src/include/string.h.diff?r1=1.21.2.1&r2=1.21.2.2 >> http://cvsweb.FreeBSD.org/src/lib/libc/string/Makefile.inc.diff?r1=1.34.8.1&r2=1.34.8.2 >> http://cvsweb.FreeBSD.org/src/lib/libc/string/memchr.3.diff?r1=1.7.14.2&r2=1.7.14.3 >> http://cvsweb.FreeBSD.org/src/sys/sys/param.h.diff?r1=1.244.2.36&r2=1.244.2.37 > > > There are two levels of symbol versions checking: > > 1. Up-front checking of version name. > When binary starts, rtld checks that all versions it was compiled > against are provided by the dynamically loaded libraries. I.e. if > libc.so.7:FBSD_1.1 is recorded as a requirement in binary and given > libc.so.7 does not have that version, the binary execution is > terminated right on the spot. > > The assumption here is that if version FOO is claimed to be provided by > the library then _all_ symbols@FOO binary might need are present. This > is the level of symbol versions checking Solaris provides. Linux goes a > bit further: > > 2. Per-symbol versions. > > In addition to the above, ld encodes required version of each undefined > symbol in a binary and uses (name, version) pair to resolve undefined > references as opposed to using only the symbol name. This allows for > several versions of the same symbol to exist within the binary, i.e. > something like read@FOO1 and read@FOO2 are now possible. > > Your changes broke assumption in 1. To do it 100% correctly, we probably > need to introduce a side version for memchr, something like > memrchr@@FBSD_1.0a in stable branch and provide a compatibility > alias memrchr@FBSD_1.0a for it in -current at the same time. > > libc.so.7 from RELENG_7 will have: > > memrchr@@FBSD_1.0a > > libc.so.7 from -current then will have: > > memrchr@@FBSD_1.1 > memrchr@FBSD_1.0a -> memrchr@@FBSD_1.1 Interesting, as long as "a" = ".1", so that you have FBSD_1.0.1 as the side version. See my prior email - I thought we agreed that we just MFC the version (in this case, FBSD_1.1) from -current. If you introduce a new version, a binary built on 7.x may not run on -current from before the side version was added. For instance, if we were to add memfoo() in -current now, then we release 8.0 with memfoo@@FBSD_1.1, then after the release we MFC memfoo() to RELENG_7 in the way you describe, then anything built in RELENG_7 using memfoo() will not work in 8.0 release (because 8.0 didn't have the side version memfoo@@FBSD_1.0a/1.0.1). Typically before a release there are a flurry of MFCs, so you can have a few months or more elapse before the addition of new or ABI-changed symbols. If we just use the same version as -current, then things will just work, at least from when the symbol was changed/added in -current. But regardless, I think this means that once we release 8.0, we cannot MFC any new or changed symbols (from 8.0+) back to 7.x. If someone upgrades from 7.x to 8.0, then 8.0 has to have all the symbols that 7.x will have or else binary compatibility will be broken. -- DE From owner-cvs-all@FreeBSD.ORG Wed May 28 15:41: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 535F71065678; Wed, 28 May 2008 15:41:17 +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 329678FC18; Wed, 28 May 2008 15:41:17 +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 m4SFfHJE048638; Wed, 28 May 2008 15:41:17 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SFfHel048637; Wed, 28 May 2008 15:41:17 GMT (envelope-from kib) Message-Id: <200805281541.m4SFfHel048637@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 28 May 2008 15:41:17 +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_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:41:17 -0000 kib 2008-05-28 15:41:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_conf.c Log: MFC rev. 1.212: Add the devctl notifications for the cdev create/destroy events. Revision Changes Path 1.208.2.4 +42 -0 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Wed May 28 15:42: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 295B71065675; Wed, 28 May 2008 15:42:35 +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 111538FC19; Wed, 28 May 2008 15:42:35 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4SFgYqK029999; Wed, 28 May 2008 08:42:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4SFgXD6029998; Wed, 28 May 2008 08:42:33 -0700 (PDT) (envelope-from obrien) Date: Wed, 28 May 2008 08:42:33 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20080528154233.GG85398@dragon.NUXI.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <483CA944.4050800@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483CA944.4050800@FreeBSD.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: src-committers@FreeBSD.org, d@delphij.net, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Xin LI , re@FreeBSD.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:42:35 -0000 On Tue, May 27, 2008 at 05:37:24PM -0700, Maxim Sobolev wrote: > Well, as I said it might not be something strictly required, but why not be > nice to ISVs and users? Ability to run binaries compiled on 6.4 on previous > 6.x releases is really important in many situations. No, it can be quite error prone. > That's probably one > of the reasons why big software vendors (Oracle, Sun etc) are very > reluctant to provide native binary packages for FreeBSD. I really don't think you're giving their justification... Even Sun adds things to Solaris 10 updates. UPWARD binary compatibility is what's guaranteed. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed May 28 16:21: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 83BF9106564A; Wed, 28 May 2008 16:21:33 +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 6E9A38FC14; Wed, 28 May 2008 16:21:33 +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 m4SGLXGZ051632; Wed, 28 May 2008 16:21:33 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SGLXNF051631; Wed, 28 May 2008 16:21:33 GMT (envelope-from kib) Message-Id: <200805281621.m4SGLXNF051631@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 28 May 2008 16:21:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Wed, 28 May 2008 16:21:33 -0000 kib 2008-05-28 16:21:33 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten. Reported by: Andrew Edwards Tested by: pho MFC after: 3 days Revision Changes Path 1.181 +3 -0 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Wed May 28 16:23: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 24F7C106566C; Wed, 28 May 2008 16:23:18 +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 1026E8FC1B; Wed, 28 May 2008 16:23:18 +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 m4SGNH1b051726; Wed, 28 May 2008 16:23:17 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SGNHGp051725; Wed, 28 May 2008 16:23:17 GMT (envelope-from kib) Message-Id: <200805281623.m4SGNHGp051725@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 28 May 2008 16:23: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/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: Wed, 28 May 2008 16:23:18 -0000 kib 2008-05-28 16:23:17 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd(). Tested by: pho MFC after: 3 days Revision Changes Path 1.182 +2 -6 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Wed May 28 16:41: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 866EC106564A; Wed, 28 May 2008 16:41:03 +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 8F3A48FC16; Wed, 28 May 2008 16:41:03 +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 m4SGf30Z052305; Wed, 28 May 2008 16:41:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SGf3ix052304; Wed, 28 May 2008 16:41:03 GMT (envelope-from marcel) Message-Id: <200805281641.m4SGf3ix052304@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 28 May 2008 16:41: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/ia64/include 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: Wed, 28 May 2008 16:41:03 -0000 marcel 2008-05-28 16:41:02 UTC FreeBSD src repository Modified files: sys/ia64/include atomic.h Log: Work-around a compiler optimization bug, that broke libthr. Massive inlining resulted in constant propagation to the extend that cmpval was known to the compiler to be URWLOCK_WRITE_OWNER (= 0x80000000U). Unfortunately, instead of zero-extending the unsigned constant, it was sign-extended. As such, the cmpxchg instruction was comparing 0x0000000080000000LU to 0xffffffff80000000LU and obviously didn't perform the exchange. But, since the value returned by cmpxhg equalled cmpval (when zero- extended), the _thr_rtld_lock_release() function thought the exchange did happen and as such returned as if having released the lock. This was not the case. Subsequent locking requests found rw_state non-zero and the thread in question entered the kernel and block indefinitely. The work-around is to zero-extend by casting to uint64_t. Revision Changes Path 1.14 +1 -1 src/sys/ia64/include/atomic.h From owner-cvs-all@FreeBSD.ORG Wed May 28 16:43: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 CD0541065679; Wed, 28 May 2008 16:43:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id B43DE8FC2D; Wed, 28 May 2008 16:43:13 +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 DD95B1103C9; Wed, 28 May 2008 12:43:12 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 28 May 2008 12:43:12 -0400 X-Sasl-enc: OqRgRohAIrnCQXWyG8kFssBpqSWvr+NM5LvPrJ9PFmsY 1211992992 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 2DDEF76E; Wed, 28 May 2008 12:43:12 -0400 (EDT) Message-ID: <483D8B9E.9060909@FreeBSD.org> Date: Wed, 28 May 2008 17:43:10 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Marcel Moolenaar References: <200805281641.m4SGf3ix052304@repoman.freebsd.org> In-Reply-To: <200805281641.m4SGf3ix052304@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 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/ia64/include 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: Wed, 28 May 2008 16:43:14 -0000 Marcel Moolenaar wrote: > ...the cmpxchg instruction was comparing > 0x0000000080000000LU to 0xffffffff80000000LU and obviously didn't > perform the exchange. > > ...Subsequent locking requests found rw_state non-zero > and the thread in question entered the kernel and block indefinitely. Man, this must have been a total nightmare to track down. I guess the bigger question is, why was gcc sign-extending a constant marked U in the first place? From owner-cvs-all@FreeBSD.ORG Wed May 28 16:51: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 B494A1065672; Wed, 28 May 2008 16:51:08 +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 A6CD88FC12; Wed, 28 May 2008 16:51:08 +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 m4SGp8YM062146; Wed, 28 May 2008 16:51:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SGp8nt062145; Wed, 28 May 2008 16:51:08 GMT (envelope-from mezz) Message-Id: <200805281651.m4SGp8nt062145@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 16:51: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/py-gtk 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, 28 May 2008 16:51:08 -0000 mezz 2008-05-28 16:51:08 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gtk Makefile pkg-plist Log: Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION. Reported by: itetcu Revision Changes Path 1.71 +1 -7 ports/x11-toolkits/py-gtk/Makefile 1.21 +59 -59 ports/x11-toolkits/py-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 17:19: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 6CFD11065676; Wed, 28 May 2008 17:19:19 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 659038FC12; Wed, 28 May 2008 17:19:19 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SHJJmg067545; Wed, 28 May 2008 17:19:19 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SHJJS9067544; Wed, 28 May 2008 17:19:19 GMT (envelope-from pgj) Message-Id: <200805281719.m4SHJJS9067544@repoman.freebsd.org> From: Gabor Pali Date: Wed, 28 May 2008 17:19:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/articles Makefile doc/hu_HU.ISO8859-2/articles/compiz-fusion 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: Wed, 28 May 2008 17:19:19 -0000 pgj 2008-05-28 17:19:18 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/articles Makefile Added files: hu_HU.ISO8859-2/articles/compiz-fusion Makefile article.sgml Log: Add a new translation: articles/compiz-fusion. Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.5 +3 -2 doc/hu_HU.ISO8859-2/articles/Makefile 1.1 +22 -0 doc/hu_HU.ISO8859-2/articles/compiz-fusion/Makefile (new) 1.1 +557 -0 doc/hu_HU.ISO8859-2/articles/compiz-fusion/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 17:23: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 19F72106564A; Wed, 28 May 2008 17:23:05 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 140D38FC0C; Wed, 28 May 2008 17:23:05 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SHN4EG069631; Wed, 28 May 2008 17:23:04 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SHN4s9069630; Wed, 28 May 2008 17:23:04 GMT (envelope-from lth) Message-Id: <200805281723.m4SHN4s9069630@repoman.freebsd.org> From: Lars Thegler Date: Wed, 28 May 2008 17:23:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Log-Report Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 17:23:05 -0000 lth 2008-05-28 17:23:04 UTC FreeBSD ports repository Modified files: devel/p5-Log-Report Makefile distinfo Log: Update to 0.18 Revision Changes Path 1.9 +1 -1 ports/devel/p5-Log-Report/Makefile 1.7 +3 -3 ports/devel/p5-Log-Report/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 17:25: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 B9A401065674; Wed, 28 May 2008 17:25:29 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.74]) by mx1.freebsd.org (Postfix) with ESMTP id C07B08FC16; Wed, 28 May 2008 17:25:29 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtp011-bge351000 (asmtp011-bge351000 [10.150.69.74]) by smtpoutm.mac.com (Xserve/smtpout011/MantshX 4.0) with ESMTP id m4SHPTGs012364; Wed, 28 May 2008 10:25:29 -0700 (PDT) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0K1L004IH9QGY140@asmtp011.mac.com>; Wed, 28 May 2008 10:25:29 -0700 (PDT) Message-id: <8B311170-7A48-4121-9EE8-734488D0F35C@mac.com> From: Marcel Moolenaar To: "Bruce M. Simpson" In-reply-to: <483D8B9E.9060909@FreeBSD.org> Date: Wed, 28 May 2008 10:25:27 -0700 References: <200805281641.m4SGf3ix052304@repoman.freebsd.org> <483D8B9E.9060909@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/include 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: Wed, 28 May 2008 17:25:29 -0000 On May 28, 2008, at 9:43 AM, Bruce M. Simpson wrote: > Marcel Moolenaar wrote: >> ...the cmpxchg instruction was comparing >> 0x0000000080000000LU to 0xffffffff80000000LU and obviously didn't >> perform the exchange. >> ...Subsequent locking requests found rw_state non-zero >> and the thread in question entered the kernel and block >> indefinitely. > > > Man, this must have been a total nightmare to track down. Yeah. It was 2 puzzles in one. First you need to track down the failure and then you need to figure out how to work around it... > I guess the bigger question is, why was gcc sign-extending a > constant marked U in the first place? My best answer is: because of a bug :-) In this case GCC knew the value and as such opened itself up to its own sign bugs. Normally cmpval is unknown (by virtue of not being constant or by virtue of not being able to constant-propagate across functions) and GCC will perform standard transformations. The standard transformations can only work with the type of cmpval, which is uint32_t and as such will do zero-extension. But if the value is known, optimizations kick in that normally wouldn't kick in and in. Those optimizations have a tendendency to focus on the value and not on the type. In this case the constant has the sign-bit set, so somewhere along the lines sign-extension happened that shouldn't have happened and it's hard to get the right result in the end... -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed May 28 17:27: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 E9CF31065672; Wed, 28 May 2008 17:27:14 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 080398FC23; Wed, 28 May 2008 17:27:15 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SHREhk070033; Wed, 28 May 2008 17:27:14 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SHREYM070032; Wed, 28 May 2008 17:27:14 GMT (envelope-from pgj) Message-Id: <200805281727.m4SHREYM070032@repoman.freebsd.org> From: Gabor Pali Date: Wed, 28 May 2008 17:27:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook/eresources chapter.sgml doc/hu_HU.ISO8859-2/share/sgml mailing-lists.ent doc/hu_HU.ISO8859-2/share/sgml/glossary freebsd-glossary.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, 28 May 2008 17:27:15 -0000 pgj 2008-05-28 17:27:14 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/eresources chapter.sgml hu_HU.ISO8859-2/share/sgml mailing-lists.ent hu_HU.ISO8859-2/share/sgml/glossary freebsd-glossary.sgml Log: MFen: 1.183 --> 1.184 books/handbook/eresources/chapter.sgml 1.28 --> 1.30 share/sgml/glossary/freebsd-glossary.sgml 1.57 --> 1.58 share/sgml/mailing-lists.ent Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +27 -1 doc/hu_HU.ISO8859-2/books/handbook/eresources/chapter.sgml 1.2 +3 -2 doc/hu_HU.ISO8859-2/share/sgml/glossary/freebsd-glossary.sgml 1.3 +5 -1 doc/hu_HU.ISO8859-2/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Wed May 28 17:27: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 22DB81065678; Wed, 28 May 2008 17:27:39 +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 1DB798FC16; Wed, 28 May 2008 17:27:39 +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 m4SHRcXF070097; Wed, 28 May 2008 17:27:38 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SHRcZc070096; Wed, 28 May 2008 17:27:38 GMT (envelope-from leeym) Message-Id: <200805281727.m4SHRcZc070096@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 28 May 2008 17:27:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libmemcached 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, 28 May 2008 17:27:39 -0000 leeym 2008-05-28 17:27:38 UTC FreeBSD ports repository Modified files: databases/libmemcached Makefile distinfo pkg-plist Log: - update to 0.21 Revision Changes Path 1.6 +1 -1 ports/databases/libmemcached/Makefile 1.6 +3 -3 ports/databases/libmemcached/distinfo 1.3 +1 -0 ports/databases/libmemcached/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 17:54: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 722731065680 for ; Wed, 28 May 2008 17:54:41 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 446458FC47 for ; Wed, 28 May 2008 17:54:41 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so2323470wxd.7 for ; Wed, 28 May 2008 10:54:40 -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:in-reply-to:references:x-mailer:mime-version:content-type; bh=G1mvxHS9aTIcHK0kLBcLjKj27Xnw2YX0V8aL5gnql6g=; b=bUONYgMwAerIkKx4gx0yx3G1ceCj1UBe74nd77kRt88STYaC9aXFUkTp2K2/+H2NdAL6fFYK8umtC9+vW6eymXftGSiw9X40At538/Ln1lQApoc12pxCGTZWXhDutnmqjbn8gqPezq72xOMUeDMZ8RLZ3QlUAAZ3fPify5bngn0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=s24ycuCI9B/sAauRH+nQNUQIy3/Et1qtwEgstRBxgUMwXJQJt3jz7JMDUvdmUXEUHsnZ8zojNNaUuwHZJT1l+s32X9QJJuXoJENaFk0GcE87mEgt3mbCksjkOrgFRw/IDWVunh27FOLTfhaFw+zmUwiMynJbKTyKBw4fITNmQpk= Received: by 10.90.31.8 with SMTP id e8mr3866582age.22.1211997280307; Wed, 28 May 2008 10:54:40 -0700 (PDT) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id 8sm7316632agd.21.2008.05.28.10.54.37 (version=SSLv3 cipher=RC4-MD5); Wed, 28 May 2008 10:54:38 -0700 (PDT) Date: Wed, 28 May 2008 13:54:32 -0400 From: Alexander Kabaev To: Daniel Eischen Message-ID: <20080528135432.363f363d@kan.dnsalias.net> In-Reply-To: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <20080528091745.465f37b4@kan.dnsalias.net> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/hSmzVtW.FXXWNcn5XmP0a.z"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 17:54:41 -0000 --Sig_/hSmzVtW.FXXWNcn5XmP0a.z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 28 May 2008 11:39:21 -0400 (EDT) Daniel Eischen wrote: > Interesting, as long as "a" =3D ".1", so that you have FBSD_1.0.1 as > the side version. >=20 > See my prior email - I thought we agreed that we just MFC the version > (in this case, FBSD_1.1) from -current. If you introduce a new > version, a binary built on 7.x may not run on -current from before > the side version was added. For instance, if we were to add > memfoo() in -current now, then we release 8.0 with memfoo@@FBSD_1.1, > then after the release we MFC memfoo() to RELENG_7 in the way > you describe, then anything built in RELENG_7 using memfoo() will > not work in 8.0 release (because 8.0 didn't have the side version > memfoo@@FBSD_1.0a/1.0.1). >=20 > Typically before a release there are a flurry of MFCs, so you can > have a few months or more elapse before the addition of new or > ABI-changed symbols. If we just use the same version as -current, > then things will just work, at least from when the symbol was > changed/added in -current. There are number of corners we can cut if we agree that being sloppy is not a problem. Then why did we bother with symbol versions in the first place? =20 > But regardless, I think this means that once we release 8.0, we > cannot MFC any new or changed symbols (from 8.0+) back to > 7.x. If someone upgrades from 7.x to 8.0, then 8.0 has to > have all the symbols that 7.x will have or else binary > compatibility will be broken. > That is why introducing new symbols in back-releases is not such a hot idea. Release X that was released after release Y cannot really be expected to be able to execute Y's binaries with 100% certainty, as that depends on guessing the future right at X ship time. --=20 Alexander Kabaev --Sig_/hSmzVtW.FXXWNcn5XmP0a.z Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFIPZxYQ6z1jMm+XZYRAtt3AJ4zPPYKVxpyUCI4NS5ovJ+6Qk0ltwCfT8aE vFRe1nqG3VFea55T92nyBCI= =Qdk5 -----END PGP SIGNATURE----- --Sig_/hSmzVtW.FXXWNcn5XmP0a.z-- From owner-cvs-all@FreeBSD.ORG Wed May 28 18:15: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 51397106566C; Wed, 28 May 2008 18:15:25 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B69E8FC15; Wed, 28 May 2008 18:15:25 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SIFOeP078035; Wed, 28 May 2008 18:15:24 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SIFOYh078034; Wed, 28 May 2008 18:15:24 GMT (envelope-from brian) Message-Id: <200805281815.m4SIFOYh078034@repoman.freebsd.org> From: Brian Somers Date: Wed, 28 May 2008 18:15:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/jsl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 18:15:25 -0000 brian 2008-05-28 18:15:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/jsl Makefile distinfo pkg-descr pkg-plist Log: Add jsl - a javascript lint tool. Revision Changes Path 1.3071 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/jsl/Makefile (new) 1.1 +3 -0 ports/devel/jsl/distinfo (new) 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 18:18: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 9EF6E1065674; Wed, 28 May 2008 18:18:27 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68E788FC1B; Wed, 28 May 2008 18:18:27 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SIIRqD078367; Wed, 28 May 2008 18:18:27 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SIIRPq078366; Wed, 28 May 2008 18:18:27 GMT (envelope-from brian) Message-Id: <200805281818.m4SIIRPq078366@repoman.freebsd.org> From: Brian Somers Date: Wed, 28 May 2008 18:18: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: 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, 28 May 2008 18:18:27 -0000 brian 2008-05-28 18:18:27 UTC FreeBSD ports repository Modified files: . modules Log: jsl --> ports/devel/jsl Revision Changes Path 1.19884 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 18: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 96405106566C; Wed, 28 May 2008 18:20:23 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 567118FC1D; Wed, 28 May 2008 18:20:23 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4SIKLtv048604; Wed, 28 May 2008 11:20:21 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <483DA264.2010009@freebsd.org> Date: Wed, 28 May 2008 11:20:20 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <20080528013528.GA97270@dragon.NUXI.org> In-Reply-To: <20080528013528.GA97270@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Roman Divacky , src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 18:20:23 -0000 David O'Brien wrote: > On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: >>I'm looking forward to when we can remove both GNU cpio and >>our current pax implementation from the tree, > > I don't see a reason to remove pax from the tree. It is already > BSDL'ed and is faster than libarchive based archivers. Please > take this as a request to not remove pax. The current pax does have a lot to recommend it. Unfortunately, it is rather out-of-date. In particular, it does not implement the POSIX-2001 'pax interchange format', which is not at all trivial to implement. The 'pax' format is also the basis of new features being developed by a lot of folks, including the new GNU tar sparse file format (which libarchive supports), and ACL support from Joerg Schilling's star (which libarchive supports). As for libarchive performance, I've done a lot of work there in the last year or two; you might be pleasantly surprised. Cheers, Tim From owner-cvs-all@FreeBSD.ORG Wed May 28 18:40: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 8EF6A1065679; Wed, 28 May 2008 18:40:05 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6968FC29; Wed, 28 May 2008 18:40:04 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 0F3072C50D19; Wed, 28 May 2008 21:40:04 +0300 (EEST) Date: Wed, 28 May 2008 21:39:53 +0300 From: Ion-Mihai Tetcu To: Brian Somers Message-ID: <20080528213953.703c7d24@it.buh.tecnik93.com> In-Reply-To: <200805281815.m4SIFOYh078034@repoman.freebsd.org> References: <200805281815.m4SIFOYh078034@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/GncWPrU0z.oh7P/xUk5t18_"; 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/devel Makefile ports/devel/jsl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 18:40:05 -0000 --Sig_/GncWPrU0z.oh7P/xUk5t18_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 28 May 2008 18:15:24 +0000 (UTC) Brian Somers wrote: > brian 2008-05-28 18:15:24 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel Makefile=20 > Added files: > devel/jsl Makefile distinfo pkg-descr pkg-plist=20 > Log: > Add jsl - a javascript lint tool. > =20 > Revision Changes Path > 1.3071 +1 -0 ports/devel/Makefile > 1.1 +32 -0 ports/devel/jsl/Makefile (new) > 1.1 +3 -0 ports/devel/jsl/distinfo (new) > 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) > 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) Hi, Doesn't build (on 7-STABLE-amd64 with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes) http://t64.tecnik93.com/errors/7-STABLE-FTP/jsl-0.3.0.log Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/GncWPrU0z.oh7P/xUk5t18_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9pwMACgkQJ7GIuiH/oeVvFQCfXiYyNuiQCxRzjXmCT4F/PpEE cpIAoLFPUNz8hr4sHvvHWkqqiUDufHlX =9U8s -----END PGP SIGNATURE----- --Sig_/GncWPrU0z.oh7P/xUk5t18_-- From owner-cvs-all@FreeBSD.ORG Wed May 28 18: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 14B86106564A; Wed, 28 May 2008 18:41:14 +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 A4C028FC14; Wed, 28 May 2008 18:41:13 +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 m4SIfi7F007680; Wed, 28 May 2008 14:41:44 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4SIfhlW007679; Wed, 28 May 2008 14:41:43 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 28 May 2008 14:41:43 -0400 From: David Schultz To: Daniel Eischen Message-ID: <20080528184143.GA7624@zim.MIT.EDU> Mail-Followup-To: Daniel Eischen , d@delphij.net, Maxim Sobolev , Xin LI , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, re@FreeBSD.ORG References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Maxim Sobolev , src-committers@FreeBSD.ORG, d@delphij.net, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Xin LI , re@FreeBSD.ORG Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 18:41:14 -0000 On Wed, May 28, 2008, Daniel Eischen wrote: > No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The > only time we go to 1.2 is when 8.x branches to 9.0. If for some > reason memrchr() were to change its ABI, then we would go to 1.1.1 > in -current for the ABI change and any subsequent new symbols, and > the MFC to 7.x would also be 1.1.1. > > It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 > in a previous branch. In fact you can't prevent them from being > different unless you mandate that all new symbols get MFC'd to > their respective namespaces in previous branches. Perhaps I misinterpreted what you said about this last year, but I thought you said you didn't want symbols added to existing namespaces in -STABLE. In 7.X, why would it be okay to add new symbols to FBSD_1.1 between releases but not to FBSD_1.0? From owner-cvs-all@FreeBSD.ORG Wed May 28 18:50: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 7176D106566B; Wed, 28 May 2008 18:50:31 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 061588FC1B; Wed, 28 May 2008 18:50:30 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4SIoMWi002648; Wed, 28 May 2008 14:50:22 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Wed, 28 May 2008 14:50:22 -0400 (EDT) Date: Wed, 28 May 2008 14:50:22 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Schultz In-Reply-To: <20080528184143.GA7624@zim.MIT.EDU> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080528184143.GA7624@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 18:50:31 -0000 On Wed, 28 May 2008, David Schultz wrote: > On Wed, May 28, 2008, Daniel Eischen wrote: >> No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The >> only time we go to 1.2 is when 8.x branches to 9.0. If for some >> reason memrchr() were to change its ABI, then we would go to 1.1.1 >> in -current for the ABI change and any subsequent new symbols, and >> the MFC to 7.x would also be 1.1.1. >> >> It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 >> in a previous branch. In fact you can't prevent them from being >> different unless you mandate that all new symbols get MFC'd to >> their respective namespaces in previous branches. > > Perhaps I misinterpreted what you said about this last year, but I > thought you said you didn't want symbols added to existing > namespaces in -STABLE. In 7.X, why would it be okay to add new > symbols to FBSD_1.1 between releases but not to FBSD_1.0? I think you're just off by a version. -stable didn't have FBSD_1.1, so we just _did_ add memrchr() to a _new_ namespace in -stable. All new and changed symbols in 8-current go in FBSD_1.1, never in FBSD_1.0. So they can be MFC'd in the same namespace that -current as using. After we branched 7.0 from -current, the FBSD_1.0 namespace was frozen. This will happen everytime we branch from -current. -- DE From owner-cvs-all@FreeBSD.ORG Wed May 28 18:59: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 B899D106566C; Wed, 28 May 2008 18:59:12 +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 7160B8FC24; Wed, 28 May 2008 18:59:12 +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 m4SIxCEi083692; Wed, 28 May 2008 18:59:12 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SIxC3a083691; Wed, 28 May 2008 18:59:12 GMT (envelope-from oliver) Message-Id: <200805281859.m4SIxC3a083691@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 May 2008 18: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/misc/mime-support Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 18:59:12 -0000 oliver 2008-05-28 18:59:11 UTC FreeBSD ports repository Modified files: misc/mime-support Makefile distinfo Log: update to 3.41.1 Revision Changes Path 1.16 +2 -2 ports/misc/mime-support/Makefile 1.14 +3 -3 ports/misc/mime-support/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 19:17: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 1C2F91065670; Wed, 28 May 2008 19:17:36 +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 846358FC18; Wed, 28 May 2008 19:17:35 +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 m4SJI7Ag008206; Wed, 28 May 2008 15:18:07 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4SJI76d008205; Wed, 28 May 2008 15:18:07 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 28 May 2008 15:18:07 -0400 From: David Schultz To: Daniel Eischen Message-ID: <20080528191807.GA8156@zim.MIT.EDU> Mail-Followup-To: Daniel Eischen , d@delphij.net, Maxim Sobolev , Xin LI , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, re@FreeBSD.ORG References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080528184143.GA7624@zim.MIT.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Maxim Sobolev , src-committers@FreeBSD.ORG, d@delphij.net, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Xin LI , re@FreeBSD.ORG Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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, 28 May 2008 19:17:36 -0000 On Wed, May 28, 2008, Daniel Eischen wrote: > On Wed, 28 May 2008, David Schultz wrote: > > >On Wed, May 28, 2008, Daniel Eischen wrote: > >>No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The > >>only time we go to 1.2 is when 8.x branches to 9.0. If for some > >>reason memrchr() were to change its ABI, then we would go to 1.1.1 > >>in -current for the ABI change and any subsequent new symbols, and > >>the MFC to 7.x would also be 1.1.1. > >> > >>It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 > >>in a previous branch. In fact you can't prevent them from being > >>different unless you mandate that all new symbols get MFC'd to > >>their respective namespaces in previous branches. > > > >Perhaps I misinterpreted what you said about this last year, but I > >thought you said you didn't want symbols added to existing > >namespaces in -STABLE. In 7.X, why would it be okay to add new > >symbols to FBSD_1.1 between releases but not to FBSD_1.0? > > I think you're just off by a version. -stable didn't have > FBSD_1.1, so we just _did_ add memrchr() to a _new_ namespace > in -stable. Yes, yes, that's fine, that's what I said. But you also said it's fine to add things to FBSD_1.1 in 7.X, which I think is different from what you told me last year... In practice, this means that if a binary uses FBSD_1.0 and FBSD_1.1 symbols, the only thing you can say with confidence is that it will run in 8.0-RELEASE. That's fine with me; I'd just like to make sure I understand what you do and don't intend to guarantee. From owner-cvs-all@FreeBSD.ORG Wed May 28 19:23: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 9E4F71065684; Wed, 28 May 2008 19:23:51 +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 4B01D8FC2D; Wed, 28 May 2008 19:23:51 +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 m4SJNpKJ087076; Wed, 28 May 2008 19:23:51 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJNp3a087071; Wed, 28 May 2008 19:23:51 GMT (envelope-from naddy) Message-Id: <200805281923.m4SJNp3a087071@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 28 May 2008 19:23:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gtypist 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, 28 May 2008 19:23:51 -0000 naddy 2008-05-28 19:23:48 UTC FreeBSD ports repository Modified files: games/gtypist Makefile distinfo pkg-plist Log: Update to 2.8. No major changes. Revision Changes Path 1.18 +5 -6 ports/games/gtypist/Makefile 1.10 +3 -3 ports/games/gtypist/distinfo 1.8 +3 -1 ports/games/gtypist/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 19:27: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 7ABE01065677; Wed, 28 May 2008 19:27:41 +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 3F1498FC20; Wed, 28 May 2008 19:27:41 +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 m4SJRftj087547; Wed, 28 May 2008 19:27:41 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJRfSf087546; Wed, 28 May 2008 19:27:41 GMT (envelope-from oliver) Message-Id: <200805281927.m4SJRfSf087546@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 May 2008 19:27: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/multimedia/audacious Makefile distinfo pkg-plist ports/multimedia/audacious/files patch-configure patch-src-audacious-Makefile patch-src-audtool-Makefile ports/multimedia/audacious-plugins 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, 28 May 2008 19:27:41 -0000 oliver 2008-05-28 19:27:41 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile distinfo pkg-plist multimedia/audacious/files patch-configure patch-src-audacious-Makefile patch-src-audtool-Makefile multimedia/audacious-plugins Makefile distinfo pkg-plist Log: update to 1.5.1 Revision Changes Path 1.55 +1 -2 ports/multimedia/audacious-plugins/Makefile 1.17 +3 -3 ports/multimedia/audacious-plugins/distinfo 1.27 +1 -0 ports/multimedia/audacious-plugins/pkg-plist 1.38 +3 -3 ports/multimedia/audacious/Makefile 1.14 +3 -3 ports/multimedia/audacious/distinfo 1.2 +2 -2 ports/multimedia/audacious/files/patch-configure 1.3 +24 -29 ports/multimedia/audacious/files/patch-src-audacious-Makefile 1.2 +9 -9 ports/multimedia/audacious/files/patch-src-audtool-Makefile 1.21 +1 -1 ports/multimedia/audacious/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 19:31: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 4A3991065672; Wed, 28 May 2008 19:31:29 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAEEA8FC17; Wed, 28 May 2008 19:31:28 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SJVTrm087892; Wed, 28 May 2008 19:31:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJVTdF087891; Wed, 28 May 2008 19:31:29 GMT (envelope-from keramida) Message-Id: <200805281931.m4SJVTdF087891@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 19:31:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:31:29 -0000 keramida 2008-05-28 19:31:28 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml freebsd.dsl Log: freebsd.dsl: Enable list normalization attributes for Greek text I missed this one when adapting `freebsd.dsl' from en_US.ISO8859-1, and the result was that in HTML output the Greek text-tag of elements was bumping against the included text. Obtained from: FreeBSD Greek translation team Revision Changes Path 1.9 +1 -1 doc/el_GR.ISO8859-7/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Wed May 28 19: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 623F71065673; Wed, 28 May 2008 19:38:28 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 164678FC1B; Wed, 28 May 2008 19:38:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 5B5151A4D7C; Wed, 28 May 2008 12:38:24 -0700 (PDT) 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 m4SJcAd6009372; Wed, 28 May 2008 15:38:16 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Attilio Rao Date: Wed, 28 May 2008 12:03:36 -0400 User-Agent: KMail/1.9.7 References: <200805251457.m4PEvhUA095208@repoman.freebsd.org> In-Reply-To: <200805251457.m4PEvhUA095208@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805281203.36621.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, 28 May 2008 15:38:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7278/Wed May 28 11:00:15 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/kern kern_descrip.c src/sys/sys file.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, 28 May 2008 19:38:28 -0000 On Sunday 25 May 2008 10:57:43 am Attilio Rao wrote: > attilio 2008-05-25 14:57:43 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_descrip.c > sys/sys file.h > Log: > Replace direct atomic operation for the file refcount witht the > refcount interface. > It also introduces the correct usage of memory barriers, as sometimes > fdrop() and fhold() are used with shared locks, which don't use any > release barrier. Thanks! -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed May 28 19:38: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 F3C6C106577C; Wed, 28 May 2008 19:38:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 463028FC15; Wed, 28 May 2008 19:38:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id CC3411A4D7C; Wed, 28 May 2008 12:38:34 -0700 (PDT) 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 m4SJcAd8009372; Wed, 28 May 2008 15:38:27 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Christian S.J. Peron" Date: Wed, 28 May 2008 13:02:41 -0400 User-Agent: KMail/1.9.7 References: <200706150253.l5F2rpBV089069@repoman.freebsd.org> <200805071617.57772.jhb@freebsd.org> <20080527150018.GA51836@sub.vaned.net> In-Reply-To: <20080527150018.GA51836@sub.vaned.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805281302.41722.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, 28 May 2008 15:38:28 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7278/Wed May 28 11:00:15 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/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:38:36 -0000 On Tuesday 27 May 2008 11:00:18 am Christian S.J. Peron wrote: > John > > Sorry for the delay. I don't think there was a reason. I just > took a look at the change and i think it should be safe to be MFCed So I just thought of one problem with these changes. They don't lock Giant around ifnet routines for non-MPSAFE ifnet drivers. I'll probably just leave 6.x alone for this reason. This might should be fixed in 7? Specifically, I'm thinking that you should be doing something like this for 7: if (ifp->if_flags & IFF_NEEDSGIANT) mtx_lock(&Giant); ifp->if_output(...); if (ifp->if_flags * IFF_NEEDSGIANT) mtx_unlock(&Giant); The patch in this commit just did NET_LOCK_GIANT/NET_UNLOCK_GIANT. For 6.x you would have to do both the IFF_NEEDSGIANT check and the NET_LOCK_GIANT stuff. > On Wed, May 07, 2008 at 04:17:57PM -0400, John Baldwin wrote: > > On Thursday 14 June 2007 10:53:51 pm Christian S.J. Peron wrote: > > > csjp 2007-06-15 02:53:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/net bpf.c > > > Log: > > > - Conditionally pickup Giant around the network interface > > > ioctl routines if we are running with !mpsafenet > > > - Change un-conditional Giant acquisition around ifpromisc > > > to occur only if we are running with !mpsafenet > > > > > > With these locking bits in place, we can now remove the Giant > > > requirement from BPF, so drop the D_NEEDGIANT device flag. > > > This change removes Giant acquisitions around BPF device > > > handlers (read, write, ioctl etc). > > > > > > MFC after: 1 month > > > Discussed with: rwatson > > > > Would it be ok to MFC this to 6.x? (Looks like it was just never MFC'd, was > > curious if a reason came up why it couldn't be MFC'd?) > > > > -- > > John Baldwin > -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed May 28 19:38: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 E409E106581A; Wed, 28 May 2008 19:38:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 452DA8FC0A; Wed, 28 May 2008 19:38:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 1924E1A4D7C; Wed, 28 May 2008 12:38:41 -0700 (PDT) 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 m4SJcAd9009372; Wed, 28 May 2008 15:38:34 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Michael Reifenberger Date: Wed, 28 May 2008 13:09:49 -0400 User-Agent: KMail/1.9.7 References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> In-Reply-To: <20080526140735.GA35960@gw.reifenberger.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805281309.49683.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, 28 May 2008 15:38:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7278/Wed May 28 11:00:15 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, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:38:43 -0000 On Monday 26 May 2008 10:07:35 am Michael Reifenberger wrote: > On Mon, May 26, 2008 at 02:49:16PM +0100, Robert Watson wrote: > > On Mon, 26 May 2008, Michael Reifenberger wrote: > > > > > Extend jexec to accept hostname or ip-number besides jail-id. > > > > It might be worth adding a caution in the man page notes somewhere that > > neither hostname nor IP address are guaranteed to uniquely identify a jail > > -- > > in which case, which will jexec choose? > > I'll add some cautions to the man page. > The jail is found by an loop through the sysctl security.jail.list > and comparing argv against ip-number and hostname. > The first matching jail is used then. > Makes sense only for those who keep their jails uniquely identifyable > by hostname or ip-number, of corse. Maybe make it only work if it only matches a single jail? That would work for the common case while avoiding ambiguities in the complex cases. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed May 28 19:39: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 CD53A1065685; Wed, 28 May 2008 19:39:41 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 769738FC0C; Wed, 28 May 2008 19:39:41 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SJdfTT088623; Wed, 28 May 2008 19:39:41 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJdfYF088622; Wed, 28 May 2008 19:39:41 GMT (envelope-from ed) Message-Id: <200805281939.m4SJdfYF088622@repoman.freebsd.org> From: Ed Schouten Date: Wed, 28 May 2008 19:39:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms xbox.sgml www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:39:41 -0000 ed 2008-05-28 19:39:41 UTC FreeBSD doc repository (src committer) Modified files: en/platforms xbox.sgml en/projects/ideas ideas.xml Log: Change my email address to the one from the FreeBSD project on the Xbox and ideas pages. Approved by: philip (mentor) Revision Changes Path 1.10 +2 -2 www/en/platforms/xbox.sgml 1.88 +2 -2 www/en/projects/ideas/ideas.xml From owner-cvs-all@FreeBSD.ORG Wed May 28 19: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 491641065677; Wed, 28 May 2008 19: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 E56B48FC0A; Wed, 28 May 2008 19:44:46 +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 m4SJilBv089036; Wed, 28 May 2008 19: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 m4SJilGa089035; Wed, 28 May 2008 19:44:47 GMT (envelope-from jhb) Message-Id: <200805281944.m4SJilGa089035@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 May 2008 19:44:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cnw if_cnw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:44:47 -0000 jhb 2008-05-28 19:44:46 UTC FreeBSD src repository Modified files: sys/dev/cnw if_cnw.c Log: Remove NetBSD and FreeBSD 4.x code from this driver in preparation for adding locking, etc. Revision Changes Path 1.26 +16 -548 src/sys/dev/cnw/if_cnw.c From owner-cvs-all@FreeBSD.ORG Wed May 28 19:47: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 75D7C106567D; Wed, 28 May 2008 19:47:09 +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 1D3058FC18; Wed, 28 May 2008 19:47:09 +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 m4SJl9U4089276; Wed, 28 May 2008 19:47:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJl9dH089275; Wed, 28 May 2008 19:47:09 GMT (envelope-from jhb) Message-Id: <200805281947.m4SJl9dH089275@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 May 2008 19:47: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/dev/cnw if_cnw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:47:09 -0000 jhb 2008-05-28 19:47:08 UTC FreeBSD src repository Modified files: sys/dev/cnw if_cnw.c Log: Grr, restore some useful comments that were only in the NetBSD code. Revision Changes Path 1.27 +21 -0 src/sys/dev/cnw/if_cnw.c From owner-cvs-all@FreeBSD.ORG Wed May 28 19:58: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 1E63D106564A; Wed, 28 May 2008 19:58:14 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B396A8FC28; Wed, 28 May 2008 19:58:13 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SJwD4K091514; Wed, 28 May 2008 19:58:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SJwD4O091509; Wed, 28 May 2008 19:58:13 GMT (envelope-from keramida) Message-Id: <200805281958.m4SJwD4O091509@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 19:58:12 +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/bsdl-gpl article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 19:58:14 -0000 keramida 2008-05-28 19:58:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/bsdl-gpl article.sgml Log: Quote the first occurence of `Open Source'. Revision Changes Path 1.6 +1 -1 doc/en_US.ISO8859-1/articles/bsdl-gpl/article.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 20:04: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 3659A106567F; Wed, 28 May 2008 20:04:43 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id BCB458FC17; Wed, 28 May 2008 20:04:36 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4SK4SEv020729; Wed, 28 May 2008 16:04:28 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Wed, 28 May 2008 16:04:28 -0400 (EDT) Date: Wed, 28 May 2008 16:04:28 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Schultz In-Reply-To: <20080528191807.GA8156@zim.MIT.EDU> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080528184143.GA7624@zim.MIT.EDU> <20080528191807.GA8156@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:04:43 -0000 On Wed, 28 May 2008, David Schultz wrote: > On Wed, May 28, 2008, Daniel Eischen wrote: >> On Wed, 28 May 2008, David Schultz wrote: >> >>> On Wed, May 28, 2008, Daniel Eischen wrote: >>>> No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The >>>> only time we go to 1.2 is when 8.x branches to 9.0. If for some >>>> reason memrchr() were to change its ABI, then we would go to 1.1.1 >>>> in -current for the ABI change and any subsequent new symbols, and >>>> the MFC to 7.x would also be 1.1.1. >>>> >>>> It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 >>>> in a previous branch. In fact you can't prevent them from being >>>> different unless you mandate that all new symbols get MFC'd to >>>> their respective namespaces in previous branches. >>> >>> Perhaps I misinterpreted what you said about this last year, but I >>> thought you said you didn't want symbols added to existing >>> namespaces in -STABLE. In 7.X, why would it be okay to add new >>> symbols to FBSD_1.1 between releases but not to FBSD_1.0? >> >> I think you're just off by a version. -stable didn't have >> FBSD_1.1, so we just _did_ add memrchr() to a _new_ namespace >> in -stable. > > Yes, yes, that's fine, that's what I said. But you also said it's > fine to add things to FBSD_1.1 in 7.X, which I think is different > from what you told me last year... > > In practice, this means that if a binary uses FBSD_1.0 and > FBSD_1.1 symbols, the only thing you can say with confidence is > that it will run in 8.0-RELEASE. That's fine with me; I'd just > like to make sure I understand what you do and don't intend to > guarantee. Yes, we decided not to bump versions every time we add a new symbol or ABI change. But we can also record a set of symbols (in a file) for each release, and make some sort of ABI checker that can tell under what releases an application will run. -- DE From owner-cvs-all@FreeBSD.ORG Wed May 28 20:11: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 542AC1065670; Wed, 28 May 2008 20:11: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 282098FC16; Wed, 28 May 2008 20:11: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 m4SKB4d0095147; Wed, 28 May 2008 20:11:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKB4lO095146; Wed, 28 May 2008 20:11:04 GMT (envelope-from mezz) Message-Id: <200805282011.m4SKB4lO095146@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 20:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-applets 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, 28 May 2008 20:11:04 -0000 mezz 2008-05-28 20:11:03 UTC FreeBSD ports repository Modified files: x11/gnome-applets Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.114 +1 -2 ports/x11/gnome-applets/Makefile 1.49 +3 -3 ports/x11/gnome-applets/distinfo 1.65 +60 -0 ports/x11/gnome-applets/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 20: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 A4351106566B; Wed, 28 May 2008 20:23:32 +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 7E1BD8FC16; Wed, 28 May 2008 20:23:32 +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 m4SKNWmm097471; Wed, 28 May 2008 20:23:32 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKNW7v097467; Wed, 28 May 2008 20:23:32 GMT (envelope-from mezz) Message-Id: <200805282023.m4SKNW7v097467@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 20: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/x11-fm/nautilus Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:23:32 -0000 mezz 2008-05-28 20:23:32 UTC FreeBSD ports repository Modified files: x11-fm/nautilus Makefile distinfo pkg-plist Log: Update to 2.22.3. Revision Changes Path 1.84 +1 -2 ports/x11-fm/nautilus/Makefile 1.22 +3 -3 ports/x11-fm/nautilus/distinfo 1.23 +3 -0 ports/x11-fm/nautilus/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 20:25: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 ABF0A106566B; Wed, 28 May 2008 20:25:19 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A04D28FC16; Wed, 28 May 2008 20:25:19 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SKPJdD097902; Wed, 28 May 2008 20:25:19 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKPJgY097901; Wed, 28 May 2008 20:25:19 GMT (envelope-from ed) Message-Id: <200805282025.m4SKPJgY097901@repoman.freebsd.org> From: Ed Schouten Date: Wed, 28 May 2008 20:25: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 kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:25:19 -0000 ed 2008-05-28 20:25:19 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Remove redundant checks from fcntl()'s F_DUPFD. Right now we perform some of the checks inside the fcntl()'s F_DUPFD operation twice. We first validate the `fd' argument. When finished, we validate the `arg' argument. These checks are also performed inside do_dup(). The reason we need to do this, is because fcntl() should return different errno's when the `arg' argument is out of bounds (EINVAL instead of EBADF). To prevent the redundant locking of the PROC_LOCK and FILEDESC_SLOCK, patch do_dup() to support the error semantics required by fcntl(). Approved by: philip (mentor) Revision Changes Path 1.334 +16 -31 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Wed May 28 20:26:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 363081065679; Wed, 28 May 2008 20:26:26 +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 1192A8FC20; Wed, 28 May 2008 20:26:26 +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 m4SKQPdp098146; Wed, 28 May 2008 20:26:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKQPQM098145; Wed, 28 May 2008 20:26:25 GMT (envelope-from jhb) Message-Id: <200805282026.m4SKQPQM098145@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 May 2008 20:26: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/modules Makefile src/sys/modules/cnw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:26:26 -0000 jhb 2008-05-28 20:26:25 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: sys/modules/cnw Makefile Log: Add a module for cnw(4) and build it on i386. Revision Changes Path 1.571 +2 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/cnw/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 20:34: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 A082A1065677; Wed, 28 May 2008 20:34: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 7DA228FC21; Wed, 28 May 2008 20:34: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 m4SKYwqu000316; Wed, 28 May 2008 20:34:58 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKYweQ000313; Wed, 28 May 2008 20:34:58 GMT (envelope-from mezz) Message-Id: <200805282034.m4SKYweQ000313@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 20:34: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/gnome-control-center Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:34:58 -0000 mezz 2008-05-28 20:34:58 UTC FreeBSD ports repository Modified files: sysutils/gnome-control-center Makefile distinfo Log: Update to 2.22.2.1. Revision Changes Path 1.107 +1 -2 ports/sysutils/gnome-control-center/Makefile 1.52 +3 -3 ports/sysutils/gnome-control-center/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 20:36: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 DDA15106564A; Wed, 28 May 2008 20:36:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 852CD8FC2E; Wed, 28 May 2008 20:36:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id DF43A2C50D19; Wed, 28 May 2008 23:36:13 +0300 (EEST) Date: Wed, 28 May 2008 23:36:02 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20080528233602.041e4172@it.buh.tecnik93.com> In-Reply-To: <20080528213953.703c7d24@it.buh.tecnik93.com> References: <200805281815.m4SIFOYh078034@repoman.freebsd.org> <20080528213953.703c7d24@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Sg1PTBwSxpdRv5H.gAaOgZE"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, Brian Somers , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/jsl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:36:16 -0000 --Sig_/Sg1PTBwSxpdRv5H.gAaOgZE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 28 May 2008 21:39:53 +0300 Ion-Mihai Tetcu wrote: > On Wed, 28 May 2008 18:15:24 +0000 (UTC) > Brian Somers wrote: >=20 > > brian 2008-05-28 18:15:24 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel Makefile=20 > > Added files: > > devel/jsl Makefile distinfo pkg-descr pkg-plist=20 > > Log: > > Add jsl - a javascript lint tool. > > =20 > > Revision Changes Path > > 1.3071 +1 -0 ports/devel/Makefile > > 1.1 +32 -0 ports/devel/jsl/Makefile (new) > > 1.1 +3 -0 ports/devel/jsl/distinfo (new) > > 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) > > 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) >=20 > Hi, >=20 >=20 > Doesn't build (on 7-STABLE-amd64 with > export FORCE_PACKAGE=3Dyes > export NOPORTDOCS=3Dyes > export NOPORTEXAMPLES=3Dyes > export NOPORTDATA=3Dyes) >=20 >=20 > http://t64.tecnik93.com/errors/7-STABLE-FTP/jsl-0.3.0.log It fails on amd64: http://t64.tecnik93.com/index.php?action=3Ddescribe_port&id=3D6589 but it builds on i386: http://t32.tecnik93.com/index.php?action=3Ddescribe_port&id=3D1990 > Thanks for your work on making FreeBSD better, >=20 >=20 --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/Sg1PTBwSxpdRv5H.gAaOgZE Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9wjsACgkQJ7GIuiH/oeWh5wCfaF1NAQG27RMvqTQMk5J0DxlK SzkAn1cCr9qyxlBBuzJ1QBXboDnKM5ly =hfJd -----END PGP SIGNATURE----- --Sig_/Sg1PTBwSxpdRv5H.gAaOgZE-- From owner-cvs-all@FreeBSD.ORG Wed May 28 20:40:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C3B1065677; Wed, 28 May 2008 20:40:28 +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 919298FC0A; Wed, 28 May 2008 20:40:28 +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 m4SKeS68004068; Wed, 28 May 2008 20:40:28 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKeS52004055; Wed, 28 May 2008 20:40:28 GMT (envelope-from mezz) Message-Id: <200805282040.m4SKeS52004055@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 20:40:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnome-settings-daemon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:40:28 -0000 mezz 2008-05-28 20:40:26 UTC FreeBSD ports repository Modified files: sysutils/gnome-settings-daemon Makefile distinfo Log: Update to 2.22.2.1. Revision Changes Path 1.3 +1 -1 ports/sysutils/gnome-settings-daemon/Makefile 1.3 +3 -3 ports/sysutils/gnome-settings-daemon/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 20:43: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 1B429106566B; Wed, 28 May 2008 20:43:57 +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 EDEDB8FC1F; Wed, 28 May 2008 20:43:56 +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 m4SKhuRk004786; Wed, 28 May 2008 20:43:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SKhuEU004785; Wed, 28 May 2008 20:43:56 GMT (envelope-from mezz) Message-Id: <200805282043.m4SKhuEU004785@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 May 2008 20:43: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/x11-toolkits/eel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:43:57 -0000 mezz 2008-05-28 20:43:56 UTC FreeBSD ports repository Modified files: x11-toolkits/eel Makefile distinfo Log: Update to 2.22.2. Revision Changes Path 1.37 +1 -1 ports/x11-toolkits/eel/Makefile 1.22 +3 -3 ports/x11-toolkits/eel/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 20: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 F2C981065688; Wed, 28 May 2008 20:46:08 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206046210.chello.pl [87.206.46.210]) by mx1.freebsd.org (Postfix) with ESMTP id EA3538FC1C; Wed, 28 May 2008 20:46:07 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 2A4FA45C99; Wed, 28 May 2008 22:46:05 +0200 (CEST) Received: from localhost (chello087206046210.chello.pl [87.206.46.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 043C945685; Wed, 28 May 2008 22:45:58 +0200 (CEST) Date: Wed, 28 May 2008 22:45:54 +0200 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20080528204554.GA2865@garage.freebsd.pl> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <200805281309.49683.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@freebsd.org, Michael Reifenberger , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:46:09 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 28, 2008 at 01:09:49PM -0400, John Baldwin wrote: > On Monday 26 May 2008 10:07:35 am Michael Reifenberger wrote: > > On Mon, May 26, 2008 at 02:49:16PM +0100, Robert Watson wrote: > > > On Mon, 26 May 2008, Michael Reifenberger wrote: > > >=20 > > > > Extend jexec to accept hostname or ip-number besides jail-id. > > >=20 > > > It might be worth adding a caution in the man page notes somewhere th= at=20 > > > neither hostname nor IP address are guaranteed to uniquely identify a= jail=20 > > > --=20 > > > in which case, which will jexec choose? > >=20 > > I'll add some cautions to the man page. > > The jail is found by an loop through the sysctl security.jail.list > > and comparing argv against ip-number and hostname. > > The first matching jail is used then. > > Makes sense only for those who keep their jails uniquely identifyable= =20 > > by hostname or ip-number, of corse. >=20 > Maybe make it only work if it only matches a single jail? That would wor= k for=20 > the common case while avoiding ambiguities in the complex cases. Yeah. I'd also suggest to not even try to match hostnames if security.jail.set_hostname_allowed is set to 1. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIPcSAForvXbEpPzQRAiErAJ45tR2mgzXWcSwhW7Zax6ul5MCbsgCgyiWK g69RyYL3/o4rakweP6u7JVQ= =fzm+ -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From owner-cvs-all@FreeBSD.ORG Wed May 28 20:51: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 0BFD71065676; Wed, 28 May 2008 20:51:12 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206046210.chello.pl [87.206.46.210]) by mx1.freebsd.org (Postfix) with ESMTP id 772DB8FC12; Wed, 28 May 2008 20:51:11 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 0BED745EA4; Wed, 28 May 2008 22:51:10 +0200 (CEST) Received: from localhost (chello087206046210.chello.pl [87.206.46.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id ECA7F45CDC; Wed, 28 May 2008 22:51:05 +0200 (CEST) Date: Wed, 28 May 2008 22:51:06 +0200 From: Pawel Jakub Dawidek To: Michael Reifenberger Message-ID: <20080528205106.GB2865@garage.freebsd.pl> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline In-Reply-To: <200805261157.m4QBvnpF025029@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 20:51:12 -0000 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 26, 2008 at 11:57:49AM +0000, Michael Reifenberger wrote: > mr 2008-05-26 11:57:49 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/jexec jexec.8 jexec.c=20 > Log: > Extend jexec to accept hostname or ip-number besides jail-id. As many already suggested using IP numbers and hostnames can be tricky (and risky). What do you think about using jail name from /etc/rc.conf? When a name is given, jexec could read /var/run/jail_.id and use jail ID from there? I know it will only work with jails created by rc.d/jail, but I think it's good enough. PS. I'm not against this functionality, but we should be much more careful, especially with hostnames when security.jail.set_hostname_allowed=3D1. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIPcW5ForvXbEpPzQRAq+dAJ4pmNepibb1Cgp4j7BcB09IZeFinQCg5eDk YnvvJCPX5lLydU/gnSVx4RI= =bleA -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- From owner-cvs-all@FreeBSD.ORG Wed May 28 21:00: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 F142D106564A; Wed, 28 May 2008 21:00:58 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 517728FC1D; Wed, 28 May 2008 21:00:58 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1976F2C50CB0; Thu, 29 May 2008 00:00:56 +0300 (EEST) Date: Thu, 29 May 2008 00:00:47 +0300 From: Ion-Mihai Tetcu To: Martin Matuska Message-ID: <20080529000047.11261cfb@it.buh.tecnik93.com> In-Reply-To: <200805180923.m4I9N3Jm095219@repoman.freebsd.org> References: <200805180923.m4I9N3Jm095219@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/BWRs2McwbNSYQQM3Ajcw/nk"; 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/comms Makefile ports/comms/smstools3 Makefile distinfo pkg-descr pkg-plist ports/comms/smstools3/files patch-Makefile patch-install.sh patch-src_smsd_cfg.c smsd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:00:59 -0000 --Sig_/BWRs2McwbNSYQQM3Ajcw/nk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 18 May 2008 09:23:03 +0000 (UTC) Martin Matuska wrote: > mm 2008-05-18 09:23:03 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > comms Makefile=20 > Added files: > comms/smstools3 Makefile distinfo pkg-descr pkg-plist=20 > comms/smstools3/files patch-Makefile patch-install.sh=20 > patch-src_smsd_cfg.c smsd.in=20 > Log: > The SMS Server Tools 3 is a SMS Gateway software which can send and rec= eive > short messages through GSM modems and mobile phones. > =20 > This is the enhanced version 3.x maintained by Mr. Keijo "Keke" Kasvi. > =20 > WWW: http://smstools3.kekekasvi.com > =20 > Revision Changes Path > 1.190 +1 -0 ports/comms/Makefile > 1.1 +81 -0 ports/comms/smstools3/Makefile (new) > 1.1 +3 -0 ports/comms/smstools3/distinfo (new) > 1.1 +28 -0 ports/comms/smstools3/files/patch-Makefile (new) > 1.1 +51 -0 ports/comms/smstools3/files/patch-install.sh (new) > 1.1 +20 -0 ports/comms/smstools3/files/patch-src_smsd_cfg.c (= new) > 1.1 +34 -0 ports/comms/smstools3/files/smsd.in (new) > 1.1 +6 -0 ports/comms/smstools3/pkg-descr (new) > 1.1 +97 -0 ports/comms/smstools3/pkg-plist (new) Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for smstools-3.1 Creating package /tmp/packages/All/smstools-3.1.tbz Registering depends: mm-1.4.2. Registering conflicts: smstools-2.*. Creating bzip'd tar ball in '/tmp/packages/All/smstools-3.1.tbz' Deleting smstools-3.1 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D If you are permanently removing smstools, you should also: 'rm -rf /var/spool/sms' =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 19973952 4 drwxr-xr-x 2 root wheel 51= 2 May 28 20:53 usr/local/share/smstools =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/comms/smstools3 ended at Wed May 28 20:53:10 UTC 2008 Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/BWRs2McwbNSYQQM3Ajcw/nk Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9yAcACgkQJ7GIuiH/oeVevACfS2gBIiljdSPx4IGgd21VcZoA ZP8An0IhPIQvbEn5CMIsTqlwg3p/lW+A =um9I -----END PGP SIGNATURE----- --Sig_/BWRs2McwbNSYQQM3Ajcw/nk-- From owner-cvs-all@FreeBSD.ORG Wed May 28 21:01: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 BE95510656CB; Wed, 28 May 2008 21:01:12 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B78C98FC3E; Wed, 28 May 2008 21:01:12 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SL1COJ017549; Wed, 28 May 2008 21:01:12 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SL1BcT017547; Wed, 28 May 2008 21:01:11 GMT (envelope-from db) Message-Id: <200805282101.m4SL1BcT017547@repoman.freebsd.org> From: Diane Bruce Date: Wed, 28 May 2008 21:01: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/www Makefile ports/www/serf Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:01:12 -0000 db 2008-05-28 21:01:11 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/serf Makefile distinfo pkg-descr pkg-plist Log: The serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. WWW: http://serf.googlecode.com PR: ports/124059 Submitted by: Craig Rodrigues Revision Changes Path 1.2052 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/serf/Makefile (new) 1.1 +3 -0 ports/www/serf/distinfo (new) 1.1 +7 -0 ports/www/serf/pkg-descr (new) 1.1 +9 -0 ports/www/serf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed May 28 21:01: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 3DADC10656C4; Wed, 28 May 2008 21:01:18 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F51D8FC37; Wed, 28 May 2008 21:01:18 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SL1HtP017599; Wed, 28 May 2008 21:01:17 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SL1HB1017598; Wed, 28 May 2008 21:01:17 GMT (envelope-from db) Message-Id: <200805282101.m4SL1HB1017598@repoman.freebsd.org> From: Diane Bruce Date: Wed, 28 May 2008 21:01:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:01:18 -0000 db 2008-05-28 21:01:17 UTC FreeBSD ports repository Modified files: . modules Log: serf --> ports/www/serf Revision Changes Path 1.19885 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed May 28 21: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 1A90E1065671; Wed, 28 May 2008 21:16:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id CB1D98FC19; Wed, 28 May 2008 21:16:18 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id A76D02C50D1B; Thu, 29 May 2008 00:16:17 +0300 (EEST) Date: Thu, 29 May 2008 00:16:08 +0300 From: Ion-Mihai Tetcu To: Diane Bruce Message-ID: <20080529001608.0ff135c4@it.buh.tecnik93.com> In-Reply-To: <200805282101.m4SL1BcT017547@repoman.freebsd.org> References: <200805282101.m4SL1BcT017547@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/lISjtcEcj=dE3Xgtpf61Vuj"; 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/www Makefile ports/www/serf Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:16:19 -0000 --Sig_/lISjtcEcj=dE3Xgtpf61Vuj Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 28 May 2008 21:01:11 +0000 (UTC) Diane Bruce wrote: > db 2008-05-28 21:01:11 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www Makefile=20 > Added files: > www/serf Makefile distinfo pkg-descr pkg-plist=20 > Log: > The serf library is a C-based HTTP client library built upon the > Apache Portable Runtime (APR) library. It multiplexes connections, > running the read/write communication asynchronously. Memory copies > and transformations are kept to a minimum to provide high > performance operation. > =20 > WWW: http://serf.googlecode.com > =20 > PR: ports/124059 > Submitted by: Craig Rodrigues > =20 > Revision Changes Path > 1.2052 +1 -0 ports/www/Makefile > 1.1 +35 -0 ports/www/serf/Makefile (new) > 1.1 +3 -0 ports/www/serf/distinfo (new) > 1.1 +7 -0 ports/www/serf/pkg-descr (new) > 1.1 +9 -0 ports/www/serf/pkg-plist (new) Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes =3D=3D=3D> Building package for serf-0.1.2 Creating package /tmp/packages/All/serf-0.1.2.tbz Registering depends: apr-1.2.12 libiconv-1.11_1 expat-2.0.1. Creating bzip'd tar ball in '/tmp/packages/All/serf-0.1.2.tbz' Deleting serf-0.1.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 20113613 4 drwxr-xr-x 2 root wheel 51= 2 May 28 21:09 usr/local/share/doc/serf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/www/serf ended at Wed May 28 21:09:49 UTC 2008 Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/lISjtcEcj=dE3Xgtpf61Vuj Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg9y58ACgkQJ7GIuiH/oeUuigCffuJfMOwfmlCQq1hcZNRqIeZE mqIAn1QTAPv8jvaKCvVIvKV4ODVj7vug =5i2/ -----END PGP SIGNATURE----- --Sig_/lISjtcEcj=dE3Xgtpf61Vuj-- From owner-cvs-all@FreeBSD.ORG Wed May 28 21:36:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFFF1065672; Wed, 28 May 2008 21:36:46 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 214718FC0C; Wed, 28 May 2008 21:36:46 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SLajA8025692; Wed, 28 May 2008 21:36:45 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SLajf3025691; Wed, 28 May 2008 21:36:45 GMT (envelope-from keramida) Message-Id: <200805282136.m4SLajf3025691@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 May 2008 21:36:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/bsdl-gpl article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:36:46 -0000 keramida 2008-05-28 21:36:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/bsdl-gpl article.sgml Log: Quote the first occurence of `the BSD license'. Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/articles/bsdl-gpl/article.sgml From owner-cvs-all@FreeBSD.ORG Wed May 28 21:44: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 B7C16106564A; Wed, 28 May 2008 21:44:32 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8868FC16; Wed, 28 May 2008 21:44:32 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SLiW0T027294; Wed, 28 May 2008 21:44:32 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SLiWBG027293; Wed, 28 May 2008 21:44:32 GMT (envelope-from stefanf) Message-Id: <200805282144.m4SLiWBG027293@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 28 May 2008 21:44: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/bin/sh parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:44:32 -0000 stefanf 2008-05-28 21:44:32 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it needs to enlarge the buffer, we must not keep a pointer to the beginning. PR: ports/123879 Revision Changes Path 1.60 +5 -2 src/bin/sh/parser.c From owner-cvs-all@FreeBSD.ORG Wed May 28 21:54: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 6F76D1065675; Wed, 28 May 2008 21:54:01 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C43F8FC22; Wed, 28 May 2008 21:54:01 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SLs1jb029452; Wed, 28 May 2008 21:54:01 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SLs10C029447; Wed, 28 May 2008 21:54:01 GMT (envelope-from roam) Message-Id: <200805282154.m4SLs10C029447@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 28 May 2008 21:54: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/xvkbd Makefile distinfo pkg-plist ports/x11/xvkbd/files patch-README patch-xvkbd.c patch-xvkbd.man X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 21:54:01 -0000 roam 2008-05-28 21:54:01 UTC FreeBSD ports repository Modified files: x11/xvkbd Makefile distinfo pkg-plist Added files: x11/xvkbd/files patch-README patch-xvkbd.c patch-xvkbd.man Log: Update to xvkbd-3.0; also: - add a couple of "just in case" string routine fixes - use of snprintf() or strncpy() where appropriate; - add some more sscanf() result code checking where needed; - fix the build when XTEST is not selected; - change all references to /usr/dict/words to /usr/share/dict/words instead; - fix a small error in the text of an error message. Revision Changes Path 1.18 +9 -3 ports/x11/xvkbd/Makefile 1.11 +3 -3 ports/x11/xvkbd/distinfo 1.1 +12 -0 ports/x11/xvkbd/files/patch-README (new) 1.1 +230 -0 ports/x11/xvkbd/files/patch-xvkbd.c (new) 1.1 +12 -0 ports/x11/xvkbd/files/patch-xvkbd.man (new) 1.8 +4 -0 ports/x11/xvkbd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 21:59: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 D13121065679; Wed, 28 May 2008 21:59:02 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F898FC1F; Wed, 28 May 2008 21:59:02 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SLx27v030621; Wed, 28 May 2008 21:59:02 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SLx2Z1030620; Wed, 28 May 2008 21:59:02 GMT (envelope-from db) Message-Id: <200805282159.m4SLx2Z1030620@repoman.freebsd.org> From: Diane Bruce Date: Wed, 28 May 2008 21:59:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/serf 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, 28 May 2008 21:59:02 -0000 db 2008-05-28 21:59:02 UTC FreeBSD ports repository Modified files: www/serf Makefile pkg-plist Log: - Fixed misplaced MKDIR Revision Changes Path 1.2 +1 -2 ports/www/serf/Makefile 1.2 +2 -0 ports/www/serf/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed May 28 22:19:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9099C106566C; Wed, 28 May 2008 22:19:00 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 769668FC22; Wed, 28 May 2008 22:19:00 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SMJ0uI036341; Wed, 28 May 2008 22:19:00 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SMJ0UJ036340; Wed, 28 May 2008 22:19:00 GMT (envelope-from adrian) Message-Id: <200805282219.m4SMJ0UJ036340@repoman.freebsd.org> From: Adrian Chadd Date: Wed, 28 May 2008 22:19: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 22:19:00 -0000 adrian 2008-05-28 22:19:00 UTC FreeBSD ports repository (src committer) Modified files: www Makefile Log: Connect cacheboy port to the build. Revision Changes Path 1.2053 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 22:26: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 AF375106567F; Wed, 28 May 2008 22:26:48 +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 957378FC14; Wed, 28 May 2008 22:26:48 +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 m4SMQmwA038343; Wed, 28 May 2008 22:26:48 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SMQm7v038342; Wed, 28 May 2008 22:26:48 GMT (envelope-from wxs) Message-Id: <200805282226.m4SMQm7v038342@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 22:26: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: Wed, 28 May 2008 22:26:48 -0000 wxs 2008-05-28 22:26:48 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document XSS vulnerabilities in nagios and nagios-devel. PR: ports/123893 ports/123894 Submitted by: Jarrod Sayers (maintainer) Reviewed by: miwi Approved by: garga (mentor, implicit) Revision Changes Path 1.1629 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed May 28 22: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 267E3106568A; Wed, 28 May 2008 22:34:26 +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 0D6D88FC24; Wed, 28 May 2008 22:34:26 +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 m4SMYPKp040256; Wed, 28 May 2008 22:34:25 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SMYP3E040251; Wed, 28 May 2008 22:34:25 GMT (envelope-from wxs) Message-Id: <200805282234.m4SMYP3E040251@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 22:34:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 22:34:26 -0000 wxs 2008-05-28 22:34:24 UTC FreeBSD ports repository Modified files: net-mgmt/nagios Makefile distinfo Log: Update to 2.12. Minor bug fixes and an XSS fix (security). PR: ports/123893 Submitted by: Jarrod Sayers Approved by: garga (mentor, implicit) Security: http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html Revision Changes Path 1.69 +1 -1 ports/net-mgmt/nagios/Makefile 1.39 +3 -3 ports/net-mgmt/nagios/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 22:36: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 89048106566B; Wed, 28 May 2008 22:36:09 +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 6FC2F8FC15; Wed, 28 May 2008 22:36:09 +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 m4SMa9YM040394; Wed, 28 May 2008 22:36:09 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SMa90x040393; Wed, 28 May 2008 22:36:09 GMT (envelope-from wxs) Message-Id: <200805282236.m4SMa90x040393@repoman.freebsd.org> From: Wesley Shields Date: Wed, 28 May 2008 22:36: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-mgmt/nagios-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, 28 May 2008 22:36:09 -0000 wxs 2008-05-28 22:36:09 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-devel Makefile distinfo Log: Update to 3.0.2. Bugfixes and XSS fix (security). PR: ports/123894 Submitted by: Jarrod Sayers (maintainer) Approved by: garga (mentor, implicit) Security: http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html Revision Changes Path 1.14 +1 -1 ports/net-mgmt/nagios-devel/Makefile 1.11 +3 -3 ports/net-mgmt/nagios-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed May 28 23:10: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 153A6106566C; Wed, 28 May 2008 23:10:58 +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 F3A568FC13; Wed, 28 May 2008 23:10:57 +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 m4SNAvQh042629; Wed, 28 May 2008 23:10:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNAuUD042628; Wed, 28 May 2008 23:10:56 GMT (envelope-from sam) Message-Id: <200805282310.m4SNAuUD042628@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:10: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/net80211 ieee80211.c ieee80211_freebsd.h ieee80211_scan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:10:58 -0000 sam 2008-05-28 23:10:53 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_freebsd.h ieee80211_scan.c Log: Revise lock name handling: o construct a name for the com lock as done for other locks o pass the device name to IEEE80211_LOCK_INIT so the mtx name is constructed as foo_com_lock o introduce *_LOCK_OBJ macro's to hide the lock contents and minimize redundant code Revision Changes Path 1.53 +1 -1 src/sys/net80211/ieee80211.c 1.18 +26 -18 src/sys/net80211/ieee80211_freebsd.h 1.6 +1 -1 src/sys/net80211/ieee80211_scan.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:15: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 138031065681; Wed, 28 May 2008 23:15:25 +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 F30718FC1D; Wed, 28 May 2008 23:15:24 +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 m4SNFOho042823; Wed, 28 May 2008 23:15:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNFOCr042822; Wed, 28 May 2008 23:15:24 GMT (envelope-from sam) Message-Id: <200805282315.m4SNFOCr042822@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:15:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_scan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:15:25 -0000 sam 2008-05-28 23:15:24 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_scan.c Log: Simplify some contorted logic that wrongly left ISCAN_DISCARD set in certain cases causing the current ap to be lost from the scan cache. Obtained from: Atheros (original bug) Revision Changes Path 1.7 +13 -15 src/sys/net80211/ieee80211_scan.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:18: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 7103D106564A; Wed, 28 May 2008 23:18:18 +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 5CC628FC1B; Wed, 28 May 2008 23:18:18 +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 m4SNIIaj042927; Wed, 28 May 2008 23:18:18 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNIIn7042926; Wed, 28 May 2008 23:18:18 GMT (envelope-from sam) Message-Id: <200805282318.m4SNIIn7042926@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:18: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/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:18:18 -0000 sam 2008-05-28 23:18:18 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Don't override the txpower cap installed by ieee80211_alloc_node; we use ic_txpowlimit (for now) to initialize all new sta entries. Revision Changes Path 1.95 +0 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:19: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 EBE08106567C; Wed, 28 May 2008 23:19:25 +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 D6C488FC1D; Wed, 28 May 2008 23:19:25 +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 m4SNJK9X042993; Wed, 28 May 2008 23:19:20 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNJKWV042992; Wed, 28 May 2008 23:19:20 GMT (envelope-from sam) Message-Id: <200805282319.m4SNJKWV042992@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:19: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/net80211 ieee80211_proto.c ieee80211_proto.h ieee80211_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:19:26 -0000 sam 2008-05-28 23:19:20 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c ieee80211_proto.h ieee80211_var.h Log: Add ieee80211_suspend_all and ieee80211_resume_all for brute force suspend/resume handling of vaps. Revision Changes Path 1.48 +40 -0 src/sys/net80211/ieee80211_proto.c 1.31 +2 -0 src/sys/net80211/ieee80211_proto.h 1.58 +1 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-all@FreeBSD.ORG Wed May 28 23: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 B8D9F106574A; Wed, 28 May 2008 23:19:28 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C51E8FC16; Wed, 28 May 2008 23:19:28 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SNJRau043023; Wed, 28 May 2008 23:19:27 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNJRM1043022; Wed, 28 May 2008 23:19:27 GMT (envelope-from ambrisko) Message-Id: <200805282319.m4SNJRM1043022@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 28 May 2008 23:19: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/dev/mfi mfi.c mfi_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:19:28 -0000 ambrisko 2008-05-28 23:19:27 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h Log: Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app's on amd64. Note the only difference is the iovec32 part so I use the native structure for everything else. Also I plan to MFC all the changes in -current to 7-stable and 6-stable shortly since I've been running them. This does not include the cam changes. MFC after: 3 days Revision Changes Path 1.39 +42 -0 src/sys/dev/mfi/mfi.c 1.7 +20 -0 src/sys/dev/mfi/mfi_ioctl.h From owner-cvs-all@FreeBSD.ORG Wed May 28 23:20: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 CB94D1065670; Wed, 28 May 2008 23:20: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 B79828FC16; Wed, 28 May 2008 23:20: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 m4SNKRFg043158; Wed, 28 May 2008 23:20:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNKRnZ043157; Wed, 28 May 2008 23:20:27 GMT (envelope-from sam) Message-Id: <200805282320.m4SNKRnZ043157@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:20: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/net80211 ieee80211_ddb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:20:32 -0000 sam 2008-05-28 23:20:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c Log: missing piece of last commit; add RESUME flag bit definition Revision Changes Path 1.4 +4 -4 src/sys/net80211/ieee80211_ddb.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23: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 607C11065675; Wed, 28 May 2008 23:25:40 +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 652DE8FC0A; Wed, 28 May 2008 23:25:40 +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 m4SNPbdq043381; Wed, 28 May 2008 23:25:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNPbpw043380; Wed, 28 May 2008 23:25:37 GMT (envelope-from sam) Message-Id: <200805282325.m4SNPbpw043380@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:25: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/net80211 ieee80211_crypto.h ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_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: Wed, 28 May 2008 23:25:40 -0000 sam 2008-05-28 23:25:37 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.h ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_output.c Log: Split s/w crypt/mic attributes to allow future hackery; this change should be a noop. Revision Changes Path 1.15 +8 -2 src/sys/net80211/ieee80211_crypto.h 1.12 +3 -3 src/sys/net80211/ieee80211_crypto_ccmp.c 1.15 +4 -4 src/sys/net80211/ieee80211_crypto_tkip.c 1.12 +2 -2 src/sys/net80211/ieee80211_crypto_wep.c 1.59 +1 -1 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:32: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 CFB84106564A; Wed, 28 May 2008 23:32:00 +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 D5A7D8FC13; Wed, 28 May 2008 23:32:00 +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 m4SNW0B7043613; Wed, 28 May 2008 23:32:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNW0PF043610; Wed, 28 May 2008 23:32:00 GMT (envelope-from sam) Message-Id: <200805282332.m4SNW0PF043610@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:32: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/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:32:00 -0000 sam 2008-05-28 23:32:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ioctl.c Log: Add a mac address to the key definition as otherwise we lose the address specified in the ioctl and for drivers that need the address to locate a key (e.g. for delete). Note this changes net80211-private api's but not the driver callback; may want to change that in the future. Reviewed by: sephe, thompsa Revision Changes Path 1.18 +5 -7 src/sys/net80211/ieee80211_crypto.c 1.16 +2 -3 src/sys/net80211/ieee80211_crypto.h 1.61 +5 -3 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:32: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 83D381065677; Wed, 28 May 2008 23:32:55 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 718368FC18; Wed, 28 May 2008 23:32:55 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SNWtTC043665; Wed, 28 May 2008 23:32:55 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNWt5E043664; Wed, 28 May 2008 23:32:55 GMT (envelope-from brian) Message-Id: <200805282332.m4SNWt5E043664@repoman.freebsd.org> From: Brian Somers Date: Wed, 28 May 2008 23:32:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/jsl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:32:55 -0000 brian 2008-05-28 23:32:55 UTC FreeBSD ports repository Modified files: devel/jsl Makefile Log: This port doesn't build on amd64. Revision Changes Path 1.2 +1 -0 ports/devel/jsl/Makefile From owner-cvs-all@FreeBSD.ORG Wed May 28 23:33: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 075141065670; Wed, 28 May 2008 23:33:30 +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 E90E68FC1D; Wed, 28 May 2008 23:33:29 +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 m4SNXT79043744; Wed, 28 May 2008 23:33:29 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNXT1n043743; Wed, 28 May 2008 23:33:29 GMT (envelope-from sam) Message-Id: <200805282333.m4SNXT1n043743@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:33:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_crypto.c ieee80211_crypto.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, 28 May 2008 23:33:30 -0000 sam 2008-05-28 23:33:29 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.c ieee80211_crypto.h Log: Add ieee80211_crypto_reload_keys to push all keys known to net80211 back into the device; intended for use on resume by devices that lose the contents of their h/w key table. Revision Changes Path 1.19 +43 -0 src/sys/net80211/ieee80211_crypto.c 1.17 +1 -0 src/sys/net80211/ieee80211_crypto.h From owner-cvs-all@FreeBSD.ORG Wed May 28 23:34:15 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C0E10656AA; Wed, 28 May 2008 23:34:15 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2016D8FC16; Wed, 28 May 2008 23:34:14 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl38-53.kln.forthnet.gr [77.49.165.53]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-1) with ESMTP id m4SNXHB9012046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 May 2008 02:33:23 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4SNXG7u004920; Thu, 29 May 2008 02:33:16 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4SNXG94004919; Thu, 29 May 2008 02:33:16 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Florent Thoumie References: <200805281348.m4SDmAdg041645@repoman.freebsd.org> Date: Thu, 29 May 2008 02:33:15 +0300 In-Reply-To: <200805281348.m4SDmAdg041645@repoman.freebsd.org> (Florent Thoumie's message of "Wed, 28 May 2008 13:48:10 +0000 (UTC)") Message-ID: <87bq2qt35w.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4SNXHB9012046 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.29, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.11, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:34:16 -0000 On Wed, 28 May 2008 13:48:10 +0000 (UTC), Florent Thoumie wrote: > flz 2008-05-28 13:48:10 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/lib lib.h > Log: > Bump PKG_INSTALL_VERSION to 20080528. > > X-MFC after: latest HEAD changes have been MFC'ed to RELENG_[67] Thanks! I wasn't aware of the need for a PKG_INSTALL_VERSION bump :) From owner-cvs-all@FreeBSD.ORG Wed May 28 23:36: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 6AAFE106566C; Wed, 28 May 2008 23:36:48 +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 58D618FC28; Wed, 28 May 2008 23:36:48 +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 m4SNamhY043907; Wed, 28 May 2008 23:36:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNamop043906; Wed, 28 May 2008 23:36:48 GMT (envelope-from sam) Message-Id: <200805282336.m4SNamop043906@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:36:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wlandebug wlandebug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:36:48 -0000 sam 2008-05-28 23:36:47 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.c Log: update copyright year and nuke dual-gpl bits that should've removed long ago Revision Changes Path 1.8 +1 -8 src/usr.sbin/wlandebug/wlandebug.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:37: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 340B11065677; Wed, 28 May 2008 23:37:38 +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 2291B8FC16; Wed, 28 May 2008 23:37:38 +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 m4SNbbNT043948; Wed, 28 May 2008 23:37:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNbbJu043947; Wed, 28 May 2008 23:37:37 GMT (envelope-from sam) Message-Id: <200805282337.m4SNbbJu043947@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:37:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wlandebug wlandebug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:37:38 -0000 sam 2008-05-28 23:37:37 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.c Log: misc cleanups for stricter compilation Revision Changes Path 1.9 +4 -14 src/usr.sbin/wlandebug/wlandebug.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:41: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 60F781065675; Wed, 28 May 2008 23:41:41 +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 5036D8FC24; Wed, 28 May 2008 23:41:41 +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 m4SNfeJU044146; Wed, 28 May 2008 23:41:40 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNfexX044145; Wed, 28 May 2008 23:41:40 GMT (envelope-from sam) Message-Id: <200805282341.m4SNfexX044145@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:41: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/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:41:41 -0000 sam 2008-05-28 23:41:40 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: send EAPOL frames at the same rate used for mgt frames Revision Changes Path 1.187 +10 -2 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Wed May 28 23:55: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 3D30D106564A; Wed, 28 May 2008 23:55:12 +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 2EDAC8FC13; Wed, 28 May 2008 23:55:12 +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 m4SNtBB3046484; Wed, 28 May 2008 23:55:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SNtBYf046483; Wed, 28 May 2008 23:55:11 GMT (envelope-from sam) Message-Id: <200805282355.m4SNtBYf046483@repoman.freebsd.org> From: Sam Leffler Date: Wed, 28 May 2008 23:55: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/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 23:55:12 -0000 sam 2008-05-28 23:55:11 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: close a race on detach by reordering bpfdetach and taskqueue_free Revision Changes Path 1.188 +8 -4 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Thu May 29 00: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 6B9FD1065683; Thu, 29 May 2008 00:01:32 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 755768FC1D; Thu, 29 May 2008 00:01:32 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T01W7q048022; Thu, 29 May 2008 00:01:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T01WfK048021; Thu, 29 May 2008 00:01:32 GMT (envelope-from keramida) Message-Id: <200805290001.m4T01WfK048021@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 29 May 2008 00:01:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/articles/greek-language-support article.sgml doc/el_GR.ISO8859-7/books/faq book.sgml doc/el_GR.ISO8859-7/books/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: Thu, 29 May 2008 00:01:32 -0000 keramida 2008-05-29 00:01:32 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/greek-language-support article.sgml el_GR.ISO8859-7/books/faq book.sgml el_GR.ISO8859-7/books/handbook book.sgml Log: Belatedly bump the copyright year of Greek translations that have seen significant content changes this year. Obtained from: FreeBSD Greek translation team Revision Changes Path 1.4 +1 -0 doc/el_GR.ISO8859-7/articles/greek-language-support/article.sgml 1.10 +1 -0 doc/el_GR.ISO8859-7/books/faq/book.sgml 1.3 +1 -0 doc/el_GR.ISO8859-7/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu May 29 00: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 59DD01065673; Thu, 29 May 2008 00:10:49 +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 67BB78FC1E; Thu, 29 May 2008 00:10:49 +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 m4T0AnBT051099; Thu, 29 May 2008 00:10:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T0Anua051098; Thu, 29 May 2008 00:10:49 GMT (envelope-from sam) Message-Id: <200805290010.m4T0Anua051098@repoman.freebsd.org> From: Sam Leffler Date: Thu, 29 May 2008 00:10: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/ath if_ath.c if_athvar.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, 29 May 2008 00:10:49 -0000 sam 2008-05-29 00:10:48 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: Cleanup power handling and fix suspend/resume: o do not put the chip into full sleep in ath_stop as it gains nothing and causes many parts to hang in ath_detach because we may touch the chip during vap teardown; this may also fix issues with unloading the module o add a note in ath_detach to explain ath_hal_detach puts the chip in low power mode; this is useful to know as it means unloading the module will place a pci device in the lowest possible power state o leave an #ifdef notyet marker for powering down the chip when a device is marked down; we can't do that until we handle all the ways the driver may be entered and touch the chip o fix resume by reloading the h/w key cache as it's been clobbered (for pci) by the socket being powered off; for station mode we directly stop+init the chip and then simulate a beacon miss to get the upper layers sync'd up; for other configs we must brute force stop+start the vaps so they go through the state machine Revision Changes Path 1.189 +61 -24 src/sys/dev/ath/if_ath.c 1.65 +2 -1 src/sys/dev/ath/if_athvar.h From owner-cvs-all@FreeBSD.ORG Thu May 29 00:14: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 401C41065675; Thu, 29 May 2008 00:14:36 +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 34CBB8FC19; Thu, 29 May 2008 00:14:36 +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 m4T0EaSh051834; Thu, 29 May 2008 00:14:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T0EZir051833; Thu, 29 May 2008 00:14:35 GMT (envelope-from sam) Message-Id: <200805290014.m4T0EZir051833@repoman.freebsd.org> From: Sam Leffler Date: Thu, 29 May 2008 00:14: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/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 00:14:36 -0000 sam 2008-05-29 00:14:35 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: correct rx radiotap channel flags construction for 11n frames Revision Changes Path 1.190 +18 -19 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Thu May 29 00:16:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31E7106564A; Thu, 29 May 2008 00:16:58 +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 E80C68FC0A; Thu, 29 May 2008 00:16:58 +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 m4T0GwRa052399; Thu, 29 May 2008 00:16:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T0Gw5O052398; Thu, 29 May 2008 00:16:58 GMT (envelope-from sam) Message-Id: <200805290016.m4T0Gw5O052398@repoman.freebsd.org> From: Sam Leffler Date: Thu, 29 May 2008 00:16: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/modules/ath_rate_sample Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 00:16:59 -0000 sam 2008-05-29 00:16:58 UTC FreeBSD src repository Modified files: sys/modules/ath_rate_sample Makefile Log: opt_ah.h is not constructed by config, it always comes from the hal so don't let KERNBUILDDIR control whether or not we copy it into the build dir Revision Changes Path 1.6 +1 -1 src/sys/modules/ath_rate_sample/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 00:42: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 C82791065671; Thu, 29 May 2008 00:42:30 +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 A708F8FC1B; Thu, 29 May 2008 00:42:30 +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 m4T0gUT7058269; Thu, 29 May 2008 00:42:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T0gUHp058265; Thu, 29 May 2008 00:42:30 GMT (envelope-from mezz) Message-Id: <200805290042.m4T0gUHp058265@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 29 May 2008 00:42: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/graphics/evince 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, 29 May 2008 00:42:30 -0000 mezz 2008-05-29 00:42:30 UTC FreeBSD ports repository Modified files: graphics/evince Makefile distinfo pkg-plist Log: Update to 2.22.2. Revision Changes Path 1.38 +1 -2 ports/graphics/evince/Makefile 1.21 +3 -3 ports/graphics/evince/distinfo 1.20 +4 -4 ports/graphics/evince/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 00: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 C9E241065671; Thu, 29 May 2008 00:57:21 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AABFE8FC15; Thu, 29 May 2008 00:57:21 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T0vLfY070804; Thu, 29 May 2008 00:57:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T0vL6g070799; Thu, 29 May 2008 00:57:21 GMT (envelope-from keramida) Message-Id: <200805290057.m4T0vL6g070799@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 29 May 2008 00:57:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml/glossary freebsd-glossary.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, 29 May 2008 00:57:21 -0000 keramida 2008-05-29 00:57:21 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml/glossary freebsd-glossary.sgml Log: MFen: Partial resync of the Greek glossary with its English version 1.13 -> 1.29 en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml Revision Changes Path 1.5 +1885 -167 doc/el_GR.ISO8859-7/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Thu May 29 01:42: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 50A81106566C; Thu, 29 May 2008 01:42:34 +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 46F0F8FC1B; Thu, 29 May 2008 01:42:34 +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 m4T1gYrg084378; Thu, 29 May 2008 01:42:34 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T1gXuJ084371; Thu, 29 May 2008 01:42:33 GMT (envelope-from edwin) Message-Id: <200805290142.m4T1gXuJ084371@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 01:42:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/netident 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, 29 May 2008 01:42:34 -0000 edwin 2008-05-29 01:42:32 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/netident Makefile distinfo pkg-descr Log: New Port: net/netident A port for testing what network a machine is on and creating flags. PR: ports/121629 Submitted by: "Zane C.B." Revision Changes Path 1.1016 +1 -0 ports/sysutils/Makefile 1.1 +48 -0 ports/sysutils/netident/Makefile (new) 1.1 +3 -0 ports/sysutils/netident/distinfo (new) 1.1 +1 -0 ports/sysutils/netident/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 01:43: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 401301065682; Thu, 29 May 2008 01:43:21 +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 375278FC16; Thu, 29 May 2008 01:43:21 +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 m4T1hL4M084561; Thu, 29 May 2008 01:43:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T1hLpY084560; Thu, 29 May 2008 01:43:21 GMT (envelope-from edwin) Message-Id: <200805290143.m4T1hLpY084560@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 01:43:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 01:43:21 -0000 edwin 2008-05-29 01:43:20 UTC FreeBSD ports repository Modified files: . modules Log: netident --> ports/sysutils/netident Revision Changes Path 1.19886 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 01: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 986C21065674; Thu, 29 May 2008 01:45:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFA08FC1B; Thu, 29 May 2008 01:45:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T1jd9O085140; Thu, 29 May 2008 01:45:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T1jdZX085139; Thu, 29 May 2008 01:45:39 GMT (envelope-from linimon) Message-Id: <200805290145.m4T1jdZX085139@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 May 2008 01: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/Tools/portbuild/scripts processlogs2 processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 01:45:39 -0000 linimon 2008-05-29 01:45:39 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs2 processonelog Log: Fix these after the 1.31 update to buildscript. Forgotten by: pav Revision Changes Path 1.10 +2 -2 ports/Tools/portbuild/scripts/processlogs2 1.26 +6 -4 ports/Tools/portbuild/scripts/processonelog From owner-cvs-all@FreeBSD.ORG Thu May 29 01: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 05C86106564A; Thu, 29 May 2008 01:46:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F07A78FC20; Thu, 29 May 2008 01:46:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T1k8sv085301; Thu, 29 May 2008 01:46:08 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T1k83U085300; Thu, 29 May 2008 01:46:08 GMT (envelope-from linimon) Message-Id: <200805290146.m4T1k83U085300@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 May 2008 01:46: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/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, 29 May 2008 01:46:09 -0000 linimon 2008-05-29 01:46:08 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: Add a note that processonelog and processlogs2 are finicky about the header format of the log files. Revision Changes Path 1.32 +1 -0 ports/Tools/portbuild/scripts/buildscript From owner-cvs-all@FreeBSD.ORG Thu May 29 01: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 E882A106564A; Thu, 29 May 2008 01:56:58 +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 DFF688FC0C; Thu, 29 May 2008 01:56:58 +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 m4T1uw2E087674; Thu, 29 May 2008 01:56:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T1uw0j087673; Thu, 29 May 2008 01:56:58 GMT (envelope-from edwin) Message-Id: <200805290156.m4T1uw0j087673@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 01:56: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/vnc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 01:56:59 -0000 edwin 2008-05-29 01:56:58 UTC FreeBSD ports repository Modified files: net/vnc Makefile Log: net/vnc Xvnc won't run without fonts.alias installed When building VNC (net/vnc) with the server option, Xvnc and vncserver and friends are built. Xvnc is the X server for the VNC session. However, if the server cannot find the 'fixed' font, which is supposed to be in fonts.alias, the server dies. PR: ports/118293 Submitted by: Clint Olsen Revision Changes Path 1.57 +3 -2 ports/net/vnc/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 02:03: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 2637C1065671; Thu, 29 May 2008 02:03:13 +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 3650D8FC0A; Thu, 29 May 2008 02:03:13 +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 m4T23CxO090009; Thu, 29 May 2008 02:03:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T23Cn5090008; Thu, 29 May 2008 02:03:12 GMT (envelope-from edwin) Message-Id: <200805290203.m4T23Cn5090008@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 02:03:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/libnet Makefile ports/net/libnet/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, 29 May 2008 02:03:13 -0000 edwin 2008-05-29 02:03:12 UTC FreeBSD ports repository Modified files: net/libnet Makefile Added files: net/libnet/files patch-configure Log: patch net/libnet's configure to not do anymore checks of bpf device when building net/libnet, bpf has been there since FreeBSD 3.X, so do not do anymore checks. this is useful when building in jails as they don't have bpf. this is somewhat like #113893 PR: ports/123213 Submitted by: Mars G Miro Approved by: maintainer timeout Revision Changes Path 1.18 +1 -1 ports/net/libnet/Makefile 1.1 +80 -0 ports/net/libnet/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 02: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 6E99A1065676; Thu, 29 May 2008 02:09:19 +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 7E7D28FC1E; Thu, 29 May 2008 02:09:19 +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 m4T29Jjs091404; Thu, 29 May 2008 02:09:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T29JIH091403; Thu, 29 May 2008 02:09:19 GMT (envelope-from edwin) Message-Id: <200805290209.m4T29JIH091403@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 02: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/net-im Makefile ports/net-im/p5-Net-XMPP2 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, 29 May 2008 02:09:19 -0000 edwin 2008-05-29 02:09:19 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/p5-Net-XMPP2 Makefile distinfo pkg-descr pkg-plist Log: [NEW PORT] net-im/p5-Net-XMPP2: An implementation of the XMPP Protocol This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. WWW: http://search.cpan.org/dist/Net-XMPP2/ PR: ports/122631 Submitted by: Gea-Suan Lin Revision Changes Path 1.87 +1 -0 ports/net-im/Makefile 1.1 +84 -0 ports/net-im/p5-Net-XMPP2/Makefile (new) 1.1 +3 -0 ports/net-im/p5-Net-XMPP2/distinfo (new) 1.1 +4 -0 ports/net-im/p5-Net-XMPP2/pkg-descr (new) 1.1 +58 -0 ports/net-im/p5-Net-XMPP2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 02:10: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 4DD671065670; Thu, 29 May 2008 02:10:04 +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 45C448FC18; Thu, 29 May 2008 02:10:04 +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 m4T2A4Vf091660; Thu, 29 May 2008 02:10:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2A4Ui091659; Thu, 29 May 2008 02:10:04 GMT (envelope-from edwin) Message-Id: <200805290210.m4T2A4Ui091659@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 02:10:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 02:10:04 -0000 edwin 2008-05-29 02:10:04 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-XMPP2 --> ports/net-im/p5-Net-XMPP2 Revision Changes Path 1.19887 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 02: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 73A03106566B; Thu, 29 May 2008 02:30:00 +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 83C4B8FC16; Thu, 29 May 2008 02:30:00 +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 m4T2U0aq095806; Thu, 29 May 2008 02:30:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2U0R5095805; Thu, 29 May 2008 02:30:00 GMT (envelope-from obrien) Message-Id: <200805290230.m4T2U0R5095805@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 May 2008 02:30:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/binutils - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 02:30:00 -0000 obrien 2008-05-29 02:30:00 UTC FreeBSD src repository src/contrib/binutils - Imported sources Update of /home/ncvs/src/contrib/binutils In directory repoman.freebsd.org:/tmp/cvs-serv95742 Log Message: Import of Binutils from the FSF 2.15 branch (just post-.0 release). These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC. Status: Vendor Tag: FSF Release Tags: binutils_2_15_20040523 C src/contrib/binutils/bfd/coff-mips.c C src/contrib/binutils/bfd/cpu-mips.c C src/contrib/binutils/bfd/elf32-mips.c C src/contrib/binutils/bfd/elf64-mips.c N src/contrib/binutils/bfd/elfn32-mips.c N src/contrib/binutils/bfd/elfxx-mips.c N src/contrib/binutils/bfd/elfxx-mips.h C src/contrib/binutils/bfd/mipsbsd.c C src/contrib/binutils/bfd/pe-mips.c N src/contrib/binutils/bfd/pei-mips.c N src/contrib/binutils/bfd/hosts/mipsbsd.h N src/contrib/binutils/bfd/hosts/mipsmach3.h N src/contrib/binutils/bfd/hosts/news-mips.h N src/contrib/binutils/gprof/mips.c N src/contrib/binutils/opcodes/mips-dis.c N src/contrib/binutils/opcodes/mips-opc.c N src/contrib/binutils/opcodes/mips16-opc.c N src/contrib/binutils/gas/config/e-mipsecoff.c N src/contrib/binutils/gas/config/e-mipself.c N src/contrib/binutils/gas/config/itbl-mips.h N src/contrib/binutils/gas/config/tc-mips.c N src/contrib/binutils/gas/config/tc-mips.h N src/contrib/binutils/gas/config/te-tmips.h N src/contrib/binutils/gas/doc/c-mips.texi N src/contrib/binutils/include/coff/mips.h N src/contrib/binutils/include/coff/mipspe.h C src/contrib/binutils/include/opcode/mips.h N src/contrib/binutils/ld/emulparams/elf32bmipn32-defs.sh N src/contrib/binutils/ld/emulparams/elf32btsmip.sh N src/contrib/binutils/ld/emulparams/elf32btsmipn32.sh N src/contrib/binutils/ld/emulparams/elf32ltsmip.sh N src/contrib/binutils/ld/emulparams/elf32ltsmipn32.sh N src/contrib/binutils/ld/emulparams/elf32mipswindiss.sh N src/contrib/binutils/ld/emulparams/elf64btsmip.sh N src/contrib/binutils/ld/emulparams/elf64ltsmip.sh N src/contrib/binutils/ld/emulparams/mipsbig.sh N src/contrib/binutils/ld/emulparams/mipsbsd.sh N src/contrib/binutils/ld/emulparams/mipsidt.sh N src/contrib/binutils/ld/emulparams/mipsidtl.sh N src/contrib/binutils/ld/emulparams/mipslit.sh N src/contrib/binutils/ld/emulparams/mipslnews.sh N src/contrib/binutils/ld/emulparams/mipspe.sh N src/contrib/binutils/ld/emultempl/mipsecoff.em N src/contrib/binutils/ld/emultempl/mipself.em N src/contrib/binutils/ld/scripttempl/mips.sc N src/contrib/binutils/ld/scripttempl/mipsbsd.sc 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/binutils From owner-cvs-all@FreeBSD.ORG Thu May 29 02:34: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 4ED7E1065679; Thu, 29 May 2008 02:34:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46BB88FC35; Thu, 29 May 2008 02:34:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T2YggO096864; Thu, 29 May 2008 02:34:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2YgnR096863; Thu, 29 May 2008 02:34:42 GMT (envelope-from linimon) Message-Id: <200805290234.m4T2YgnR096863@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 May 2008 02:34: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/Tools/portbuild/scripts processlogs2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 02:34:42 -0000 linimon 2008-05-29 02:34:42 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs2 Log: Add a force function here, just like processlogs. Revision Changes Path 1.11 +1 -1 ports/Tools/portbuild/scripts/processlogs2 From owner-cvs-all@FreeBSD.ORG Thu May 29 02:42:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DFCF1065715; Thu, 29 May 2008 02:42:52 +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 C5B368FC18; Thu, 29 May 2008 02:42:52 +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 m4T2gqMI098824; Thu, 29 May 2008 02:42:52 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2gqxe098823; Thu, 29 May 2008 02:42:52 GMT (envelope-from obrien) Message-Id: <200805290242.m4T2gqxe098823@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 May 2008 02:42: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: CVSROOT exclude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 02:42:53 -0000 obrien 2008-05-29 02:42:52 UTC FreeBSD src repository Modified files: . exclude Log: binutils Revision Changes Path 1.163 +1 -0 CVSROOT/exclude From owner-cvs-all@FreeBSD.ORG Thu May 29 02:43: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 3666E10657C1; Thu, 29 May 2008 02:43:06 +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 465208FC23; Thu, 29 May 2008 02:43:06 +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 m4T2h6th098933; Thu, 29 May 2008 02:43:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2h6M8098932; Thu, 29 May 2008 02:43:06 GMT (envelope-from obrien) Message-Id: <200805290243.m4T2h6M8098932@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 May 2008 02:43: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/contrib/binutils/bfd coff-mips.c cpu-mips.c elf32-mips.c elf64-mips.c mipsbsd.c pe-mips.c src/contrib/binutils/include/opcode mips.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, 29 May 2008 02:43:06 -0000 obrien 2008-05-29 02:43:06 UTC FreeBSD src repository Added files: contrib/binutils/bfd coff-mips.c cpu-mips.c elf32-mips.c elf64-mips.c mipsbsd.c pe-mips.c contrib/binutils/include/opcode mips.h Log: Bring these back to HEAD. (I thought ncvs@ had rm'ed these MIPS files a long time ago... SVN had better work out - else 7 more files off the vendor branch.) Revision Changes Path 1.3 +2701 -0 src/contrib/binutils/bfd/coff-mips.c (new) 1.3 +127 -0 src/contrib/binutils/bfd/cpu-mips.c (new) 1.3 +1618 -0 src/contrib/binutils/bfd/elf32-mips.c (new) 1.3 +2815 -0 src/contrib/binutils/bfd/elf64-mips.c (new) 1.3 +486 -0 src/contrib/binutils/bfd/mipsbsd.c (new) 1.3 +1000 -0 src/contrib/binutils/bfd/pe-mips.c (new) 1.3 +914 -0 src/contrib/binutils/include/opcode/mips.h (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 02:43: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 A31C310656CD; Thu, 29 May 2008 02:43: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 9B2E08FC13; Thu, 29 May 2008 02:43: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 m4T2hMaC099019; Thu, 29 May 2008 02:43:22 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T2hMVj099018; Thu, 29 May 2008 02:43:22 GMT (envelope-from obrien) Message-Id: <200805290243.m4T2hMVj099018@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 May 2008 02:43: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: CVSROOT exclude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 02:43:22 -0000 obrien 2008-05-29 02:43:22 UTC FreeBSD src repository Modified files: . exclude Log: -binutils Revision Changes Path 1.164 +0 -1 CVSROOT/exclude From owner-cvs-all@FreeBSD.ORG Thu May 29 05:01: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 9D2411065672; Thu, 29 May 2008 05:01:57 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9A948FC14; Thu, 29 May 2008 05:01:57 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T51vOY038665; Thu, 29 May 2008 05:01:57 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T51vsu038664; Thu, 29 May 2008 05:01:57 GMT (envelope-from chinsan) Message-Id: <200805290501.m4T51vsu038664@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 05:01: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/finance Makefile ports/finance/php-tclink 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, 29 May 2008 05:01:57 -0000 chinsan 2008-05-29 05:01:57 UTC FreeBSD ports repository Modified files: finance Makefile Added files: finance/php-tclink Makefile distinfo pkg-descr Log: TCLink is a thin client API that allows a merchant to process credit card transactions through the TrustCommerce processing gateway over a encrypted channel (SSL) using TCP/IP. WWW: http://www.trustcommerce.com/tclink.html PR: ports/124050 Submitted by: Mike Bowie Revision Changes Path 1.62 +1 -0 ports/finance/Makefile 1.1 +22 -0 ports/finance/php-tclink/Makefile (new) 1.1 +3 -0 ports/finance/php-tclink/distinfo (new) 1.1 +5 -0 ports/finance/php-tclink/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 05:02: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 94B691065769; Thu, 29 May 2008 05:02:06 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 889828FC19; Thu, 29 May 2008 05:02:06 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T526cL038729; Thu, 29 May 2008 05:02:06 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T526Bj038728; Thu, 29 May 2008 05:02:06 GMT (envelope-from chinsan) Message-Id: <200805290502.m4T526Bj038728@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 05:02: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, 29 May 2008 05:02:06 -0000 chinsan 2008-05-29 05:02:06 UTC FreeBSD ports repository Modified files: . modules Log: php-tclink --> ports/finance/php-tclink Revision Changes Path 1.19888 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 05:08: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 9DDA41065672; Thu, 29 May 2008 05:08:48 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 903F68FC0A; Thu, 29 May 2008 05:08:48 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T58mBi041520; Thu, 29 May 2008 05:08:48 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T58moI041519; Thu, 29 May 2008 05:08:48 GMT (envelope-from chinsan) Message-Id: <200805290508.m4T58moI041519@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 05:08: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 05:08:48 -0000 chinsan 2008-05-29 05:08:48 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Mike Bowie, for finance/php-tclink (ports/124050). Revision Changes Path 1.799 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu May 29 06:07: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 C4E201065671; Thu, 29 May 2008 06:07:38 +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 C28178FC21; Thu, 29 May 2008 06:07:38 +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 m4T67cAZ057130; Thu, 29 May 2008 06:07:38 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T67cvA057129; Thu, 29 May 2008 06:07:38 GMT (envelope-from rafan) Message-Id: <200805290607.m4T67cvA057129@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 29 May 2008 06:07: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/net/pfflowd Makefile ports/net/pfflowd/files patch-Makefile patch-pfflowd.c patch-pfflowd.h pf34-Makefile pf37-pfflowd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 06:07:38 -0000 rafan 2008-05-29 06:07:38 UTC FreeBSD ports repository Modified files: net/pfflowd Makefile net/pfflowd/files patch-Makefile patch-pfflowd.c Added files: net/pfflowd/files patch-pfflowd.h pf37-pfflowd.c Removed files: net/pfflowd/files pf34-Makefile Log: - Unbreak for pf < 3.7 Submitted by: thompsa Revision Changes Path 1.12 +4 -7 ports/net/pfflowd/Makefile 1.4 +10 -8 ports/net/pfflowd/files/patch-Makefile 1.4 +0 -20 ports/net/pfflowd/files/patch-pfflowd.c 1.1 +25 -0 ports/net/pfflowd/files/patch-pfflowd.h (new) 1.2 +0 -11 ports/net/pfflowd/files/pf34-Makefile (dead) 1.1 +254 -0 ports/net/pfflowd/files/pf37-pfflowd.c (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 06:36: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 4E2571065674; Thu, 29 May 2008 06:36:14 +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 330418FC15; Thu, 29 May 2008 06:36:14 +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 m4T6aEmc062297; Thu, 29 May 2008 06:36:14 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T6aELT062296; Thu, 29 May 2008 06:36:14 GMT (envelope-from erwin) Message-Id: <200805290636.m4T6aELT062296@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 29 May 2008 06:36:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 06:36:14 -0000 erwin 2008-05-29 06:36:13 UTC FreeBSD ports repository Modified files: . modules Log: cacheboy --> ports/www/cacheboy Revision Changes Path 1.19889 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 06: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 D5E841065679; Thu, 29 May 2008 06:50:26 +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 B86E68FC27; Thu, 29 May 2008 06:50: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 m4T6oQcD064893; Thu, 29 May 2008 06:50:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T6oQCi064888; Thu, 29 May 2008 06:50:26 GMT (envelope-from rwatson) Message-Id: <200805290650.m4T6oQCi064888@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 May 2008 06:50: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/sys/netipx spx_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: Thu, 29 May 2008 06:50:27 -0000 rwatson 2008-05-29 06:50:26 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Correct minor comment typos, make white space use before block comments more consistent. MFC after: 3 days Revision Changes Path 1.88 +19 -6 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu May 29 06:57: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 656CC106566C; Thu, 29 May 2008 06:57:54 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46B108FC14; Thu, 29 May 2008 06:57:54 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T6vr7D066358; Thu, 29 May 2008 06:57:53 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T6vrqs066357; Thu, 29 May 2008 06:57:53 GMT (envelope-from glewis) Message-Id: <200805290657.m4T6vrqs066357@repoman.freebsd.org> From: Greg Lewis Date: Thu, 29 May 2008 06:57:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libarchive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 06:57:54 -0000 glewis 2008-05-29 06:57:53 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 2.5.4b. Revision Changes Path 1.52 +2 -2 ports/archivers/libarchive/Makefile 1.46 +3 -3 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 07: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 7B21A1065679; Thu, 29 May 2008 07:00:00 +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 5C6688FC21; Thu, 29 May 2008 07:00:00 +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 m4T700qG066743; Thu, 29 May 2008 07:00:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T700bA066742; Thu, 29 May 2008 07:00:00 GMT (envelope-from marcus) Message-Id: <200805290700.m4T700bA066742@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 29 May 2008 07:00:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 07:00:00 -0000 marcus 2008-05-29 07:00:00 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: Presenting GNOME 2.22.2 for FreeBSD. Revision Changes Path 1.146 +1 -1 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 07:15: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 5FCD6106566B; Thu, 29 May 2008 07:15:53 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA768FC2B; Thu, 29 May 2008 07:15:53 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T7Fr2G070587; Thu, 29 May 2008 07:15:53 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T7FrFE070586; Thu, 29 May 2008 07:15:53 GMT (envelope-from mckusick) Message-Id: <200805290715.m4T7FrFE070586@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 29 May 2008 07:15: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/puc pucdata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 07:15:53 -0000 mckusick 2008-05-29 07:15:52 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: The SIIG 4 port serial card based on the Oxford OX16PCI954 is clocked at 10x normal speed. That is, when you set it for 9600 baud, it actually does 96000 baud. In order to make it plug and play with other serial ports, it has to have its clock rate reduced by a factor of 10. Discussed with: Marcel Moolenaar MFC after: 2 weeks Revision Changes Path 1.62 +4 -4 src/sys/dev/puc/pucdata.c From owner-cvs-all@FreeBSD.ORG Thu May 29 07:18: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 3547B1065670; Thu, 29 May 2008 07:18: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 1560A8FC3F; Thu, 29 May 2008 07:18: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 m4T7Ih3e070937; Thu, 29 May 2008 07:18:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T7IhHT070935; Thu, 29 May 2008 07:18:43 GMT (envelope-from rwatson) Message-Id: <200805290718.m4T7IhHT070935@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 May 2008 07:18: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/netipx spx_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: Thu, 29 May 2008 07:18:44 -0000 rwatson 2008-05-29 07:18:43 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes the caller to free the mbuf without using dtom(). MFC after: 3 days Revision Changes Path 1.89 +3 -6 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu May 29 07:38:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2CFE1065673; Thu, 29 May 2008 07:38:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 570348FC14; Thu, 29 May 2008 07:38:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 368462C50CC2; Thu, 29 May 2008 10:38:58 +0300 (EEST) Date: Thu, 29 May 2008 10:38:52 +0300 From: Ion-Mihai Tetcu To: Edwin Groothuis Message-ID: <20080529103852.3abac100@it.buh.tecnik93.com> In-Reply-To: <200805290142.m4T1gXuJ084371@repoman.freebsd.org> References: <200805290142.m4T1gXuJ084371@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/+HHZvcPabghgF_jNitCrgfv"; 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 Makefile ports/sysutils/netident 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, 29 May 2008 07:38:59 -0000 --Sig_/+HHZvcPabghgF_jNitCrgfv Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 May 2008 01:42:32 +0000 (UTC) Edwin Groothuis wrote: > Log: > New Port: net/netident A port for testing what network a machine > is on and creating flags. Maybe it's just my English, but what is "creating flags" above supposed to mean? Thanks, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/+HHZvcPabghgF_jNitCrgfv Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg+XZEACgkQJ7GIuiH/oeWYJQCfRDB2IFMl6Ib03a+1rcef8414 l24AmgMCKqz+SFsUhrtwG2qrtFulXjWV =mPk2 -----END PGP SIGNATURE----- --Sig_/+HHZvcPabghgF_jNitCrgfv-- From owner-cvs-all@FreeBSD.ORG Thu May 29 07: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 7D98A1065677; Thu, 29 May 2008 07:45:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 350AB8FC2B; Thu, 29 May 2008 07:45:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 455F12C50D1D; Thu, 29 May 2008 10:45:55 +0300 (EEST) Date: Thu, 29 May 2008 10:45:48 +0300 From: Ion-Mihai Tetcu To: Edwin Groothuis Message-ID: <20080529104548.77435465@it.buh.tecnik93.com> In-Reply-To: <200805290209.m4T29JIH091403@repoman.freebsd.org> References: <200805290209.m4T29JIH091403@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_//5oZ=NHxC/r65XqVAVOuyuM"; 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/net-im Makefile ports/net-im/p5-Net-XMPP2 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, 29 May 2008 07:45:56 -0000 --Sig_//5oZ=NHxC/r65XqVAVOuyuM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 May 2008 02:09:19 +0000 (UTC) Edwin Groothuis wrote: > edwin 2008-05-29 02:09:19 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > net-im Makefile=20 > Added files: > net-im/p5-Net-XMPP2 Makefile distinfo pkg-descr pkg-plist=20 > Log: > [NEW PORT] net-im/p5-Net-XMPP2: An implementation of the XMPP Protocol > =20 > This is the head module of the Net::XMPP2 XMPP client protocol = (as > described in RFC 3920 and RFC 3921) framework. > =20 > WWW: http://search.cpan.org/dist/Net-XMPP2/ > =20 > PR: ports/122631 > Submitted by: Gea-Suan Lin > =20 > Revision Changes Path > 1.87 +1 -0 ports/net-im/Makefile > 1.1 +84 -0 ports/net-im/p5-Net-XMPP2/Makefile (new) > 1.1 +3 -0 ports/net-im/p5-Net-XMPP2/distinfo (new) > 1.1 +4 -0 ports/net-im/p5-Net-XMPP2/pkg-descr (new) > 1.1 +58 -0 ports/net-im/p5-Net-XMPP2/pkg-plist (new) Bad dependency on dns/p5-Net-DNS: http://t64.tecnik93.com/errors/7-STABLE-FTP/p5-Net-XMPP2-0.11.log --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_//5oZ=NHxC/r65XqVAVOuyuM Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg+XzIACgkQJ7GIuiH/oeXI9gCfa80znIXrBD//S1/czGXq9VRz 290AnjqmkxtuzqBscTGD8it35WFLJFBZ =epli -----END PGP SIGNATURE----- --Sig_//5oZ=NHxC/r65XqVAVOuyuM-- From owner-cvs-all@FreeBSD.ORG Thu May 29 07:50: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 C75CC106566B; Thu, 29 May 2008 07:50:25 +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 764018FC0C; Thu, 29 May 2008 07:50:25 +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 74B7546C1F; Thu, 29 May 2008 03:50:24 -0400 (EDT) Date: Thu, 29 May 2008 08:50:24 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Daniel Eischen In-Reply-To: Message-ID: <20080529084608.X39873@fledge.watson.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Thu, 29 May 2008 07:50:25 -0000 On Wed, 28 May 2008, Daniel Eischen wrote: > There's nothing technically wrong with it in that it will work, but for > minor features that provide low marginal utility, I'm not sure that it is > warranted. I would rather see the bar raised for new features added to > -stable branches. But I don't feel strongly enough one way or the other to > request a backout. I think there's actually a strong contrary argument to this in the general case: the things we should try hardest to MFC are the most trivial changes, as those changes have the lowest risk and highest utility in reducing gratuitous differences between branches. The more "minor" changes present in HEAD vs a RELENG_ branch, the harder it is to merge larger functional changes: there may be conflicting diffs, subtle dependencies, etc. I don't have any specific cases in mind for this particular function, but certainly in the network stack and elsewhere in the kernel, there is a strong motivation to merge quickly and frequently for minor changes so that they don't build up over time and make other, more important, changes harder to merge. The more we allow 8.x and 7.x to diverge, the harder it will be to bring back changes and keep the 7.x branch running in the long term, and the more likely it is that when we run into harder merges later. So, this is neither a vote for nor against a backout, but this is a general call to resist the conservative tendancy that says "don't MFC minor things" because, in macro, it has a significant drag effect on the MFC process that keeps RELENG branches maintainable. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 07:56: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 CC2621065677; Thu, 29 May 2008 07:56:48 +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 97B648FC13; Thu, 29 May 2008 07:56:48 +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 25D4446C2B; Thu, 29 May 2008 03:56:48 -0400 (EDT) Date: Thu, 29 May 2008 08:56:47 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ed Schouten In-Reply-To: <200805282025.m4SKPJgY097901@repoman.freebsd.org> Message-ID: <20080529085549.J39873@fledge.watson.org> References: <200805282025.m4SKPJgY097901@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/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 07:56:48 -0000 On Wed, 28 May 2008, Ed Schouten wrote: > Remove redundant checks from fcntl()'s F_DUPFD. > > Right now we perform some of the checks inside the fcntl()'s F_DUPFD > operation twice. We first validate the `fd' argument. When finished, > we validate the `arg' argument. These checks are also performed inside > do_dup(). > > The reason we need to do this, is because fcntl() should return different > errno's when the `arg' argument is out of bounds (EINVAL instead of > EBADF). To prevent the redundant locking of the PROC_LOCK and > FILEDESC_SLOCK, patch do_dup() to support the error semantics required > by fcntl(). This sounds like a good candidate for a regression test -- do we have a dup/dup2/F_DUPFD/F_DUP2FD test? If not, perhaps we should, in light of the opportunity for further bugs and regressions. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 07: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 46735106567B; Thu, 29 May 2008 07:57:34 +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 200098FC26; Thu, 29 May 2008 07:57:34 +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 m4T7vYKu077598; Thu, 29 May 2008 07:57:34 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T7vXnL077594; Thu, 29 May 2008 07:57:33 GMT (envelope-from davidxu) Message-Id: <200805290757.m4T7vXnL077594@repoman.freebsd.org> From: David Xu Date: Thu, 29 May 2008 07:57: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/libthr/thread thr_init.c thr_mutex.c thr_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: Thu, 29 May 2008 07:57:34 -0000 davidxu 2008-05-29 07:57:33 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_mutex.c thr_private.h Log: - Reduce function call overhead for uncontended case. - Remove unused flags MUTEX_FLAGS_* and their code. - Check validity of the timeout parameter in mutex_self_lock(). Revision Changes Path 1.51 +1 -2 src/lib/libthr/thread/thr_init.c 1.74 +101 -203 src/lib/libthr/thread/thr_mutex.c 1.94 +0 -10 src/lib/libthr/thread/thr_private.h From owner-cvs-all@FreeBSD.ORG Thu May 29 08:10: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 749CA1065676 for ; Thu, 29 May 2008 08:10:01 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id D1ADB8FC24 for ; Thu, 29 May 2008 08:10:00 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 75586 invoked from network); 29 May 2008 07:07:46 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 29 May 2008 07:07:46 -0000 Message-ID: <483E64D8.50802@freebsd.org> Date: Thu, 29 May 2008 10:10:00 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Daniel Eischen References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Thu, 29 May 2008 08:10:01 -0000 These symbol versioning discussion come up from time to time and actually as a developer who is not often confronted with it I have a hard time figuring out what exactly I'm supposed to do here. Hence my pretty-please request to the guru(s) in residence to write up a section for the FreeBSD developers handbook explaining the concept of symbol versioning, its concrete implementation in FreeBSD and the rules we apply to versioning (including example cases like this and some earlier ones that came up). Thank you! -- Andre Daniel Eischen wrote: > On Wed, 28 May 2008, David Schultz wrote: > >> On Tue, May 27, 2008, Xin LI wrote: >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Maxim Sobolev wrote: >>> | Xin LI wrote: >>> |> delphij 2008-05-27 20:04:27 UTC >>> |> >>> |> FreeBSD src repository >>> |> >>> |> Modified files: (Branch: RELENG_6) >>> |> include string.h lib/libc/string >>> |> Makefile.inc memchr.3 sys/sys param.h Added >>> |> files: (Branch: RELENG_6) >>> |> lib/libc/string memrchr.c Log: >>> |> MFC: Add memrchr(3). >>> | >>> | I think this is not very good idea to MFC that into stable releases >>> 6.x >>> | and 7.x. The reason is that configure scripts for some packages might >>> | detect up this API and enable it. Which means that some binary-only >>> | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both >>> | forward and backward compatibility is required (or at least desired?) >>> | for stable branches. >>> | >>> | While it's "nice-to-have" feature, I see no pressing need to MFC this >>> | interface. >>> >>> I don't think so, perhaps I am wrong, but do we really want absolutely >>> no *new* features on -STABLE branches? >> >> ISTR that in prior discussions on symbol versioning, the consensus >> was that there's nothing wrong with adding new APIs in -STABLE >> branches, but of course apps that use the new features won't be >> backwards-compatible. > > There's nothing technically wrong with it in that it will work, but > for minor features that provide low marginal utility, I'm not sure > that it is warranted. I would rather see the bar raised for new > features added to -stable branches. But I don't feel strongly > enough one way or the other to request a backout. > >> By the way, one catch is that once you MFC symbols in the FBSD_1.1 >> namespace, any new symbols in the same library need to go in >> FBSD_1.2. We do guarantee that public namespaces do not change >> across stable branches. This is important for API-checking tools >> like appcert: even if you can't prevent problems like the one >> described previously, at least you have some assurance as to which >> versions of FreeBSD will run your app. > > No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The > only time we go to 1.2 is when 8.x branches to 9.0. If for some > reason memrchr() were to change its ABI, then we would go to 1.1.1 > in -current for the ABI change and any subsequent new symbols, and > the MFC to 7.x would also be 1.1.1. > > It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 > in a previous branch. In fact you can't prevent them from being > different unless you mandate that all new symbols get MFC'd to > their respective namespaces in previous branches. > > One side note - this commit does show the proper way to MFC a new > symbol to a previous branch. That doesn't mean that it should > have been done, just that it was done properly :-) > From owner-cvs-all@FreeBSD.ORG Thu May 29 08:26: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 67471106566C; Thu, 29 May 2008 08:26:22 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:610:652::211]) by mx1.freebsd.org (Postfix) with ESMTP id 27E548FC17; Thu, 29 May 2008 08:26:21 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id A9F911CC1E; Thu, 29 May 2008 10:24:33 +0200 (CEST) Date: Thu, 29 May 2008 10:24:33 +0200 From: Ed Schouten To: Robert Watson Message-ID: <20080529082433.GV64397@hoeg.nl> References: <200805282025.m4SKPJgY097901@repoman.freebsd.org> <20080529085549.J39873@fledge.watson.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1gsfN/+pS0/2Ta7u" Content-Disposition: inline In-Reply-To: <20080529085549.J39873@fledge.watson.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 08:26:22 -0000 --1gsfN/+pS0/2Ta7u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Robert Watson wrote: > > On Wed, 28 May 2008, Ed Schouten wrote: > >> Remove redundant checks from fcntl()'s F_DUPFD. >> >> Right now we perform some of the checks inside the fcntl()'s F_DUPFD >> operation twice. We first validate the `fd' argument. When finished, >> we validate the `arg' argument. These checks are also performed inside >> do_dup(). >> >> The reason we need to do this, is because fcntl() should return differe= nt >> errno's when the `arg' argument is out of bounds (EINVAL instead of >> EBADF). To prevent the redundant locking of the PROC_LOCK and >> FILEDESC_SLOCK, patch do_dup() to support the error semantics required >> by fcntl(). > > This sounds like a good candidate for a regression test -- do we have a = =20 > dup/dup2/F_DUPFD/F_DUP2FD test? If not, perhaps we should, in light of= =20 > the opportunity for further bugs and regressions. It looks like we already have regression tests for dup/dup2/etc -- kern_descrip.c 1.325 mentions them. I saw FreeBSD also implements F_DUP2FD (which is a non-standard extension). Right now this command returns EBADF when you do the following: fcntl(0, F_DUP2FD, -1); // below zero fcntl(0, F_DUP2FD, 1000000); // too high This is exactly the same as what dup2() does, but is inconsistent with fcntl() in general. EBADF should be returned if the `fd' argument is invalid. It should not apply to the argument. We could consider applying the following patch: --- sys/kern/kern_descrip.c +++ sys/kern/kern_descrip.c @@ -423,7 +423,8 @@ =20 case F_DUP2FD: tmp =3D arg; - error =3D do_dup(td, DUP_FIXED, fd, tmp, td->td_retval); + error =3D do_dup(td, DUP_FIXED|DUP_FCNTL, fd, tmp, + td->td_retval); break; =20 case F_GETFD: --- lib/libc/sys/fcntl.2 +++ lib/libc/sys/fcntl.2 @@ -452,14 +452,6 @@ The argument .Fa cmd is -.Dv F_DUP2FD , -and -.Fa arg -is not a valid file descriptor. -.Pp -The argument -.Fa cmd -is .Dv F_SETLK or .Dv F_SETLKW , @@ -502,6 +494,8 @@ argument is .Dv F_DUPFD +or +.Dv F_DUP2FD and .Fa arg is negative or greater than the maximum allowable number Any comments? --=20 Ed Schouten WWW: http://80386.nl/ --1gsfN/+pS0/2Ta7u Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkg+aEEACgkQ52SDGA2eCwWpHQCeLuHarSIOeE6HJKASYXZs6EB6 Y2UAnRW3ArgqxdXLAkEdrEd7rmmNjdIU =DLG5 -----END PGP SIGNATURE----- --1gsfN/+pS0/2Ta7u-- From owner-cvs-all@FreeBSD.ORG Thu May 29 08:27:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ABEF1065670; Thu, 29 May 2008 08:27: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 D5CFA8FC14; Thu, 29 May 2008 08:27: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 m4T8REIk083860; Thu, 29 May 2008 08:27:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T8REVV083859; Thu, 29 May 2008 08:27:14 GMT (envelope-from rwatson) Message-Id: <200805290827.m4T8REVV083859@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 May 2008 08:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c src/sys/netinet6 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: Thu, 29 May 2008 08:27:15 -0000 rwatson 2008-05-29 08:27:14 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c sys/netinet6 udp6_usrreq.c Log: Employ read locks on UDP inpcbs, rather than write locks, when monitoring UDP connections using sysctls. In some cases, add previously missing locking of inpcbs, as inp_socket is followed, which also allows us to drop global locks more quickly. MFC after: 1 week Revision Changes Path 1.222 +18 -13 src/sys/netinet/udp_usrreq.c 1.88 +12 -11 src/sys/netinet6/udp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu May 29 08:31: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 59555106568F for ; Thu, 29 May 2008 08:31:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id CE9E78FC1F for ; Thu, 29 May 2008 08:31:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so3158099fkk.11 for ; Thu, 29 May 2008 01:31:54 -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=CxqUPJf42oJ8VrmadOH7juB2e+q4hgxeHDqwD9uoMtc=; b=GtH6nuOf6GRLjsmNS2SCi1UiWxqA0VWjhc4Nr+lx0QP6CZU4s//rooilaUaH9KG4Iazp5HC2deyOt+fHtBcwCYlbKStmR2lIiPDVHyeziyRTzzBflpQg6jzH/H5nNGjimChuxw8soFl04TUpou2paqQB6s28ik5Hbg4qU32Is0A= 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=coF5LS8PF+EciWc5JYqKzdhlXXFs66qfeDe+gdVNHkhLUl5qDbKPd/kY2p9VmYia33YN+Lcl/ant9SwzzdPeEmhmAB6+tskXjPPaRRtA9bO4kMFFRm161Jw5juSCtX1SAHe8bXogAOAjRaLGTBGAGwdLgFb7MwJM+r+wJ9Ie+XI= Received: by 10.78.189.5 with SMTP id m5mr1415565huf.77.1212049914354; Thu, 29 May 2008 01:31:54 -0700 (PDT) Received: by 10.78.136.16 with HTTP; Thu, 29 May 2008 01:31:54 -0700 (PDT) Message-ID: Date: Thu, 29 May 2008 10:31:54 +0200 From: "Antoine Brodin" Sender: antoine.brodin.freebsd@gmail.com To: "Ed Schouten" In-Reply-To: <20080529082433.GV64397@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805282025.m4SKPJgY097901@repoman.freebsd.org> <20080529085549.J39873@fledge.watson.org> <20080529082433.GV64397@hoeg.nl> X-Google-Sender-Auth: bbb1e0ec228d0787 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 08:31:56 -0000 On Thu, May 29, 2008 at 10:24 AM, Ed Schouten wrote: > * Robert Watson wrote: >> >> On Wed, 28 May 2008, Ed Schouten wrote: >> >>> Remove redundant checks from fcntl()'s F_DUPFD. >>> >>> Right now we perform some of the checks inside the fcntl()'s F_DUPFD >>> operation twice. We first validate the `fd' argument. When finished, >>> we validate the `arg' argument. These checks are also performed inside >>> do_dup(). >>> >>> The reason we need to do this, is because fcntl() should return different >>> errno's when the `arg' argument is out of bounds (EINVAL instead of >>> EBADF). To prevent the redundant locking of the PROC_LOCK and >>> FILEDESC_SLOCK, patch do_dup() to support the error semantics required >>> by fcntl(). >> >> This sounds like a good candidate for a regression test -- do we have a >> dup/dup2/F_DUPFD/F_DUP2FD test? If not, perhaps we should, in light of >> the opportunity for further bugs and regressions. > > It looks like we already have regression tests for dup/dup2/etc -- > kern_descrip.c 1.325 mentions them. > > I saw FreeBSD also implements F_DUP2FD (which is a non-standard > extension). Right now this command returns EBADF when you do the > following: > > fcntl(0, F_DUP2FD, -1); // below zero > fcntl(0, F_DUP2FD, 1000000); // too high > > This is exactly the same as what dup2() does, but is inconsistent with > fcntl() in general. EBADF should be returned if the `fd' argument is > invalid. It should not apply to the argument. > > We could consider applying the following patch: > > --- sys/kern/kern_descrip.c > +++ sys/kern/kern_descrip.c > @@ -423,7 +423,8 @@ > > case F_DUP2FD: > tmp = arg; > - error = do_dup(td, DUP_FIXED, fd, tmp, td->td_retval); > + error = do_dup(td, DUP_FIXED|DUP_FCNTL, fd, tmp, > + td->td_retval); > break; > > case F_GETFD: > --- lib/libc/sys/fcntl.2 > +++ lib/libc/sys/fcntl.2 > @@ -452,14 +452,6 @@ > The argument > .Fa cmd > is > -.Dv F_DUP2FD , > -and > -.Fa arg > -is not a valid file descriptor. > -.Pp > -The argument > -.Fa cmd > -is > .Dv F_SETLK > or > .Dv F_SETLKW , > @@ -502,6 +494,8 @@ > argument > is > .Dv F_DUPFD > +or > +.Dv F_DUP2FD > and > .Fa arg > is negative or greater than the maximum allowable number > > Any comments? Hello Ed, On Solaris, dup2 and fcntl(F_DUP2FD) are totally equivalent (they return the same errno). I have no strong feelings about this. Cheers, Antoine From owner-cvs-all@FreeBSD.ORG Thu May 29 08: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 0300A1065678; Thu, 29 May 2008 08:35:25 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDB3E8FC1C; Thu, 29 May 2008 08:35:24 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4T8ZOVM085649; Thu, 29 May 2008 08:35:24 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T8ZOJR085648; Thu, 29 May 2008 08:35:24 GMT (envelope-from lth) Message-Id: <200805290835.m4T8ZOJR085648@repoman.freebsd.org> From: Lars Thegler Date: Thu, 29 May 2008 08: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/textproc/p5-PPI 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, 29 May 2008 08:35:25 -0000 lth 2008-05-29 08:35:24 UTC FreeBSD ports repository Modified files: textproc/p5-PPI Makefile distinfo pkg-plist Log: Update to 1.203 Revision Changes Path 1.20 +2 -1 ports/textproc/p5-PPI/Makefile 1.18 +3 -3 ports/textproc/p5-PPI/distinfo 1.8 +2 -1 ports/textproc/p5-PPI/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 08:57: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 EE6D91065674; Thu, 29 May 2008 08:57: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 C33D38FC1F; Thu, 29 May 2008 08:57: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 m4T8vMff098599; Thu, 29 May 2008 08:57:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T8vMCa098598; Thu, 29 May 2008 08:57:22 GMT (envelope-from miwi) Message-Id: <200805290857.m4T8vMCa098598@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 08:57:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/sakai Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 08:57:23 -0000 miwi 2008-05-29 08:57:22 UTC FreeBSD ports repository Modified files: www/sakai Makefile pkg-plist Log: - Fix build Submitted by: pointyhat / maintainer Tested by: ionbot (thx) Revision Changes Path 1.3 +3 -2 ports/www/sakai/Makefile 1.3 +0 -2 ports/www/sakai/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 09:24: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 947ED106564A; Thu, 29 May 2008 09:24: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 3ACDF8FC2A; Thu, 29 May 2008 09:24: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 m4T9OlSw004631; Thu, 29 May 2008 09:24:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T9Olfa004630; Thu, 29 May 2008 09:24:47 GMT (envelope-from miwi) Message-Id: <200805290924.m4T9Olfa004630@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 09:24: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/editors Makefile ports/editors/yzis Makefile distinfo pkg-descr pkg-plist ports/editors/yzis/files patch-kyzis-src-viewwidget.h patch-libyzis-linesearch.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, 29 May 2008 09:24:47 -0000 miwi 2008-05-29 09:24:47 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/yzis Makefile distinfo pkg-descr pkg-plist editors/yzis/files patch-kyzis-src-viewwidget.h patch-libyzis-linesearch.h Log: Yzis a vi-like editor inspired by Vim. It aims to be a powerful, fast editor with all of Vim's features and hopefully, at some point, more. WWW: http://www.yzis.org PR: ports/123907 Submitted by: Ganael Laplanche Revision Changes Path 1.398 +1 -0 ports/editors/Makefile 1.1 +70 -0 ports/editors/yzis/Makefile (new) 1.1 +3 -0 ports/editors/yzis/distinfo (new) 1.1 +13 -0 ports/editors/yzis/files/patch-kyzis-src-viewwidget.h (new) 1.1 +11 -0 ports/editors/yzis/files/patch-libyzis-linesearch.h (new) 1.1 +6 -0 ports/editors/yzis/pkg-descr (new) 1.1 +173 -0 ports/editors/yzis/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 09:25: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 7AA8F106566B; Thu, 29 May 2008 09:25: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 4E0778FC0C; Thu, 29 May 2008 09:25: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 m4T9PBxR004757; Thu, 29 May 2008 09:25:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T9PBui004756; Thu, 29 May 2008 09:25:11 GMT (envelope-from miwi) Message-Id: <200805290925.m4T9PBui004756@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 09:25:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 29 May 2008 09:25:11 -0000 miwi 2008-05-29 09:25:11 UTC FreeBSD ports repository Modified files: . modules Log: yzis --> ports/editors/yzis Revision Changes Path 1.19890 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 09:50: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 CBABD1065676; Thu, 29 May 2008 09:50:40 +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 9B9868FC1B; Thu, 29 May 2008 09:50:40 +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 m4T9oeSn008274; Thu, 29 May 2008 09:50:40 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4T9oe3a008273; Thu, 29 May 2008 09:50:40 GMT (envelope-from olgeni) Message-Id: <200805290950.m4T9oe3a008273@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 29 May 2008 09:50:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/usermin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 09:50:40 -0000 olgeni 2008-05-29 09:50:38 UTC FreeBSD ports repository Modified files: sysutils/usermin Makefile distinfo Log: Upgrade module spam-1.350-1. Revision Changes Path 1.72 +2 -1 ports/sysutils/usermin/Makefile 1.60 +3 -0 ports/sysutils/usermin/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 10: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 424301065687; Thu, 29 May 2008 10:05:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10A9B8FC0C; Thu, 29 May 2008 10:05:07 +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 m4TA56kC009860; Thu, 29 May 2008 10:05:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TA56AC009859; Thu, 29 May 2008 10:05:06 GMT (envelope-from miwi) Message-Id: <200805291005.m4TA56AC009859@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 10: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/deskutils/notecase Makefile distinfo ports/deskutils/notecase/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, 29 May 2008 10:05:07 -0000 miwi 2008-05-29 10:05:06 UTC FreeBSD ports repository Modified files: deskutils/notecase Makefile distinfo deskutils/notecase/files patch-Makefile Log: - Update to 1.9.1 PR: 124032 Submitted by: Ganael Laplanche (maintainer) Revision Changes Path 1.7 +1 -1 ports/deskutils/notecase/Makefile 1.5 +3 -3 ports/deskutils/notecase/distinfo 1.5 +10 -35 ports/deskutils/notecase/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 10:27: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 ED20D1065674 for ; Thu, 29 May 2008 10:27:18 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id B4D728FC13 for ; Thu, 29 May 2008 10:27:17 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4033891rvf.43 for ; Thu, 29 May 2008 03:27:17 -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=U20M+SedDX1xu6wRs+yvbUMa7KZk7aFgB0g2kdloVHo=; b=wM0qF0XwsW6SiZfU3kxE4YUZg3zL7+ApjIc5u/1R1JbKnayEUUPJVmNNW2LlwwHM6WK/BloSC10EagRxvoT22RG1oYHKk0fnsz7k6DPTSKYR+Oj/e/knMreVkazcHG7bVpbbk4MvmM0VBYE4o1O77OvLlv0i3cMmyZxWhAYaBYo= 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=Ysu7UuJFAEzYhgjS9VW5g11KBcmPGbXu6yjv/l2P6mRPUvb3ckSe/olqSQ/mbEAJ19K393I4hvpHGTc81X7+0c8V+aGTqlD1opc+xCZ8ZiwEUCMqYc2sHEt47TA9gp/0stNzWqXe/2f8MrhDygwZXQX+5Y6RjWtyTOeBKhVrWFk= Received: by 10.114.25.19 with SMTP id 19mr3994017way.225.1212056837716; Thu, 29 May 2008 03:27:17 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Thu, 29 May 2008 03:27:17 -0700 (PDT) Message-ID: Date: Thu, 29 May 2008 11:27:17 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Giorgos Keramidas" In-Reply-To: <87bq2qt35w.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805281348.m4SDmAdg041645@repoman.freebsd.org> <87bq2qt35w.fsf@kobe.laptop> X-Google-Sender-Auth: 007287f2cafb3ba9 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 10:27:19 -0000 On Thu, May 29, 2008 at 12:33 AM, Giorgos Keramidas wrote: > On Wed, 28 May 2008 13:48:10 +0000 (UTC), Florent Thoumie wrote: >> flz 2008-05-28 13:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/lib lib.h >> Log: >> Bump PKG_INSTALL_VERSION to 20080528. >> >> X-MFC after: latest HEAD changes have been MFC'ed to RELENG_[67] > > Thanks! I wasn't aware of the need for a PKG_INSTALL_VERSION bump :) Hasn't been bumped in 4 years and I didn't point it out to you. I have some plans to track -STABLE pkg_install updates in ports and I'll need a reliable PKG_INSTALL_VERSION. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Thu May 29 10:30: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 A093B1065676; Thu, 29 May 2008 10:30: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 6DC5F8FC16; Thu, 29 May 2008 10:30: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 m4TAUis7013374; Thu, 29 May 2008 10:30:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TAUiFx013369; Thu, 29 May 2008 10:30:44 GMT (envelope-from miwi) Message-Id: <200805291030.m4TAUiFx013369@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 10:30: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/textproc/ctpp2 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, 29 May 2008 10:30:44 -0000 miwi 2008-05-29 10:30:41 UTC FreeBSD ports repository Modified files: textproc/ctpp2 Makefile distinfo pkg-plist Log: - Update to 2.3.0 PR: 123925 Submitted by: Maintainer Revision Changes Path 1.5 +1 -1 ports/textproc/ctpp2/Makefile 1.4 +3 -3 ports/textproc/ctpp2/distinfo 1.4 +12 -11 ports/textproc/ctpp2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 10:44: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 9DF541065678; Thu, 29 May 2008 10:44:28 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from jim.arved.priv.at (jim.arved.priv.at [IPv6:2001:6f8:13fb:1:207:e9ff:fe0f:3069]) by mx1.freebsd.org (Postfix) with ESMTP id 394128FC14; Thu, 29 May 2008 10:44:27 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from [IPv6:2001:6f8:13fb:3:20d:93ff:fe75:d4cc] (minimac.arved.priv.at [IPv6:2001:6f8:13fb:3:20d:93ff:fe75:d4cc]) by jim.arved.priv.at (8.14.2/8.14.2) with ESMTP id m4TAiBW4047644; Thu, 29 May 2008 12:44:20 +0200 (CEST) (envelope-from arved@FreeBSD.org) In-Reply-To: <200805281944.m4SJilGa089035@repoman.freebsd.org> References: <200805281944.m4SJilGa089035@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9D0309AC-520F-4E01-BD6B-EDAB822773F1@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Tilman Linneweh Date: Thu, 29 May 2008 12:44:08 +0200 To: John Baldwin X-Mailer: Apple Mail (2.753) X-Milter: Spamilter (Reciever: jim.arved.priv.at; Sender-ip: ; Sender-helo: [ipv6:2001:6f8:13fb:3:20d:93ff:fe75:d4cc]; ) Cc: cvs-src@FreeBSD.org, Tilman Linneweh , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cnw if_cnw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 10:44:28 -0000 On May 28, 2008, at 21:44, John Baldwin wrote: > jhb 2008-05-28 19:44:46 UTC > > FreeBSD src repository > > Modified files: > sys/dev/cnw if_cnw.c > Log: > Remove NetBSD and FreeBSD 4.x code from this driver in > preparation for > adding locking, etc. Wow, pre-802.11 1Mb/s Wireless Hardware. Is anyone actually using these nowadays? From owner-cvs-all@FreeBSD.ORG Thu May 29 10:47: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 0E1A21065677; Thu, 29 May 2008 10:47:47 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDFE68FC0C; Thu, 29 May 2008 10:47:46 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TAlk2t016701; Thu, 29 May 2008 10:47:46 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TAlkof016698; Thu, 29 May 2008 10:47:46 GMT (envelope-from timur) Message-Id: <200805291047.m4TAlkof016698@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Thu, 29 May 2008 10:47: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/samba3 Makefile ports/net/samba3/files patch-CVE-2008-1105 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 10:47:47 -0000 timur 2008-05-29 10:47:46 UTC FreeBSD ports repository Modified files: net/samba3 Makefile Added files: net/samba3/files patch-CVE-2008-1105 Log: This is a security update of Samba 3.0.28a, that address CVE-2008-1105. Approved by: shaun (mentor, implicit) Security: CVE-2008-1105 Revision Changes Path 1.170 +1 -1 ports/net/samba3/Makefile 1.1 +187 -0 ports/net/samba3/files/patch-CVE-2008-1105 (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 11:03: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 181F2106566C; Thu, 29 May 2008 11:03:00 +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 D69268FC18; Thu, 29 May 2008 11:02:59 +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 m4TB2xEp019323; Thu, 29 May 2008 11:02:59 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TB2xum019320; Thu, 29 May 2008 11:02:59 GMT (envelope-from flz) Message-Id: <200805291102.m4TB2xum019320@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 29 May 2008 11:02:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-config_dbus-core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 11:03:00 -0000 flz 2008-05-29 11:02:54 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Added files: x11-servers/xorg-server/files patch-config_dbus-core.c Log: Add upstream patch (don't free not-allocated dbus socket). PR: ports/124081 Submitted by: deischen Obtained from: fd.o git repository Revision Changes Path 1.59 +1 -1 ports/x11-servers/xorg-server/Makefile 1.1 +14 -0 ports/x11-servers/xorg-server/files/patch-config_dbus-core.c (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 11:09: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 C6DD51065673; Thu, 29 May 2008 11:09: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 913AC8FC1B; Thu, 29 May 2008 11:09: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 m4TB9F1A020620; Thu, 29 May 2008 11:09:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TB9FOw020619; Thu, 29 May 2008 11:09:15 GMT (envelope-from miwi) Message-Id: <200805291109.m4TB9FOw020619@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 11:09: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/gnash-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: Thu, 29 May 2008 11:09:15 -0000 miwi 2008-05-29 11:09:15 UTC FreeBSD ports repository Modified files: graphics/gnash-devel Makefile distinfo pkg-plist Log: - Update to 20080515 PR: 123744 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.26 +14 -7 ports/graphics/gnash-devel/Makefile 1.8 +3 -3 ports/graphics/gnash-devel/distinfo 1.9 +14 -4 ports/graphics/gnash-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 11:11: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 5CACC10656E4; Thu, 29 May 2008 11:11: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 270BE8FC31; Thu, 29 May 2008 11:11: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 m4TBB0xM020768; Thu, 29 May 2008 11:11:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TBB0bL020767; Thu, 29 May 2008 11:11:00 GMT (envelope-from miwi) Message-Id: <200805291111.m4TBB0bL020767@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 11:10:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile 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, 29 May 2008 11:11:00 -0000 miwi 2008-05-29 11:10:59 UTC FreeBSD ports repository Modified files: graphics Makefile . modules Log: - Add gnash-devel to the build Revision Changes Path 1.19891 +1 -0 CVSROOT/modules 1.1155 +1 -0 ports/graphics/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 08:16: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 78EF41065676; Thu, 29 May 2008 08:16:18 +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 05C558FC2A; Thu, 29 May 2008 08:16:17 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 74EBC170E3; Thu, 29 May 2008 08:16:16 +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 m4T8GFIL063400; Thu, 29 May 2008 08:16:15 GMT (envelope-from phk@critter.freebsd.dk) To: Andre Oppermann From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 29 May 2008 10:10:00 +0200." <483E64D8.50802@freebsd.org> Date: Thu, 29 May 2008 08:16:15 +0000 Message-ID: <63399.1212048975@critter.freebsd.dk> Sender: phk@critter.freebsd.dk X-Mailman-Approved-At: Thu, 29 May 2008 11:17:32 +0000 Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Daniel Eischen , Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Thu, 29 May 2008 08:16:18 -0000 In message <483E64D8.50802@freebsd.org>, Andre Oppermann writes: >Hence my pretty-please request to the guru(s) in residence to >write up a section for the FreeBSD developers handbook explaining >the concept of symbol versioning, its concrete implementation >in FreeBSD and the rules we apply to versioning (including example >cases like this and some earlier ones that came up). Sounds like a very reasonable request. Seconded. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Thu May 29 08:22: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 A317F106566C; Thu, 29 May 2008 08:22:33 +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 4DBD78FC26; Thu, 29 May 2008 08:22:33 +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 F0D5546C18; Thu, 29 May 2008 04:22:32 -0400 (EDT) Date: Thu, 29 May 2008 09:22:32 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <483E64D8.50802@freebsd.org> Message-ID: <20080529092022.E39873@fledge.watson.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <483E64D8.50802@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Thu, 29 May 2008 11:17:53 +0000 Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Daniel Eischen , Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Thu, 29 May 2008 08:22:33 -0000 On Thu, 29 May 2008, Andre Oppermann wrote: > These symbol versioning discussion come up from time to time and actually as > a developer who is not often confronted with it I have a hard time figuring > out what exactly I'm supposed to do here. > > Hence my pretty-please request to the guru(s) in residence to write up a > section for the FreeBSD developers handbook explaining the concept of symbol > versioning, its concrete implementation in FreeBSD and the rules we apply to > versioning (including example cases like this and some earlier ones that > came up). Daniel has a nice summary here: http://people.freebsd.org/~deischen/symver/freebsd_versioning.txt However, I agree that this is something I'd like to see moved into the developers handbook, and as we get more experience, fleshed out. For example, fts is one of the worked examples there, but I think the text could talk a bit more about how a change in the layout of a structure, even though function signatures remain the same, leads to an ABI change, and what other implications there are. Robert N M Watson Computer Laboratory University of Cambridge > > Thank you! > > -- > Andre > > Daniel Eischen wrote: >> On Wed, 28 May 2008, David Schultz wrote: >> >>> On Tue, May 27, 2008, Xin LI wrote: >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> Maxim Sobolev wrote: >>>> | Xin LI wrote: >>>> |> delphij 2008-05-27 20:04:27 UTC >>>> |> >>>> |> FreeBSD src repository >>>> |> >>>> |> Modified files: (Branch: RELENG_6) >>>> |> include string.h lib/libc/string >>>> |> Makefile.inc memchr.3 sys/sys param.h Added >>>> |> files: (Branch: RELENG_6) >>>> |> lib/libc/string memrchr.c Log: >>>> |> MFC: Add memrchr(3). >>>> | >>>> | I think this is not very good idea to MFC that into stable releases 6.x >>>> | and 7.x. The reason is that configure scripts for some packages might >>>> | detect up this API and enable it. Which means that some binary-only >>>> | packages build for say 6.4 won't work on 6.3 and down. AFAIK, both >>>> | forward and backward compatibility is required (or at least desired?) >>>> | for stable branches. >>>> | >>>> | While it's "nice-to-have" feature, I see no pressing need to MFC this >>>> | interface. >>>> >>>> I don't think so, perhaps I am wrong, but do we really want absolutely >>>> no *new* features on -STABLE branches? >>> >>> ISTR that in prior discussions on symbol versioning, the consensus >>> was that there's nothing wrong with adding new APIs in -STABLE >>> branches, but of course apps that use the new features won't be >>> backwards-compatible. >> >> There's nothing technically wrong with it in that it will work, but >> for minor features that provide low marginal utility, I'm not sure >> that it is warranted. I would rather see the bar raised for new >> features added to -stable branches. But I don't feel strongly >> enough one way or the other to request a backout. >> >>> By the way, one catch is that once you MFC symbols in the FBSD_1.1 >>> namespace, any new symbols in the same library need to go in >>> FBSD_1.2. We do guarantee that public namespaces do not change >>> across stable branches. This is important for API-checking tools >>> like appcert: even if you can't prevent problems like the one >>> described previously, at least you have some assurance as to which >>> versions of FreeBSD will run your app. >> >> No, all new symbols in 8-current go into FBSD_1.1, not 1.2. The >> only time we go to 1.2 is when 8.x branches to 9.0. If for some >> reason memrchr() were to change its ABI, then we would go to 1.1.1 >> in -current for the ABI change and any subsequent new symbols, and >> the MFC to 7.x would also be 1.1.1. >> >> It is ok for a FBSD_1.1 in -current to be a superset of FBSD_1.1 >> in a previous branch. In fact you can't prevent them from being >> different unless you mandate that all new symbols get MFC'd to >> their respective namespaces in previous branches. >> >> One side note - this commit does show the proper way to MFC a new >> symbol to a previous branch. That doesn't mean that it should >> have been done, just that it was done properly :-) >> > > From owner-cvs-all@FreeBSD.ORG Thu May 29 11:27: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 F0D4F106566B; Thu, 29 May 2008 11:27: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 B9B6B8FC1A; Thu, 29 May 2008 11:27: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 m4TBRann021270; Thu, 29 May 2008 11:27:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TBRaxo021269; Thu, 29 May 2008 11:27:36 GMT (envelope-from miwi) Message-Id: <200805291127.m4TBRaxo021269@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 11:27: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/fltk2 Makefile distinfo ports/x11-toolkits/fltk2/files patch-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: Thu, 29 May 2008 11:27:37 -0000 miwi 2008-05-29 11:27:36 UTC FreeBSD ports repository Modified files: x11-toolkits/fltk2 Makefile distinfo Removed files: x11-toolkits/fltk2/files patch-test-Makefile Log: - Update to r6129 PR: 124031 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.22 +6 -2 ports/x11-toolkits/fltk2/Makefile 1.20 +3 -3 ports/x11-toolkits/fltk2/distinfo 1.4 +0 -16 ports/x11-toolkits/fltk2/files/patch-test-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Thu May 29 11:52: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 048081065671; Thu, 29 May 2008 11:52:07 +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 C0F658FC15; Thu, 29 May 2008 11:52:06 +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 m4TBq6W2022148; Thu, 29 May 2008 11:52:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TBq6pQ022147; Thu, 29 May 2008 11:52:06 GMT (envelope-from edwin) Message-Id: <200805291152.m4TBq6pQ022147@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 11:52:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/p5-Net-XMPP2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 11:52:07 -0000 edwin 2008-05-29 11:52:06 UTC FreeBSD ports repository Modified files: net-im/p5-Net-XMPP2 Makefile Log: Fix dependency on dns/p5-Net-DNS Noticed by: Ion-Mihai Tetcu Revision Changes Path 1.2 +1 -1 ports/net-im/p5-Net-XMPP2/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 11:55:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 885981065672; Thu, 29 May 2008 11:55:09 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [211.29.132.184]) by mx1.freebsd.org (Postfix) with ESMTP id 112568FC0C; Thu, 29 May 2008 11:55:08 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c220-239-252-11.carlnfd3.nsw.optusnet.com.au (c220-239-252-11.carlnfd3.nsw.optusnet.com.au [220.239.252.11]) by mail03.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m4TBsiwv017581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 May 2008 21:54:47 +1000 Date: Thu, 29 May 2008 21:54:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Ed Schouten In-Reply-To: <20080529082433.GV64397@hoeg.nl> Message-ID: <20080529211748.N89774@delplex.bde.org> References: <200805282025.m4SKPJgY097901@repoman.freebsd.org> <20080529085549.J39873@fledge.watson.org> <20080529082433.GV64397@hoeg.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 11:55:09 -0000 On Thu, 29 May 2008, Ed Schouten wrote: > * Robert Watson wrote: >> This sounds like a good candidate for a regression test -- do we have a >> dup/dup2/F_DUPFD/F_DUP2FD test? If not, perhaps we should, in light of >> the opportunity for further bugs and regressions. > > It looks like we already have regression tests for dup/dup2/etc -- > kern_descrip.c 1.325 mentions them. > > I saw FreeBSD also implements F_DUP2FD (which is a non-standard > extension). Right now this command returns EBADF when you do the > following: > > fcntl(0, F_DUP2FD, -1); // below zero > fcntl(0, F_DUP2FD, 1000000); // too high > > This is exactly the same as what dup2() does, but is inconsistent with > fcntl() in general. EBADF should be returned if the `fd' argument is > invalid. It should not apply to the argument. No, EBADF applies to both the open fd and the new fd for dup2() (since that is what dup2() did initially and has become Standard). F_DUP2FD is apparently supposed to be equivalent to dup2(), so it must be bug-for bug equivalent. dup2() was broken in rev.1.219. It actually returns EMFILE if the new fd is too high. It remains unbroken and returns EBADF if the new fd is below zero, but this gives another inconsistency. I think F_DUP2FD inherits these bugs. F_DUPFD consistently returns EINVAL if the new fd is either too high or below zero. More details in previously-sent private mail. > We could consider applying the following patch: > > --- sys/kern/kern_descrip.c > +++ sys/kern/kern_descrip.c > @@ -423,7 +423,8 @@ > > case F_DUP2FD: > tmp = arg; > - error = do_dup(td, DUP_FIXED, fd, tmp, td->td_retval); > + error = do_dup(td, DUP_FIXED|DUP_FCNTL, fd, tmp, > + td->td_retval); > break; > > case F_GETFD: Style bug (missing spaces around binary operator). > --- lib/libc/sys/fcntl.2 > +++ lib/libc/sys/fcntl.2 > @@ -452,14 +452,6 @@ > The argument > .Fa cmd > is > -.Dv F_DUP2FD , > -and > -.Fa arg > -is not a valid file descriptor. > -.Pp > -The argument > -.Fa cmd > -is > .Dv F_SETLK > or > .Dv F_SETLKW , > @@ -502,6 +494,8 @@ > argument > is > .Dv F_DUPFD > +or > +.Dv F_DUP2FD > and > .Fa arg > is negative or greater than the maximum allowable number > > Any comments? I think F_DUP2FD and its man page are as intended and don't need changing. But dup2()'s man page needs changes to spell out the details of the differences between the error handling of dup() and dup2() (it is shared with dup()'s man page but no differences are mentioned). Comparing with POSIX shows that the main differences are: - [EMFILE] doesn't apply to dup2(), since the new fd is available unless it is out of bounds, and the error for out of bounds is EBADF - for dup2(), it is not an error for the new fd to be "inactive", and that the main bugs which aren't differences are: - "active" is a bad way of saying "open" - "valid" is a fuzzy way of saying "not (negative or >= {OPEN_MAX})". fcntl.2 already says this better (see above quote; in the unquoted part it spells {OPEN_MAX} as "see getdtablesize(2)"). I think FreeBSD man pages should explicitly refer to intro(2) for the the details of this, but intro(2) is about 20 years out of date here -- it says that releases have a fixed limit of 64 and refers to getdtablesize(2) and never mentions {OPEN_MAX}. - [EINTR] is not described. I'm not sure if it applies to the dup() family when syscalls are restarted, but it applies when they are not and is mentioned for open(2). Bruce From owner-cvs-all@FreeBSD.ORG Thu May 29 12:08: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 4282E106567D; Thu, 29 May 2008 12:08: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 0A2018FC24; Thu, 29 May 2008 12:08: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 m4TC7xTr027967; Thu, 29 May 2008 12:07:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TC7xWg027966; Thu, 29 May 2008 12:07:59 GMT (envelope-from miwi) Message-Id: <200805291207.m4TC7xWg027966@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 12:07:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gnash-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: Thu, 29 May 2008 12:08:00 -0000 miwi 2008-05-29 12:07:59 UTC FreeBSD ports repository Modified files: graphics/gnash-devel Makefile Log: - Woops fix build Reported by: ionbot Revision Changes Path 1.27 +2 -2 ports/graphics/gnash-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 12:09: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 5355D1065675; Thu, 29 May 2008 12:09:38 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 007B28FC15; Thu, 29 May 2008 12:09:37 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 1F6DC2218958; Thu, 29 May 2008 21:52:16 +1000 (EST) X-Viruscan-Id: <483E98F0000023A82F61A4@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id D156D21B323B; Thu, 29 May 2008 21:52:15 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 71927221882A; Thu, 29 May 2008 21:52:15 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 92CCF4E9; Thu, 29 May 2008 21:52:15 +1000 (EST) Date: Thu, 29 May 2008 21:52:15 +1000 From: Edwin Groothuis To: Ion-Mihai Tetcu Message-ID: <20080529115215.GK24250@k7.mavetju> References: <200805290209.m4T29JIH091403@repoman.freebsd.org> <20080529104548.77435465@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080529104548.77435465@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-im Makefile ports/net-im/p5-Net-XMPP2 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, 29 May 2008 12:09:38 -0000 On Thu, May 29, 2008 at 10:45:48AM +0300, Ion-Mihai Tetcu wrote: > On Thu, 29 May 2008 02:09:19 +0000 (UTC) > Edwin Groothuis wrote: > > > edwin 2008-05-29 02:09:19 UTC > > > > FreeBSD ports repository > > > > Modified files: > > net-im Makefile > > Added files: > > net-im/p5-Net-XMPP2 Makefile distinfo pkg-descr pkg-plist > > Log: > > [NEW PORT] net-im/p5-Net-XMPP2: An implementation of the XMPP Protocol > > > > This is the head module of the Net::XMPP2 XMPP client protocol (as > > described in RFC 3920 and RFC 3921) framework. > > > > WWW: http://search.cpan.org/dist/Net-XMPP2/ > > > > PR: ports/122631 > > Submitted by: Gea-Suan Lin > > > > Revision Changes Path > > 1.87 +1 -0 ports/net-im/Makefile > > 1.1 +84 -0 ports/net-im/p5-Net-XMPP2/Makefile (new) > > 1.1 +3 -0 ports/net-im/p5-Net-XMPP2/distinfo (new) > > 1.1 +4 -0 ports/net-im/p5-Net-XMPP2/pkg-descr (new) > > 1.1 +58 -0 ports/net-im/p5-Net-XMPP2/pkg-plist (new) > > Bad dependency on dns/p5-Net-DNS: > http://t64.tecnik93.com/errors/7-STABLE-FTP/p5-Net-XMPP2-0.11.log Fixed, thanks. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Thu May 29 12:27:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C3F1065679; Thu, 29 May 2008 12:27:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7F08FC21; Thu, 29 May 2008 12:27:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TCR5VW034082; Thu, 29 May 2008 12:27:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TCR5fK034081; Thu, 29 May 2008 12:27:05 GMT (envelope-from mat) Message-Id: <200805291227.m4TCR5fK034081@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 12:27:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-DateTime-TimeZone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 12:27:05 -0000 mat 2008-05-29 12:27:04 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-TimeZone Makefile distinfo Log: Update to 0.77 Revision Changes Path 1.56 +1 -1 ports/devel/p5-DateTime-TimeZone/Makefile 1.53 +3 -3 ports/devel/p5-DateTime-TimeZone/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 12:33: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 71CE51065673; Thu, 29 May 2008 12:33:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37E0C8FC1E; Thu, 29 May 2008 12:33:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TCX8tT034262; Thu, 29 May 2008 12:33:08 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TCX8uj034261; Thu, 29 May 2008 12:33:08 GMT (envelope-from mat) Message-Id: <200805291233.m4TCX8uj034261@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 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/p5-Locale-Maketext Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 12:33:08 -0000 mat 2008-05-29 12:33:07 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext Makefile distinfo Log: Update to 1.13 Revision Changes Path 1.18 +1 -2 ports/devel/p5-Locale-Maketext/Makefile 1.13 +3 -3 ports/devel/p5-Locale-Maketext/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 12:46: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 503DE106567D; Thu, 29 May 2008 12:46: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 150CC8FC16; Thu, 29 May 2008 12:46: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 m4TCknMw034880; Thu, 29 May 2008 12:46:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TCknp8034879; Thu, 29 May 2008 12:46:49 GMT (envelope-from miwi) Message-Id: <200805291246.m4TCknp8034879@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 12:46:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/roxterm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 12:46:50 -0000 miwi 2008-05-29 12:46:49 UTC FreeBSD ports repository Modified files: x11/roxterm Makefile distinfo Log: - Update to 1.12.1 Revision Changes Path 1.9 +1 -1 ports/x11/roxterm/Makefile 1.6 +3 -3 ports/x11/roxterm/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 12:50: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 5EB541065673; Thu, 29 May 2008 12:50:46 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BAF48FC23; Thu, 29 May 2008 12:50:46 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TCok9e044199; Thu, 29 May 2008 12:50:46 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TCokR2044198; Thu, 29 May 2008 12:50:46 GMT (envelope-from ed) Message-Id: <200805291250.m4TCokR2044198@repoman.freebsd.org> From: Ed Schouten Date: Thu, 29 May 2008 12:50:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ieee488 upd7210.c src/sys/dev/led led.c src/sys/dev/md md.c src/sys/geom geom_dev.c src/sys/kern kern_conf.c src/sys/sys conf.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, 29 May 2008 12:50:46 -0000 ed 2008-05-29 12:50:46 UTC FreeBSD src repository Modified files: sys/dev/ieee488 upd7210.c sys/dev/led led.c sys/dev/md md.c sys/geom geom_dev.c sys/kern kern_conf.c sys/sys conf.h Log: Remove the distinction between device minor and unit numbers. Even though we got rid of device major numbers some time ago, device drivers still need to provide unique device minor numbers to make_dev(). These numbers are only used inside the kernel. They are not related to device major and minor numbers which are visible in devfs. These are actually based on the inode number of the device. It would eventually be nice to remove minor numbers entirely, but we don't want to be too agressive here. Because the 8-15 bits of the device number field (si_drv0) are still reserved for the major number, there is no 1:1 mapping of the device minor and unit numbers. Because this is now unused, remove the restrictions on these numbers. The MAXMAJOR definition was actually used for two purposes. It was used to convert both the userspace and kernelspace device numbers to their major/minor pair, which is why it is now named UMINORMASK. minor2unit() and unit2minor() have now become useless. Both minor() and dev2unit() now serve the same purpose. We should eventually remove some of them, at least turning them into macro's. If devfs would become completely minor number unaware, we could consider using si_drv0 directly, just like si_drv1 and si_drv2. Approved by: philip (mentor) Revision Changes Path 1.11 +1 -1 src/sys/dev/ieee488/upd7210.c 1.18 +2 -1 src/sys/dev/led/led.c 1.175 +2 -1 src/sys/dev/md/md.c 1.97 +1 -1 src/sys/geom/geom_dev.c 1.215 +8 -11 src/sys/kern/kern_conf.c 1.239 +0 -2 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Thu May 29 12:51: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 444561065673; Thu, 29 May 2008 12:51:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 09A488FC1F; Thu, 29 May 2008 12:51:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TCpiPE044281; Thu, 29 May 2008 12:51:44 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TCpinf044280; Thu, 29 May 2008 12:51:44 GMT (envelope-from tabthorpe) Message-Id: <200805291251.m4TCpinf044280@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 29 May 2008 12:51: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/misc/gnomesword 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, 29 May 2008 12:51:46 -0000 tabthorpe 2008-05-29 12:51:44 UTC FreeBSD ports repository Modified files: misc/gnomesword Makefile distinfo pkg-plist Log: - Update to 2.3.4 - Changelog at Revision Changes Path 1.38 +3 -4 ports/misc/gnomesword/Makefile 1.12 +3 -3 ports/misc/gnomesword/distinfo 1.14 +1 -0 ports/misc/gnomesword/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 13: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 7051A1065681; Thu, 29 May 2008 13:11:13 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (unknown [IPv6:2a01:170:102f::3]) by mx1.freebsd.org (Postfix) with ESMTP id B0E398FC22; Thu, 29 May 2008 13:11:12 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (irc_sucks@localhost [127.0.0.1]) by haluter.fromme.com (8.13.4/8.13.4) with ESMTP id m4TDBBbo066111; Thu, 29 May 2008 15:11:11 +0200 (CEST) (envelope-from olli@fromme.com) Received: (from olli@localhost) by haluter.fromme.com (8.13.4/8.12.9/Submit) id m4TDBBpF066109; Thu, 29 May 2008 15:11:11 +0200 (CEST) From: Oliver Fromme Message-Id: <200805291311.m4TDBBpF066109@haluter.fromme.com> To: pjd@FreeBSD.org (Pawel Jakub Dawidek) Date: Thu, 29 May 2008 15:11:10 +0200 (CEST) In-Reply-To: <20080528205106.GB2865@garage.freebsd.pl> from "Pawel Jakub Dawidek" at May 28, 2008 10:51:06 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (haluter.fromme.com [127.0.0.1]); Thu, 29 May 2008 15:11:11 +0200 (CEST) Cc: cvs-src@FreeBSD.org, Michael Reifenberger , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 13:11:13 -0000 Pawel Jakub Dawidek wrote: > On Mon, May 26, 2008 at 11:57:49AM +0000, Michael Reifenberger wrote: > > mr 2008-05-26 11:57:49 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/jexec jexec.8 jexec.c > > Log: > > Extend jexec to accept hostname or ip-number besides jail-id. > > As many already suggested using IP numbers and hostnames can be tricky > (and risky). I think that an admin who decides to use jexec with IP numbers or hostnames should be expected to be aware that there can be ambiguities, and that he should make sure that his IP numbers and/or hostnames are unique. Therefore I think that a warning in the manpage is more than sufficient. Personally I welcome Michael's patch very much. Until now I had to perform quite complex ps/jls/grep/awk gymnastics in my jail maintenance scripts. That's error-prone, ugly, and it certainly leaves something to be desired. Now with the above new jexec feature, those scripts can be simplified greatly. Of course I _do_ make sure that all of my jails have unique hostnames. However, I do share the concern that there's an ambiguity in the syntax: "127" can be a jail ID as well as an IP number (same as 0.0.0.127) or a hostname. Either the syntax should be changed so the meaning of the argument is clear, or the manpage should be updated to include a warning and a clear description of the order in which the argument is tried to match. A simple way to resolve it would be to require at least one dot for IP numbers, otherwise it is matched as a jail ID. In practice I've never seen people using single numbers (without dots) for IP numbers. In fact I've been stared at with disbelief by coworkers many times when using 127.1 as a shotcut for 127.0.0.1. > What do you think about using jail name from /etc/rc.conf? Personally I don't set up my jails via the rc.d stuff (and I suspect I'm not the only one), so that would only be of limited usefulness, I'm afraid. > PS. I'm not against this functionality, but we should be much more > careful, especially with hostnames when > security.jail.set_hostname_allowed=1. I agree. If that sysctl is set to 1 (default!), matching against the jails' hostnames should not be attempted. Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From owner-cvs-all@FreeBSD.ORG Thu May 29 13:30: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 5C92A1065670; Thu, 29 May 2008 13:30:08 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id CAC978FC0A; Thu, 29 May 2008 13:30:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 5DDE741C757; Thu, 29 May 2008 15:30:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id j+O54KsPczWD; Thu, 29 May 2008 15:30:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id C2D6741C750; Thu, 29 May 2008 15:30:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id ABB9244487F; Thu, 29 May 2008 13:28:28 +0000 (UTC) Date: Thu, 29 May 2008 13:28:28 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Oliver Fromme In-Reply-To: <200805291311.m4TDBBpF066109@haluter.fromme.com> Message-ID: <20080529132242.J65662@maildrop.int.zabbadoz.net> References: <200805291311.m4TDBBpF066109@haluter.fromme.com> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Michael Reifenberger , src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 13:30:08 -0000 On Thu, 29 May 2008, Oliver Fromme wrote: > > Pawel Jakub Dawidek wrote: > > On Mon, May 26, 2008 at 11:57:49AM +0000, Michael Reifenberger wrote: > > > mr 2008-05-26 11:57:49 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/jexec jexec.8 jexec.c > > > Log: > > > Extend jexec to accept hostname or ip-number besides jail-id. > > > > As many already suggested using IP numbers and hostnames can be tricky > > (and risky). > > I think that an admin who decides to use jexec with IP > numbers or hostnames should be expected to be aware that > there can be ambiguities, and that he should make sure > that his IP numbers and/or hostnames are unique. I think that's a bad policy but ... As it already fetched the entire data from the kernel, it would be easy to walk the list to the end and barf on duplicates. > Now with the above new jexec feature, those scripts can be > simplified greatly. Of course I _do_ make sure that all > of my jails have unique hostnames. lucky you your jail goes away immediately when you stop it and the TCP socket has to be teared down, still and you restarted it and end up in the 'dead' one. > However, I do share the concern that there's an ambiguity > in the syntax: "127" can be a jail ID as well as an IP > number (same as 0.0.0.127) or a hostname. Either the actually 127.0.0.0 > syntax should be changed so the meaning of the argument > is clear, or the manpage should be updated to include a > warning and a clear description of the order in which the > argument is tried to match. > > A simple way to resolve it would be to require at least > one dot for IP numbers, otherwise it is matched as a > jail ID. In practice I've never seen people using single > numbers (without dots) for IP numbers. In fact I've been > stared at with disbelief by coworkers many times when > using 127.1 as a shotcut for 127.0.0.1. Yes. because that is 127.1.0.0 and not 127.0.0.1. > > What do you think about using jail name from /etc/rc.conf? > > Personally I don't set up my jails via the rc.d stuff (and > I suspect I'm not the only one), so that would only be of > limited usefulness, I'm afraid. sorry we don't support private stuff. > > PS. I'm not against this functionality, but we should be much more > > careful, especially with hostnames when > > security.jail.set_hostname_allowed=1. > > I agree. If that sysctl is set to 1 (default!), matching > against the jails' hostnames should not be attempted. Anyway people have been discussing this more than it is worth. The bugs in the code are still not fixed. As Christian has pointed out we will have a 'jail name' soon. Either this all will be fixed very soon or I'll miss it with my next integrate... -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Thu May 29 13:32: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 3A189106564A; Thu, 29 May 2008 13:32: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 F1F728FC27; Thu, 29 May 2008 13:32: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 m4TDWTnx047997; Thu, 29 May 2008 13:32:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TDWTEi047996; Thu, 29 May 2008 13:32:29 GMT (envelope-from edwin) Message-Id: <200805291332.m4TDWTEi047996@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 May 2008 13:32:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sniffit Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 13:32:30 -0000 edwin 2008-05-29 13:32:29 UTC FreeBSD ports repository Modified files: net/sniffit Makefile pkg-plist Log: [PATCH] net/sniffit: Fix make package while NOPORTDOCS is defined Fix make package while NOPORTDOCS is defined. PR: ports/124097 Submitted by: Sunpoet Po-Chuan Hsieh Revision Changes Path 1.27 +1 -1 ports/net/sniffit/Makefile 1.3 +2 -2 ports/net/sniffit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 14:06: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 29B911065672; Thu, 29 May 2008 14:06:06 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id BA8F08FC25; Thu, 29 May 2008 14:06:05 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 60EBF21D6F8; Thu, 29 May 2008 16:06:26 +0200 (CEST) Received: from localhost (unknown [192.168.1.157]) by mail.m-online.net (Postfix) with ESMTP id CBCBC900AE; Thu, 29 May 2008 16:06:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from localhost ([192.168.3.149]) by localhost (scanner1.m-online.net [192.168.1.157]) (amavisd-new, port 10024) with ESMTP id 5vzGOLGAQHCl; Thu, 29 May 2008 16:05:58 +0200 (CEST) Received: from mail.reifenberger.com (ppp-88-217-79-178.dynamic.mnet-online.de [88.217.79.178]) by mail.mnet-online.de (Postfix) with ESMTP; Thu, 29 May 2008 16:05:58 +0200 (CEST) Received: by mail.reifenberger.com (Postfix, from userid 1001) id F1D3E1AD73; Thu, 29 May 2008 16:05:57 +0200 (CEST) Date: Thu, 29 May 2008 16:05:57 +0200 From: Michael Reifenberger To: John Baldwin Message-ID: <20080529140557.GA94385@gw.reifenberger.com> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805281309.49683.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Priority: normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:06:06 -0000 On Wed, May 28, 2008 at 01:09:49PM -0400, John Baldwin wrote: ... > > Maybe make it only work if it only matches a single jail? That would work for > the common case while avoiding ambiguities in the complex cases. > Yes. Thats a good suggestion and the road I'll go. Thanks! -- Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com From owner-cvs-all@FreeBSD.ORG Thu May 29 14:14: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 AA3A2106564A; Thu, 29 May 2008 14:14:25 +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 451598FC16; Thu, 29 May 2008 14:14:25 +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 4614046B98; Thu, 29 May 2008 10:14:20 -0400 (EDT) Date: Thu, 29 May 2008 15:14:20 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Michael Reifenberger In-Reply-To: <20080529140557.GA94385@gw.reifenberger.com> Message-ID: <20080529151233.I3678@fledge.watson.org> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> 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, John Baldwin Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:14:25 -0000 On Thu, 29 May 2008, Michael Reifenberger wrote: > On Wed, May 28, 2008 at 01:09:49PM -0400, John Baldwin wrote: ... > >> Maybe make it only work if it only matches a single jail? That would work >> for the common case while avoiding ambiguities in the complex cases. > > Yes. Thats a good suggestion and the road I'll go. Thanks! The other concept that might be of benefit is a "dead" jail vs. a "live" jail -- with TCP connections taking a while to run down, there can often be dangling jail references that don't garbage collect for a few minutes. Perhaps, where there is ambiguity, live jails (ones with referencing processes) should be preferred to dead ones. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 14:14: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 34B3B1065762; Thu, 29 May 2008 14:14:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB41F8FC2D; Thu, 29 May 2008 14:14:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TEEsK9050339; Thu, 29 May 2008 14:14:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TEEsbC050338; Thu, 29 May 2008 14:14:54 GMT (envelope-from linimon) Message-Id: <200805291414.m4TEEsbC050338@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 May 2008 14:14: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/Tools/portbuild/scripts processlogs2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:14:55 -0000 linimon 2008-05-29 14:14:54 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs2 Log: Remove the force file, if it was used. Forgotten by: linimon Revision Changes Path 1.12 +1 -0 ports/Tools/portbuild/scripts/processlogs2 From owner-cvs-all@FreeBSD.ORG Thu May 29 14:16: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 CDF8D106566C; Thu, 29 May 2008 14:16:51 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (unknown [IPv6:2a01:170:102f::3]) by mx1.freebsd.org (Postfix) with ESMTP id 431BD8FC1B; Thu, 29 May 2008 14:16:51 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (irc_sucks@localhost [127.0.0.1]) by haluter.fromme.com (8.13.4/8.13.4) with ESMTP id m4TEGnkU066746; Thu, 29 May 2008 16:16:49 +0200 (CEST) (envelope-from olli@fromme.com) Received: (from olli@localhost) by haluter.fromme.com (8.13.4/8.12.9/Submit) id m4TEGn5X066744; Thu, 29 May 2008 16:16:49 +0200 (CEST) From: Oliver Fromme Message-Id: <200805291416.m4TEGn5X066744@haluter.fromme.com> To: bz@FreeBSD.org (Bjoern A. Zeeb) Date: Thu, 29 May 2008 16:16:49 +0200 (CEST) In-Reply-To: <20080529132242.J65662@maildrop.int.zabbadoz.net> from "Bjoern A. Zeeb" at May 29, 2008 01:28:28 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (haluter.fromme.com [127.0.0.1]); Thu, 29 May 2008 16:16:50 +0200 (CEST) Cc: cvs-src@FreeBSD.org, Michael Reifenberger , src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:16:52 -0000 Bjoern A. Zeeb wrote: > On Thu, 29 May 2008, Oliver Fromme wrote: > > I think that an admin who decides to use jexec with IP > > numbers or hostnames should be expected to be aware that > > there can be ambiguities, and that he should make sure > > that his IP numbers and/or hostnames are unique. > > I think that's a bad policy but ... As it currently stands, the hostname is a pretty good property to identify a jail. If the admin can guarantee that they're unique, it works very well. Of course, the ability to assign unique tags to jails would be even better, but we don't have that now, as far as I know. > As it already fetched the entire data from the kernel, it would be > easy to walk the list to the end and barf on duplicates. I agree. > > Now with the above new jexec feature, those scripts can be > > simplified greatly. Of course I _do_ make sure that all > > of my jails have unique hostnames. > > lucky you your jail goes away immediately when you stop it and the TCP > socket has to be teared down, still and you restarted it and end up in > the 'dead' one. Good point. That's certainly something that needs to be taken care of. (It doesn't happen to me because my stop script waits for the jail to disappear, FWIW. Another solution would be to record the current jail ID in a file somewhere.) > > However, I do share the concern that there's an ambiguity > > in the syntax: "127" can be a jail ID as well as an IP > > number (same as 0.0.0.127) or a hostname. Either the > > actually 127.0.0.0 I'm afraid I think it is 0.0.0.127. 127.0.0.0 would be 2130706432. > > A simple way to resolve it would be to require at least > > one dot for IP numbers, otherwise it is matched as a > > jail ID. In practice I've never seen people using single > > numbers (without dots) for IP numbers. In fact I've been > > stared at with disbelief by coworkers many times when > > using 127.1 as a shotcut for 127.0.0.1. > > Yes. because that is 127.1.0.0 and not 127.0.0.1. I'm pretty sure 127.1 is the same as 127.0.0.1. Last time I used telnet 127.1 to test things it worked fine. 127.1.0.0 would be 127.65536. > > > What do you think about using jail name from /etc/rc.conf? > > > > Personally I don't set up my jails via the rc.d stuff (and > > I suspect I'm not the only one), so that would only be of > > limited usefulness, I'm afraid. > > sorry we don't support private stuff. Of course I'm aware of that. But we don't force people to use the rc.d stuff for jails either. It doesn't fit for every case. > > > security.jail.set_hostname_allowed=1. > > > > I agree. If that sysctl is set to 1 (default!), matching > > against the jails' hostnames should not be attempted. > > Anyway people have been discussing this more than it is worth. > The bugs in the code are still not fixed. > As Christian has pointed out we will have a 'jail name' soon. That would be perfect. Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From owner-cvs-all@FreeBSD.ORG Thu May 29 14:17: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 8127710656CC; Thu, 29 May 2008 14:17:04 +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 43A448FC17; Thu, 29 May 2008 14:17:04 +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 m4TEH44U050438; Thu, 29 May 2008 14:17:04 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TEH4Hx050437; Thu, 29 May 2008 14:17:04 GMT (envelope-from flz) Message-Id: <200805291417.m4TEH4Hx050437@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 29 May 2008 14:17: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/graphics/libdrm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:17:04 -0000 flz 2008-05-29 14:17:03 UTC FreeBSD ports repository Modified files: graphics/libdrm Makefile distinfo Log: Use bzip2 distfile. PR: ports/122214 Submitted by: "Pedro F. Giffuni" Revision Changes Path 1.9 +1 -0 ports/graphics/libdrm/Makefile 1.5 +3 -3 ports/graphics/libdrm/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 14:23:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 007E01065674; Thu, 29 May 2008 14:23:12 +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 B60B48FC19; Thu, 29 May 2008 14:23:11 +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 m4TENB9p050716; Thu, 29 May 2008 14:23:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TENBYQ050715; Thu, 29 May 2008 14:23:11 GMT (envelope-from dinoex) Message-Id: <200805291423.m4TENBYQ050715@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 May 2008 14:23: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-mgmt/hobbit-client Makefile ports/net-mgmt/hobbit-client/files hobbit-client.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, 29 May 2008 14:23:12 -0000 dinoex 2008-05-29 14:23:11 UTC FreeBSD ports repository Modified files: net-mgmt/hobbit-client Makefile net-mgmt/hobbit-client/files hobbit-client.sh.in Log: - pass flags to startup script PR: 124066 Submitted by: falz Revision Changes Path 1.4 +1 -1 ports/net-mgmt/hobbit-client/Makefile 1.2 +6 -5 ports/net-mgmt/hobbit-client/files/hobbit-client.sh.in From owner-cvs-all@FreeBSD.ORG Thu May 29 14:24: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 52CFC1065677; Thu, 29 May 2008 14:24:45 +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 14CDB8FC1D; Thu, 29 May 2008 14:24:45 +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 m4TEOipV050766; Thu, 29 May 2008 14:24:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TEOi0F050765; Thu, 29 May 2008 14:24:44 GMT (envelope-from dinoex) Message-Id: <200805291424.m4TEOi0F050765@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 May 2008 14:24:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/miniupnpc 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, 29 May 2008 14:24:45 -0000 dinoex 2008-05-29 14:24:44 UTC FreeBSD ports repository Modified files: net/miniupnpc Makefile distinfo pkg-plist Log: - Update to 1.0 PR: 124023 Submitted by: Hung-Yi Chen Revision Changes Path 1.3 +3 -3 ports/net/miniupnpc/Makefile 1.2 +3 -3 ports/net/miniupnpc/distinfo 1.2 +2 -1 ports/net/miniupnpc/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 14:28: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 BD6A7106567F; Thu, 29 May 2008 14:28:26 +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 802848FC31; Thu, 29 May 2008 14:28: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 m4TESQXL050895; Thu, 29 May 2008 14:28:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TESQVs050894; Thu, 29 May 2008 14:28:26 GMT (envelope-from rwatson) Message-Id: <200805291428.m4TESQVs050894@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 May 2008 14:28: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/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:28:26 -0000 rwatson 2008-05-29 14:28:26 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Read lock rather than write lock TCP inpcbs in monitoring sysctls. In some cases, add explicit inpcb locking rather than relying on the global lock, as we dereference inp_socket, but also allowing us to drop the global lock more quickly. MFC after: 1 week Revision Changes Path 1.307 +31 -35 src/sys/netinet/tcp_subr.c From owner-cvs-all@FreeBSD.ORG Thu May 29 14:31: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 BF353106567A; Thu, 29 May 2008 14:31:18 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3238FC28; Thu, 29 May 2008 14:31:17 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id A2DB92218AAA; Fri, 30 May 2008 00:31:16 +1000 (EST) X-Viruscan-Id: <483EBE340001097339BAA6@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 4E6E421B32A9; Fri, 30 May 2008 00:31:16 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id E190B22189E1; Fri, 30 May 2008 00:31:15 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 18F641BE; Fri, 30 May 2008 00:31:15 +1000 (EST) Date: Fri, 30 May 2008 00:31:15 +1000 From: Edwin Groothuis To: Oliver Fromme Message-ID: <20080529143115.GB24246@k7.mavetju> References: <20080529132242.J65662@maildrop.int.zabbadoz.net> <200805291416.m4TEGn5X066744@haluter.fromme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805291416.m4TEGn5X066744@haluter.fromme.com> User-Agent: Mutt/1.4.2.3i Cc: Michael Reifenberger , src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, "Bjoern A. Zeeb" Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:31:18 -0000 On Thu, May 29, 2008 at 04:16:49PM +0200, Oliver Fromme wrote: > Bjoern A. Zeeb wrote: > > On Thu, 29 May 2008, Oliver Fromme wrote: > > > I think that an admin who decides to use jexec with IP > > > numbers or hostnames should be expected to be aware that > > > there can be ambiguities, and that he should make sure > > > that his IP numbers and/or hostnames are unique. > > > > I think that's a bad policy but ... > > As it currently stands, the hostname is a pretty good > property to identify a jail. If the admin can guarantee > that they're unique, it works very well. I can, but can FreeBSD? [~] root@field>jls JID IP Address Hostname Path 21 202.83.176.10 mail1.barnet.com.au /usr/jails/mail1.barnet.com.au 19 202.83.178.78 mail5.barnet.com.au /usr/jails/mail5.barnet.com.au 18 202.83.178.80 dbmail1.barnet.com.au /usr/jails/dbmail1.barnet.com.au 16 202.83.178.77 ldap1.barnet.com.au /usr/jails/ldap1.barnet.com.au 15 202.83.176.13 mail2.barnet.com.au /usr/jails/mail2.barnet.com.au 14 202.83.178.78 mail5.barnet.com.au /usr/jails/mail5.barnet.com.au 13 202.83.178.83 ports /usr/jails/ports 11 202.83.178.78 mail5.barnet.com.au /usr/jails/mail5.barnet.com.au Spot the three jails with 202.83.178.78... All caused by stopping and starting of the jail. Mind you, this is on a 6.3 machine which could have an unresolved issue with regarding to these ghost jails. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Thu May 29 14: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 D10D71065672; Thu, 29 May 2008 14:53:27 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id 692998FC1B; Thu, 29 May 2008 14:53:26 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 39E712275BB; Thu, 29 May 2008 16:53:48 +0200 (CEST) Received: from localhost (unknown [192.168.1.157]) by mail.m-online.net (Postfix) with ESMTP id BE6E890129; Thu, 29 May 2008 16:53:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from localhost ([192.168.3.149]) by localhost (scanner1.m-online.net [192.168.1.157]) (amavisd-new, port 10024) with ESMTP id ZrxlcQD2+QGc; Thu, 29 May 2008 16:53:20 +0200 (CEST) Received: from mail.reifenberger.com (ppp-88-217-79-178.dynamic.mnet-online.de [88.217.79.178]) by mail.mnet-online.de (Postfix) with ESMTP; Thu, 29 May 2008 16:53:20 +0200 (CEST) Received: by mail.reifenberger.com (Postfix, from userid 1001) id 03A311AEEA; Thu, 29 May 2008 16:53:19 +0200 (CEST) Date: Thu, 29 May 2008 16:53:19 +0200 From: Michael Reifenberger To: Robert Watson Message-ID: <20080529145319.GC94385@gw.reifenberger.com> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> <20080529151233.I3678@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080529151233.I3678@fledge.watson.org> User-Agent: Mutt/1.4.2.3i Priority: normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:53:27 -0000 On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... > The other concept that might be of benefit is a "dead" jail vs. a "live" > jail -- with TCP connections taking a while to run down, there can often be > dangling jail references that don't garbage collect for a few minutes. > Perhaps, where there is ambiguity, live jails (ones with referencing > processes) should be preferred to dead ones. Thats something that the admin should take care for. -- Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com From owner-cvs-all@FreeBSD.ORG Thu May 29 14:56: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 3DF3D1065677; Thu, 29 May 2008 14:56:51 +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 ECAAF8FC13; Thu, 29 May 2008 14:56:50 +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 4521646C1F; Thu, 29 May 2008 10:56:50 -0400 (EDT) Date: Thu, 29 May 2008 15:56:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Michael Reifenberger In-Reply-To: <20080529145319.GC94385@gw.reifenberger.com> Message-ID: <20080529155422.T3678@fledge.watson.org> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> <20080529151233.I3678@fledge.watson.org> <20080529145319.GC94385@gw.reifenberger.com> 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, John Baldwin Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 14:56:51 -0000 On Thu, 29 May 2008, Michael Reifenberger wrote: > On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... >> The other concept that might be of benefit is a "dead" jail vs. a "live" >> jail -- with TCP connections taking a while to run down, there can often be >> dangling jail references that don't garbage collect for a few minutes. >> Perhaps, where there is ambiguity, live jails (ones with referencing >> processes) should be preferred to dead ones. > > Thats something that the admin should take care for. How might they do that? Remember that any command that works only when the jail IP is "unambiguous" will become effectively non-deterministic as a result of un-garbage collected jails. So sometimes jexec -h foo will simply work, and sometimes return an error, depending on whether 2MSL has happened yet or not. I have to say that I really don't think that this addition is a good idea. Once unique, administratively-determined jail names are available, and if we add the idea of "dying" jails, then this may be useful. Otherwise, it seems like a conceptually inconsistent concept that fails to match the implementation -- i.e., one that will always work badly. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 15:00: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 C1CA21065672; Thu, 29 May 2008 15:00:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 572DE8FC18; Thu, 29 May 2008 15:00:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id F0E3041C798; Thu, 29 May 2008 17:00:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id hwUaDwhl7jCU; Thu, 29 May 2008 17:00:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 965C141C795; Thu, 29 May 2008 17:00:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id AB3C944487F; Thu, 29 May 2008 14:58:38 +0000 (UTC) Date: Thu, 29 May 2008 14:58:38 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Oliver Fromme In-Reply-To: <200805291416.m4TEGn5X066744@haluter.fromme.com> Message-ID: <20080529144348.L65662@maildrop.int.zabbadoz.net> References: <200805291416.m4TEGn5X066744@haluter.fromme.com> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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: inet(3) inet_network() bug, [was: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c] X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:00:08 -0000 On Thu, 29 May 2008, Oliver Fromme wrote: Hi, > > > However, I do share the concern that there's an ambiguity > > > in the syntax: "127" can be a jail ID as well as an IP > > > number (same as 0.0.0.127) or a hostname. Either the > > > > actually 127.0.0.0 > > I'm afraid I think it is 0.0.0.127. > 127.0.0.0 would be 2130706432. 127.0.0.1 is 0x0000007f. ~/tmp> ./a.out 127 127.0.0.0 > > > using 127.1 as a shotcut for 127.0.0.1. > > > > Yes. because that is 127.1.0.0 and not 127.0.0.1. > > I'm pretty sure 127.1 is the same as 127.0.0.1. Last > time I used telnet 127.1 to test things it worked fine. > > 127.1.0.0 would be 127.65536. re-reading the man page inet(3) it seems you would be right for 127.0.0.1 == 127.1 -- just that our implementation of inet_network() doesn't think you are... *sigh* I know this function. It's from bind sources... ~/tmp> ./a.out 127.1 1.127.0.0 btw. the 3 digit version seems to be broken as well: ~/tmp> ./a.out 128.1.2 2.1.128.0 ~/tmp> cat 127.c #include #include #include #include #include #include int main(int argc, char *argv[]) { in_addr_t ia; char buf[16]; if (argc != 2) errx(1, "usage: %s IP-address", argv[0]); ia = inet_network(argv[1]); if (ia == INADDR_NONE) err(1, "inet_network"); if (inet_ntop(AF_INET, &ia, buf, sizeof(buf)) == NULL) err(1, "inet_ntop"); printf("%s\n", buf); return (0); } -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-cvs-all@FreeBSD.ORG Thu May 29 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 605C61065674; Thu, 29 May 2008 15:06:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 228028FC31; Thu, 29 May 2008 15:06:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TF6CWn053149; Thu, 29 May 2008 15:06:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TF6BwQ053148; Thu, 29 May 2008 15:06:11 GMT (envelope-from mat) Message-Id: <200805291506.m4TF6BwQ053148@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 15:06:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/p5-Net-DNS-ZoneFile-Fast Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:06:12 -0000 mat 2008-05-29 15:06:11 UTC FreeBSD ports repository Modified files: dns/p5-Net-DNS-ZoneFile-Fast Makefile distinfo Log: Update to 1.0 Revision Changes Path 1.8 +1 -2 ports/dns/p5-Net-DNS-ZoneFile-Fast/Makefile 1.7 +3 -3 ports/dns/p5-Net-DNS-ZoneFile-Fast/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 15:06: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 C8C141065677; Thu, 29 May 2008 15:06:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89BCE8FC32; Thu, 29 May 2008 15:06:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TF6Vqh053197; Thu, 29 May 2008 15:06:31 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TF6VLK053196; Thu, 29 May 2008 15:06:31 GMT (envelope-from mat) Message-Id: <200805291506.m4TF6VLK053196@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 15:06: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/textproc/p5-POSIX-Regex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:06:31 -0000 mat 2008-05-29 15:06:31 UTC FreeBSD ports repository Modified files: textproc/p5-POSIX-Regex Makefile distinfo Log: Update to 0.90.10 Revision Changes Path 1.5 +1 -1 ports/textproc/p5-POSIX-Regex/Makefile 1.3 +3 -3 ports/textproc/p5-POSIX-Regex/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 15:06: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 0BAA7106564A; Thu, 29 May 2008 15:06:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C19768FC30; Thu, 29 May 2008 15:06:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TF6hZB053233; Thu, 29 May 2008 15:06:43 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TF6hLu053232; Thu, 29 May 2008 15:06:43 GMT (envelope-from mat) Message-Id: <200805291506.m4TF6hLu053232@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 15:06: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/textproc/p5-XML-Liberal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:06:44 -0000 mat 2008-05-29 15:06:43 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Liberal Makefile distinfo Log: Update to 0.19 Revision Changes Path 1.10 +1 -1 ports/textproc/p5-XML-Liberal/Makefile 1.7 +3 -3 ports/textproc/p5-XML-Liberal/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 15: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 0D94F1065675; Thu, 29 May 2008 15:06:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C360C8FC21; Thu, 29 May 2008 15:06:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TF6um9053265; Thu, 29 May 2008 15:06:56 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TF6uwE053264; Thu, 29 May 2008 15:06:56 GMT (envelope-from mat) Message-Id: <200805291506.m4TF6uwE053264@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 15: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/p5-WWW-Myspace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:06:57 -0000 mat 2008-05-29 15:06:56 UTC FreeBSD ports repository Modified files: www/p5-WWW-Myspace Makefile distinfo Log: Update to 0.80 Revision Changes Path 1.26 +1 -1 ports/www/p5-WWW-Myspace/Makefile 1.25 +3 -3 ports/www/p5-WWW-Myspace/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 15:18: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 2A2911065676; Thu, 29 May 2008 15:18: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 DF49E8FC28; Thu, 29 May 2008 15:18:12 +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 m4TFICDN053583; Thu, 29 May 2008 15:18:12 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TFICmN053582; Thu, 29 May 2008 15:18:12 GMT (envelope-from gahr) Message-Id: <200805291518.m4TFICmN053582@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 29 May 2008 15: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/cad/oregano Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:18:13 -0000 gahr 2008-05-29 15:18:12 UTC FreeBSD ports repository Modified files: cad/oregano Makefile Log: - Unbreak: make fetchable again Approved by: miwi (mentor implicit) Revision Changes Path 1.37 +0 -2 ports/cad/oregano/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 15: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 9B4111065676; Thu, 29 May 2008 15:21:41 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7268FC17; Thu, 29 May 2008 15:21:40 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4TFLVDJ010743; Thu, 29 May 2008 11:21:31 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Thu, 29 May 2008 11:21:32 -0400 (EDT) Date: Thu, 29 May 2008 11:21:31 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Robert Watson In-Reply-To: <20080529084608.X39873@fledge.watson.org> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080529084608.X39873@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:21:41 -0000 On Thu, 29 May 2008, Robert Watson wrote: > > On Wed, 28 May 2008, Daniel Eischen wrote: > >> There's nothing technically wrong with it in that it will work, but for >> minor features that provide low marginal utility, I'm not sure that it is >> warranted. I would rather see the bar raised for new features added to >> -stable branches. But I don't feel strongly enough one way or the other to >> request a backout. > > I think there's actually a strong contrary argument to this in the general > case: the things we should try hardest to MFC are the most trivial changes, > as those changes have the lowest risk and highest utility in reducing > gratuitous differences between branches. The more "minor" changes present in > HEAD vs a RELENG_ branch, the harder it is to merge larger functional > changes: there may be conflicting diffs, subtle dependencies, etc. > > I don't have any specific cases in mind for this particular function, but > certainly in the network stack and elsewhere in the kernel, there is a strong > motivation to merge quickly and frequently for minor changes so that they > don't build up over time and make other, more important, changes harder to > merge. The more we allow 8.x and 7.x to diverge, the harder it will be to > bring back changes and keep the 7.x branch running in the long term, and the > more likely it is that when we run into harder merges later. > > So, this is neither a vote for nor against a backout, but this is a general > call to resist the conservative tendancy that says "don't MFC minor things" > because, in macro, it has a significant drag effect on the MFC process that > keeps RELENG branches maintainable. Ok, but consider the prior email with kan about MFC's after an 8.0 release. Since you must be able to run 7.x binaries on 8.0, then you can't MFC any symbol changes from 8.0+ back to 7.x. The symbols are basically frozen in 7.x after 8.0 is released. We could sidestep this issue a little if the symbols were also MFC'd to the 8.0 release branch and prohibit our base system from using them. Or by waiting until 8.1 was released before MFC'ing to 7.x so there would be a compatible upgrade path. Or say that compatibility goes by release _date, not by version number... -- DE From owner-cvs-all@FreeBSD.ORG Thu May 29 15:29: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 6C060106564A; Thu, 29 May 2008 15:29:35 +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 1F2BC8FC1C; Thu, 29 May 2008 15:29:35 +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 8812446B03; Thu, 29 May 2008 11:29:34 -0400 (EDT) Date: Thu, 29 May 2008 16:29:34 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Daniel Eischen In-Reply-To: Message-ID: <20080529162517.V3678@fledge.watson.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080529084608.X39873@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Thu, 29 May 2008 15:29:35 -0000 On Thu, 29 May 2008, Daniel Eischen wrote: >> So, this is neither a vote for nor against a backout, but this is a general >> call to resist the conservative tendancy that says "don't MFC minor things" >> because, in macro, it has a significant drag effect on the MFC process that >> keeps RELENG branches maintainable. > > Ok, but consider the prior email with kan about MFC's after an 8.0 release. > Since you must be able to run 7.x binaries on 8.0, then you can't MFC any > symbol changes from 8.0+ back to 7.x. The symbols are basically frozen in > 7.x after 8.0 is released. Sounds like a bug. :-) I realize that is a rather simplistic view, but the reality is that we want the best of both worlds: we like having active feaure merging, and we like having multiple active branches with releases after a .0. In fact, having a .4 on one branch after a .0 on the next branch seems pretty central to our world view. As many downsides as library versions had, one upside was the ability to do this. I need to go read Alexander's e-mail, but it seems that really this limitation shouldn't have to exist. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 15:59: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 7AC081065678; Thu, 29 May 2008 15:59:12 +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 3AD5D8FC25; Thu, 29 May 2008 15:59:12 +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 m4TFxCgH057703; Thu, 29 May 2008 15:59:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TFxCbI057702; Thu, 29 May 2008 15:59:12 GMT (envelope-from erwin) Message-Id: <200805291559.m4TFxCbI057702@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 29 May 2008 15: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/sysutils/p5-Unix-Syslog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:59:12 -0000 erwin 2008-05-29 15:59:11 UTC FreeBSD ports repository Modified files: sysutils/p5-Unix-Syslog Makefile distinfo Log: Update to 1.1 Revision Changes Path 1.12 +1 -1 ports/sysutils/p5-Unix-Syslog/Makefile 1.8 +3 -3 ports/sysutils/p5-Unix-Syslog/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 15:33:55 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703DB106566B; Thu, 29 May 2008 15:33:55 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id E1F898FC1F; Thu, 29 May 2008 15:33:54 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m4TFXiMp020009; Thu, 29 May 2008 11:33:44 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Thu, 29 May 2008 11:33:45 -0400 (EDT) Date: Thu, 29 May 2008 11:33:44 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Robert Watson In-Reply-To: <20080529092022.E39873@fledge.watson.org> Message-ID: References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <483E64D8.50802@freebsd.org> <20080529092022.E39873@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Thu, 29 May 2008 16:04:42 +0000 Cc: Maxim Sobolev , src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, Xin LI , re@freebsd.org, Andre Oppermann , David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 15:33:55 -0000 On Thu, 29 May 2008, Robert Watson wrote: > > On Thu, 29 May 2008, Andre Oppermann wrote: > >> These symbol versioning discussion come up from time to time and actually >> as a developer who is not often confronted with it I have a hard time >> figuring out what exactly I'm supposed to do here. >> >> Hence my pretty-please request to the guru(s) in residence to write up a >> section for the FreeBSD developers handbook explaining the concept of >> symbol versioning, its concrete implementation in FreeBSD and the rules we >> apply to versioning (including example cases like this and some earlier >> ones that came up). > > Daniel has a nice summary here: > > http://people.freebsd.org/~deischen/symver/freebsd_versioning.txt > > However, I agree that this is something I'd like to see moved into the > developers handbook, and as we get more experience, fleshed out. For > example, fts is one of the worked examples there, but I think the text could > talk a bit more about how a change in the layout of a structure, even though > function signatures remain the same, leads to an ABI change, and what other > implications there are. I tried to do that with FILE, although it turns out it's not a good example. I think we're basically screwed with structures unless we add versioning inside them. An application can create a structure using the new format from a recent libc, then pass it to a 3rd party library that hasn't been rebuilt, and the 3rd party library passes it back to libc using a compat function. -- DE From owner-cvs-all@FreeBSD.ORG Thu May 29 16:06: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 3D643106566B; Thu, 29 May 2008 16:06:04 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (unknown [IPv6:2a01:170:102f::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3988FC0A; Thu, 29 May 2008 16:06:03 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (irc_sucks@localhost [127.0.0.1]) by haluter.fromme.com (8.13.4/8.13.4) with ESMTP id m4TG61qr067640; Thu, 29 May 2008 18:06:02 +0200 (CEST) (envelope-from olli@fromme.com) Received: (from olli@localhost) by haluter.fromme.com (8.13.4/8.12.9/Submit) id m4TG61a1067638; Thu, 29 May 2008 18:06:01 +0200 (CEST) From: Oliver Fromme Message-Id: <200805291606.m4TG61a1067638@haluter.fromme.com> To: bz@FreeBSD.org (Bjoern A. Zeeb) Date: Thu, 29 May 2008 18:06:01 +0200 (CEST) In-Reply-To: <20080529144348.L65662@maildrop.int.zabbadoz.net> from "Bjoern A. Zeeb" at May 29, 2008 02:58:38 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (haluter.fromme.com [127.0.0.1]); Thu, 29 May 2008 18:06:02 +0200 (CEST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: inet(3) inet_network() bug, [was: cvs commit: src/usr.sbin/jexec X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 16:06:04 -0000 Hi, Bjoern A. Zeeb wrote: > On Thu, 29 May 2008, Oliver Fromme wrote: > > > > > However, I do share the concern that there's an ambiguity > > > > in the syntax: "127" can be a jail ID as well as an IP > > > > number (same as 0.0.0.127) or a hostname. Either the > > > > > > actually 127.0.0.0 > > > > I'm afraid I think it is 0.0.0.127. > > 127.0.0.0 would be 2130706432. > > 127.0.0.1 is 0x0000007f. I'm confused. I assume you meant 127.0.0.0 (not .1). When the input "127" is used when an IP number is expected, it must be interpreted as 0.0.0.127 (which would be 0x7f000000 as in_addr_t). This is required by POSIX/SUSv3. It is correctly explained in our inet_addr() manpage. Of course the in_addr_t of 127.0.0.0 is 0x0000007f, but that's a different thing. > > I'm pretty sure 127.1 is the same as 127.0.0.1. Last > > time I used telnet 127.1 to test things it worked fine. > > > > 127.1.0.0 would be 127.65536. > > re-reading the man page inet(3) it seems you would be right > for 127.0.0.1 == 127.1 -- just that our implementation of > inet_network() doesn't think you are... *sigh* I know this > function. It's from bind sources... You should use inet_addr() instead of inet_network(). inet_addr() returns an IP number in network byte order which is correct input for inet_ntop(). However, inet_network() returns a network number in host byte order which is *not* suitable for inet_ntop(). That's why your test program produces wrong output. Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From owner-cvs-all@FreeBSD.ORG Thu May 29 16:34: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 B9AD51065673; Thu, 29 May 2008 16:34:11 +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 78E828FC1F; Thu, 29 May 2008 16:34:11 +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 m4TGYBGJ065616; Thu, 29 May 2008 16:34:11 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TGYBcX065615; Thu, 29 May 2008 16:34:11 GMT (envelope-from mezz) Message-Id: <200805291634.m4TGYBcX065615@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 29 May 2008 16:34: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/Mk bsd.gnome.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, 29 May 2008 16:34:11 -0000 mezz 2008-05-29 16:34:11 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: Add one more hack for pkg-config path in gnomehack, (prefix)/lib/pkgconfig. PR: ports/124096 Submitted by: Björn König Revision Changes Path 1.147 +2 -1 ports/Mk/bsd.gnome.mk From owner-cvs-all@FreeBSD.ORG Thu May 29 17:00: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 D0F41106564A; Thu, 29 May 2008 17:00:02 +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 8B3018FC0A; Thu, 29 May 2008 17:00:02 +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 m4TH02hR075563; Thu, 29 May 2008 17:00:02 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TH02it075562; Thu, 29 May 2008 17:00:02 GMT (envelope-from mr) Message-Id: <200805291700.m4TH02it075562@repoman.freebsd.org> From: Michael Reifenberger Date: Thu, 29 May 2008 17:00: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/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 17:00:03 -0000 mr 2008-05-29 17:00:02 UTC FreeBSD src repository Modified files: usr.sbin/jexec jexec.8 jexec.c Log: Fix some bugs/complaints: - make addr2jid static - add -h Flag for hostname/ip-number search - s,strncmp,strcmp, in addr2jid - return jid only if found once Requested by: some Revision Changes Path 1.7 +5 -6 src/usr.sbin/jexec/jexec.8 1.7 +26 -16 src/usr.sbin/jexec/jexec.c From owner-cvs-all@FreeBSD.ORG Thu May 29 17:03:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FFA1065673; Thu, 29 May 2008 17:03:37 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52D4C8FC1B; Thu, 29 May 2008 17:03:37 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TH3bFf076775; Thu, 29 May 2008 17:03:37 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TH3b0s076774; Thu, 29 May 2008 17:03:37 GMT (envelope-from chinsan) Message-Id: <200805291703.m4TH3b0s076774@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 17:03:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-ack Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 17:03:37 -0000 chinsan 2008-05-29 17:03:37 UTC FreeBSD ports repository Modified files: textproc/p5-ack Makefile distinfo Log: - Update to 1.84. Revision Changes Path 1.24 +1 -1 ports/textproc/p5-ack/Makefile 1.20 +3 -3 ports/textproc/p5-ack/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 17:04: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 B9C7C1065678; Thu, 29 May 2008 17:04:31 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE0C8FC17; Thu, 29 May 2008 17:04:31 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TH4VDk076816; Thu, 29 May 2008 17:04:31 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TH4VbM076815; Thu, 29 May 2008 17:04:31 GMT (envelope-from chinsan) Message-Id: <200805291704.m4TH4VbM076815@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 17:04: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/p5-Params-Util Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 17:04:31 -0000 chinsan 2008-05-29 17:04:31 UTC FreeBSD ports repository Modified files: devel/p5-Params-Util Makefile distinfo Log: - Update to 0.33. Revision Changes Path 1.20 +1 -1 ports/devel/p5-Params-Util/Makefile 1.19 +3 -3 ports/devel/p5-Params-Util/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 17:05: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 43F9A1065670; Thu, 29 May 2008 17:05:39 +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 E08488FC16; Thu, 29 May 2008 17:05:38 +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 0AF5546C31; Thu, 29 May 2008 13:05:38 -0400 (EDT) Date: Thu, 29 May 2008 18:05:37 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Michael Reifenberger In-Reply-To: <200805291700.m4TH02it075562@repoman.freebsd.org> Message-ID: <20080529180430.R3678@fledge.watson.org> References: <200805291700.m4TH02it075562@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/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 17:05:39 -0000 On Thu, 29 May 2008, Michael Reifenberger wrote: > Log: > Fix some bugs/complaints: > - make addr2jid static > - add -h Flag for hostname/ip-number search > - s,strncmp,strcmp, in addr2jid > - return jid only if found once > > Requested by: some FWIW, I think recent changes have made jexec behave in a fundamentally unreliable way -- please don't MFC any of these changes until than unreliable behavior is corrected. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu May 29 17:06:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E92F91065671; Thu, 29 May 2008 17:06:16 +0000 (UTC) Date: Thu, 29 May 2008 17:06:16 +0000 From: Alexey Dokuchaev To: Brian Somers Message-ID: <20080529170616.GA5139@FreeBSD.org> References: <200805281815.m4SIFOYh078034@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200805281815.m4SIFOYh078034@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/devel Makefile ports/devel/jsl 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, 29 May 2008 17:06:17 -0000 On Wed, May 28, 2008 at 06:15:24PM +0000, Brian Somers wrote: > brian 2008-05-28 18:15:24 UTC > > Revision Changes Path > 1.3071 +1 -0 ports/devel/Makefile > 1.1 +32 -0 ports/devel/jsl/Makefile (new) > 1.1 +3 -0 ports/devel/jsl/distinfo (new) > 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) > 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) Why bother with 1-line pkg-plist when we have PLIST_FILES? ./danfe From owner-cvs-all@FreeBSD.ORG Thu May 29 17:32: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 AEC391065679; Thu, 29 May 2008 17:32: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 6D0E18FC15; Thu, 29 May 2008 17:32: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 m4THWtlh077696; Thu, 29 May 2008 17:32:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4THWtgL077695; Thu, 29 May 2008 17:32:55 GMT (envelope-from jhb) Message-Id: <200805291732.m4THWtgL077695@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 May 2008 17:32: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/ie if_ie.c if_ievar.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, 29 May 2008 17:32:55 -0000 jhb 2008-05-29 17:32:55 UTC FreeBSD src repository Modified files: sys/dev/ie if_ie.c if_ievar.h Log: Use if_printf() and if_xname and retire 'unit' from the softc. Revision Changes Path 1.107 +48 -47 src/sys/dev/ie/if_ie.c 1.4 +0 -1 src/sys/dev/ie/if_ievar.h From owner-cvs-all@FreeBSD.ORG Thu May 29 17:49: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 9C08C1065672; Thu, 29 May 2008 17:49:51 +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 58CE18FC1E; Thu, 29 May 2008 17:49:51 +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 m4THnp0L078330; Thu, 29 May 2008 17:49:51 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4THnpf2078329; Thu, 29 May 2008 17:49:51 GMT (envelope-from dinoex) Message-Id: <200805291749.m4THnpf2078329@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 May 2008 17:49:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openssl Makefile distinfo ports/security/openssl/files-beta 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, 29 May 2008 17:49:51 -0000 dinoex 2008-05-29 17:49:51 UTC FreeBSD ports repository Modified files: security/openssl Makefile distinfo security/openssl/files-beta patch-Configure Log: - Security update to 0.9.8h Security: http://openssl.org/news/secadv_20080528.txt Security: http://secunia.com/advisories/30405/ Security: http://cert.fi/haavoittuvuudet/2008/advisory-openssl.html Security: CVE-2008-0891 Security: CVE-2008-1672 Revision Changes Path 1.132 +1 -1 ports/security/openssl/Makefile 1.45 +3 -6 ports/security/openssl/distinfo 1.4 +6 -6 ports/security/openssl/files-beta/patch-Configure From owner-cvs-all@FreeBSD.ORG Thu May 29 18:08: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 A9F8D106564A; Thu, 29 May 2008 18:08:02 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 663668FC20; Thu, 29 May 2008 18:08:02 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TI82d8080174; Thu, 29 May 2008 18:08:02 GMT (envelope-from manolis@repoman.freebsd.org) Received: (from manolis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TI821l080173; Thu, 29 May 2008 18:08:02 GMT (envelope-from manolis) Message-Id: <200805291808.m4TI821l080173@repoman.freebsd.org> From: Manolis Kiagias Date: Thu, 29 May 2008 18:08: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/el_GR.ISO8859-7/articles Makefile doc/el_GR.ISO8859-7/articles/gjournal-desktop 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: Thu, 29 May 2008 18:08:02 -0000 manolis 2008-05-29 18:08:01 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles Makefile Added files: el_GR.ISO8859-7/articles/gjournal-desktop Makefile article.sgml Log: Translated gjournal-desktop article to Greek Approved by: gabor (mentor) Revision Changes Path 1.13 +1 -0 doc/el_GR.ISO8859-7/articles/Makefile 1.1 +23 -0 doc/el_GR.ISO8859-7/articles/gjournal-desktop/Makefile (new) 1.1 +761 -0 doc/el_GR.ISO8859-7/articles/gjournal-desktop/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 18:25: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 A6BED1065674; Thu, 29 May 2008 18:25: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 62A628FC1E; Thu, 29 May 2008 18:25: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 m4TIPI3Z080772; Thu, 29 May 2008 18:25:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TIPIlw080771; Thu, 29 May 2008 18:25:18 GMT (envelope-from miwi) Message-Id: <200805291825.m4TIPIlw080771@repoman.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2008 18:25:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gnash-devel/files patch-server-asobj-flash-geom-Point_as.cpp patch-server-asobj-flash-geom-Rectangle_as.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, 29 May 2008 18:25:18 -0000 miwi 2008-05-29 18:25:18 UTC FreeBSD ports repository Added files: graphics/gnash-devel/files patch-server-asobj-flash-geom-Point_as.cpp patch-server-asobj-flash-geom-Rectangle_as.cpp Log: - Add missing patches Submitted by: jkim Revision Changes Path 1.1 +14 -0 ports/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Point_as.cpp (new) 1.1 +15 -0 ports/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Rectangle_as.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 18:43: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 336E31065672; Thu, 29 May 2008 18:43:25 +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 ADACA8FC19; Thu, 29 May 2008 18:43: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 m4TIi7iv020695; Thu, 29 May 2008 14:44:07 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m4TIi7k5020694; Thu, 29 May 2008 14:44:07 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 29 May 2008 14:44:07 -0400 From: David Schultz To: Marcel Moolenaar Message-ID: <20080529184407.GA20640@zim.MIT.EDU> Mail-Followup-To: Marcel Moolenaar , "Bruce M. Simpson" , Marcel Moolenaar , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200805281641.m4SGf3ix052304@repoman.freebsd.org> <483D8B9E.9060909@FreeBSD.org> <8B311170-7A48-4121-9EE8-734488D0F35C@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8B311170-7A48-4121-9EE8-734488D0F35C@mac.com> Cc: cvs-src@FreeBSD.ORG, Marcel Moolenaar , "Bruce M. Simpson" , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ia64/include 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: Thu, 29 May 2008 18:43:25 -0000 On Wed, May 28, 2008, Marcel Moolenaar wrote: > > On May 28, 2008, at 9:43 AM, Bruce M. Simpson wrote: > > >Marcel Moolenaar wrote: > >>...the cmpxchg instruction was comparing > >> 0x0000000080000000LU to 0xffffffff80000000LU and obviously didn't > >> perform the exchange. > >> ...Subsequent locking requests found rw_state non-zero > >> and the thread in question entered the kernel and block > >>indefinitely. > > > > > >Man, this must have been a total nightmare to track down. > > Yeah. It was 2 puzzles in one. First you need to track down the failure > and then you need to figure out how to work around it... > > >I guess the bigger question is, why was gcc sign-extending a > >constant marked U in the first place? > > My best answer is: because of a bug :-) > > In this case GCC knew the value and as such opened itself up to its own > sign bugs. Normally cmpval is unknown (by virtue of not being constant > or > by virtue of not being able to constant-propagate across functions) and > GCC will perform standard transformations. The standard transformations > can only work with the type of cmpval, which is uint32_t and as such > will > do zero-extension. But if the value is known, optimizations kick in that > normally wouldn't kick in and in. Those optimizations have a tendendency > to focus on the value and not on the type. In this case the constant has > the sign-bit set, so somewhere along the lines sign-extension happened > that shouldn't have happened and it's hard to get the right result in > the > end... I remember from writing fenv.h that there were lots of painful bugs involving gcc on ia64 and inline asms. Generally things would work at -O0, but once you turned on inlining you got bogus code. Then turning on -O2 or -fschedule-insns2 would fix it again. From owner-cvs-all@FreeBSD.ORG Thu May 29 18:48: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 3DFC11065671; Thu, 29 May 2008 18:48:53 +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 EEF6F8FC16; Thu, 29 May 2008 18:48:52 +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 m4TImqxY083900; Thu, 29 May 2008 18:48:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TImqa7083809; Thu, 29 May 2008 18:48:52 GMT (envelope-from dinoex) Message-Id: <200805291848.m4TImqa7083809@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 May 2008 18:48:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gnustep-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, 29 May 2008 18:48:53 -0000 dinoex 2008-05-29 18:48:51 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-gui Makefile Log: - fix build with portaudio, by backing out last patches Broken in Revision 1.96at date: 2008/05/19 23:04:49; author: pav Revision Changes Path 1.98 +7 -5 ports/x11-toolkits/gnustep-gui/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 18:57: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 EDF2C106564A; Thu, 29 May 2008 18:57:11 +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 AB6D08FC18; Thu, 29 May 2008 18:57:11 +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 m4TIvBAj085106; Thu, 29 May 2008 18:57:11 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TIvBWG085105; Thu, 29 May 2008 18:57:11 GMT (envelope-from oliver) Message-Id: <200805291857.m4TIvBWG085105@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 29 May 2008 18:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/mime-support Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 18:57:12 -0000 oliver 2008-05-29 18:57:11 UTC FreeBSD ports repository Modified files: misc/mime-support Makefile distinfo Log: update to 3.42 Revision Changes Path 1.17 +1 -1 ports/misc/mime-support/Makefile 1.15 +3 -3 ports/misc/mime-support/distinfo From owner-cvs-all@FreeBSD.ORG Thu May 29 19:14: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 D2DFA106564A; Thu, 29 May 2008 19:14: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 A7AB08FC28; Thu, 29 May 2008 19:14: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 m4TJElJh086898; Thu, 29 May 2008 19:14:47 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TJEl8W086897; Thu, 29 May 2008 19:14:47 GMT (envelope-from gahr) Message-Id: <200805291914.m4TJEl8W086897@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 29 May 2008 19:14: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/lang Makefile ports/lang/nbfc Makefile distinfo pkg-descr ports/lang/nbfc/files patch-bf.h patch-compiler.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 19:14:47 -0000 gahr 2008-05-29 19:14:47 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/nbfc Makefile distinfo pkg-descr lang/nbfc/files patch-bf.h patch-compiler.c Log: New port: The New Brainfuck Compiler The New Brainfuck Compiler is an optimizing Brainfuck-to-C and Bainfuck-to-Java compiler. Approved by: miwi (mentor) Revision Changes Path 1.589 +1 -0 ports/lang/Makefile 1.1 +24 -0 ports/lang/nbfc/Makefile (new) 1.1 +3 -0 ports/lang/nbfc/distinfo (new) 1.1 +8 -0 ports/lang/nbfc/files/patch-bf.h (new) 1.1 +8 -0 ports/lang/nbfc/files/patch-compiler.c (new) 1.1 +4 -0 ports/lang/nbfc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu May 29 19:15: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 87402106567C; Thu, 29 May 2008 19:15:11 +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 44EEB8FC1C; Thu, 29 May 2008 19:15:11 +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 m4TJFBFF086976; Thu, 29 May 2008 19:15:11 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TJFBM5086975; Thu, 29 May 2008 19:15:11 GMT (envelope-from gahr) Message-Id: <200805291915.m4TJFBM5086975@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 29 May 2008 19:15: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: 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, 29 May 2008 19:15:11 -0000 gahr 2008-05-29 19:15:11 UTC FreeBSD ports repository Modified files: . modules Log: nbfc --> ports/lang/nbfc Revision Changes Path 1.19892 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu May 29 20: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 195941065679; Thu, 29 May 2008 20:57:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB51D8FC3C; Thu, 29 May 2008 20:57:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TKv4BE005943; Thu, 29 May 2008 20:57:04 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TKv4in005942; Thu, 29 May 2008 20:57:04 GMT (envelope-from mat) Message-Id: <200805292057.m4TKv4in005942@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 20:57: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/php4-rrdtool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 20:57:05 -0000 mat 2008-05-29 20:57:03 UTC FreeBSD ports repository Modified files: databases/php4-rrdtool Makefile Log: Fix when NOPORTDOCS set Spotted By: itetcu Revision Changes Path 1.6 +2 -0 ports/databases/php4-rrdtool/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21:06:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEB001065686; Thu, 29 May 2008 21:06:35 +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 6D0298FC1A; Thu, 29 May 2008 21:06:35 +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 m4TL6ZYT007364; Thu, 29 May 2008 21:06:35 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TL6ZGQ007363; Thu, 29 May 2008 21:06:35 GMT (envelope-from lippe) Message-Id: <200805292106.m4TL6ZGQ007363@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Thu, 29 May 2008 21:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/mrtg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:06:35 -0000 lippe 2008-05-29 21:06:35 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile Log: - Unbreak startup script. - bump PORTREVISION. Submitted by: Alexander Logvinov (private mail) Approved by: gabor (mentor) Revision Changes Path 1.97 +3 -2 ports/net-mgmt/mrtg/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21: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 0FF0F1065675; Thu, 29 May 2008 21:08:26 +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 C32368FC0C; Thu, 29 May 2008 21:08:25 +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 m4TL8Pep007430; Thu, 29 May 2008 21:08:25 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TL8PPb007429; Thu, 29 May 2008 21:08:25 GMT (envelope-from lippe) Message-Id: <200805292108.m4TL8PPb007429@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Thu, 29 May 2008 21:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/jfbterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:08:26 -0000 lippe 2008-05-29 21:08:25 UTC FreeBSD ports repository Modified files: sysutils/jfbterm Makefile Log: - Require automake and autoconf. - Builds fine on amd64 too. - PORTREVISION. PR: ports/123480 Submitted by: nrg milk Approved by: gabor (mentor), maintainer timeout (>2 weeks) Revision Changes Path 1.5 +2 -1 ports/sysutils/jfbterm/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21:14: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 2D3C91065685; Thu, 29 May 2008 21:14:13 +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 E173A8FC1B; Thu, 29 May 2008 21:14: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 m4TLECHa007628; Thu, 29 May 2008 21:14:12 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLECM4007627; Thu, 29 May 2008 21:14:12 GMT (envelope-from lippe) Message-Id: <200805292114.m4TLECM4007627@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Thu, 29 May 2008 21:14: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-fonts/webfonts Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:14:13 -0000 lippe 2008-05-29 21:14:12 UTC FreeBSD ports repository Modified files: x11-fonts/webfonts Makefile pkg-plist Log: - Fix pkg-plist. - Bump PORTREVISION. Reported by: itetcu Approved by: gabor (mentor) Revision Changes Path 1.34 +2 -6 ports/x11-fonts/webfonts/Makefile 1.8 +1 -3 ports/x11-fonts/webfonts/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 21:17: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 6D9191065674; Thu, 29 May 2008 21:17:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC248FC15; Thu, 29 May 2008 21:17:39 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 328252C50CC2; Fri, 30 May 2008 00:17:39 +0300 (EEST) Date: Fri, 30 May 2008 00:17:27 +0300 From: Ion-Mihai Tetcu To: Mathieu Arnold Message-ID: <20080530001727.50090f20@it.buh.tecnik93.com> In-Reply-To: <200805292057.m4TKv4in005942@repoman.freebsd.org> References: <200805292057.m4TKv4in005942@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/IDH=Ci6ml+9tIccflGo65kC"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:17:40 -0000 --Sig_/IDH=Ci6ml+9tIccflGo65kC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 May 2008 20:57:04 +0000 (UTC) Mathieu Arnold wrote: > mat 2008-05-29 20:57:03 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > databases/php4-rrdtool Makefile=20 > Log: > Fix when NOPORTDOCS set > =20 > Spotted By: itetcu > =20 > Revision Changes Path > 1.6 +2 -0 ports/databases/php4-rrdtool/Makefile No, please be careful: We have 3 vars that control installation of "non-essential" files: NOPORTDOCS, NOPORTEXAMPLES, NOPORTDATA +.if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} @${ECHO_MSG} "=3D=3D=3D> Examples installed in ${EXAMPLESDIR}." +.endif Since here you install examples you should test for NOPORTEXAMPLES. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/IDH=Ci6ml+9tIccflGo65kC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg/HXEACgkQJ7GIuiH/oeWqiACfYKbdQFPRaaDTQnrm+lefx7ba 9QIAoLP2WzssMF4zKXN4j3lOjGPoHZI7 =oMZg -----END PGP SIGNATURE----- --Sig_/IDH=Ci6ml+9tIccflGo65kC-- From owner-cvs-all@FreeBSD.ORG Thu May 29 21:23: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 DFB7A1065671; Thu, 29 May 2008 21:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [IPv6:2002:c11e:e088:2:c:6ebf:fe78:348]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9F98FC15; Thu, 29 May 2008 21:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id A921F764011; Thu, 29 May 2008 23:23:35 +0200 (CEST) Received: from atuin.in.mat.cc (ATuin.in.mat.cc [79.143.241.205]) by plouf.absolight.net (Postfix) with ESMTP id 3F225764006; Thu, 29 May 2008 23:23:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 7A9FC646AB5; Thu, 29 May 2008 23:23:34 +0200 (CEST) Date: Thu, 29 May 2008 23:23:33 +0200 From: Mathieu Arnold To: Ion-Mihai Tetcu , Mathieu Arnold Message-ID: In-Reply-To: <20080530001727.50090f20@it.buh.tecnik93.com> References: <200805292057.m4TKv4in005942@repoman.freebsd.org> <20080530001727.50090f20@it.buh.tecnik93.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========58C42DE5A0EB619A68AF==========" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:23:37 -0000 --==========58C42DE5A0EB619A68AF========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 30/05/08 00:17 +0300, Ion-Mihai Tetcu a dit : | On Thu, 29 May 2008 20:57:04 +0000 (UTC) | Mathieu Arnold wrote: | |> mat 2008-05-29 20:57:03 UTC |> |> FreeBSD ports repository |> |> Modified files: |> databases/php4-rrdtool Makefile |> Log: |> Fix when NOPORTDOCS set |> |> Spotted By: itetcu |> |> Revision Changes Path |> 1.6 +2 -0 ports/databases/php4-rrdtool/Makefile | | No, please be careful: | | We have 3 vars that control installation of "non-essential" files: | NOPORTDOCS, NOPORTEXAMPLES, NOPORTDATA | | +.if !defined(NOPORTDOCS) | post-install: | @${MKDIR} ${EXAMPLESDIR} | @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} | @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." | +.endif | | Since here you install examples you should test for NOPORTEXAMPLES. Well, the plist has %%PORTDOCS%% so, I've added whatever was necessary to remain consistent. I can s/PORTDOCS/PORTEXAMPLES/ if you prefer. -- Mathieu Arnold --==========58C42DE5A0EB619A68AF========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFIPx7VJqR8av5thQ8RArAnAKCMtr/FL4kfo/NBSzdmePp0Mcmq2ACgz9y/ T5nHjKDu5Dqcd2N8ySfSRHQ= =Ecca -----END PGP SIGNATURE----- --==========58C42DE5A0EB619A68AF==========-- From owner-cvs-all@FreeBSD.ORG Thu May 29 21:25: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 84B001065679; Thu, 29 May 2008 21:25: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 4AE708FC1D; Thu, 29 May 2008 21:25: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 m4TLPWrA008155; Thu, 29 May 2008 21:25:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLPWAf008154; Thu, 29 May 2008 21:25:32 GMT (envelope-from pav) Message-Id: <200805292125.m4TLPWAf008154@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 May 2008 21:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/makeplus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:25:32 -0000 pav 2008-05-29 21:25:32 UTC FreeBSD ports repository Modified files: devel/makeplus Makefile Log: - Mark BROKEN: does not package Reported by: pointyhat Revision Changes Path 1.14 +2 -0 ports/devel/makeplus/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21:28:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246C4106564A; Thu, 29 May 2008 21:28: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 E026A8FC13; Thu, 29 May 2008 21:28: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 m4TLSvXY008230; Thu, 29 May 2008 21:28:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLSvAg008229; Thu, 29 May 2008 21:28:57 GMT (envelope-from pav) Message-Id: <200805292128.m4TLSvAg008229@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 May 2008 21:28: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/netams Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:28:58 -0000 pav 2008-05-29 21:28:57 UTC FreeBSD ports repository Modified files: net-mgmt/netams Makefile Log: - Does not compile outside i386 (needs some -fPIC) Reported by: pointyhat Revision Changes Path 1.22 +4 -0 ports/net-mgmt/netams/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21:30: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 E910E106567A; Thu, 29 May 2008 21:30: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 B1C4E8FC2A; Thu, 29 May 2008 21:30: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 m4TLUtql008351; Thu, 29 May 2008 21:30:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLUtAg008350; Thu, 29 May 2008 21:30:55 GMT (envelope-from pav) Message-Id: <200805292130.m4TLUtAg008350@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 May 2008 21:30: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/py-rbtree Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:30:56 -0000 pav 2008-05-29 21:30:55 UTC FreeBSD ports repository Modified files: devel/py-rbtree Makefile Log: - Mark BROKEN: does not compile Reported by: pointyhat Revision Changes Path 1.8 +2 -0 ports/devel/py-rbtree/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21: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 6F9311065676; Thu, 29 May 2008 21:37: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 3ACE88FC22; Thu, 29 May 2008 21:37:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TLbofJ008618; Thu, 29 May 2008 21:37:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLbovR008617; Thu, 29 May 2008 21:37:50 GMT (envelope-from pav) Message-Id: <200805292137.m4TLbovR008617@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 May 2008 21:37: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/vegastrike-data Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:37:50 -0000 pav 2008-05-29 21:37:50 UTC FreeBSD ports repository Modified files: games/vegastrike-data Makefile Log: - Disallow this from pointyhat builds; we don't need to repackage 520 MB of game data and load it on all our mirrors Revision Changes Path 1.2 +4 -0 ports/games/vegastrike-data/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21: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 65AE61065672; Thu, 29 May 2008 21:47: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 31C638FC16; Thu, 29 May 2008 21:47: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 m4TLlWWn008923; Thu, 29 May 2008 21:47:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLlWAx008922; Thu, 29 May 2008 21:47:32 GMT (envelope-from pav) Message-Id: <200805292147.m4TLlWAx008922@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 May 2008 21:47: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/monotone-viz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:47:32 -0000 pav 2008-05-29 21:47:31 UTC FreeBSD ports repository Modified files: devel/monotone-viz Makefile Log: - Reset maintainer: : Host or domain name not found. Name service error for name=preved.cn type=AAAA: Host not found Revision Changes Path 1.4 +1 -1 ports/devel/monotone-viz/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 21: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 31EB71065675; Thu, 29 May 2008 21:47:56 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id C34458FC1D; Thu, 29 May 2008 21:47:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id AE03C2C50CC2; Fri, 30 May 2008 00:47:50 +0300 (EEST) Date: Fri, 30 May 2008 00:47:41 +0300 From: Ion-Mihai Tetcu To: Mathieu Arnold Message-ID: <20080530004741.1d6c6961@it.buh.tecnik93.com> In-Reply-To: References: <200805292057.m4TKv4in005942@repoman.freebsd.org> <20080530001727.50090f20@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/LSwc1.=p_bwaa2W+ywf0wc."; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Mathieu Arnold , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:47:56 -0000 --Sig_/LSwc1.=p_bwaa2W+ywf0wc. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 May 2008 23:23:33 +0200 Mathieu Arnold wrote: > +-Le 30/05/08 00:17 +0300, Ion-Mihai Tetcu a dit : > | On Thu, 29 May 2008 20:57:04 +0000 (UTC) > | Mathieu Arnold wrote: > |=20 > |> mat 2008-05-29 20:57:03 UTC > |>=20 > |> FreeBSD ports repository > |>=20 > |> Modified files: > |> databases/php4-rrdtool Makefile=20 > |> Log: > |> Fix when NOPORTDOCS set > |> =20 > |> Spotted By: itetcu > |> =20 > |> Revision Changes Path > |> 1.6 +2 -0 ports/databases/php4-rrdtool/Makefile > |=20 > | No, please be careful: > |=20 > | We have 3 vars that control installation of "non-essential" files: > | NOPORTDOCS, NOPORTEXAMPLES, NOPORTDATA > |=20 > | +.if !defined(NOPORTDOCS) > | post-install: > | @${MKDIR} ${EXAMPLESDIR} > | @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} > | @${ECHO_MSG} "=3D=3D=3D> Examples installed in ${EXAMPLESDIR}." > | +.endif > |=20 > | Since here you install examples you should test for NOPORTEXAMPLES. >=20 > Well, the plist has %%PORTDOCS%% so, I've added whatever was necessary to > remain consistent. I can s/PORTDOCS/PORTEXAMPLES/ if you prefer. Let's try to be consistent with the way things are supposed to work, ok? So yes, please test for NOPORTEXAMPLES both in Makefile and change the appropriate lines in pkg-plist. Thanks, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/LSwc1.=p_bwaa2W+ywf0wc. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg/JIQACgkQJ7GIuiH/oeUBCQCfU8vkYM6Nfwoe4/woP8xj9j20 fmgAoJWW74nepulSh9ycXqjPZyoA8TlF =/NJR -----END PGP SIGNATURE----- --Sig_/LSwc1.=p_bwaa2W+ywf0wc.-- From owner-cvs-all@FreeBSD.ORG Thu May 29 21:50: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 32F1B1065677; Thu, 29 May 2008 21:50:37 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id D16858FC1F; Thu, 29 May 2008 21:50:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 088AE2C50CE1; Fri, 30 May 2008 00:50:36 +0300 (EEST) Date: Fri, 30 May 2008 00:50:23 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20080530005023.124506fc@it.buh.tecnik93.com> In-Reply-To: <20080530004741.1d6c6961@it.buh.tecnik93.com> References: <200805292057.m4TKv4in005942@repoman.freebsd.org> <20080530001727.50090f20@it.buh.tecnik93.com> <20080530004741.1d6c6961@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/hlJxw5X6Oi2fazUbW1DiuSw"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Mathieu Arnold , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:50:37 -0000 --Sig_/hlJxw5X6Oi2fazUbW1DiuSw Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 30 May 2008 00:47:41 +0300 Ion-Mihai Tetcu wrote: > Let's try to be consistent with the way things are supposed to work, ok? Didn't intend to be sarcastic here, sorry. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/hlJxw5X6Oi2fazUbW1DiuSw Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg/JSsACgkQJ7GIuiH/oeUs4gCcCruyp45agw+se5SlEVBxUPp2 DeQAoLZk2C3sQ+DlNRaN/M3HaOKSpRqc =pErn -----END PGP SIGNATURE----- --Sig_/hlJxw5X6Oi2fazUbW1DiuSw-- From owner-cvs-all@FreeBSD.ORG Thu May 29 21:57: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 F029F1065670; Thu, 29 May 2008 21:57:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0AEF8FC0A; Thu, 29 May 2008 21:57:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TLvV03009247; Thu, 29 May 2008 21:57:31 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TLvVgi009246; Thu, 29 May 2008 21:57:31 GMT (envelope-from mat) Message-Id: <200805292157.m4TLvVgi009246@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 29 May 2008 21:57: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/databases/php4-rrdtool Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:57:32 -0000 mat 2008-05-29 21:57:31 UTC FreeBSD ports repository Modified files: databases/php4-rrdtool Makefile pkg-plist Log: s/PORTDOCS/PORTEXAMPLES/ Revision Changes Path 1.7 +1 -1 ports/databases/php4-rrdtool/Makefile 1.3 +7 -7 ports/databases/php4-rrdtool/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu May 29 21:58: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 795FA1065677; Thu, 29 May 2008 21:58:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [IPv6:2002:c11e:e088:2:c:6ebf:fe78:348]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1C78FC0C; Thu, 29 May 2008 21:58:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 9C70A764013; Thu, 29 May 2008 23:58:25 +0200 (CEST) Received: from atuin.in.mat.cc (ATuin.in.mat.cc [79.143.241.205]) by plouf.absolight.net (Postfix) with ESMTP id 1A23E76400D; Thu, 29 May 2008 23:58:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 0E7DD646C1A; Thu, 29 May 2008 23:58:21 +0200 (CEST) Date: Thu, 29 May 2008 23:58:20 +0200 From: Mathieu Arnold To: Ion-Mihai Tetcu , Mathieu Arnold Message-ID: <72E630066273A20D3BF5EB52@atuin.in.mat.cc> In-Reply-To: <20080530004741.1d6c6961@it.buh.tecnik93.com> References: <200805292057.m4TKv4in005942@repoman.freebsd.org> <20080530001727.50090f20@it.buh.tecnik93.com> <20080530004741.1d6c6961@it.buh.tecnik93.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========F6371827FD2F6CC86F2A==========" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:58:27 -0000 --==========F6371827FD2F6CC86F2A========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 30/05/08 00:47 +0300, Ion-Mihai Tetcu a dit : | Let's try to be consistent with the way things are supposed to work, ok? Yes sir :-) | So yes, please test for NOPORTEXAMPLES both in Makefile and change the | appropriate lines in pkg-plist. Done. -- Mathieu Arnold --==========F6371827FD2F6CC86F2A========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFIPyb9JqR8av5thQ8RAqzeAKDeVJXeTvTnVlFORfkCIjxAbtdPTwCg6ptQ EiAS8hFIFh9Mn9I5u2PEsFc= =9Ouf -----END PGP SIGNATURE----- --==========F6371827FD2F6CC86F2A==========-- From owner-cvs-all@FreeBSD.ORG Thu May 29 22:04: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 610FE106567A; Thu, 29 May 2008 22:04:11 +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 328368FC21; Thu, 29 May 2008 22:04:11 +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 m4TM4ANa010537; Thu, 29 May 2008 22:04:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TM4A8X010536; Thu, 29 May 2008 22:04:10 GMT (envelope-from marcus) Message-Id: <200805292204.m4TM4A8X010536@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 29 May 2008 22: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/net/vino Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 22:04:11 -0000 marcus 2008-05-29 22:04:10 UTC FreeBSD ports repository Modified files: net/vino Makefile Log: Add a missing dependency on xtst. Reported by: pav Revision Changes Path 1.28 +2 -0 ports/net/vino/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 22: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 C37A8106566B; Thu, 29 May 2008 22:11:58 +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 95EF48FC0C; Thu, 29 May 2008 22:11:58 +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 m4TMBwn8012136; Thu, 29 May 2008 22:11:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TMBwit012135; Thu, 29 May 2008 22:11:58 GMT (envelope-from marcus) Message-Id: <200805292211.m4TMBwit012135@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 29 May 2008 22: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/devel/glib20-reference bsd.gnome-reference.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, 29 May 2008 22:11:58 -0000 marcus 2008-05-29 22:11:58 UTC FreeBSD ports repository Modified files: devel/glib20-reference bsd.gnome-reference.mk Log: Don't install docs if there are no docs to install. Revision Changes Path 1.8 +7 -5 ports/devel/glib20-reference/bsd.gnome-reference.mk From owner-cvs-all@FreeBSD.ORG Thu May 29 23:03: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 95F5C1065678; Thu, 29 May 2008 23:03:20 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A16B8FC23; Thu, 29 May 2008 23:03:20 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TN3K74024336; Thu, 29 May 2008 23:03:20 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TN3Kk9024334; Thu, 29 May 2008 23:03:20 GMT (envelope-from brian) Message-Id: <200805292303.m4TN3Kk9024334@repoman.freebsd.org> From: Brian Somers Date: Thu, 29 May 2008 23:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/jsl Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 23:03:20 -0000 brian 2008-05-29 23:03:09 UTC FreeBSD ports repository Modified files: devel/jsl Makefile Removed files: devel/jsl pkg-plist Log: Use PLIST_FILES rather than pkg-plist. Suggested by: danfe Revision Changes Path 1.3 +1 -0 ports/devel/jsl/Makefile 1.2 +0 -1 ports/devel/jsl/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu May 29 23: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 C942B1065673; Thu, 29 May 2008 23:03:40 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6031F8FC2A; Thu, 29 May 2008 23:03:40 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.14.2/8.14.2) with ESMTP id m4TN3cml039517; Fri, 30 May 2008 00:03:38 +0100 (BST) (envelope-from brian@FreeBSD.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id AD968C6F117; Thu, 29 May 2008 23:03:37 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Email Security Appliance) with ESMTP id 6AAA2C70781; Thu, 29 May 2008 23:03:31 +0000 (GMT) Received: from conflict (brian@gw.lan.Awfulhak.org [172.16.0.1]) by gw.Awfulhak.org (8.14.2/8.14.2) with ESMTP id m4TN3UpX022563; Thu, 29 May 2008 16:03:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Thu, 29 May 2008 16:03:30 -0700 From: Brian Somers To: Alexey Dokuchaev Message-ID: <20080529160330.20387fbd@conflict> In-Reply-To: <20080529170616.GA5139@FreeBSD.org> References: <200805281815.m4SIFOYh078034@repoman.freebsd.org> <20080529170616.GA5139@FreeBSD.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/jsl 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, 29 May 2008 23:03:40 -0000 On Thu, 29 May 2008 17:06:16 +0000, Alexey Dokuchaev wrote: > On Wed, May 28, 2008 at 06:15:24PM +0000, Brian Somers wrote: > > brian 2008-05-28 18:15:24 UTC > > > > Revision Changes Path > > 1.3071 +1 -0 ports/devel/Makefile > > 1.1 +32 -0 ports/devel/jsl/Makefile (new) > > 1.1 +3 -0 ports/devel/jsl/distinfo (new) > > 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) > > 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) > > Why bother with 1-line pkg-plist when we have PLIST_FILES? > > ./danfe Done, thanks for the suggestion. -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Thu May 29 23:19: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 DD3A3106567C; Thu, 29 May 2008 23:19:27 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0CE48FC17; Thu, 29 May 2008 23:19:27 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4TNJRZu027146; Thu, 29 May 2008 23:19:27 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TNJRRM027145; Thu, 29 May 2008 23:19:27 GMT (envelope-from chinsan) Message-Id: <200805292319.m4TNJRRM027145@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 29 May 2008 23:19: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/chinese/gcin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 23:19:28 -0000 chinsan 2008-05-29 23:19:27 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile Log: - Fix the pkg-plist if defined(NOPORTDOCS). Noticed by: itetcu Revision Changes Path 1.88 +3 -1 ports/chinese/gcin/Makefile From owner-cvs-all@FreeBSD.ORG Thu May 29 23: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 6FA281065678; Thu, 29 May 2008 23:39:57 +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 085F48FC12; Thu, 29 May 2008 23:39:57 +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 m4TNduQC027778; Thu, 29 May 2008 23:39:56 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4TNduR4027777; Thu, 29 May 2008 23:39:56 GMT (envelope-from gahr) Message-Id: <200805292339.m4TNduR4027777@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 29 May 2008 23: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/editors/codelite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 23:39:57 -0000 gahr 2008-05-29 23:39:56 UTC FreeBSD ports repository Modified files: editors/codelite Makefile distinfo Log: - Update to revision 1599 - Add support for amd64 Approved by: miwi (mentor implicit) Revision Changes Path 1.2 +10 -2 ports/editors/codelite/Makefile 1.2 +3 -3 ports/editors/codelite/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 00:02: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 9EFEB1065676; Fri, 30 May 2008 00:02:59 +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 716968FC15; Fri, 30 May 2008 00:02:59 +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 m4U02xpJ028591; Fri, 30 May 2008 00:02:59 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U02xpj028590; Fri, 30 May 2008 00:02:59 GMT (envelope-from davidxu) Message-Id: <200805300002.m4U02xpj028590@repoman.freebsd.org> From: David Xu Date: Fri, 30 May 2008 00:02: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/libthr/thread thr_once.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 00:02:59 -0000 davidxu 2008-05-30 00:02:59 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_once.c Log: Eliminate global mutex by using pthread_once's state field as a semaphore. Revision Changes Path 1.7 +29 -33 src/lib/libthr/thread/thr_once.c From owner-cvs-all@FreeBSD.ORG Fri May 30 00:37: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 962E01065679; Fri, 30 May 2008 00:37:42 +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 6695C8FC0C; Fri, 30 May 2008 00:37:42 +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 m4U0bgGr030818; Fri, 30 May 2008 00:37:42 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U0bgx9030817; Fri, 30 May 2008 00:37:42 GMT (envelope-from emax) Message-Id: <200805300037.m4U0bgx9030817@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 30 May 2008 00:37: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/etc/defaults bluetooth.device.conf src/share/man/man5 bluetooth.device.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 00:37:42 -0000 emax 2008-05-30 00:37:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/defaults bluetooth.device.conf share/man/man5 bluetooth.device.conf.5 Log: MFC: Bluetooth SIG is being difficult and keep moving specification documents away from being public accessible. Replace link to the Bluetooth specification document with the document name. Pointed out by: SoftLover < slserg at uic dot tula dot ru > Revision Changes Path 1.1.6.1 +2 -3 src/etc/defaults/bluetooth.device.conf 1.2.2.1 +4 -3 src/share/man/man5/bluetooth.device.conf.5 From owner-cvs-all@FreeBSD.ORG Fri May 30 00: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 BA0331065687; Fri, 30 May 2008 00:42:50 +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 8A8708FC1D; Fri, 30 May 2008 00:42:50 +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 m4U0gorM030985; Fri, 30 May 2008 00:42:50 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U0goF2030984; Fri, 30 May 2008 00:42:50 GMT (envelope-from emax) Message-Id: <200805300042.m4U0goF2030984@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 30 May 2008 00:42:50 +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/defaults bluetooth.device.conf src/share/man/man5 bluetooth.device.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 00:42:50 -0000 emax 2008-05-30 00:42:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults bluetooth.device.conf share/man/man5 bluetooth.device.conf.5 Log: MFC: Bluetooth SIG is being difficult and keep moving specification documents away from being public accessible. Replace link to the Bluetooth specification document with the document name. Pointed out by: SoftLover < slserg at uic dot tula dot ru > Revision Changes Path 1.1.2.2 +2 -3 src/etc/defaults/bluetooth.device.conf 1.1.2.2 +4 -3 src/share/man/man5/bluetooth.device.conf.5 From owner-cvs-all@FreeBSD.ORG Fri May 30 01:54: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 1C1AA106566C; Fri, 30 May 2008 01:54:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD62B8FC1A; Fri, 30 May 2008 01:54:23 +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 m4U1sNMO043826; Fri, 30 May 2008 01:54:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U1sNq0043825; Fri, 30 May 2008 01:54:23 GMT (envelope-from edwin) Message-Id: <200805300154.m4U1sNq0043825@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 30 May 2008 01:54:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/fmsx Makefile ports/emulators/fmsx/files patch-EMULib_Rules.Unix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 01:54:24 -0000 edwin 2008-05-30 01:54:23 UTC FreeBSD ports repository Modified files: emulators/fmsx Makefile Added files: emulators/fmsx/files patch-EMULib_Rules.Unix Log: Replace /usr/X11R6 with /usr/local in the Makefile rules Noticed by: pavrun on amd64/7.0 Revision Changes Path 1.28 +4 -2 ports/emulators/fmsx/Makefile 1.1 +9 -0 ports/emulators/fmsx/files/patch-EMULib_Rules.Unix (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 01:57:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD43106564A; Fri, 30 May 2008 01:57:13 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5545D8FC1C; Fri, 30 May 2008 01:57:13 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U1vDUF043977; Fri, 30 May 2008 01:57:13 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U1vDFI043976; Fri, 30 May 2008 01:57:13 GMT (envelope-from benno) Message-Id: <200805300157.m4U1vDFI043976@repoman.freebsd.org> From: Benno Rice Date: Fri, 30 May 2008 01:57: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/dev/uart 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: Fri, 30 May 2008 01:57:13 -0000 benno 2008-05-30 01:57:13 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_ns8250.c Log: The XScale PXA255 has three generally ns16x50 compatible UARTs. One of the variations from normal 16x50 behaviour however is the the use of a normally unused bit of IER to control RX timeout interrupts independently of the generally used RXRDY bit. If this bit is not enabled, we only ever get interrupts when the FIFO is full, never before. This is not very useful when the UART is being used as a console. In order to support this without causing potential problems on more "normal" 16x50 variants, this change introduces two hints for the uart device, ier_mask and ier_rxbits. These can be used to override which bits get set and cleared when we're enabling and disabling RX interrupts. Reviewed by: marcel Revision Changes Path 1.29 +31 -5 src/sys/dev/uart/uart_dev_ns8250.c From owner-cvs-all@FreeBSD.ORG Fri May 30 02:18: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 8DA671065684; Fri, 30 May 2008 02:18:54 +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 5A96F8FC13; Fri, 30 May 2008 02:18:54 +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 m4U2IsJU046338; Fri, 30 May 2008 02:18:54 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U2IsFG046337; Fri, 30 May 2008 02:18:54 GMT (envelope-from davidxu) Message-Id: <200805300218.m4U2IsFG046337@repoman.freebsd.org> From: David Xu Date: Fri, 30 May 2008 02:18: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 kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 02:18:54 -0000 davidxu 2008-05-30 02:18:54 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Use a seperated hash table for mutex and rwlock, avoid wasting some time on walking through idle threads sleeping on condition variables. Revision Changes Path 1.70 +21 -17 src/sys/kern/kern_umtx.c From owner-cvs-all@FreeBSD.ORG Fri May 30 03:36: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 015D8106567B; Fri, 30 May 2008 03:36:53 +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 C11C98FC1F; Fri, 30 May 2008 03:36:52 +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 m4U3aqgq053945; Fri, 30 May 2008 03:36:52 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U3aqot053944; Fri, 30 May 2008 03:36:52 GMT (envelope-from sam) Message-Id: <200805300336.m4U3aqot053944@repoman.freebsd.org> From: Sam Leffler Date: Fri, 30 May 2008 03:36: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/modules/ath_rate_onoe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 03:36:53 -0000 sam 2008-05-30 03:36:52 UTC FreeBSD src repository Modified files: sys/modules/ath_rate_onoe Makefile Log: don't let KERNBUILDDIR control whether we copy opt_ah.h Submitted by: jkim Revision Changes Path 1.6 +1 -1 src/sys/modules/ath_rate_onoe/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 05:15:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CDA01065673; Fri, 30 May 2008 05:15:04 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 667008FC12; Fri, 30 May 2008 05:15:04 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U5F4P7068964; Fri, 30 May 2008 05:15:04 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U5F43t068963; Fri, 30 May 2008 05:15:04 GMT (envelope-from perky) Message-Id: <200805300515.m4U5F43t068963@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 30 May 2008 05:15: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/devel/scons 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, 30 May 2008 05:15:04 -0000 perky 2008-05-30 05:15:04 UTC FreeBSD ports repository Modified files: devel/scons Makefile distinfo pkg-plist Log: - Update to 0.98.4 [1] - Change maintainer to ports@ PR: 124103 [1] Submitted by: gahr [1] Revision Changes Path 1.30 +4 -13 ports/devel/scons/Makefile 1.25 +3 -3 ports/devel/scons/distinfo 1.21 +104 -24 ports/devel/scons/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 05:21: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 CF4261065673; Fri, 30 May 2008 05:21:25 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9926A8FC16; Fri, 30 May 2008 05:21:25 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U5LPaw069199; Fri, 30 May 2008 05:21:25 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U5LPQK069198; Fri, 30 May 2008 05:21:25 GMT (envelope-from perky) Message-Id: <200805300521.m4U5LPQK069198@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 30 May 2008 05:21: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/ftp/py-curl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 05:21:25 -0000 perky 2008-05-30 05:21:25 UTC FreeBSD ports repository Modified files: ftp/py-curl Makefile distinfo Log: - Update to 7.16.4 [1] - Change maintainer to ports@ PR: 122328 [1] Submitted by: edwin [1] Revision Changes Path 1.30 +3 -3 ports/ftp/py-curl/Makefile 1.22 +3 -3 ports/ftp/py-curl/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 05: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 323CB1065671; Fri, 30 May 2008 05:33:21 +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 EFC218FC16; Fri, 30 May 2008 05:33:20 +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 m4U5XKIU069600; Fri, 30 May 2008 05:33:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U5XKE3069599; Fri, 30 May 2008 05:33:20 GMT (envelope-from marcus) Message-Id: <200805300533.m4U5XKE3069599@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 30 May 2008 05:33: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/games/gnome-games Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 05:33:21 -0000 marcus 2008-05-30 05:33:20 UTC FreeBSD ports repository Modified files: games/gnome-games Makefile distinfo Log: Update to 2.22.2.1. Revision Changes Path 1.124 +1 -1 ports/games/gnome-games/Makefile 1.65 +3 -3 ports/games/gnome-games/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 05:35: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 BE150106564A; Fri, 30 May 2008 05:35:15 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 879C18FC16; Fri, 30 May 2008 05:35:15 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U5ZF6d069729; Fri, 30 May 2008 05:35:15 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U5ZF0B069728; Fri, 30 May 2008 05:35:15 GMT (envelope-from perky) Message-Id: <200805300535.m4U5ZF0B069728@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 30 May 2008 05:35:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/korean/nabi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 05:35:15 -0000 perky 2008-05-30 05:35:15 UTC FreeBSD ports repository Modified files: korean/nabi Makefile distinfo Log: Update 0.99.2 PR: 122960 Submitted by: Hyogeol Lee Revision Changes Path 1.30 +2 -2 ports/korean/nabi/Makefile 1.18 +3 -3 ports/korean/nabi/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 05:50: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 701AF1065670; Fri, 30 May 2008 05:50:04 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 386AA8FC0A; Fri, 30 May 2008 05:50:04 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U5o4xZ070208; Fri, 30 May 2008 05:50:04 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U5o4kW070207; Fri, 30 May 2008 05:50:04 GMT (envelope-from perky) Message-Id: <200805300550.m4U5o4kW070207@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 30 May 2008 05:50: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.python.mk ports/lang/python distinfo ports/lang/python23 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, 30 May 2008 05:50:04 -0000 perky 2008-05-30 05:50:04 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python distinfo lang/python23 Makefile distinfo pkg-plist Log: Update python23 to 2.3.7. Revision Changes Path 1.104 +3 -3 ports/Mk/bsd.python.mk 1.67 +3 -0 ports/lang/python/distinfo 1.153 +1 -2 ports/lang/python23/Makefile 1.55 +3 -3 ports/lang/python23/distinfo 1.61 +0 -1 ports/lang/python23/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 06:31: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 2E6801065679; Fri, 30 May 2008 06:31:56 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBC458FC14; Fri, 30 May 2008 06:31:55 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U6Vt2G072614; Fri, 30 May 2008 06:31:55 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U6VtNM072613; Fri, 30 May 2008 06:31:55 GMT (envelope-from weongyo) Message-Id: <200805300631.m4U6VtNM072613@repoman.freebsd.org> From: Weongyo Jeong Date: Fri, 30 May 2008 06:31: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/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 06:31:56 -0000 weongyo 2008-05-30 06:31:55 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Fix a panic that a priority value which is passed to cv_broadcastpri(9) can be < 0. We don't ignore a `increment' argument but at least we keep a priority value of NDIS threads over PRI_MIN_KERN. Reviewed by: thompsa Revision Changes Path 1.95 +6 -4 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-all@FreeBSD.ORG Fri May 30 07:17:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69EC5106564A; Fri, 30 May 2008 07:17:52 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 336468FC16; Fri, 30 May 2008 07:17:52 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U7Hqse075124; Fri, 30 May 2008 07:17:52 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U7HqdT075123; Fri, 30 May 2008 07:17:52 GMT (envelope-from weongyo) Message-Id: <200805300717.m4U7HqdT075123@repoman.freebsd.org> From: Weongyo Jeong Date: Fri, 30 May 2008 07:17:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 07:17:52 -0000 weongyo 2008-05-30 07:17:51 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix a panic that it's occurred when NDIS init handler returned a error by unknown reasons. In this case, sc->ifp is still NULL so it will cause a page fault during calling ndis_detach() Revision Changes Path 1.140 +8 -5 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-all@FreeBSD.ORG Fri May 30 08: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 DB7A7106564A; Fri, 30 May 2008 08:04:27 +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 A5C948FC1A; Fri, 30 May 2008 08:04:27 +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 m4U84RQr077610; Fri, 30 May 2008 08:04:27 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U84RnX077609; Fri, 30 May 2008 08:04:27 GMT (envelope-from edwin) Message-Id: <200805300804.m4U84RnX077609@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 30 May 2008 08: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/emulators/fmsx 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, 30 May 2008 08:04:28 -0000 edwin 2008-05-30 08:04:27 UTC FreeBSD ports repository Modified files: emulators/fmsx Makefile pkg-plist Log: Fix pkg-plist after itetcu@ PORTDATA police actions. Revision Changes Path 1.29 +1 -1 ports/emulators/fmsx/Makefile 1.7 +1 -1 ports/emulators/fmsx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 09:26:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D51421065678; Fri, 30 May 2008 09:26:20 +0000 (UTC) Date: Fri, 30 May 2008 09:26:20 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20080530092620.GA11389@FreeBSD.org> References: <200805292137.m4TLbovR008617@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200805292137.m4TLbovR008617@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/games/vegastrike-data Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 09:26:21 -0000 On Thu, May 29, 2008 at 09:37:50PM +0000, Pav Lucistnik wrote: > pav 2008-05-29 21:37:50 UTC > > FreeBSD ports repository > > Modified files: > games/vegastrike-data Makefile > Log: > - Disallow this from pointyhat builds; we don't need to repackage 520 MB of > game data and load it on all our mirrors Why not follow the way it's done in e.g. games/nexuiz port and alike?? Looks like it gives more control to user. ./danfe From owner-cvs-all@FreeBSD.ORG Fri May 30 09:27:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 38BEB106567C; Fri, 30 May 2008 09:27:59 +0000 (UTC) Date: Fri, 30 May 2008 09:27:59 +0000 From: Alexey Dokuchaev To: Brian Somers Message-ID: <20080530092759.GB11389@FreeBSD.org> References: <200805281815.m4SIFOYh078034@repoman.freebsd.org> <20080529170616.GA5139@FreeBSD.org> <20080529160330.20387fbd@conflict> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080529160330.20387fbd@conflict> 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/devel Makefile ports/devel/jsl 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, 30 May 2008 09:27:59 -0000 On Thu, May 29, 2008 at 04:03:30PM -0700, Brian Somers wrote: > On Thu, 29 May 2008 17:06:16 +0000, Alexey Dokuchaev wrote: > > On Wed, May 28, 2008 at 06:15:24PM +0000, Brian Somers wrote: > > > brian 2008-05-28 18:15:24 UTC > > > > > > Revision Changes Path > > > 1.3071 +1 -0 ports/devel/Makefile > > > 1.1 +32 -0 ports/devel/jsl/Makefile (new) > > > 1.1 +3 -0 ports/devel/jsl/distinfo (new) > > > 1.1 +20 -0 ports/devel/jsl/pkg-descr (new) > > > 1.1 +1 -0 ports/devel/jsl/pkg-plist (new) > > > > Why bother with 1-line pkg-plist when we have PLIST_FILES? > > Done, thanks for the suggestion. You're welcome. Thanks for making the change. ./danfe From owner-cvs-all@FreeBSD.ORG Fri May 30 09:31: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 103141065675; Fri, 30 May 2008 09:31:54 +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 75B1E8FC0C; Fri, 30 May 2008 09:31:53 +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 m4U9VqJk078552; Fri, 30 May 2008 11:31:52 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m4U9Vp9I078551; Fri, 30 May 2008 11:31:51 +0200 (CEST) (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: Alexey Dokuchaev In-Reply-To: <20080530092620.GA11389@FreeBSD.org> References: <200805292137.m4TLbovR008617@repoman.freebsd.org> <20080530092620.GA11389@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-y91Y/JKWHW2AiBEviqm/" Date: Fri, 30 May 2008 11:31:51 +0200 Message-Id: <1212139911.77420.0.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/vegastrike-data Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 09:31:54 -0000 --=-y91Y/JKWHW2AiBEviqm/ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Alexey Dokuchaev p=ED=B9e v p=E1 30. 05. 2008 v 09:26 +0000: > On Thu, May 29, 2008 at 09:37:50PM +0000, Pav Lucistnik wrote: > > pav 2008-05-29 21:37:50 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > games/vegastrike-data Makefile=20 > > Log: > > - Disallow this from pointyhat builds; we don't need to repackage 520= MB of > > game data and load it on all our mirrors >=20 > Why not follow the way it's done in e.g. games/nexuiz port and alike?? > Looks like it gives more control to user. This will not affect end-users in any way. PACKAGE_BUILDING is defined in and _only_ in pointyhat environment. End users can still `make package' and all that. Unless I'm missing something? --=20 Pav Lucistnik The number you dialed is imaginary. Please turn your phone by 90 degrees and try again. --=-y91Y/JKWHW2AiBEviqm/ 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.9 (FreeBSD) iEYEABECAAYFAkg/yYMACgkQntdYP8FOsoITwgCdGYDV/LXZ/che4ajANHOwjCyb 4hQAn0w0tQXGuM+QKl1CqCEhjpp40fu5 =osJM -----END PGP SIGNATURE----- --=-y91Y/JKWHW2AiBEviqm/-- From owner-cvs-all@FreeBSD.ORG Fri May 30 09:34: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 9A19A106566B; Fri, 30 May 2008 09:34:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65D768FC24; Fri, 30 May 2008 09:34:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U9YBbW091990; Fri, 30 May 2008 09:34:11 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U9YAI2091989; Fri, 30 May 2008 09:34:10 GMT (envelope-from dfr) Message-Id: <200805300934.m4U9YAI2091989@repoman.freebsd.org> From: Doug Rabson Date: Fri, 30 May 2008 09:34:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nlm nlm_prot_impl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 09:34:11 -0000 dfr 2008-05-30 09:34:09 UTC FreeBSD src repository Modified files: sys/nlm nlm_prot_impl.c Log: Don't rely on NSM to help us forget about RPC client handles for clients that have rebooted (or otherwise changed port numbers). If the client is broken or has no active locks, it won't notify us. Fall back on the two minute timeout logic used by the userland rpc.lockd code. MFC after: 1 week Revision Changes Path 1.7 +17 -6 src/sys/nlm/nlm_prot_impl.c From owner-cvs-all@FreeBSD.ORG Fri May 30 09:34: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 3A0B61065672; Fri, 30 May 2008 09:34:36 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 055F88FC1F; Fri, 30 May 2008 09:34:36 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U9YZcs092021; Fri, 30 May 2008 09:34:35 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U9YZpN092020; Fri, 30 May 2008 09:34:35 GMT (envelope-from qingli) Message-Id: <200805300934.m4U9YZpN092020@repoman.freebsd.org> From: Qing Li Date: Fri, 30 May 2008 09:34:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net radix_mpath.c radix_mpath.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, 30 May 2008 09:34:36 -0000 qingli 2008-05-30 09:34:35 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c radix_mpath.h Log: When RADIX_MPATH is enabled, the route selection is not rotating through the multipath entries. The hash value was a signed integer and was always giving a -1 value. PR: 123991 Submitted by: Barrett Lyon Revision Changes Path 1.6 +4 -4 src/sys/net/radix_mpath.c 1.3 +2 -2 src/sys/net/radix_mpath.h From owner-cvs-all@FreeBSD.ORG Fri May 30 10:16: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 A1C341065672; Fri, 30 May 2008 10:16:50 +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 6E3168FC15; Fri, 30 May 2008 10:16:50 +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 1D20C46C32; Fri, 30 May 2008 06:16:50 -0400 (EDT) Date: Fri, 30 May 2008 11:16:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Michael Reifenberger In-Reply-To: <20080529180430.R3678@fledge.watson.org> Message-ID: <20080530111625.I54636@fledge.watson.org> References: <200805291700.m4TH02it075562@repoman.freebsd.org> <20080529180430.R3678@fledge.watson.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.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 10:16:50 -0000 On Thu, 29 May 2008, Robert Watson wrote: > On Thu, 29 May 2008, Michael Reifenberger wrote: > >> Log: >> Fix some bugs/complaints: >> - make addr2jid static >> - add -h Flag for hostname/ip-number search >> - s,strncmp,strcmp, in addr2jid >> - return jid only if found once >> >> Requested by: some > > FWIW, I think recent changes have made jexec behave in a fundamentally > unreliable way -- please don't MFC any of these changes until than > unreliable behavior is corrected. FYI for those following this thread, it has now been relocated to current@. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Fri May 30 10:32:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28E881065677; Fri, 30 May 2008 10:32: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 EC1EA8FC0A; Fri, 30 May 2008 10: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 m4UAWQeW094947; Fri, 30 May 2008 10: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 m4UAWQ5K094946; Fri, 30 May 2008 10:32:26 GMT (envelope-from miwi) Message-Id: <200805301032.m4UAWQ5K094946@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 10:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/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: Fri, 30 May 2008 10:32:27 -0000 miwi 2008-05-30 10:32:25 UTC FreeBSD ports repository Modified files: devel/pear-PhpDocumentor Makefile Log: - Fix pear port version PR: 123934 Submitted by: Gary Palmer Approved by: maintainer implicit Revision Changes Path 1.6 +1 -1 ports/devel/pear-PhpDocumentor/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 10:43: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 9E5D1106566B; Fri, 30 May 2008 10:43:09 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0088FC1C; Fri, 30 May 2008 10:43:09 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UAh9nr095314; Fri, 30 May 2008 10:43:09 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UAh9uT095313; Fri, 30 May 2008 10:43:09 GMT (envelope-from vd) Message-Id: <200805301043.m4UAh9uT095313@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 30 May 2008 10:43: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/misc/ossp-uuid Makefile distinfo ports/misc/ossp-uuid/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, 30 May 2008 10:43:09 -0000 vd 2008-05-30 10:43:08 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo misc/ossp-uuid/files patch-Makefile.in Log: Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1 Revision Changes Path 1.29 +1 -2 ports/misc/ossp-uuid/Makefile 1.17 +3 -3 ports/misc/ossp-uuid/distinfo 1.3 +5 -5 ports/misc/ossp-uuid/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Fri May 30 11:10: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 D125B106566C; Fri, 30 May 2008 11:10:01 +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 A49738FC18; Fri, 30 May 2008 11:10:01 +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 m4UBA1gE097708; Fri, 30 May 2008 11:10:01 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBA1TV097707; Fri, 30 May 2008 11:10:01 GMT (envelope-from kib) Message-Id: <200805301110.m4UBA1TV097707@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 11:10: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/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 11:10:01 -0000 kib 2008-05-30 11:10:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_conf.c Log: MFC rev. 1.214: Assert that si_threadcount > 0 before decrementing it. This helps catching the improper use of the dev_refthread/dev_relthread. Revision Changes Path 1.208.2.5 +2 -0 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Fri May 30 11:12: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 2BCFB106564A; Fri, 30 May 2008 11:12:27 +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 00C6B8FC17; Fri, 30 May 2008 11:12:27 +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 m4UBCQAv097829; Fri, 30 May 2008 11:12:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBCQ43097828; Fri, 30 May 2008 11:12:26 GMT (envelope-from kib) Message-Id: <200805301112.m4UBCQ43097828@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 11:12: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/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 11:12:27 -0000 kib 2008-05-30 11:12:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern tty.c Log: MFC rev. 1.279: The dev_refthread() in the tty_gettp() may fail, because Giant is taken in the giant_trick routines after the dev_refthread increments the si_threadcount. Remove assert, do not perform dev_relthread() for failed dev_refthread(), and handle failure in the tty_gettp() callers (cdevsw tty methods). Revision Changes Path 1.273.2.3 +6 -5 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Fri May 30 11:13: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 6FDC71065671; Fri, 30 May 2008 11:13:30 +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 453ED8FC0C; Fri, 30 May 2008 11:13:30 +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 m4UBDUpv097885; Fri, 30 May 2008 11:13:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBDUMg097884; Fri, 30 May 2008 11:13:30 GMT (envelope-from kib) Message-Id: <200805301113.m4UBDUMg097884@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 11:13: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/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 11:13:30 -0000 kib 2008-05-30 11:13:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern tty.c Log: MFC rev. 1.280: Rev. 1.274 put the ttyrel() call before the destroy_dev() in the ttyfree(), freeing the tty. Since destroy_dev() may call d_purge() cdevsw method, that is the ttypurge() for the tty, the code ends up accessing freed tty structure. Put the ttyrel() after destroy_dev() in the ttyfree. To prevent the panic the rev. 1.274 provided fix for, check the TS_GONE in sysctl handler and refuse to provide information on such tty. Revision Changes Path 1.273.2.4 +5 -2 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Fri May 30 11:14: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 65AA01065670; Fri, 30 May 2008 11:14:36 +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 3AC2D8FC23; Fri, 30 May 2008 11:14:36 +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 m4UBEa66097930; Fri, 30 May 2008 11:14:36 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBEa9A097929; Fri, 30 May 2008 11:14:36 GMT (envelope-from kib) Message-Id: <200805301114.m4UBEa9A097929@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 11:14:36 +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/devfs devfs_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, 30 May 2008 11:14:36 -0000 kib 2008-05-30 11:14:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.159: When vget() fails (because the vnode has been reclaimed), there is no sense to loop trying to vget() the vnode again. Revision Changes Path 1.149.2.2 +4 -3 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Fri May 30 11:47: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 3D665106567C; Fri, 30 May 2008 11:47:58 +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 15A408FC14; Fri, 30 May 2008 11:47:58 +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 m4UBlvxn099167; Fri, 30 May 2008 11:47:57 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBlvsn099166; Fri, 30 May 2008 11:47:57 GMT (envelope-from maho) Message-Id: <200805301147.m4UBlvsn099166@repoman.freebsd.org> From: Maho Nakata Date: Fri, 30 May 2008 11:47: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/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: Fri, 30 May 2008 11:47:58 -0000 maho 2008-05-30 11:47:57 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile distinfo Log: Update to OOH680_m17. This is the 2.4.1rc2. Revision Changes Path 1.338 +2 -2 ports/editors/openoffice.org-2-RC/Makefile 1.134 +3 -3 ports/editors/openoffice.org-2-RC/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 11: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 14C751065673; Fri, 30 May 2008 11:59:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E374D8FC14; Fri, 30 May 2008 11:59:51 +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 m4UBxpMl003529; Fri, 30 May 2008 11:59:51 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBxpip003528; Fri, 30 May 2008 11:59:51 GMT (envelope-from tabthorpe) Message-Id: <200805301159.m4UBxpip003528@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 30 May 2008 11: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/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 11:59:52 -0000 tabthorpe 2008-05-30 11:59:51 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document linux-flashplugin -- unspecified remote code execution vulnerability Revision Changes Path 1.1630 +35 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri May 30 12: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 323461065671; Fri, 30 May 2008 12:05:07 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C83C8FC1B; Fri, 30 May 2008 12:05:07 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UC560Q005814; Fri, 30 May 2008 12:05:06 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UC56d3005813; Fri, 30 May 2008 12:05:06 GMT (envelope-from nivit) Message-Id: <200805301205.m4UC56d3005813@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 30 May 2008 12: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/devel/py-Breve 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, 30 May 2008 12:05:07 -0000 nivit 2008-05-30 12:05:06 UTC FreeBSD ports repository Modified files: devel/py-Breve Makefile distinfo pkg-plist Log: - Update to 1.2.6 Revision Changes Path 1.6 +1 -1 ports/devel/py-Breve/Makefile 1.5 +3 -3 ports/devel/py-Breve/distinfo 1.5 +2 -0 ports/devel/py-Breve/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 12:21: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 B50FA1065670; Fri, 30 May 2008 12:21:31 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 670E68FC19; Fri, 30 May 2008 12:21:31 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UCLVfH007128; Fri, 30 May 2008 12:21:31 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCLVHF007127; Fri, 30 May 2008 12:21:31 GMT (envelope-from nivit) Message-Id: <200805301221.m4UCLVHF007127@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 30 May 2008 12:21: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/mapyrus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 12:21:31 -0000 nivit 2008-05-30 12:21:31 UTC FreeBSD ports repository Modified files: graphics/mapyrus Makefile distinfo Log: - Update to 0.804 Revision Changes Path 1.18 +1 -1 ports/graphics/mapyrus/Makefile 1.14 +3 -3 ports/graphics/mapyrus/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 12:23: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 22442106564A; Fri, 30 May 2008 12:23:39 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F36C58FC28; Fri, 30 May 2008 12:23:38 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UCNcqw007210; Fri, 30 May 2008 12:23:38 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCNcX2007209; Fri, 30 May 2008 12:23:38 GMT (envelope-from nivit) Message-Id: <200805301223.m4UCNcX2007209@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 30 May 2008 12:23:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/jsmath 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, 30 May 2008 12:23:39 -0000 nivit 2008-05-30 12:23:38 UTC FreeBSD ports repository Modified files: math/jsmath Makefile distinfo pkg-plist Log: - Update to 3.5 Revision Changes Path 1.12 +2 -1 ports/math/jsmath/Makefile 1.9 +3 -3 ports/math/jsmath/distinfo 1.7 +9 -6 ports/math/jsmath/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 12:25: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 4944C1065672; Fri, 30 May 2008 12:25:30 +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 26EF58FC17; Fri, 30 May 2008 12:25:30 +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 m4UCPUtr007312; Fri, 30 May 2008 12:25:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCPUlV007311; Fri, 30 May 2008 12:25:30 GMT (envelope-from kib) Message-Id: <200805301225.m4UCPUlV007311@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 12:25:29 +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: Fri, 30 May 2008 12:25:30 -0000 kib 2008-05-30 12:25:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_serv.c Log: MFC rev. 1.181: Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten. Revision Changes Path 1.174.2.3 +3 -0 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Fri May 30 12:25:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A791106566C; Fri, 30 May 2008 12:25:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 731498FC0C; Fri, 30 May 2008 12:25:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UCPZ42007341; Fri, 30 May 2008 12:25:35 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCPZWR007340; Fri, 30 May 2008 12:25:35 GMT (envelope-from nivit) Message-Id: <200805301225.m4UCPZWR007340@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 30 May 2008 12:25:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/tunapie Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 12:25:35 -0000 nivit 2008-05-30 12:25:35 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo Log: - Update to 1.2.6 Revision Changes Path 1.21 +1 -1 ports/multimedia/tunapie/Makefile 1.17 +3 -3 ports/multimedia/tunapie/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 12:27:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A024F106566C; Fri, 30 May 2008 12:27: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 637E28FC1E; Fri, 30 May 2008 12:27: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 m4UCRJIk007416; Fri, 30 May 2008 12:27:19 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCRJq2007415; Fri, 30 May 2008 12:27:19 GMT (envelope-from kib) Message-Id: <200805301227.m4UCRJq2007415@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 12:27: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/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: Fri, 30 May 2008 12:27:19 -0000 kib 2008-05-30 12:27:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_serv.c Log: MFC rev. 1.182 Change the fix in the rev. 1.178 to use nfsrv_lockedpair_nd(). Revision Changes Path 1.174.2.4 +2 -6 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Fri May 30 12: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 30E85106567D; Fri, 30 May 2008 12:53:29 +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 10F498FC0C; Fri, 30 May 2008 12:53:29 +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 m4UCrSvH019231; Fri, 30 May 2008 12:53:28 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCrSIk019230; Fri, 30 May 2008 12:53:28 GMT (envelope-from tabthorpe) Message-Id: <200805301253.m4UCrSIk019230@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 30 May 2008 12:53:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 12:53:29 -0000 tabthorpe 2008-05-30 12:53:28 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix range on previous commit Noticed by: miwi Revision Changes Path 1.1631 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri May 30 13:36: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 C4F51106566B; Fri, 30 May 2008 13:36:04 +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 A8EB08FC22; Fri, 30 May 2008 13:36: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 m4UDa4AT021726; Fri, 30 May 2008 13:36:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDa430021725; Fri, 30 May 2008 13:36:04 GMT (envelope-from miwi) Message-Id: <200805301336.m4UDa430021725@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:36: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/xabacus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:36:04 -0000 miwi 2008-05-30 13:36:04 UTC FreeBSD ports repository Modified files: games/xabacus Makefile distinfo Log: - Update to 7.3.8 PR: 124041 Submitted by: Ports Fury Revision Changes Path 1.31 +2 -3 ports/games/xabacus/Makefile 1.18 +3 -3 ports/games/xabacus/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 158A11065672; Fri, 30 May 2008 13:43: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 EE3E18FC1E; Fri, 30 May 2008 13: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 m4UDhVUm021977; Fri, 30 May 2008 13:43:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhVca021976; Fri, 30 May 2008 13:43:31 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhVca021976@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13: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: ports/graphics/cbrpager Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:43:32 -0000 miwi 2008-05-30 13:43:31 UTC FreeBSD ports repository Modified files: graphics/cbrpager Makefile distinfo Log: - Update to 0.9.16 PR: 124042 Submitted by: Ports Fury Revision Changes Path 1.14 +4 -2 ports/graphics/cbrpager/Makefile 1.11 +3 -3 ports/graphics/cbrpager/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 BD381106566B; Fri, 30 May 2008 13:43:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B992D8FC1E; Fri, 30 May 2008 13:43:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UDhZTT022029; Fri, 30 May 2008 13:43:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhZXQ022028; Fri, 30 May 2008 13:43:35 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhZXQ022028@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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-toolkits/plib Makefile distinfo ports/x11-toolkits/plib/files patch-src::sl::slPortability.h patch-src_js_jsBSD.cxx patch-src_ssgAux_ssgaSky.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, 30 May 2008 13:43:35 -0000 miwi 2008-05-30 13:43:35 UTC FreeBSD ports repository Modified files: x11-toolkits/plib Makefile distinfo Removed files: x11-toolkits/plib/files patch-src::sl::slPortability.h patch-src_js_jsBSD.cxx patch-src_ssgAux_ssgaSky.h Log: - Update to 1.8.5 PR: 124046 Submitted by: Ports Fury Revision Changes Path 1.35 +11 -4 ports/x11-toolkits/plib/Makefile 1.10 +3 -3 ports/x11-toolkits/plib/distinfo 1.2 +0 -11 ports/x11-toolkits/plib/files/patch-src::sl::slPortability.h (dead) 1.2 +0 -48 ports/x11-toolkits/plib/files/patch-src_js_jsBSD.cxx (dead) 1.4 +0 -20 ports/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 CCCB0106564A; Fri, 30 May 2008 13:43: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 B119E8FC1B; Fri, 30 May 2008 13:43: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 m4UDhenN022064; Fri, 30 May 2008 13:43:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhegO022063; Fri, 30 May 2008 13:43:40 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhegO022063@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/macopix 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, 30 May 2008 13:43:40 -0000 miwi 2008-05-30 13:43:40 UTC FreeBSD ports repository Modified files: games/macopix Makefile distinfo pkg-plist Log: - Update to 1.7.0 PR: 124040 Submitted by: Ports Fury Revision Changes Path 1.32 +65 -69 ports/games/macopix/Makefile 1.20 +3 -3 ports/games/macopix/distinfo 1.18 +1164 -1164 ports/games/macopix/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 BA7391065674; Fri, 30 May 2008 13:43: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 9F0F98FC24; Fri, 30 May 2008 13:43: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 m4UDhffS022096; Fri, 30 May 2008 13:43:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhfc4022094; Fri, 30 May 2008 13:43:41 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhfc4022094@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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/finance/ktoblzcheck 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, 30 May 2008 13:43:41 -0000 miwi 2008-05-30 13:43:41 UTC FreeBSD ports repository Modified files: finance/ktoblzcheck Makefile distinfo pkg-plist Log: - Update to 1.18 PR: 124039 Submitted by: Ports Fury Revision Changes Path 1.24 +1 -1 ports/finance/ktoblzcheck/Makefile 1.15 +3 -3 ports/finance/ktoblzcheck/distinfo 1.10 +1 -1 ports/finance/ktoblzcheck/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 13: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 3894C1065671; Fri, 30 May 2008 13:43: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 1D4D68FC26; Fri, 30 May 2008 13:43: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 m4UDhhtB022134; Fri, 30 May 2008 13:43:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhhKH022133; Fri, 30 May 2008 13:43:43 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhhKH022133@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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/deskutils/chmsee 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, 30 May 2008 13:43:44 -0000 miwi 2008-05-30 13:43:43 UTC FreeBSD ports repository Modified files: deskutils/chmsee Makefile distinfo pkg-plist Log: - Update to 1.0.1 PR: 124038 Submitted by: Ports Fury Revision Changes Path 1.13 +8 -15 ports/deskutils/chmsee/Makefile 1.3 +3 -3 ports/deskutils/chmsee/distinfo 1.4 +11 -11 ports/deskutils/chmsee/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 13: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 46CD61065820; Fri, 30 May 2008 13:43: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 19D628FC16; Fri, 30 May 2008 13:43: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 m4UDhkTu022184; Fri, 30 May 2008 13:43:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhk7P022183; Fri, 30 May 2008 13:43:46 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhk7P022183@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vlock Makefile distinfo ports/security/vlock/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, 30 May 2008 13:43:47 -0000 miwi 2008-05-30 13:43:46 UTC FreeBSD ports repository Modified files: security/vlock Makefile distinfo security/vlock/files patch-configure Log: - Update to 2.2.2 PR: 123949 Submitted by: Ganael Laplanche (maintainer) Revision Changes Path 1.8 +12 -4 ports/security/vlock/Makefile 1.6 +3 -3 ports/security/vlock/distinfo 1.2 +12 -12 ports/security/vlock/files/patch-configure From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 A246F106566C; Fri, 30 May 2008 13:43: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 85ECF8FC18; Fri, 30 May 2008 13:43: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 m4UDhnVL022234; Fri, 30 May 2008 13:43:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhn2n022233; Fri, 30 May 2008 13:43:49 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhn2n022233@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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/kbarcode Makefile distinfo ports/graphics/kbarcode/files patch-admin-cvs.sh patch-kbarcode-mybarcode.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: Fri, 30 May 2008 13:43:49 -0000 miwi 2008-05-30 13:43:49 UTC FreeBSD ports repository Modified files: graphics/kbarcode Makefile distinfo graphics/kbarcode/files patch-admin-cvs.sh Removed files: graphics/kbarcode/files patch-kbarcode-mybarcode.cpp Log: - Update to 2.0.7 PR: 124043 Submitted by: Ports Fury Revision Changes Path 1.25 +1 -1 ports/graphics/kbarcode/Makefile 1.16 +3 -3 ports/graphics/kbarcode/distinfo 1.2 +3 -3 ports/graphics/kbarcode/files/patch-admin-cvs.sh 1.2 +0 -11 ports/graphics/kbarcode/files/patch-kbarcode-mybarcode.cpp (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 13: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 EB24C106567E; Fri, 30 May 2008 13:43: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 CF6B58FC1D; Fri, 30 May 2008 13:43:51 +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 m4UDhpu0022282; Fri, 30 May 2008 13:43:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhpah022281; Fri, 30 May 2008 13:43:51 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhpah022281@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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/textproc/idnits Makefile distinfo ports/textproc/idnits/files patch-idnits X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:43:52 -0000 miwi 2008-05-30 13:43:51 UTC FreeBSD ports repository Modified files: textproc/idnits Makefile distinfo Removed files: textproc/idnits/files patch-idnits Log: - Update to 2.08.10 PR: 124045 Submitted by: Ports Fury Revision Changes Path 1.16 +5 -1 ports/textproc/idnits/Makefile 1.15 +3 -3 ports/textproc/idnits/distinfo 1.2 +0 -11 ports/textproc/idnits/files/patch-idnits (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 13:43: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 EFEFF1065716; Fri, 30 May 2008 13:43:53 +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 D4FB58FC16; Fri, 30 May 2008 13:43: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 m4UDhrCA022311; Fri, 30 May 2008 13:43:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDhrxL022310; Fri, 30 May 2008 13:43:53 GMT (envelope-from miwi) Message-Id: <200805301343.m4UDhrxL022310@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:43: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/gigabase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:43:54 -0000 miwi 2008-05-30 13:43:53 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: - Update to 3.65 PR: 124037 Submitted by: Ports Fury Revision Changes Path 1.110 +1 -1 ports/databases/gigabase/Makefile 1.101 +3 -3 ports/databases/gigabase/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 13: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 71BC3106568F; Fri, 30 May 2008 13:46: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 6EAB98FC15; Fri, 30 May 2008 13:46: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 m4UDkXtn022459; Fri, 30 May 2008 13:46:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDkXhO022458; Fri, 30 May 2008 13:46:33 GMT (envelope-from miwi) Message-Id: <200805301346.m4UDkXhO022458@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:46: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/japanese/p5-Mail-SpamAssassin Makefile ports/japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf patch-spamd_spamd.raw X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:46:33 -0000 miwi 2008-05-30 13:46:33 UTC FreeBSD ports repository Modified files: japanese/p5-Mail-SpamAssassin Makefile japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf Added files: japanese/p5-Mail-SpamAssassin/files patch-spamd_spamd.raw Log: - Sync with lastes p5-Mail-SpamAssassin PR: 124034 Submitted by: TAOKA Fumiyoshi (maintainer) Revision Changes Path 1.9 +5 -3 ports/japanese/p5-Mail-SpamAssassin/Makefile 1.2 +8 -3 ports/japanese/p5-Mail-SpamAssassin/files/patch-rules-local.cf 1.1 +11 -0 ports/japanese/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 13:47: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 A2439106566C; Fri, 30 May 2008 13:47:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 872CD8FC0A; Fri, 30 May 2008 13:47:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UDlZ6w022521; Fri, 30 May 2008 13:47:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDlZJ7022520; Fri, 30 May 2008 13:47:35 GMT (envelope-from miwi) Message-Id: <200805301347.m4UDlZJ7022520@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:47:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/freeipmi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:47:35 -0000 miwi 2008-05-30 13:47:35 UTC FreeBSD ports repository Modified files: sysutils/freeipmi Makefile distinfo Log: - Update to 0.6.3 PR: 124054 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.21 +11 -6 ports/sysutils/freeipmi/Makefile 1.12 +3 -3 ports/sysutils/freeipmi/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 13:49: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 F01271065676; Fri, 30 May 2008 13:49: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 D4DC78FC17; Fri, 30 May 2008 13:49: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 m4UDnI47022594; Fri, 30 May 2008 13:49:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDnIcA022593; Fri, 30 May 2008 13:49:18 GMT (envelope-from miwi) Message-Id: <200805301349.m4UDnIcA022593@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:49: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/cad/brlcad Makefile distinfo pkg-plist ports/cad/brlcad/files mged.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: Fri, 30 May 2008 13:49:19 -0000 miwi 2008-05-30 13:49:18 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile distinfo pkg-plist cad/brlcad/files mged.sh Log: - Update to 7.12.4 PR: 124105 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.33 +1 -1 ports/cad/brlcad/Makefile 1.18 +3 -3 ports/cad/brlcad/distinfo 1.3 +2 -0 ports/cad/brlcad/files/mged.sh 1.19 +31 -3 ports/cad/brlcad/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 13:51: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 761111065678; Fri, 30 May 2008 13:51: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 5AAE38FC14; Fri, 30 May 2008 13:51: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 m4UDpM1u022733; Fri, 30 May 2008 13:51:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDpMmQ022732; Fri, 30 May 2008 13:51:22 GMT (envelope-from miwi) Message-Id: <200805301351.m4UDpMmQ022732@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:51: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-toolkits/qwt5 Makefile distinfo pkg-plist ports/x11-toolkits/qwt5/files patch-qwtconfig.pri X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:51:22 -0000 miwi 2008-05-30 13:51:22 UTC FreeBSD ports repository Modified files: x11-toolkits/qwt5 Makefile distinfo pkg-plist x11-toolkits/qwt5/files patch-qwtconfig.pri Log: - Updatwe to 5.1.1 PR: 124009 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.11 +1 -1 ports/x11-toolkits/qwt5/Makefile 1.7 +3 -3 ports/x11-toolkits/qwt5/distinfo 1.2 +1 -1 ports/x11-toolkits/qwt5/files/patch-qwtconfig.pri 1.7 +1 -1 ports/x11-toolkits/qwt5/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 13:52: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 15899106564A; Fri, 30 May 2008 13:52:17 +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 EEC958FC13; Fri, 30 May 2008 13:52: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 m4UDqG4b022797; Fri, 30 May 2008 13:52:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDqG3r022796; Fri, 30 May 2008 13:52:16 GMT (envelope-from miwi) Message-Id: <200805301352.m4UDqG3r022796@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 13:52:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/di Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:52:17 -0000 miwi 2008-05-30 13:52:16 UTC FreeBSD ports repository Modified files: sysutils/di Makefile distinfo Log: - Update to 4.13 PR: 124008 Submitted by: Naram Qashat (maintainer) Revision Changes Path 1.13 +5 -1 ports/sysutils/di/Makefile 1.10 +3 -3 ports/sysutils/di/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 13: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 04ACE106564A; Fri, 30 May 2008 13:52:49 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDF718FC14; Fri, 30 May 2008 13:52:48 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UDqmRZ022834; Fri, 30 May 2008 13:52:48 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UDqmud022833; Fri, 30 May 2008 13:52:48 GMT (envelope-from nivit) Message-Id: <200805301352.m4UDqmud022833@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 30 May 2008 13:52: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/clive 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, 30 May 2008 13:52:49 -0000 nivit 2008-05-30 13:52:48 UTC FreeBSD ports repository Modified files: multimedia/clive Makefile distinfo pkg-descr Log: - Update to 0.4.14 - Add sevenload.com website to pkg-descr Revision Changes Path 1.22 +1 -1 ports/multimedia/clive/Makefile 1.22 +3 -3 ports/multimedia/clive/distinfo 1.7 +3 -2 ports/multimedia/clive/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri May 30 14:12: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 08BCF1065685; Fri, 30 May 2008 14:12:30 +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 07C388FC1E; Fri, 30 May 2008 14:12:30 +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 m4UECT1j024609; Fri, 30 May 2008 14:12:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UECTGZ024608; Fri, 30 May 2008 14:12:29 GMT (envelope-from garga) Message-Id: <200805301412.m4UECTGZ024608@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 May 2008 14:12:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Socket 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, 30 May 2008 14:12:30 -0000 garga 2008-05-30 14:12:29 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Socket Makefile distinfo pkg-descr pkg-plist Log: This module is just a translation of the C socket.h file. Unlike the old mechanism of requiring a translated socket.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right. This includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. WWW: http://search.cpan.org/dist/Socket/ PR: ports/124132 Submitted by: BluePex Security Solutions Revision Changes Path 1.1997 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/p5-Socket/Makefile (new) 1.1 +3 -0 ports/net/p5-Socket/distinfo (new) 1.1 +7 -0 ports/net/p5-Socket/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Socket/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 14:12: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 CB6F91065678; Fri, 30 May 2008 14:12:47 +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 B29FA8FC12; Fri, 30 May 2008 14:12:47 +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 m4UEClRO024641; Fri, 30 May 2008 14:12:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEClFu024640; Fri, 30 May 2008 14:12:47 GMT (envelope-from garga) Message-Id: <200805301412.m4UEClFu024640@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 May 2008 14:12:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 30 May 2008 14:12:47 -0000 garga 2008-05-30 14:12:47 UTC FreeBSD ports repository Modified files: . modules Log: p5-Socket --> ports/net/p5-Socket Revision Changes Path 1.19893 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 14:13: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 9D9E6106566C; Fri, 30 May 2008 14:13:23 +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 9D18E8FC1A; Fri, 30 May 2008 14:13:23 +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 m4UEDNDr024720; Fri, 30 May 2008 14:13:23 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEDNwD024719; Fri, 30 May 2008 14:13:23 GMT (envelope-from garga) Message-Id: <200805301413.m4UEDNwD024719@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 May 2008 14:13: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 Makefile ports/net/p5-Daemon-Generic 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, 30 May 2008 14:13:23 -0000 garga 2008-05-30 14:13:23 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist Log: Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. Programs that use Daemon::Generic subclass Daemon::Generic to override its behavior. Almost everything that Genric::Daemon does can be overridden as needed. WWW: http://search.cpan.org/dist/Daemon-Generic/ PR: ports/124133 Submitted by: BluePex Security Solutions Revision Changes Path 1.1998 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/p5-Daemon-Generic/Makefile (new) 1.1 +3 -0 ports/net/p5-Daemon-Generic/distinfo (new) 1.1 +9 -0 ports/net/p5-Daemon-Generic/pkg-descr (new) 1.1 +10 -0 ports/net/p5-Daemon-Generic/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 14:13: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 E7FC31065678; Fri, 30 May 2008 14:13:36 +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 CF8F58FC23; Fri, 30 May 2008 14:13:36 +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 m4UEDaw3024754; Fri, 30 May 2008 14:13:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEDahQ024753; Fri, 30 May 2008 14:13:36 GMT (envelope-from garga) Message-Id: <200805301413.m4UEDahQ024753@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 May 2008 14:13:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:13:37 -0000 garga 2008-05-30 14:13:36 UTC FreeBSD ports repository Modified files: . modules Log: p5-Daemon-Generic --> ports/net/p5-Daemon-Generic Revision Changes Path 1.19894 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 14:22: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 202AC106566B; Fri, 30 May 2008 14:22:49 +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 07A828FC1D; Fri, 30 May 2008 14:22:49 +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 m4UEMmqh025149; Fri, 30 May 2008 14:22:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEMmIR025148; Fri, 30 May 2008 14:22:48 GMT (envelope-from brueffer) Message-Id: <200805301422.m4UEMmIR025148@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 30 May 2008 14:22: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: www/share/sgml events.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, 30 May 2008 14:22:49 -0000 brueffer 2008-05-30 14:22:48 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add FrOSCon 2008, add a couple of empty lines between entries. Revision Changes Path 1.52 +30 -1 www/share/sgml/events.xml From owner-cvs-all@FreeBSD.ORG Fri May 30 14:26: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 ECF59106567A; Fri, 30 May 2008 14:26: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 EAFD28FC28; Fri, 30 May 2008 14:26:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UEQ9rv025435; Fri, 30 May 2008 14:26:09 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEQ92d025434; Fri, 30 May 2008 14:26:09 GMT (envelope-from flz) Message-Id: <200805301426.m4UEQ92d025434@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 30 May 2008 14:26: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.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c pkg_info.1 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:26:10 -0000 flz 2008-05-30 14:26:09 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c pkg_add.1 usr.sbin/pkg_install/create main.c pkg_create.1 usr.sbin/pkg_install/delete main.c pkg_delete.1 usr.sbin/pkg_install/info main.c pkg_info.1 usr.sbin/pkg_install/lib lib.h usr.sbin/pkg_install/updating main.c pkg_updating.1 usr.sbin/pkg_install/version main.c pkg_version.1 Log: - Add long options to pkg_install. - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530. Revision Changes Path 1.77 +24 -5 src/usr.sbin/pkg_install/add/main.c 1.77 +14 -14 src/usr.sbin/pkg_install/add/pkg_add.1 1.44 +26 -7 src/usr.sbin/pkg_install/create/main.c 1.74 +13 -13 src/usr.sbin/pkg_install/create/pkg_create.1 1.30 +22 -4 src/usr.sbin/pkg_install/delete/main.c 1.34 +13 -13 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.53 +23 -5 src/usr.sbin/pkg_install/info/main.c 1.63 +17 -15 src/usr.sbin/pkg_install/info/pkg_info.1 1.67 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.3 +12 -3 src/usr.sbin/pkg_install/updating/main.c 1.4 +11 -5 src/usr.sbin/pkg_install/updating/pkg_updating.1 1.9 +20 -5 src/usr.sbin/pkg_install/version/main.c 1.40 +10 -10 src/usr.sbin/pkg_install/version/pkg_version.1 From owner-cvs-all@FreeBSD.ORG Fri May 30 14:26:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE607106567F; Fri, 30 May 2008 14:26:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5D1D8FC2D; Fri, 30 May 2008 14:26:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UEQYiR025467; Fri, 30 May 2008 14:26:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEQYra025466; Fri, 30 May 2008 14:26:34 GMT (envelope-from miwi) Message-Id: <200805301426.m4UEQYra025466@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 14:26:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/swt-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: Fri, 30 May 2008 14:26:35 -0000 miwi 2008-05-30 14:26:34 UTC FreeBSD ports repository Modified files: x11-toolkits/swt-devel Makefile distinfo Log: - Update to 3.4M7 PR: 124105 Submitted by: Robert Noland (maintainer) Revision Changes Path 1.16 +3 -3 ports/x11-toolkits/swt-devel/Makefile 1.12 +6 -6 ports/x11-toolkits/swt-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 14:26: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 B76DA1065676; Fri, 30 May 2008 14:26: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 9F5DB8FC25; Fri, 30 May 2008 14:26: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 m4UEQcBT025497; Fri, 30 May 2008 14:26:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEQcNO025496; Fri, 30 May 2008 14:26:38 GMT (envelope-from miwi) Message-Id: <200805301426.m4UEQcNO025496@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 14:26: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/x11-toolkits/swt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:26:38 -0000 miwi 2008-05-30 14:26:38 UTC FreeBSD ports repository Modified files: x11-toolkits/swt Makefile distinfo Log: - Update to 3.3.2 PR: 124106 Submitted by: Robert Noland (maintainer) Revision Changes Path 1.10 +3 -3 ports/x11-toolkits/swt/Makefile 1.6 +6 -6 ports/x11-toolkits/swt/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 14:26: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 D22991065672; Fri, 30 May 2008 14:26:42 +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 CDA448FC0A; Fri, 30 May 2008 14:26:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UEQgbx025557; Fri, 30 May 2008 14:26:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UEQgJY025556; Fri, 30 May 2008 14:26:42 GMT (envelope-from miwi) Message-Id: <200805301426.m4UEQgJY025556@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 14:26:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/azureus Makefile distinfo ports/net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java patch-TransferTypes patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:26:42 -0000 miwi 2008-05-30 14:26:42 UTC FreeBSD ports repository Modified files: net-p2p/azureus Makefile distinfo net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java Added files: net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java Removed files: net-p2p/azureus/files patch-TransferTypes Log: - Update to 3.0.5.2 PR: 124110 Submitted by: Robert Noland (maintainer) Revision Changes Path 1.51 +3 -2 ports/net-p2p/azureus/Makefile 1.21 +3 -3 ports/net-p2p/azureus/distinfo 1.2 +3 -3 ports/net-p2p/azureus/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java 1.1 +11 -0 ports/net-p2p/azureus/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java (new) 1.2 +0 -17 ports/net-p2p/azureus/files/patch-TransferTypes (dead) 1.2 +10 -19 ports/net-p2p/azureus/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java 1.2 +9 -9 ports/net-p2p/azureus/files/patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java From owner-cvs-all@FreeBSD.ORG Fri May 30 14:27: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 24370106566C; Fri, 30 May 2008 14:27:37 +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 0B3AF8FC20; Fri, 30 May 2008 14:27:37 +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 m4UERaeM025620; Fri, 30 May 2008 14:27:36 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UERaXO025619; Fri, 30 May 2008 14:27:36 GMT (envelope-from gahr) Message-Id: <200805301427.m4UERaXO025619@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 30 May 2008 14:27:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pypersrc Makefile distinfo pkg-plist ports/devel/pypersrc/files patch-GNUmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:27:37 -0000 gahr 2008-05-30 14:27:36 UTC FreeBSD ports repository Modified files: devel/pypersrc Makefile distinfo devel/pypersrc/files patch-GNUmakefile Removed files: devel/pypersrc pkg-plist Log: - Update to 20070519 Approved by: miwi (mentor implicit) Revision Changes Path 1.5 +9 -3 ports/devel/pypersrc/Makefile 1.2 +3 -3 ports/devel/pypersrc/distinfo 1.3 +0 -18 ports/devel/pypersrc/files/patch-GNUmakefile 1.2 +0 -3 ports/devel/pypersrc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 14:47:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDF1A106566B; Fri, 30 May 2008 14:47:42 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE82D8FC0C; Fri, 30 May 2008 14:47:42 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UElgWX031822; Fri, 30 May 2008 14:47:42 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UElgju031817; Fri, 30 May 2008 14:47:42 GMT (envelope-from dfr) Message-Id: <200805301447.m4UElgju031817@repoman.freebsd.org> From: Doug Rabson Date: Fri, 30 May 2008 14:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Symbol.map fcntl.c src/lib/libc_r/uthread uthread_fcntl.c src/lib/libkse/thread thr_fcntl.c src/lib/libthr/thread thr_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: Fri, 30 May 2008 14:47:43 -0000 dfr 2008-05-30 14:47:42 UTC FreeBSD src repository Modified files: lib/libc/sys Symbol.map fcntl.c lib/libc_r/uthread uthread_fcntl.c lib/libkse/thread thr_fcntl.c lib/libthr/thread thr_syscalls.c Log: Call the fcntl compatiblity wrapper from the thread library fcntl wrappers so that they get the benefit of the (limited) forward ABI compatibility. MFC after: 1 week Revision Changes Path 1.16 +1 -0 src/lib/libc/sys/Symbol.map 1.3 +2 -2 src/lib/libc/sys/fcntl.c 1.17 +3 -1 src/lib/libc_r/uthread/uthread_fcntl.c 1.25 +2 -1 src/lib/libkse/thread/thr_fcntl.c 1.18 +2 -1 src/lib/libthr/thread/thr_syscalls.c From owner-cvs-all@FreeBSD.ORG Fri May 30 14:51: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 2AEED1065679; Fri, 30 May 2008 14:51:04 +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 DBF638FC16; Fri, 30 May 2008 14:51:03 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5751E.dip.t-dialin.net [84.165.117.30]) by redbull.bpaserver.net (Postfix) with ESMTP id A98322E06D; Fri, 30 May 2008 16:50:56 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id B424210CBEC; Fri, 30 May 2008 16:50:53 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m4UEorDv095405; Fri, 30 May 2008 16:50:53 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Fri, 30 May 2008 16:50:51 +0200 Message-ID: <20080530165051.46452soq4pp07n28@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 30 May 2008 16:50:51 +0200 From: Alexander Leidinger To: Robert Watson References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> <20080529151233.I3678@fledge.watson.org> <20080529145319.GC94385@gw.reifenberger.com> <20080529155422.T3678@fledge.watson.org> In-Reply-To: <20080529155422.T3678@fledge.watson.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.2-RC2) / 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, ORDB-RBL, 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-src@FreeBSD.org, Michael Reifenberger , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:51:04 -0000 Quoting Robert Watson (from Thu, 29 May 2008 =20 15:56:50 +0100 (BST)): > On Thu, 29 May 2008, Michael Reifenberger wrote: > >> On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... >>> The other concept that might be of benefit is a "dead" jail vs. a =20 >>> "live" jail -- with TCP connections taking a while to run down, =20 >>> there can often be dangling jail references that don't garbage =20 >>> collect for a few minutes. Perhaps, where there is ambiguity, live =20 >>> jails (ones with referencing processes) should be preferred to =20 >>> dead ones. >> >> Thats something that the admin should take care for. > > How might they do that? Remember that any command that works only =20 > when the jail IP is "unambiguous" will become effectively =20 > non-deterministic as a result of un-garbage collected jails. So Is it feasible to change the hostname of a dying jail? We could prefix =20 it with some string at some point of the shutdown... Bye, Alexander. --=20 The great nations have always acted like gangsters and the small nations like prostitutes. =09=09-- Stanley Kubrick 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 Fri May 30 14: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 D83DF106564A; Fri, 30 May 2008 14:56:58 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif1-0-0-cust805.cdif.cable.ntl.com [82.15.31.38]) by mx1.freebsd.org (Postfix) with ESMTP id 87C408FC0A; Fri, 30 May 2008 14:56:58 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K262K-000MoW-V6; Fri, 30 May 2008 15:56:56 +0100 Date: Fri, 30 May 2008 15:56:56 +0100 From: Ceri Davies To: Alexander Leidinger Message-ID: <20080530145656.GB17008@submonkey.net> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> <20080529151233.I3678@fledge.watson.org> <20080529145319.GC94385@gw.reifenberger.com> <20080529155422.T3678@fledge.watson.org> <20080530165051.46452soq4pp07n28@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: <20080530165051.46452soq4pp07n28@webmail.leidinger.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Ceri Davies Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Michael Reifenberger , Robert Watson Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:56:59 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 30, 2008 at 04:50:51PM +0200, Alexander Leidinger wrote: > Quoting Robert Watson (from Thu, 29 May 2008 15:56:= 50=20 > +0100 (BST)): >=20 >> On Thu, 29 May 2008, Michael Reifenberger wrote: >>=20 >>> On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... >>>> The other concept that might be of benefit is a "dead" jail vs. a "liv= e"=20 >>>> jail -- with TCP connections taking a while to run down, there can oft= en=20 >>>> be dangling jail references that don't garbage collect for a few=20 >>>> minutes. Perhaps, where there is ambiguity, live jails (ones with=20 >>>> referencing processes) should be preferred to dead ones. >>>=20 >>> Thats something that the admin should take care for. >>=20 >> How might they do that? Remember that any command that works only when= =20 >> the jail IP is "unambiguous" will become effectively non-deterministic a= s=20 >> a result of un-garbage collected jails. So >=20 > Is it feasible to change the hostname of a dying jail? We could prefix it= =20 > with some string at some point of the shutdown... We'd be better off just dropping all the connections at that point. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --qcHopEYAB45HaUaB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFIQBW4ocfcwTS3JF8RAmBlAJ0Z9rCP60zXFrvl2hRenlS19MV/uQCfeLd8 flpbYVW0HA9abSbY1tR7GP0= =BqmV -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB-- From owner-cvs-all@FreeBSD.ORG Fri May 30 15:02: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 3B30A1065678; Fri, 30 May 2008 15:02:21 +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 24A208FC21; Fri, 30 May 2008 15:02:21 +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 m4UF2KiI033385; Fri, 30 May 2008 15:02:20 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UF2Kjm033380; Fri, 30 May 2008 15:02:20 GMT (envelope-from jadawin) Message-Id: <200805301502.m4UF2Kjm033380@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 30 May 2008 15:02: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-p2p/p5-Net-BitTorrent 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, 30 May 2008 15:02:21 -0000 jadawin 2008-05-30 15:02:19 UTC FreeBSD ports repository Modified files: net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-plist Log: - Update to 0.022 - Drop maintainership PR: ports/123988 Submitted by: Gea-Suan Lin (maintainer) Approved by: tabthorpe (mentor) Revision Changes Path 1.2 +6 -6 ports/net-p2p/p5-Net-BitTorrent/Makefile 1.2 +3 -3 ports/net-p2p/p5-Net-BitTorrent/distinfo 1.2 +1 -3 ports/net-p2p/p5-Net-BitTorrent/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 15:22: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 180D31065681; Fri, 30 May 2008 15:22:02 +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 033CA8FC1B; Fri, 30 May 2008 15:22:02 +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 m4UFM1G4036529; Fri, 30 May 2008 15:22:01 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFM1iq036528; Fri, 30 May 2008 15:22:01 GMT (envelope-from remko) Message-Id: <200805301522.m4UFM1iq036528@repoman.freebsd.org> From: Remko Lodder Date: Fri, 30 May 2008 15:22:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/multimedia multimedia.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, 30 May 2008 15:22:02 -0000 remko 2008-05-30 15:22:01 UTC FreeBSD doc repository Modified files: en/multimedia multimedia.pl Log: "Clean up code, more style compatible (for as far as that is possible with Perl code)" PR: www/124055 Submitted by: edwin Revision Changes Path 1.2 +235 -199 www/en/multimedia/multimedia.pl From owner-cvs-all@FreeBSD.ORG Fri May 30 15:25: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 CEF9F106566B; Fri, 30 May 2008 15:25:11 +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 BA2D78FC0C; Fri, 30 May 2008 15:25:11 +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 m4UFPBuY036919; Fri, 30 May 2008 15:25:11 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFPBuR036918; Fri, 30 May 2008 15:25:11 GMT (envelope-from remko) Message-Id: <200805301525.m4UFPBuR036918@repoman.freebsd.org> From: Remko Lodder Date: Fri, 30 May 2008 15:25:11 +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/multimedia multimedia-input.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, 30 May 2008 15:25:11 -0000 remko 2008-05-30 15:25:11 UTC FreeBSD doc repository Modified files: en/multimedia multimedia-input.xml Log: "Add new media found in the last 10 months: BSDCan2008, EuroBSDCon2007, BSDConTR, BSDTalk, AsiaBSDCon2008 etc." PR: www/124056 Submitted by: Edwin Revision Changes Path 1.3 +6118 -1893 www/en/multimedia/multimedia-input.xml From owner-cvs-all@FreeBSD.ORG Fri May 30 15:25: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 6EFCB106566B; Fri, 30 May 2008 15:25:23 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (unknown [IPv6:2a01:170:102f::3]) by mx1.freebsd.org (Postfix) with ESMTP id F3FBE8FC1F; Fri, 30 May 2008 15:25:22 +0000 (UTC) (envelope-from olli@fromme.com) Received: from haluter.fromme.com (irc_sucks@localhost [127.0.0.1]) by haluter.fromme.com (8.13.4/8.13.4) with ESMTP id m4UFPLcG079974; Fri, 30 May 2008 17:25:21 +0200 (CEST) (envelope-from olli@fromme.com) Received: (from olli@localhost) by haluter.fromme.com (8.13.4/8.12.9/Submit) id m4UFPKOY079972; Fri, 30 May 2008 17:25:20 +0200 (CEST) From: Oliver Fromme Message-Id: <200805301525.m4UFPKOY079972@haluter.fromme.com> To: Alexander@Leidinger.net (Alexander Leidinger) Date: Fri, 30 May 2008 17:25:20 +0200 (CEST) In-Reply-To: <20080530165051.46452soq4pp07n28@webmail.leidinger.net> from "Alexander Leidinger" at May 30, 2008 04:50:51 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (haluter.fromme.com [127.0.0.1]); Fri, 30 May 2008 17:25:21 +0200 (CEST) Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Michael Reifenberger , Robert Watson Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:25:23 -0000 Alexander Leidinger wrote: > Robert Watson wrote: > > How might they do that? Remember that any command that works only > > when the jail IP is "unambiguous" will become effectively > > non-deterministic as a result of un-garbage collected jails. So > > Is it feasible to change the hostname of a dying jail? We could prefix > it with some string at some point of the shutdown... I think Robert's idea to differentiate between "dead" and "live" jails is good. So, when jexec has been called with the new -h option and it walks the list of jails, it should skip jails that have no processes attached. Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From owner-cvs-all@FreeBSD.ORG Fri May 30 14:58: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 BD1F610656C2; Fri, 30 May 2008 14:58:34 +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 63C8A8FC1C; Fri, 30 May 2008 14:58:34 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5751E.dip.t-dialin.net [84.165.117.30]) by redbull.bpaserver.net (Postfix) with ESMTP id C3DB12E06D; Fri, 30 May 2008 16:58:30 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 2970710CEAB; Fri, 30 May 2008 16:58:28 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m4UEwROj096717; Fri, 30 May 2008 16:58:27 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Fri, 30 May 2008 16:58:27 +0200 Message-ID: <20080530165827.89052ulp729ogzy8@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 30 May 2008 16:58:27 +0200 From: Alexander Leidinger To: Robert Watson References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080529084608.X39873@fledge.watson.org> <20080529162517.V3678@fledge.watson.org> In-Reply-To: <20080529162517.V3678@fledge.watson.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.2-RC2) / 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, ORDB-RBL, SpamAssassin (not cached, score=-15.4, required 6, autolearn=not spam, BAYES_00 -15.00, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No X-Mailman-Approved-At: Fri, 30 May 2008 15:30:03 +0000 Cc: Maxim Sobolev , src-committers@FreeBSD.org, d@delphij.net, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Daniel Eischen , Xin LI , re@FreeBSD.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Fri, 30 May 2008 14:58:34 -0000 Quoting Robert Watson (from Thu, 29 May 2008 =20 16:29:34 +0100 (BST)): > On Thu, 29 May 2008, Daniel Eischen wrote: > >>> So, this is neither a vote for nor against a backout, but this is =20 >>> a general call to resist the conservative tendancy that says =20 >>> "don't MFC minor things" because, in macro, it has a significant =20 >>> drag effect on the MFC process that keeps RELENG branches =20 >>> maintainable. >> >> Ok, but consider the prior email with kan about MFC's after an 8.0 =20 >> release. Since you must be able to run 7.x binaries on 8.0, then =20 >> you can't MFC any symbol changes from 8.0+ back to 7.x. The =20 >> symbols are basically frozen in 7.x after 8.0 is released. > > Sounds like a bug. :-) We have the possibility of this behavior even in older releases. =20 Imagine a 8.0 release and a 8.1 release before a 7.4 release. And let =20 8.1 have a symbol which is not available in 8.0 (MF9). Now let's MFC =20 this symbol to 7-stable before 7.4. Boom, you can not run a 7.4 binary =20 which uses this symbol on 8.0. More or less it comes down to be careful about things to MFC (don't =20 MFC symbols to the second last branch). Bye, Alexander. --=20 I used to think I was indecisive, but now I'm not so sure. 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 Fri May 30 15:35: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 71C9D106564A; Fri, 30 May 2008 15:35: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 5B4C98FC18; Fri, 30 May 2008 15:35: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 m4UFZ1v7037965; Fri, 30 May 2008 15:35:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFZ10t037964; Fri, 30 May 2008 15:35:01 GMT (envelope-from miwi) Message-Id: <200805301535.m4UFZ10t037964@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 15:35:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gtick 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, 30 May 2008 15:35:02 -0000 miwi 2008-05-30 15:35:01 UTC FreeBSD ports repository Modified files: audio/gtick Makefile distinfo pkg-plist Log: - Update to 0.4.2 PR: 124014 Submitted by: "Beat Gätzi" Revision Changes Path 1.19 +1 -1 ports/audio/gtick/Makefile 1.14 +3 -3 ports/audio/gtick/distinfo 1.9 +3 -1 ports/audio/gtick/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 15:37: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 E4A631065675; Fri, 30 May 2008 15:37: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 D0C8F8FC12; Fri, 30 May 2008 15:37: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 m4UFbdmE038277; Fri, 30 May 2008 15:37:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFbdDM038276; Fri, 30 May 2008 15:37:39 GMT (envelope-from miwi) Message-Id: <200805301537.m4UFbdDM038276@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 15:37:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/slony1 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:37:40 -0000 miwi 2008-05-30 15:37:39 UTC FreeBSD ports repository Modified files: databases/slony1 Makefile distinfo pkg-plist Log: - Update to 1.2.14 PR: 124067 Submitted by: Vivek Khera (maintainer) Revision Changes Path 1.35 +1 -1 ports/databases/slony1/Makefile 1.24 +6 -6 ports/databases/slony1/distinfo 1.17 +1 -1 ports/databases/slony1/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 15:39: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 EE302106567A; Fri, 30 May 2008 15:39: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 DA4E18FC14; Fri, 30 May 2008 15:39: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 m4UFdODm038462; Fri, 30 May 2008 15:39:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFdOgC038461; Fri, 30 May 2008 15:39:24 GMT (envelope-from miwi) Message-Id: <200805301539.m4UFdOgC038461@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 15:39: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/archivers/lzo2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:39:25 -0000 miwi 2008-05-30 15:39:24 UTC FreeBSD ports repository Modified files: archivers/lzo2 Makefile distinfo Log: - Update to 2.03 PR: 124033 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.41 +5 -3 ports/archivers/lzo2/Makefile 1.12 +3 -3 ports/archivers/lzo2/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 15:40: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 50F9C10656AE; Fri, 30 May 2008 15:40: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 E3EB18FC2B; Fri, 30 May 2008 15:40:28 +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 41BF546B88; Fri, 30 May 2008 11:40:27 -0400 (EDT) Date: Fri, 30 May 2008 16:40:27 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ceri Davies In-Reply-To: <20080530145656.GB17008@submonkey.net> Message-ID: <20080530162829.E85310@fledge.watson.org> References: <200805261157.m4QBvnpF025029@repoman.freebsd.org> <20080526144831.K26343@fledge.watson.org> <20080526140735.GA35960@gw.reifenberger.com> <200805281309.49683.jhb@freebsd.org> <20080529140557.GA94385@gw.reifenberger.com> <20080529151233.I3678@fledge.watson.org> <20080529145319.GC94385@gw.reifenberger.com> <20080529155422.T3678@fledge.watson.org> <20080530165051.46452soq4pp07n28@webmail.leidinger.net> <20080530145656.GB17008@submonkey.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Michael Reifenberger , Alexander Leidinger Subject: Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:40:29 -0000 On Fri, 30 May 2008, Ceri Davies wrote: >>>> Thats something that the admin should take care for. >>> >>> How might they do that? Remember that any command that works only when >>> the jail IP is "unambiguous" will become effectively non-deterministic as >>> a result of un-garbage collected jails. So >> >> Is it feasible to change the hostname of a dying jail? We could prefix it >> with some string at some point of the shutdown... > > We'd be better off just dropping all the connections at that point. TCP TIME_WAIT exists for a reason that it is better not to disregard. This question gets a bit more complicated in light of vimage, which is something we'll need to discuss at the August developer summit. Also, TIME_WAIT is just one example of a jail persisting due to continuing references to a credential -- there are other legitimate, albeit less common, reasons that it may occur, and those are also valid use cases. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Fri May 30 15:42: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 39B871065674; Fri, 30 May 2008 15:42: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 263468FC0C; Fri, 30 May 2008 15:42: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 m4UFgtd0038839; Fri, 30 May 2008 15:42:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFgtVn038834; Fri, 30 May 2008 15:42:55 GMT (envelope-from miwi) Message-Id: <200805301542.m4UFgtVn038834@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 15:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/pvpgn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:42:56 -0000 miwi 2008-05-30 15:42:54 UTC FreeBSD ports repository Modified files: games/pvpgn Makefile distinfo Log: - Update to 1.8.2 PR: 124025 Submitted by: "Max E. Kuznecov" (maintainer) Revision Changes Path 1.12 +1 -1 ports/games/pvpgn/Makefile 1.9 +3 -3 ports/games/pvpgn/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 15:11: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 B3D6110656D5; Fri, 30 May 2008 15:11:30 +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 8C8408FC15; Fri, 30 May 2008 15:11:30 +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 F334746BA0; Fri, 30 May 2008 11:11:28 -0400 (EDT) Date: Fri, 30 May 2008 16:11:28 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alexander Leidinger In-Reply-To: <20080530165827.89052ulp729ogzy8@webmail.leidinger.net> Message-ID: <20080530161058.B85310@fledge.watson.org> References: <200805272004.m4RK4SZt029194@repoman.freebsd.org> <483C7FF2.6000607@FreeBSD.org> <483C977F.20105@delphij.net> <20080528060333.GA4699@zim.MIT.EDU> <20080529084608.X39873@fledge.watson.org> <20080529162517.V3678@fledge.watson.org> <20080530165827.89052ulp729ogzy8@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Fri, 30 May 2008 15:48:40 +0000 Cc: Maxim Sobolev , src-committers@FreeBSD.org, d@delphij.net, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Daniel Eischen , Xin LI , re@FreeBSD.org, David Schultz Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c 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: Fri, 30 May 2008 15:11:30 -0000 On Fri, 30 May 2008, Alexander Leidinger wrote: >>>> So, this is neither a vote for nor against a backout, but this is a >>>> general call to resist the conservative tendancy that says "don't MFC >>>> minor things" because, in macro, it has a significant drag effect on the >>>> MFC process that keeps RELENG branches maintainable. >>> >>> Ok, but consider the prior email with kan about MFC's after an 8.0 >>> release. Since you must be able to run 7.x binaries on 8.0, then you can't >>> MFC any symbol changes from 8.0+ back to 7.x. The symbols are basically >>> frozen in 7.x after 8.0 is released. >> >> Sounds like a bug. :-) > > We have the possibility of this behavior even in older releases. Imagine a > 8.0 release and a 8.1 release before a 7.4 release. And let 8.1 have a > symbol which is not available in 8.0 (MF9). Now let's MFC this symbol to > 7-stable before 7.4. Boom, you can not run a 7.4 binary which uses this > symbol on 8.0. > > More or less it comes down to be careful about things to MFC (don't MFC > symbols to the second last branch). I think everyone is fine with "you must be careful". What I think some of us would be less fine with is "you can't do it at all". Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Fri May 30 15: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 84C931065670; Fri, 30 May 2008 15: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 720538FC67; Fri, 30 May 2008 15:49:59 +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 m4UFnxtT039576; Fri, 30 May 2008 15:49:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UFnxtT039575; Fri, 30 May 2008 15:49:59 GMT (envelope-from miwi) Message-Id: <200805301549.m4UFnxtT039575@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 15:49:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/tw_cli Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 15:49:59 -0000 miwi 2008-05-30 15:49:59 UTC FreeBSD ports repository Modified files: sysutils/tw_cli Makefile distinfo Log: - Update to 9.5.0.1 PR: 124058 Submitted by: Hiroshi Fujishima Approved by: maintainer Revision Changes Path 1.8 +6 -14 ports/sysutils/tw_cli/Makefile 1.6 +3 -7 ports/sysutils/tw_cli/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 16: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 1E26E106566B; Fri, 30 May 2008 16:22: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 0C7958FC0C; Fri, 30 May 2008 16:22: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 m4UGMUoN044094; Fri, 30 May 2008 16:22:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UGMUxN044093; Fri, 30 May 2008 16:22:30 GMT (envelope-from jhb) Message-Id: <200805301622.m4UGMUxN044093@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 May 2008 16:22: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/ie if_ie.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:22:31 -0000 jhb 2008-05-30 16:22:30 UTC FreeBSD src repository Modified files: sys/dev/ie if_ie.c Log: Fix build with DEBUG defined. Reported by: tinderbox Revision Changes Path 1.108 +4 -4 src/sys/dev/ie/if_ie.c From owner-cvs-all@FreeBSD.ORG Fri May 30 16: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 78EA11065673; Fri, 30 May 2008 16:38:45 +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 67EB48FC27; Fri, 30 May 2008 16:38:45 +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 m4UGcjaR045562; Fri, 30 May 2008 16:38:45 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UGciko045561; Fri, 30 May 2008 16:38:44 GMT (envelope-from itetcu) Message-Id: <200805301638.m4UGciko045561@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 30 May 2008 16:38:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/tw_cli distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:38:45 -0000 itetcu 2008-05-30 16:38:44 UTC FreeBSD ports repository Modified files: sysutils/tw_cli distinfo Log: Add the sums for amd64 file, forgotten by miwi@ in previous commit. Submitted by: ionbot :-D Revision Changes Path 1.7 +3 -0 ports/sysutils/tw_cli/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 17:00: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 0D14C1065670; Fri, 30 May 2008 17:00:29 +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 F09A08FC16; Fri, 30 May 2008 17:00:28 +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 m4UH0S3o055977; Fri, 30 May 2008 17:00:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH0S0e055976; Fri, 30 May 2008 17:00:28 GMT (envelope-from dinoex) Message-Id: <200805301700.m4UH0S0e055976@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:00:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/agrep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 17:00:29 -0000 dinoex 2008-05-30 17:00:27 UTC FreeBSD ports repository Modified files: textproc/agrep Makefile Log: - use DOCSDIR Revision Changes Path 1.16 +2 -2 ports/textproc/agrep/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 17:01: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 254E91065673; Fri, 30 May 2008 17:01:00 +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 149118FC13; Fri, 30 May 2008 17:01:00 +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 m4UH0xUt056014; Fri, 30 May 2008 17:00:59 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH0xej056013; Fri, 30 May 2008 17:00:59 GMT (envelope-from dinoex) Message-Id: <200805301700.m4UH0xej056013@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:00: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/databases/ruby-postgres 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, 30 May 2008 17:01:00 -0000 dinoex 2008-05-30 17:00:59 UTC FreeBSD ports repository Modified files: databases/ruby-postgres Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.35 +3 -1 ports/databases/ruby-postgres/Makefile 1.9 +7 -7 ports/databases/ruby-postgres/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:01: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 E6D59106566B; Fri, 30 May 2008 17:01:29 +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 D610E8FC13; Fri, 30 May 2008 17:01:29 +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 m4UH1T3q056071; Fri, 30 May 2008 17:01:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH1THS056070; Fri, 30 May 2008 17:01:29 GMT (envelope-from dinoex) Message-Id: <200805301701.m4UH1THS056070@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:01:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/ruby-rdbc1 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, 30 May 2008 17:01:30 -0000 dinoex 2008-05-30 17:01:29 UTC FreeBSD ports repository Modified files: databases/ruby-rdbc1 Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.8 +3 -1 ports/databases/ruby-rdbc1/Makefile 1.3 +2 -2 ports/databases/ruby-rdbc1/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17: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 02662106566C; Fri, 30 May 2008 17:02:01 +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 E50B08FC12; Fri, 30 May 2008 17:02:00 +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 m4UH20Hi056132; Fri, 30 May 2008 17:02:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH203u056131; Fri, 30 May 2008 17:02:00 GMT (envelope-from dinoex) Message-Id: <200805301702.m4UH203u056131@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:02:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/oniguruma Makefile pkg-plist ports/devel/oniguruma4 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, 30 May 2008 17:02:01 -0000 dinoex 2008-05-30 17:02:00 UTC FreeBSD ports repository Modified files: devel/oniguruma Makefile pkg-plist devel/oniguruma4 Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.37 +4 -2 ports/devel/oniguruma/Makefile 1.13 +8 -8 ports/devel/oniguruma/pkg-plist 1.41 +5 -3 ports/devel/oniguruma4/Makefile 1.14 +11 -11 ports/devel/oniguruma4/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:02: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 C44AD1065674; Fri, 30 May 2008 17:02:55 +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 B32B28FC14; Fri, 30 May 2008 17:02:55 +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 m4UH2tSw056211; Fri, 30 May 2008 17:02:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH2tgF056210; Fri, 30 May 2008 17:02:55 GMT (envelope-from dinoex) Message-Id: <200805301702.m4UH2tgF056210@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:02: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/irc/iroffer-lamm Makefile pkg-plist ports/irc/iroffer 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, 30 May 2008 17:02:55 -0000 dinoex 2008-05-30 17:02:55 UTC FreeBSD ports repository Modified files: irc/iroffer-lamm Makefile pkg-plist irc/iroffer Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.3 +4 -1 ports/irc/iroffer-lamm/Makefile 1.2 +4 -4 ports/irc/iroffer-lamm/pkg-plist 1.11 +4 -1 ports/irc/iroffer/Makefile 1.4 +4 -4 ports/irc/iroffer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:03: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 C3D2E1065679; Fri, 30 May 2008 17:03:42 +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 B32F38FC1F; Fri, 30 May 2008 17:03:42 +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 m4UH3giH057367; Fri, 30 May 2008 17:03:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH3gKQ057366; Fri, 30 May 2008 17:03:42 GMT (envelope-from dinoex) Message-Id: <200805301703.m4UH3gKQ057366@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:03:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ruby-gd 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, 30 May 2008 17:03:42 -0000 dinoex 2008-05-30 17:03:42 UTC FreeBSD ports repository Modified files: graphics/ruby-gd Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.28 +3 -1 ports/graphics/ruby-gd/Makefile 1.8 +4 -4 ports/graphics/ruby-gd/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:04: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 0493D10656B5; Fri, 30 May 2008 17:04:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 97FB88FC24; Fri, 30 May 2008 17:04:01 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 8D6942C50CC2; Fri, 30 May 2008 20:03:59 +0300 (EEST) Date: Fri, 30 May 2008 20:03:36 +0300 From: Ion-Mihai Tetcu To: Dirk Meyer Message-ID: <20080530200336.733f4f5e@it.buh.tecnik93.com> In-Reply-To: <200805301700.m4UH0S0e055976@repoman.freebsd.org> References: <200805301700.m4UH0S0e055976@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/zg.wkAv7TQUkQ5UM4ppuoE2"; 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/textproc/agrep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 17:04:02 -0000 --Sig_/zg.wkAv7TQUkQ5UM4ppuoE2 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 30 May 2008 17:00:27 +0000 (UTC) Dirk Meyer wrote: > dinoex 2008-05-30 17:00:27 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/agrep Makefile=20 > Log: > - use DOCSDIR > =20 > Revision Changes Path > 1.16 +2 -2 ports/textproc/agrep/Makefile >=20 Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=3Dyes export NOPORTDOCS=3Dyes export NOPORTEXAMPLES=3Dyes export NOPORTDATA=3Dyes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for agrep-2.04_1 tar: share/doc/agrep/agrep.algorithms: Cannot stat: No such file or directo= ry tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/agrep-2.04_1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/agrep-2.04_1.tbz' *** Error code 1 Stop in /a/ports/textproc/agrep. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/textproc/agrep ended at Fri May 30 17:03:00 UTC 2008 Thanks for your work on making FreeBSD better, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/zg.wkAv7TQUkQ5UM4ppuoE2 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhAM34ACgkQJ7GIuiH/oeXjyACgqClovPMoU4UCNW/pwC8QuN13 sigAnRO6DslozMYoWnKWh/hActI1HhPd =Wi7H -----END PGP SIGNATURE----- --Sig_/zg.wkAv7TQUkQ5UM4ppuoE2-- From owner-cvs-all@FreeBSD.ORG Fri May 30 17:04: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 C2AD210656BF; Fri, 30 May 2008 17:04:11 +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 B26DE8FC19; Fri, 30 May 2008 17:04:11 +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 m4UH4BuJ057411; Fri, 30 May 2008 17:04:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH4BhX057410; Fri, 30 May 2008 17:04:11 GMT (envelope-from dinoex) Message-Id: <200805301704.m4UH4BhX057410@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:04:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ruby-rica 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, 30 May 2008 17:04:11 -0000 dinoex 2008-05-30 17:04:11 UTC FreeBSD ports repository Modified files: irc/ruby-rica Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.11 +3 -1 ports/irc/ruby-rica/Makefile 1.9 +5 -5 ports/irc/ruby-rica/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:04: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 E7E5B106566C; Fri, 30 May 2008 17:04:38 +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 D78C48FC19; Fri, 30 May 2008 17:04:38 +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 m4UH4c8l057441; Fri, 30 May 2008 17:04:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH4cVr057440; Fri, 30 May 2008 17:04:38 GMT (envelope-from dinoex) Message-Id: <200805301704.m4UH4cVr057440@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:04: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/irc/xchat-mircryption Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 17:04:39 -0000 dinoex 2008-05-30 17:04:38 UTC FreeBSD ports repository Modified files: irc/xchat-mircryption Makefile Log: - use PORTEXAMPLES Revision Changes Path 1.13 +5 -7 ports/irc/xchat-mircryption/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 17:06: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 374B51065687; Fri, 30 May 2008 17:06:20 +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 26CA48FC1B; Fri, 30 May 2008 17:06:20 +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 m4UH6JSj057572; Fri, 30 May 2008 17:06:19 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH6Jvp057571; Fri, 30 May 2008 17:06:19 GMT (envelope-from dinoex) Message-Id: <200805301706.m4UH6Jvp057571@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:06: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/mail/noattach 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, 30 May 2008 17:06:20 -0000 dinoex 2008-05-30 17:06:19 UTC FreeBSD ports repository Modified files: mail/noattach Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.29 +3 -1 ports/mail/noattach/Makefile 1.6 +4 -4 ports/mail/noattach/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:06: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 9B5F81065690; Fri, 30 May 2008 17:06:29 +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 8B2CB8FC24; Fri, 30 May 2008 17:06:29 +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 m4UH6T7n057608; Fri, 30 May 2008 17:06:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH6T8R057607; Fri, 30 May 2008 17:06:29 GMT (envelope-from dinoex) Message-Id: <200805301706.m4UH6T8R057607@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:06:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sma 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, 30 May 2008 17:06:29 -0000 dinoex 2008-05-30 17:06:29 UTC FreeBSD ports repository Modified files: mail/sma Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.11 +3 -1 ports/mail/sma/Makefile 1.4 +2 -2 ports/mail/sma/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:06: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 F285C1065672; Fri, 30 May 2008 17:06:39 +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 E20678FC1B; Fri, 30 May 2008 17:06:39 +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 m4UH6dWc057652; Fri, 30 May 2008 17:06:39 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH6dvC057651; Fri, 30 May 2008 17:06:39 GMT (envelope-from dinoex) Message-Id: <200805301706.m4UH6dvC057651@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:06: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/news/fidogate 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, 30 May 2008 17:06:40 -0000 dinoex 2008-05-30 17:06:39 UTC FreeBSD ports repository Modified files: news/fidogate Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.41 +2 -0 ports/news/fidogate/Makefile 1.13 +58 -58 ports/news/fidogate/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:06: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 3C9E01065680; Fri, 30 May 2008 17:06:48 +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 2C0DB8FC24; Fri, 30 May 2008 17:06:48 +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 m4UH6msx057685; Fri, 30 May 2008 17:06:48 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH6loT057683; Fri, 30 May 2008 17:06:47 GMT (envelope-from dinoex) Message-Id: <200805301706.m4UH6loT057683@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:06: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/news/ifmail 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, 30 May 2008 17:06:48 -0000 dinoex 2008-05-30 17:06:47 UTC FreeBSD ports repository Modified files: news/ifmail Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.30 +3 -1 ports/news/ifmail/Makefile 1.11 +157 -157 ports/news/ifmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17: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 3C73F1065681; Fri, 30 May 2008 17:06:57 +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 2C0418FC1E; Fri, 30 May 2008 17:06:57 +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 m4UH6v2R057717; Fri, 30 May 2008 17:06:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH6uRn057716; Fri, 30 May 2008 17:06:56 GMT (envelope-from dinoex) Message-Id: <200805301706.m4UH6uRn057716@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17: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/news/suck 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, 30 May 2008 17:06:57 -0000 dinoex 2008-05-30 17:06:56 UTC FreeBSD ports repository Modified files: news/suck Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.54 +1 -1 ports/news/suck/Makefile 1.8 +13 -13 ports/news/suck/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:07: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 DBFD4106566B; Fri, 30 May 2008 17:07:04 +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 CB8E98FC13; Fri, 30 May 2008 17:07:04 +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 m4UH74p4057767; Fri, 30 May 2008 17:07:04 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH74Dn057766; Fri, 30 May 2008 17:07:04 GMT (envelope-from dinoex) Message-Id: <200805301707.m4UH74Dn057766@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:07:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/eruby 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, 30 May 2008 17:07:05 -0000 dinoex 2008-05-30 17:07:04 UTC FreeBSD ports repository Modified files: textproc/eruby Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.35 +3 -1 ports/textproc/eruby/Makefile 1.11 +5 -5 ports/textproc/eruby/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17:09: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 358B61065675; Fri, 30 May 2008 17:09:02 +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 257DA8FC1F; Fri, 30 May 2008 17:09:02 +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 m4UH91dH057830; Fri, 30 May 2008 17:09:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UH91rX057829; Fri, 30 May 2008 17:09:01 GMT (envelope-from dinoex) Message-Id: <200805301709.m4UH91rX057829@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:09: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/webalizer 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, 30 May 2008 17:09:02 -0000 dinoex 2008-05-30 17:09:01 UTC FreeBSD ports repository Modified files: www/webalizer Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.63 +6 -4 ports/www/webalizer/Makefile 1.16 +4 -4 ports/www/webalizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 17: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 58C891065675; Fri, 30 May 2008 17:13:05 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 478EE8FC23; Fri, 30 May 2008 17:13:05 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UHD5Jx058076; Fri, 30 May 2008 17:13:05 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UHD5t2058075; Fri, 30 May 2008 17:13:05 GMT (envelope-from ache) Message-Id: <200805301713.m4UHD5t2058075@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 30 May 2008 17: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/textproc/p5-Text-CSV_XS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 17:13:06 -0000 ache 2008-05-30 17:13:05 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.45 PR: 124001 Submitted by: Martin Kjeldsen Revision Changes Path 1.12 +1 -1 ports/textproc/p5-Text-CSV_XS/Makefile 1.7 +3 -3 ports/textproc/p5-Text-CSV_XS/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 17:25: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 EF58B1065670; Fri, 30 May 2008 17:25:46 +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 DF1428FC15; Fri, 30 May 2008 17:25:46 +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 m4UHPkeG058521; Fri, 30 May 2008 17:25:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UHPkvQ058520; Fri, 30 May 2008 17:25:46 GMT (envelope-from dinoex) Message-Id: <200805301725.m4UHPkvQ058520@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 30 May 2008 17:25:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ruby-gnustep 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, 30 May 2008 17:25:47 -0000 dinoex 2008-05-30 17:25:46 UTC FreeBSD ports repository Modified files: devel/ruby-gnustep Makefile pkg-plist Log: - use PORTEXAMPLES Revision Changes Path 1.38 +3 -1 ports/devel/ruby-gnustep/Makefile 1.13 +27 -27 ports/devel/ruby-gnustep/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 18:26: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 286F9106564A; Fri, 30 May 2008 18:26: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 192FE8FC0A; Fri, 30 May 2008 18:26: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 m4UIQbMg061776; Fri, 30 May 2008 18:26:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UIQbsI061775; Fri, 30 May 2008 18:26:37 GMT (envelope-from jhb) Message-Id: <200805301826.m4UIQbsI061775@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 May 2008 18:26: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/dev/bce if_bce.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 18:26:38 -0000 jhb 2008-05-30 18:26:37 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Trim an extra semi-colon. Revision Changes Path 1.40 +1 -1 src/sys/dev/bce/if_bce.c From owner-cvs-all@FreeBSD.ORG Fri May 30 18:57: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 ED37B1065671; Fri, 30 May 2008 18:57:49 +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 D785C8FC19; Fri, 30 May 2008 18:57:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ool-435559b8.dyn.optonline.net (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 <0K1P005323BZSJA0@mta3.srv.hcvlny.cv.net>; Fri, 30 May 2008 14:57:36 -0400 (EDT) Received: from ool-435559b8.dyn.optonline.net (localhost [127.0.0.1]) by ool-435559b8.dyn.optonline.net (8.14.2/8.14.2) with ESMTP id m4UIvY2h028493; Fri, 30 May 2008 14:57:35 -0400 Date: Fri, 30 May 2008 14:57:28 -0400 From: "Aryeh M. Friedman" In-reply-to: <200805301147.m4UBlvsn099166@repoman.freebsd.org> To: Maho Nakata Message-id: <48404E18.7050906@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: <200805301147.m4UBlvsn099166@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.14 (X11/20080513) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: 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: Fri, 30 May 2008 18:57:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maho Nakata wrote: | maho 2008-05-30 11:47:57 UTC | | FreeBSD ports repository | | Modified files: | editors/openoffice.org-2-RC Makefile distinfo | Log: | Update to OOH680_m17. This is the 2.4.1rc2. | | Revision Changes Path | 1.338 +2 -2 ports/editors/openoffice.org-2-RC/Makefile | 1.134 +3 -3 ports/editors/openoffice.org-2-RC/distinfo | _______________________________________________ | cvs-ports@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/cvs-ports | To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" | Does this fair better in finding libxml2? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkhAThcACgkQk8GFzCrQm4BvyQCgzVJvlkDFsSvnaEs6sC8tXCA4 8bEAoKYXrmwD/5sSH0oOqV2ZMLsH5IWp =yN7H -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Fri May 30 19:15: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 A3AA7106568C; Fri, 30 May 2008 19:15: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 AA1548FC1D; Fri, 30 May 2008 19:15:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UJFsaU064859; Fri, 30 May 2008 19:15:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJFs9F064858; Fri, 30 May 2008 19:15:54 GMT (envelope-from miwi) Message-Id: <200805301915.m4UJFs9F064858@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:15:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/multimedia Makefile ports/multimedia/xfce4-xmms-controller-plugin Makefile distinfo pkg-descr pkg-plist ports/net-mgmt Makefile ports/net-mgmt/ap-utils 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, 30 May 2008 19:15:54 -0000 miwi 2008-05-30 19:15:53 UTC FreeBSD ports repository Modified files: . modules . MOVED multimedia Makefile net-mgmt Makefile net-p2p Makefile security Makefile www Makefile Removed files: multimedia/xfce4-xmms-controller-plugin Makefile distinfo pkg-descr pkg-plist net-mgmt/ap-utils Makefile distinfo pkg-descr pkg-plist net-mgmt/ap-utils/files patch-aa net-p2p/dclibc Makefile distinfo pkg-descr pkg-plist net-p2p/dclibc/files patch-Makefile.in security/bioapitool Makefile distinfo pkg-descr www/pear-HTTP_Session Makefile distinfo pkg-descr Log: 2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappeared 2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned 2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead 2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead 2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi Revision Changes Path 1.19895 +0 -5 CVSROOT/modules 1.1603 +6 -1 ports/MOVED 1.265 +0 -1 ports/multimedia/Makefile 1.19 +0 -41 ports/multimedia/xfce4-xmms-controller-plugin/Makefile (dead) 1.3 +0 -3 ports/multimedia/xfce4-xmms-controller-plugin/distinfo (dead) 1.2 +0 -6 ports/multimedia/xfce4-xmms-controller-plugin/pkg-descr (dead) 1.4 +0 -13 ports/multimedia/xfce4-xmms-controller-plugin/pkg-plist (dead) 1.157 +0 -1 ports/net-mgmt/Makefile 1.25 +0 -52 ports/net-mgmt/ap-utils/Makefile (dead) 1.11 +0 -3 ports/net-mgmt/ap-utils/distinfo (dead) 1.6 +0 -10 ports/net-mgmt/ap-utils/files/patch-aa (dead) 1.4 +0 -10 ports/net-mgmt/ap-utils/pkg-descr (dead) 1.13 +0 -14 ports/net-mgmt/ap-utils/pkg-plist (dead) 1.62 +0 -1 ports/net-p2p/Makefile 1.4 +0 -27 ports/net-p2p/dclibc/Makefile (dead) 1.2 +0 -3 ports/net-p2p/dclibc/distinfo (dead) 1.2 +0 -11 ports/net-p2p/dclibc/files/patch-Makefile.in (dead) 1.2 +0 -6 ports/net-p2p/dclibc/pkg-descr (dead) 1.2 +0 -14 ports/net-p2p/dclibc/pkg-plist (dead) 1.960 +0 -1 ports/security/Makefile 1.4 +0 -24 ports/security/bioapitool/Makefile (dead) 1.2 +0 -3 ports/security/bioapitool/distinfo (dead) 1.2 +0 -4 ports/security/bioapitool/pkg-descr (dead) 1.2054 +0 -1 ports/www/Makefile 1.8 +0 -33 ports/www/pear-HTTP_Session/Makefile (dead) 1.6 +0 -3 ports/www/pear-HTTP_Session/distinfo (dead) 1.3 +0 -7 ports/www/pear-HTTP_Session/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 19:19: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 3ED34106566C; Fri, 30 May 2008 19:19: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 2FBE68FC1A; Fri, 30 May 2008 19:19: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 m4UJJiR7064980; Fri, 30 May 2008 19:19:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJJhSR064979; Fri, 30 May 2008 19:19:43 GMT (envelope-from miwi) Message-Id: <200805301919.m4UJJhSR064979@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:19: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/misc/jbidwatcher Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:19:44 -0000 miwi 2008-05-30 19:19:43 UTC FreeBSD ports repository Modified files: misc/jbidwatcher Makefile distinfo Log: - Update to 2.0beta3 PR: 123986 Submitted by: Stephen Hurd (maintainer) Revision Changes Path 1.12 +1 -1 ports/misc/jbidwatcher/Makefile 1.11 +3 -3 ports/misc/jbidwatcher/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 19:22: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 6F5AC106566C; Fri, 30 May 2008 19:22:53 +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 6021B8FC0C; Fri, 30 May 2008 19:22: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 m4UJMrHq065235; Fri, 30 May 2008 19:22:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJMrnG065234; Fri, 30 May 2008 19:22:53 GMT (envelope-from miwi) Message-Id: <200805301922.m4UJMrnG065234@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:22:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-logilab-common 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, 30 May 2008 19:22:53 -0000 miwi 2008-05-30 19:22:53 UTC FreeBSD ports repository Modified files: devel/py-logilab-common Makefile distinfo pkg-plist Log: - Update to 0.31.0 PR: 123599 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.13 +1 -1 ports/devel/py-logilab-common/Makefile 1.13 +3 -3 ports/devel/py-logilab-common/distinfo 1.11 +3 -0 ports/devel/py-logilab-common/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 19:23:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 758FE106566B; Fri, 30 May 2008 19:23: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 66A228FC21; Fri, 30 May 2008 19:23:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UJNsn4065342; Fri, 30 May 2008 19:23:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJNsuh065341; Fri, 30 May 2008 19:23:54 GMT (envelope-from miwi) Message-Id: <200805301923.m4UJNsuh065341@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:23:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-ocempgui Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:23:54 -0000 miwi 2008-05-30 19:23:54 UTC FreeBSD ports repository Modified files: devel/py-ocempgui Makefile distinfo Log: - Update to 0.2.9 PR: 123595 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.13 +1 -1 ports/devel/py-ocempgui/Makefile 1.10 +3 -3 ports/devel/py-ocempgui/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 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 9304E106566C; Fri, 30 May 2008 19:24: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 840C18FC2E; Fri, 30 May 2008 19:24: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 m4UJOw19065429; Fri, 30 May 2008 19:24:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJOwTQ065428; Fri, 30 May 2008 19:24:58 GMT (envelope-from miwi) Message-Id: <200805301924.m4UJOwTQ065428@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:24: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/audio/soundconverter 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, 30 May 2008 19:24:58 -0000 miwi 2008-05-30 19:24:58 UTC FreeBSD ports repository Modified files: audio/soundconverter Makefile distinfo pkg-plist Log: - Update to 1.2.0 PR: 123970 Submitted by: Denise H. G. Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/audio/soundconverter/Makefile 1.3 +3 -3 ports/audio/soundconverter/distinfo 1.3 +9 -0 ports/audio/soundconverter/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 19:26: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 48B79106564A; Fri, 30 May 2008 19:26: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 39E6C8FC34; Fri, 30 May 2008 19:26: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 m4UJQ6ZO065559; Fri, 30 May 2008 19:26:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJQ6Dk065558; Fri, 30 May 2008 19:26:06 GMT (envelope-from miwi) Message-Id: <200805301926.m4UJQ6Dk065558@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19: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: ports/deskutils/superkaramba-lwp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:26:06 -0000 miwi 2008-05-30 19:26:06 UTC FreeBSD ports repository Modified files: deskutils/superkaramba-lwp Makefile distinfo Log: - Update to 15.0 PR: 123917 Submitted by: Jason E. Hale (maintainer) Revision Changes Path 1.20 +3 -6 ports/deskutils/superkaramba-lwp/Makefile 1.17 +3 -3 ports/deskutils/superkaramba-lwp/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 19: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 01B1610656D9; Fri, 30 May 2008 19:30:07 +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 093388FC24; Fri, 30 May 2008 19:30:07 +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 m4UJU6ck065802; Fri, 30 May 2008 19:30:06 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJU6Oi065801; Fri, 30 May 2008 19:30:06 GMT (envelope-from marius) Message-Id: <200805301930.m4UJU6Oi065801@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 19: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/sparc64/fhc fhc.c src/sys/sparc64/include bus_common.h intr_machdep.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 intr_machdep.c mp_machdep.c upa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:30:07 -0000 marius 2008-05-30 19:30:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/fhc fhc.c sys/sparc64/include bus_common.h intr_machdep.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 intr_machdep.c mp_machdep.c upa.c Log: MFC: bus_common.h 1.8; fhc.c 1.19; intr_machdep.c 1.34 (partial); intr_machdep.h 1.19 (partial); mp_machdep.c 1.40; psycho.c 1.75; sbus.c 1.47; upa.c 1.10 o Rename ic_eoi to ic_clear to emphasize the functions it points don't send and EOI which works like on amd64/i386 and blocks all interrupts on the relevant interrupt controller. o Replace the post_filter and post_inthread hooks registered when creating the interrupt events with just ic_clear as on sparc64 we don't need to do any disable->EOI->enable dance to unblock all but the relevant interrupt while running the filter or handler; just not clearing the interrupt already has the same effect. o Merge from amd64/i386: - Split the intr_table_lock into an sx lock used for most things, and a spin lock to protect intrcnt_index. - Add support for binding interrupts to CPUs and initial shuffling interrupts arround in a round-robin fashion. Revision Changes Path 1.18.2.1 +16 -3 src/sys/sparc64/fhc/fhc.c 1.7.2.2 +7 -4 src/sys/sparc64/include/bus_common.h 1.17.2.2 +5 -1 src/sys/sparc64/include/intr_machdep.h 1.70.2.5 +15 -3 src/sys/sparc64/pci/psycho.c 1.46.2.2 +16 -3 src/sys/sparc64/sbus/sbus.c 1.27.2.3 +123 -55 src/sys/sparc64/sparc64/intr_machdep.c 1.36.2.3 +3 -2 src/sys/sparc64/sparc64/mp_machdep.c 1.9.2.1 +13 -0 src/sys/sparc64/sparc64/upa.c From owner-cvs-all@FreeBSD.ORG Fri May 30 19:31: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 B60D3106567F; Fri, 30 May 2008 19:31:44 +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 A6B988FC1A; Fri, 30 May 2008 19:31:44 +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 m4UJViP8065906; Fri, 30 May 2008 19:31:44 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJViV4065905; Fri, 30 May 2008 19:31:44 GMT (envelope-from marius) Message-Id: <200805301931.m4UJViV4065905@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 19:31:44 +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/sparc64/isa isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:31:44 -0000 marius 2008-05-30 19:31:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/isa isa.c Log: MFC: 1.20 - Make failure to route a ISA interrupt non fatal. Apparently the Blade 1500/SX1500 boards have inherited the firmware bug of the AX1105 mainboards to not include an interrupt map entry for the parallel port controller (for the AX1105 the heuristic code for E450s probably erroneously kicks in and guesses an interrupt). - Take advantage of bus_generic_setup_intr(9). - Fix some whitespace bugs. Revision Changes Path 1.19.2.1 +16 -14 src/sys/sparc64/isa/isa.c From owner-cvs-all@FreeBSD.ORG Fri May 30 19:37: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 152AB106567C; Fri, 30 May 2008 19:37: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 05E858FC15; Fri, 30 May 2008 19:37: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 m4UJbskt066210; Fri, 30 May 2008 19:37:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJbsec066209; Fri, 30 May 2008 19:37:54 GMT (envelope-from miwi) Message-Id: <200805301937.m4UJbsec066209@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:37:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-ply 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, 30 May 2008 19:37:55 -0000 miwi 2008-05-30 19:37:54 UTC FreeBSD ports repository Modified files: devel/py-ply Makefile distinfo pkg-plist Log: - Update to 2.5 - Respect NOPORTEXAMPLES PR: 124120 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.15 +4 -2 ports/devel/py-ply/Makefile 1.13 +3 -3 ports/devel/py-ply/distinfo 1.9 +49 -47 ports/devel/py-ply/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 19:39: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 746691065679; Fri, 30 May 2008 19:39: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 658548FC1C; Fri, 30 May 2008 19:39: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 m4UJdF9Q066262; Fri, 30 May 2008 19:39:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJdF0s066261; Fri, 30 May 2008 19:39:15 GMT (envelope-from miwi) Message-Id: <200805301939.m4UJdF0s066261@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gmp-ecm 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, 30 May 2008 19:39:15 -0000 miwi 2008-05-30 19:39:14 UTC FreeBSD ports repository Modified files: math/gmp-ecm Makefile distinfo Removed files: math/gmp-ecm pkg-plist Log: - Update to 6.2.0 PR: 124044 Submitted by: Ports Fury Revision Changes Path 1.3 +10 -3 ports/math/gmp-ecm/Makefile 1.3 +3 -3 ports/math/gmp-ecm/distinfo 1.2 +0 -4 ports/math/gmp-ecm/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 19:58:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7F491065674; Fri, 30 May 2008 19:58: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 A96428FC1E; Fri, 30 May 2008 19:58: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 m4UJw6cg066835; Fri, 30 May 2008 19:58:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJw6sI066834; Fri, 30 May 2008 19:58:06 GMT (envelope-from miwi) Message-Id: <200805301958.m4UJw6sI066834@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 19:58:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-game Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:58:06 -0000 miwi 2008-05-30 19:58:06 UTC FreeBSD ports repository Modified files: devel/py-game Makefile Log: - Fix build when WITHOUT_X11 set is PR: 117378 Submitted by: Jarkko Santala Approved by: maintainer Revision Changes Path 1.37 +9 -0 ports/devel/py-game/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 19:58: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 5B835106566C; Fri, 30 May 2008 19:58:14 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 3B46B8FC13; Fri, 30 May 2008 19:58:14 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.40] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4UJwCsC064555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 May 2008 12:58:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48405C4B.3050603@FreeBSD.org> Date: Fri, 30 May 2008 12:58:03 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Florent Thoumie References: <200805301426.m4UEQ92d025434@repoman.freebsd.org> In-Reply-To: <200805301426.m4UEQ92d025434@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c pkg_info.1 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:58:14 -0000 I am curious what is our policy on using long options in the base system (if any)? I believe that pkg_install is the first non-contributed base system utility to actually widely use it. For some reason I've got impression that use of getopt_long is considered "the Linux/GNU way", this API provided for compatibility purposes and its use in base system is discouraged. Quick grep through /use/src seemingly supports that. Can someone confirm/reject? Florent Thoumie wrote: > flz 2008-05-30 14:26:09 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/add main.c pkg_add.1 > usr.sbin/pkg_install/create main.c pkg_create.1 > usr.sbin/pkg_install/delete main.c pkg_delete.1 > usr.sbin/pkg_install/info main.c pkg_info.1 > usr.sbin/pkg_install/lib lib.h > usr.sbin/pkg_install/updating main.c pkg_updating.1 > usr.sbin/pkg_install/version main.c pkg_version.1 > Log: > - Add long options to pkg_install. > - Remove check for '-?' as it's not listed in authorized options. > - Bump PKG_INSTALL_VERSION to 20080530. -Maxim From owner-cvs-all@FreeBSD.ORG Fri May 30 19:58: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 3E53B1065674; Fri, 30 May 2008 19:58: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 2FC3C8FC0C; Fri, 30 May 2008 19:58:24 +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 m4UJwNtg066866; Fri, 30 May 2008 19:58:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJwNHd066865; Fri, 30 May 2008 19:58:23 GMT (envelope-from marius) Message-Id: <200805301958.m4UJwNHd066865@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 19:58: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/dev/sym sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:58:24 -0000 marius 2008-05-30 19:58:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sym sym_hipd.c Log: MFC: 1.68 - Use NULL instead of 0 for pointers. - Remove superfluous returns in functions returning void. - In sym_alloc_lcb_tags() return directly instead of jumping to a label which just returns. - Fix some spelling in comments. - Remove trailing whitespace. Revision Changes Path 1.67.2.1 +579 -587 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Fri May 30 19:59: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 78AD01065673; Fri, 30 May 2008 19:59:38 +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 839DD8FC1B; Fri, 30 May 2008 19:59:38 +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 m4UJxcO3066907; Fri, 30 May 2008 19:59:38 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJxcwt066906; Fri, 30 May 2008 19:59:38 GMT (envelope-from marius) Message-Id: <200805301959.m4UJxcwt066906@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 19:59:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:59:38 -0000 marius 2008-05-30 19:59:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sym sym_hipd.c Log: MFC: 1.56; 1.57; 1.58; 1.63; 1.66; 1.68 - Fix -Wundef. - FreeBSD has had endian conversion macros for a long time. Axe the custom macros in this driver. - Fix typo in comment. - Fix various compilation warnings for gcc-4.2. - Use NULL instead of 0 for pointers. - Remove superfluous returns in functions returning void. - In sym_alloc_lcb_tags() return directly instead of jumping to a label which just returns. - Fix some spelling in comments. - Remove trailing whitespace. Revision Changes Path 1.55.2.2 +587 -639 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Fri May 30 20: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 71DD9106566C; Fri, 30 May 2008 20:02:07 +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 7C6FD8FC0C; Fri, 30 May 2008 20:02:07 +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 m4UK27kV067047; Fri, 30 May 2008 20:02:07 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UK27Vd067046; Fri, 30 May 2008 20:02:07 GMT (envelope-from marius) Message-Id: <200805302002.m4UK27Vd067046@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 20:02: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/dev/sym sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:02:07 -0000 marius 2008-05-30 20:02:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sym sym_hipd.c Log: MFC: 1.69 - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) in order to get rid of bus space handle and tag in struct sym_hcb. - Remove unused members related to bus addresses in struct sym_hcb. - sym(4) takes care of allocating an instance of struct sym_hcb itself so don't let newbus allocate it as an unused softc also. - Add basic MPSAFE locking. This includes changing the sym(4) CCBs to be allocated up-front instead of on demand as needed. Besides making these allocations more likely to succeed, this also solves the problem of calling bus_dmamap_create(9) with the SIM mutex held. Revision Changes Path 1.67.2.2 +157 -120 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Fri May 30 20:06: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 0A733106567B; Fri, 30 May 2008 20:06:30 +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 EFA5F8FC0A; Fri, 30 May 2008 20:06:29 +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 m4UK6TED068311; Fri, 30 May 2008 20:06:29 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UK6Te1068310; Fri, 30 May 2008 20:06:29 GMT (envelope-from jadawin) Message-Id: <200805302006.m4UK6Te1068310@repoman.freebsd.org> From: Philippe Audeoud Date: Fri, 30 May 2008 20:06:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dyncall Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:06:30 -0000 jadawin 2008-05-30 20:06:29 UTC FreeBSD ports repository Modified files: devel/dyncall Makefile Log: - Mark BROKEN on sparc64 Approved by: maintainer, mentor (implicit) Revision Changes Path 1.3 +7 -1 ports/devel/dyncall/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 20:11:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92A591065672; Fri, 30 May 2008 20:11: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 9C4788FC16; Fri, 30 May 2008 20:11: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 m4UKBBJ2068538; Fri, 30 May 2008 20:11:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKBB9W068537; Fri, 30 May 2008 20:11:11 GMT (envelope-from miwi) Message-Id: <200805302011.m4UKBB9W068537@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:11:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-extended_threading 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, 30 May 2008 20:11:16 -0000 miwi 2008-05-30 20:11:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-extended_threading Makefile distinfo pkg-descr pkg-plist Log: This port provides extra threading options including: * Subclassable thread-related classes (such as locks) * Read/Write locks WWW: http://www.var-dev.net PR: ports/119737 Submitted by: James Stapleton Revision Changes Path 1.3072 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/py-extended_threading/Makefile (new) 1.1 +3 -0 ports/devel/py-extended_threading/distinfo (new) 1.1 +6 -0 ports/devel/py-extended_threading/pkg-descr (new) 1.1 +14 -0 ports/devel/py-extended_threading/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 20:11: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 CEE801065670; Fri, 30 May 2008 20:11: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 A4DB58FC18; Fri, 30 May 2008 20:11: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 m4UKBcmw068586; Fri, 30 May 2008 20:11:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKBciJ068585; Fri, 30 May 2008 20:11:38 GMT (envelope-from miwi) Message-Id: <200805302011.m4UKBciJ068585@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:11: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: 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, 30 May 2008 20:11:38 -0000 miwi 2008-05-30 20:11:38 UTC FreeBSD ports repository Modified files: . modules Log: py-extended_threading --> ports/devel/py-extended_threading Revision Changes Path 1.19896 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 20:11: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 C3AD51065674; Fri, 30 May 2008 20:11: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 B50418FC0C; Fri, 30 May 2008 20:11: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 m4UKBn5H068615; Fri, 30 May 2008 20:11:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKBntn068614; Fri, 30 May 2008 20:11:49 GMT (envelope-from miwi) Message-Id: <200805302011.m4UKBntn068614@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:11: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/py-pyproj Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:11:49 -0000 miwi 2008-05-30 20:11:49 UTC FreeBSD ports repository Modified files: graphics/py-pyproj Makefile distinfo Log: - Update to 124030 PR: 124030 Submitted by: TAOKA Fumiyoshi (maintainer) Revision Changes Path 1.7 +1 -1 ports/graphics/py-pyproj/Makefile 1.6 +3 -3 ports/graphics/py-pyproj/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 20:15: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 761781065677; Fri, 30 May 2008 20:15: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 673DE8FC12; Fri, 30 May 2008 20:15: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 m4UKFVc1068730; Fri, 30 May 2008 20:15:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKFVPF068729; Fri, 30 May 2008 20:15:31 GMT (envelope-from miwi) Message-Id: <200805302015.m4UKFVPF068729@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:15:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:15:31 -0000 miwi 2008-05-30 20:15:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Jim Stapleton for ports/119737 Revision Changes Path 1.800 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri May 30 20:17: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 B42FF1065671; Fri, 30 May 2008 20:17: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 BDBE08FC0A; Fri, 30 May 2008 20:17: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 m4UKHiPG068852; Fri, 30 May 2008 20:17:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKHiCT068851; Fri, 30 May 2008 20:17:44 GMT (envelope-from miwi) Message-Id: <200805302017.m4UKHiCT068851@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:17:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/py-poppler 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, 30 May 2008 20:17:44 -0000 miwi 2008-05-30 20:17:44 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-poppler Makefile distinfo pkg-descr pkg-plist Log: Python bindings for graphics/poppler. WWW: https://launchpad.net/poppler-python PR: ports/122752 Submitted by: Romain Tartiere Revision Changes Path 1.1156 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/py-poppler/Makefile (new) 1.1 +3 -0 ports/graphics/py-poppler/distinfo (new) 1.1 +3 -0 ports/graphics/py-poppler/pkg-descr (new) 1.1 +3 -0 ports/graphics/py-poppler/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 20:18:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808C41065742; Fri, 30 May 2008 20:18: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 7241E8FC0C; Fri, 30 May 2008 20:18: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 m4UKI9OS068920; Fri, 30 May 2008 20:18:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKI9rH068919; Fri, 30 May 2008 20:18:09 GMT (envelope-from miwi) Message-Id: <200805302018.m4UKI9rH068919@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:18:09 -0000 miwi 2008-05-30 20:18:09 UTC FreeBSD ports repository Modified files: . modules Log: py-poppler --> ports/graphics/py-poppler Revision Changes Path 1.19897 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 20:29: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 45E5D1065678; Fri, 30 May 2008 20:29:49 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 16B648FC19; Fri, 30 May 2008 20:29:49 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id E40222C50D17; Fri, 30 May 2008 23:29:47 +0300 (EEST) Date: Fri, 30 May 2008 23:29:45 +0300 From: Ion-Mihai Tetcu To: Dirk Meyer Message-ID: <20080530232945.5c3fea0f@it.buh.tecnik93.com> In-Reply-To: <200805301706.m4UH6dvC057651@repoman.freebsd.org> References: <200805301706.m4UH6dvC057651@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/news/fidogate 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, 30 May 2008 20:29:49 -0000 On Fri, 30 May 2008 17:06:39 +0000 (UTC) Dirk Meyer wrote: > dinoex 2008-05-30 17:06:39 UTC > > FreeBSD ports repository > > Modified files: > news/fidogate Makefile pkg-plist > Log: > - use PORTEXAMPLES > > Revision Changes Path > 1.41 +2 -0 ports/news/fidogate/Makefile > 1.13 +58 -58 ports/news/fidogate/pkg-plist > Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=yes export NOPORTDOCS=yes export NOPORTEXAMPLES=yes export NOPORTDATA=yes http://t64.tecnik93.com/errors/7-STABLE-FTP/fidogate-4.4.10.log Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From owner-cvs-all@FreeBSD.ORG Fri May 30 20:37: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 F1F2C1065673; Fri, 30 May 2008 20:37: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 E30298FC1B; Fri, 30 May 2008 20:37: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 m4UKbQlA069544; Fri, 30 May 2008 20:37:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKbQnn069543; Fri, 30 May 2008 20:37:26 GMT (envelope-from miwi) Message-Id: <200805302037.m4UKbQnn069543@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20:37:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/limewire Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:37:27 -0000 miwi 2008-05-30 20:37:26 UTC FreeBSD ports repository Modified files: net-p2p/limewire Makefile distinfo pkg-plist Log: - Update to 4.18.1 PR: 124150 Submitted by: Naram Qashat (maintainer) Revision Changes Path 1.35 +1 -1 ports/net-p2p/limewire/Makefile 1.20 +3 -3 ports/net-p2p/limewire/distinfo 1.11 +12 -7 ports/net-p2p/limewire/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 20: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 2A920106567C; Fri, 30 May 2008 20:39: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 1C5DA8FC26; Fri, 30 May 2008 20:39: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 m4UKduH8069609; Fri, 30 May 2008 20:39:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UKduT3069608; Fri, 30 May 2008 20:39:56 GMT (envelope-from miwi) Message-Id: <200805302039.m4UKduT3069608@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 20: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/security/py-paramiko Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:39:57 -0000 miwi 2008-05-30 20:39:56 UTC FreeBSD ports repository Modified files: security/py-paramiko Makefile distinfo Log: - Update to 1.7.3 PR: 123438 Submitted by: "Josh Paetzel" Revision Changes Path 1.6 +1 -1 ports/security/py-paramiko/Makefile 1.5 +3 -3 ports/security/py-paramiko/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 20: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 EE7751065679; Fri, 30 May 2008 20:41:47 +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 CCEB08FC0C; Fri, 30 May 2008 20:41:47 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 1D80C4ACD8; Fri, 30 May 2008 22:41:43 +0200 (CEST) Date: Fri, 30 May 2008 22:41:43 +0200 From: Martin Wilke To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080530204143.GA187@bsdcrew.de> References: <200805302039.m4UKduT3069608@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200805302039.m4UKduT3069608@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: cvs commit: ports/security/py-paramiko Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:41:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, May 30, 2008 at 08:39:56PM +0000, Martin Wilke wrote: > miwi 2008-05-30 20:39:56 UTC > > FreeBSD ports repository > > Modified files: > security/py-paramiko Makefile distinfo > Log: > - Update to 1.7.3 > > PR: 123438 > Submitted by: "Josh Paetzel" Approved by: maintainer > > Revision Changes Path > 1.6 +1 -1 ports/security/py-paramiko/Makefile > http://cvsweb.FreeBSD.org/ports/security/py-paramiko/Makefile.diff?r1=1.5&r2=1.6 > | --- ports/security/py-paramiko/Makefile 2008/03/11 02:27:48 1.5 > | +++ ports/security/py-paramiko/Makefile 2008/05/30 20:39:56 1.6 > | @@ -2,11 +2,11 @@ > | # Date created: 4 Feb 2006 > | # Whom: Ulf Lilleengen > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/py-paramiko/Makefile,v 1.5 2008/03/11 02:27:48 lwhsu Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/py-paramiko/Makefile,v 1.6 2008/05/30 20:39:56 miwi Exp $ > | # > | > | PORTNAME= paramiko > | -PORTVERSION= 1.7.2 > | +PORTVERSION= 1.7.3 > | CATEGORIES= security python > | MASTER_SITES= http://www.lag.net/paramiko/download/ > | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > 1.5 +3 -3 ports/security/py-paramiko/distinfo > http://cvsweb.FreeBSD.org/ports/security/py-paramiko/distinfo.diff?r1=1.4&r2=1.5 > | --- ports/security/py-paramiko/distinfo 2008/03/11 02:27:48 1.4 > | +++ ports/security/py-paramiko/distinfo 2008/05/30 20:39:56 1.5 > | @@ -1,3 +1,3 @@ > | -MD5 (paramiko-1.7.2.tar.gz) = a1bbe4e318469869e0d4068be7e08f82 > | -SHA256 (paramiko-1.7.2.tar.gz) = 2f602d13a599c0c8c7f58c765ef72d4f07035833835b74da41f0ea3f8d3236de > | -SIZE (paramiko-1.7.2.tar.gz) = 249053 > | +MD5 (paramiko-1.7.3.tar.gz) = b8f3f65c0b8283b77f976eb9427dc17a > | +SHA256 (paramiko-1.7.3.tar.gz) = 7d8fbbb9a84b04be811a6950eedb1a5b7837bb3b69a1789ddb32feacf801025e > | +SIZE (paramiko-1.7.3.tar.gz) = 823742 > - -- +-----------------------+-------------------------------+ | 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.9 (FreeBSD) iEYEARECAAYFAkhAZoYACgkQFwpycAVoI1MHYQCeNkOxdGC/QP8nOuWGAHxMfN8A XuIAoIebyL4bz2vEFZ3miF1Yz50zBRqP =iPdd -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Fri May 30 20: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 F29C8106564A; Fri, 30 May 2008 20:43:45 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 7187C8FC12; Fri, 30 May 2008 20:43:45 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from orion.intree.net ([70.62.16.218]) by hrndva-omta05.mail.rr.com with ESMTP id <20080530202839.MNKZ12416.hrndva-omta05.mail.rr.com@orion.intree.net>; Fri, 30 May 2008 20:28:39 +0000 Received: from mail.cokane.org (unknown [172.31.0.6]) by orion.intree.net (Postfix) with ESMTP id 5101B361C0A8; Fri, 30 May 2008 16:28:39 -0400 (EDT) Received: by mail.cokane.org (Postfix, from userid 103) id F170825AD3D; Fri, 30 May 2008 16:28:38 -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.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, SUBJ_HAS_SPACES 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 mail.cokane.org (Postfix) with ESMTP id 8870016B55B; Fri, 30 May 2008 16:28:24 -0400 (EDT) From: Coleman Kane To: Maxim Sobolev In-Reply-To: <48405C4B.3050603@FreeBSD.org> References: <200805301426.m4UEQ92d025434@repoman.freebsd.org> <48405C4B.3050603@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TWbWsYV713LEX+16nd2o" Organization: FreeBSD Project Date: Fri, 30 May 2008 16:27:32 -0400 Message-Id: <1212179252.1967.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c pkg_info.1 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:43:46 -0000 --=-TWbWsYV713LEX+16nd2o Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2008-05-30 at 12:58 -0700, Maxim Sobolev wrote: > I am curious what is our policy on using long options in the base system=20 > (if any)? I believe that pkg_install is the first non-contributed base=20 > system utility to actually widely use it. For some reason I've got=20 > impression that use of getopt_long is considered "the Linux/GNU way",=20 > this API provided for compatibility purposes and its use in base system=20 > is discouraged. Quick grep through /use/src seemingly supports that. >=20 > Can someone confirm/reject? >=20 > Florent Thoumie wrote: > > flz 2008-05-30 14:26:09 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > usr.sbin/pkg_install/add main.c pkg_add.1=20 > > usr.sbin/pkg_install/create main.c pkg_create.1=20 > > usr.sbin/pkg_install/delete main.c pkg_delete.1=20 > > usr.sbin/pkg_install/info main.c pkg_info.1=20 > > usr.sbin/pkg_install/lib lib.h=20 > > usr.sbin/pkg_install/updating main.c pkg_updating.1=20 > > usr.sbin/pkg_install/version main.c pkg_version.1=20 > > Log: > > - Add long options to pkg_install. > > - Remove check for '-?' as it's not listed in authorized options. > > - Bump PKG_INSTALL_VERSION to 20080530. >=20 > -Maxim >=20 I am not sure about policy, however I do appreciate the long options sometimes. Primarily, I think they are useful (in a self-documenting way) for use in shell scripts. I tend to prefer the single-char options when I am doing the administration myself. --=20 Coleman Kane --=-TWbWsYV713LEX+16nd2o Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkhAYy8ACgkQcMSxQcXat5cZSACeL4398bDr9L3sOYP6gHuFukuF L4sAn0nmBa6V1N5RQd1CtRWgkDMA3RB1 =gwdo -----END PGP SIGNATURE----- --=-TWbWsYV713LEX+16nd2o-- From owner-cvs-all@FreeBSD.ORG Fri May 30 21: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 692DB1065671; Fri, 30 May 2008 21:23: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 6F1308FC1C; Fri, 30 May 2008 21:23:41 +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 m4ULNfEc092706; Fri, 30 May 2008 21:23:41 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULNfF0092705; Fri, 30 May 2008 21:23:41 GMT (envelope-from gahr) Message-Id: <200805302123.m4ULNfF0092705@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 30 May 2008 21:23:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/directfb Makefile distinfo pkg-plist ports/devel/directfb/files patch-configure patch-interfaces-IDirectFBImageProvider-idirectfbimageprovider_jpeg.c patch-lib-direct-conf.c patch-lib-direct-log.c patch-lib-direct-stream.c patch-lib-voodoo-manager.c patch-src-core-input.c patch-src-display-idirectfbsurface.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:23:41 -0000 gahr 2008-05-30 21:23:41 UTC FreeBSD ports repository Modified files: devel/directfb Makefile distinfo pkg-plist devel/directfb/files patch-configure patch-src-display-idirectfbsurface.c Added files: devel/directfb/files patch-lib-direct-conf.c patch-lib-direct-log.c patch-lib-direct-stream.c patch-lib-voodoo-manager.c patch-src-misc-conf.h Removed files: devel/directfb/files patch-interfaces-IDirectFBImageProvider-idirectfbimageprovider_jpeg.c patch-src-core-input.c patch-src-gfx-generic-generic.c patch-src-misc-gfx_util.c patch-src-misc-memcpy.c patch-tools::Makefile.in Log: - Update to 1.1.1 - Pass maintainship to submitter Submitted by: Anatoly Borodin (anatoly.borodin@gmail.com) via mail Approved by: miwi (mentor) Revision Changes Path 1.30 +41 -12 ports/devel/directfb/Makefile 1.4 +3 -3 ports/devel/directfb/distinfo 1.2 +7 -16 ports/devel/directfb/files/patch-configure 1.2 +0 -20 ports/devel/directfb/files/patch-interfaces-IDirectFBImageProvider-idirectfbimageprovider_jpeg.c (dead) 1.1 +11 -0 ports/devel/directfb/files/patch-lib-direct-conf.c (new) 1.1 +17 -0 ports/devel/directfb/files/patch-lib-direct-log.c (new) 1.1 +11 -0 ports/devel/directfb/files/patch-lib-direct-stream.c (new) 1.1 +11 -0 ports/devel/directfb/files/patch-lib-voodoo-manager.c (new) 1.2 +0 -11 ports/devel/directfb/files/patch-src-core-input.c (dead) 1.2 +8 -13 ports/devel/directfb/files/patch-src-display-idirectfbsurface.c 1.2 +0 -12 ports/devel/directfb/files/patch-src-gfx-generic-generic.c (dead) 1.1 +12 -0 ports/devel/directfb/files/patch-src-misc-conf.h (new) 1.2 +0 -71 ports/devel/directfb/files/patch-src-misc-gfx_util.c (dead) 1.2 +0 -46 ports/devel/directfb/files/patch-src-misc-memcpy.c (dead) 1.2 +0 -11 ports/devel/directfb/files/patch-tools::Makefile.in (dead) 1.7 +162 -60 ports/devel/directfb/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 21:25: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 CA76A106564A; Fri, 30 May 2008 21:25:11 +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 BC29B8FC24; Fri, 30 May 2008 21:25:11 +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 m4ULPBRP096724; Fri, 30 May 2008 21:25:11 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULPBGW096723; Fri, 30 May 2008 21:25:11 GMT (envelope-from gahr) Message-Id: <200805302125.m4ULPBGW096723@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 30 May 2008 21:25:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freesci Makefile ports/www/links Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:25:11 -0000 gahr 2008-05-30 21:25:11 UTC FreeBSD ports repository Modified files: games/freesci Makefile www/links Makefile Log: - Chase devel/directfb SHLIB bump Approved by: miwi (mentor) Revision Changes Path 1.21 +3 -3 ports/games/freesci/Makefile 1.54 +2 -2 ports/www/links/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 21:29:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E13D81065671; Fri, 30 May 2008 21:29: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 D39CC8FC0C; Fri, 30 May 2008 21:29: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 m4ULTJhC099573; Fri, 30 May 2008 21:29:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULTJMj099572; Fri, 30 May 2008 21:29:19 GMT (envelope-from miwi) Message-Id: <200805302129.m4ULTJMj099572@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:29: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 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: Fri, 30 May 2008 21:29:20 -0000 miwi 2008-05-30 21:29:19 UTC FreeBSD ports repository Modified files: . access Log: Force commit to note that gahr@ is now free from mentorship. Good Luck! Revision Changes Path 1.832 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Fri May 30 21:32:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D61DD106567B; Fri, 30 May 2008 21:32:33 +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 C7D7D8FC19; Fri, 30 May 2008 21:32:33 +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 m4ULWXnY099747; Fri, 30 May 2008 21:32:33 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULWXS8099746; Fri, 30 May 2008 21:32:33 GMT (envelope-from brix) Message-Id: <200805302132.m4ULWXS8099746@repoman.freebsd.org> From: Henrik Brix Andersen Date: Fri, 30 May 2008 21:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/ikiwiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:32:34 -0000 brix 2008-05-30 21:32:33 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo Log: Update to version 2.47. Approved by: erwin (mentor) Revision Changes Path 1.29 +1 -1 ports/www/ikiwiki/Makefile 1.27 +3 -3 ports/www/ikiwiki/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 21:42: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 BE3C51065673; Fri, 30 May 2008 21:42: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 AF7FE8FC2B; Fri, 30 May 2008 21:42: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 m4ULgQIa000283; Fri, 30 May 2008 21:42:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULgQJI000282; Fri, 30 May 2008 21:42:26 GMT (envelope-from miwi) Message-Id: <200805302142.m4ULgQJI000282@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:42:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/latexdiff Makefile distinfo pkg-descr ports/print/latexdiff/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:42:26 -0000 miwi 2008-05-30 21:42:26 UTC FreeBSD ports repository Modified files: print/latexdiff Makefile distinfo pkg-descr Removed files: print/latexdiff/files patch-Makefile Log: - Update to 0.5 PR: 123533 Submitted by: bf (maintainer) Revision Changes Path 1.3 +24 -7 ports/print/latexdiff/Makefile 1.2 +3 -3 ports/print/latexdiff/distinfo 1.2 +0 -49 ports/print/latexdiff/files/patch-Makefile (dead) 1.2 +6 -3 ports/print/latexdiff/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri May 30 21: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 64633106567D; Fri, 30 May 2008 21: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 559FC8FC15; Fri, 30 May 2008 21:44: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 m4ULiKSK000390; Fri, 30 May 2008 21:44:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULiKG1000389; Fri, 30 May 2008 21:44:20 GMT (envelope-from miwi) Message-Id: <200805302144.m4ULiKG1000389@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:44:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/kismet Makefile distinfo ports/net-mgmt/kismet/files patch-kismet-gpsmap.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:44:20 -0000 miwi 2008-05-30 21:44:20 UTC FreeBSD ports repository Modified files: net-mgmt/kismet Makefile distinfo Removed files: net-mgmt/kismet/files patch-kismet-gpsmap.cc Log: - Update to 200805.r1 PR: 124142 Submitted by: Peter Thoenen (maintainer) Revision Changes Path 1.17 +2 -3 ports/net-mgmt/kismet/Makefile 1.12 +3 -4 ports/net-mgmt/kismet/distinfo 1.2 +0 -16 ports/net-mgmt/kismet/files/patch-kismet-gpsmap.cc (dead) From owner-cvs-all@FreeBSD.ORG Fri May 30 21:45: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 742F01065682; Fri, 30 May 2008 21:45:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 664E98FC18; Fri, 30 May 2008 21:45: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 m4ULjkkV000516; Fri, 30 May 2008 21:45:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULjkeK000515; Fri, 30 May 2008 21:45:46 GMT (envelope-from miwi) Message-Id: <200805302145.m4ULjkeK000515@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:45: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/phpbb3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:45:46 -0000 miwi 2008-05-30 21:45:46 UTC FreeBSD ports repository Modified files: www/phpbb3 Makefile distinfo Log: - Update to 3.0.1 PR: 123663 Submitted by: "Dima Panov" Approved by: maintainer Revision Changes Path 1.13 +1 -2 ports/www/phpbb3/Makefile 1.9 +3 -3 ports/www/phpbb3/distinfo From owner-cvs-all@FreeBSD.ORG Fri May 30 21:46: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 448031065676; Fri, 30 May 2008 21:46: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 4EE0A8FC1D; Fri, 30 May 2008 21:46: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 m4ULknTb000598; Fri, 30 May 2008 21:46:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULkn7G000597; Fri, 30 May 2008 21:46:49 GMT (envelope-from miwi) Message-Id: <200805302146.m4ULkn7G000597@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:46:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-ZML 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, 30 May 2008 21:46:49 -0000 miwi 2008-05-30 21:46:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-ZML Makefile distinfo pkg-descr pkg-plist Log: A simple, fast, and easy to read binary data storage format. It allows for comments and meta data as well. WWW: http://search.cpan.org/~vvelox/ZML-0.5.1/ PR: ports/123620 Submitted by: Zane C, Bowers Revision Changes Path 1.3073 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-ZML/Makefile (new) 1.1 +3 -0 ports/devel/p5-ZML/distinfo (new) 1.1 +4 -0 ports/devel/p5-ZML/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-ZML/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 21:47: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 523A710656BB; Fri, 30 May 2008 21:47: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 431FC8FC13; Fri, 30 May 2008 21:47: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 m4ULlGAh000638; Fri, 30 May 2008 21:47:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULlGgj000637; Fri, 30 May 2008 21:47:16 GMT (envelope-from miwi) Message-Id: <200805302147.m4ULlGgj000637@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:47:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 30 May 2008 21:47:16 -0000 miwi 2008-05-30 21:47:16 UTC FreeBSD ports repository Modified files: . modules Log: p5-ZML --> ports/devel/p5-ZML Revision Changes Path 1.19898 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 21:48: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 A2A35106564A; Fri, 30 May 2008 21:48:05 +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 9417B8FC14; Fri, 30 May 2008 21:48:05 +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 m4ULm5Ot000716; Fri, 30 May 2008 21:48:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULm5Os000715; Fri, 30 May 2008 21:48:05 GMT (envelope-from jhb) Message-Id: <200805302148.m4ULm5Os000715@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 May 2008 21:48: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/dev/snc dp83932.c dp83932subr.c dp83932var.h if_sncreg.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, 30 May 2008 21:48:05 -0000 jhb 2008-05-30 21:48:05 UTC FreeBSD src repository Modified files: sys/dev/snc dp83932.c dp83932subr.c dp83932var.h if_sncreg.h Log: Remove various and sundry NetBSDism's in preparation for adding locking. Revision Changes Path 1.24 +44 -65 src/sys/dev/snc/dp83932.c 1.8 +32 -41 src/sys/dev/snc/dp83932subr.c 1.7 +0 -29 src/sys/dev/snc/dp83932var.h 1.3 +1 -1 src/sys/dev/snc/if_sncreg.h From owner-cvs-all@FreeBSD.ORG Fri May 30 21:49:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D51A81065672; Fri, 30 May 2008 21:49:08 +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 DF61D8FC17; Fri, 30 May 2008 21:49: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 m4ULn8nP000800; Fri, 30 May 2008 21:49:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULn8qT000799; Fri, 30 May 2008 21:49:08 GMT (envelope-from miwi) Message-Id: <200805302149.m4ULn8qT000799@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:49:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/hippo-canvas 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, 30 May 2008 21:49:09 -0000 miwi 2008-05-30 21:49:08 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/hippo-canvas Makefile distinfo pkg-descr pkg-plist Log: The Hippo Canvas was originally developed to display the client stacker popup. It is now used in other projects such as the OLPC Sugar interface, and the Big Board desktop. WWW: http://developer.mugshot.org/wiki/Hippo_Canvas PR: ports/124077 Submitted by: Ashish Shukla Revision Changes Path 1.476 +1 -0 ports/x11-toolkits/Makefile 1.1 +33 -0 ports/x11-toolkits/hippo-canvas/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/hippo-canvas/distinfo (new) 1.1 +5 -0 ports/x11-toolkits/hippo-canvas/pkg-descr (new) 1.1 +59 -0 ports/x11-toolkits/hippo-canvas/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 21:49: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 5D391106566C; Fri, 30 May 2008 21:49: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 4FE998FC2B; Fri, 30 May 2008 21:49: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 m4ULnXT8000839; Fri, 30 May 2008 21:49:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULnX30000838; Fri, 30 May 2008 21:49:33 GMT (envelope-from miwi) Message-Id: <200805302149.m4ULnX30000838@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:49: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: Fri, 30 May 2008 21:49:33 -0000 miwi 2008-05-30 21:49:33 UTC FreeBSD ports repository Modified files: . modules Log: hippo-canvas --> ports/x11-toolkits/hippo-canvas Revision Changes Path 1.19899 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 21:50: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 429901065673; Fri, 30 May 2008 21:50: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 4C8198FC23; Fri, 30 May 2008 21:50: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 m4ULolZu001011; Fri, 30 May 2008 21:50:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULolba001010; Fri, 30 May 2008 21:50:47 GMT (envelope-from miwi) Message-Id: <200805302150.m4ULolba001010@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:50: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 Makefile ports/net/desktop-data-model Makefile distinfo pkg-descr pkg-plist ports/net/desktop-data-model/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, 30 May 2008 21:50:47 -0000 miwi 2008-05-30 21:50:46 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/desktop-data-model Makefile distinfo pkg-descr pkg-plist net/desktop-data-model/files patch-Makefile.in Log: Engine providing live updates of online data to the desktop. WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/ PR: ports/124078 Submitted by: Ashish Shukla Revision Changes Path 1.1999 +1 -0 ports/net/Makefile 1.1 +39 -0 ports/net/desktop-data-model/Makefile (new) 1.1 +3 -0 ports/net/desktop-data-model/distinfo (new) 1.1 +11 -0 ports/net/desktop-data-model/files/patch-Makefile.in (new) 1.1 +3 -0 ports/net/desktop-data-model/pkg-descr (new) 1.1 +25 -0 ports/net/desktop-data-model/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 21:51: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 EDDE91065672; Fri, 30 May 2008 21:51: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 E09B08FC15; Fri, 30 May 2008 21:51: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 m4ULpLTD001059; Fri, 30 May 2008 21:51:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULpLKu001058; Fri, 30 May 2008 21:51:21 GMT (envelope-from miwi) Message-Id: <200805302151.m4ULpLKu001058@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:51:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 21:51:22 -0000 miwi 2008-05-30 21:51:21 UTC FreeBSD ports repository Modified files: . modules Log: desktop-data-model --> ports/net/desktop-data-model Revision Changes Path 1.19900 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 21:52: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 544471065683; Fri, 30 May 2008 21:52: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 15E318FC25; Fri, 30 May 2008 21:52: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 m4ULq080001128; Fri, 30 May 2008 21:52:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ULq0n1001127; Fri, 30 May 2008 21:52:00 GMT (envelope-from miwi) Message-Id: <200805302152.m4ULq0n1001127@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 21:52: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/mugshot Makefile distinfo pkg-plist ports/net/mugshot/files patch-firefox-update.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: Fri, 30 May 2008 21:52:01 -0000 miwi 2008-05-30 21:52:00 UTC FreeBSD ports repository Modified files: net/mugshot Makefile distinfo pkg-plist net/mugshot/files patch-firefox-update.sh Log: - Update to 124079 PR: 124079 Submitted by: Ashish Shukla (maintainer) Revision Changes Path 1.12 +10 -5 ports/net/mugshot/Makefile 1.9 +3 -3 ports/net/mugshot/distinfo 1.2 +16 -16 ports/net/mugshot/files/patch-firefox-update.sh 1.8 +5 -23 ports/net/mugshot/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 22:00:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C051065672; Fri, 30 May 2008 22:00:03 +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 87E378FC18; Fri, 30 May 2008 22:00:03 +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 m4UM03qC001452; Fri, 30 May 2008 22:00:03 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UM03WL001451; Fri, 30 May 2008 22:00:03 GMT (envelope-from marius) Message-Id: <200805302200.m4UM03WL001451@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 22:00: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/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 22:00:03 -0000 marius 2008-05-30 22:00:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c Log: MFC: sym_defs.h 1.12; sym_fw.h 1.6; sym_fw1.h 1.9; sym_fw2.h 1.10; sym_hipd.c 1.70 - Const'ify firmware and lookup-tables. - Obsolete redundant inst_name and unit members of struct sym_hcb. - Fix three more NULL vs. 0 confusions. - Use device_set_softc(9) to tell the bus layer that this driver allocates a instance of struct sym_hcb itself. Revision Changes Path 1.11.10.1 +1 -1 src/sys/dev/sym/sym_defs.h 1.5.10.1 +8 -8 src/sys/dev/sym/sym_fw.h 1.8.2.1 +2 -2 src/sys/dev/sym/sym_fw1.h 1.9.2.1 +2 -2 src/sys/dev/sym/sym_fw2.h 1.67.2.3 +37 -37 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Fri May 30 22:00: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 45A641065686; Fri, 30 May 2008 22:00:46 +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 4F1148FC19; Fri, 30 May 2008 22:00:46 +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 m4UM0kYe001526; Fri, 30 May 2008 22:00:46 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UM0kuw001525; Fri, 30 May 2008 22:00:46 GMT (envelope-from marius) Message-Id: <200805302200.m4UM0kuw001525@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 22:00:46 +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/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 22:00:46 -0000 marius 2008-05-30 22:00:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c Log: MFC: sym_defs.h 1.12; sym_fw.h 1.6; sym_fw1.h 1.9; sym_fw2.h 1.10; sym_hipd.c 1.69 (partial), 1.70 - Remove unused members related to bus addresses in struct sym_hcb. - sym(4) takes care of allocating an instance of struct sym_hcb itself so don't let newbus allocate it as an unused softc also. - Const'ify firmware and lookup-tables. - Obsolete redundant inst_name and unit members of struct sym_hcb. - Fix three more NULL vs. 0 confusions. - Use device_set_softc(9) to tell the bus layer that this driver allocates a instance of struct sym_hcb itself. Revision Changes Path 1.11.2.1 +1 -1 src/sys/dev/sym/sym_defs.h 1.5.2.1 +8 -8 src/sys/dev/sym/sym_fw.h 1.7.2.1 +2 -2 src/sys/dev/sym/sym_fw1.h 1.8.2.1 +2 -2 src/sys/dev/sym/sym_fw2.h 1.55.2.3 +38 -50 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Fri May 30 22:01: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 3FC3710656C0; Fri, 30 May 2008 22:01:10 +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 323848FC2E; Fri, 30 May 2008 22:01:10 +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 m4UM1Axk001559; Fri, 30 May 2008 22:01:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UM19cT001558; Fri, 30 May 2008 22:01:09 GMT (envelope-from jhb) Message-Id: <200805302201.m4UM19cT001558@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 May 2008 22:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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, 30 May 2008 22:01:10 -0000 jhb 2008-05-30 22:01:09 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: After probing the available frequency settings, restore the CPU to run at whatever frequency it started at instead of always picking the highest frequency. The first version of this driver attempted to do this, but it set the speed to the first frequency in the list rather than the value it had saved. MFC after: 1 week Discussed with: rpaulo, phk Revision Changes Path 1.17 +5 -17 src/sys/i386/cpufreq/est.c From owner-cvs-all@FreeBSD.ORG Fri May 30 22:15: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 A2FF71065673; Fri, 30 May 2008 22:15:15 +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 952A08FC1F; Fri, 30 May 2008 22:15:15 +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 m4UMFFnC003203; Fri, 30 May 2008 22:15:15 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMFFrM003202; Fri, 30 May 2008 22:15:15 GMT (envelope-from peter) Message-Id: <200805302215.m4UMFFrM003202@repoman.freebsd.org> From: Peter Wemm Date: Fri, 30 May 2008 22:15: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 tagcheck X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 22:15:15 -0000 peter 2008-05-30 22:15:15 UTC FreeBSD src repository Modified files: . tagcheck Log: Disable tag operations for ncvs. Revision Changes Path 1.14 +3 -0 CVSROOT/tagcheck From owner-cvs-all@FreeBSD.ORG Fri May 30 22:15: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 CFB19106567D; Fri, 30 May 2008 22:15: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 C1D128FC21; Fri, 30 May 2008 22:15: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 m4UMFenh003236; Fri, 30 May 2008 22:15:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMFedv003235; Fri, 30 May 2008 22:15:40 GMT (envelope-from miwi) Message-Id: <200805302215.m4UMFedv003235@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 22:15:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/kismet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 22:15:40 -0000 miwi 2008-05-30 22:15:40 UTC FreeBSD ports repository Modified files: net-mgmt/kismet Makefile Log: - s/NOPORTDOC/NOPORTDOCS Reported by: ionbot Revision Changes Path 1.18 +2 -2 ports/net-mgmt/kismet/Makefile From owner-cvs-all@FreeBSD.ORG Fri May 30 22:24:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4569A106567C; Fri, 30 May 2008 22:24: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 4EB998FC0C; Fri, 30 May 2008 22:24: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 m4UMOYj8003663; Fri, 30 May 2008 22:24:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMOYGx003662; Fri, 30 May 2008 22:24:34 GMT (envelope-from marius) Message-Id: <200805302224.m4UMOYGx003662@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 22:24:34 +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 files.sun4v src/sys/sparc64/isa isa.c src/sys/sparc64/pci ofw_pci.h ofw_pci_if.m psycho.c src/sys/sun4v/sun4v hv_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: Fri, 30 May 2008 22:24:35 -0000 marius 2008-05-30 22:24:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files.sparc64 files.sun4v sys/sparc64/isa isa.c sys/sparc64/pci ofw_pci.h psycho.c sys/sun4v/sun4v hv_pci.c Removed files: (Branch: RELENG_7) sys/sparc64/pci ofw_pci_if.m Log: MFC: sys/conf/files.sparc64 1.95; sys/conf/files.sun4v 1.14; sys/sparc64/isa/isa.c 1.21; sys/sparc64/pci/ofw_pci.h 1.12; sys/sparc64/pci/ofw_pci_if.m 1.10; sys/sparc64/pci/psycho.c 1.76; sys/sun4v/sun4v/hv_pci.c 1.5 Remove the MD isa_irq_pending() and the underlying PCI-specific infrastructure. Its only consumer ever was sio(4) and thus was unused on sparc64 since removing the last traces of sio(4) in sparc64 configuration files in favor for uart(4) over three years ago. If similar functionality is required again it should be brought back as an MD intr_pending() which works for all busses by using for example interrupt controller hooks. Revision Changes Path 1.92.2.3 +0 -1 src/sys/conf/files.sparc64 1.11.2.3 +0 -1 src/sys/conf/files.sun4v 1.19.2.2 +0 -30 src/sys/sparc64/isa/isa.c 1.11.2.1 +0 -2 src/sys/sparc64/pci/ofw_pci.h 1.8.2.2 +0 -53 src/sys/sparc64/pci/ofw_pci_if.m (dead) 1.70.2.6 +0 -19 src/sys/sparc64/pci/psycho.c 1.4.2.1 +0 -11 src/sys/sun4v/sun4v/hv_pci.c From owner-cvs-all@FreeBSD.ORG Fri May 30 22: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 2FD96106567A; Fri, 30 May 2008 22:31:07 +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 222018FC0C; Fri, 30 May 2008 22:31:07 +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 m4UMV6am004966; Fri, 30 May 2008 22:31:06 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMV6PQ004965; Fri, 30 May 2008 22:31:06 GMT (envelope-from peter) Message-Id: <200805302231.m4UMV6PQ004965@repoman.freebsd.org> From: Peter Wemm Date: Fri, 30 May 2008 22:31:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 22:31:07 -0000 peter 2008-05-30 22:31:06 UTC FreeBSD src repository Modified files: . avail Log: Turn off ncvs/src commits for cvs2svn run. Approved by: core (implicit) Revision Changes Path 1.229 +15 -11 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Fri May 30 22:36: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 ADE2F1065674; Fri, 30 May 2008 22:36:42 +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 9EB808FC1A; Fri, 30 May 2008 22:36:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UMagpV005243; Fri, 30 May 2008 22:36:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMagId005242; Fri, 30 May 2008 22:36:42 GMT (envelope-from miwi) Message-Id: <200805302236.m4UMagId005242@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 22:36:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/tivodecode Makefile distinfo pkg-plist ports/multimedia/tivodecode/files extra-patch-tivo-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, 30 May 2008 22:36:43 -0000 miwi 2008-05-30 22:36:42 UTC FreeBSD ports repository Modified files: multimedia/tivodecode Makefile distinfo pkg-plist Removed files: multimedia/tivodecode/files extra-patch-tivo-parse.c Log: - Update to 0.2.p4 PR: 123983 Submitted by: Yi-Hsuan Hsin (maintainer) Revision Changes Path 1.3 +3 -6 ports/multimedia/tivodecode/Makefile 1.2 +3 -3 ports/multimedia/tivodecode/distinfo 1.2 +0 -10 ports/multimedia/tivodecode/files/extra-patch-tivo-parse.c (dead) 1.2 +8 -0 ports/multimedia/tivodecode/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 22: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 87C731065671; Fri, 30 May 2008 22:47:53 +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 5DF0C8FC22; Fri, 30 May 2008 22: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 m4UMlrK0005641; Fri, 30 May 2008 22: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 m4UMlrke005640; Fri, 30 May 2008 22:47:53 GMT (envelope-from miwi) Message-Id: <200805302247.m4UMlrke005640@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 22: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/databases Makefile ports/databases/p5-DBIx-Class-EncodeColumns 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, 30 May 2008 22:47:53 -0000 miwi 2008-05-30 22:47:53 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-Class-EncodeColumns Makefile distinfo pkg-descr pkg-plist Log: This module allows you to handle column encodings WWW: http://search.cpan.org/perldoc?DBIx::Class::EncodeColumns PR: ports/123943 Submitted by: Vladimir Timofeev Revision Changes Path 1.679 +1 -0 ports/databases/Makefile 1.1 +24 -0 ports/databases/p5-DBIx-Class-EncodeColumns/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBIx-Class-EncodeColumns/distinfo (new) 1.1 +3 -0 ports/databases/p5-DBIx-Class-EncodeColumns/pkg-descr (new) 1.1 +5 -0 ports/databases/p5-DBIx-Class-EncodeColumns/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri May 30 22: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 3AFA8106564A; Fri, 30 May 2008 22: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 2D9808FC15; Fri, 30 May 2008 22: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 m4UMmHf5005683; Fri, 30 May 2008 22:48:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UMmHft005682; Fri, 30 May 2008 22:48:17 GMT (envelope-from miwi) Message-Id: <200805302248.m4UMmHft005682@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 22: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: 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, 30 May 2008 22:48:18 -0000 miwi 2008-05-30 22:48:17 UTC FreeBSD ports repository Modified files: . modules Log: p5-DBIx-Class-EncodeColumns --> ports/databases/p5-DBIx-Class-EncodeColumns Revision Changes Path 1.19901 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri May 30 23:20: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 08298106564A; Fri, 30 May 2008 23:20: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 ED75E8FC1C; Fri, 30 May 2008 23:20: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 m4UNKDOS007873; Fri, 30 May 2008 23:20:13 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UNKDN8007872; Fri, 30 May 2008 23:20:13 GMT (envelope-from gahr) Message-Id: <200805302320.m4UNKDN8007872@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 30 May 2008 23:20: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/gnocl Makefile distinfo pkg-plist ports/x11-toolkits/gnocl/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 23:20:14 -0000 gahr 2008-05-30 23:20:13 UTC FreeBSD ports repository Modified files: x11-toolkits/gnocl Makefile distinfo pkg-plist x11-toolkits/gnocl/files patch-Makefile Log: - Update to 0.9.91 - Adopt maintainship - Add docs and examples Revision Changes Path 1.22 +22 -7 ports/x11-toolkits/gnocl/Makefile 1.9 +3 -3 ports/x11-toolkits/gnocl/distinfo 1.5 +10 -5 ports/x11-toolkits/gnocl/files/patch-Makefile 1.4 +219 -0 ports/x11-toolkits/gnocl/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri May 30 23: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 56F63106566B; Fri, 30 May 2008 23:33: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 494388FC13; Fri, 30 May 2008 23:33: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 m4UNXYDU008315; Fri, 30 May 2008 23:33:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UNXYFL008314; Fri, 30 May 2008 23:33:34 GMT (envelope-from miwi) Message-Id: <200805302333.m4UNXYFL008314@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 May 2008 23:33: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/converters/p5-Encode-Detect Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 23:33:34 -0000 miwi 2008-05-30 23:33:33 UTC FreeBSD ports repository Modified files: converters/p5-Encode-Detect Makefile distinfo Log: - Update to 1.01 Revision Changes Path 1.4 +1 -1 ports/converters/p5-Encode-Detect/Makefile 1.3 +3 -3 ports/converters/p5-Encode-Detect/distinfo From owner-cvs-all@FreeBSD.ORG Sat May 31 00:07: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 3A430106566C; Sat, 31 May 2008 00:07: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 2CE308FC2E; Sat, 31 May 2008 00:07: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 m4V07Odv010459; Sat, 31 May 2008 00:07:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V07OVI010457; Sat, 31 May 2008 00:07:24 GMT (envelope-from miwi) Message-Id: <200805310007.m4V07OVI010457@repoman.freebsd.org> From: Martin Wilke Date: Sat, 31 May 2008 00:07: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/ristretto 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, 31 May 2008 00:07:25 -0000 miwi 2008-05-31 00:07:22 UTC FreeBSD ports repository Modified files: graphics/ristretto Makefile distinfo pkg-plist Log: - Update to 0.0.20 Revision Changes Path 1.15 +1 -1 ports/graphics/ristretto/Makefile 1.14 +3 -3 ports/graphics/ristretto/distinfo 1.8 +1 -0 ports/graphics/ristretto/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 31 01:46: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 0774C1065675; Sat, 31 May 2008 01:46:00 +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 EE6228FC14; Sat, 31 May 2008 01:45:59 +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 m4V1jx9Y023847; Sat, 31 May 2008 01:45:59 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V1jxYM023846; Sat, 31 May 2008 01:45:59 GMT (envelope-from peter) Message-Id: <200805310145.m4V1jxYM023846@repoman.freebsd.org> From: Peter Wemm Date: Sat, 31 May 2008 01:45: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: CVSROOT cfg_local.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: Sat, 31 May 2008 01:46:00 -0000 peter 2008-05-31 01:45:59 UTC FreeBSD src repository Modified files: . cfg_local.pm Log: Add hook for exporter.py Revision Changes Path 1.31 +3 -0 CVSROOT/cfg_local.pm From owner-cvs-all@FreeBSD.ORG Sat May 31 03:10: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 DE8AD1065679; Sat, 31 May 2008 03:10:08 +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 D0E108FC16; Sat, 31 May 2008 03:10:08 +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 m4V3A8dt028942; Sat, 31 May 2008 03:10:08 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V3A8Z9028941; Sat, 31 May 2008 03:10:08 GMT (envelope-from peter) Message-Id: <200805310310.m4V3A8Z9028941@repoman.freebsd.org> From: Peter Wemm Date: Sat, 31 May 2008 03:10: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: CVSROOT avail cfg_local.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: Sat, 31 May 2008 03:10:09 -0000 peter 2008-05-31 03:10:08 UTC FreeBSD src repository Modified files: . avail cfg_local.pm Log: Revert avail to default. There is another mechanism in place. Turn off the gid check for ncvs. It isn't correct anymore. Approved by: core (implicit) Revision Changes Path 1.230 +11 -15 CVSROOT/avail 1.32 +10 -10 CVSROOT/cfg_local.pm From owner-cvs-all@FreeBSD.ORG Sat May 31 04:14: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 4620C1065670; Sat, 31 May 2008 04:14:21 +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 365CD8FC1A; Sat, 31 May 2008 04:14:21 +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 m4V4EKSK032195; Sat, 31 May 2008 04:14:20 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V4EKhA032194; Sat, 31 May 2008 04:14:20 GMT (envelope-from lippe) Message-Id: <200805310414.m4V4EKhA032194@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sat, 31 May 2008 04:14:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 04:14:21 -0000 lippe 2008-05-31 04:14:20 UTC FreeBSD ports repository Modified files: . modules Log: xcpc -> ports/emulators/xcpc Revision Changes Path 1.19902 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat May 31 04:21: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 1EC54106566C; Sat, 31 May 2008 04:21:35 +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 26FB38FC16; Sat, 31 May 2008 04:21:35 +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 m4V4LYQN032532; Sat, 31 May 2008 04:21:34 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V4LYPT032531; Sat, 31 May 2008 04:21:34 GMT (envelope-from lippe) Message-Id: <200805310421.m4V4LYPT032531@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sat, 31 May 2008 04:21:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators Makefile ports/emulators/xcpc 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, 31 May 2008 04:21:35 -0000 lippe 2008-05-31 04:21:34 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/xcpc Makefile distinfo pkg-descr pkg-plist Log: Xcpc is a portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C. It is designed to run on any POSIX system (Linux/BSD/UNIX-like OSes). WWW: http://xcpc.sourceforge.net/ PR: ports/120189 Submitted by: Sven Klose Approved by: gabor (mentor) Revision Changes Path 1.259 +1 -0 ports/emulators/Makefile 1.1 +62 -0 ports/emulators/xcpc/Makefile (new) 1.1 +3 -0 ports/emulators/xcpc/distinfo (new) 1.1 +17 -0 ports/emulators/xcpc/pkg-descr (new) 1.1 +10 -0 ports/emulators/xcpc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat May 31 04:24: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 E1CED106564A; Sat, 31 May 2008 04:24:41 +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 D0D3A8FC0A; Sat, 31 May 2008 04:24:41 +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 m4V4OfI3032644; Sat, 31 May 2008 04:24:41 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V4OfZ0032643; Sat, 31 May 2008 04:24:41 GMT (envelope-from lippe) Message-Id: <200805310424.m4V4OfZ0032643@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sat, 31 May 2008 04:24:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Sat, 31 May 2008 04:24:42 -0000 lippe 2008-05-31 04:24:41 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Sven Klose due emulators/xcpc port. Approved by: gabor (mentor) Revision Changes Path 1.801 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat May 31 04:29: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 596BC1065672; Sat, 31 May 2008 04:29:03 +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 48CA48FC2A; Sat, 31 May 2008 04:29:03 +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 m4V4T2Uc032855; Sat, 31 May 2008 04:29:02 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V4T2MV032854; Sat, 31 May 2008 04:29:02 GMT (envelope-from lippe) Message-Id: <200805310429.m4V4T2MV032854@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sat, 31 May 2008 04:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 04:29:03 -0000 lippe 2008-05-31 04:29:02 UTC FreeBSD ports repository Modified files: . modules Log: libsyncml -> ports/comms/libsyncml Revision Changes Path 1.19903 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat May 31 04:30: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 25A2A106566B; Sat, 31 May 2008 04:30: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 2BE118FC29; Sat, 31 May 2008 04:30: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 m4V4Uan3033021; Sat, 31 May 2008 04:30:36 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V4Uaqi033020; Sat, 31 May 2008 04:30:36 GMT (envelope-from lippe) Message-Id: <200805310430.m4V4Uaqi033020@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Sat, 31 May 2008 04:30: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/comms Makefile ports/comms/libsyncml Makefile distinfo pkg-descr pkg-plist ports/comms/libsyncml/files patch-configure.in patch-libsyncml_transports_obex_client.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 04:30:37 -0000 lippe 2008-05-31 04:30:36 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/libsyncml Makefile distinfo pkg-descr pkg-plist comms/libsyncml/files patch-configure.in patch-libsyncml_transports_obex_client.c Log: Libsyncml is an implementation of the SyncML protocol. It's purpose is PIM data synchronization with mobile devices over HTTP or OBEX/Bluetooth channels. WWW: http://libsyncml.opensync.org/ PR: ports/121632 Submitted by: Daniel Roethlisberger Approved by: gabor (mentor) Revision Changes Path 1.192 +1 -0 ports/comms/Makefile 1.1 +35 -0 ports/comms/libsyncml/Makefile (new) 1.1 +3 -0 ports/comms/libsyncml/distinfo (new) 1.1 +37 -0 ports/comms/libsyncml/files/patch-configure.in (new) 1.1 +16 -0 ports/comms/libsyncml/files/patch-libsyncml_transports_obex_client.c (new) 1.1 +5 -0 ports/comms/libsyncml/pkg-descr (new) 1.1 +30 -0 ports/comms/libsyncml/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat May 31 05:37: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 32586106564A; Sat, 31 May 2008 05:37:01 +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 2138A8FC18; Sat, 31 May 2008 05:37:01 +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 m4V5b0lS046241; Sat, 31 May 2008 05:37:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V5b0oV046240; Sat, 31 May 2008 05:37:00 GMT (envelope-from dinoex) Message-Id: <200805310537.m4V5b0oV046240@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 31 May 2008 05:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/fidogate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 05:37:01 -0000 dinoex 2008-05-31 05:37:00 UTC FreeBSD ports repository Modified files: news/fidogate Makefile Log: - fix build for NOPORTDOCS Reported by: itetcu Revision Changes Path 1.42 +5 -0 ports/news/fidogate/Makefile From owner-cvs-all@FreeBSD.ORG Sat May 31 05:39:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 639A1106566B; Sat, 31 May 2008 05:39:22 +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 52CA78FC0C; Sat, 31 May 2008 05:39:22 +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 m4V5dMDI046352; Sat, 31 May 2008 05:39:22 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V5dMkB046351; Sat, 31 May 2008 05:39:22 GMT (envelope-from dinoex) Message-Id: <200805310539.m4V5dMkB046351@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 31 May 2008 05:39:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/agrep 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, 31 May 2008 05:39:22 -0000 dinoex 2008-05-31 05:39:22 UTC FreeBSD ports repository Modified files: textproc/agrep pkg-plist Log: - fix build with NOPORTDOCS Reported by: itetcu Revision Changes Path 1.7 +2 -2 ports/textproc/agrep/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat May 31 07:22:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 130241065670; Sat, 31 May 2008 07:22:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9EAC8FC17; Sat, 31 May 2008 07:22:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V7M9VC074561; Sat, 31 May 2008 07:22:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V7M9EE074532; Sat, 31 May 2008 07:22:09 GMT (envelope-from hrs) Message-Id: <200805310722.m4V7M9EE074532@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 31 May 2008 07:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/ipa-ttfonts Makefile ports/japanese/ipa-ttfonts/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: Sat, 31 May 2008 07:22:10 -0000 hrs 2008-05-31 07:22:09 UTC FreeBSD ports repository Modified files: japanese/ipa-ttfonts Makefile japanese/ipa-ttfonts/files pkg-install.in Log: - Remove obsolete fp=[y|n] modifier in fonts.dir. - Add "mincho" and "gothic" as font family. Revision Changes Path 1.16 +1 -1 ports/japanese/ipa-ttfonts/Makefile 1.5 +10 -5 ports/japanese/ipa-ttfonts/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Sat May 31 07:23: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 88991106567A; Sat, 31 May 2008 07:23:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81D248FC12; Sat, 31 May 2008 07:23:01 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V7N1Do088396; Sat, 31 May 2008 07:23:01 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V7N1SJ088389; Sat, 31 May 2008 07:23:01 GMT (envelope-from hrs) Message-Id: <200805310723.m4V7N1SJ088389@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 31 May 2008 07:23: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/japanese/umefont Makefile ports/japanese/umefont/files pkg-install.in ports/japanese/sazanami-ttf Makefile ports/japanese/sazanami-ttf/files pkg-install.in ports/japanese/kochi-ttfonts Makefile ports/japanese/kochi-ttfonts/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: Sat, 31 May 2008 07:23:01 -0000 hrs 2008-05-31 07:23:01 UTC FreeBSD ports repository Modified files: japanese/umefont Makefile japanese/umefont/files pkg-install.in japanese/sazanami-ttf Makefile japanese/sazanami-ttf/files pkg-install.in japanese/kochi-ttfonts Makefile japanese/kochi-ttfonts/files pkg-install.in Log: Remove obsolete fp=[y|n] modifier in fonts.dir. Revision Changes Path 1.21 +1 -1 ports/japanese/kochi-ttfonts/Makefile 1.2 +5 -5 ports/japanese/kochi-ttfonts/files/pkg-install.in 1.10 +1 -1 ports/japanese/sazanami-ttf/Makefile 1.2 +5 -5 ports/japanese/sazanami-ttf/files/pkg-install.in 1.2 +1 -0 ports/japanese/umefont/Makefile 1.2 +5 -5 ports/japanese/umefont/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Sat May 31 07:26: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 72D68106566C; Sat, 31 May 2008 07:26:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C78C8FC1D; Sat, 31 May 2008 07:26:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V7Qm3a041797; Sat, 31 May 2008 07:26:48 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V7QmWb041796; Sat, 31 May 2008 07:26:48 GMT (envelope-from hrs) Message-Id: <200805310726.m4V7QmWb041796@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 31 May 2008 07:26: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 MOVED ports/japanese Makefile ports/japanese/motoya-ttfonts Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/japanese/motoya-ttfonts/files fonts.alias.motoya fonts.dir.motoya X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 07:26:48 -0000 hrs 2008-05-31 07:26:48 UTC FreeBSD ports repository Modified files: . modules . MOVED japanese Makefile Removed files: japanese/motoya-ttfonts Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist japanese/motoya-ttfonts/files fonts.alias.motoya fonts.dir.motoya Log: Remove japanese/motoya-ttfonts. The EULA is too restrictive for the ports tree. Approved by: maintainer Revision Changes Path 1.19904 +0 -1 CVSROOT/modules 1.1604 +2 -1 ports/MOVED 1.684 +0 -1 ports/japanese/Makefile 1.11 +0 -70 ports/japanese/motoya-ttfonts/Makefile (dead) 1.3 +0 -9 ports/japanese/motoya-ttfonts/distinfo (dead) 1.3 +0 -120 ports/japanese/motoya-ttfonts/files/fonts.alias.motoya (dead) 1.4 +0 -181 ports/japanese/motoya-ttfonts/files/fonts.dir.motoya (dead) 1.2 +0 -13 ports/japanese/motoya-ttfonts/pkg-deinstall (dead) 1.3 +0 -4 ports/japanese/motoya-ttfonts/pkg-descr (dead) 1.2 +0 -18 ports/japanese/motoya-ttfonts/pkg-install (dead) 1.3 +0 -5 ports/japanese/motoya-ttfonts/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat May 31 07:39: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 13140106567A; Sat, 31 May 2008 07:39:04 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E872B8FC0A; Sat, 31 May 2008 07:39:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V7d3bD069593; Sat, 31 May 2008 07:39:03 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V7d3PW069592; Sat, 31 May 2008 07:39:03 GMT (envelope-from hrs) Message-Id: <200805310739.m4V7d3PW069592@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 31 May 2008 07:39: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/japanese/vlgothic Makefile ports/japanese/vlgothic/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: Sat, 31 May 2008 07:39:04 -0000 hrs 2008-05-31 07:39:02 UTC FreeBSD ports repository Modified files: japanese/vlgothic Makefile japanese/vlgothic/files pkg-install.in Log: - Remove obsolete fp=[y|n] modifier in fonts.dir. - Add "gothic" as font family. Revision Changes Path 1.18 +1 -1 ports/japanese/vlgothic/Makefile 1.2 +7 -5 ports/japanese/vlgothic/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Sat May 31 08:05: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 915141065677; Sat, 31 May 2008 08:05:35 +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 688CB8FC0C; Sat, 31 May 2008 08:05:35 +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 m4V85Zkc071700; Sat, 31 May 2008 08:05:35 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V85ZgG071699; Sat, 31 May 2008 08:05:35 GMT (envelope-from itetcu) Message-Id: <200805310805.m4V85ZgG071699@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 31 May 2008 08:05:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mp3unicode Makefile ports/audio/mp3unicode/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: Sat, 31 May 2008 08:05:35 -0000 itetcu 2008-05-31 08:05:35 UTC FreeBSD ports repository Modified files: audio/mp3unicode Makefile Added files: audio/mp3unicode/files patch-Makefile.in Log: - Respect NOPORTDOCS, noticed by itetcu@ - bump PORTREVISION PR: ports/124010 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.2 +9 -1 ports/audio/mp3unicode/Makefile 1.1 +12 -0 ports/audio/mp3unicode/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sat May 31 08:27:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 25DF01065675; Sat, 31 May 2008 08:27:21 +0000 (UTC) Date: Sat, 31 May 2008 08:27:21 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20080531082720.GA96134@FreeBSD.org> References: <200805292137.m4TLbovR008617@repoman.freebsd.org> <20080530092620.GA11389@FreeBSD.org> <1212139911.77420.0.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1212139911.77420.0.camel@pav.hide.vol.cz> 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/games/vegastrike-data Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 08:27:21 -0000 On Fri, May 30, 2008 at 11:31:51AM +0200, Pav Lucistnik wrote: > Alexey Dokuchaev p??e v p? 30. 05. 2008 v 09:26 +0000: > > On Thu, May 29, 2008 at 09:37:50PM +0000, Pav Lucistnik wrote: > > > pav 2008-05-29 21:37:50 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > games/vegastrike-data Makefile > > > Log: > > > - Disallow this from pointyhat builds; we don't need to repackage 520 MB of > > > game data and load it on all our mirrors > > > > Why not follow the way it's done in e.g. games/nexuiz port and alike?? > > Looks like it gives more control to user. > > This will not affect end-users in any way. PACKAGE_BUILDING is defined > in and _only_ in pointyhat environment. > > End users can still `make package' and all that. Unless I'm missing > something? Ah, OK, so if I simply want to prevent building what can be called "official" package (which will be put on ftp.freebsd.org and mirrors), I should check for PACKAGE_BUILDING and set IGNORE (or maybe NO_PACKAGE is better?). If there is some inherent problem with building a package (not just to reduce payload on our DVDs), like legal issues with the software, I just use NO_PACKAGE. Am I getting this right? ./danfe From owner-cvs-all@FreeBSD.ORG Sat May 31 08:36: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 A2AB61065676; Sat, 31 May 2008 08:36:51 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 804478FC0C; Sat, 31 May 2008 08:36:51 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V8apsL073752; Sat, 31 May 2008 08:36:51 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8ap0g073751; Sat, 31 May 2008 08:36:51 GMT (envelope-from pgj) Message-Id: <200805310836.m4V8ap0g073751@repoman.freebsd.org> From: Gabor Pali Date: Sat, 31 May 2008 08:36:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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: Sat, 31 May 2008 08:36:51 -0000 pgj 2008-05-31 08:36:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - fix markups for make(1) PR: docs/124136 Submitted by: pgj Approved by: gabor Revision Changes Path 1.828 +6 -6 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat May 31 08:44: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 D1D5F106564A; Sat, 31 May 2008 08:44:54 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF1F68FC0A; Sat, 31 May 2008 08:44:54 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V8irkl073984; Sat, 31 May 2008 08:44:53 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8ir68073983; Sat, 31 May 2008 08:44:53 GMT (envelope-from pgj) Message-Id: <200805310844.m4V8ir68073983@repoman.freebsd.org> From: Gabor Pali Date: Sat, 31 May 2008 08:44: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/faq 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: Sat, 31 May 2008 08:44:54 -0000 pgj 2008-05-31 08:44:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix dashes PR: docs/124137 Submitted by: pgj Approved by: gabor (mentor) Revision Changes Path 1.829 +6 -6 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat May 31 08:47: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 458D51065671; Sat, 31 May 2008 08:47:13 +0000 (UTC) (envelope-from svn2cvs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 221CB8FC1C; Sat, 31 May 2008 08:47:13 +0000 (UTC) (envelope-from svn2cvs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V8lCYR074066; Sat, 31 May 2008 08:47:12 GMT (envelope-from svn2cvs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8lCiJ074065; Sat, 31 May 2008 08:47:12 GMT (envelope-from svn2cvs) Message-Id: <200805310847.m4V8lCiJ074065@repoman.freebsd.org> From: Subversion Exporter Date: Sat, 31 May 2008 08:47:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sicontrol sicontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 08:47:13 -0000 peter 2008-05-31 08:47:12 UTC FreeBSD src repository Modified files: usr.sbin/sicontrol sicontrol.c Log: SVN rev 179450 on 2008-05-31 06:03:23Z by peter Remove one of my dead email addresses from a copyright message. Revision Changes Path 1.16 +1 -1 src/usr.sbin/sicontrol/sicontrol.c From owner-cvs-all@FreeBSD.ORG Sat May 31 08:48: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 3C84D1065676; Sat, 31 May 2008 08:48:06 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 198578FC14; Sat, 31 May 2008 08:48:06 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V8m5mB074103; Sat, 31 May 2008 08:48:05 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8m5X5074102; Sat, 31 May 2008 08:48:05 GMT (envelope-from pgj) Message-Id: <200805310848.m4V8m5X5074102@repoman.freebsd.org> From: Gabor Pali Date: Sat, 31 May 2008 08:48:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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: Sat, 31 May 2008 08:48:06 -0000 pgj 2008-05-31 08:48:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix references to gdb(1) PR: docs/124139 Submitted by: pgj Approved by: gabor (mentor) Revision Changes Path 1.830 +3 -3 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat May 31 08:51: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 5F9F8106566C; Sat, 31 May 2008 08:51:10 +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 3AD948FC0A; Sat, 31 May 2008 08:51:10 +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 m4V8pA41074602; Sat, 31 May 2008 08:51:10 GMT (envelope-from peter@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8pAVJ074601; Sat, 31 May 2008 08:51:10 GMT (envelope-from peter@repoman.freebsd.org) Message-Id: <200805310851.m4V8pAVJ074601@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to peter@repoman.freebsd.org using -f From: Peter Wemm Date: Sat, 31 May 2008 08:13: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 08:51:10 -0000 peter 2008-05-31 08:51:09 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: SVN rev 179451 on 2008-05-31 08:13:58Z by peter Dis-associate from ncurses. Revision Changes Path 1.148 +0 -1 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Sat May 31 08:51: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 67BEB10657D1; Sat, 31 May 2008 08:51:38 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 444298FC37; Sat, 31 May 2008 08:51:38 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4V8pcpU074632; Sat, 31 May 2008 08:51:38 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4V8pc0f074631; Sat, 31 May 2008 08:51:38 GMT (envelope-from pgj) Message-Id: <200805310851.m4V8pc0f074631@repoman.freebsd.org> From: Gabor Pali Date: Sat, 31 May 2008 08:51:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq 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: Sat, 31 May 2008 08:51:38 -0000 pgj 2008-05-31 08:51:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Add a missing