From owner-cvs-all@FreeBSD.ORG Sun Sep 16 02:37:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73D4F16A417; Sun, 16 Sep 2007 02:37:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 401A213C459; Sun, 16 Sep 2007 02:37:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G2bofU046901; Sun, 16 Sep 2007 02:37:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G2booK046900; Sun, 16 Sep 2007 02:37:50 GMT (envelope-from obrien) Message-Id: <200709160237.l8G2booK046900@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Sep 2007 02: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/editors/vim Makefile options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 02:37:50 -0000 obrien 2007-09-16 02:37:50 UTC FreeBSD ports repository Modified files: editors/vim Makefile Added files: editors/vim options Log: If 'WITH_OPTIONS' or 'WITH_VIM_OPTIONS' is defined, then offer the user a set of selectable OPTIONS for building this port. Maybe I can set a trend of WITH_OPTIONS / WITH__OPTIONS Revision Changes Path 1.306 +4 -0 ports/editors/vim/Makefile 1.1 +10 -0 ports/editors/vim/options (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 02:59:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B925216A418; Sun, 16 Sep 2007 02:59:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8695913C457; Sun, 16 Sep 2007 02:59:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G2xWjq048067; Sun, 16 Sep 2007 02:59:32 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G2xWwp048066; Sun, 16 Sep 2007 02:59:32 GMT (envelope-from mpp) Message-Id: <200709160259.l8G2xWwp048066@repoman.freebsd.org> From: Mike Pritchard Date: Sun, 16 Sep 2007 02:59: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/sbin/quotacheck preen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 02:59:32 -0000 mpp 2007-09-16 02:59:32 UTC FreeBSD src repository Modified files: sbin/quotacheck preen.c Log: Fix "quotacheck -a" from core dumping on 64 bit systems by correctly declaring the return value used by the routines in preen.c as a pointer type, instead of "int", which was causing the pointer to be truncated. Tested by: marck Approved by: re (bmah) Revision Changes Path 1.26 +10 -9 src/sbin/quotacheck/preen.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 03:01:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E1416A417; Sun, 16 Sep 2007 03:01:00 +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 8A6D613C47E; Sun, 16 Sep 2007 03:01:00 +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 l8G3102R048277; Sun, 16 Sep 2007 03:01:00 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G310W4048276; Sun, 16 Sep 2007 03:01:00 GMT (envelope-from lwhsu) Message-Id: <200709160301.l8G310W4048276@repoman.freebsd.org> From: Li-Wen Hsu Date: Sun, 16 Sep 2007 03:01: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/py-pefile Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 03:01:00 -0000 lwhsu 2007-09-16 03:01:00 UTC FreeBSD ports repository Modified files: devel/py-pefile Makefile distinfo pkg-descr Log: - Update to 1.2.7 - Update WWW PR: ports/116369 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.8 +1 -1 ports/devel/py-pefile/Makefile 1.8 +3 -3 ports/devel/py-pefile/distinfo 1.2 +1 -1 ports/devel/py-pefile/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Sep 16 03:41:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF6E716A417; Sun, 16 Sep 2007 03:41:48 +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 9D72A13C457; Sun, 16 Sep 2007 03:41:48 +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 l8G3fmop051716; Sun, 16 Sep 2007 03:41:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G3fmiV051714; Sun, 16 Sep 2007 03:41:48 GMT (envelope-from obrien) Message-Id: <200709160341.l8G3fmiV051714@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Sep 2007 03:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/binutils/ld genscripts.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: Sun, 16 Sep 2007 03:41:48 -0000 obrien 2007-09-16 03:41:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/binutils/ld genscripts.sh Log: Enable 'LD_LIBRARY_PATH=/foo:/bar ld -lfooz' PR: 96481 Revision Changes Path 1.6.8.2 +6 -2 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-all@FreeBSD.ORG Sun Sep 16 05:37:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB4A816A41A; Sun, 16 Sep 2007 05:37:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB47B13C442; Sun, 16 Sep 2007 05:37:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G5bMGn069171; Sun, 16 Sep 2007 05:37:22 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G5bM1p069170; Sun, 16 Sep 2007 05:37:22 GMT (envelope-from novel) Message-Id: <200709160537.l8G5bM1p069170@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 16 Sep 2007 05:37:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/bmpx 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, 16 Sep 2007 05:37:23 -0000 novel 2007-09-16 05:37:22 UTC FreeBSD ports repository Modified files: multimedia/bmpx Makefile distinfo pkg-plist Log: Update to 0.40.5.1. Revision Changes Path 1.38 +1 -1 ports/multimedia/bmpx/Makefile 1.12 +3 -3 ports/multimedia/bmpx/distinfo 1.17 +6 -3 ports/multimedia/bmpx/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 07:48:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E7216A418; Sun, 16 Sep 2007 07:48:59 +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 5778513C45B; Sun, 16 Sep 2007 07:48:59 +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 l8G7mxXj078455; Sun, 16 Sep 2007 07:48:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G7mxeh078454; Sun, 16 Sep 2007 07:48:59 GMT (envelope-from imp) Message-Id: <200709160748.l8G7mxeh078454@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Sep 2007 07:48:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_mci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 07:48:59 -0000 imp 2007-09-16 07:48:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: Kill overly verbose messages about setting bus width. Approved by: re@ (blanket) Revision Changes Path 1.4 +2 -5 src/sys/arm/at91/at91_mci.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 07:51:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A149316A418; Sun, 16 Sep 2007 07:51:03 +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 7341913C459; Sun, 16 Sep 2007 07:51:03 +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 l8G7p3Oj078656; Sun, 16 Sep 2007 07:51:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G7p3Ee078655; Sun, 16 Sep 2007 07:51:03 GMT (envelope-from imp) Message-Id: <200709160751.l8G7p3Ee078655@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Sep 2007 07:51: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/arm/at91 at91_pmc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 07:51:03 -0000 imp 2007-09-16 07:51:03 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: Kill bogus printf debugs. Approved by: re@ (blanket) Revision Changes Path 1.5 +0 -7 src/sys/arm/at91/at91_pmc.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 08:23:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B034B16A418; Sun, 16 Sep 2007 08:23:33 +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 78EAA13C457; Sun, 16 Sep 2007 08:23:33 +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 l8G8NXxL081678; Sun, 16 Sep 2007 08:23:33 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G8NXS0081677; Sun, 16 Sep 2007 08:23:33 GMT (envelope-from chinsan) Message-Id: <200709160823.l8G8NXS0081677@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 16 Sep 2007 08:23: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/zh_TW.Big5/books/handbook/basics 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, 16 Sep 2007 08:23:33 -0000 chinsan 2007-09-16 08:23:32 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/basics chapter.sgml Log: - MFen: 1.142 -> 1.149 - More translation. PR: docs/116117 Obtained from: The FreeBSD Traditional Chinese Project Submitted by: whsyu Revision Changes Path 1.4 +847 -990 doc/zh_TW.Big5/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:09:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2DA316A419; Sun, 16 Sep 2007 09:09:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9466C13C442; Sun, 16 Sep 2007 09:09:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G99UOA093840; Sun, 16 Sep 2007 09:09:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G99UQh093839; Sun, 16 Sep 2007 09:09:30 GMT (envelope-from miwi) Message-Id: <200709160909.l8G99UQh093839@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09: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/audio/gmpc 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, 16 Sep 2007 09:09:30 -0000 miwi 2007-09-16 09:09:30 UTC FreeBSD ports repository Modified files: audio/gmpc Makefile distinfo pkg-plist Log: - Update to 0.15.1 PR: 116184 Submitted by: Mathias Monnerville (maintainer) Revision Changes Path 1.15 +3 -7 ports/audio/gmpc/Makefile 1.10 +3 -3 ports/audio/gmpc/distinfo 1.9 +41 -41 ports/audio/gmpc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:10:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9786E16A421; Sun, 16 Sep 2007 09:10: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 60C6313C4A7; Sun, 16 Sep 2007 09:10: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 l8G9AW5D093956; Sun, 16 Sep 2007 09:10:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9AW9H093955; Sun, 16 Sep 2007 09:10:32 GMT (envelope-from miwi) Message-Id: <200709160910.l8G9AW9H093955@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:10:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gmpccaa Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 09:10:33 -0000 miwi 2007-09-16 09:10:32 UTC FreeBSD ports repository Modified files: audio/gmpccaa Makefile distinfo Log: - Unbreak - Update to 0.15.0 - Take maintainership Revision Changes Path 1.7 +8 -15 ports/audio/gmpccaa/Makefile 1.2 +3 -3 ports/audio/gmpccaa/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:11:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6367316A417; Sun, 16 Sep 2007 09:11: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 4C74413C467; Sun, 16 Sep 2007 09:11: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 l8G9BFid094206; Sun, 16 Sep 2007 09:11:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9BFnX094205; Sun, 16 Sep 2007 09:11:15 GMT (envelope-from miwi) Message-Id: <200709160911.l8G9BFnX094205@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:11: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/audio Makefile ports/audio/gmpc-serverstats 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, 16 Sep 2007 09:11:15 -0000 miwi 2007-09-16 09:11:15 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-serverstats Makefile distinfo pkg-descr pkg-plist Log: This plugin shows more detailed information about mpd's database. It can show what artist has the most playing time, or what genre. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.891 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/gmpc-serverstats/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-serverstats/distinfo (new) 1.1 +4 -0 ports/audio/gmpc-serverstats/pkg-descr (new) 1.1 +5 -0 ports/audio/gmpc-serverstats/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:11:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 593C216A41B; Sun, 16 Sep 2007 09:11: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 2B35313C480; Sun, 16 Sep 2007 09:11: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 l8G9Bd8W094308; Sun, 16 Sep 2007 09:11:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9BdnX094307; Sun, 16 Sep 2007 09:11:39 GMT (envelope-from miwi) Message-Id: <200709160911.l8G9BdnX094307@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:11:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 09:11:40 -0000 miwi 2007-09-16 09:11:39 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-serverstats --> ports/audio/gmpc-serverstats Revision Changes Path 1.18726 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:12:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B7416A41A; Sun, 16 Sep 2007 09:12: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 5851A13C4A6; Sun, 16 Sep 2007 09:12: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 l8G9C6DS094393; Sun, 16 Sep 2007 09:12:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9C64J094392; Sun, 16 Sep 2007 09:12:06 GMT (envelope-from miwi) Message-Id: <200709160912.l8G9C64J094392@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:12: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/audio Makefile ports/audio/gmpc-qosd 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, 16 Sep 2007 09:12:06 -0000 miwi 2007-09-16 09:12:06 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-qosd Makefile distinfo pkg-descr pkg-plist Log: A on-screen-display written to look nicer then xosd. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.892 +1 -0 ports/audio/Makefile 1.1 +26 -0 ports/audio/gmpc-qosd/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-qosd/distinfo (new) 1.1 +3 -0 ports/audio/gmpc-qosd/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-qosd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:12:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BA9416A469; Sun, 16 Sep 2007 09:12: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 3CB8B13C483; Sun, 16 Sep 2007 09:12:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8G9CRYs094447; Sun, 16 Sep 2007 09:12:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9CRMM094446; Sun, 16 Sep 2007 09:12:27 GMT (envelope-from miwi) Message-Id: <200709160912.l8G9CRMM094446@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:12: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: Sun, 16 Sep 2007 09:12:27 -0000 miwi 2007-09-16 09:12:27 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-qosd --> ports/audio/gmpc-qosd Revision Changes Path 1.18727 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:13:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A92516A41B; Sun, 16 Sep 2007 09:13: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 1B6C813C45D; Sun, 16 Sep 2007 09:13: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 l8G9D06A094522; Sun, 16 Sep 2007 09:13:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9D0qb094521; Sun, 16 Sep 2007 09:13:00 GMT (envelope-from miwi) Message-Id: <200709160913.l8G9D0qb094521@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09: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/audio Makefile ports/audio/gmpc-osd 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, 16 Sep 2007 09:13:00 -0000 miwi 2007-09-16 09:12:59 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-osd Makefile distinfo pkg-descr pkg-plist Log: This plugin provide an on-screen-display by xosd. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.893 +1 -0 ports/audio/Makefile 1.1 +26 -0 ports/audio/gmpc-osd/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-osd/distinfo (new) 1.1 +3 -0 ports/audio/gmpc-osd/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-osd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:13:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B056F16A41B; Sun, 16 Sep 2007 09:13: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 8252413C474; Sun, 16 Sep 2007 09:13: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 l8G9DMG5094564; Sun, 16 Sep 2007 09:13:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9DMM9094563; Sun, 16 Sep 2007 09:13:22 GMT (envelope-from miwi) Message-Id: <200709160913.l8G9DMM9094563@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09: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: 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, 16 Sep 2007 09:13:22 -0000 miwi 2007-09-16 09:13:22 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-osd --> ports/audio/gmpc-osd Revision Changes Path 1.18728 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:13:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2E216A421; Sun, 16 Sep 2007 09:13: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 2FA8913C46C; Sun, 16 Sep 2007 09:13: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 l8G9DvLh094650; Sun, 16 Sep 2007 09:13:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9DvNQ094649; Sun, 16 Sep 2007 09:13:57 GMT (envelope-from miwi) Message-Id: <200709160913.l8G9DvNQ094649@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:13: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/audio Makefile ports/audio/gmpc-mdcover 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, 16 Sep 2007 09:13:57 -0000 miwi 2007-09-16 09:13:57 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-mdcover Makefile distinfo pkg-descr pkg-plist Log: This plugin fetches cover art, artist art,album and artist information from the file system. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.894 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-mdcover/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-mdcover/distinfo (new) 1.1 +4 -0 ports/audio/gmpc-mdcover/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-mdcover/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:14:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9025C16A420; Sun, 16 Sep 2007 09:14: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 6159513C467; Sun, 16 Sep 2007 09:14: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 l8G9EIZu094695; Sun, 16 Sep 2007 09:14:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9EIED094694; Sun, 16 Sep 2007 09:14:18 GMT (envelope-from miwi) Message-Id: <200709160914.l8G9EIED094694@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:14:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 09:14:18 -0000 miwi 2007-09-16 09:14:18 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-mdcover --> ports/audio/gmpc-mdcover Revision Changes Path 1.18729 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:14:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CBB816A41B; Sun, 16 Sep 2007 09:14: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 44C3E13C4A3; Sun, 16 Sep 2007 09:14: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 l8G9Ec8m094770; Sun, 16 Sep 2007 09:14:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9EcVW094769; Sun, 16 Sep 2007 09:14:38 GMT (envelope-from miwi) Message-Id: <200709160914.l8G9EcVW094769@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gmpc-magnatune 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, 16 Sep 2007 09:14:38 -0000 miwi 2007-09-16 09:14:38 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-magnatune Makefile distinfo pkg-descr pkg-plist Log: The magnatune plugin provides an interface to the www.magnatune.com website. The plugin allows you to browse, and preview available albums. (It uses the 128kbit mp3 version). The magnatune plugin provides a double function, it also uses the data from the magnatune website to fetch cover art. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.895 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-magnatune/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-magnatune/distinfo (new) 1.1 +6 -0 ports/audio/gmpc-magnatune/pkg-descr (new) 1.1 +6 -0 ports/audio/gmpc-magnatune/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:14:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB6F16A418; Sun, 16 Sep 2007 09:14: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 91C7713C46E; Sun, 16 Sep 2007 09:14: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 l8G9ExVj094813; Sun, 16 Sep 2007 09:14:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9ExOr094812; Sun, 16 Sep 2007 09:14:59 GMT (envelope-from miwi) Message-Id: <200709160914.l8G9ExOr094812@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:14: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: Sun, 16 Sep 2007 09:14:59 -0000 miwi 2007-09-16 09:14:59 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-magnatune --> ports/audio/gmpc-magnatune Revision Changes Path 1.18730 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:15:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86DA16A418; Sun, 16 Sep 2007 09:15: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 A087613C46A; Sun, 16 Sep 2007 09:15: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 l8G9FAW8094921; Sun, 16 Sep 2007 09:15:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9FAQr094920; Sun, 16 Sep 2007 09:15:10 GMT (envelope-from miwi) Message-Id: <200709160915.l8G9FAQr094920@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:15: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/audio Makefile ports/audio/gmpc-stopbutton 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, 16 Sep 2007 09:15:10 -0000 miwi 2007-09-16 09:15:10 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-stopbutton Makefile distinfo pkg-descr pkg-plist Log: This is the simplest plugin of the lot, it adds a stop button to the controls in the main window. It's an easy solution to keep everybody happy. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.896 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-stopbutton/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-stopbutton/distinfo (new) 1.1 +4 -0 ports/audio/gmpc-stopbutton/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-stopbutton/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:15:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C64F716A418; Sun, 16 Sep 2007 09:15: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 98CFD13C474; Sun, 16 Sep 2007 09:15: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 l8G9Fk5G094970; Sun, 16 Sep 2007 09:15:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9FkMS094969; Sun, 16 Sep 2007 09:15:46 GMT (envelope-from miwi) Message-Id: <200709160915.l8G9FkMS094969@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:15:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 16 Sep 2007 09:15:46 -0000 miwi 2007-09-16 09:15:46 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-stopbutton --> ports/audio/gmpc-stopbutton Revision Changes Path 1.18731 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:16:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF3D16A420; Sun, 16 Sep 2007 09:16:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE30313C48A; Sun, 16 Sep 2007 09:16: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 l8G9GEHl095049; Sun, 16 Sep 2007 09:16:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9GEfd095048; Sun, 16 Sep 2007 09:16:14 GMT (envelope-from miwi) Message-Id: <200709160916.l8G9GEfd095048@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:16:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gmpc-lastfm 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, 16 Sep 2007 09:16:15 -0000 miwi 2007-09-16 09:16:14 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-lastfm Makefile distinfo pkg-descr pkg-plist Log: The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music. WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.897 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-lastfm/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-lastfm/distinfo (new) 1.1 +4 -0 ports/audio/gmpc-lastfm/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-lastfm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:16:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EBE316A49A; Sun, 16 Sep 2007 09:16: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 50FDD13C461; Sun, 16 Sep 2007 09:16: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 l8G9GaxU095087; Sun, 16 Sep 2007 09:16:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9GaaF095086; Sun, 16 Sep 2007 09:16:36 GMT (envelope-from miwi) Message-Id: <200709160916.l8G9GaaF095086@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:16: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: Sun, 16 Sep 2007 09:16:36 -0000 miwi 2007-09-16 09:16:36 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-lastfm --> ports/audio/gmpc-lastfm Revision Changes Path 1.18732 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:16:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD36E16A469; Sun, 16 Sep 2007 09:16: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 C550D13C45D; Sun, 16 Sep 2007 09:16: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 l8G9Gwp8095162; Sun, 16 Sep 2007 09:16:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9Gwbv095161; Sun, 16 Sep 2007 09:16:58 GMT (envelope-from miwi) Message-Id: <200709160916.l8G9Gwbv095161@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:16: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 Makefile ports/audio/gmpc-autoplaylist 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, 16 Sep 2007 09:16:59 -0000 miwi 2007-09-16 09:16:58 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-autoplaylist Makefile distinfo pkg-descr pkg-plist Log: The plugin allows you to generate a playlist based on a set of rules, f.e. "Genre contains 'jazz' and artist doesn't contain 'Jones'". WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.898 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-autoplaylist/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-autoplaylist/distinfo (new) 1.1 +4 -0 ports/audio/gmpc-autoplaylist/pkg-descr (new) 1.1 +5 -0 ports/audio/gmpc-autoplaylist/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:17:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7903E16A46D; Sun, 16 Sep 2007 09:17: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 38BE313C478; Sun, 16 Sep 2007 09:17: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 l8G9HL66095208; Sun, 16 Sep 2007 09:17:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9HLVt095207; Sun, 16 Sep 2007 09:17:21 GMT (envelope-from miwi) Message-Id: <200709160917.l8G9HLVt095207@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09: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: 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, 16 Sep 2007 09:17:21 -0000 miwi 2007-09-16 09:17:21 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-autoplaylist --> ports/audio/gmpc-autoplaylist Revision Changes Path 1.18733 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:17:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D2D16A421; Sun, 16 Sep 2007 09:17: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 7A6AB13C459; Sun, 16 Sep 2007 09:17: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 l8G9HooL095296; Sun, 16 Sep 2007 09:17:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9HoxS095295; Sun, 16 Sep 2007 09:17:50 GMT (envelope-from miwi) Message-Id: <200709160917.l8G9HoxS095295@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09:17: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/audio Makefile ports/audio/gmpc-lyrics 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, 16 Sep 2007 09:17:50 -0000 miwi 2007-09-16 09:17:50 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gmpc-lyrics Makefile distinfo pkg-descr pkg-plist Log: This plugin fetches lyrics from the internet. It uses the following websites as sources: * LyricWiki * LeosLyrics * Lyrics Tracker WWW: http://sarine.nl/gmpc-plugins Revision Changes Path 1.899 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gmpc-lyrics/Makefile (new) 1.1 +3 -0 ports/audio/gmpc-lyrics/distinfo (new) 1.1 +8 -0 ports/audio/gmpc-lyrics/pkg-descr (new) 1.1 +3 -0 ports/audio/gmpc-lyrics/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 09:18:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C4D16A418; Sun, 16 Sep 2007 09:18: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 4B60A13C45A; Sun, 16 Sep 2007 09:18:17 +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 l8G9IHY8095339; Sun, 16 Sep 2007 09:18:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8G9IHoh095338; Sun, 16 Sep 2007 09:18:17 GMT (envelope-from miwi) Message-Id: <200709160918.l8G9IHoh095338@repoman.freebsd.org> From: Martin Wilke Date: Sun, 16 Sep 2007 09: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: 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, 16 Sep 2007 09:18:17 -0000 miwi 2007-09-16 09:18:17 UTC FreeBSD ports repository Modified files: . modules Log: gmpc-lyrics --> ports/audio/gmpc-lyrics Revision Changes Path 1.18734 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 10:47:53 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A5816A418; Sun, 16 Sep 2007 10:47:53 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6160613C46C; Sun, 16 Sep 2007 10:47:53 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GAlrAY001447; Sun, 16 Sep 2007 10:47:53 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GAlrJP001446; Sun, 16 Sep 2007 10:47:53 GMT (envelope-from danger) Message-Id: <200709161047.l8GAlrJP001446@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 16 Sep 2007 10:47:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 Makefile boot.config.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 10:47:53 -0000 danger 2007-09-16 10:47:52 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man5 Makefile Added files: (Branch: RELENG_6) share/man/man5 boot.config.5 Log: MFC the boot.config.5 manual page. Revision Changes Path 1.58.2.6 +5 -0 src/share/man/man5/Makefile 1.1.2.1 +103 -0 src/share/man/man5/boot.config.5 (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 10:53:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 139F016A418; Sun, 16 Sep 2007 10:53:05 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8C5413C45E; Sun, 16 Sep 2007 10:53:04 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GAr4UU001832; Sun, 16 Sep 2007 10:53:04 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GAr4P3001831; Sun, 16 Sep 2007 10:53:04 GMT (envelope-from danger) Message-Id: <200709161053.l8GAr4P3001831@repoman.freebsd.org> From: Daniel Gerzo Date: Sun, 16 Sep 2007 10:53:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/reboot boot_i386.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: Sun, 16 Sep 2007 10:53:05 -0000 danger 2007-09-16 10:53:04 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sbin/reboot boot_i386.8 Log: MFC Revision 1.61: - Sweep the boot(8) man page after addition of boot.config(5). Revision Changes Path 1.52.2.8 +8 -15 src/sbin/reboot/boot_i386.8 From owner-cvs-all@FreeBSD.ORG Sun Sep 16 12:40:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C88F516A417; Sun, 16 Sep 2007 12:40:51 +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 98C9C13C4A5; Sun, 16 Sep 2007 12:40:51 +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 l8GCep11010091; Sun, 16 Sep 2007 12:40:51 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GCep9e010090; Sun, 16 Sep 2007 12:40:51 GMT (envelope-from vanilla) Message-Id: <200709161240.l8GCep9e010090@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Sep 2007 12:40: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/irc/irssi Makefile ports/irc/irssi/files patch-src-core-log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 12:40:51 -0000 vanilla 2007-09-16 12:40:50 UTC FreeBSD ports repository Modified files: irc/irssi Makefile Added files: irc/irssi/files patch-src-core-log.c Log: Fix buggy logging code. Submitted by: mhsin via #bsdchat Obtained from: http://bugs.irssi.org/?do=details&task_id=509&pagenum=2 Revision Changes Path 1.98 +1 -1 ports/irc/irssi/Makefile 1.1 +15 -0 ports/irc/irssi/files/patch-src-core-log.c (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 12:41:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2CD416A41B; Sun, 16 Sep 2007 12:41:39 +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 6337713C4A7; Sun, 16 Sep 2007 12:41:39 +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 l8GCfd5q010300; Sun, 16 Sep 2007 12:41:39 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GCfdkm010299; Sun, 16 Sep 2007 12:41:39 GMT (envelope-from vanilla) Message-Id: <200709161241.l8GCfdkm010299@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Sep 2007 12:41: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/chinese/irssi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 12:41:39 -0000 vanilla 2007-09-16 12:41:39 UTC FreeBSD ports repository Modified files: chinese/irssi Makefile Log: Bump version to catch irc/irssi's new patch. Revision Changes Path 1.31 +1 -1 ports/chinese/irssi/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 16 12:42:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29B5D16A41B; Sun, 16 Sep 2007 12:42:26 +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 EA5FF13C4F2; Sun, 16 Sep 2007 12:42:25 +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 l8GCgP97010390; Sun, 16 Sep 2007 12:42:25 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GCgPiS010389; Sun, 16 Sep 2007 12:42:25 GMT (envelope-from flz) Message-Id: <200709161242.l8GCgPiS010389@repoman.freebsd.org> From: Florent Thoumie Date: Sun, 16 Sep 2007 12:42:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xorg Makefile ports/x11/xorg-libraries Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 12:42:26 -0000 flz 2007-09-16 12:42:25 UTC FreeBSD ports repository Modified files: x11/xorg Makefile x11/xorg-libraries Makefile Log: Bump PORTREVISION after gtk20 dependency removal in pixman. Revision Changes Path 1.23 +1 -0 ports/x11/xorg-libraries/Makefile 1.19 +1 -0 ports/x11/xorg/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 16 13:33:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7367C16A419; Sun, 16 Sep 2007 13:33:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4756A13C45E; Sun, 16 Sep 2007 13:33:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GDXXpD023274; Sun, 16 Sep 2007 13:33:33 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GDXWbm023273; Sun, 16 Sep 2007 13:33:32 GMT (envelope-from mav) Message-Id: <200709161333.l8GDXWbm023273@repoman.freebsd.org> From: Alexander Motin Date: Sun, 16 Sep 2007 13:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 13:33:33 -0000 mav 2007-09-16 13:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ppp.c Log: MFC rev. 1.70 Fix typo which brokes VJ decompression when VJC negotiated in only one direction. Revision Changes Path 1.57.2.4 +1 -1 src/sys/netgraph/ng_ppp.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 14:18:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0932016A419; Sun, 16 Sep 2007 14:18:30 +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 D3A0E13C45D; Sun, 16 Sep 2007 14:18:29 +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 l8GEITK7027311; Sun, 16 Sep 2007 14:18:29 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GEITes027310; Sun, 16 Sep 2007 14:18:29 GMT (envelope-from chinsan) Message-Id: <200709161418.l8GEITes027310@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 16 Sep 2007 14:18:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_TW.Big5/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 14:18:30 -0000 chinsan 2007-09-16 14:18:29 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/ports chapter.sgml Log: - MFen: 1.263 -> 1.268 Obtained from: The FreeBSD Traditional Chinese Project Revision Changes Path 1.11 +35 -20 doc/zh_TW.Big5/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 16 14:50:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEB2716A41A; Sun, 16 Sep 2007 14:50:29 +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 977AB13C457; Sun, 16 Sep 2007 14:50:29 +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 l8GEoTNv029026; Sun, 16 Sep 2007 14:50:29 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GEoTv9029025; Sun, 16 Sep 2007 14:50:29 GMT (envelope-from lwhsu) Message-Id: <200709161450.l8GEoTv9029025@repoman.freebsd.org> From: Li-Wen Hsu Date: Sun, 16 Sep 2007 14:50: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/py-webware 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, 16 Sep 2007 14:50:29 -0000 lwhsu 2007-09-16 14:50:29 UTC FreeBSD ports repository Modified files: www/py-webware Makefile distinfo pkg-plist Log: - Update to 0.9.4 [1] - pkg-plist should use WEBWARE_MASTER_DIR instead of DATADIR, since this port doesn't respect DATADIR and the stuff insatlled in the WEBWARE_MASTER_DIR should not be affected by NOPORTDATA. PR: ports/115257 [1] Submitted by: "Choe, Cheng-Dae" [1] Revision Changes Path 1.10 +5 -3 ports/www/py-webware/Makefile 1.6 +3 -3 ports/www/py-webware/distinfo 1.7 +1735 -1729 ports/www/py-webware/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 15:07:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E36116A418; Sun, 16 Sep 2007 15:07:30 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6802E13C459; Sun, 16 Sep 2007 15:07:30 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GF7UPN031196; Sun, 16 Sep 2007 15:07:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GF7UW2031195; Sun, 16 Sep 2007 15:07:30 GMT (envelope-from ale) Message-Id: <200709161507.l8GF7UW2031195@repoman.freebsd.org> From: Alex Dupre Date: Sun, 16 Sep 2007 15:07:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql40-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: Sun, 16 Sep 2007 15:07:30 -0000 ale 2007-09-16 15:07:30 UTC FreeBSD ports repository Modified files: databases/mysql40-server Makefile Log: Begin planning for de-orbit burn. This does not build with gcc4.2, and the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft. Revision Changes Path 1.209 +4 -15 ports/databases/mysql40-server/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 16 15:39:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 064A916A417; Sun, 16 Sep 2007 15:39:33 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D555513C459; Sun, 16 Sep 2007 15:39:32 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GFdWgj032861; Sun, 16 Sep 2007 15:39:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GFdW0K032860; Sun, 16 Sep 2007 15:39:32 GMT (envelope-from ale) Message-Id: <200709161539.l8GFdW0K032860@repoman.freebsd.org> From: Alex Dupre Date: Sun, 16 Sep 2007 15:39: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/databases/php4-mysql/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 15:39:33 -0000 ale 2007-09-16 15:39:32 UTC FreeBSD ports repository Added files: databases/php4-mysql/files patch-config.m4 Log: Try to fix compilation with gcc 4.2 and -current. Revision Changes Path 1.1 +10 -0 ports/databases/php4-mysql/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 15:46:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8273E16A417; Sun, 16 Sep 2007 15:46:11 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D51E13C480; Sun, 16 Sep 2007 15:46:11 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GFkB2N033433; Sun, 16 Sep 2007 15:46:11 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GFkBgE033432; Sun, 16 Sep 2007 15:46:11 GMT (envelope-from clement) Message-Id: <200709161546.l8GFkBgE033432@repoman.freebsd.org> From: Clement Laforet Date: Sun, 16 Sep 2007 15:46: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/apache22 Makefile ports/www/apache22/files apr_dbd_mysql.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 15:46:11 -0000 clement 2007-09-16 15:46:10 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Added files: www/apache22/files apr_dbd_mysql.c Log: - Import MySQL DBD backend This will definitively fix checksum mismatches. Time to investigate... Reported by: many Revision Changes Path 1.209 +3 -5 ports/www/apache22/Makefile 1.1 +1625 -0 ports/www/apache22/files/apr_dbd_mysql.c (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 16:44:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 553E616A417; Sun, 16 Sep 2007 16:44:57 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3223D13C459; Sun, 16 Sep 2007 16:44:57 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GGivqC037784; Sun, 16 Sep 2007 16:44:57 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GGiv3f037783; Sun, 16 Sep 2007 16:44:57 GMT (envelope-from clement) Message-Id: <200709161644.l8GGiv3f037783@repoman.freebsd.org> From: Clement Laforet Date: Sun, 16 Sep 2007 16:44: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/pen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 16:44:57 -0000 clement 2007-09-16 16:44:57 UTC FreeBSD ports repository Modified files: net/pen Makefile distinfo Log: - Update to 0.17.2 - make kqueue and poll mutually exclusive Revision Changes Path 1.25 +4 -2 ports/net/pen/Makefile 1.21 +3 -3 ports/net/pen/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 16 16:48:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D1B16A418; Sun, 16 Sep 2007 16:48:10 +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 56CC113C465; Sun, 16 Sep 2007 16:48:10 +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 l8GGmATp046583; Sun, 16 Sep 2007 16:48:10 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GGmA1X046582; Sun, 16 Sep 2007 16:48:10 GMT (envelope-from ahze) Message-Id: <200709161648.l8GGmA1X046582@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 16:48:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/intltool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 16:48:10 -0000 ahze 2007-09-16 16:48:10 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Log: Update to 0.36.2 Revision Changes Path 1.61 +1 -1 ports/textproc/intltool/Makefile 1.43 +3 -3 ports/textproc/intltool/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:16:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B98A16A419; Sun, 16 Sep 2007 17:16:12 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0996013C442; Sun, 16 Sep 2007 17:16:12 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GHGBDL049488; Sun, 16 Sep 2007 17:16:11 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHGBnG049487; Sun, 16 Sep 2007 17:16:11 GMT (envelope-from anray) Message-Id: <200709161716.l8GHGBnG049487@repoman.freebsd.org> From: Andrey Slusar Date: Sun, 16 Sep 2007 17:16: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/news/newsstar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 17:16:12 -0000 anray 2007-09-16 17:16:11 UTC FreeBSD ports repository Modified files: news/newsstar Makefile distinfo Log: - Update to 1.3.2 - Fixed broken detection of installed INN - Added missing dependency on GDBM - manpage installed into right directory PR: ports/116370 Submitted by: Radim Kolar SF.NET Revision Changes Path 1.10 +7 -3 ports/news/newsstar/Makefile 1.7 +3 -3 ports/news/newsstar/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:34:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F7EE16A46B; Sun, 16 Sep 2007 17:34:50 +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 34DA513C4B6; Sun, 16 Sep 2007 17:34: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 l8GHYkhn051368; Sun, 16 Sep 2007 17:34:46 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHYk45051367; Sun, 16 Sep 2007 17:34:46 GMT (envelope-from ahze) Message-Id: <200709161734.l8GHYk45051367@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 17:34: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/graphics Makefile ports/graphics/gimp-pmosaic Makefile distinfo pkg-descr pkg-plist ports/graphics/gimp1 Makefile distinfo pkg-descr pkg-message pkg-plist ports/graphics/gimp1/files gimp.setfont ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 17:34:50 -0000 ahze 2007-09-16 17:34:46 UTC FreeBSD ports repository Modified files: . MOVED graphics Makefile print Makefile Removed files: graphics/gimp-pmosaic Makefile distinfo pkg-descr pkg-plist graphics/gimp1 Makefile distinfo pkg-descr pkg-message pkg-plist graphics/gimp1/files gimp.setfont patch-..::mpeg_lib-1.3.1::Makefile.in patch-..::mpeg_lib-1.3.1::video.c patch-aa patch-ab patch-ac patch-ae patch-am patch-configure patch-gimptool-1.2.in patch-libgimp::Makefile.in patch-plug-ins::libgck::gck::Makefile.in patch-plug-ins_Makefile.in patch-plug-ins_print_print.c print/gimp-print Makefile distinfo pkg-descr pkg-plist print/gimp-print/files patch-rastertoprinter.c patch-src_cups_Makefile.in patch-src_main_Makefile.in Log: Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic Revision Changes Path 1.1476 +4 -1 ports/MOVED 1.1101 +0 -2 ports/graphics/Makefile 1.6 +0 -41 ports/graphics/gimp-pmosaic/Makefile (dead) 1.3 +0 -3 ports/graphics/gimp-pmosaic/distinfo (dead) 1.2 +0 -7 ports/graphics/gimp-pmosaic/pkg-descr (dead) 1.2 +0 -4 ports/graphics/gimp-pmosaic/pkg-plist (dead) 1.125 +0 -107 ports/graphics/gimp1/Makefile (dead) 1.50 +0 -6 ports/graphics/gimp1/distinfo (dead) 1.10 +0 -157 ports/graphics/gimp1/files/gimp.setfont (dead) 1.2 +0 -25 ports/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in (dead) 1.2 +0 -23 ports/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c (dead) 1.13 +0 -20 ports/graphics/gimp1/files/patch-aa (dead) 1.18 +0 -13 ports/graphics/gimp1/files/patch-ab (dead) 1.19 +0 -11 ports/graphics/gimp1/files/patch-ac (dead) 1.5 +0 -11 ports/graphics/gimp1/files/patch-ae (dead) 1.6 +0 -19 ports/graphics/gimp1/files/patch-am (dead) 1.4 +0 -30 ports/graphics/gimp1/files/patch-configure (dead) 1.2 +0 -26 ports/graphics/gimp1/files/patch-gimptool-1.2.in (dead) 1.3 +0 -19 ports/graphics/gimp1/files/patch-libgimp::Makefile.in (dead) 1.2 +0 -11 ports/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in (dead) 1.6 +0 -11 ports/graphics/gimp1/files/patch-plug-ins_Makefile.in (dead) 1.2 +0 -11 ports/graphics/gimp1/files/patch-plug-ins_print_print.c (dead) 1.6 +0 -21 ports/graphics/gimp1/pkg-descr (dead) 1.5 +0 -6 ports/graphics/gimp1/pkg-message (dead) 1.69 +0 -1563 ports/graphics/gimp1/pkg-plist (dead) 1.433 +0 -1 ports/print/Makefile 1.34 +0 -85 ports/print/gimp-print/Makefile (dead) 1.11 +0 -3 ports/print/gimp-print/distinfo (dead) 1.2 +0 -12 ports/print/gimp-print/files/patch-rastertoprinter.c (dead) 1.4 +0 -16 ports/print/gimp-print/files/patch-src_cups_Makefile.in (dead) 1.3 +0 -11 ports/print/gimp-print/files/patch-src_main_Makefile.in (dead) 1.2 +0 -4 ports/print/gimp-print/pkg-descr (dead) 1.13 +0 -4382 ports/print/gimp-print/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:37:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7173C16A41A; Sun, 16 Sep 2007 17:37:15 +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 502A913C4A3; Sun, 16 Sep 2007 17:37:15 +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 l8GHbFvX051605; Sun, 16 Sep 2007 17:37:15 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHbF5j051603; Sun, 16 Sep 2007 17:37:15 GMT (envelope-from ahze) Message-Id: <200709161737.l8GHbF5j051603@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 17: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: 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, 16 Sep 2007 17:37:15 -0000 ahze 2007-09-16 17:37:15 UTC FreeBSD ports repository Modified files: . modules Log: Remove gimp-pmosaic, gimp-print, and gimp1 Revision Changes Path 1.18735 +0 -3 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:40:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FF2E16A47B; Sun, 16 Sep 2007 17:40:52 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B596413C48D; Sun, 16 Sep 2007 17:40:51 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GHep0B051916; Sun, 16 Sep 2007 17:40:51 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHepeE051915; Sun, 16 Sep 2007 17:40:51 GMT (envelope-from anray) Message-Id: <200709161740.l8GHepeE051915@repoman.freebsd.org> From: Andrey Slusar Date: Sun, 16 Sep 2007 17:40: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/editors/slime Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 17:40:52 -0000 anray 2007-09-16 17:40:51 UTC FreeBSD ports repository Modified files: editors/slime Makefile Log: editors/slime is compatible with Emacs 22. Remove EMACS_PORT_NAME to use system default emacs. PR: ports/115421 Submitted by: NIIMI Satoshi Approved by: maintainer timeout (1 month 6 days) Revision Changes Path 1.7 +1 -2 ports/editors/slime/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:41:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC0E816A418; Sun, 16 Sep 2007 17:41:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB04313C461; Sun, 16 Sep 2007 17:41:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GHf6m5052055; Sun, 16 Sep 2007 17:41:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHf6VL052054; Sun, 16 Sep 2007 17:41:06 GMT (envelope-from ahze) Message-Id: <200709161741.l8GHf6VL052054@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 17:41:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gimpshop 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, 16 Sep 2007 17:41:07 -0000 ahze 2007-09-16 17:41:06 UTC FreeBSD ports repository Modified files: graphics/gimpshop Makefile pkg-plist Log: Remove gimp-print support Revision Changes Path 1.199 +3 -11 ports/graphics/gimpshop/Makefile 1.111 +0 -1 ports/graphics/gimpshop/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 17:43:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A6F116A420; Sun, 16 Sep 2007 17:43:18 +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 28AC613C4A6; Sun, 16 Sep 2007 17:43:18 +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 l8GHhI5Z052225; Sun, 16 Sep 2007 17:43:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GHhIIK052224; Sun, 16 Sep 2007 17:43:18 GMT (envelope-from marcus) Message-Id: <200709161743.l8GHhIIK052224@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Sep 2007 17: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/audio/esound Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 17:43:18 -0000 marcus 2007-09-16 17:43:17 UTC FreeBSD ports repository Modified files: audio/esound Makefile Added files: audio/esound pkg-message Log: Add a pkg-message talking about the correct way to start esd. PR: 114168 Revision Changes Path 1.68 +1 -0 ports/audio/esound/Makefile 1.1 +6 -0 ports/audio/esound/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 18:07:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64E716A505; Sun, 16 Sep 2007 18:07:52 +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 93CAB13C46B; Sun, 16 Sep 2007 18:07:52 +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 l8GI7q6a054996; Sun, 16 Sep 2007 18:07:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GI7qRv054995; Sun, 16 Sep 2007 18:07:52 GMT (envelope-from ahze) Message-Id: <200709161807.l8GI7qRv054995@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 18:07:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/x264 Makefile distinfo ports/multimedia/x264/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: Sun, 16 Sep 2007 18:07:52 -0000 ahze 2007-09-16 18:07:52 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile distinfo multimedia/x264/files patch-configure Log: Update to 20070913 snapshot Revision Changes Path 1.58 +1 -1 ports/multimedia/x264/Makefile 1.33 +3 -3 ports/multimedia/x264/distinfo 1.10 +8 -17 ports/multimedia/x264/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Sep 16 18:09:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5609716A420; Sun, 16 Sep 2007 18:09:52 +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 2BB3713C4A6; Sun, 16 Sep 2007 18:09:52 +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 l8GI9qRG055062; Sun, 16 Sep 2007 18:09:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GI9qVX055061; Sun, 16 Sep 2007 18:09:52 GMT (envelope-from ahze) Message-Id: <200709161809.l8GI9qVX055061@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 18:09: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/multimedia/ffmpeg 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, 16 Sep 2007 18:09:52 -0000 ahze 2007-09-16 18:09:51 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile distinfo pkg-plist Log: Update to 2007-09-14 snapshot Revision Changes Path 1.73 +4 -7 ports/multimedia/ffmpeg/Makefile 1.13 +3 -3 ports/multimedia/ffmpeg/distinfo 1.18 +3 -3 ports/multimedia/ffmpeg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 18:51:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BBF416A49E; Sun, 16 Sep 2007 18:51:37 +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 29EB313C467; Sun, 16 Sep 2007 18:51: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 l8GIpb6v057560; Sun, 16 Sep 2007 18:51:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GIpb8K057559; Sun, 16 Sep 2007 18:51:37 GMT (envelope-from ahze) Message-Id: <200709161851.l8GIpb8K057559@repoman.freebsd.org> From: Michael Johnson Date: Sun, 16 Sep 2007 18:51:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/transcode Makefile distinfo ports/multimedia/transcode/files patch-export_aud_aux.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 18:51:37 -0000 ahze 2007-09-16 18:51:36 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile distinfo Removed files: multimedia/transcode/files patch-export_aud_aux.c Log: Update to 1.0.4 Revision Changes Path 1.96 +1 -2 ports/multimedia/transcode/Makefile 1.20 +3 -3 ports/multimedia/transcode/distinfo 1.2 +0 -12 ports/multimedia/transcode/files/patch-export_aud_aux.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 19:05:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C929816A41B; Sun, 16 Sep 2007 19:05:42 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A835913C48A; Sun, 16 Sep 2007 19:05:42 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GJ5gwu059496; Sun, 16 Sep 2007 19:05:42 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GJ5ghG059495; Sun, 16 Sep 2007 19:05:42 GMT (envelope-from clement) Message-Id: <200709161905.l8GJ5ghG059495@repoman.freebsd.org> From: Clement Laforet Date: Sun, 16 Sep 2007 19:05: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/apache22/files patch-srclib-apr-network_io-unix-multicast.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 19:05:42 -0000 clement 2007-09-16 19:05:42 UTC FreeBSD ports repository Added files: www/apache22/files patch-srclib-apr-network_io-unix-multicast.c Log: - Fix build when WITHOUT_IPV6 is defined and system is IPv6-free PR: ports/115200 Submitted by: anray Also reported by: Peter Jeremy Revision Changes Path 1.1 +23 -0 ports/www/apache22/files/patch-srclib-apr-network_io-unix-multicast.c (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 16 20:02:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AEA16A421; Sun, 16 Sep 2007 20:02:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA71D13C48A; Sun, 16 Sep 2007 20:02:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GK2TNN062522; Sun, 16 Sep 2007 20:02:29 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GK2TGQ062521; Sun, 16 Sep 2007 20:02:29 GMT (envelope-from thompsa) Message-Id: <200709162002.l8GK2TGQ062521@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 20:02: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/dev/wi if_wi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 20:02:30 -0000 thompsa 2007-09-16 20:02:29 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Make wi_set_channel() actually change the channel in hardware so that hostap mode works properly, previously the hostap channel could not be changed off #3. Fix an ifp/sc misuse while I am here. Reported by: many Approved by: re (bmah) Revision Changes Path 1.214 +15 -2 src/sys/dev/wi/if_wi.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 20:05:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D65416A418; Sun, 16 Sep 2007 20:05:49 +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 849B113C478; Sun, 16 Sep 2007 20:05:49 +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 l8GK5ngH063895; Sun, 16 Sep 2007 20:05:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GK5nBF063894; Sun, 16 Sep 2007 20:05:49 GMT (envelope-from dinoex) Message-Id: <200709162005.l8GK5nBF063894@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 16 Sep 2007 20:05: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/www/apache13-modssl Makefile distinfo pkg-plist ports/www/apache13-modssl/files patch-CVE-2007-3304 patch-Configure patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 20:05:49 -0000 dinoex 2007-09-16 20:05:49 UTC FreeBSD ports repository Modified files: www/apache13-modssl Makefile distinfo pkg-plist www/apache13-modssl/files patch-Configure Removed files: www/apache13-modssl/files patch-CVE-2007-3304 patch-ai Log: - update to 2.8.28-1.3.37 - merge Configure patches Revision Changes Path 1.184 +3 -3 ports/www/apache13-modssl/Makefile 1.89 +6 -6 ports/www/apache13-modssl/distinfo 1.2 +0 -348 ports/www/apache13-modssl/files/patch-CVE-2007-3304 (dead) 1.2 +20 -2 ports/www/apache13-modssl/files/patch-Configure 1.5 +0 -11 ports/www/apache13-modssl/files/patch-ai (dead) 1.48 +1 -1 ports/www/apache13-modssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 20:57:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF00516A417; Sun, 16 Sep 2007 20:57:59 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFC4C13C458; Sun, 16 Sep 2007 20:57:59 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GKvxjo075467; Sun, 16 Sep 2007 20:57:59 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GKvxUK075466; Sun, 16 Sep 2007 20:57:59 GMT (envelope-from murray) Message-Id: <200709162057.l8GKvxUK075466@repoman.freebsd.org> From: Murray Stokely Date: Sun, 16 Sep 2007 20:57: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: www/en/projects summerofcode-2007.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, 16 Sep 2007 20:57:59 -0000 murray 2007-09-16 20:57:59 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml Log: Add a description of Sonja's project and note that the gvinum project. Submitted by: le Revision Changes Path 1.13 +16 -3 www/en/projects/summerofcode-2007.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:09:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC22D16A419; Sun, 16 Sep 2007 21:09:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA1C513C458; Sun, 16 Sep 2007 21:09:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GL9FVq077308; Sun, 16 Sep 2007 21:09:15 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GL9FQr077307; Sun, 16 Sep 2007 21:09:15 GMT (envelope-from thompsa) Message-Id: <200709162109.l8GL9FQr077307@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 21:09:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:09:16 -0000 thompsa 2007-09-16 21:09:15 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 sys/net if_bridge.c Log: Allow additional packet filtering on the physical interface for locally destined packets, disabled by default. PR: kern/116051 Submitted by: Eygene Ryabinkin Approved by: re (bmah) MFC after: 2 weeks Revision Changes Path 1.29 +10 -1 src/share/man/man4/if_bridge.4 1.103 +20 -0 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:09:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0962416A41B; Sun, 16 Sep 2007 21:09:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD22113C45E; Sun, 16 Sep 2007 21:09:24 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GL9OxW077339; Sun, 16 Sep 2007 21:09:24 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GL9OOA077338; Sun, 16 Sep 2007 21:09:24 GMT (envelope-from acm) Message-Id: <200709162109.l8GL9OOA077338@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sun, 16 Sep 2007 21:09: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/graphics/crystalentitylayer 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, 16 Sep 2007 21:09:25 -0000 acm 2007-09-16 21:09:24 UTC FreeBSD ports repository Modified files: graphics/crystalentitylayer Makefile distinfo pkg-plist Log: - Update to 1.0.2 Revision Changes Path 1.12 +4 -5 ports/graphics/crystalentitylayer/Makefile 1.4 +3 -3 ports/graphics/crystalentitylayer/distinfo 1.4 +390 -290 ports/graphics/crystalentitylayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:14:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02FA816A468; Sun, 16 Sep 2007 21:14:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D810A13C469; Sun, 16 Sep 2007 21:14:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GLEmEb077771; Sun, 16 Sep 2007 21:14:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GLEmgr077763; Sun, 16 Sep 2007 21:14:48 GMT (envelope-from thompsa) Message-Id: <200709162114.l8GLEmgr077763@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 16 Sep 2007 21:14: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/share/man/man4 if_bridge.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: Sun, 16 Sep 2007 21:14:49 -0000 thompsa 2007-09-16 21:14:47 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Bump the document date. Forgotten by: thompsa Approved by: re (bmah) Revision Changes Path 1.30 +1 -1 src/share/man/man4/if_bridge.4 From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:34:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C80316A468; Sun, 16 Sep 2007 21:34:17 +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 3D09313C468; Sun, 16 Sep 2007 21:34:17 +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 l8GLYHIt078884; Sun, 16 Sep 2007 21:34:17 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GLYH4S078883; Sun, 16 Sep 2007 21:34:17 GMT (envelope-from tabthorpe) Message-Id: <200709162134.l8GLYH4S078883@repoman.freebsd.org> From: Thomas Abthorpe Date: Sun, 16 Sep 2007 21:34:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/uriparser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:34:17 -0000 tabthorpe 2007-09-16 21:34:17 UTC FreeBSD ports repository Modified files: net/uriparser Makefile distinfo Log: - update to 0.5.2 PR: Ed Schouten Submitted by: ports/116331 Approved by: clsung (mentor) Revision Changes Path 1.6 +1 -1 ports/net/uriparser/Makefile 1.6 +3 -3 ports/net/uriparser/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:37:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E272E16A419; Sun, 16 Sep 2007 21:37:42 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C227D13C467; Sun, 16 Sep 2007 21:37:42 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GLbgXZ079067; Sun, 16 Sep 2007 21:37:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GLbgNv079066; Sun, 16 Sep 2007 21:37:42 GMT (envelope-from marcus) Message-Id: <200709162137.l8GLbgNv079066@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 16 Sep 2007 21:37: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/math/gnumeric Makefile distinfo pkg-plist ports/math/gnumeric/files patch-configure patch-src_wbc-gtk-edit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:37:43 -0000 marcus 2007-09-16 21:37:42 UTC FreeBSD ports repository Modified files: math/gnumeric Makefile distinfo pkg-plist math/gnumeric/files patch-configure Added files: math/gnumeric/files patch-src_wbc-gtk-edit.c Log: Update to 1.7.12. Revision Changes Path 1.134 +1 -1 ports/math/gnumeric/Makefile 1.67 +3 -3 ports/math/gnumeric/distinfo 1.4 +5 -14 ports/math/gnumeric/files/patch-configure 1.1 +13 -0 ports/math/gnumeric/files/patch-src_wbc-gtk-edit.c (new) 1.66 +5 -3 ports/math/gnumeric/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 16 21:53:53 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF5D416A41B; Sun, 16 Sep 2007 21:53:53 +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 C066A13C45B; Sun, 16 Sep 2007 21:53:53 +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 l8GLrrux079995; Sun, 16 Sep 2007 21:53:53 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GLrrhn079994; Sun, 16 Sep 2007 21:53:53 GMT (envelope-from chinsan) Message-Id: <200709162153.l8GLrrhn079994@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 16 Sep 2007 21:53:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/zh_TW/share/sgml header.l10n.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 21:53:54 -0000 chinsan 2007-09-16 21:53:53 UTC FreeBSD doc repository Modified files: zh_TW/share/sgml header.l10n.ent Log: - MFen: 1.1 -> 1.6 Obtained from: The FreeBSD Traditional Chinese Project Revision Changes Path 1.3 +13 -6 www/zh_TW/share/sgml/header.l10n.ent From owner-cvs-all@FreeBSD.ORG Sun Sep 16 22:00:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2E616A41A; Sun, 16 Sep 2007 22:00:18 +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 AC86713C465; Sun, 16 Sep 2007 22:00:18 +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 l8GM0Ibe080310; Sun, 16 Sep 2007 22:00:18 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GM0Ixo080309; Sun, 16 Sep 2007 22:00:18 GMT (envelope-from chinsan) Message-Id: <200709162200.l8GM0Ixo080309@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 16 Sep 2007 22:00:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/zh_TW/docs books.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 22:00:18 -0000 chinsan 2007-09-16 22:00:17 UTC FreeBSD doc repository Modified files: zh_TW/docs books.sgml Log: - Fix some typo. Obtained from: The FreeBSD Traditional Chinese Project Revision Changes Path 1.3 +4 -4 www/zh_TW/docs/books.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 16 22:24:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E132016A418; Sun, 16 Sep 2007 22:24:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1EC913C45A; Sun, 16 Sep 2007 22:24:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GMOCr3083041; Sun, 16 Sep 2007 22:24:12 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GMOCSr083040; Sun, 16 Sep 2007 22:24:12 GMT (envelope-from gerald) Message-Id: <200709162224.l8GMOCSr083040@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 16 Sep 2007 22:24: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/Tools/scripts resolveportsfromlibs.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: Sun, 16 Sep 2007 22:24:13 -0000 gerald 2007-09-16 22:24:12 UTC FreeBSD ports repository Modified files: Tools/scripts resolveportsfromlibs.sh Log: Replace two further instances of /var/db/pkg by $PKG_DBDIR. Revision Changes Path 1.7 +3 -3 ports/Tools/scripts/resolveportsfromlibs.sh From owner-cvs-all@FreeBSD.ORG Sun Sep 16 23:03:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEAF816A418; Sun, 16 Sep 2007 23:03:38 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D035513C461; Sun, 16 Sep 2007 23:03:38 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8GN3ctM086359; Sun, 16 Sep 2007 23:03:38 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8GN3c80086358; Sun, 16 Sep 2007 23:03:38 GMT (envelope-from rrs) Message-Id: <200709162303.l8GN3c80086358@repoman.freebsd.org> From: Randall Stewart Date: Sun, 16 Sep 2007 23:03: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/netinet sctp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 23:03:39 -0000 rrs 2007-09-16 23:03:38 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c Log: - For the 1-to-1 model, fix an off by one error that allowed an extra connection over the backlog (by one) Approved by: re@freebsd.org (B. Mah) Revision Changes Path 1.64 +1 -1 src/sys/netinet/sctp_input.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 01:37:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B7216A419; Mon, 17 Sep 2007 01:37:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4D8313C45A; Mon, 17 Sep 2007 01:37:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H1bSqS005800; Mon, 17 Sep 2007 01:37:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H1bSUr005799; Mon, 17 Sep 2007 01:37:28 GMT (envelope-from clsung) Message-Id: <200709170137.l8H1bSUr005799@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 17 Sep 2007 01:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/nusoap 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, 17 Sep 2007 01:37:28 -0000 clsung 2007-09-17 01:37:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/nusoap Makefile distinfo pkg-descr pkg-plist Log: NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1. WWW: http://sourceforge.net/projects/nusoap/ PR: ports/116174 Submitted by: Gea-Suan Lin Revision Changes Path 1.1918 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/nusoap/Makefile (new) 1.1 +3 -0 ports/net/nusoap/distinfo (new) 1.1 +6 -0 ports/net/nusoap/pkg-descr (new) 1.1 +40 -0 ports/net/nusoap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 01:37:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7322416A418; Mon, 17 Sep 2007 01:37:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D88F13C45B; Mon, 17 Sep 2007 01:37:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H1bdtJ005838; Mon, 17 Sep 2007 01:37:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H1bdiU005837; Mon, 17 Sep 2007 01:37:39 GMT (envelope-from clsung) Message-Id: <200709170137.l8H1bdiU005837@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 17 Sep 2007 01: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: 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, 17 Sep 2007 01:37:39 -0000 clsung 2007-09-17 01:37:39 UTC FreeBSD ports repository Modified files: . modules Log: nusoap --> ports/net/nusoap Revision Changes Path 1.18736 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 17 03:05:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52B8A16A468; Mon, 17 Sep 2007 03:05:27 +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 29E2513C491; Mon, 17 Sep 2007 03:05:27 +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 l8H35Q4S013433; Mon, 17 Sep 2007 03:05:26 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H35QJa013432; Mon, 17 Sep 2007 03:05:26 GMT (envelope-from ache) Message-Id: <200709170305.l8H35QJa013432@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Sep 2007 03:05:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/lynx-current Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 03:05:27 -0000 ache 2007-09-17 03:05:26 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile Log: Add CONFLICTS with lynx release Submitted by: infofarmer Revision Changes Path 1.180 +2 -0 ports/www/lynx-current/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 03:48:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21ADB16A419; Mon, 17 Sep 2007 03:48:33 +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 EC35313C491; Mon, 17 Sep 2007 03:48: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 l8H3mWMC015685; Mon, 17 Sep 2007 03:48:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H3mWU0015684; Mon, 17 Sep 2007 03:48:32 GMT (envelope-from sam) Message-Id: <200709170348.l8H3mWU0015684@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 03:48: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/net80211 ieee80211_regdomain.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 03:48:33 -0000 sam 2007-09-17 03:48:32 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_regdomain.c Log: correct netband skip check in constructing a country ie Approved by: re (blanket net80211) Revision Changes Path 1.3 +1 -1 src/sys/net80211/ieee80211_regdomain.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 04:37:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0744416A418; Mon, 17 Sep 2007 04:37:34 +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 D072913C457; Mon, 17 Sep 2007 04:37:33 +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 l8H4bXx4019706; Mon, 17 Sep 2007 04:37:33 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H4bX6R019705; Mon, 17 Sep 2007 04:37:33 GMT (envelope-from linimon) Message-Id: <200709170437.l8H4bX6R019705@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Sep 2007 04:37: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/lang/fpc Makefile.units X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 04:37:34 -0000 linimon 2007-09-17 04:37:33 UTC FreeBSD ports repository Modified files: lang/fpc Makefile.units Log: Attempt to fix build of fpc units on pointyhat. Suggested by: maintainer Revision Changes Path 1.10 +1 -0 ports/lang/fpc/Makefile.units From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:12:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7343D16A41A; Mon, 17 Sep 2007 05:12:20 +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 470B613C478; Mon, 17 Sep 2007 05:12:20 +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 l8H5CJkk031546; Mon, 17 Sep 2007 05:12:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5CJ8n031545; Mon, 17 Sep 2007 05:12:19 GMT (envelope-from sam) Message-Id: <200709170512.l8H5CJ8n031545@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 05:12: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/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: Mon, 17 Sep 2007 05:12:20 -0000 sam 2007-09-17 05:12:19 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: fix led blinking in RUN state: the addition of the CAC state moved IEEE80211_S_RUN and broke the array lookup used to find the LED flags Approved by: re (blanket wireless) Revision Changes Path 1.175 +3 -0 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:16:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E06616A419; Mon, 17 Sep 2007 05:16:39 +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 730BA13C457; Mon, 17 Sep 2007 05:16:39 +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 l8H5Gdja031728; Mon, 17 Sep 2007 05:16:39 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5Gd05031727; Mon, 17 Sep 2007 05:16:39 GMT (envelope-from sam) Message-Id: <200709170516.l8H5Gd05031727@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 05:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/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: Mon, 17 Sep 2007 05:16:40 -0000 sam 2007-09-17 05:16:38 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A does not have a rate table in older hal's so if we scan such a channel the driver will hit an assertion or crash; for old hal's fallback to using the static turbo rate table for this mode (not correct but good enough for now given none of the rate control algorithms understand how to switch between base+boost) Approved by: re (blanket wireless) Revision Changes Path 1.176 +4 -0 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:22:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC2816A417; Mon, 17 Sep 2007 05:22:25 +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 E460213C468; Mon, 17 Sep 2007 05:22:24 +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 l8H5MODQ032148; Mon, 17 Sep 2007 05:22:24 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5MOcT032147; Mon, 17 Sep 2007 05:22:24 GMT (envelope-from linimon) Message-Id: <200709170522.l8H5MOcT032147@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Sep 2007 05:22:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/nvidia-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:22:25 -0000 linimon 2007-09-17 05:22:24 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Attempt to silence warnings that show up with 'make ignorelist'. Hat: portmgr Revision Changes Path 1.66 +1 -1 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:27:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4657616A420; Mon, 17 Sep 2007 05:27:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FE1913C442; Mon, 17 Sep 2007 05:27:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5RMYO032666; Mon, 17 Sep 2007 05:27:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5RMH7032665; Mon, 17 Sep 2007 05:27:22 GMT (envelope-from jeff) Message-Id: <200709170527.l8H5RMH7032665@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Sep 2007 05:27:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/ps print.c ps.c src/lib/libkvm kvm_proc.c src/usr.bin/systat pigs.c src/usr.bin/top machine.c src/sys/amd64/amd64 genassym.c src/sys/ddb db_ps.c src/sys/i386/i386 genassym.c src/sys/i386/linux linux_ptrace.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:27:22 -0000 jeff 2007-09-17 05:27:21 UTC FreeBSD src repository Modified files: bin/ps print.c ps.c lib/libkvm kvm_proc.c usr.bin/systat pigs.c usr.bin/top machine.c sys/amd64/amd64 genassym.c sys/ddb db_ps.c sys/i386/i386 genassym.c sys/i386/linux linux_ptrace.c sys/kern init_main.c kern_clock.c kern_fork.c kern_kse.c kern_proc.c kern_switch.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_kdb.c subr_trap.c sys_process.c sys/security/mac_lomac mac_lomac.c sys/sparc64/sparc64 genassym.c sys/sys proc.h user.h sys/vm vm_glue.c vm_pageout.c Log: - Move all of the PS_ flags into either p_flag or td_flags. - p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or previously the sched_lock. These bugs have existed for some time. - Allow swapout to try each thread in a process individually and then swapin the whole process if any of these fail. This allows us to move most scheduler related swap flags into td_flags. - Keep ki_sflag for backwards compat but change all in source tools to use the new and more correct location of P_INMEM. Reported by: pho Reviewed by: attilio, kib Approved by: re (kensmith) Revision Changes Path 1.95 +4 -5 src/bin/ps/print.c 1.111 +2 -2 src/bin/ps/ps.c 1.93 +2 -2 src/lib/libkvm/kvm_proc.c 1.164 +0 -1 src/sys/amd64/amd64/genassym.c 1.66 +1 -1 src/sys/ddb/db_ps.c 1.159 +0 -1 src/sys/i386/i386/genassym.c 1.18 +2 -2 src/sys/i386/linux/linux_ptrace.c 1.283 +3 -6 src/sys/kern/init_main.c 1.202 +7 -12 src/sys/kern/kern_clock.c 1.281 +2 -4 src/sys/kern/kern_fork.c 1.235 +1 -1 src/sys/kern/kern_kse.c 1.251 +5 -2 src/sys/kern/kern_proc.c 1.135 +2 -2 src/sys/kern/kern_switch.c 1.301 +5 -11 src/sys/kern/kern_synch.c 1.253 +1 -1 src/sys/kern/kern_thread.c 1.104 +8 -8 src/sys/kern/sched_4bsd.c 1.206 +2 -2 src/sys/kern/sched_ule.c 1.24 +3 -3 src/sys/kern/subr_kdb.c 1.299 +7 -16 src/sys/kern/subr_trap.c 1.144 +1 -1 src/sys/kern/sys_process.c 1.53 +1 -2 src/sys/security/mac_lomac/mac_lomac.c 1.70 +0 -1 src/sys/sparc64/sparc64/genassym.c 1.490 +9 -12 src/sys/sys/proc.h 1.70 +6 -0 src/sys/sys/user.h 1.224 +88 -66 src/sys/vm/vm_glue.c 1.291 +1 -1 src/sys/vm/vm_pageout.c 1.24 +1 -1 src/usr.bin/systat/pigs.c 1.82 +1 -1 src/usr.bin/top/machine.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:31:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1884116A419; Mon, 17 Sep 2007 05:31:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04ED713C45E; Mon, 17 Sep 2007 05:31:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5VdeH033012; Mon, 17 Sep 2007 05:31:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5Vd06033011; Mon, 17 Sep 2007 05:31:39 GMT (envelope-from jeff) Message-Id: <200709170531.l8H5Vd06033011@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 17 Sep 2007 05:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:31:40 -0000 jeff 2007-09-17 05:31:39 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_status.c Log: - Move all of the PS_ flags into either p_flag or td_flags. - p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or previously the sched_lock. These bugs have existed for some time. - Allow swapout to try each thread in a process individually and then swapin the whole process if any of these fail. This allows us to move most scheduler related swap flags into td_flags. - Keep ki_sflag for backwards compat but change all in source tools to use the new and more correct location of P_INMEM. Reported by: pho Reviewed by: attilio, kib Approved by: re (kensmith) Revision Changes Path 1.62 +3 -5 src/sys/fs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:43:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E54216A421; Mon, 17 Sep 2007 05:43:55 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7950313C459; Mon, 17 Sep 2007 05:43:55 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5htEP033790; Mon, 17 Sep 2007 05:43:55 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5htv4033789; Mon, 17 Sep 2007 05:43:55 GMT (envelope-from vs) Message-Id: <200709170543.l8H5htv4033789@repoman.freebsd.org> From: Volker Stolz Date: Mon, 17 Sep 2007 05:43: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/lang/ghc Makefile pkg-plist ports/lang/ghc/files patch-libraries-OpenAL-Makefile patch-libraries-OpenAL-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:43:55 -0000 vs 2007-09-17 05:43:55 UTC FreeBSD ports repository Modified files: lang/ghc Makefile pkg-plist Removed files: lang/ghc/files patch-libraries-OpenAL-Makefile patch-libraries-OpenAL-configure.ac Log: Re-structure support for libraries in GHC: This commit splits off the supporting libraries that pull in additional dependencies like X11 and GL. These will be provided by separate ports like x11/hs-x11-ghc using the "Cabal"-mechanism (a framework for installing additional libraries into Haskell environments like GHC and NHC). Accordingly, the libraries will put their files into a subdirectory of GHC. List of libraries that have been split off: ALUT GLUT HGL OpenAL OpenGL X11 Also, finally remove dependency on devel/readline: the current readline in base has all the features we need. Bump PORTREVISION accordingly. Tested through Tinderbox runs on lang/ghc and devel/darcs. Please be patient for the supporting libraries to roll in in the next few days. All screwups are my fault only and should not be attributed to haskell@. Revision Changes Path 1.52 +9 -23 ports/lang/ghc/Makefile 1.2 +0 -11 ports/lang/ghc/files/patch-libraries-OpenAL-Makefile (dead) 1.2 +0 -10 ports/lang/ghc/files/patch-libraries-OpenAL-configure.ac (dead) 1.22 +4 -337 ports/lang/ghc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:56:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC4C916A41A; Mon, 17 Sep 2007 05:56:39 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D827213C468; Mon, 17 Sep 2007 05:56:39 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5udCw034565; Mon, 17 Sep 2007 05:56:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5udl2034564; Mon, 17 Sep 2007 05:56:39 GMT (envelope-from vs) Message-Id: <200709170556.l8H5udl2034564@repoman.freebsd.org> From: Volker Stolz Date: Mon, 17 Sep 2007 05:56:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/hs-x11-ghc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:56:40 -0000 vs 2007-09-17 05:56:38 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/hs-x11-ghc Makefile distinfo pkg-descr pkg-plist Log: Add x11/hs-x11-ghc, which provides x11 bindings for Haskell programs compiled through lang/ghc. As of lang/ghc version 6.6.1_1, x11 and other libraries are no longer part of the base ghc port. Revision Changes Path 1.666 +1 -0 ports/x11/Makefile 1.1 +58 -0 ports/x11/hs-x11-ghc/Makefile (new) 1.1 +6 -0 ports/x11/hs-x11-ghc/distinfo (new) 1.1 +7 -0 ports/x11/hs-x11-ghc/pkg-descr (new) 1.1 +27 -0 ports/x11/hs-x11-ghc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:57:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE8916A419; Mon, 17 Sep 2007 05:57:29 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9430C13C467; Mon, 17 Sep 2007 05:57:29 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5vT1g034617; Mon, 17 Sep 2007 05:57:29 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5vT8D034616; Mon, 17 Sep 2007 05:57:29 GMT (envelope-from vs) Message-Id: <200709170557.l8H5vT8D034616@repoman.freebsd.org> From: Volker Stolz Date: Mon, 17 Sep 2007 05:57: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: Mon, 17 Sep 2007 05:57:29 -0000 vs 2007-09-17 05:57:29 UTC FreeBSD ports repository Modified files: . modules Log: hs-x11-ghc --> ports/x11/hs-x11-ghc Revision Changes Path 1.18737 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 17 05:59:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 934C616A418; Mon, 17 Sep 2007 05:59:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6765913C459; Mon, 17 Sep 2007 05:59:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H5xLxP034706; Mon, 17 Sep 2007 05:59:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H5xLLi034705; Mon, 17 Sep 2007 05:59:21 GMT (envelope-from ale) Message-Id: <200709170559.l8H5xLLi034705@repoman.freebsd.org> From: Alex Dupre Date: Mon, 17 Sep 2007 05:59:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-pdf_download Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 05:59:21 -0000 ale 2007-09-17 05:59:20 UTC FreeBSD ports repository Modified files: www/xpi-pdf_download Makefile distinfo Log: Update to 0.9.2 release. Revision Changes Path 1.15 +1 -1 ports/www/xpi-pdf_download/Makefile 1.15 +3 -3 ports/www/xpi-pdf_download/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 06:32:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6F916A41B; Mon, 17 Sep 2007 06:32:29 +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 D1F3813C457; Mon, 17 Sep 2007 06:32:28 +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 l8H6WSgr037803; Mon, 17 Sep 2007 06:32:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H6WSgf037802; Mon, 17 Sep 2007 06:32:28 GMT (envelope-from linimon) Message-Id: <200709170632.l8H6WSgf037802@repoman.freebsd.org> From: Mark Linimon Date: Mon, 17 Sep 2007 06:32: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/ports-mgmt/portmk/Mk bsd.port.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, 17 Sep 2007 06:32:29 -0000 linimon 2007-09-17 06:32:28 UTC FreeBSD ports repository Modified files: ports-mgmt/portmk/Mk bsd.port.mk Log: Catch up with master 1.585. Revision Changes Path 1.62 +8 -7 ports/ports-mgmt/portmk/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Mon Sep 17 08:37:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46BB916A418; Mon, 17 Sep 2007 08:37:14 +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 1998013C4B4; Mon, 17 Sep 2007 08:37:14 +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 l8H8bDNE047197; Mon, 17 Sep 2007 08:37:13 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H8bDTq047196; Mon, 17 Sep 2007 08:37:13 GMT (envelope-from nivit) Message-Id: <200709170837.l8H8bDTq047196@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 17 Sep 2007 08:37: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/multimedia/clive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 08:37:14 -0000 nivit 2007-09-17 08:37:13 UTC FreeBSD ports repository Modified files: multimedia/clive Makefile distinfo Log: - Update to 0.2.1 Revision Changes Path 1.7 +1 -1 ports/multimedia/clive/Makefile 1.7 +3 -3 ports/multimedia/clive/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 08:41:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5F5316A417; Mon, 17 Sep 2007 08:41:21 +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 8837213C4B3; Mon, 17 Sep 2007 08:41:21 +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 l8H8fL79047519; Mon, 17 Sep 2007 08:41:21 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H8fLRS047517; Mon, 17 Sep 2007 08:41:21 GMT (envelope-from nivit) Message-Id: <200709170841.l8H8fLRS047517@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 17 Sep 2007 08:41: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/audio/sonata Makefile distinfo pkg-plist ports/audio/sonata/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, 17 Sep 2007 08:41:21 -0000 nivit 2007-09-17 08:41:21 UTC FreeBSD ports repository Modified files: audio/sonata Makefile distinfo pkg-plist audio/sonata/files patch-setup.py Log: - Update to 1.2.3 Revision Changes Path 1.6 +1 -1 ports/audio/sonata/Makefile 1.4 +3 -3 ports/audio/sonata/distinfo 1.3 +14 -8 ports/audio/sonata/files/patch-setup.py 1.5 +6 -1 ports/audio/sonata/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 08:53:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD66216A419; Mon, 17 Sep 2007 08:53:40 +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 802A913C442; Mon, 17 Sep 2007 08:53:40 +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 l8H8re6M056832; Mon, 17 Sep 2007 08:53:40 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H8reji056831; Mon, 17 Sep 2007 08:53:40 GMT (envelope-from nivit) Message-Id: <200709170853.l8H8reji056831@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 17 Sep 2007 08:53:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/wxMaxima 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, 17 Sep 2007 08:53:40 -0000 nivit 2007-09-17 08:53:40 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile distinfo pkg-plist Log: - Update to 0.7.3 Revision Changes Path 1.13 +2 -2 ports/math/wxMaxima/Makefile 1.9 +3 -3 ports/math/wxMaxima/distinfo 1.4 +3 -1 ports/math/wxMaxima/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 09:06:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D537C16A419; Mon, 17 Sep 2007 09:06:36 +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 A8B1E13C45A; Mon, 17 Sep 2007 09:06:36 +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 l8H96a8u058685; Mon, 17 Sep 2007 09:06:36 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H96an8058684; Mon, 17 Sep 2007 09:06:36 GMT (envelope-from nivit) Message-Id: <200709170906.l8H96an8058684@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 17 Sep 2007 09:06:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/l2p Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 09:06:36 -0000 nivit 2007-09-17 09:06:36 UTC FreeBSD ports repository Modified files: graphics/l2p Makefile Log: - Remove useless variabile ${WRKSRC} in do-install target (pointed out by sat@) Revision Changes Path 1.5 +1 -1 ports/graphics/l2p/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 09:21:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AAEC16A41A; Mon, 17 Sep 2007 09:21:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1B2313C494; Mon, 17 Sep 2007 09:21: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 l8H9L4vU059479; Mon, 17 Sep 2007 09:21:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H9L41S059476; Mon, 17 Sep 2007 09:21:04 GMT (envelope-from miwi) Message-Id: <200709170921.l8H9L41S059476@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 09:21: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/sipxtacklib/files patch-src_resparse_res_data.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 09:21:05 -0000 miwi 2007-09-17 09:21:03 UTC FreeBSD ports repository Added files: net/sipxtacklib/files patch-src_resparse_res_data.c Log: - Fix build with gcc 4.2 Submitted by: Mike Durian (Maintainer) via private mail Revision Changes Path 1.1 +22 -0 ports/net/sipxtacklib/files/patch-src_resparse_res_data.c (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 09:41:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58B3116A420; Mon, 17 Sep 2007 09:41:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B30513C461; Mon, 17 Sep 2007 09:41:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H9fT3x060641; Mon, 17 Sep 2007 09:41:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H9fTLT060639; Mon, 17 Sep 2007 09:41:29 GMT (envelope-from miwi) Message-Id: <200709170941.l8H9fTLT060639@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 09:41: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/ftp/gproftpd Makefile pkg-plist ports/ftp/gproftpd/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: Mon, 17 Sep 2007 09:41:29 -0000 miwi 2007-09-17 09:41:28 UTC FreeBSD ports repository Modified files: ftp/gproftpd Makefile pkg-plist Added files: ftp/gproftpd/files patch-Makefile.in Log: - Add desktop file to the plist Approved by: maintainer Revision Changes Path 1.2 +6 -2 ports/ftp/gproftpd/Makefile 1.1 +22 -0 ports/ftp/gproftpd/files/patch-Makefile.in (new) 1.2 +2 -0 ports/ftp/gproftpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 10:06:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D43C16A419; Mon, 17 Sep 2007 10:06:35 +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 6F9D813C4B0; Mon, 17 Sep 2007 10:06:35 +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 l8HA6ZQL063263; Mon, 17 Sep 2007 10:06:35 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HA6ZAP063262; Mon, 17 Sep 2007 10:06:35 GMT (envelope-from lwhsu) Message-Id: <200709171006.l8HA6ZAP063262@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 17 Sep 2007 10: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/textproc/py-hyperestraier-python Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 10:06:35 -0000 lwhsu 2007-09-17 10:06:35 UTC FreeBSD ports repository Modified files: textproc/py-hyperestraier-python Makefile distinfo Log: - Update to 0.9.3 PR: ports/115313 Submitted by: "Junji NAKANISHI" (maintainer) Revision Changes Path 1.4 +1 -2 ports/textproc/py-hyperestraier-python/Makefile 1.2 +3 -3 ports/textproc/py-hyperestraier-python/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 10:35:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3163C16A419; Mon, 17 Sep 2007 10:35: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 F1D3E13C442; Mon, 17 Sep 2007 10:35: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 l8HAZ2Jg064877; Mon, 17 Sep 2007 10:35:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HAZ2l4064876; Mon, 17 Sep 2007 10:35:02 GMT (envelope-from thierry) Message-Id: <200709171035.l8HAZ2l4064876@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 17 Sep 2007 10:35: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/lang/ocs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 10:35:03 -0000 thierry 2007-09-17 10:35:02 UTC FreeBSD ports repository Modified files: lang/ocs Makefile Log: Mark as not for sparc64 for the moment. Submitted by: Bjoern Koenig (maintainer) Revision Changes Path 1.2 +1 -1 ports/lang/ocs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 11:10:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78CD316A494; Mon, 17 Sep 2007 11:10:08 +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 33C7E13C4B5; Mon, 17 Sep 2007 11:10:08 +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 l8HBA8gO067947; Mon, 17 Sep 2007 11:10:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HBA8A7067946; Mon, 17 Sep 2007 11:10:08 GMT (envelope-from edwin) Message-Id: <200709171110.l8HBA8A7067946@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 17 Sep 2007 11:10: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/graphics/php4-chartdirector Makefile ports/graphics/php5-chartdirector Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 11:10:08 -0000 edwin 2007-09-17 11:10:07 UTC FreeBSD ports repository Modified files: graphics/php4-chartdirector Makefile graphics/php5-chartdirector Makefile Log: Fixed PHP_VER in PKGNAMEPREFIX to be fixed instead of depending on PHP version installed. Noticed by: erwin@ Revision Changes Path 1.2 +1 -1 ports/graphics/php4-chartdirector/Makefile 1.2 +2 -2 ports/graphics/php5-chartdirector/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 11:50:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFA5016A417; Mon, 17 Sep 2007 11:50:00 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 829D113C428; Mon, 17 Sep 2007 11:50:00 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HBo0Wq070541; Mon, 17 Sep 2007 11:50:00 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HBo0P7070540; Mon, 17 Sep 2007 11:50:00 GMT (envelope-from tabthorpe) Message-Id: <200709171150.l8HBo0P7070540@repoman.freebsd.org> From: Thomas Abthorpe Date: Mon, 17 Sep 2007 11:50: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/lang/munger Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 11:50:00 -0000 tabthorpe 2007-09-17 11:50:00 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo Log: - update to 4.141 PR: ports/116397 Submitted by: James Bailie (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.63 +1 -1 ports/lang/munger/Makefile 1.63 +3 -3 ports/lang/munger/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 11:50:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B65016A41A; Mon, 17 Sep 2007 11:50:07 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E48513C459; Mon, 17 Sep 2007 11:50:07 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HBo7OX070618; Mon, 17 Sep 2007 11:50:07 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HBo7Uw070617; Mon, 17 Sep 2007 11:50:07 GMT (envelope-from dryice) Message-Id: <200709171150.l8HBo7Uw070617@repoman.freebsd.org> From: Dryice Dong Liu Date: Mon, 17 Sep 2007 11:50: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/www/py-paste Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 11:50:07 -0000 dryice 2007-09-17 11:50:07 UTC FreeBSD ports repository Modified files: www/py-paste Makefile distinfo Log: update to 1.4.2 Revision Changes Path 1.9 +1 -1 ports/www/py-paste/Makefile 1.6 +3 -3 ports/www/py-paste/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 11:51:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24BAD16A41B; Mon, 17 Sep 2007 11:51:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC55813C467; Mon, 17 Sep 2007 11:51: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 l8HBpBfC070798; Mon, 17 Sep 2007 11:51:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HBpBjI070797; Mon, 17 Sep 2007 11:51:11 GMT (envelope-from miwi) Message-Id: <200709171151.l8HBpBjI070797@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 11:51: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/coppermine 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, 17 Sep 2007 11:51:12 -0000 miwi 2007-09-17 11:51:11 UTC FreeBSD ports repository Modified files: www/coppermine Makefile distinfo pkg-plist Log: - Update to 1.4.13 Approved by: maintainer implicit Revision Changes Path 1.15 +2 -2 ports/www/coppermine/Makefile 1.11 +3 -3 ports/www/coppermine/distinfo 1.10 +7 -6 ports/www/coppermine/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 11:59:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A56C16A419; Mon, 17 Sep 2007 11:59:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2CD13C45E; Mon, 17 Sep 2007 11:59:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HBxTJc079454; Mon, 17 Sep 2007 11:59:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HBxTNX079395; Mon, 17 Sep 2007 11:59:29 GMT (envelope-from miwi) Message-Id: <200709171159.l8HBxTNX079395@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 11:59: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/mail/squirrelmail-websearch-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 11:59:29 -0000 miwi 2007-09-17 11:59:28 UTC FreeBSD ports repository Modified files: mail/squirrelmail-websearch-plugin Makefile Log: - Pass maintainership to tabthorpe@ (he like squirrelmail-*) Revision Changes Path 1.2 +1 -1 ports/mail/squirrelmail-websearch-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:50:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98A0016A418; Mon, 17 Sep 2007 12:50:49 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9B313C469; Mon, 17 Sep 2007 12:50:49 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HConEL008687; Mon, 17 Sep 2007 12:50:49 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HConWO008686; Mon, 17 Sep 2007 12:50:49 GMT (envelope-from dryice) Message-Id: <200709171250.l8HConWO008686@repoman.freebsd.org> From: Dryice Dong Liu Date: Mon, 17 Sep 2007 12:50:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-pastescript 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, 17 Sep 2007 12:50:49 -0000 dryice 2007-09-17 12:50:48 UTC FreeBSD ports repository Modified files: www/py-pastescript Makefile distinfo pkg-plist Log: update to 1.3.6 Revision Changes Path 1.10 +1 -1 ports/www/py-pastescript/Makefile 1.9 +3 -3 ports/www/py-pastescript/distinfo 1.3 +3 -0 ports/www/py-pastescript/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:55:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62A4516A419; Mon, 17 Sep 2007 12:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36D6B13C45D; Mon, 17 Sep 2007 12:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HCtCmP009094; Mon, 17 Sep 2007 12:55:12 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCtCOY009093; Mon, 17 Sep 2007 12:55:12 GMT (envelope-from kevlo) Message-Id: <200709171255.l8HCtCOY009093@repoman.freebsd.org> From: Kevin Lo Date: Mon, 17 Sep 2007 12:55: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/multimedia/recordmydesktop Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:55:12 -0000 kevlo 2007-09-17 12:55:11 UTC FreeBSD ports repository Modified files: multimedia/recordmydesktop Makefile distinfo Log: Update to 0.3.6 Revision Changes Path 1.3 +1 -1 ports/multimedia/recordmydesktop/Makefile 1.2 +3 -3 ports/multimedia/recordmydesktop/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C6C16A417; Mon, 17 Sep 2007 12:59: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 EB4D313C48E; Mon, 17 Sep 2007 12:59: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 l8HCxn1j009283; Mon, 17 Sep 2007 12:59:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxntf009280; Mon, 17 Sep 2007 12:59:49 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxntf009280@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59: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/security/p5-IO-Socket-SSL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:50 -0000 miwi 2007-09-17 12:59:49 UTC FreeBSD ports repository Modified files: security/p5-IO-Socket-SSL Makefile distinfo Log: - Update to 1.09 Revision Changes Path 1.21 +1 -1 ports/security/p5-IO-Socket-SSL/Makefile 1.17 +3 -3 ports/security/p5-IO-Socket-SSL/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2615216A41A; Mon, 17 Sep 2007 12:59: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 EB75B13C491; Mon, 17 Sep 2007 12:59: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 l8HCxnrW009282; Mon, 17 Sep 2007 12:59:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxneu009281; Mon, 17 Sep 2007 12:59:49 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxneu009281@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59: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/www/p5-IMDB-Film Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:50 -0000 miwi 2007-09-17 12:59:49 UTC FreeBSD ports repository Modified files: www/p5-IMDB-Film Makefile distinfo Log: - Update to 0.30 Revision Changes Path 1.8 +1 -1 ports/www/p5-IMDB-Film/Makefile 1.8 +3 -3 ports/www/p5-IMDB-Film/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3201716A53B; Mon, 17 Sep 2007 12:59: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 076F613C45D; Mon, 17 Sep 2007 12:59: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 l8HCxoxV009315; Mon, 17 Sep 2007 12:59:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxodp009314; Mon, 17 Sep 2007 12:59:50 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxodp009314@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-SIP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:52 -0000 miwi 2007-09-17 12:59:50 UTC FreeBSD ports repository Modified files: net/p5-Net-SIP Makefile distinfo Log: - Update to 0.36 Revision Changes Path 1.6 +1 -1 ports/net/p5-Net-SIP/Makefile 1.5 +3 -3 ports/net/p5-Net-SIP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F269516A659; Mon, 17 Sep 2007 12:59: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 73B2B13C48E; Mon, 17 Sep 2007 12:59: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 l8HCxrDu009344; Mon, 17 Sep 2007 12:59:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxr68009343; Mon, 17 Sep 2007 12:59:53 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxr68009343@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-Random-MT-Auto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:54 -0000 miwi 2007-09-17 12:59:53 UTC FreeBSD ports repository Modified files: math/p5-Math-Random-MT-Auto Makefile distinfo Log: - Update to 6.0.9 Revision Changes Path 1.8 +1 -1 ports/math/p5-Math-Random-MT-Auto/Makefile 1.7 +3 -3 ports/math/p5-Math-Random-MT-Auto/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A816A556; Mon, 17 Sep 2007 12:59: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 4ECB013C458; Mon, 17 Sep 2007 12:59: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 l8HCxu0Z009392; Mon, 17 Sep 2007 12:59:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxuDX009391; Mon, 17 Sep 2007 12:59:56 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxuDX009391@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Simple Makefile distinfo ports/devel/p5-Test-Simple/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:56 -0000 miwi 2007-09-17 12:59:56 UTC FreeBSD ports repository Modified files: devel/p5-Test-Simple Makefile distinfo devel/p5-Test-Simple/files patch-Makefile.PL Log: - Update to 0.71 Revision Changes Path 1.31 +1 -1 ports/devel/p5-Test-Simple/Makefile 1.26 +3 -3 ports/devel/p5-Test-Simple/distinfo 1.4 +4 -4 ports/devel/p5-Test-Simple/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Mon Sep 17 12:59:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E845F16A6A0; Mon, 17 Sep 2007 12:59: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 8AE7B13C459; Mon, 17 Sep 2007 12:59: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 l8HCxw1D009421; Mon, 17 Sep 2007 12:59:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HCxwQV009420; Mon, 17 Sep 2007 12:59:58 GMT (envelope-from miwi) Message-Id: <200709171259.l8HCxwQV009420@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 12:59:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Load-Conditional Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 12:59:59 -0000 miwi 2007-09-17 12:59:58 UTC FreeBSD ports repository Modified files: devel/p5-Module-Load-Conditional Makefile distinfo Log: - Update to 0.18 Revision Changes Path 1.10 +1 -2 ports/devel/p5-Module-Load-Conditional/Makefile 1.8 +3 -3 ports/devel/p5-Module-Load-Conditional/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 13:00:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ABF016A72D; Mon, 17 Sep 2007 13:00:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE7413C442; Mon, 17 Sep 2007 13:00: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 l8HD01DM009464; Mon, 17 Sep 2007 13:00:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HD01bx009463; Mon, 17 Sep 2007 13:00:01 GMT (envelope-from miwi) Message-Id: <200709171300.l8HD01bx009463@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 13:00:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Exporter-Tidy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 13:00:03 -0000 miwi 2007-09-17 13:00:01 UTC FreeBSD ports repository Modified files: devel/p5-Exporter-Tidy Makefile distinfo Log: - Update to 0.07 Revision Changes Path 1.2 +1 -1 ports/devel/p5-Exporter-Tidy/Makefile 1.3 +3 -3 ports/devel/p5-Exporter-Tidy/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 13:00:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97E0116A562; Mon, 17 Sep 2007 13:00:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 659CF13C45B; Mon, 17 Sep 2007 13:00:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HD05ps009536; Mon, 17 Sep 2007 13:00:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HD055f009535; Mon, 17 Sep 2007 13:00:05 GMT (envelope-from miwi) Message-Id: <200709171300.l8HD055f009535@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 13:00: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/archivers/p5-Archive-Tar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 13:00:05 -0000 miwi 2007-09-17 13:00:05 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile distinfo Log: - Update to 1.36 Revision Changes Path 1.29 +1 -1 ports/archivers/p5-Archive-Tar/Makefile 1.21 +3 -3 ports/archivers/p5-Archive-Tar/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 13:48:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7979F16A468; Mon, 17 Sep 2007 13:48:25 +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 4BB4813C48E; Mon, 17 Sep 2007 13:48:25 +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 l8HDmPi6013518; Mon, 17 Sep 2007 13:48:25 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HDmPMq013517; Mon, 17 Sep 2007 13:48:25 GMT (envelope-from thierry) Message-Id: <200709171348.l8HDmPMq013517@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 17 Sep 2007 13:48: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/bouml 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, 17 Sep 2007 13:48:25 -0000 thierry 2007-09-17 13:48:25 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.31.3. Changelog at . Sponsorized by: 2007 DevSummit Revision Changes Path 1.96 +1 -1 ports/devel/bouml/Makefile 1.94 +3 -3 ports/devel/bouml/distinfo 1.37 +4 -0 ports/devel/bouml/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 13:57:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CF716A421; Mon, 17 Sep 2007 13:57: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 8A42C13C45B; Mon, 17 Sep 2007 13:57: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 l8HDvlMS014036; Mon, 17 Sep 2007 13:57:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HDvlfa014031; Mon, 17 Sep 2007 13:57:47 GMT (envelope-from miwi) Message-Id: <200709171357.l8HDvlfa014031@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 13:57: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/daemonlogger Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 13:57:47 -0000 miwi 2007-09-17 13:57:46 UTC FreeBSD ports repository Modified files: net/daemonlogger Makefile distinfo Log: - Update to 0.91 PR: 116355 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.2 +1 -1 ports/net/daemonlogger/Makefile 1.2 +3 -3 ports/net/daemonlogger/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 13:59:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D44316A417; Mon, 17 Sep 2007 13:59: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 42A0313C480; Mon, 17 Sep 2007 13:59: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 l8HDxkx3014115; Mon, 17 Sep 2007 13:59:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HDxk1l014114; Mon, 17 Sep 2007 13:59:46 GMT (envelope-from miwi) Message-Id: <200709171359.l8HDxk1l014114@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 13:59: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/radmind Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 13:59:46 -0000 miwi 2007-09-17 13:59:44 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo Log: - Update to 1.10.0 PR: 116352 Submitted by: Paul Dlug (maintainer) Revision Changes Path 1.15 +2 -3 ports/sysutils/radmind/Makefile 1.16 +3 -3 ports/sysutils/radmind/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 14:18:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF9716A418; Mon, 17 Sep 2007 14:18: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 10D3313C4B3; Mon, 17 Sep 2007 14:18: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 l8HEIrgP016436; Mon, 17 Sep 2007 14:18:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HEIr1J016435; Mon, 17 Sep 2007 14:18:53 GMT (envelope-from miwi) Message-Id: <200709171418.l8HEIr1J016435@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 14: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/x11-toolkits/py-kde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 14:18:54 -0000 miwi 2007-09-17 14:18:53 UTC FreeBSD ports repository Modified files: x11-toolkits/py-kde Makefile Log: - Bump PORTREVISION after switch to explicit py2.5 Submitted by: lwhsu@ (on #freebsd-python) Approved by: maintainer Revision Changes Path 1.47 +1 -1 ports/x11-toolkits/py-kde/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 14:25:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9C1316A41B; Mon, 17 Sep 2007 14:25: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 9E94B13C45E; Mon, 17 Sep 2007 14:25: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 l8HEPRQB016929; Mon, 17 Sep 2007 14:25:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HEPRB1016928; Mon, 17 Sep 2007 14:25:27 GMT (envelope-from ahze) Message-Id: <200709171425.l8HEPRB1016928@repoman.freebsd.org> From: Michael Johnson Date: Mon, 17 Sep 2007 14:25:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libIDL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 14:25:27 -0000 ahze 2007-09-17 14:25:27 UTC FreeBSD ports repository Modified files: devel/libIDL Makefile distinfo Log: Update to 0.8.9 Revision Changes Path 1.44 +1 -1 ports/devel/libIDL/Makefile 1.14 +3 -3 ports/devel/libIDL/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 14:37:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFEDD16A418; Mon, 17 Sep 2007 14:37:47 +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 C512213C481; Mon, 17 Sep 2007 14:37:47 +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 l8HEblhc017704; Mon, 17 Sep 2007 14:37:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HEblYc017703; Mon, 17 Sep 2007 14:37:47 GMT (envelope-from ahze) Message-Id: <200709171437.l8HEblYc017703@repoman.freebsd.org> From: Michael Johnson Date: Mon, 17 Sep 2007 14:37:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ORBit2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 14:37:48 -0000 ahze 2007-09-17 14:37:47 UTC FreeBSD ports repository Modified files: devel/ORBit2 Makefile distinfo Log: Update to 2.14.9 Revision Changes Path 1.129 +1 -1 ports/devel/ORBit2/Makefile 1.64 +3 -3 ports/devel/ORBit2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 14:55:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DD116A420; Mon, 17 Sep 2007 14:55:14 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7023C13C428; Mon, 17 Sep 2007 14:55:14 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HEtE28018760; Mon, 17 Sep 2007 14:55:14 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HEtEqZ018759; Mon, 17 Sep 2007 14:55:14 GMT (envelope-from tmclaugh) Message-Id: <200709171455.l8HEtEqZ018759@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 17 Sep 2007 14:55: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/security/sudo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 14:55:14 -0000 tmclaugh 2007-09-17 14:55:13 UTC FreeBSD ports repository Modified files: security/sudo Makefile distinfo Log: Update to 1.6.9p5: - Fixed a bug in the IP address matching introduced by the IPV6 merge. - Fixed sudoedit when used on a non-existent file. - Groups and netgroups are now valid in an LDAP sudoRunas statement. Revision Changes Path 1.92 +2 -2 ports/security/sudo/Makefile 1.55 +3 -3 ports/security/sudo/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 15:21:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45AAA16A417; Mon, 17 Sep 2007 15:21: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 1E2CB13C45D; Mon, 17 Sep 2007 15:21:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HFLRUO022827; Mon, 17 Sep 2007 15:21:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HFLQM0022816; Mon, 17 Sep 2007 15:21:26 GMT (envelope-from miwi) Message-Id: <200709171521.l8HFLQM0022816@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 15:21: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/silc-client Makefile distinfo ports/net/silc-client/files extra-patch-apps__irssi__Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 15:21:27 -0000 miwi 2007-09-17 15:21:26 UTC FreeBSD ports repository Modified files: net/silc-client Makefile distinfo Added files: net/silc-client/files extra-patch-apps__irssi__Makefile.in Log: - Update to 1.1.2 PR: 115767 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.49 +17 -5 ports/net/silc-client/Makefile 1.24 +3 -3 ports/net/silc-client/distinfo 1.1 +15 -0 ports/net/silc-client/files/extra-patch-apps__irssi__Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 15:24:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5950C16A41A; Mon, 17 Sep 2007 15:24:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AEA113C461; Mon, 17 Sep 2007 15:24:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HFOUV0023783; Mon, 17 Sep 2007 15:24:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HFOUwc023782; Mon, 17 Sep 2007 15:24:30 GMT (envelope-from miwi) Message-Id: <200709171524.l8HFOUwc023782@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 15:24: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 Makefile ports/net/silc-irssi-plugin Makefile 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, 17 Sep 2007 15:24:30 -0000 miwi 2007-09-17 15:24:30 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/silc-irssi-plugin Makefile pkg-descr pkg-plist Log: A plugin for IRSSI which implements the SILC (Secure Internet Live Conferencing) protocol. WWW: http://www.silcnet.org PR: ports/115767 Submitted by: Wesley Shields Revision Changes Path 1.1919 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/silc-irssi-plugin/Makefile (new) 1.1 +4 -0 ports/net/silc-irssi-plugin/pkg-descr (new) 1.1 +106 -0 ports/net/silc-irssi-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 15:24:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D5D16A419; Mon, 17 Sep 2007 15:24: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 D5E1F13C467; Mon, 17 Sep 2007 15:24: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 l8HFOrxZ023851; Mon, 17 Sep 2007 15:24:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HFOr1D023850; Mon, 17 Sep 2007 15:24:53 GMT (envelope-from miwi) Message-Id: <200709171524.l8HFOr1D023850@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 15:24: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 15:24:54 -0000 miwi 2007-09-17 15:24:53 UTC FreeBSD ports repository Modified files: . modules Log: silc-irssi-plugin --> ports/net/silc-irssi-plugin Revision Changes Path 1.18738 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:18:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BC0E16A417; Mon, 17 Sep 2007 16:18:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF7113C48E; Mon, 17 Sep 2007 16:18:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D229D1A4D7C; Mon, 17 Sep 2007 09:18:48 -0700 (PDT) Date: Mon, 17 Sep 2007 09:18:48 -0700 From: Alfred Perlstein To: Andrew Thompson Message-ID: <20070917161848.GB79417@elvis.mu.org> References: <200709150111.l8F1BQii070212@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709150111.l8F1BQii070212@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/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.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, 17 Sep 2007 16:18:49 -0000 * Andrew Thompson [070914 18:11] wrote: > thompsa 2007-09-15 01:11:26 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > if_lagg.c if_lagg.h > Log: > MFC > Change from a mutex to a read/write lock. This allows the tx port to be > selected simultaneously by multiple senders and transmit/receive is not > serialised between aggregated interfaces. Rad! :) > > Revision Changes Path > 1.7.2.3 +50 -14 src/sys/net/ieee8023ad_lacp.c > 1.4.2.3 +2 -0 src/sys/net/ieee8023ad_lacp.h > 1.11.2.7 +60 -58 src/sys/net/if_lagg.c > 1.7.2.4 +9 -8 src/sys/net/if_lagg.h -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:19:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A973E16A420; Mon, 17 Sep 2007 16:19:02 +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 8ACB413C46C; Mon, 17 Sep 2007 16:19:02 +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 l8HGJ20V028229; Mon, 17 Sep 2007 16:19:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGJ2GA028228; Mon, 17 Sep 2007 16:19:02 GMT (envelope-from obrien) Message-Id: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Sep 2007 16:19:02 +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/boot/common module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 16:19:02 -0000 obrien 2007-09-17 16:19:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/common module.c Log: Make life with "makeoptions INSTALL_DEBUG" easier. Revision Changes Path 1.25.10.2 +1 -0 src/sys/boot/common/module.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:25:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1166E16A419; Mon, 17 Sep 2007 16:25:03 +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 E800F13C478; Mon, 17 Sep 2007 16:25:02 +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 l8HGP296028659; Mon, 17 Sep 2007 16:25:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGP2Dg028658; Mon, 17 Sep 2007 16:25:02 GMT (envelope-from sam) Message-Id: <200709171625.l8HGP2Dg028658@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 16:25: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/dev/ath/ath_rate/sample sample.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 16:25:03 -0000 sam 2007-09-17 16:25:02 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: convert hardware rate codes to IEEE rate codes with a lookup table instead of a linear search Reviewed by: sephe, avatar Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.18 +18 -34 src/sys/dev/ath/ath_rate/sample/sample.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:26:27 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DD716A419; Mon, 17 Sep 2007 16:26:27 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7D213C457; Mon, 17 Sep 2007 16:26:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXJQP-000L7Q-1u; Mon, 17 Sep 2007 19:26:25 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8HGQG36004985; Mon, 17 Sep 2007 19:26:16 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8HGQGpO004984; Mon, 17 Sep 2007 19:26:16 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 17 Sep 2007 19:26:16 +0300 From: Kostik Belousov To: "David E. O'Brien" Message-ID: <20070917162616.GP79542@deviant.kiev.zoral.com.ua> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpcCHpaCAbC4X43d" Content-Disposition: inline In-Reply-To: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: b22dd54e5e410b0526d530b08df0ebb5 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1485 [September 17 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 16:26:27 -0000 --LpcCHpaCAbC4X43d Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > obrien 2007-09-17 16:19:02 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/boot/common module.c=20 > Log: > Make life with "makeoptions INSTALL_DEBUG" easier. > =20 > Revision Changes Path > 1.25.10.2 +1 -0 src/sys/boot/common/module.c Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.8.2 are committed by you directly into RELENG_6, without being put into the CURRENT first. Why ? --LpcCHpaCAbC4X43d Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG7qqnC3+MBN1Mb4gRAvq9AKCnPwcTDJJGMMTQr6KbkImzS7QnnACggBWa WmTdb+2hMt/H7yKNQqxfnDE= =axtg -----END PGP SIGNATURE----- --LpcCHpaCAbC4X43d-- From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:26:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67A3016A417; Mon, 17 Sep 2007 16:26:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48E3D13C46C; Mon, 17 Sep 2007 16:26:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HGQcGR028732; Mon, 17 Sep 2007 16:26:38 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGQcc9028731; Mon, 17 Sep 2007 16:26:38 GMT (envelope-from bsam) Message-Id: <200709171626.l8HGQcc9028731@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 17 Sep 2007 16: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/emulators/linux_base-fc6 Makefile distinfo.i386 pkg-install 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, 17 Sep 2007 16:26:38 -0000 bsam 2007-09-17 16:26:38 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc6 Makefile distinfo.i386 pkg-install pkg-plist Log: . de-rpmify the port (merged from linux_base-fc4); . fix checksums for libtermcap sources (I had a broken tarball). Revision Changes Path 1.32 +2 -11 ports/emulators/linux_base-fc6/Makefile 1.16 +2 -8 ports/emulators/linux_base-fc6/distinfo.i386 1.8 +0 -1 ports/emulators/linux_base-fc6/pkg-install 1.16 +1 -140 ports/emulators/linux_base-fc6/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:45:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E39B16A418; Mon, 17 Sep 2007 16:45:01 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43A0413C491; Mon, 17 Sep 2007 16:45:01 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HGj1UO030600; Mon, 17 Sep 2007 16:45:01 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGj1tW030599; Mon, 17 Sep 2007 16:45:01 GMT (envelope-from girgen) Message-Id: <200709171645.l8HGj1tW030599@repoman.freebsd.org> From: Palle Girgensohn Date: Mon, 17 Sep 2007 16:45: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/databases/postgresql73-server Makefile distinfo ports/databases/postgresql74-server Makefile distinfo ports/databases/postgresql80-server Makefile distinfo pkg-plist-server ports/databases/postgresql81-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: Mon, 17 Sep 2007 16:45:01 -0000 girgen 2007-09-17 16:45:01 UTC FreeBSD ports repository Modified files: databases/postgresql73-server Makefile distinfo databases/postgresql74-server Makefile distinfo databases/postgresql80-server Makefile distinfo pkg-plist-server databases/postgresql81-server Makefile distinfo pkg-plist-server databases/postgresql82-server Makefile distinfo databases/postgresql-docs Makefile Log: Update PostgreSQL ports to the latest patch releases. PR: ports/104075 Revision Changes Path 1.15 +9 -5 ports/databases/postgresql-docs/Makefile 1.150 +2 -2 ports/databases/postgresql73-server/Makefile 1.48 +12 -12 ports/databases/postgresql73-server/distinfo 1.152 +2 -2 ports/databases/postgresql74-server/Makefile 1.48 +12 -12 ports/databases/postgresql74-server/distinfo 1.166 +2 -2 ports/databases/postgresql80-server/Makefile 1.58 +12 -12 ports/databases/postgresql80-server/distinfo 1.11 +1 -0 ports/databases/postgresql80-server/pkg-plist-server 1.167 +2 -2 ports/databases/postgresql81-server/Makefile 1.56 +12 -12 ports/databases/postgresql81-server/distinfo 1.11 +1 -0 ports/databases/postgresql81-server/pkg-plist-server 1.170 +8 -8 ports/databases/postgresql82-server/Makefile 1.56 +12 -12 ports/databases/postgresql82-server/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 16:52:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C384816A418; Mon, 17 Sep 2007 16:52:59 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7D0813C4A6; Mon, 17 Sep 2007 16:52:59 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HGqxhk041570; Mon, 17 Sep 2007 16:52:59 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HGqx8P041569; Mon, 17 Sep 2007 16:52:59 GMT (envelope-from araujo) Message-Id: <200709171652.l8HGqx8P041569@repoman.freebsd.org> From: Marcelo Araujo Date: Mon, 17 Sep 2007 16:52: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/gcombust Makefile pkg-plist ports/sysutils/gcombust/files patch-gcc4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 16:52:59 -0000 araujo 2007-09-17 16:52:59 UTC FreeBSD ports repository Modified files: sysutils/gcombust Makefile pkg-plist Added files: sysutils/gcombust/files patch-gcc4 Log: - Unbreak with gcc4. PR: ports/115323 Submitted by: Ulrich Spoerlein Approved by: stas (mentor), maintainer timeout (2 weeks) Revision Changes Path 1.47 +5 -3 ports/sysutils/gcombust/Makefile 1.1 +22 -0 ports/sysutils/gcombust/files/patch-gcc4 (new) 1.17 +3 -3 ports/sysutils/gcombust/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:12:45 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB5D116A41B; Mon, 17 Sep 2007 17:12:45 +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 9718813C442; Mon, 17 Sep 2007 17:12:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8HGcEog014825; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8HGcEK3014824; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien) Date: Mon, 17 Sep 2007 09:38:14 -0700 From: "David O'Brien" To: Kostik Belousov Message-ID: <20070917163814.GA13343@dragon.NUXI.org> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> <20070917162616.GP79542@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917162616.GP79542@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.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: Mon, 17 Sep 2007 17:12:45 -0000 On Mon, Sep 17, 2007 at 07:26:16PM +0300, Kostik Belousov wrote: > On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > > obrien 2007-09-17 16:19:02 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/boot/common module.c > > Log: > > Make life with "makeoptions INSTALL_DEBUG" easier. > > > > Revision Changes Path > > 1.25.10.2 +1 -0 src/sys/boot/common/module.c > > Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.8.2 > are committed by you directly into RELENG_6, without being put into the > CURRENT first. The need for this is only in 6-STABLE. "makeoptions INSTALL_DEBUG" installs acts differently there. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:37:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B13316A41A; Mon, 17 Sep 2007 17: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 8B12213C45B; Mon, 17 Sep 2007 17: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 l8HHbteb046462; Mon, 17 Sep 2007 17:37:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHbtem046461; Mon, 17 Sep 2007 17:37:55 GMT (envelope-from miwi) Message-Id: <200709171737.l8HHbtem046461@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 17:37:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/asunder Makefile distinfo pkg-descr pkg-plist ports/audio/asunder/files patch-src-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:37:55 -0000 miwi 2007-09-17 17:37:55 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/asunder Makefile distinfo pkg-descr pkg-plist audio/asunder/files patch-src-main.c Log: Asunder is a graphical Audio CD ripper and encoder. You can use it to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC. WWW: http://littlesvr.ca/asunder/ PR: ports/116411 Submitted by: Fraser Tweedale Revision Changes Path 1.900 +1 -0 ports/audio/Makefile 1.1 +22 -0 ports/audio/asunder/Makefile (new) 1.1 +3 -0 ports/audio/asunder/distinfo (new) 1.1 +104 -0 ports/audio/asunder/files/patch-src-main.c (new) 1.1 +4 -0 ports/audio/asunder/pkg-descr (new) 1.1 +5 -0 ports/audio/asunder/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:38:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 207EF16A420; Mon, 17 Sep 2007 17:38: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 0530E13C47E; Mon, 17 Sep 2007 17:38: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 l8HHcPPf046504; Mon, 17 Sep 2007 17:38:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHcPS8046503; Mon, 17 Sep 2007 17:38:25 GMT (envelope-from miwi) Message-Id: <200709171738.l8HHcPS8046503@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 17:38:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:38:26 -0000 miwi 2007-09-17 17:38:25 UTC FreeBSD ports repository Modified files: . modules Log: asunder --> ports/audio/asunder Revision Changes Path 1.18739 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:45:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEC5716A418; Mon, 17 Sep 2007 17:45:29 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF85913C469; Mon, 17 Sep 2007 17:45:29 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HHjTPX046977; Mon, 17 Sep 2007 17:45:29 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHjTYS046976; Mon, 17 Sep 2007 17:45:29 GMT (envelope-from araujo) Message-Id: <200709171745.l8HHjTYS046976@repoman.freebsd.org> From: Marcelo Araujo Date: Mon, 17 Sep 2007 17:45: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/zope210 Makefile distinfo pkg-plist ports/www/zope210/files zeo210.in zeo210.sh.in zope210.in zope210.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: Mon, 17 Sep 2007 17:45:29 -0000 araujo 2007-09-17 17:45:29 UTC FreeBSD ports repository Modified files: www/zope210 Makefile distinfo pkg-plist www/zope210/files zeo210.in zope210.in Removed files: www/zope210/files zeo210.sh.in zope210.sh.in Log: - Update to 2.10.4. - Standardization the RC Script name. - Repocopied the old RC Script to rename the suffix. PR: ports/116171 Submitted by: NAKAJI Hiroyuki Approved by: stas (mentor), HAYASHI Yasushi (maintainer) Revision Changes Path 1.94 +8 -5 ports/www/zope210/Makefile 1.55 +3 -3 ports/www/zope210/distinfo 1.2 +1 -1 ports/www/zope210/files/zeo210.in 1.2 +0 -66 ports/www/zope210/files/zeo210.sh.in (dead) 1.2 +1 -1 ports/www/zope210/files/zope210.in 1.2 +0 -65 ports/www/zope210/files/zope210.sh.in (dead) 1.62 +85 -1 ports/www/zope210/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:48:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F259916A419; Mon, 17 Sep 2007 17:48: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 F368F13C480; Mon, 17 Sep 2007 17:48: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 l8HHmPlr047110; Mon, 17 Sep 2007 17:48:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHmPiw047109; Mon, 17 Sep 2007 17:48:25 GMT (envelope-from miwi) Message-Id: <200709171748.l8HHmPiw047109@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 17:48: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/audio Makefile ports/audio/p5-Ogg-Vorbis-Header-PurePerl 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, 17 Sep 2007 17:48:26 -0000 miwi 2007-09-17 17:48:25 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Ogg-Vorbis-Header-PurePerl Makefile distinfo pkg-descr pkg-plist Log: Fetch/manipulate from Ogg-Vorbis audio files implemented entirely in Perl. WWW: http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl PR: ports/116288 Submitted by: Dominique Goncalves Revision Changes Path 1.901 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile (new) 1.1 +3 -0 ports/audio/p5-Ogg-Vorbis-Header-PurePerl/distinfo (new) 1.1 +3 -0 ports/audio/p5-Ogg-Vorbis-Header-PurePerl/pkg-descr (new) 1.1 +10 -0 ports/audio/p5-Ogg-Vorbis-Header-PurePerl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:48:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66B1D16A417; Mon, 17 Sep 2007 17:48: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 50F0013C47E; Mon, 17 Sep 2007 17:48: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 l8HHmoNV047145; Mon, 17 Sep 2007 17:48:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHmoFc047144; Mon, 17 Sep 2007 17:48:50 GMT (envelope-from miwi) Message-Id: <200709171748.l8HHmoFc047144@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 17:48: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: 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, 17 Sep 2007 17:48:50 -0000 miwi 2007-09-17 17:48:50 UTC FreeBSD ports repository Modified files: . modules Log: p5-Ogg-Vorbis-Header-PurePerl --> ports/audio/p5-Ogg-Vorbis-Header-PurePerl Revision Changes Path 1.18740 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:50:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8082516A468; Mon, 17 Sep 2007 17:50:49 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC1B13C483; Mon, 17 Sep 2007 17:50:49 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HHonE5047309; Mon, 17 Sep 2007 17:50:49 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHonIq047308; Mon, 17 Sep 2007 17:50:49 GMT (envelope-from julian) Message-Id: <200709171750.l8HHonIq047308@repoman.freebsd.org> From: Julian Elischer Date: Mon, 17 Sep 2007 17:50:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:50:49 -0000 julian 2007-09-17 17:50:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ethersubr.c Log: MFC: remove test that fails POLA. Revision Changes Path 1.193.2.15 +0 -11 src/sys/net/if_ethersubr.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:52:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A84016A417; Mon, 17 Sep 2007 17:52:55 +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 8414013C491; Mon, 17 Sep 2007 17:52: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 l8HHqtr1047574; Mon, 17 Sep 2007 17:52:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHqtGf047573; Mon, 17 Sep 2007 17:52:55 GMT (envelope-from erwin) Message-Id: <200709171752.l8HHqtGf047573@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 17 Sep 2007 17:52:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-FillInForm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:52:55 -0000 erwin 2007-09-17 17:52:55 UTC FreeBSD ports repository Modified files: www/p5-HTML-FillInForm Makefile distinfo Log: Update to 2.00 Revision Changes Path 1.16 +1 -1 ports/www/p5-HTML-FillInForm/Makefile 1.15 +3 -3 ports/www/p5-HTML-FillInForm/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:56:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50A1416A474; Mon, 17 Sep 2007 17:56:32 +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 3AE5313C4E7; Mon, 17 Sep 2007 17:56:32 +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 l8HHuWtw047757; Mon, 17 Sep 2007 17:56:32 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HHuVGg047756; Mon, 17 Sep 2007 17:56:31 GMT (envelope-from erwin) Message-Id: <200709171756.l8HHuVGg047756@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 17 Sep 2007 17:56: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 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: Mon, 17 Sep 2007 17:56:32 -0000 erwin 2007-09-17 17:56:31 UTC FreeBSD ports repository Modified files: . access Log: Take markms commit bit in for safe keeping. Hat: portmgr secretary Revision Changes Path 1.805 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Sep 17 18:18:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A5A416A417; Mon, 17 Sep 2007 18:18:19 +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 362D013C49D; Mon, 17 Sep 2007 18:18:19 +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 l8HIIJJi050666; Mon, 17 Sep 2007 18:18:19 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HIIJDa050665; Mon, 17 Sep 2007 18:18:19 GMT (envelope-from lwhsu) Message-Id: <200709171818.l8HIIJDa050665@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 17 Sep 2007 18:18: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/abills Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 18:18:19 -0000 lwhsu 2007-09-17 18:18:18 UTC FreeBSD ports repository Modified files: net/abills Makefile Log: - Remove RRDTool from dependencies as it's no longer needed PR: ports/116362 Submitted by: liettneff AT bk.ru (maintainer) Revision Changes Path 1.9 +1 -9 ports/net/abills/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 18:29:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E8B16A417; Mon, 17 Sep 2007 18:29:31 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5828513C45E; Mon, 17 Sep 2007 18:29:31 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HITVi8051297; Mon, 17 Sep 2007 18:29:31 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HITVND051296; Mon, 17 Sep 2007 18:29:31 GMT (envelope-from tmclaugh) Message-Id: <200709171829.l8HITVND051296@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 17 Sep 2007 18:29: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/downtime 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, 17 Sep 2007 18:29:31 -0000 tmclaugh 2007-09-17 18:29:31 UTC FreeBSD ports repository Modified files: sysutils/downtime Makefile distinfo Added files: sysutils/downtime pkg-plist Log: Update to 0.3.1.1 - Makefile fixes. - Correct passing of parameters to shutdown(8) - Correct a bug whereby attempting to set preferences when no configuration file already exists (e.g., when first running DownTime) would result in a warning and non-application saving of the new preferences - Window title consistency - Print date and time when writing warnings / errors PR: 115852 Submitted by: maintainer Revision Changes Path 1.5 +1 -5 ports/sysutils/downtime/Makefile 1.4 +3 -3 ports/sysutils/downtime/distinfo 1.1 +3 -0 ports/sysutils/downtime/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 18:40:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44D8A16A417; Mon, 17 Sep 2007 18:40: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 3229513C491; Mon, 17 Sep 2007 18:40: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 l8HIenTr052689; Mon, 17 Sep 2007 18:40:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HIenwB052688; Mon, 17 Sep 2007 18:40:49 GMT (envelope-from miwi) Message-Id: <200709171840.l8HIenwB052688@repoman.freebsd.org> From: Martin Wilke Date: Mon, 17 Sep 2007 18:40: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/dns/dnstop Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 18:40:49 -0000 miwi 2007-09-17 18:40:48 UTC FreeBSD ports repository Modified files: dns/dnstop Makefile distinfo Log: - Update to 20070510 PR: 116418 Submitted by: Mark Foster (maintainer) Revision Changes Path 1.16 +1 -7 ports/dns/dnstop/Makefile 1.13 +3 -3 ports/dns/dnstop/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:00:37 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D195416A41B for ; Mon, 17 Sep 2007 19:00:37 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id A894213C465 for ; Mon, 17 Sep 2007 19:00:35 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtp (Exim 4.67) (envelope-from ) id 1IXLpj-0007LI-6x; Mon, 17 Sep 2007 21:00:35 +0200 Received: from 195.64.94.120 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Mon, 17 Sep 2007 21:00:35 +0200 (CEST) Message-ID: <62954.195.64.94.120.1190055635.squirrel@galain.elvandar.org> In-Reply-To: <200709171521.l8HFLQM0022816@repoman.freebsd.org> References: <200709171521.l8HFLQM0022816@repoman.freebsd.org> Date: Mon, 17 Sep 2007 21:00:35 +0200 (CEST) From: "Remko Lodder" To: "Martin Wilke" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net/silc-client Makefile distinfo ports/net/silc-client/files extra-patch-apps__irssi__Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 19:00:37 -0000 On Mon, September 17, 2007 5:21 pm, Martin Wilke wrote: > miwi 2007-09-17 15:21:26 UTC > > FreeBSD ports repository > > Modified files: > net/silc-client Makefile distinfo > Added files: > net/silc-client/files extra-patch-apps__irssi__Makefile.in > Log: > - Update to 1.1.2 > > PR: 115767 > Submitted by: Wesley Shields (maintainer) > Thanks a lot Martin! (And ofcourse Wesley for maintaining the port and doing the update etc). Cheers remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:03:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955B116A419; Mon, 17 Sep 2007 19:03:18 +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 82B0C13C45E; Mon, 17 Sep 2007 19:03:18 +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 l8HJ3I6v057967; Mon, 17 Sep 2007 19:03:18 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJ3Ib5057966; Mon, 17 Sep 2007 19:03:18 GMT (envelope-from oliver) Message-Id: <200709171903.l8HJ3Ib5057966@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 17 Sep 2007 19:03:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cegui04 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, 17 Sep 2007 19:03:18 -0000 oliver 2007-09-17 19:03:18 UTC FreeBSD ports repository Modified files: graphics/cegui04 Makefile distinfo pkg-descr pkg-plist Log: this file was repocopied from graphics/cegui Revision Changes Path 1.13 +0 -0 ports/graphics/cegui04/Makefile 1.3 +0 -0 ports/graphics/cegui04/distinfo 1.2 +0 -0 ports/graphics/cegui04/pkg-descr 1.4 +0 -0 ports/graphics/cegui04/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:07:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B510216A41A; Mon, 17 Sep 2007 19:07:24 +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 B8C2813C48D; Mon, 17 Sep 2007 19:07: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 l8HJ7Osn060720; Mon, 17 Sep 2007 19:07:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJ7Oqp060710; Mon, 17 Sep 2007 19:07:24 GMT (envelope-from sam) Message-Id: <200709171907.l8HJ7Oqp060710@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Sep 2007 19:07: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_ht.c ieee80211_ht.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_power.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h src/sys/dev/ath if_ath.c src/sys/dev/ral rt2560.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 19:07:24 -0000 sam 2007-09-17 19:07:24 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_ht.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_power.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/ath if_ath.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_ural.c Log: Update beacon handling to sync w/ vap code base: o add driver callback to handle notification of beacon changes; this is required for devices that manage beacon frames themselves (devices must override the default handler which does nothing) o move beacon update-related flags from ieee80211com to the beacon offsets storage (or handle however a driver wants) o expand beacon offsets structure with members needed for 11h/dfs and appie's o change calling convention for ieee80211_beacon_alloc and ieee80211_beacon_update o add overlapping bss support for 11g; requires driver to pass beacon frames from overlapping bss up to net80211 which is not presently done by any driver o move HT beacon contents update to a routine in the HT code area Reviewed by: avatar, thompsa, sephe Approved by: re (blanket wireless) Revision Changes Path 1.177 +13 -3 src/sys/dev/ath/if_ath.c 1.17 +13 -2 src/sys/dev/ral/rt2560.c 1.17 +1 -1 src/sys/dev/ral/rt2661.c 1.13 +1 -1 src/sys/dev/usb/if_rum.c 1.69 +1 -1 src/sys/dev/usb/if_ural.c 1.3 +33 -3 src/sys/net80211/ieee80211_ht.c 1.2 +3 -0 src/sys/net80211/ieee80211_ht.h 1.86 +87 -42 src/sys/net80211/ieee80211_node.c 1.28 +5 -0 src/sys/net80211/ieee80211_node.h 1.52 +20 -22 src/sys/net80211/ieee80211_output.c 1.2 +2 -1 src/sys/net80211/ieee80211_power.c 1.41 +7 -1 src/sys/net80211/ieee80211_proto.c 1.26 +35 -7 src/sys/net80211/ieee80211_proto.h 1.52 +15 -3 src/sys/net80211/ieee80211_var.h From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:43:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E9816A418; Mon, 17 Sep 2007 19:43:24 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 148E713C46E; Mon, 17 Sep 2007 19:43:24 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HJhNNO070702; Mon, 17 Sep 2007 19:43:23 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJhNw2070701; Mon, 17 Sep 2007 19:43:23 GMT (envelope-from bsam) Message-Id: <200709171943.l8HJhNw2070701@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 17 Sep 2007 19:43: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/lang/gnat-gcc42 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 19:43:24 -0000 bsam 2007-09-17 19:43:23 UTC FreeBSD ports repository Modified files: lang/gnat-gcc42 Makefile distinfo Log: - mark broken on 7.0; - updat to GCC 4.2.2 snapshot from 2007-08-22. PR: 116284 Submitted by: Karel Miklav (maintainer) Revision Changes Path 1.11 +12 -6 ports/lang/gnat-gcc42/Makefile 1.7 +9 -9 ports/lang/gnat-gcc42/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:46:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77A3916A418; Mon, 17 Sep 2007 19:46:16 +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 7D95413C46C; Mon, 17 Sep 2007 19:46:16 +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 l8HJkGgv070886; Mon, 17 Sep 2007 19:46:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJkGSf070885; Mon, 17 Sep 2007 19:46:16 GMT (envelope-from marcus) Message-Id: <200709171946.l8HJkGSf070885@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Sep 2007 19:46: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/net-im/libpurple Makefile distinfo pkg-plist ports/net-im/pidgin Makefile pkg-plist ports/net-im/finch Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 19:46:16 -0000 marcus 2007-09-17 19:46:15 UTC FreeBSD ports repository Modified files: net-im/libpurple Makefile distinfo pkg-plist net-im/pidgin Makefile pkg-plist net-im/finch Makefile pkg-plist Log: Update to 2.2.0. See http://pidgin.im/ChangeLog for the list of changes in this release. Revision Changes Path 1.12 +1 -1 ports/net-im/finch/Makefile 1.10 +1 -0 ports/net-im/finch/pkg-plist 1.33 +1 -1 ports/net-im/libpurple/Makefile 1.13 +3 -3 ports/net-im/libpurple/distinfo 1.13 +12 -2 ports/net-im/libpurple/pkg-plist 1.14 +1 -1 ports/net-im/pidgin/Makefile 1.14 +8 -1 ports/net-im/pidgin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 19:48:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D199B16A46B; Mon, 17 Sep 2007 19:48:18 +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 BFAA713C4DA; Mon, 17 Sep 2007 19:48:18 +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 l8HJmIq1070984; Mon, 17 Sep 2007 19:48:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HJmIiZ070983; Mon, 17 Sep 2007 19:48:18 GMT (envelope-from marcus) Message-Id: <200709171948.l8HJmIiZ070983@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 17 Sep 2007 19:48:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pidgin-encryption Makefile ports/security/pidgin-otr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 19:48:19 -0000 marcus 2007-09-17 19:48:18 UTC FreeBSD ports repository Modified files: security/pidgin-encryption Makefile security/pidgin-otr Makefile Log: Chase the libpurple shared lib version. Revision Changes Path 1.46 +2 -2 ports/security/pidgin-encryption/Makefile 1.18 +2 -1 ports/security/pidgin-otr/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:12:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3916A421; Mon, 17 Sep 2007 20:12:24 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6885313C45A; Mon, 17 Sep 2007 20:12:24 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HKCOde074137; Mon, 17 Sep 2007 20:12:24 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HKCOpq074133; Mon, 17 Sep 2007 20:12:24 GMT (envelope-from murray) Message-Id: <200709172012.l8HKCOpq074133@repoman.freebsd.org> From: Murray Stokely Date: Mon, 17 Sep 2007 20:12:24 +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 summerofcode-2007.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, 17 Sep 2007 20:12:24 -0000 murray 2007-09-17 20:12:24 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml Log: Add back a paragraph of description for the mtund project, add more detail about the sensor framework project, and wordsmith a few things. Submitted by: netchild, cnst, and others Revision Changes Path 1.14 +25 -9 www/en/projects/summerofcode-2007.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:22:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBCF416A46B; Mon, 17 Sep 2007 20:22:56 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A530E13C4B0; Mon, 17 Sep 2007 20:22:56 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HKMu9I077803; Mon, 17 Sep 2007 20:22:56 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HKMuHn077802; Mon, 17 Sep 2007 20:22:56 GMT (envelope-from murray) Message-Id: <200709172022.l8HKMuHn077802@repoman.freebsd.org> From: Murray Stokely Date: Mon, 17 Sep 2007 20:22: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: www/en/projects summerofcode.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 20:22:56 -0000 murray 2007-09-17 20:22:56 UTC FreeBSD doc repository Modified files: en/projects summerofcode.xsl Log: Update to reflect the fact that the summer is over. Note that we've had over 50 successful students in the past 3 years. Add a FAQ entry about Summer of Code 2008. Revision Changes Path 1.8 +21 -10 www/en/projects/summerofcode.xsl From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:26:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBE716A417; Mon, 17 Sep 2007 20:26:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 3497713C480; Mon, 17 Sep 2007 20:26:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 33E35A4A35E; Mon, 17 Sep 2007 22:26:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kdVEIbFgijqd; Mon, 17 Sep 2007 22:26:21 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id CE1F0A4A358; Mon, 17 Sep 2007 22:26:21 +0200 (CEST) Message-ID: <46EEE2EB.6040008@FreeBSD.org> Date: Mon, 17 Sep 2007 22:26:19 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Murray Stokely References: <200709172022.l8HKMuHn077802@repoman.freebsd.org> In-Reply-To: <200709172022.l8HKMuHn077802@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects summerofcode.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 20:26:27 -0000 Murray Stokely escribió: > murray 2007-09-17 20:22:56 UTC > > FreeBSD doc repository > > Modified files: > en/projects summerofcode.xsl > Log: > Update to reflect the fact that the summer is over. Note that we've > had over 50 successful students in the past 3 years. Add a FAQ entry > about Summer of Code 2008. > > Is it sure that we will have a SoC 2008 or just a presupposition? (P.S.: you haven't replied, have you received my mail about my entry?) -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:32:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA8216A41A; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 234DD13C4A6; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id A9AF91CC2F; Tue, 18 Sep 2007 08:32:08 +1200 (NZST) Date: Tue, 18 Sep 2007 08:32:08 +1200 From: Andrew Thompson To: Alfred Perlstein Message-ID: <20070917203208.GA9614@heff.fud.org.nz> References: <200709150111.l8F1BQii070212@repoman.freebsd.org> <20070917161848.GB79417@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917161848.GB79417@elvis.mu.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.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, 17 Sep 2007 20:32:30 -0000 On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote: > * Andrew Thompson [070914 18:11] wrote: > > thompsa 2007-09-15 01:11:26 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > > if_lagg.c if_lagg.h > > Log: > > MFC > > Change from a mutex to a read/write lock. This allows the tx port to be > > selected simultaneously by multiple senders and transmit/receive is not > > serialised between aggregated interfaces. > > Rad! :) And big thanks to you for MFCing it. From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:32:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12C6316A56D; Mon, 17 Sep 2007 20:32:33 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3A1A13C4CC; Mon, 17 Sep 2007 20:32:32 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HKWWFX078454; Mon, 17 Sep 2007 20:32:32 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HKWWEW078453; Mon, 17 Sep 2007 20:32:32 GMT (envelope-from murray) Message-Id: <200709172032.l8HKWWEW078453@repoman.freebsd.org> From: Murray Stokely Date: Mon, 17 Sep 2007 20:32: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: www/share/sgml news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 20:32:33 -0000 murray 2007-09-17 20:32:32 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add newsflash about the successful summer of code projects. Revision Changes Path 1.108 +21 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:02:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3845016A41B; Mon, 17 Sep 2007 21:02:44 +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 27C2A13C4D1; Mon, 17 Sep 2007 21:02:44 +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 l8HL2ilA089577; Mon, 17 Sep 2007 21:02:44 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL2hEx089576; Mon, 17 Sep 2007 21:02:43 GMT (envelope-from keramida) Message-Id: <200709172102.l8HL2hEx089576@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:02: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/5-roadmap 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, 17 Sep 2007 21:02:44 -0000 keramida 2007-09-17 21:02:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/5-roadmap article.sgml Log: Avoid using "It was", but use a more explicit reference to the version-guide article in the abstract of 5-roadmap. This way the text is a bit less confusing. Revision Changes Path 1.28 +2 -2 doc/en_US.ISO8859-1/articles/5-roadmap/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:03:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F2016A417; Mon, 17 Sep 2007 21:03:49 +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 4D5F213C4F3; Mon, 17 Sep 2007 21:03:49 +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 l8HL3nOu090844; Mon, 17 Sep 2007 21:03:49 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL3naK090843; Mon, 17 Sep 2007 21:03:49 GMT (envelope-from keramida) Message-Id: <200709172103.l8HL3naK090843@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:03:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 21:03:49 -0000 keramida 2007-09-17 21:03:49 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/5-roadmap article.sgml Log: Various wording fixes in the 5-roadmap article. Revision Changes Path 1.29 +11 -11 doc/en_US.ISO8859-1/articles/5-roadmap/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:05:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD7D16A418; Mon, 17 Sep 2007 21:05:56 +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 8FE9313C480; Mon, 17 Sep 2007 21:05:56 +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 l8HL5u3Q091631; Mon, 17 Sep 2007 21:05:56 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL5uZa091627; Mon, 17 Sep 2007 21:05:56 GMT (envelope-from keramida) Message-Id: <200709172105.l8HL5uZa091627@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:05: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/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 21:05:57 -0000 keramida 2007-09-17 21:05:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/5-roadmap article.sgml Log: Whitespace only change; translators can safely ignore this. Fix the 5-roadmap article indentation after the recent changes. Revision Changes Path 1.30 +14 -13 doc/en_US.ISO8859-1/articles/5-roadmap/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:07:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3484116A421; Mon, 17 Sep 2007 21:07:16 +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 245FC13C4B0; Mon, 17 Sep 2007 21:07:16 +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 l8HL7Fl7095117; Mon, 17 Sep 2007 21:07:16 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL7FZ5095113; Mon, 17 Sep 2007 21:07:15 GMT (envelope-from keramida) Message-Id: <200709172107.l8HL7FZ5095113@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:07:15 +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/cvs-freebsd 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, 17 Sep 2007 21:07:16 -0000 keramida 2007-09-17 21:07:15 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/cvs-freebsd article.sgml Log: Various minor translation fixes & set fill-column to 78 by default. Revision Changes Path 1.8 +55 -54 doc/el_GR.ISO8859-7/articles/cvs-freebsd/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:07:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 555EF16A41B; Mon, 17 Sep 2007 21:07:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 0823513C4B0; Mon, 17 Sep 2007 21:07:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 38B0CA4A041; Mon, 17 Sep 2007 23:07:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tslDuT0DdvkH; Mon, 17 Sep 2007 23:07:36 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id C7CE2A4A029; Mon, 17 Sep 2007 23:07:36 +0200 (CEST) Message-ID: <46EEEC96.1010007@FreeBSD.org> Date: Mon, 17 Sep 2007 23:07:34 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Giorgos Keramidas References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> In-Reply-To: <200709172102.l8HL2hEx089576@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 21:07:44 -0000 Giorgos Keramidas escribió: > keramida 2007-09-17 21:02:43 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/articles/5-roadmap article.sgml > Log: > Avoid using "It was", but use a more explicit reference to the > version-guide article in the abstract of 5-roadmap. This way > the text is a bit less confusing. > > Shouldn't this be nuked? I remember it came to the topic some time ago, but we won't have any new releases from 5.X any more and it has only a historical significance. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:08:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE55016A417; Mon, 17 Sep 2007 21:08:07 +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 CEAE813C46C; Mon, 17 Sep 2007 21:08:07 +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 l8HL873o095775; Mon, 17 Sep 2007 21:08:07 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL87Cx095774; Mon, 17 Sep 2007 21:08:07 GMT (envelope-from keramida) Message-Id: <200709172108.l8HL87Cx095774@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:08: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/el_GR.ISO8859-7/articles/cvs-freebsd 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, 17 Sep 2007 21:08:08 -0000 keramida 2007-09-17 21:08:07 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/cvs-freebsd article.sgml Log: Avoid enclosing an within a by closing the element before the list, and reopening it for inline text later. Revision Changes Path 1.9 +2 -2 doc/el_GR.ISO8859-7/articles/cvs-freebsd/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:09:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE116A420; Mon, 17 Sep 2007 21:09:35 +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 4BAA013C46B; Mon, 17 Sep 2007 21:09:35 +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 l8HL9Z0G095839; Mon, 17 Sep 2007 21:09:35 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HL9Z7C095838; Mon, 17 Sep 2007 21:09:35 GMT (envelope-from keramida) Message-Id: <200709172109.l8HL9Z7C095838@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 17 Sep 2007 21:09: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: doc/el_GR.ISO8859-7/articles/cvs-freebsd 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, 17 Sep 2007 21:09:35 -0000 keramida 2007-09-17 21:09:35 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/cvs-freebsd article.sgml Log: Whitespace only change. Reindent/reformat the source of the Greek `cvs-freebsd' article, after the latest changes. Revision Changes Path 1.10 +197 -193 doc/el_GR.ISO8859-7/articles/cvs-freebsd/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:12:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D985116A418; Mon, 17 Sep 2007 21:12: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 5C41013C457; Mon, 17 Sep 2007 21:12:15 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (dialup33.ach.sch.gr [81.186.70.33]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8HLBxCk028235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 18 Sep 2007 00:12:08 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8HLBvjw002844; Tue, 18 Sep 2007 00:11:57 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8HLBvaE002843; Tue, 18 Sep 2007 00:11:57 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Tue, 18 Sep 2007 00:11:57 +0300 From: Giorgos Keramidas To: Gabor Kovesdan Message-ID: <20070917211157.GA2790@kobe.laptop> References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> <46EEEC96.1010007@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46EEEC96.1010007@FreeBSD.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.085, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.31, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 21:12:15 -0000 On 2007-09-17 23:07, Gabor Kovesdan wrote: > Giorgos Keramidas escribi?: >> keramida 2007-09-17 21:02:43 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/articles/5-roadmap article.sgml Log: >> Avoid using "It was", but use a more explicit reference to the >> version-guide article in the abstract of 5-roadmap. This way >> the text is a bit less confusing. > > Shouldn't this be nuked? I remember it came to the topic some time > ago, but we won't have any new releases from 5.X any more and it has > only a historical significance. No, the abstract has been retrofitted to the current state of things, and it explicitly mentions now that it is not a roadmap of "things to come", but a document of historical significance. The lessons it contains are described in the context of the older 5.X release series, so it is not a good idea to barge in and "fix" what is no longer "current", but the text explains some of the release engineering challenges the Project faced in the 5.X series, so keeping it alive (instead of "cvs rm"-ing it) is still useful :) - Giorgos From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:23:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE35A16A419; Mon, 17 Sep 2007 21:23:48 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBD9F13C46E; Mon, 17 Sep 2007 21:23:48 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HLNmUG096862; Mon, 17 Sep 2007 21:23:48 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HLNmiE096861; Mon, 17 Sep 2007 21:23:48 GMT (envelope-from nox) Message-Id: <200709172123.l8HLNmiE096861@repoman.freebsd.org> From: Juergen Lock Date: Mon, 17 Sep 2007 21: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/astro/google-earth 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, 17 Sep 2007 21:23:49 -0000 nox 2007-09-17 21:23:48 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile distinfo pkg-plist Log: - Chase updated distfile, at 4.2.198.2451 now - Go back to previous TARGET_DISTFILE, I was just confused :) - Take over maintainership from flz Approved by: flz (old maintainer, via irc) Revision Changes Path 1.17 +3 -3 ports/astro/google-earth/Makefile 1.10 +3 -3 ports/astro/google-earth/distinfo 1.10 +1 -0 ports/astro/google-earth/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:40:58 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CD2316A417 for ; Mon, 17 Sep 2007 21:40:58 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0707013C45E for ; Mon, 17 Sep 2007 21:40:57 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1246963nfb for ; Mon, 17 Sep 2007 14:40:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=7vkqEcDHBB6kJr4kW/FiY1giF/QFvoTV9eNOZhSXCbc=; b=kUlTRw+OuyxBd9KBe/JEgd52HtiQxB7zIriob3PW3rlP8zUjWiFF8Gg5Ejyez2QyOdtGeGootx/IQzUI3zae32HzRlNVlq4Kn9sl+3RrM2w8L2NjULLEPAO01q8NoMSjG692QMpZK5rOx5EOBZ+hhcac7QjAIVcO9KzdsBI/NlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NqJYDPPfDX9iNqdzROupIXBxYknPhITaCf2qISioRRoWWiILhVCAcmDUYX8OULQa8O8fB6TXhd7hPEX97mOPUsCvbeCh2bc7LgjNVdTSEYcLmh80e7M0Gfo25bDOUmDLc6/kDUC1KEfjtY/ojkqpyJgmkjASQ0IFZMrlXtxe6TI= Received: by 10.86.98.18 with SMTP id v18mr4028565fgb.1190063556078; Mon, 17 Sep 2007 14:12:36 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Mon, 17 Sep 2007 14:12:35 -0700 (PDT) Message-ID: <499c70c0709171412w5c812f47h8145124facbf1ade@mail.gmail.com> Date: Tue, 18 Sep 2007 00:12:35 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Gabor Kovesdan" In-Reply-To: <46EEEC96.1010007@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> <46EEEC96.1010007@FreeBSD.org> Cc: doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 21:40:58 -0000 T24gOS8xOC8wNywgR2Fib3IgS292ZXNkYW4gPGdhYm9yQGZyZWVic2Qub3JnPiB3cm90ZToKPiBH aW9yZ29zIEtlcmFtaWRhcyBlc2NyaWJpw7M6Cj4gPiBrZXJhbWlkYSAgICAyMDA3LTA5LTE3IDIx OjAyOjQzIFVUQwo+ID4KPiA+ICAgRnJlZUJTRCBkb2MgcmVwb3NpdG9yeQo+ID4KPiA+ICAgTW9k aWZpZWQgZmlsZXM6Cj4gPiAgICAgZW5fVVMuSVNPODg1OS0xL2FydGljbGVzLzUtcm9hZG1hcCBh cnRpY2xlLnNnbWwKPiA+ICAgTG9nOgo+ID4gICBBdm9pZCB1c2luZyAiSXQgd2FzIiwgYnV0IHVz ZSBhIG1vcmUgZXhwbGljaXQgcmVmZXJlbmNlIHRvIHRoZQo+ID4gICB2ZXJzaW9uLWd1aWRlIGFy dGljbGUgaW4gdGhlIGFic3RyYWN0IG9mIDUtcm9hZG1hcC4gIFRoaXMgd2F5Cj4gPiAgIHRoZSB0 ZXh0IGlzIGEgYml0IGxlc3MgY29uZnVzaW5nLgo+ID4KPiA+Cj4gU2hvdWxkbid0IHRoaXMgYmUg bnVrZWQ/IEkgcmVtZW1iZXIgaXQgY2FtZSB0byB0aGUgdG9waWMgc29tZSB0aW1lIGFnbywKPiBi dXQgd2Ugd29uJ3QgaGF2ZQo+IGFueSBuZXcgcmVsZWFzZXMgZnJvbSA1LlggYW55IG1vcmUgYW5k IGl0IGhhcyBvbmx5IGEgaGlzdG9yaWNhbAo+IHNpZ25pZmljYW5jZS4KPgo+IC0tCj4gR2Fib3Ig S292ZXNkYW4KPiBGcmVlQlNEIFZvbHVudGVlcgo+Cj4gRU1BSUw6IGdhYm9yQEZyZWVCU0Qub3Jn IC46fDouIGdhYm9yQGtvdmVzZGFuLm9yZwo+IFdFQjogICBodHRwOi8vcGVvcGxlLkZyZWVCU0Qu b3JnL35nYWJvciAuOnw6LiBodHRwOi8va292ZXNkYW4ub3JnCgpXaGVuIHlvdSBnbyBvbiBhbmQg a2VlcCByZWFkaW5nLCBhbmQgZm9sbG93IHRoZSBsaW5rcyB5b3UgZmVlbCB0aGUgNS54CnRhc2sg aXNuJ3QgY29tcGxldGVkIHlldCwgYW5kIEkgZmVlbCBpdCdzIG1pc2xlYWRpbmcsIEkgd291bGQg c3VnZ2VzdAp5b3UgbWFrZSBkb2NzIGZvciBGcmVlQlNEIDcueCBSb2FkIE1hcCBvciBldmVuIDgu eAoKCgotLSAKUmVnYXJkcywKCi1BYmR1bGxhaCBJYm4gSGFtYWQgQWwtTWFycmkKQXJhYiBQb3J0 YWwKaHR0cDovL3d3dy5XZUFyYWIuTmV0Lwo= From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:52:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A0716A419; Mon, 17 Sep 2007 21:52:40 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32FE313C4A3; Mon, 17 Sep 2007 21:52:40 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HLqeSk012099; Mon, 17 Sep 2007 21:52:40 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HLqeMe012098; Mon, 17 Sep 2007 21:52:40 GMT (envelope-from murray) Message-Id: <200709172152.l8HLqeMe012098@repoman.freebsd.org> From: Murray Stokely Date: Mon, 17 Sep 2007 21:52:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects summerofcode-2007.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, 17 Sep 2007 21:52:40 -0000 murray 2007-09-17 21:52:39 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml Log: Provide more detail about status of freebsd-update gui project. Submitted by: andrew turner Revision Changes Path 1.15 +11 -7 www/en/projects/summerofcode-2007.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 17 21:55:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D368616A420; Mon, 17 Sep 2007 21:55:28 +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 DB81613C45B; Mon, 17 Sep 2007 21:55:28 +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 l8HLtS4g015354; Mon, 17 Sep 2007 21:55:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HLtSJ1015353; Mon, 17 Sep 2007 21:55:28 GMT (envelope-from peter) Message-Id: <200709172155.l8HLtSJ1015353@repoman.freebsd.org> From: Peter Wemm Date: Mon, 17 Sep 2007 21:55:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 genassym.c src/sys/amd64/amd64 genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 21:55:28 -0000 peter 2007-09-17 21:55:28 UTC FreeBSD src repository Modified files: sys/i386/i386 genassym.c sys/amd64/amd64 genassym.c Log: Fix an undefined symbol that as/ld neglected to flag as a problem. It was used in assembler code in such a way that no unresolved relocation records were generated, so ld didn't flag the problem. You can see this with an 'nm' of the kernel. There will be 'U MAXCPU' on SMP systems. The impact of this is that the intrcount/intrnames arrays do not have the intended amount of space reserved. This could lead to interesting problems due to the arrays being present in the middle of kernel code. An overflow would be rather interesting as executable code would be used as per-cpu incrementing interrupt counters. This fixes it for now by exporting MAXCPU to the assembler. A better fix might be to define these data structures in C - they're only referenced in the kernel from C code these days anyway. Approved by: re (kensmith) Revision Changes Path 1.165 +1 -0 src/sys/amd64/amd64/genassym.c 1.160 +1 -0 src/sys/i386/i386/genassym.c From owner-cvs-all@FreeBSD.ORG Mon Sep 17 22:10:37 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3346516A421 for ; Mon, 17 Sep 2007 22:10:37 +0000 (UTC) (envelope-from murray.stokely@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.freebsd.org (Postfix) with ESMTP id 0120613C480 for ; Mon, 17 Sep 2007 22:10:36 +0000 (UTC) (envelope-from murray.stokely@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so668895wra for ; Mon, 17 Sep 2007 15:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=zvo1Tiqm7DhogoGDYx9Xy4D+fsiHGCyQBHyu1YjQdLg=; b=XSDAq476X1g+b3uy7GvYX4zCo/IU83Mj8dwx6XvwvO6DWxiYiUVfKjFzUBIi2EcZDmM88vZUpw8g/BZCWRlmAWWoyiUCEFK6c5Vgt2/YmgjzYRtq2jsyNSzcVMbbt7+mQ+vkYMb5Op83p2aUPiv+h0y0WXjt4AW8yTNZO/hWBPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kFKqhD5u946fW5TUciczpHiWGsUUXHBnYYeNqAr4ZyulI9TdmFHZfFnsy8yJroN2NsoBKGKHyPVkgB5PBhoyfDQ6SuBJoAOhg/8q3X27m2kW0RN+xWq2rBLJn2NLH2jBPL1uV27vHkHNTEO1eAZ7dde21Po1Ag040KUmnIAl2JM= Received: by 10.142.246.8 with SMTP id t8mr1248081wfh.1190065558470; Mon, 17 Sep 2007 14:45:58 -0700 (PDT) Received: by 10.142.246.18 with HTTP; Mon, 17 Sep 2007 14:45:57 -0700 (PDT) Message-ID: <474078f80709171445w7ff6687fx66aef6bb726ea836@mail.gmail.com> Date: Mon, 17 Sep 2007 22:45:57 +0100 From: "Murray Stokely" To: "Gabor Kovesdan" In-Reply-To: <46EEE2EB.6040008@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709172022.l8HKMuHn077802@repoman.freebsd.org> <46EEE2EB.6040008@FreeBSD.org> Cc: Murray Stokely , doc-committers@freebsd.org, cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: www/en/projects summerofcode.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 22:10:37 -0000 On 9/17/07, Gabor Kovesdan wrote: > > Update to reflect the fact that the summer is over. Note that we've > > had over 50 successful students in the past 3 years. Add a FAQ entry > > about Summer of Code 2008. > > > > > Is it sure that we will have a SoC 2008 or just a presupposition? And the answer to the FAQ says : check back in spring '08. Google has not committed to running the program again, and if they do, they haven't committed to accept freebsd as a mentoring organization. - Murray From owner-cvs-all@FreeBSD.ORG Mon Sep 17 22:27:12 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7BC416A421; Mon, 17 Sep 2007 22:27:12 +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 60D0B13C48E; Mon, 17 Sep 2007 22:27:11 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (dialup33.ach.sch.gr [81.186.70.33]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8HMQffZ002472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 18 Sep 2007 01:26:52 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8HMQceP003696; Tue, 18 Sep 2007 01:26:39 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8HMQblI003695; Tue, 18 Sep 2007 01:26:37 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 18 Sep 2007 01:26:37 +0300 From: Giorgos Keramidas To: Abdullah Ibn Hamad Al-Marri Message-ID: <20070917222637.GB3621@kobe.laptop> References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> <46EEEC96.1010007@FreeBSD.org> <499c70c0709171412w5c812f47h8145124facbf1ade@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499c70c0709171412w5c812f47h8145124facbf1ade@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.091, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.31, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@freebsd.org, Gabor Kovesdan , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 22:27:12 -0000 On 2007-09-18 00:12, Abdullah Ibn Hamad Al-Marri wrote: >On 9/18/07, Gabor Kovesdan wrote: >>Giorgos Keramidas escribi??: >>> keramida 2007-09-17 21:02:43 UTC >>> >>> FreeBSD doc repository >>> >>> Modified files: >>> en_US.ISO8859-1/articles/5-roadmap article.sgml >>> Log: >>> Avoid using "It was", but use a more explicit reference to the >>> version-guide article in the abstract of 5-roadmap. This way >>> the text is a bit less confusing. >> >> Shouldn't this be nuked? I remember it came to the topic some time ago, >> but we won't have >> any new releases from 5.X any more and it has only a historical >> significance. > > When you go on and keep reading, and follow the links you feel the 5.x > task isn't completed yet, and I feel it's misleading, I would suggest > you make docs for FreeBSD 7.x Road Map or even 8.x That's odd. After reading this in the current abstract: This document is now mostly of historical value. It presented a roadmap for the development of &os;'s &t.releng.5; branch. It was originally written in February 2003 (between the 5.0 and 5.1 releases), and was intended to provide a plan for making the &t.releng.5; branch stable, both in terms of code quality and finalization of various APIs/ABIs. For a different perspective, the article Choosing the &os; Version That Is Right For You may be of interest. The version-guide article was written in August 2005 (two and a half years later), and it contains a section discussing how these plans and events actually unfolded, as well as some lessons learned. it was obvious to me that the article is *not* describing the current state of affairs. Any suggestions about improving the text to make it less confusing for people who just happen to stumble upon it now, are very welcome :) From owner-cvs-all@FreeBSD.ORG Mon Sep 17 22:39:04 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EA9516A46E for ; Mon, 17 Sep 2007 22:39:04 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id CF82B13C46C for ; Mon, 17 Sep 2007 22:39:03 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1257754nfb for ; Mon, 17 Sep 2007 15:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=+I+44ygC5dKtx2Q5mxqJ6PMwPIHyukJL/MqPnLmOrMI=; b=ssE6UQCow23PhY9/RnZwJQsn2GoNN8VGxWT/24nDWdmo6yuTOH+DQXa9MIUBV0S/OBDKAtOsvJPQKsZnM22p+x6DgxZx+22+ETRCma797+ufvzpnyE3LvgKn71fHyFwL4J0m0Lxx00HbaExzVxZOSnOE+/B/DDvulggYlKH22+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JzSaWsRBR3EQpGJadNz/pwpsbVDl+VKfYIShpMdghFRxVZgBfUkQ66N7sQkeV5SB4UX6+MJZjOgvJCgKLE0YbUx0wzFP07A6BPg5XS/56/g7DxQSILls20WjjOiXiIMb56hUqH35K/Lvt3z8elK+CmMv+SSeE/p9H7uEg2djJZ4= Received: by 10.86.80.5 with SMTP id d5mr4104392fgb.1190068741827; Mon, 17 Sep 2007 15:39:01 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Mon, 17 Sep 2007 15:39:01 -0700 (PDT) Message-ID: <499c70c0709171539o284382abw34e856f94cd6e6d0@mail.gmail.com> Date: Tue, 18 Sep 2007 01:39:01 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Giorgos Keramidas" In-Reply-To: <20070917222637.GB3621@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> <46EEEC96.1010007@FreeBSD.org> <499c70c0709171412w5c812f47h8145124facbf1ade@mail.gmail.com> <20070917222637.GB3621@kobe.laptop> Cc: doc-committers@freebsd.org, Gabor Kovesdan , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 22:39:04 -0000 On 9/18/07, Giorgos Keramidas wrote: > On 2007-09-18 00:12, Abdullah Ibn Hamad Al-Marri wrote: > >On 9/18/07, Gabor Kovesdan wrote: > >>Giorgos Keramidas escribi??: > >>> keramida 2007-09-17 21:02:43 UTC > >>> > >>> FreeBSD doc repository > >>> > >>> Modified files: > >>> en_US.ISO8859-1/articles/5-roadmap article.sgml > >>> Log: > >>> Avoid using "It was", but use a more explicit reference to the > >>> version-guide article in the abstract of 5-roadmap. This way > >>> the text is a bit less confusing. > >> > >> Shouldn't this be nuked? I remember it came to the topic some time ago, > >> but we won't have > >> any new releases from 5.X any more and it has only a historical > >> significance. > > > > When you go on and keep reading, and follow the links you feel the 5.x > > task isn't completed yet, and I feel it's misleading, I would suggest > > you make docs for FreeBSD 7.x Road Map or even 8.x > > That's odd. After reading this in the current abstract: > > This document is now mostly of historical value. It > presented a roadmap for the development of &os;'s &t.releng.5; > branch. It was originally written in February 2003 (between > the 5.0 and 5.1 releases), and was intended to provide a plan > for making the &t.releng.5; branch stable, both > in terms of code quality and finalization of various > APIs/ABIs. For a different perspective, the article > > Choosing the &os; Version That Is Right For You > > may be of interest. The version-guide article was written in August > 2005 (two and a half years later), and it contains a section > discussing how these plans and events actually unfolded, as well as > some lessons learned. > > it was obvious to me that the article is *not* describing the current > state of affairs. Any suggestions about improving the text to make it > less confusing for people who just happen to stumble upon it now, are > very welcome :) I think if you change the title itself it will be good idea. The Road Map for 5-STABLE to The Road Map for 5-STABLE ( historical value ) -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-cvs-all@FreeBSD.ORG Mon Sep 17 22:52:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6EDE16A41A; Mon, 17 Sep 2007 22:52:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE5313C459; Mon, 17 Sep 2007 22:52:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8HMqBTc090347; Mon, 17 Sep 2007 16:52:12 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46EF0519.40205@samsco.org> Date: Mon, 17 Sep 2007 16:52:09 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Abdullah Ibn Hamad Al-Marri References: <200709172102.l8HL2hEx089576@repoman.freebsd.org> <46EEEC96.1010007@FreeBSD.org> <499c70c0709171412w5c812f47h8145124facbf1ade@mail.gmail.com> <20070917222637.GB3621@kobe.laptop> <499c70c0709171539o284382abw34e856f94cd6e6d0@mail.gmail.com> In-Reply-To: <499c70c0709171539o284382abw34e856f94cd6e6d0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Mon, 17 Sep 2007 16:52:12 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-doc@FreeBSD.org, doc-committers@FreeBSD.org, Giorgos Keramidas , cvs-all@FreeBSD.org, Gabor Kovesdan Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap 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, 17 Sep 2007 22:52:16 -0000 Abdullah Ibn Hamad Al-Marri wrote: > On 9/18/07, Giorgos Keramidas wrote: >> On 2007-09-18 00:12, Abdullah Ibn Hamad Al-Marri wrote: >>> On 9/18/07, Gabor Kovesdan wrote: >>>> Giorgos Keramidas escribi??: >>>>> keramida 2007-09-17 21:02:43 UTC >>>>> >>>>> FreeBSD doc repository >>>>> >>>>> Modified files: >>>>> en_US.ISO8859-1/articles/5-roadmap article.sgml >>>>> Log: >>>>> Avoid using "It was", but use a more explicit reference to the >>>>> version-guide article in the abstract of 5-roadmap. This way >>>>> the text is a bit less confusing. >>>> Shouldn't this be nuked? I remember it came to the topic some time ago, >>>> but we won't have >>>> any new releases from 5.X any more and it has only a historical >>>> significance. >>> When you go on and keep reading, and follow the links you feel the 5.x >>> task isn't completed yet, and I feel it's misleading, I would suggest >>> you make docs for FreeBSD 7.x Road Map or even 8.x >> That's odd. After reading this in the current abstract: >> >> This document is now mostly of historical value. It >> presented a roadmap for the development of &os;'s &t.releng.5; >> branch. It was originally written in February 2003 (between >> the 5.0 and 5.1 releases), and was intended to provide a plan >> for making the &t.releng.5; branch stable, both >> in terms of code quality and finalization of various >> APIs/ABIs. For a different perspective, the article >> >> Choosing the &os; Version That Is Right For You >> >> may be of interest. The version-guide article was written in August >> 2005 (two and a half years later), and it contains a section >> discussing how these plans and events actually unfolded, as well as >> some lessons learned. >> >> it was obvious to me that the article is *not* describing the current >> state of affairs. Any suggestions about improving the text to make it >> less confusing for people who just happen to stumble upon it now, are >> very welcome :) > > I think if you change the title itself it will be good idea. > > The Road Map for 5-STABLE to The Road Map for 5-STABLE ( historical value ) > AS the author of this blasted document, I'll ask that 1) you stop arguing about nit-picky points about it, 2) don't change the title, and 3) stop attaching so much significance to it. Thanks =-) Scott From owner-cvs-all@FreeBSD.ORG Mon Sep 17 23:59:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B496A16A417; Mon, 17 Sep 2007 23:59:55 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9072213C442; Mon, 17 Sep 2007 23:59:55 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8HNxtAq026894; Mon, 17 Sep 2007 23:59:55 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8HNxtXX026893; Mon, 17 Sep 2007 23:59:55 GMT (envelope-from julian) Message-Id: <200709172359.l8HNxtXX026893@repoman.freebsd.org> From: Julian Elischer Date: Mon, 17 Sep 2007 23:59:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 23:59:55 -0000 julian 2007-09-17 23:59:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 Log: MFC in revs 192-194 of the man page. The actual code has been in for a while. (Allow tablearg to be used with 'fwd' and allow it to take an IP address as a value). Revision Changes Path 1.175.2.12 +20 -2 src/sbin/ipfw/ipfw.8 From owner-cvs-all@FreeBSD.ORG Tue Sep 18 00:10:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBAD516A419; Tue, 18 Sep 2007 00:10:27 +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 B265113C45B; Tue, 18 Sep 2007 00:10:27 +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 l8I0ARMX028850; Tue, 18 Sep 2007 00:10:27 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I0ARWN028849; Tue, 18 Sep 2007 00:10:27 GMT (envelope-from beech) Message-Id: <200709180010.l8I0ARWN028849@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 18 Sep 2007 00:10: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/proftpd Makefile ports/ftp/proftpd/files patch-modules-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, 18 Sep 2007 00:10:28 -0000 beech 2007-09-18 00:10:25 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Added files: ftp/proftpd/files patch-modules-Makefile.in Log: - Add patch to fix build. Approved by: sat (maintainer) Obtained from: TJ Saunders (developer) Revision Changes Path 1.118 +1 -1 ports/ftp/proftpd/Makefile 1.1 +25 -0 ports/ftp/proftpd/files/patch-modules-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 01:23:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 815B716A418; Tue, 18 Sep 2007 01:23:25 +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 4E3F913C4A7; Tue, 18 Sep 2007 01:23:25 +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 l8I1NPmj042969; Tue, 18 Sep 2007 01:23:25 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I1NP9g042968; Tue, 18 Sep 2007 01:23:25 GMT (envelope-from lwhsu) Message-Id: <200709180123.l8I1NP9g042968@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 18 Sep 2007 01:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/py-pyftpdlib 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, 18 Sep 2007 01:23:25 -0000 lwhsu 2007-09-18 01:23:25 UTC FreeBSD ports repository Modified files: ftp/py-pyftpdlib Makefile distinfo pkg-plist Log: - Update to 0.2.0 Revision Changes Path 1.6 +1 -1 ports/ftp/py-pyftpdlib/Makefile 1.3 +3 -3 ports/ftp/py-pyftpdlib/distinfo 1.3 +12 -8 ports/ftp/py-pyftpdlib/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 01:24:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 653FE16A419; Tue, 18 Sep 2007 01:24:58 +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 30E5B13C458; Tue, 18 Sep 2007 01:24:58 +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 l8I1Ow2E043046; Tue, 18 Sep 2007 01:24:58 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I1OwhK043045; Tue, 18 Sep 2007 01:24:58 GMT (envelope-from lwhsu) Message-Id: <200709180124.l8I1OwhK043045@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 18 Sep 2007 01: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/security/py-gnutls Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 01:24:58 -0000 lwhsu 2007-09-18 01:24:58 UTC FreeBSD ports repository Modified files: security/py-gnutls Makefile distinfo Log: - Update to 1.1.4 Revision Changes Path 1.10 +1 -1 ports/security/py-gnutls/Makefile 1.6 +3 -3 ports/security/py-gnutls/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 01:26:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C310416A419; Tue, 18 Sep 2007 01:26:28 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A725F13C483; Tue, 18 Sep 2007 01:26:28 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I1QSXq043166; Tue, 18 Sep 2007 01:26:28 GMT (envelope-from ken@repoman.freebsd.org) Received: (from ken@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I1QSIv043165; Tue, 18 Sep 2007 01:26:28 GMT (envelope-from ken) Message-Id: <200709180126.l8I1QSIv043165@repoman.freebsd.org> From: "Kenneth D. Merry" Date: Tue, 18 Sep 2007 01:26: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/sbin/camcontrol Makefile camcontrol.8 camcontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 01:26:28 -0000 ken 2007-09-18 01:26:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/camcontrol Makefile camcontrol.8 camcontrol.c Log: MFC: camcontrol/Makefile: rev 1.17 camcontrol.8: rev 1.44 camcontrol.c: rev 1.58 Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommand will automatically issue the 16 byte verison of read capacity if the device in question is larger than 2TB. There are also a number of output options here (last block, number of blocks, human readable) that should meet most needs, and also aid in scripting. Revision Changes Path 1.16.8.1 +2 -2 src/sbin/camcontrol/Makefile 1.41.2.2 +51 -1 src/sbin/camcontrol/camcontrol.8 1.53.2.3 +230 -2 src/sbin/camcontrol/camcontrol.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 02:48:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F01E316A418; Tue, 18 Sep 2007 02:48: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 C953913C474; Tue, 18 Sep 2007 02:48: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 l8I2mqBW049228; Tue, 18 Sep 2007 02:48:52 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I2mqbI049227; Tue, 18 Sep 2007 02:48:52 GMT (envelope-from obrien) Message-Id: <200709180248.l8I2mqbI049227@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Sep 2007 02:48: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/lang Makefile ports/lang/pcc Makefile distinfo pkg-descr ports/lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-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, 18 Sep 2007 02:48:53 -0000 obrien 2007-09-18 02:48:52 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/pcc Makefile distinfo pkg-descr lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-Makefile.in Log: C99 modernization of the original Portable C Compiler by S. C. Johnson, written in the late 70's. Revision Changes Path 1.571 +1 -0 ports/lang/Makefile 1.1 +32 -0 ports/lang/pcc/Makefile (new) 1.1 +3 -0 ports/lang/pcc/distinfo (new) 1.1 +48 -0 ports/lang/pcc/files/ccconfig.h (new) 1.1 +55 -0 ports/lang/pcc/files/f77config.h (new) 1.1 +15 -0 ports/lang/pcc/files/patch-configure (new) 1.1 +5 -0 ports/lang/pcc/files/patch-cpp-Makefile.in (new) 1.1 +8 -0 ports/lang/pcc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 03:18:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F0016A420; Tue, 18 Sep 2007 03:18:11 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 08DAB13C48E; Tue, 18 Sep 2007 03:18:11 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I3IAHs052429; Tue, 18 Sep 2007 03:18:10 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I3IA6J052428; Tue, 18 Sep 2007 03:18:10 GMT (envelope-from sobomax) Message-Id: <200709180318.l8I3IA6J052428@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Sep 2007 03:18: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/asterisk Makefile ports/net/asterisk/files codecnego-patch-Makefile nocodecnego-patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 03:18:11 -0000 sobomax 2007-09-18 03:18:10 UTC FreeBSD ports repository Modified files: net/asterisk Makefile net/asterisk/files codecnego-patch-Makefile nocodecnego-patch-Makefile Log: Make sure to set astrundir to /var/run in the default asterisk.conf, so that it matches rc.d startup script. Bump PORTREVISION. Reported by: Steve Clement Revision Changes Path 1.82 +1 -0 ports/net/asterisk/Makefile 1.2 +18 -9 ports/net/asterisk/files/codecnego-patch-Makefile 1.2 +18 -12 ports/net/asterisk/files/nocodecnego-patch-Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 03:37:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2FB16A418; Tue, 18 Sep 2007 03:37:28 +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 5F73313C45E; Tue, 18 Sep 2007 03:37:28 +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 l8I3bS7U053543; Tue, 18 Sep 2007 03:37:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I3bSF8053542; Tue, 18 Sep 2007 03:37:28 GMT (envelope-from linimon) Message-Id: <200709180337.l8I3bSF8053542@repoman.freebsd.org> From: Mark Linimon Date: Tue, 18 Sep 2007 03:37: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/multimedia/p5-GStreamer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 03:37:28 -0000 linimon 2007-09-18 03:37:28 UTC FreeBSD ports repository Modified files: multimedia/p5-GStreamer Makefile Log: Attempt to change the logic that detects if perl is threaded, to avoid failed builds of this port on the cluster. Code cribbed from: dns/gresolver Revision Changes Path 1.12 +2 -5 ports/multimedia/p5-GStreamer/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 04:20:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03BC16A418; Tue, 18 Sep 2007 04:20:22 +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 8F2A713C46A; Tue, 18 Sep 2007 04:20:22 +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 l8I4KMsf057366; Tue, 18 Sep 2007 04:20:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I4KMFG057365; Tue, 18 Sep 2007 04:20:22 GMT (envelope-from kientzle) Message-Id: <200709180420.l8I4KMFG057365@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 18 Sep 2007 04:20:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 04:20:22 -0000 kientzle 2007-09-18 04:20:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Correct the return value from archive_write_data() (when used to restore files to disk) to match: * The documentation * The return values of this function when used to write files into an archive. Approved by: re (bmah) Pointy hat: \me MFC after: 5 days Revision Changes Path 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:06:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F4716A41A; Tue, 18 Sep 2007 06:06:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C30E13C45E; Tue, 18 Sep 2007 06:06:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I660Gm075193; Tue, 18 Sep 2007 06:06:00 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6606c075192; Tue, 18 Sep 2007 06:06:00 GMT (envelope-from acm) Message-Id: <200709180606.l8I6606c075192@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:06: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 Makefile ports/devel/fpc-fcl-base Makefile pkg-plist ports/devel/fpc-fcl-base/fpc-fcl Makefile pkg-plist ports/devel/fpc-fcl-db Makefile pkg-plist ports/devel/fpc-fcl-fpcunit 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, 18 Sep 2007 06:06:00 -0000 acm 2007-09-18 06:06:00 UTC FreeBSD ports repository Modified files: devel Makefile devel/fpc-fcl-base Makefile pkg-plist devel/fpc-fcl-db Makefile pkg-plist devel/fpc-fcl-fpcunit Makefile pkg-plist devel/fpc-fcl-image Makefile pkg-plist devel/fpc-fcl-net Makefile pkg-plist devel/fpc-fcl-passrc Makefile pkg-plist devel/fpc-fcl-registry Makefile pkg-plist devel/fpc-fcl-web Makefile pkg-plist devel/fpc-fcl-xml Makefile pkg-plist Removed files: devel/fpc-fcl-base/fpc-fcl Makefile pkg-plist Log: - The devel/fpc-fcl port was separated to: devel/fpc-fcl-base devel/fpc-fcl-db devel/fpc-fcl-fpcunit devel/fpc-fcl-image devel/fpc-fcl-net devel/fpc-fcl-passrc devel/fpc-fcl-registry devel/fpc-fcl-web devel/fpc-fcl-xml Revision Changes Path 1.2882 +9 -0 ports/devel/Makefile 1.8 +6 -16 ports/devel/fpc-fcl-base/Makefile 1.8 +0 -37 ports/devel/fpc-fcl-base/fpc-fcl/Makefile (dead) 1.3 +0 -484 ports/devel/fpc-fcl-base/fpc-fcl/pkg-plist (dead) 1.3 +113 -480 ports/devel/fpc-fcl-base/pkg-plist 1.8 +5 -14 ports/devel/fpc-fcl-db/Makefile 1.3 +110 -480 ports/devel/fpc-fcl-db/pkg-plist 1.8 +6 -20 ports/devel/fpc-fcl-fpcunit/Makefile 1.3 +35 -480 ports/devel/fpc-fcl-fpcunit/pkg-plist 1.8 +8 -18 ports/devel/fpc-fcl-image/Makefile 1.3 +95 -480 ports/devel/fpc-fcl-image/pkg-plist 1.8 +8 -20 ports/devel/fpc-fcl-net/Makefile 1.3 +20 -479 ports/devel/fpc-fcl-net/pkg-plist 1.8 +6 -21 ports/devel/fpc-fcl-passrc/Makefile 1.3 +14 -480 ports/devel/fpc-fcl-passrc/pkg-plist 1.8 +7 -20 ports/devel/fpc-fcl-registry/Makefile 1.3 +8 -480 ports/devel/fpc-fcl-registry/pkg-plist 1.8 +8 -20 ports/devel/fpc-fcl-web/Makefile 1.3 +32 -480 ports/devel/fpc-fcl-web/pkg-plist 1.8 +8 -17 ports/devel/fpc-fcl-xml/Makefile 1.3 +50 -480 ports/devel/fpc-fcl-xml/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:07:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B77F716A418; Tue, 18 Sep 2007 06:07:27 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7405913C48D; Tue, 18 Sep 2007 06:07:27 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I67RRe075262; Tue, 18 Sep 2007 06:07:27 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I67RXF075261; Tue, 18 Sep 2007 06:07:27 GMT (envelope-from acm) Message-Id: <200709180607.l8I67RXF075261@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:07: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: Tue, 18 Sep 2007 06:07:27 -0000 acm 2007-09-18 06:07:27 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-base --> ports/devel/fpc-fcl-base Revision Changes Path 1.18741 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:08:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4216A480; Tue, 18 Sep 2007 06:08:00 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2972C13C48D; Tue, 18 Sep 2007 06:08:00 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I680Ra075342; Tue, 18 Sep 2007 06:08:00 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6801O075341; Tue, 18 Sep 2007 06:08:00 GMT (envelope-from ale) Message-Id: <200709180608.l8I6801O075341@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 06:08: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/math/libgmp4 Makefile distinfo ports/math/libgmp4/files patch-gmpxx.h patch-mpn_generic_addsub_n.c patch-mpz_set_d.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:08:00 -0000 ale 2007-09-18 06:08:00 UTC FreeBSD ports repository Modified files: math/libgmp4 Makefile distinfo Removed files: math/libgmp4/files patch-gmpxx.h patch-mpn_generic_addsub_n.c patch-mpz_set_d.c Log: Update to 4.2.2 release. Switch to GPLv3. Revision Changes Path 1.32 +1 -2 ports/math/libgmp4/Makefile 1.12 +3 -3 ports/math/libgmp4/distinfo 1.2 +0 -513 ports/math/libgmp4/files/patch-gmpxx.h (dead) 1.2 +0 -50 ports/math/libgmp4/files/patch-mpn_generic_addsub_n.c (dead) 1.2 +0 -12 ports/math/libgmp4/files/patch-mpz_set_d.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:08:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C88916A49E; Tue, 18 Sep 2007 06:08:18 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED7EE13C4CB; Tue, 18 Sep 2007 06:08:17 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I68H24075393; Tue, 18 Sep 2007 06:08:17 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I68Hx6075392; Tue, 18 Sep 2007 06:08:17 GMT (envelope-from acm) Message-Id: <200709180608.l8I68Hx6075392@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:08: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: Tue, 18 Sep 2007 06:08:18 -0000 acm 2007-09-18 06:08:17 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-db --> ports/devel/fpc-fcl-db Revision Changes Path 1.18742 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:09:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018A516A417; Tue, 18 Sep 2007 06:09:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B296F13C465; Tue, 18 Sep 2007 06:09:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I698Ru075438; Tue, 18 Sep 2007 06:09:08 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I698MS075437; Tue, 18 Sep 2007 06:09:08 GMT (envelope-from acm) Message-Id: <200709180609.l8I698MS075437@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:09: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: 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, 18 Sep 2007 06:09:09 -0000 acm 2007-09-18 06:09:08 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-fpcunit --> ports/devel/fpc-fcl-fpcunit Revision Changes Path 1.18743 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:10:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65F8A16A417; Tue, 18 Sep 2007 06:10:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22FBC13C46A; Tue, 18 Sep 2007 06:10:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6A0b2075470; Tue, 18 Sep 2007 06:10:00 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6A08t075469; Tue, 18 Sep 2007 06:10:00 GMT (envelope-from acm) Message-Id: <200709180610.l8I6A08t075469@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:10:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:10:00 -0000 acm 2007-09-18 06:10:00 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-image --> ports/devel/fpc-fcl-image Revision Changes Path 1.18744 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:10:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E3EA16A41A; Tue, 18 Sep 2007 06:10:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4B213C465; Tue, 18 Sep 2007 06:10:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6Aji5075602; Tue, 18 Sep 2007 06:10:45 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6AiQX075601; Tue, 18 Sep 2007 06:10:44 GMT (envelope-from acm) Message-Id: <200709180610.l8I6AiQX075601@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:10:45 -0000 acm 2007-09-18 06:10:44 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-net --> ports/devel/fpc-fcl-net Revision Changes Path 1.18745 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:11:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F1016A474; Tue, 18 Sep 2007 06:11:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46FBE13C465; Tue, 18 Sep 2007 06:11:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6Bg5m075792; Tue, 18 Sep 2007 06:11:42 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6BgnY075790; Tue, 18 Sep 2007 06:11:42 GMT (envelope-from acm) Message-Id: <200709180611.l8I6BgnY075790@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:11:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:11:42 -0000 acm 2007-09-18 06:11:41 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-passrc --> ports/devel/fpc-fcl-passrc Revision Changes Path 1.18746 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:12:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0E3816A420; Tue, 18 Sep 2007 06:12:36 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E04613C45E; Tue, 18 Sep 2007 06:12:36 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6Ca4I075875; Tue, 18 Sep 2007 06:12:36 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6CaXA075874; Tue, 18 Sep 2007 06:12:36 GMT (envelope-from acm) Message-Id: <200709180612.l8I6CaXA075874@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:12: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: Tue, 18 Sep 2007 06:12:36 -0000 acm 2007-09-18 06:12:35 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-registry --> ports/devel/fpc-fcl-registry Revision Changes Path 1.18747 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:13:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A7B116A419; Tue, 18 Sep 2007 06:13:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBB9C13C46C; Tue, 18 Sep 2007 06:13:29 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6DTuY075927; Tue, 18 Sep 2007 06:13:29 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6DTLY075926; Tue, 18 Sep 2007 06:13:29 GMT (envelope-from acm) Message-Id: <200709180613.l8I6DTLY075926@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06: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: 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, 18 Sep 2007 06:13:30 -0000 acm 2007-09-18 06:13:29 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-web --> ports/devel/fpc-fcl-web Revision Changes Path 1.18748 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:14:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F3D316A41A; Tue, 18 Sep 2007 06:14:16 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C92B13C46C; Tue, 18 Sep 2007 06:14:16 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6EGip075984; Tue, 18 Sep 2007 06:14:16 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6EGJW075983; Tue, 18 Sep 2007 06:14:16 GMT (envelope-from acm) Message-Id: <200709180614.l8I6EGJW075983@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:14:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:14:16 -0000 acm 2007-09-18 06:14:16 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fcl-xml --> ports/devel/fpc-fcl-xml Revision Changes Path 1.18749 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:20:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B560016A417; Tue, 18 Sep 2007 06:20:50 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71A3813C459; Tue, 18 Sep 2007 06:20:50 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6KonE076345; Tue, 18 Sep 2007 06:20:50 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6KoBI076344; Tue, 18 Sep 2007 06:20:50 GMT (envelope-from acm) Message-Id: <200709180620.l8I6KoBI076344@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/fpc-cairo 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, 18 Sep 2007 06:20:50 -0000 acm 2007-09-18 06:20:50 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/fpc-cairo Makefile pkg-plist Log: - New port : graphics/fpc-cairo Free Pascal interface to cairo library Revision Changes Path 1.1102 +1 -0 ports/graphics/Makefile 1.1 +27 -0 ports/graphics/fpc-cairo/Makefile (new) 1.1 +9 -0 ports/graphics/fpc-cairo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:22:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA9BC16A421; Tue, 18 Sep 2007 06:22:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7D7E13C483; Tue, 18 Sep 2007 06:22:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6M8wB076588; Tue, 18 Sep 2007 06:22:08 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6M8Yp076587; Tue, 18 Sep 2007 06:22:08 GMT (envelope-from acm) Message-Id: <200709180622.l8I6M8Yp076587@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:22: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: 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, 18 Sep 2007 06:22:09 -0000 acm 2007-09-18 06:22:08 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-cairo --> ports/graphics/fpc-cairo Revision Changes Path 1.18750 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:22:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F8316A417; Tue, 18 Sep 2007 06:22:23 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1938313C491; Tue, 18 Sep 2007 06:22:23 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6MN9l076651; Tue, 18 Sep 2007 06:22:23 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6MNoa076650; Tue, 18 Sep 2007 06:22:23 GMT (envelope-from knu) Message-Id: <200709180622.l8I6MNoa076650@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Sep 2007 06:22: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/shells/fd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:22:23 -0000 knu 2007-09-18 06:22:23 UTC FreeBSD ports repository Modified files: shells/fd Makefile distinfo Log: Update to 2.09e, a bug-fix release. Revision Changes Path 1.84 +1 -1 ports/shells/fd/Makefile 1.50 +3 -3 ports/shells/fd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:25:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4470A16A419; Tue, 18 Sep 2007 06:25:20 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00D0B13C457; Tue, 18 Sep 2007 06:25:20 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6PJst076856; Tue, 18 Sep 2007 06:25:19 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6PJ5I076855; Tue, 18 Sep 2007 06:25:19 GMT (envelope-from acm) Message-Id: <200709180625.l8I6PJ5I076855@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:25: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 Makefile ports/devel/fpc-fpmkunit 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, 18 Sep 2007 06:25:20 -0000 acm 2007-09-18 06:25:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/fpc-fpmkunit Makefile pkg-plist Log: - New port: devel/fpc-fpmkunit Free Pascal build system unit Revision Changes Path 1.2883 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/fpc-fpmkunit/Makefile (new) 1.1 +9 -0 ports/devel/fpc-fpmkunit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:26:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C13716A419; Tue, 18 Sep 2007 06:26:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3913013C46A; Tue, 18 Sep 2007 06:26:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6QhWK076912; Tue, 18 Sep 2007 06:26:43 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6QhEq076911; Tue, 18 Sep 2007 06:26:43 GMT (envelope-from acm) Message-Id: <200709180626.l8I6QhEq076911@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06: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: 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, 18 Sep 2007 06:26:43 -0000 acm 2007-09-18 06:26:42 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-fpmkunit --> ports/devel/fpc-fpmkunit Revision Changes Path 1.18751 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:31:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEFB516A419; Tue, 18 Sep 2007 06:31:39 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE4613C45A; Tue, 18 Sep 2007 06:31:39 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6Vdhe077337; Tue, 18 Sep 2007 06:31:39 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6Vdw6077336; Tue, 18 Sep 2007 06:31:39 GMT (envelope-from acm) Message-Id: <200709180631.l8I6Vdw6077336@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:31: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/www Makefile ports/www/fpc-httpd 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, 18 Sep 2007 06:31:39 -0000 acm 2007-09-18 06:31:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/fpc-httpd Makefile pkg-plist Log: - New port: www/fpc-httpd Free Pascal httpd unit Revision Changes Path 1.1895 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/fpc-httpd/Makefile (new) 1.1 +31 -0 ports/www/fpc-httpd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:33:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B6616A417; Tue, 18 Sep 2007 06:33:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4D713C48A; Tue, 18 Sep 2007 06:33:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6X3KQ077466; Tue, 18 Sep 2007 06:33:03 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6X3WI077465; Tue, 18 Sep 2007 06:33:03 GMT (envelope-from acm) Message-Id: <200709180633.l8I6X3WI077465@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:33:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:33:03 -0000 acm 2007-09-18 06:33:03 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-httpd --> ports/www/fpc-httpd Revision Changes Path 1.18752 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:36:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9073716A418; Tue, 18 Sep 2007 06:36:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7C113C45E; Tue, 18 Sep 2007 06:36:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6a9ps077670; Tue, 18 Sep 2007 06:36:09 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6a97D077669; Tue, 18 Sep 2007 06:36:09 GMT (envelope-from acm) Message-Id: <200709180636.l8I6a97D077669@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06: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/ftp Makefile ports/ftp/fpc-libcurl 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, 18 Sep 2007 06:36:09 -0000 acm 2007-09-18 06:36:09 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/fpc-libcurl Makefile pkg-plist Log: - New port: ftp/fpc-libcurl Free Pascal interface to libcurl Revision Changes Path 1.135 +1 -0 ports/ftp/Makefile 1.1 +24 -0 ports/ftp/fpc-libcurl/Makefile (new) 1.1 +13 -0 ports/ftp/fpc-libcurl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:37:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06AFF16A469; Tue, 18 Sep 2007 06:37:19 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B761E13C494; Tue, 18 Sep 2007 06:37:18 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6bIHp077756; Tue, 18 Sep 2007 06:37:18 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6bIOt077755; Tue, 18 Sep 2007 06:37:18 GMT (envelope-from acm) Message-Id: <200709180637.l8I6bIOt077755@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:37:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 18 Sep 2007 06:37:19 -0000 acm 2007-09-18 06:37:18 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-libcurl --> ports/ftp/fpc-libcurl Revision Changes Path 1.18753 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:39:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E121516A417; Tue, 18 Sep 2007 06:39:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D47213C459; Tue, 18 Sep 2007 06:39:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6dSUf077856; Tue, 18 Sep 2007 06:39:28 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6dSd4077855; Tue, 18 Sep 2007 06:39:28 GMT (envelope-from acm) Message-Id: <200709180639.l8I6dSd4077855@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:39: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 Makefile ports/security/fpc-openssl 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, 18 Sep 2007 06:39:29 -0000 acm 2007-09-18 06:39:28 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/fpc-openssl Makefile pkg-plist Log: - New port: security/fpc-openssl Free Pascal unit for OpenSSL Revision Changes Path 1.919 +1 -0 ports/security/Makefile 1.1 +23 -0 ports/security/fpc-openssl/Makefile (new) 1.1 +9 -0 ports/security/fpc-openssl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:40:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FCFC16A419; Tue, 18 Sep 2007 06:40:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CBA213C47E; Tue, 18 Sep 2007 06:40:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6efGe077987; Tue, 18 Sep 2007 06:40:41 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6efiW077986; Tue, 18 Sep 2007 06:40:41 GMT (envelope-from acm) Message-Id: <200709180640.l8I6efiW077986@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:40:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:40:41 -0000 acm 2007-09-18 06:40:41 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-openssl --> ports/security/fpc-openssl Revision Changes Path 1.18754 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:43:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC27516A418; Tue, 18 Sep 2007 06:43:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58A7713C48D; Tue, 18 Sep 2007 06:43:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6hSi3078312; Tue, 18 Sep 2007 06:43:28 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6hSxR078311; Tue, 18 Sep 2007 06:43:28 GMT (envelope-from acm) Message-Id: <200709180643.l8I6hSxR078311@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:43:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/fpc-pcap 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, 18 Sep 2007 06:43:28 -0000 acm 2007-09-18 06:43:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/fpc-pcap Makefile pkg-plist Log: - New port: net/fpc-pcap Free Pascal unit for libpcap library Revision Changes Path 1.1920 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/fpc-pcap/Makefile (new) 1.1 +9 -0 ports/net/fpc-pcap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:44:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBBEF16A419; Tue, 18 Sep 2007 06:44:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6928B13C465; Tue, 18 Sep 2007 06:44:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6ifdv078394; Tue, 18 Sep 2007 06:44:41 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6ifrR078393; Tue, 18 Sep 2007 06:44:41 GMT (envelope-from acm) Message-Id: <200709180644.l8I6ifrR078393@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:44:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:44:42 -0000 acm 2007-09-18 06:44:41 UTC FreeBSD ports repository Modified files: . modules Log: - fpc-pcap --> ports/net/fpc-pcap Revision Changes Path 1.18755 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 06:53:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDCF716A41B; Tue, 18 Sep 2007 06:53:29 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB5913C480; Tue, 18 Sep 2007 06:53:29 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I6rTkh079664; Tue, 18 Sep 2007 06:53:29 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I6rT6H079663; Tue, 18 Sep 2007 06:53:29 GMT (envelope-from acm) Message-Id: <200709180653.l8I6rT6H079663@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 06:53: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/lang/fpc Makefile Makefile.units distinfo pkg-plist ports/lang/fpc-base Makefile ports/devel/fpc-bfd Makefile ports/lang/fpc-docs Makefile distinfo ports/math/fpc-fftw Makefile ports/x11-toolkits/fpc-forms Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 06:53:29 -0000 acm 2007-09-18 06:53:29 UTC FreeBSD ports repository Modified files: lang/fpc Makefile Makefile.units distinfo pkg-plist lang/fpc-base Makefile devel/fpc-bfd Makefile lang/fpc-docs Makefile distinfo math/fpc-fftw Makefile x11-toolkits/fpc-forms Makefile graphics/fpc-fpgtk Makefile devel/fpc-fv pkg-plist devel/fpc-gconf Makefile databases/fpc-gdbm Makefile graphics/fpc-ggi Makefile x11-toolkits/fpc-gnome Makefile x11-toolkits/fpc-gtk Makefile x11-toolkits/fpc-gtk2 Makefile pkg-plist security/fpc-hash pkg-plist databases/fpc-ibase Makefile editors/fpc-ide Makefile graphics/fpc-imlib Makefile graphics/fpc-libgd Makefile graphics/fpc-libpng Makefile databases/fpc-mysql Makefile databases/fpc-odbc Makefile graphics/fpc-opengl Makefile databases/fpc-oracle Makefile graphics/fpc-pasjpeg pkg-plist databases/fpc-postgres Makefile databases/fpc-sqlite Makefile pkg-plist graphics/fpc-svgalib Makefile lang/fpc-tcl Makefile lang/fpc-units Makefile archivers/fpc-unzip Makefile lang/fpc-utils Makefile pkg-plist x11/fpc-x11 Makefile Log: - Update to 2.2.0 Revision Changes Path 1.6 +1 -1 ports/archivers/fpc-unzip/Makefile 1.6 +1 -1 ports/databases/fpc-gdbm/Makefile 1.11 +1 -1 ports/databases/fpc-ibase/Makefile 1.11 +1 -1 ports/databases/fpc-mysql/Makefile 1.12 +1 -1 ports/databases/fpc-odbc/Makefile 1.12 +1 -1 ports/databases/fpc-oracle/Makefile 1.13 +1 -1 ports/databases/fpc-postgres/Makefile 1.6 +1 -1 ports/databases/fpc-sqlite/Makefile 1.3 +3 -0 ports/databases/fpc-sqlite/pkg-plist 1.6 +1 -1 ports/devel/fpc-bfd/Makefile 1.6 +0 -3 ports/devel/fpc-fv/pkg-plist 1.7 +1 -1 ports/devel/fpc-gconf/Makefile 1.13 +1 -1 ports/editors/fpc-ide/Makefile 1.7 +2 -2 ports/graphics/fpc-fpgtk/Makefile 1.7 +1 -1 ports/graphics/fpc-ggi/Makefile 1.7 +1 -1 ports/graphics/fpc-imlib/Makefile 1.7 +1 -1 ports/graphics/fpc-libgd/Makefile 1.6 +1 -1 ports/graphics/fpc-libpng/Makefile 1.7 +1 -1 ports/graphics/fpc-opengl/Makefile 1.2 +3 -0 ports/graphics/fpc-pasjpeg/pkg-plist 1.6 +1 -1 ports/graphics/fpc-svgalib/Makefile 1.6 +3 -2 ports/lang/fpc-base/Makefile 1.8 +1 -1 ports/lang/fpc-docs/Makefile 1.6 +3 -3 ports/lang/fpc-docs/distinfo 1.7 +2 -2 ports/lang/fpc-tcl/Makefile 1.8 +37 -9 ports/lang/fpc-units/Makefile 1.5 +4 -1 ports/lang/fpc-utils/Makefile 1.2 +56 -10 ports/lang/fpc-utils/pkg-plist 1.26 +10 -13 ports/lang/fpc/Makefile 1.11 +45 -10 ports/lang/fpc/Makefile.units 1.9 +6 -6 ports/lang/fpc/distinfo 1.8 +14 -5 ports/lang/fpc/pkg-plist 1.3 +1 -1 ports/math/fpc-fftw/Makefile 1.5 +7 -1 ports/security/fpc-hash/pkg-plist 1.7 +1 -1 ports/x11-toolkits/fpc-forms/Makefile 1.6 +1 -1 ports/x11-toolkits/fpc-gnome/Makefile 1.8 +1 -1 ports/x11-toolkits/fpc-gtk/Makefile 1.8 +4 -2 ports/x11-toolkits/fpc-gtk2/Makefile 1.3 +3 -0 ports/x11-toolkits/fpc-gtk2/pkg-plist 1.7 +1 -1 ports/x11/fpc-x11/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:03:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B77116A41A; Tue, 18 Sep 2007 07:03:24 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5452413C465; Tue, 18 Sep 2007 07:03:24 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I73O7c081488; Tue, 18 Sep 2007 07:03:24 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I73OX8081487; Tue, 18 Sep 2007 07:03:24 GMT (envelope-from acm) Message-Id: <200709180703.l8I73OX8081487@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 07:03:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/fpc-fcl 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, 18 Sep 2007 07:03:24 -0000 acm 2007-09-18 07:03:24 UTC FreeBSD ports repository Modified files: devel Makefile Removed files: devel/fpc-fcl Makefile pkg-plist Log: - The devel/fpc-fcl is not necessary anymore, it was separated to: devel/fpc-fcl-base devel/fpc-fcl-db devel/fpc-fcl-fpcunit devel/fpc-fcl-image devel/fpc-fcl-net devel/fpc-fcl-passrc devel/fpc-fcl-registry devel/fpc-fcl-web devel/fpc-fcl-xml Revision Changes Path 1.2884 +0 -1 ports/devel/Makefile 1.8 +0 -37 ports/devel/fpc-fcl/Makefile (dead) 1.3 +0 -484 ports/devel/fpc-fcl/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:04:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50A9B16A474; Tue, 18 Sep 2007 07:04:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDB213C442; Tue, 18 Sep 2007 07:04:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I74Srs081563; Tue, 18 Sep 2007 07:04:28 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I74SMV081562; Tue, 18 Sep 2007 07:04:28 GMT (envelope-from acm) Message-Id: <200709180704.l8I74SMV081562@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 07: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: 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, 18 Sep 2007 07:04:28 -0000 acm 2007-09-18 07:04:27 UTC FreeBSD ports repository Modified files: . modules Log: - The devel/fpc-fcl is not necessary anymore, it was separated to: devel/fpc-fcl-base devel/fpc-fcl-db devel/fpc-fcl-fpcunit devel/fpc-fcl-image devel/fpc-fcl-net devel/fpc-fcl-passrc devel/fpc-fcl-registry devel/fpc-fcl-web devel/fpc-fcl-xml Revision Changes Path 1.18756 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:07:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 053A216A41A; Tue, 18 Sep 2007 07:07:09 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5FCA13C45D; Tue, 18 Sep 2007 07:07:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I778ZY081733; Tue, 18 Sep 2007 07:07:08 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I778cg081732; Tue, 18 Sep 2007 07:07:08 GMT (envelope-from acm) Message-Id: <200709180707.l8I778cg081732@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 07:07: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 MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 07:07:09 -0000 acm 2007-09-18 07:07:08 UTC FreeBSD ports repository Modified files: . MOVED Log: - Add devel/fpc-fcl entry Revision Changes Path 1.1477 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:12:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C573D16A418; Tue, 18 Sep 2007 07:12:58 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8214813C45E; Tue, 18 Sep 2007 07:12:58 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I7CwUv082185; Tue, 18 Sep 2007 07:12:58 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7CwEC082184; Tue, 18 Sep 2007 07:12:58 GMT (envelope-from acm) Message-Id: <200709180712.l8I7CwEC082184@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 18 Sep 2007 07:12: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/editors/lazarus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 07:12:58 -0000 acm 2007-09-18 07:12:58 UTC FreeBSD ports repository Modified files: editors/lazarus Makefile Log: - Use new version of lang/fpc - Bump PORTREVISION Revision Changes Path 1.15 +26 -9 ports/editors/lazarus/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:23:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E97E016A418; Tue, 18 Sep 2007 07:23: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 A570913C480; Tue, 18 Sep 2007 07:23: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 l8I7N2mN082795; Tue, 18 Sep 2007 07:23:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7N2tg082794; Tue, 18 Sep 2007 07:23:02 GMT (envelope-from miwi) Message-Id: <200709180723.l8I7N2tg082794@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 07:23: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/silc-client/files patch-apps__irssi__src__fe-common__core__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, 18 Sep 2007 07:23:03 -0000 miwi 2007-09-18 07:23:02 UTC FreeBSD ports repository Added files: net/silc-client/files patch-apps__irssi__src__fe-common__core__Makefile.in Log: - Fix build when converters/recode installed is PR: 115905 Submitted by: Vaclav Haisman Approved by: maintainer Revision Changes Path 1.1 +18 -0 ports/net/silc-client/files/patch-apps__irssi__src__fe-common__core__Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:34:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA85D16A417; Tue, 18 Sep 2007 07:34: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 96F6F13C457; Tue, 18 Sep 2007 07:34: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 l8I7YBMb083451; Tue, 18 Sep 2007 07:34:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7YBA7083450; Tue, 18 Sep 2007 07:34:11 GMT (envelope-from miwi) Message-Id: <200709180734.l8I7YBA7083450@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 07: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/games/wormux-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: Tue, 18 Sep 2007 07:34:12 -0000 miwi 2007-09-18 07:34:11 UTC FreeBSD ports repository Modified files: games/wormux-devel Makefile distinfo pkg-plist Log: - Update to 20070917 Revision Changes Path 1.9 +1 -1 ports/games/wormux-devel/Makefile 1.7 +3 -3 ports/games/wormux-devel/distinfo 1.8 +49 -13 ports/games/wormux-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:48:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68AB016A418; Tue, 18 Sep 2007 07:48:19 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24E8B13C468; Tue, 18 Sep 2007 07:48:19 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I7mJlw084319; Tue, 18 Sep 2007 07:48:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7mJwa084318; Tue, 18 Sep 2007 07:48:19 GMT (envelope-from ale) Message-Id: <200709180748.l8I7mJwa084318@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 07:48: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/graphics/libkdcraw Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 07:48:19 -0000 ale 2007-09-18 07:48:18 UTC FreeBSD ports repository Modified files: graphics/libkdcraw Makefile distinfo pkg-plist Log: Update to 0.1.2 release. Revision Changes Path 1.2 +2 -1 ports/graphics/libkdcraw/Makefile 1.2 +3 -3 ports/graphics/libkdcraw/distinfo 1.2 +22 -1 ports/graphics/libkdcraw/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:48:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2BB816A41A; Tue, 18 Sep 2007 07:48:54 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD8E413C4B5; Tue, 18 Sep 2007 07:48:54 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I7msrK084380; Tue, 18 Sep 2007 07:48:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7msPw084379; Tue, 18 Sep 2007 07:48:54 GMT (envelope-from ale) Message-Id: <200709180748.l8I7msPw084379@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 07:48: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/graphics/libkexiv2 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, 18 Sep 2007 07:48:55 -0000 ale 2007-09-18 07:48:54 UTC FreeBSD ports repository Modified files: graphics/libkexiv2 Makefile distinfo pkg-plist Log: Update to 0.1.6 release. Revision Changes Path 1.6 +1 -1 ports/graphics/libkexiv2/Makefile 1.4 +3 -3 ports/graphics/libkexiv2/distinfo 1.4 +1 -1 ports/graphics/libkexiv2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:49:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1524F16A417; Tue, 18 Sep 2007 07:49:34 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB39E13C4CE; Tue, 18 Sep 2007 07:49:33 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I7nXnB084428; Tue, 18 Sep 2007 07:49:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7nXZs084427; Tue, 18 Sep 2007 07:49:33 GMT (envelope-from ale) Message-Id: <200709180749.l8I7nXZs084427@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 07: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: ports/graphics/kipi-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 07:49:34 -0000 ale 2007-09-18 07:49:33 UTC FreeBSD ports repository Modified files: graphics/kipi-plugins Makefile Log: Chase libraries and bump PORTREVISION. Revision Changes Path 1.32 +3 -2 ports/graphics/kipi-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 07:50:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F89B16A418; Tue, 18 Sep 2007 07:50:06 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3873F13C459; Tue, 18 Sep 2007 07:50:06 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I7o6bC084528; Tue, 18 Sep 2007 07:50:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I7o6qZ084526; Tue, 18 Sep 2007 07:50:06 GMT (envelope-from ale) Message-Id: <200709180750.l8I7o6qZ084526@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 07:50:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/digikam Makefile ports/graphics/digikam/files patch-digikam_libs_lprof_lcmsprf.h patch-digikam_utilities_cameragui_gpcamera.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: Tue, 18 Sep 2007 07:50:06 -0000 ale 2007-09-18 07:50:05 UTC FreeBSD ports repository Modified files: graphics/digikam Makefile Added files: graphics/digikam/files patch-digikam_libs_lprof_lcmsprf.h patch-digikam_utilities_cameragui_gpcamera.cpp Log: Chase libraries, fix build and bump PORTREVISION. Revision Changes Path 1.38 +3 -2 ports/graphics/digikam/Makefile 1.1 +10 -0 ports/graphics/digikam/files/patch-digikam_libs_lprof_lcmsprf.h (new) 1.1 +30 -0 ports/graphics/digikam/files/patch-digikam_utilities_cameragui_gpcamera.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:02:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAE2B16A419; Tue, 18 Sep 2007 08:02:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A061113C474; Tue, 18 Sep 2007 08:02:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I82SbN085443; Tue, 18 Sep 2007 08:02:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I82S7T085442; Tue, 18 Sep 2007 08:02:28 GMT (envelope-from miwi) Message-Id: <200709180802.l8I82S7T085442@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 08:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/gsambad Makefile distinfo pkg-descr pkg-plist ports/net/gsambad/files crypt.h patch-Makefile.in patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 08:02:28 -0000 miwi 2007-09-18 08:02:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/gsambad Makefile distinfo pkg-descr pkg-plist net/gsambad/files crypt.h patch-Makefile.in patch-configure.in Log: GSAMBAD is an easy to use GTK+ frontend for the SAMBA file and print server. It features multiple local and remote user and group imports, on the fly share creation and user handling, including randomization of usernames and passwords. PDF printing to shared/private directories or email. It also features three levels of domain management strategies. WWW: http://gadmintools.org Revision Changes Path 1.1921 +1 -0 ports/net/Makefile 1.1 +42 -0 ports/net/gsambad/Makefile (new) 1.1 +3 -0 ports/net/gsambad/distinfo (new) 1.1 +40 -0 ports/net/gsambad/files/crypt.h (new) 1.1 +35 -0 ports/net/gsambad/files/patch-Makefile.in (new) 1.1 +41 -0 ports/net/gsambad/files/patch-configure.in (new) 1.1 +7 -0 ports/net/gsambad/pkg-descr (new) 1.1 +11 -0 ports/net/gsambad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:02:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE86D16A41A; Tue, 18 Sep 2007 08:02: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 7E47E13C459; Tue, 18 Sep 2007 08:02: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 l8I82qio085486; Tue, 18 Sep 2007 08:02:52 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I82qP2085485; Tue, 18 Sep 2007 08:02:52 GMT (envelope-from miwi) Message-Id: <200709180802.l8I82qP2085485@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 08:02: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: 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, 18 Sep 2007 08:02:52 -0000 miwi 2007-09-18 08:02:52 UTC FreeBSD ports repository Modified files: . modules Log: gsambad --> ports/net/gsambad Revision Changes Path 1.18757 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:08:20 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9116E16A419; Tue, 18 Sep 2007 08:08:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 203B313C467; Tue, 18 Sep 2007 08:08:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXY7g-000ExM-EV; Tue, 18 Sep 2007 11:08:04 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8I87uT1039276; Tue, 18 Sep 2007 11:07:56 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8I87thf039275; Tue, 18 Sep 2007 11:07:55 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Sep 2007 11:07:55 +0300 From: Kostik Belousov To: "David O'Brien" Message-ID: <20070918080755.GS79542@deviant.kiev.zoral.com.ua> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> <20070917162616.GP79542@deviant.kiev.zoral.com.ua> <20070917163814.GA13343@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="szdyR02yM8NCQUEm" Content-Disposition: inline In-Reply-To: <20070917163814.GA13343@dragon.NUXI.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: bb9f355b5be917825c280d06cf0e20ab X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1486 [September 18 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 08:08:20 -0000 --szdyR02yM8NCQUEm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 17, 2007 at 09:38:14AM -0700, David O'Brien wrote: > On Mon, Sep 17, 2007 at 07:26:16PM +0300, Kostik Belousov wrote: > > On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > > > obrien 2007-09-17 16:19:02 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: (Branch: RELENG_6) > > > sys/boot/common module.c=20 > > > Log: > > > Make life with "makeoptions INSTALL_DEBUG" easier. > > > =20 > > > Revision Changes Path > > > 1.25.10.2 +1 -0 src/sys/boot/common/module.c > >=20 > > Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.= 8.2 > > are committed by you directly into RELENG_6, without being put into the > > CURRENT first. >=20 > The need for this is only in 6-STABLE. "makeoptions INSTALL_DEBUG" > installs acts differently there. Yes, what about genscripts.sh ? --szdyR02yM8NCQUEm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG74daC3+MBN1Mb4gRAt/HAKDHdsX7Aqxonld16Tx37prLx78k7ACfaOk3 F9xuoaQE08tH78fOenN0FZk= =SCum -----END PGP SIGNATURE----- --szdyR02yM8NCQUEm-- From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:19:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A962216A417; Tue, 18 Sep 2007 08:19:56 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB1613C46A; Tue, 18 Sep 2007 08:19:56 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I8JuIA087577; Tue, 18 Sep 2007 08:19:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I8JuHU087576; Tue, 18 Sep 2007 08:19:56 GMT (envelope-from lofi) Message-Id: <200709180819.l8I8JuHU087576@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 18 Sep 2007 08:19:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/qt4-corelib Makefile ports/devel/qt4-corelib/files patch-CVE-2007-4137 ports/x11-toolkits/qt33/files patch-utf8-bug-qt3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 08:19:56 -0000 lofi 2007-09-18 08:19:56 UTC FreeBSD ports repository Modified files: devel/qt4-corelib Makefile x11-toolkits/qt33/files patch-utf8-bug-qt3 Added files: devel/qt4-corelib/files patch-CVE-2007-4137 Log: Fix potential vulnerability from an off-by-one error in the QUtf8Decoder class. Security: CVS-2007-4137 Revision Changes Path 1.14 +1 -1 ports/devel/qt4-corelib/Makefile 1.1 +11 -0 ports/devel/qt4-corelib/files/patch-CVE-2007-4137 (new) 1.2 +6 -2 ports/x11-toolkits/qt33/files/patch-utf8-bug-qt3 From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:35:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FA7316A41A; Tue, 18 Sep 2007 08:35:18 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3602A13C469; Tue, 18 Sep 2007 08:35:18 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I8ZIHB088669; Tue, 18 Sep 2007 08:35:18 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I8ZIeA088668; Tue, 18 Sep 2007 08:35:18 GMT (envelope-from lofi) Message-Id: <200709180835.l8I8ZIeA088668@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 18 Sep 2007 08:35:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kdemultimedia3 Makefile ports/multimedia/kdemultimedia3/files patch-kmix_mixer_oss.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: Tue, 18 Sep 2007 08:35:18 -0000 lofi 2007-09-18 08:35:17 UTC FreeBSD ports repository Modified files: multimedia/kdemultimedia3 Makefile Added files: multimedia/kdemultimedia3/files patch-kmix_mixer_oss.cpp Log: Make sure setting a recording device in kmix also succeeds if the mixer device only supports one recording source (true for most supported sound devices). Submitted by: Tim McCormick Revision Changes Path 1.135 +1 -1 ports/multimedia/kdemultimedia3/Makefile 1.1 +21 -0 ports/multimedia/kdemultimedia3/files/patch-kmix_mixer_oss.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 08:59:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31D9C16A419; Tue, 18 Sep 2007 08:59:54 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F40A713C467; Tue, 18 Sep 2007 08:59:53 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I8xrch098686; Tue, 18 Sep 2007 08:59:53 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I8xrxu098685; Tue, 18 Sep 2007 08:59:53 GMT (envelope-from lofi) Message-Id: <200709180859.l8I8xrxu098685@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 18 Sep 2007 08:59: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/sysutils/klaptopdaemon Makefile pkg-descr ports/sysutils/klaptopdaemon/files extrapatch-acpi-support X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 08:59:54 -0000 lofi 2007-09-18 08:59:53 UTC FreeBSD ports repository Modified files: sysutils/klaptopdaemon Makefile pkg-descr Added files: sysutils/klaptopdaemon/files extrapatch-acpi-support Log: Add an option to enable a patch by Nikita Staroverov that implements ACPI support in klaptopdaemon. PR: ports/116354 Submitted by: Alex Keda Revision Changes Path 1.21 +11 -2 ports/sysutils/klaptopdaemon/Makefile 1.1 +534 -0 ports/sysutils/klaptopdaemon/files/extrapatch-acpi-support (new) 1.2 +2 -1 ports/sysutils/klaptopdaemon/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 18 09:06:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D80F16A417; Tue, 18 Sep 2007 09:06:25 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F64413C46A; Tue, 18 Sep 2007 09:06:25 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I96PbM000497; Tue, 18 Sep 2007 09:06:25 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I96PVO000496; Tue, 18 Sep 2007 09:06:25 GMT (envelope-from lofi) Message-Id: <200709180906.l8I96PVO000496@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 18 Sep 2007 09:06:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/qt33 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 09:06:25 -0000 lofi 2007-09-18 09:06:24 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33 Makefile Log: Bump PORTREVISION Revision Changes Path 1.217 +2 -2 ports/x11-toolkits/qt33/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 09:19:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED8616A418; Tue, 18 Sep 2007 09:19:44 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C548C13C46B; Tue, 18 Sep 2007 09:19:44 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I9Jidb001142; Tue, 18 Sep 2007 09:19:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I9Ji28001141; Tue, 18 Sep 2007 09:19:44 GMT (envelope-from phk) Message-Id: <200709180919.l8I9Ji28001141@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 18 Sep 2007 09:19:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 geode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 09:19:45 -0000 phk 2007-09-18 09:19:44 UTC FreeBSD src repository Modified files: sys/i386/i386 geode.c Log: Recognize the Soekris NET5501 and configure the error led. Add watchdog(4) support by using the MFGPT0 in the Geode LX CX5536. (Supported range: 2^30 .. 2^44 ns = 1s ... 5h) Approved by: re (bmah) Revision Changes Path 1.10 +84 -3 src/sys/i386/i386/geode.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 09:22:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E257316A473; Tue, 18 Sep 2007 09:22:16 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B935F13C45B; Tue, 18 Sep 2007 09:22:16 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8I9MGfK001513; Tue, 18 Sep 2007 09:22:16 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8I9MGGf001512; Tue, 18 Sep 2007 09:22:16 GMT (envelope-from alfred) Message-Id: <200709180922.l8I9MGGf001512@repoman.freebsd.org> From: Alfred Perlstein Date: Tue, 18 Sep 2007 09:22:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys socket.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, 18 Sep 2007 09:22:17 -0000 alfred 2007-09-18 09:22:16 UTC FreeBSD src repository Modified files: sys/sys socket.h Log: Reserve AF_ constants for vendors by giving them the odd numbered AF_ constants ranging from 39 to 133. Approved by: re (kensmith) Revision Changes Path 1.95 +53 -0 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Tue Sep 18 09:42:40 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22C1816A417; Tue, 18 Sep 2007 09:42:40 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id DB1AC13C46C; Tue, 18 Sep 2007 09:42:39 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtp (Exim 4.67) (envelope-from ) id 1IXZb6-000J32-Mk; Tue, 18 Sep 2007 11:42:24 +0200 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 18 Sep 2007 11:42:24 +0200 (CEST) Message-ID: <26587.194.74.82.3.1190108544.squirrel@galain.elvandar.org> In-Reply-To: <200709180919.l8I9Ji28001141@repoman.freebsd.org> References: <200709180919.l8I9Ji28001141@repoman.freebsd.org> Date: Tue, 18 Sep 2007 11:42:24 +0200 (CEST) From: "Remko Lodder" To: "Poul-Henning Kamp" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 geode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 09:42:40 -0000 On Tue, September 18, 2007 11:19 am, Poul-Henning Kamp wrote: > phk 2007-09-18 09:19:44 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 geode.c > Log: > Recognize the Soekris NET5501 and configure the error led. > > Add watchdog(4) support by using the MFGPT0 in the Geode LX CX5536. > (Supported range: 2^30 .. 2^44 ns = 1s ... 5h) > > Approved by: re (bmah) > Hey Poul-Henning, Thanks!!! -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-all@FreeBSD.ORG Tue Sep 18 10:01:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED9D16A41B; Tue, 18 Sep 2007 10:01: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 A00A813C4A7; Tue, 18 Sep 2007 10:01:44 +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 l8IA1iw1004024; Tue, 18 Sep 2007 10:01:44 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IA1idS004022; Tue, 18 Sep 2007 10:01:44 GMT (envelope-from lth) Message-Id: <200709181001.l8IA1idS004022@repoman.freebsd.org> From: Lars Thegler Date: Tue, 18 Sep 2007 10:01:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 10:01:44 -0000 lth 2007-09-18 10:01:43 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Component-ACCEPT_CONTEXT Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.4 +1 -1 ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile 1.3 +3 -3 ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 11:11:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A77916A417; Tue, 18 Sep 2007 11:11:55 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DBB613C46A; Tue, 18 Sep 2007 11:11:55 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IBBtIx010942; Tue, 18 Sep 2007 11:11:55 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IBBtLU010941; Tue, 18 Sep 2007 11:11:55 GMT (envelope-from skv) Message-Id: <200709181111.l8IBBtLU010941@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 18 Sep 2007 11:11: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/p5-IO Makefile distinfo ports/devel/p5-IO/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 11:11:55 -0000 skv 2007-09-18 11:11:54 UTC FreeBSD ports repository Modified files: devel/p5-IO Makefile distinfo devel/p5-IO/files patch-Makefile.PL Log: Update to 1.2301 Changes: http://search.cpan.org/src/GBARR/IO-1.2301/ChangeLog Revision Changes Path 1.7 +2 -6 ports/devel/p5-IO/Makefile 1.4 +3 -3 ports/devel/p5-IO/distinfo 1.2 +8 -10 ports/devel/p5-IO/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Tue Sep 18 11:23:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0620316A468; Tue, 18 Sep 2007 11:23:18 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE07713C46B; Tue, 18 Sep 2007 11:23:17 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IBNHOJ011585; Tue, 18 Sep 2007 11:23:17 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IBNH3X011584; Tue, 18 Sep 2007 11:23:17 GMT (envelope-from murray) Message-Id: <200709181123.l8IBNH3X011584@repoman.freebsd.org> From: Murray Stokely Date: Tue, 18 Sep 2007 11:23:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects summerofcode-2007.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, 18 Sep 2007 11:23:18 -0000 murray 2007-09-18 11:23:17 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml Log: Grammar nits Submitted by: gabor Revision Changes Path 1.16 +2 -2 www/en/projects/summerofcode-2007.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 18 11:55:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7825616A41B; Tue, 18 Sep 2007 11:55:41 +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 538EF13C478; Tue, 18 Sep 2007 11:55:41 +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 l8IBtfOh014557; Tue, 18 Sep 2007 11:55:41 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IBtfoN014556; Tue, 18 Sep 2007 11:55:41 GMT (envelope-from dinoex) Message-Id: <200709181155.l8IBtfoN014556@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 18 Sep 2007 11:55: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/graphics/graphviz Makefile ports/graphics/graphviz/files patch-gvtextlayout_gd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 11:55:41 -0000 dinoex 2007-09-18 11:55:40 UTC FreeBSD ports repository Modified files: graphics/graphviz Makefile Added files: graphics/graphviz/files patch-gvtextlayout_gd.c Log: - bugfix for freetype Submitted by: Jung-uk Kim Obtained from: graphviz-CVS Revision Changes Path 1.82 +1 -0 ports/graphics/graphviz/Makefile 1.1 +20 -0 ports/graphics/graphviz/files/patch-gvtextlayout_gd.c (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 11:58:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9C2916A417; Tue, 18 Sep 2007 11:58:17 +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 A379E13C4FD; Tue, 18 Sep 2007 11:58:17 +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 l8IBwHQb014676; Tue, 18 Sep 2007 11:58:17 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IBwH42014675; Tue, 18 Sep 2007 11:58:17 GMT (envelope-from tabthorpe) Message-Id: <200709181158.l8IBwH42014675@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 18 Sep 2007 11: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/www/drood Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 11:58:17 -0000 tabthorpe 2007-09-18 11:58:17 UTC FreeBSD ports repository Modified files: www/drood Makefile distinfo Log: - update to 1.15 PR: ports/116417 Submitted by: James Bailie (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.7 +1 -1 ports/www/drood/Makefile 1.7 +3 -3 ports/www/drood/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:04:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56C4616A418; Tue, 18 Sep 2007 12:04:30 +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 327F913C468; Tue, 18 Sep 2007 12:04:30 +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 l8IC4UIE016353; Tue, 18 Sep 2007 12:04:30 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IC4UGJ016352; Tue, 18 Sep 2007 12:04:30 GMT (envelope-from tabthorpe) Message-Id: <200709181204.l8IC4UGJ016352@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 18 Sep 2007 12:04: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/archivers/libzip Makefile distinfo ports/archivers/libzip/files patch-man_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, 18 Sep 2007 12:04:30 -0000 tabthorpe 2007-09-18 12:04:29 UTC FreeBSD ports repository Modified files: archivers/libzip Makefile distinfo archivers/libzip/files patch-man_Makefile.in Log: - update to 0.8 PR: ports/115201 Submitted by: Maxim Samsonov Approved by: Alexander Zhuravlev (maintainer), clsung (mentor) Revision Changes Path 1.3 +6 -2 ports/archivers/libzip/Makefile 1.3 +3 -3 ports/archivers/libzip/distinfo 1.2 +6 -6 ports/archivers/libzip/files/patch-man_Makefile.in From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:09:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B99816A417; Tue, 18 Sep 2007 12:09:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 072C513C442; Tue, 18 Sep 2007 12:09: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 l8IC96DV016570; Tue, 18 Sep 2007 12:09:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IC96F3016569; Tue, 18 Sep 2007 12:09:06 GMT (envelope-from miwi) Message-Id: <200709181209.l8IC96F3016569@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 12:09:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/claws-mail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:09:07 -0000 miwi 2007-09-18 12:09:06 UTC FreeBSD ports repository Modified files: mail/claws-mail Makefile distinfo Log: - Update to 3.0.1 Changelog: http://sourceforge.net/forum/forum.php?forum_id=736049 Approved by: netchild (implicit) Revision Changes Path 1.129 +1 -1 ports/mail/claws-mail/Makefile 1.64 +3 -3 ports/mail/claws-mail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:09:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B2D16A41A; Tue, 18 Sep 2007 12:09: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 77C6D13C478; Tue, 18 Sep 2007 12:09: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 l8IC9Vm3016857; Tue, 18 Sep 2007 12:09:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IC9VEU016856; Tue, 18 Sep 2007 12:09:31 GMT (envelope-from miwi) Message-Id: <200709181209.l8IC9VEU016856@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 12:09:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/claws-mail-att_remover Makefile ports/mail/claws-mail-attach_warner Makefile ports/mail/claws-mail-cachesaver Makefile ports/mail/claws-mail-etpan_privacy Makefile ports/mail/claws-mail-fetchinfo Makefile ports/mail/claws-mail-gtkhtml2_viewer Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:09:31 -0000 miwi 2007-09-18 12:09:31 UTC FreeBSD ports repository Modified files: mail/claws-mail-att_remover Makefile mail/claws-mail-attach_warner Makefile mail/claws-mail-cachesaver Makefile mail/claws-mail-etpan_privacy Makefile mail/claws-mail-fetchinfo Makefile mail/claws-mail-gtkhtml2_viewer Makefile mail/claws-mail-maildir Makefile mail/claws-mail-newmail Makefile mail/claws-mail-pdf_viewer Makefile mail/claws-mail-perl Makefile mail/claws-mail-rssyl Makefile mail/claws-mail-smime Makefile mail/claws-mail-spamreport Makefile mail/claws-mail-synce Makefile Log: - Bump PORTREVISION after claws-mail update Revision Changes Path 1.19 +3 -2 ports/mail/claws-mail-att_remover/Makefile 1.9 +3 -2 ports/mail/claws-mail-attach_warner/Makefile 1.19 +3 -2 ports/mail/claws-mail-cachesaver/Makefile 1.20 +3 -3 ports/mail/claws-mail-etpan_privacy/Makefile 1.19 +3 -2 ports/mail/claws-mail-fetchinfo/Makefile 1.24 +3 -2 ports/mail/claws-mail-gtkhtml2_viewer/Makefile 1.21 +3 -3 ports/mail/claws-mail-maildir/Makefile 1.19 +3 -2 ports/mail/claws-mail-newmail/Makefile 1.10 +3 -2 ports/mail/claws-mail-pdf_viewer/Makefile 1.19 +3 -2 ports/mail/claws-mail-perl/Makefile 1.28 +3 -2 ports/mail/claws-mail-rssyl/Makefile 1.23 +3 -2 ports/mail/claws-mail-smime/Makefile 1.2 +3 -2 ports/mail/claws-mail-spamreport/Makefile 1.18 +3 -2 ports/mail/claws-mail-synce/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:10:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E269316A418; Tue, 18 Sep 2007 12:10: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 BD89E13C46E; Tue, 18 Sep 2007 12:10: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 l8ICA2Z3016946; Tue, 18 Sep 2007 12:10:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICA29T016945; Tue, 18 Sep 2007 12:10:02 GMT (envelope-from miwi) Message-Id: <200709181210.l8ICA29T016945@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 12:10: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/mail/claws-mail-vcalendar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:10:03 -0000 miwi 2007-09-18 12:10:02 UTC FreeBSD ports repository Modified files: mail/claws-mail-vcalendar Makefile distinfo Log: - Update to 1.98 Approved by: maintainer implicit Revision Changes Path 1.26 +3 -3 ports/mail/claws-mail-vcalendar/Makefile 1.13 +3 -3 ports/mail/claws-mail-vcalendar/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:14:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 038C116A417; Tue, 18 Sep 2007 12:14: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 CDEB313C45D; Tue, 18 Sep 2007 12:14: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 l8ICE7lk017376; Tue, 18 Sep 2007 12:14:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICE78F017375; Tue, 18 Sep 2007 12:14:07 GMT (envelope-from miwi) Message-Id: <200709181214.l8ICE78F017375@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 12:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/claws-mail-notification Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:14:08 -0000 miwi 2007-09-18 12:14:07 UTC FreeBSD ports repository Modified files: mail/claws-mail-notification Makefile distinfo Log: - File was rerolled - Bump PORTREVISION after claws-mail update Notes from Holger Berndt (author) Fix typo in English popup string. Thanks to Andrea Spadaccini for reporting Submitted by: Hagen Kühl (via irc freenode #freebsd-doc.de) Approved by: maintainer implicit Revision Changes Path 1.25 +1 -0 ports/mail/claws-mail-notification/Makefile 1.14 +3 -3 ports/mail/claws-mail-notification/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:22:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C50316A419; Tue, 18 Sep 2007 12:22:02 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id BB82613C48A; Tue, 18 Sep 2007 12:22:01 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from dhcp250-210.yandex.ru ([87.250.250.210]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1IXc6Y-0007O6-Ad; Tue, 18 Sep 2007 16:23:02 +0400 Message-ID: <46EFC2E3.5000708@FreeBSD.org> Date: Tue, 18 Sep 2007 16:21:55 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "David E. O'Brien" References: <200709180248.l8I2mqbI049227@repoman.freebsd.org> In-Reply-To: <200709180248.l8I2mqbI049227@repoman.freebsd.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/pcc Makefile distinfo pkg-descr ports/lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-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, 18 Sep 2007 12:22:02 -0000 David E. O'Brien ïèøåò: > obrien 2007-09-18 02:48:52 UTC > > FreeBSD ports repository > > Modified files: > lang Makefile > Added files: > lang/pcc Makefile distinfo pkg-descr > lang/pcc/files ccconfig.h f77config.h patch-configure > patch-cpp-Makefile.in > Log: > C99 modernization of the original Portable C Compiler by S. C. Johnson, > written in the late 70's. Just wonder why commit an unbuildable port? Adding USE_GMAKE=yes line fixes the problem. -- Dixi. Sem. From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:36:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12DC916A420; Tue, 18 Sep 2007 12:36:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0DF713C459; Tue, 18 Sep 2007 12:36:58 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ICawhW018817; Tue, 18 Sep 2007 12:36:58 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICaw6J018816; Tue, 18 Sep 2007 12:36:58 GMT (envelope-from ale) Message-Id: <200709181236.l8ICaw6J018816@repoman.freebsd.org> From: Alex Dupre Date: Tue, 18 Sep 2007 12:36:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/engine_pkcs11 Makefile ports/security/iaikpkcs11wrapper Makefile ports/security/libp11 Makefile ports/security/pkcs11-helper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:36:59 -0000 ale 2007-09-18 12:36:58 UTC FreeBSD ports repository Modified files: security/engine_pkcs11 Makefile security/iaikpkcs11wrapper Makefile security/libp11 Makefile security/pkcs11-helper Makefile Log: Add COMMENT escaping. Revision Changes Path 1.5 +1 -1 ports/security/engine_pkcs11/Makefile 1.3 +1 -1 ports/security/iaikpkcs11wrapper/Makefile 1.3 +1 -1 ports/security/libp11/Makefile 1.4 +1 -1 ports/security/pkcs11-helper/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:38:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7AE916A418; Tue, 18 Sep 2007 12:38:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C292313C4CE; Tue, 18 Sep 2007 12:38:26 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ICcQQK018878; Tue, 18 Sep 2007 12:38:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICcQQ2018877; Tue, 18 Sep 2007 12:38:26 GMT (envelope-from rafan) Message-Id: <200709181238.l8ICcQQ2018877@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 18 Sep 2007 12:38: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-im/tkabber-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: Tue, 18 Sep 2007 12:38:27 -0000 rafan 2007-09-18 12:38:26 UTC FreeBSD ports repository Modified files: net-im/tkabber-devel Makefile distinfo pkg-plist Log: - Update to 0.10.0.a.20070916 PR: ports/116400 Submitted by: Denis Shaposhnikov (maintainer) Revision Changes Path 1.27 +4 -4 ports/net-im/tkabber-devel/Makefile 1.23 +3 -3 ports/net-im/tkabber-devel/distinfo 1.19 +10 -6 ports/net-im/tkabber-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:41:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A4316A421; Tue, 18 Sep 2007 12:41: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 7450513C4E8; Tue, 18 Sep 2007 12:41:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ICfRfX019179; Tue, 18 Sep 2007 12:41:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICfRCx019177; Tue, 18 Sep 2007 12:41:27 GMT (envelope-from miwi) Message-Id: <200709181241.l8ICfRCx019177@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 12:41:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/smbldap-tools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:41:27 -0000 miwi 2007-09-18 12:41:27 UTC FreeBSD ports repository Modified files: net/smbldap-tools Makefile distinfo Log: - Update to 0.9.4 - Pass maintainership to mm@ Revision Changes Path 1.16 +3 -3 ports/net/smbldap-tools/Makefile 1.11 +3 -3 ports/net/smbldap-tools/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:50:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9068916A417; Tue, 18 Sep 2007 12:50:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0E613C4A5; Tue, 18 Sep 2007 12:50:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ICoc1N028306; Tue, 18 Sep 2007 12:50:38 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICobEU028305; Tue, 18 Sep 2007 12:50:37 GMT (envelope-from mm) Message-Id: <200709181250.l8ICobEU028305@repoman.freebsd.org> From: Martin Matuska Date: Tue, 18 Sep 2007 12:50: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/lang/tcl82 Makefile ports/x11-toolkits/tk82 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:50:38 -0000 mm 2007-09-18 12:50:37 UTC FreeBSD ports repository Modified files: lang/tcl82 Makefile x11-toolkits/tk82 Makefile Log: - Add PORTSCOUT skipv Revision Changes Path 1.60 +2 -0 ports/lang/tcl82/Makefile 1.63 +2 -0 ports/x11-toolkits/tk82/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:51:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62AFA16A41B; Tue, 18 Sep 2007 12:51:42 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E05013C4B3; Tue, 18 Sep 2007 12:51:42 +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 l8ICpg4b028591; Tue, 18 Sep 2007 12:51:42 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICpgvO028590; Tue, 18 Sep 2007 12:51:42 GMT (envelope-from mm) Message-Id: <200709181251.l8ICpgvO028590@repoman.freebsd.org> From: Martin Matuska Date: Tue, 18 Sep 2007 12:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcl83 Makefile ports/x11-toolkits/tk83 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:51:42 -0000 mm 2007-09-18 12:51:42 UTC FreeBSD ports repository Modified files: lang/tcl83 Makefile x11-toolkits/tk83 Makefile Log: - Add PORTSCOUT skipv Revision Changes Path 1.75 +2 -0 ports/lang/tcl83/Makefile 1.75 +2 -0 ports/x11-toolkits/tk83/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:52:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39F4716A41A; Tue, 18 Sep 2007 12:52:29 +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 15C8213C469; Tue, 18 Sep 2007 12:52:29 +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 l8ICqS08028690; Tue, 18 Sep 2007 12:52:28 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICqSS2028689; Tue, 18 Sep 2007 12:52:28 GMT (envelope-from chinsan) Message-Id: <200709181252.l8ICqSS2028689@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 12:52: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/zh_TW.Big5/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, 18 Sep 2007 12:52:29 -0000 chinsan 2007-09-18 12:52:28 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/faq book.sgml Log: - MFen: 1.772 - Fix some typo. Obtained from: The FreeBSD Traditional Chinese Project Revision Changes Path 1.23 +470 -216 doc/zh_TW.Big5/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 18 12:52:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A84F316A41A; Tue, 18 Sep 2007 12:52:40 +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 7AE9B13C483; Tue, 18 Sep 2007 12:52:40 +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 l8ICqekE028739; Tue, 18 Sep 2007 12:52:40 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ICqeq3028738; Tue, 18 Sep 2007 12:52:40 GMT (envelope-from mm) Message-Id: <200709181252.l8ICqeq3028738@repoman.freebsd.org> From: Martin Matuska Date: Tue, 18 Sep 2007 12:52:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/aolserver-nsmhash Makefile ports/security/aolserver-nsmcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 12:52:40 -0000 mm 2007-09-18 12:52:40 UTC FreeBSD ports repository Modified files: security/aolserver-nsmhash Makefile security/aolserver-nsmcrypt Makefile Log: - Add PORTSCOUT skipv Revision Changes Path 1.7 +2 -0 ports/security/aolserver-nsmcrypt/Makefile 1.7 +2 -0 ports/security/aolserver-nsmhash/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 13:05:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F8E16A41B; Tue, 18 Sep 2007 13:05:22 +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 E14F013C458; Tue, 18 Sep 2007 13:05:21 +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 l8ID5LoI030685; Tue, 18 Sep 2007 13:05:21 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ID5LDj030684; Tue, 18 Sep 2007 13:05:21 GMT (envelope-from chinsan) Message-Id: <200709181305.l8ID5LDj030684@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 13:05: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-fm/pcmanfm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 13:05:22 -0000 chinsan 2007-09-18 13:05:21 UTC FreeBSD ports repository Modified files: x11-fm/pcmanfm Makefile Log: - Mark DEPRECATED for unmaintained upstream. - Schedule for expiration on 2007-10-18 Revision Changes Path 1.11 +3 -0 ports/x11-fm/pcmanfm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 13:14:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F9ED16A418; Tue, 18 Sep 2007 13:14:01 +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 B83B613C494; Tue, 18 Sep 2007 13:14: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 l8IDE0nH031215; Tue, 18 Sep 2007 13:14:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IDE0td031214; Tue, 18 Sep 2007 13:14:00 GMT (envelope-from obrien) Message-Id: <200709181314.l8IDE0td031214@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Sep 2007 13:14:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/pcc 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, 18 Sep 2007 13:14:01 -0000 obrien 2007-09-18 13:14:00 UTC FreeBSD ports repository Modified files: lang/pcc pkg-descr Log: Add the website. Revision Changes Path 1.2 +2 -0 ports/lang/pcc/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 18 13:16:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB2D16A420; Tue, 18 Sep 2007 13:16:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF2313C45A; Tue, 18 Sep 2007 13:16:13 +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 l8IDGDEr031349; Tue, 18 Sep 2007 13:16:13 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IDGDam031348; Tue, 18 Sep 2007 13:16:13 GMT (envelope-from tabthorpe) Message-Id: <200709181316.l8IDGDam031348@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 18 Sep 2007 13:16: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/sshit Makefile ports/security/sshit/files patch-sshit.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 13:16:13 -0000 tabthorpe 2007-09-18 13:16:12 UTC FreeBSD ports repository Modified files: security/sshit Makefile security/sshit/files patch-sshit.diff Log: - make work with fqdn - bump PORTREVISION PR: ports/115210 Submitted by: Alex Keda Approved by: Jui-Nan Lin (maintainer), clsung (mentor) Revision Changes Path 1.6 +1 -1 ports/security/sshit/Makefile 1.2 +3 -3 ports/security/sshit/files/patch-sshit.diff From owner-cvs-all@FreeBSD.ORG Tue Sep 18 13:26:05 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D618C16A46C; Tue, 18 Sep 2007 13:26:05 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx01.syd.optusnet.com.au (fallbackmx01.syd.optusnet.com.au [211.29.132.93]) by mx1.freebsd.org (Postfix) with ESMTP id C2CC113C46A; Tue, 18 Sep 2007 13:26:04 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by fallbackmx01.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l8I77Boj001997; Tue, 18 Sep 2007 17:07:11 +1000 Received: from c220-239-235-248.carlnfd3.nsw.optusnet.com.au (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l8I76NZc023746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Sep 2007 17:06:26 +1000 Date: Tue, 18 Sep 2007 17:06:23 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Peter Wemm In-Reply-To: <200709172155.l8HLtSJ1015353@repoman.freebsd.org> Message-ID: <20070918153428.Q32735@delplex.bde.org> References: <200709172155.l8HLtSJ1015353@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/i386/i386 genassym.c src/sys/amd64/amd64 genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 13:26:06 -0000 On Mon, 17 Sep 2007, Peter Wemm wrote: > peter 2007-09-17 21:55:28 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 genassym.c > sys/amd64/amd64 genassym.c > Log: > Fix an undefined symbol that as/ld neglected to flag as a problem. It > was used in assembler code in such a way that no unresolved relocation > records were generated, so ld didn't flag the problem. You can see > this with an 'nm' of the kernel. There will be 'U MAXCPU' on SMP systems. > > The impact of this is that the intrcount/intrnames arrays do not have > the intended amount of space reserved. This could lead to interesting > problems due to the arrays being present in the middle of kernel code. > An overflow would be rather interesting as executable code would be used > as per-cpu incrementing interrupt counters. I think there was no problem in practice due to the disgustingly bloat in the array sizes since RELENG_4. The arrays normally had 769 slots: 769 = 1 + (256 + 128) * 2, where 256 is the (max) number of non-MSI intrs, 128 is the (max) number of MSI intrs, and 2 is space for expansion. Now they normally have 1025 slots (another 256 for (1 + 7) * MAXCPU). The space allocation used to be about 3K for the counters and 16K for the strings. Allocation is by incrementing the index with no overflow checks. All this when most systems have about 4 active interrupts and about 10 used ones and about 30 allocated ones (e.g., freefall now has only 1 clk, 1 rtc, 1 disk and 1 network interrupt active; sio0 fired about 40000 times; fdc0 and ppp0 fired just once (presumably due to races in the initialization of unused devices), and another 26 interrupts (mainly stray interrupts) are allocated but never fired after 67 days uptime). > This fixes it for now by exporting MAXCPU to the assembler. A better fix > might be to define these data structures in C - they're only referenced > in the kernel from C code these days anyway. The "end" labels cannot be declared in C. I don't know how to declare them even in gcc asm. The end labels are related to the bloat. Userland expects at least the names to be packed into a statically allocated string space, with the size determined by the end pointers. (It uses the labels directly for the dead kernel case, and the sysctls are no more aware of the real end of the used part of the arrays than is userland, so they return the whole arrays then userland has even less chance of avoiding looking at the unused parts of the arrays than in the dead kernel case). Now the strings still form a string space, but the space+time savings from this are turned into space+time losses by padding the strings to the same length. Userland now wastes time skipping the padding and the enormous arrays, and has bugs from not actually understanding the padding. The padding consists of trailing spaces which should normally be skipped before display, but applications like vmstat -i don't understand the padding so they display the whole strings, resulting in ugly formatting. vmstat -i also doesn't expect there to be about 1000 never-used slots, so it always iterates over the whole arrays. This is not so bad for the names because names in the unused slots aren't padded. All this is handled better in RELENG_4. The arrays are much smaller (normally 49 slots for non-SMP (= non APIC)). Allocation is more dynamic. Slots are reused if possible. If the arrays fill up and reuse is impossible, then the problem is actually detected, and a preallocated bit-bucket slot is used so that there is somewhere to put the counts (but under a wrong name). The locking for this is not quite right but would be easy to do right even using fully dynamic allocation. Just lock everything while updating the pointers to the counters, etc. Updating is very rare so a global exclusive-writer/shared/reader lock would work fine, and it doesn't matter if the lock needs to be held for a long time while realloc()ing everything. Realloc()ing is only a problem for the dead kernel API. It should be possible for statically allocated arrays to fill up no matter how large they are, since counts should be per-device and devices are dynamic so there can be any number of them. A malicious driver that changes its name on every reload should cause -current to panic after only about 1000 reloads. Bruce From owner-cvs-all@FreeBSD.ORG Tue Sep 18 13:35:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E24A16A420; Tue, 18 Sep 2007 13:35:02 +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 D16CC13C46C; Tue, 18 Sep 2007 13:35:00 +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 l8IDZ062032433; Tue, 18 Sep 2007 13:35:00 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IDZ0PP032432; Tue, 18 Sep 2007 13:35:00 GMT (envelope-from lwhsu) Message-Id: <200709181335.l8IDZ0PP032432@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 18 Sep 2007 13:35: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/ftp/py-pyftpdlib 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, 18 Sep 2007 13:35:02 -0000 lwhsu 2007-09-18 13:35:00 UTC FreeBSD ports repository Modified files: ftp/py-pyftpdlib pkg-descr Log: - Update WWW per author's requst. Revision Changes Path 1.2 +1 -1 ports/ftp/py-pyftpdlib/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 18 14:14:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B19716A41A; Tue, 18 Sep 2007 14:14:57 +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 194DE13C467; Tue, 18 Sep 2007 14:14:57 +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 l8IEEuqG036572; Tue, 18 Sep 2007 14:14:57 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IEEuj0036571; Tue, 18 Sep 2007 14:14:56 GMT (envelope-from obrien) Message-Id: <200709181414.l8IEEuj0036571@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Sep 2007 14: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/lang/pcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 14:14:57 -0000 obrien 2007-09-18 14:14:56 UTC FreeBSD ports repository Modified files: lang/pcc Makefile Log: Use Gmake for now - for some reason 1/2 time bmake will not 'make all' within the build directory. Submitted by: Marcus von Appen Revision Changes Path 1.2 +1 -0 ports/lang/pcc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 14:26:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E15B16A41B; Tue, 18 Sep 2007 14:26:34 +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 4CD0F13C45E; Tue, 18 Sep 2007 14:26:34 +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 l8IEQYjd037249; Tue, 18 Sep 2007 14:26:34 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IEQYcZ037248; Tue, 18 Sep 2007 14:26:34 GMT (envelope-from erwin) Message-Id: <200709181426.l8IEQYcZ037248@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 18 Sep 2007 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: 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, 18 Sep 2007 14:26:34 -0000 erwin 2007-09-18 14:26:34 UTC FreeBSD ports repository Modified files: . modules Log: Add entry for lang/pcc Forgotten by: obrien Revision Changes Path 1.18758 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 18 14:31:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9243916A417; Tue, 18 Sep 2007 14:31:01 +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 7058E13C45E; Tue, 18 Sep 2007 14:31:01 +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 l8IEV1AW037552; Tue, 18 Sep 2007 14:31:01 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IEV16I037551; Tue, 18 Sep 2007 14:31:01 GMT (envelope-from obrien) Message-Id: <200709181431.l8IEV16I037551@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Sep 2007 14:31: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/lang/pcc/files ccconfig.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, 18 Sep 2007 14:31:01 -0000 obrien 2007-09-18 14:31:01 UTC FreeBSD ports repository Modified files: lang/pcc/files ccconfig.h Log: Tweak the FreeBSD configuration. Revision Changes Path 1.2 +6 -4 ports/lang/pcc/files/ccconfig.h From owner-cvs-all@FreeBSD.ORG Tue Sep 18 14:40:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1050A16A46D for ; Tue, 18 Sep 2007 14:40:50 +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 E746C13C4F8 for ; Tue, 18 Sep 2007 14:40:49 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8IEeU0P010096; Tue, 18 Sep 2007 07:40:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8IEeUZq010095; Tue, 18 Sep 2007 07:40:30 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Sep 2007 07:40:30 -0700 From: "David O'Brien" To: Sergey Matveychuk Message-ID: <20070918144030.GB67357@dragon.NUXI.org> References: <200709180248.l8I2mqbI049227@repoman.freebsd.org> <46EFC2E3.5000708@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <46EFC2E3.5000708@FreeBSD.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/pcc Makefile distinfo pkg-descr ports/lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-Makefile.in 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: Tue, 18 Sep 2007 14:40:50 -0000 On Tue, Sep 18, 2007 at 04:21:55PM +0400, Sergey Matveychuk wrote: > David E. O'Brien ïèøåò: > >obrien 2007-09-18 02:48:52 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang Makefile > > Added files: > > lang/pcc Makefile distinfo pkg-descr > > lang/pcc/files ccconfig.h f77config.h patch-configure > > patch-cpp-Makefile.in > > Log: > > C99 modernization of the original Portable C Compiler by S. C. Johnson, > > written in the late 70's. > > Just wonder why commit an unbuildable port? Adding USE_GMAKE=yes line > fixes the problem. It built for me as I was testing(tm). It seems that with bmake it builds sometimes and not other times. There is nothing I see in pcc*/Makefile that is Gmake specific. In fact, if you 'make configure' and then (cd work/pcc* ; make) it builds fine. -- -- David (obrien@FreeBSD.org) Q: Because it reverses the logical flow of conversation. A: Why is top-posting (putting a reply at the top of the message) frowned upon? Let's not play "Jeopardy-style quoting" From owner-cvs-all@FreeBSD.ORG Tue Sep 18 14:52:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9E8716A417; Tue, 18 Sep 2007 14:52:43 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97D9413C469; Tue, 18 Sep 2007 14:52:43 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IEqhc0038953; Tue, 18 Sep 2007 14:52:43 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IEqh9t038947; Tue, 18 Sep 2007 14:52:43 GMT (envelope-from tobez) Message-Id: <200709181452.l8IEqh9t038947@repoman.freebsd.org> From: Anton Berezin Date: Tue, 18 Sep 2007 14:52: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/p5-B-Generate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 14:52:43 -0000 tobez 2007-09-18 14:52:43 UTC FreeBSD ports repository Modified files: devel/p5-B-Generate Makefile distinfo Log: Update to 1.10. Require perl 5.8.X (thanks to gabor, this part is much cleaner now than it used to be). Changes: http://search.cpan.org/src/JJORE/B-Generate-1.10/Changes Revision Changes Path 1.3 +3 -1 ports/devel/p5-B-Generate/Makefile 1.2 +3 -3 ports/devel/p5-B-Generate/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:00:15 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EF516A468; Tue, 18 Sep 2007 15:00:15 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id BF24C13C45B; Tue, 18 Sep 2007 15:00:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXeYM-000FQp-BA; Tue, 18 Sep 2007 18:00:02 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8IExrQI005581; Tue, 18 Sep 2007 17:59:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8IExrGk005577; Tue, 18 Sep 2007 17:59:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Sep 2007 17:59:53 +0300 From: Kostik Belousov To: Tim Kientzle Message-ID: <20070918145953.GW79542@deviant.kiev.zoral.com.ua> References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RCcFxJ34+mAtH0DM" Content-Disposition: inline In-Reply-To: <200709180420.l8I4KMFG057365@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: f7f1c38b0b2d7aeba17750d70212ab70 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1490 [September 18 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:00:15 -0000 --RCcFxJ34+mAtH0DM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: > kientzle 2007-09-18 04:20:21 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libarchive archive_write_disk.c=20 > lib/libarchive/test test_write_disk.c=20 > Log: > Correct the return value from archive_write_data() > (when used to restore files to disk) to match: > * The documentation > * The return values of this function when used > to write files into an archive. > =20 > Approved by: re (bmah) > Pointy hat: \me > MFC after: 5 days > =20 > Revision Changes Path > 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c > 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c After this commit: =3D=3D=3D> Patching for sdl_mixer-1.2.7_2 =3D=3D=3D> Applying FreeBSD patches for sdl_mixer-1.2.7_2 1 out of 1 hunks failed--saving rejects to SDL_mixer.h.rej =3D> Patch patch-SDL_mixer.h failed to apply cleanly. =3D> Patch(es) patch-Makefile.in applied cleanly. *** Error code 1 Stop in /usr/ports/audio/sdl_mixer. *** Error code 1 It seems that tar is broken. --RCcFxJ34+mAtH0DM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG7+fpC3+MBN1Mb4gRAhh7AJ0ZqVNtSyaefB95hXula0Y6ZBJF8wCgwqmL GkyDLcKhxuqmYlQzAPoEgKg= =85+r -----END PGP SIGNATURE----- --RCcFxJ34+mAtH0DM-- From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:02:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C12416A52E; Tue, 18 Sep 2007 15:02:24 +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 4A1AF13C48D; Tue, 18 Sep 2007 15:02:24 +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 l8IF2OA3039615; Tue, 18 Sep 2007 15:02:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IF2OUu039614; Tue, 18 Sep 2007 15:02:24 GMT (envelope-from rafan) Message-Id: <200709181502.l8IF2OUu039614@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 18 Sep 2007 15:02: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/math/emc2 Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:02:24 -0000 rafan 2007-09-18 15:02:24 UTC FreeBSD ports repository Modified files: math/emc2 Makefile pkg-descr Log: - Fix fetch problem - Update WWW entry PR: ports/116409 Submitted by: Dan Voisine Revision Changes Path 1.6 +2 -1 ports/math/emc2/Makefile 1.2 +1 -1 ports/math/emc2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:10:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEDFA16A418; Tue, 18 Sep 2007 15:10:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD01913C49D; Tue, 18 Sep 2007 15:10:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IFANTV041428; Tue, 18 Sep 2007 15:10:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFANVT041427; Tue, 18 Sep 2007 15:10:23 GMT (envelope-from miwi) Message-Id: <200709181510.l8IFANVT041427@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 15:10: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/mail/mailscanner 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, 18 Sep 2007 15:10:24 -0000 miwi 2007-09-18 15:10:23 UTC FreeBSD ports repository Modified files: mail/mailscanner Makefile distinfo pkg-plist Log: - Update to 4.63.8 PR: 116436 Submitted by: Jan-Peter Koopmann (maintainer) Revision Changes Path 1.68 +2 -2 ports/mail/mailscanner/Makefile 1.46 +3 -3 ports/mail/mailscanner/distinfo 1.37 +3 -1 ports/mail/mailscanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:14:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C8FC16A417; Tue, 18 Sep 2007 15:14: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 8050413C481; Tue, 18 Sep 2007 15:14: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 l8IFEs2J051924; Tue, 18 Sep 2007 15:14:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFEsbW051908; Tue, 18 Sep 2007 15:14:54 GMT (envelope-from miwi) Message-Id: <200709181514.l8IFEsbW051908@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 15: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: CVSROOT modules ports MOVED ports/net-mgmt Makefile ports/net-mgmt/ocs-unix-agent Makefile distinfo pkg-descr ports/net-mgmt/ocs-unix-agent/files patch-Makefile.in ports/security Makefile ports/security/vncrypt 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, 18 Sep 2007 15:14:54 -0000 miwi 2007-09-18 15:14:54 UTC FreeBSD ports repository Modified files: . modules . MOVED net-mgmt Makefile security Makefile Removed files: net-mgmt/ocs-unix-agent Makefile distinfo pkg-descr net-mgmt/ocs-unix-agent/files patch-Makefile.in security/vncrypt Makefile distinfo pkg-descr pkg-message pkg-plist Log: 2007-08-29 security/vncrypt: not supported on any current version of FreeBSD 2007-09-15 net-mgmt/ocs-unix-agent: Use net-mgmt/ocsinventory-agent instead Revision Changes Path 1.18759 +0 -2 CVSROOT/modules 1.1478 +3 -1 ports/MOVED 1.136 +0 -1 ports/net-mgmt/Makefile 1.4 +0 -35 ports/net-mgmt/ocs-unix-agent/Makefile (dead) 1.2 +0 -3 ports/net-mgmt/ocs-unix-agent/distinfo (dead) 1.2 +0 -11 ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in (dead) 1.2 +0 -5 ports/net-mgmt/ocs-unix-agent/pkg-descr (dead) 1.920 +0 -1 ports/security/Makefile 1.7 +0 -53 ports/security/vncrypt/Makefile (dead) 1.5 +0 -3 ports/security/vncrypt/distinfo (dead) 1.2 +0 -8 ports/security/vncrypt/pkg-descr (dead) 1.2 +0 -4 ports/security/vncrypt/pkg-message (dead) 1.2 +0 -12 ports/security/vncrypt/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:16:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE1AD16A41B; Tue, 18 Sep 2007 15:16:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3E8F13C4A6; Tue, 18 Sep 2007 15:16:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IFGdg0054039; Tue, 18 Sep 2007 15:16:39 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFGdMu054036; Tue, 18 Sep 2007 15:16:39 GMT (envelope-from rrs) Message-Id: <200709181516.l8IFGdMu054036@repoman.freebsd.org> From: Randall Stewart Date: Tue, 18 Sep 2007 15:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_uio.h sctp_usrreq.c sctputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:16:39 -0000 rrs 2007-09-18 15:16:39 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_uio.h sctp_usrreq.c sctputil.c Log: - The address lock is changed to a rwlock. This also involves macro changes to have a RLOCK and a WLOCK and placing the correct version within the code. - The INP-INFO lock is changed to a rwlock. - When sctp_shutdown() is called on Mac OS X, the socket lock is held. So call sctp_chunk_output with SCTP_SO_LOCKED and not SCTP_SO_NOT_LOCKED. - Add SCTP_IPI_ADDR_[RW]LOCK and SCTP_IPI_ADDR_[RW]UNLOCK for Mac OS X. - u_int64_t -> uint64_t - add missing addr unlock for error return path Approved by: re@freebsd.org (K Smith) Revision Changes Path 1.33 +10 -13 src/sys/netinet/sctp_asconf.c 1.10 +30 -11 src/sys/netinet/sctp_lock_bsd.h 1.33 +2 -0 src/sys/netinet/sctp_os_bsd.h 1.57 +6 -6 src/sys/netinet/sctp_output.c 1.59 +19 -19 src/sys/netinet/sctp_pcb.c 1.31 +2 -2 src/sys/netinet/sctp_pcb.h 1.29 +1 -1 src/sys/netinet/sctp_uio.h 1.47 +5 -5 src/sys/netinet/sctp_usrreq.c 1.62 +12 -12 src/sys/netinet/sctputil.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:22:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE42716A419; Tue, 18 Sep 2007 15:22: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 E262D13C45B; Tue, 18 Sep 2007 15:22: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 l8IFMsK1054981; Tue, 18 Sep 2007 15:22:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFMsuY054980; Tue, 18 Sep 2007 15:22:54 GMT (envelope-from miwi) Message-Id: <200709181522.l8IFMsuY054980@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 15:22: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: CVSROOT modules ports LEGAL MOVED ports/net-mgmt Makefile ports/net-mgmt/p5-Net-SNMP3 Makefile distinfo pkg-descr pkg-plist ports/sysutils Makefile ports/sysutils/cd9660_unicode Makefile distinfo pkg-descr pkg-message pkg-plist ports/www ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:22:55 -0000 miwi 2007-09-18 15:22:54 UTC FreeBSD ports repository Modified files: . modules . LEGAL MOVED net-mgmt Makefile sysutils Makefile www Makefile x11-wm Makefile Removed files: net-mgmt/p5-Net-SNMP3 Makefile distinfo pkg-descr pkg-plist sysutils/cd9660_unicode Makefile distinfo pkg-descr pkg-message pkg-plist www/hotjava Makefile distinfo pkg-descr pkg-plist www/hotjava/files patch-aa www/mapedit Makefile distinfo pkg-descr pkg-plist www/mapedit/files COPYRIGHT patch-aa x11-wm/obtuner Makefile distinfo pkg-descr x11-wm/obtuner/files patch-fthemes.h Log: 2007-09-15 x11-wm/obtuner: broken with recent Openbox and the project is not active anymore 2007-08-22 www/mapedit: Depends on obsolete version of jdk 2007-08-22 www/hotjava: Depends on obsolete version of jdk 2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8) 2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions Revision Changes Path 1.18760 +0 -5 CVSROOT/modules 1.548 +1 -3 ports/LEGAL 1.1479 +6 -1 ports/MOVED 1.137 +0 -1 ports/net-mgmt/Makefile 1.16 +0 -28 ports/net-mgmt/p5-Net-SNMP3/Makefile (dead) 1.10 +0 -3 ports/net-mgmt/p5-Net-SNMP3/distinfo (dead) 1.2 +0 -8 ports/net-mgmt/p5-Net-SNMP3/pkg-descr (dead) 1.6 +0 -6 ports/net-mgmt/p5-Net-SNMP3/pkg-plist (dead) 1.948 +0 -1 ports/sysutils/Makefile 1.11 +0 -56 ports/sysutils/cd9660_unicode/Makefile (dead) 1.4 +0 -3 ports/sysutils/cd9660_unicode/distinfo (dead) 1.2 +0 -1 ports/sysutils/cd9660_unicode/pkg-descr (dead) 1.2 +0 -16 ports/sysutils/cd9660_unicode/pkg-message (dead) 1.2 +0 -15 ports/sysutils/cd9660_unicode/pkg-plist (dead) 1.1896 +0 -2 ports/www/Makefile 1.13 +0 -42 ports/www/hotjava/Makefile (dead) 1.2 +0 -1 ports/www/hotjava/distinfo (dead) 1.2 +0 -11 ports/www/hotjava/files/patch-aa (dead) 1.2 +0 -9 ports/www/hotjava/pkg-descr (dead) 1.5 +0 -16 ports/www/hotjava/pkg-plist (dead) 1.32 +0 -38 ports/www/mapedit/Makefile (dead) 1.7 +0 -3 ports/www/mapedit/distinfo (dead) 1.2 +0 -10 ports/www/mapedit/files/COPYRIGHT (dead) 1.4 +0 -24 ports/www/mapedit/files/patch-aa (dead) 1.5 +0 -17 ports/www/mapedit/pkg-descr (dead) 1.6 +0 -63 ports/www/mapedit/pkg-plist (dead) 1.206 +0 -1 ports/x11-wm/Makefile 1.6 +0 -31 ports/x11-wm/obtuner/Makefile (dead) 1.2 +0 -3 ports/x11-wm/obtuner/distinfo (dead) 1.3 +0 -14 ports/x11-wm/obtuner/files/patch-fthemes.h (dead) 1.2 +0 -3 ports/x11-wm/obtuner/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:23:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9DF916A468; Tue, 18 Sep 2007 15:23:05 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8DFB13C48E; Tue, 18 Sep 2007 15:23:05 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IFN5U4055025; Tue, 18 Sep 2007 15:23:05 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFN5Qh055024; Tue, 18 Sep 2007 15:23:05 GMT (envelope-from simon) Message-Id: <200709181523.l8IFN5Qh055024@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 18 Sep 2007 15:23: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/events Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:23:06 -0000 simon 2007-09-18 15:23:05 UTC FreeBSD doc repository Modified files: en/events Makefile Log: Make index.html a link to events.html. This is already the case for www.FreeBSD.org, though I'm not sure how, so this makes events link work from the frontpage of www.FreeBSD.org/ for people who build the web-site "themself" including e.g. the setup on sky.FreeBSD.org. Revision Changes Path 1.13 +2 -1 www/en/events/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:55:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB53416A418; Tue, 18 Sep 2007 15:55:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD1C113C45D; Tue, 18 Sep 2007 15:55:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IFt39V057279; Tue, 18 Sep 2007 15:55:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IFt367057278; Tue, 18 Sep 2007 15:55:03 GMT (envelope-from miwi) Message-Id: <200709181555.l8IFt367057278@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 15:55: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 ports MOVED ports/devel Makefile ports/devel/hs-green-card Makefile distinfo pkg-descr pkg-plist ports/devel/hs-green-card/files patch-lib_Makefile patch-src::Makefile ports/devel/p5-Devel-DProf 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, 18 Sep 2007 15:55:04 -0000 miwi 2007-09-18 15:55:03 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile lang Makefile Removed files: devel/hs-green-card Makefile distinfo pkg-descr pkg-plist devel/hs-green-card/files patch-lib_Makefile patch-src::Makefile devel/p5-Devel-DProf Makefile distinfo pkg-descr pkg-plist lang/fesi Makefile distinfo pkg-descr pkg-plist lang/gnat-gcc34 Makefile distinfo pkg-descr pkg-plist lang/gnat-gcc34/files patch-gcc-Makefile.in patch-gengtype-yacc.y lang/gnomebasic Makefile distinfo pkg-descr pkg-plist lang/gnomebasic/files patch-aa patch-ab patch-gbrun::Makefile.in patch-ltmain.sh Log: 2007-08-22 lang/fesi: Depends on obsolete version of jdk 2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded into mono 2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later versions and is no longer needed 2007-09-01 devel/hs-green-card: "Does not build with latest GHC" 2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions Revision Changes Path 1.18761 +0 -5 CVSROOT/modules 1.1480 +6 -1 ports/MOVED 1.2885 +0 -2 ports/devel/Makefile 1.20 +0 -36 ports/devel/hs-green-card/Makefile (dead) 1.7 +0 -3 ports/devel/hs-green-card/distinfo (dead) 1.2 +0 -60 ports/devel/hs-green-card/files/patch-lib_Makefile (dead) 1.3 +0 -31 ports/devel/hs-green-card/files/patch-src::Makefile (dead) 1.2 +0 -8 ports/devel/hs-green-card/pkg-descr (dead) 1.4 +0 -11 ports/devel/hs-green-card/pkg-plist (dead) 1.21 +0 -27 ports/devel/p5-Devel-DProf/Makefile (dead) 1.6 +0 -3 ports/devel/p5-Devel-DProf/distinfo (dead) 1.3 +0 -8 ports/devel/p5-Devel-DProf/pkg-descr (dead) 1.7 +0 -8 ports/devel/p5-Devel-DProf/pkg-plist (dead) 1.572 +0 -3 ports/lang/Makefile 1.8 +0 -43 ports/lang/fesi/Makefile (dead) 1.5 +0 -3 ports/lang/fesi/distinfo (dead) 1.3 +0 -10 ports/lang/fesi/pkg-descr (dead) 1.3 +0 -133 ports/lang/fesi/pkg-plist (dead) 1.9 +0 -155 ports/lang/gnat-gcc34/Makefile (dead) 1.3 +0 -9 ports/lang/gnat-gcc34/distinfo (dead) 1.2 +0 -20 ports/lang/gnat-gcc34/files/patch-gcc-Makefile.in (dead) 1.2 +0 -12 ports/lang/gnat-gcc34/files/patch-gengtype-yacc.y (dead) 1.2 +0 -6 ports/lang/gnat-gcc34/pkg-descr (dead) 1.2 +0 -28 ports/lang/gnat-gcc34/pkg-plist (dead) 1.25 +0 -37 ports/lang/gnomebasic/Makefile (dead) 1.11 +0 -3 ports/lang/gnomebasic/distinfo (dead) 1.6 +0 -39 ports/lang/gnomebasic/files/patch-aa (dead) 1.2 +0 -11 ports/lang/gnomebasic/files/patch-ab (dead) 1.2 +0 -14 ports/lang/gnomebasic/files/patch-gbrun::Makefile.in (dead) 1.5 +0 -28 ports/lang/gnomebasic/files/patch-ltmain.sh (dead) 1.2 +0 -8 ports/lang/gnomebasic/pkg-descr (dead) 1.8 +0 -45 ports/lang/gnomebasic/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:55:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92C016A417 for ; Tue, 18 Sep 2007 15:55:04 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id DCC0113C461 for ; Tue, 18 Sep 2007 15:55:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 40970 invoked from network); 18 Sep 2007 15:28:14 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 18 Sep 2007 15:28:14 -0000 Message-ID: <46EFEE8E.4070802@FreeBSD.org> Date: Tue, 18 Sep 2007 17:28:14 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.6 (X11/20070827) MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200709180248.l8I2mqbI049227@repoman.freebsd.org> <46EFC2E3.5000708@FreeBSD.org> <20070918144030.GB67357@dragon.NUXI.org> In-Reply-To: <20070918144030.GB67357@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sergey Matveychuk Subject: Re: cvs commit: ports/lang Makefile ports/lang/pcc Makefile distinfo pkg-descr ports/lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-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, 18 Sep 2007 15:55:04 -0000 David O'Brien ha scritto: > It built for me as I was testing(tm). It seems that with bmake it builds > sometimes and not other times. There is nothing I see in pcc*/Makefile > that is Gmake specific. In fact, if you 'make configure' and then > (cd work/pcc* ; make) it builds fine. It's a timing issue, a combination of bad Makefiles and bmake. -- Alex Dupre From owner-cvs-all@FreeBSD.ORG Tue Sep 18 16:06:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50DA616A417; Tue, 18 Sep 2007 16:06:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 454C013C468; Tue, 18 Sep 2007 16:06:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IG6jK0059528; Tue, 18 Sep 2007 16:06:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IG6jw7059527; Tue, 18 Sep 2007 16:06:45 GMT (envelope-from miwi) Message-Id: <200709181606.l8IG6jw7059527@repoman.freebsd.org> From: Martin Wilke Date: Tue, 18 Sep 2007 16:06:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports LEGAL MOVED ports/databases Makefile ports/databases/java-sqlrelay Makefile pkg-descr pkg-plist ports/japanese Makefile ports/japanese/netypesv Makefile distinfo pkg-descr pkg-plist ports/japanese/netypesv/files ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 16:06:45 -0000 miwi 2007-09-18 16:06:45 UTC FreeBSD ports repository Modified files: . modules . LEGAL MOVED databases Makefile japanese Makefile java Makefile mail Makefile net Makefile Removed files: databases/java-sqlrelay Makefile pkg-descr pkg-plist japanese/netypesv Makefile distinfo pkg-descr pkg-plist japanese/netypesv/files netypesv.in japanese/netypesv/scripts configure java/jdk11-doc Makefile distinfo pkg-descr java/jdk12-doc Makefile distinfo pkg-descr mail/yuzu Makefile distinfo pkg-descr pkg-plist net/ng_netflow Makefile distinfo pkg-descr pkg-message pkg-plist Log: 2007-08-22 java/jdk11-doc: Obsolete version of jdk 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk Revision Changes Path 1.18762 +0 -6 CVSROOT/modules 1.549 +1 -3 ports/LEGAL 1.1481 +7 -1 ports/MOVED 1.641 +0 -1 ports/databases/Makefile 1.9 +0 -44 ports/databases/java-sqlrelay/Makefile (dead) 1.2 +0 -3 ports/databases/java-sqlrelay/pkg-descr (dead) 1.4 +0 -4 ports/databases/java-sqlrelay/pkg-plist (dead) 1.669 +0 -1 ports/japanese/Makefile 1.10 +0 -54 ports/japanese/netypesv/Makefile (dead) 1.4 +0 -3 ports/japanese/netypesv/distinfo (dead) 1.2 +0 -6 ports/japanese/netypesv/files/netypesv.in (dead) 1.2 +0 -7 ports/japanese/netypesv/pkg-descr (dead) 1.2 +0 -6 ports/japanese/netypesv/pkg-plist (dead) 1.2 +0 -5 ports/japanese/netypesv/scripts/configure (dead) 1.189 +0 -2 ports/java/Makefile 1.34 +0 -40 ports/java/jdk11-doc/Makefile (dead) 1.6 +0 -3 ports/java/jdk11-doc/distinfo (dead) 1.5 +0 -6 ports/java/jdk11-doc/pkg-descr (dead) 1.30 +0 -42 ports/java/jdk12-doc/Makefile (dead) 1.7 +0 -3 ports/java/jdk12-doc/distinfo (dead) 1.5 +0 -6 ports/java/jdk12-doc/pkg-descr (dead) 1.871 +0 -1 ports/mail/Makefile 1.7 +0 -35 ports/mail/yuzu/Makefile (dead) 1.5 +0 -3 ports/mail/yuzu/distinfo (dead) 1.3 +0 -14 ports/mail/yuzu/pkg-descr (dead) 1.2 +0 -510 ports/mail/yuzu/pkg-plist (dead) 1.1922 +0 -1 ports/net/Makefile 1.11 +0 -40 ports/net/ng_netflow/Makefile (dead) 1.7 +0 -3 ports/net/ng_netflow/distinfo (dead) 1.2 +0 -14 ports/net/ng_netflow/pkg-descr (dead) 1.2 +0 -6 ports/net/ng_netflow/pkg-message (dead) 1.2 +0 -4 ports/net/ng_netflow/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 16:26:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0E916A420; Tue, 18 Sep 2007 16:26:39 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE40013C4B3; Tue, 18 Sep 2007 16:26:39 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IGQdLN060751; Tue, 18 Sep 2007 16:26:39 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IGQdia060750; Tue, 18 Sep 2007 16:26:39 GMT (envelope-from johans) Message-Id: <200709181626.l8IGQdia060750@repoman.freebsd.org> From: Johan van Selst Date: Tue, 18 Sep 2007 16:26:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/climm 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, 18 Sep 2007 16:26:40 -0000 johans 2007-09-18 16:26:39 UTC FreeBSD ports repository Modified files: net-im/climm Makefile distinfo pkg-descr pkg-plist Log: Force commit to note this is a repocopy from net-im/micq Revision Changes Path 1.61 +0 -0 ports/net-im/climm/Makefile 1.36 +0 -0 ports/net-im/climm/distinfo 1.6 +0 -0 ports/net-im/climm/pkg-descr 1.17 +0 -0 ports/net-im/climm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 18 16:39:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816B916A417; Tue, 18 Sep 2007 16:39:25 +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 60C9513C48E; Tue, 18 Sep 2007 16:39:25 +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 l8IGdPJc061517; Tue, 18 Sep 2007 16:39:25 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IGdPWp061515; Tue, 18 Sep 2007 16:39:25 GMT (envelope-from ambrisko) Message-Id: <200709181639.l8IGdPWp061515@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 18 Sep 2007 16:39: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/dev/mpt mpt_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: Tue, 18 Sep 2007 16:39:25 -0000 ambrisko 2007-09-18 16:39:24 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and not 0x0060. Tested with an mfi card of this device id. Approved by: re (bmah) Reviewed by: scottl MFC after: 3 days Revision Changes Path 1.51 +1 -1 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 17:22:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 672E316A41A; Tue, 18 Sep 2007 17:22:29 +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 4626213C4A8; Tue, 18 Sep 2007 17:22:29 +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 l8IHMTIT074468; Tue, 18 Sep 2007 17:22:29 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IHMTBE074467; Tue, 18 Sep 2007 17:22:29 GMT (envelope-from chinsan) Message-Id: <200709181722.l8IHMTBE074467@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 17:22:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pecl-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: Tue, 18 Sep 2007 17:22:29 -0000 chinsan 2007-09-18 17:22:28 UTC FreeBSD ports repository Modified files: devel/pecl-expect Makefile distinfo Log: - Update to 0.2.3. Revision Changes Path 1.4 +2 -3 ports/devel/pecl-expect/Makefile 1.2 +3 -3 ports/devel/pecl-expect/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 17:23:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8991816A421; Tue, 18 Sep 2007 17:23:57 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7ECFF13C459; Tue, 18 Sep 2007 17:23:57 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IHNvTp074658; Tue, 18 Sep 2007 17:23:57 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IHNvIb074657; Tue, 18 Sep 2007 17:23:57 GMT (envelope-from johans) Message-Id: <200709181723.l8IHNvIb074657@repoman.freebsd.org> From: Johan van Selst Date: Tue, 18 Sep 2007 17:23:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/net-im Makefile ports/net-im/micq Makefile distinfo pkg-descr pkg-plist ports/net-im/climm 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, 18 Sep 2007 17:23:57 -0000 johans 2007-09-18 17:23:57 UTC FreeBSD ports repository Modified files: . modules . MOVED net-im Makefile net-im/climm Makefile distinfo pkg-descr pkg-plist Removed files: net-im/micq Makefile distinfo pkg-descr pkg-plist Log: - Move net-im/micq to net-im/climm (project was renamed) - Update to climm 0.6 (this has all the renamed files) Revision Changes Path 1.18763 +1 -1 CVSROOT/modules 1.1482 +2 -1 ports/MOVED 1.69 +1 -1 ports/net-im/Makefile 1.62 +11 -12 ports/net-im/climm/Makefile 1.37 +3 -3 ports/net-im/climm/distinfo 1.7 +3 -2 ports/net-im/climm/pkg-descr 1.18 +6 -5 ports/net-im/climm/pkg-plist 1.61 +0 -71 ports/net-im/micq/Makefile (dead) 1.36 +0 -3 ports/net-im/micq/distinfo (dead) 1.6 +0 -3 ports/net-im/micq/pkg-descr (dead) 1.17 +0 -36 ports/net-im/micq/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 18 17:48:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C8D16A418; Tue, 18 Sep 2007 17:48: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 5650A13C467; Tue, 18 Sep 2007 17:48: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 l8IHmW1M076135; Tue, 18 Sep 2007 17:48:32 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IHmWws076134; Tue, 18 Sep 2007 17:48:32 GMT (envelope-from mezz) Message-Id: <200709181748.l8IHmWws076134@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 18 Sep 2007 17:48:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/linuxdcpp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 17:48:32 -0000 mezz 2007-09-18 17:48:31 UTC FreeBSD ports repository Modified files: net-p2p/linuxdcpp Makefile distinfo Log: Update it to the lastest version of CVS, at 2007-08-04 in changelog. See in the changelog for details: http://tinyurl.com/b3myl Revision Changes Path 1.24 +1 -1 ports/net-p2p/linuxdcpp/Makefile 1.21 +3 -3 ports/net-p2p/linuxdcpp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 18:15:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DF416A420; Tue, 18 Sep 2007 18:15: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 C4A9413C459; Tue, 18 Sep 2007 18:15:57 +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 l8IIFvci080167; Tue, 18 Sep 2007 18:15:57 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IIFvxE080166; Tue, 18 Sep 2007 18:15:57 GMT (envelope-from mezz) Message-Id: <200709181815.l8IIFvxE080166@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 18 Sep 2007 18:15: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/multimedia/kmplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 18:15:58 -0000 mezz 2007-09-18 18:15:57 UTC FreeBSD ports repository Modified files: multimedia/kmplayer Makefile distinfo Log: -Update to 0.9.4a, submitted by Pawel Pekala. -Remove autochecks. -Pass the maintainership from multimedia@ to danny@ricin.com. PR: ports/116407 Submitted by: Danny Pansters Revision Changes Path 1.37 +8 -34 ports/multimedia/kmplayer/Makefile 1.23 +3 -3 ports/multimedia/kmplayer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 18:42:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 965BA16A41A; Tue, 18 Sep 2007 18:42:13 +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 72FFB13C480; Tue, 18 Sep 2007 18:42:13 +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 l8IIgDlZ086358; Tue, 18 Sep 2007 18:42:13 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IIgDUY086357; Tue, 18 Sep 2007 18:42:13 GMT (envelope-from garga) Message-Id: <200709181842.l8IIgDUY086357@repoman.freebsd.org> From: Renato Botelho Date: Tue, 18 Sep 2007 18:42:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/wmakerconf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 18:42:13 -0000 garga 2007-09-18 18:42:13 UTC FreeBSD ports repository Modified files: x11-wm/wmakerconf Makefile Log: - Move REINPLACE_CMD's to post-patch: - Fix configuration file to look for wmaker on correct dirs - Bump PORTREVISION - Take maintainership Revision Changes Path 1.45 +8 -6 ports/x11-wm/wmakerconf/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:02:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E93FB16A41A; Tue, 18 Sep 2007 19:02: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 C6D5913C457; Tue, 18 Sep 2007 19:02: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 l8IJ2bxN088610; Tue, 18 Sep 2007 19:02:37 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJ2bN0088609; Tue, 18 Sep 2007 19:02:37 GMT (envelope-from chinsan) Message-Id: <200709181902.l8IJ2bN0088609@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 19:02:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/pcmanx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:02:38 -0000 chinsan 2007-09-18 19:02:37 UTC FreeBSD ports repository Modified files: chinese/pcmanx Makefile distinfo Log: - Update to 0.3.6. Revision Changes Path 1.22 +2 -2 ports/chinese/pcmanx/Makefile 1.10 +3 -3 ports/chinese/pcmanx/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:18:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 526BE16A468; Tue, 18 Sep 2007 19:18:10 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 208D113C458; Tue, 18 Sep 2007 19:18:10 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IJIA9J091647; Tue, 18 Sep 2007 19:18:10 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJI9vE091646; Tue, 18 Sep 2007 19:18:09 GMT (envelope-from clement) Message-Id: <200709181918.l8IJI9vE091646@repoman.freebsd.org> From: Clement Laforet Date: Tue, 18 Sep 2007 19: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: ports/www/apache20 Makefile ports/www/apache20/files apache2.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: Tue, 18 Sep 2007 19:18:10 -0000 clement 2007-09-18 19:18:09 UTC FreeBSD ports repository Modified files: www/apache20 Makefile www/apache20/files apache2.sh.in Log: - Fix profiles support in startup script [1] - move envvars support to the beginning of apache2_checkconfig() to be sure we're using envvars during configtest [2] PR: ports/116401 [1], ports/116329 [2] Submitted by: kevin brintnall [1], Ruud Althuizen Revision Changes Path 1.249 +1 -0 ports/www/apache20/Makefile 1.3 +6 -7 ports/www/apache20/files/apache2.sh.in From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:31:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AB7316A468; Tue, 18 Sep 2007 19:30:58 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id 5FEC713C45B; Tue, 18 Sep 2007 19:30:58 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IXiIi-0003Dz-N9; Tue, 18 Sep 2007 21:00:00 +0200 Date: Tue, 18 Sep 2007 21:00:00 +0200 From: Kirill Ponomarew To: "David E. O'Brien" Message-ID: <20070918185959.GB1429@voodoo.bawue.com> References: <200709181414.l8IEEuj0036571@repoman.freebsd.org> <20070918141503.2CD9916A4DE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070918141503.2CD9916A4DE@hub.freebsd.org> X-NIC-HDL: KP869-RIPE Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/lang/pcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:31:00 -0000 On Tue, Sep 18, 2007 at 02:15:03PM +0000, David E. O'Brien wrote: > obrien 2007-09-18 14:14:56 UTC > > FreeBSD ports repository > > Modified files: > lang/pcc Makefile > Log: > Use Gmake for now - for some reason 1/2 time bmake will not 'make all' > within the build directory. > > Submitted by: Marcus von Appen > > Revision Changes Path > 1.2 +1 -0 ports/lang/pcc/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/lang/pcc/Makefile > diff -u ports/lang/pcc/Makefile:1.1 ports/lang/pcc/Makefile:1.2 > --- ports/lang/pcc/Makefile:1.1 Tue Sep 18 02:48:52 2007 > +++ ports/lang/pcc/Makefile Tue Sep 18 14:14:55 2007 > @@ -22,6 +22,7 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > GNU_CONFIGURE= YES > CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} > +USE_GMAKE= I_dont_know_why_bmake_isnt_always_working_right ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I couldn't find it in Porters Handbook, could you please fix it ? -Kirill From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:47:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A0E416A417; Tue, 18 Sep 2007 19:47:54 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id BDF1613C48E; Tue, 18 Sep 2007 19:47:53 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8IJloFG005839; Tue, 18 Sep 2007 13:47:50 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46F02B62.8080504@samsco.org> Date: Tue, 18 Sep 2007 13:47:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Kostik Belousov References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> In-Reply-To: <20070918145953.GW79542@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 18 Sep 2007 13:47:50 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Tim Kientzle , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:47:54 -0000 Kostik Belousov wrote: > On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >> kientzle 2007-09-18 04:20:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libarchive archive_write_disk.c >> lib/libarchive/test test_write_disk.c >> Log: >> Correct the return value from archive_write_data() >> (when used to restore files to disk) to match: >> * The documentation >> * The return values of this function when used >> to write files into an archive. >> >> Approved by: re (bmah) >> Pointy hat: \me >> MFC after: 5 days >> >> Revision Changes Path >> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c > After this commit: > > ===> Patching for sdl_mixer-1.2.7_2 > ===> Applying FreeBSD patches for sdl_mixer-1.2.7_2 > 1 out of 1 hunks failed--saving rejects to SDL_mixer.h.rej > => Patch patch-SDL_mixer.h failed to apply cleanly. > => Patch(es) patch-Makefile.in applied cleanly. > *** Error code 1 > > Stop in /usr/ports/audio/sdl_mixer. > *** Error code 1 > > It seems that tar is broken. I think this patch needs to be backed out until further review is obtained. This isn't a good time to leave things in a broken state for a week while we try to figure out the "right" thing to do. Just back it out to a known good state, then discuss and argue at your leisure. Scott From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:50:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C564D16A420; Tue, 18 Sep 2007 19:50:35 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B83A113C483; Tue, 18 Sep 2007 19:50:35 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IJoZs1095355; Tue, 18 Sep 2007 19:50:35 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJoYqn095353; Tue, 18 Sep 2007 19:50:34 GMT (envelope-from dwmalone) Message-Id: <200709181950.l8IJoYqn095353@repoman.freebsd.org> From: David Malone Date: Tue, 18 Sep 2007 19:50:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master src/sys/compat/linux linux_stats.c src/sys/i386/linux linux.h linux_proto.h syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:50:35 -0000 dwmalone 2007-09-18 19:50:34 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master sys/compat/linux linux_stats.c sys/i386/linux linux.h linux_proto.h syscalls.master Log: The kernel version of Linux statfs64 is actually supposed to take 3 arguments, but we had forgotten the second argument. Also make the Linux statfs64 struct depend on the architecture because it has an extra 4 bytes padding on amd64 compared to i386. The three argument fix is from David Taylor, the struct statfs64 stuff is my fault. With this patch I can install i386 Linux matlab on an amd64 machine. Submitted by: David Taylor Approved by: re (kensmith) Revision Changes Path 1.16 +13 -0 src/sys/amd64/linux32/linux.h 1.33 +1 -0 src/sys/amd64/linux32/linux32_proto.h 1.33 +0 -0 src/sys/amd64/linux32/linux32_syscall.h 1.33 +0 -0 src/sys/amd64/linux32/linux32_sysent.c 1.30 +1 -1 src/sys/amd64/linux32/syscalls.master 1.88 +3 -13 src/sys/compat/linux/linux_stats.c 1.78 +13 -0 src/sys/i386/linux/linux.h 1.94 +1 -0 src/sys/i386/linux/linux_proto.h 1.89 +1 -1 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:51:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD2816A421; Tue, 18 Sep 2007 19:51:50 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD1B13C468; Tue, 18 Sep 2007 19:51:50 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IJpoJO095668; Tue, 18 Sep 2007 19:51:50 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IJpoI5095667; Tue, 18 Sep 2007 19:51:50 GMT (envelope-from dwmalone) Message-Id: <200709181951.l8IJpoI5095667@repoman.freebsd.org> From: David Malone Date: Tue, 18 Sep 2007 19:51: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/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 19:51:50 -0000 dwmalone 2007-09-18 19:51:50 UTC FreeBSD src repository Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen. Approved by: re (kensmith) Revision Changes Path 1.95 +1 -1 src/sys/i386/linux/linux_proto.h 1.87 +1 -1 src/sys/i386/linux/linux_syscall.h 1.94 +1 -1 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:01:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B9F716A419; Tue, 18 Sep 2007 20:01:17 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7821913C45A; Tue, 18 Sep 2007 20:01:17 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IK1HD4096737; Tue, 18 Sep 2007 20:01:17 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IK1Hif096735; Tue, 18 Sep 2007 20:01:17 GMT (envelope-from clement) Message-Id: <200709182001.l8IK1Hif096735@repoman.freebsd.org> From: Clement Laforet Date: Tue, 18 Sep 2007 20: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: ports/Mk bsd.apache.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, 18 Sep 2007 20:01:17 -0000 clement 2007-09-18 20:01:17 UTC FreeBSD ports repository Modified files: Mk bsd.apache.mk Log: - cosmetic changes - s/OPTIONS=/OPTIONS+=/ Revision Changes Path 1.18 +4 -4 ports/Mk/bsd.apache.mk From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:03:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0394416A41B; Tue, 18 Sep 2007 20:03:16 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB4B913C46E; Tue, 18 Sep 2007 20:03:15 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IK3FKc098297; Tue, 18 Sep 2007 20:03:15 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IK3FZP098296; Tue, 18 Sep 2007 20:03:15 GMT (envelope-from clement) Message-Id: <200709182003.l8IK3FZP098296@repoman.freebsd.org> From: Clement Laforet Date: Tue, 18 Sep 2007 20:03: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 UPDATING ports/www/apache22 Makefile Makefile.options ports/www/apache22/files apache22.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: Tue, 18 Sep 2007 20:03:16 -0000 clement 2007-09-18 20:03:15 UTC FreeBSD ports repository Modified files: . UPDATING www/apache22 Makefile www/apache22/files apache22.sh.in Added files: www/apache22 Makefile.options Log: - Add experimental support of OPTIONS. From UPDATING: By popular request, OPTIONS support has been added. When actived (default), these knobs are ignored: * WITH__MODULES * WITHOUT__MODULES * WITH_CUSTOM_ * WITH_MODULES * WITHOUT_MODULES * WITH_STATIC_MODULES However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS. - move envvars support to the beginning of apache22_checkconfig() to be sure we're using envvars during configtest [1] PR: ports/116329 [1] Submitted by: Ruud Althuizen [1] Revision Changes Path 1.543 +15 -1 ports/UPDATING 1.210 +11 -0 ports/www/apache22/Makefile 1.1 +75 -0 ports/www/apache22/Makefile.options (new) 1.5 +6 -6 ports/www/apache22/files/apache22.sh.in From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:12:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C8B016A421; Tue, 18 Sep 2007 20:12:39 +0000 (UTC) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E28713C483; Tue, 18 Sep 2007 20:12:38 +0000 (UTC) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKCcI6099386; Tue, 18 Sep 2007 20:12:38 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKCcre099384; Tue, 18 Sep 2007 20:12:38 GMT (envelope-from cracauer) Message-Id: <200709182012.l8IKCcre099384@repoman.freebsd.org> From: Martin Cracauer Date: Tue, 18 Sep 2007 20:12: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/misc/cstream Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:12:39 -0000 cracauer 2007-09-18 20:12:38 UTC FreeBSD ports repository Modified files: misc/cstream Makefile distinfo Log: Update to 2.7.4. Add new mirror. Revision Changes Path 1.25 +3 -2 ports/misc/cstream/Makefile 1.18 +3 -3 ports/misc/cstream/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:13:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3315416A418; Tue, 18 Sep 2007 20:13:47 +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 0F11C13C45E; Tue, 18 Sep 2007 20:13:47 +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 l8IKDkX4099565; Tue, 18 Sep 2007 20:13:46 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKDkm8099562; Tue, 18 Sep 2007 20:13:46 GMT (envelope-from chinsan) Message-Id: <200709182013.l8IKDkm8099562@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 20:13:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTTP-Async Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:13:47 -0000 chinsan 2007-09-18 20:13:46 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Async Makefile distinfo Log: - Update to 0.09. - Use the CPAN site macro. Revision Changes Path 1.2 +3 -5 ports/www/p5-HTTP-Async/Makefile 1.2 +3 -3 ports/www/p5-HTTP-Async/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:20:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B317C16A417; Tue, 18 Sep 2007 20:20:37 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E99913C478; Tue, 18 Sep 2007 20:20:37 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKKbba000394; Tue, 18 Sep 2007 20:20:37 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKKbEX000392; Tue, 18 Sep 2007 20:20:37 GMT (envelope-from bmah) Message-Id: <200709182020.l8IKKbEX000392@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 18 Sep 2007 20:20:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:20:37 -0000 bmah 2007-09-18 20:20:37 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Revert the last commit to libarchive. It introduced some regresssions, most noticably the incorrect extraction of files by bsdtar. This commit reverts: src/lib/libarchive/archive_write_disk.c 1.15 src/lib/libarchive/test/test_write_disk.c 1.4 Approved by: re (implicitly) Revision Changes Path 1.16 +4 -7 src/lib/libarchive/archive_write_disk.c 1.5 +1 -26 src/lib/libarchive/test/test_write_disk.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:27:20 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED5A216A41A; Tue, 18 Sep 2007 20:27:20 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.freebsd.org (Postfix) with ESMTP id D4D5B13C48A; Tue, 18 Sep 2007 20:27:20 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from dhcp-1-248.packetdesign.com (firewall-gw-dirty-n.packetdesign.com [65.87.20.98]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l8IKRKe6021565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Sep 2007 13:27:20 -0700 Message-ID: <46F03493.7050808@freebsd.org> Date: Tue, 18 Sep 2007 13:26:59 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Scott Long References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> In-Reply-To: <46F02B62.8080504@samsco.org> X-Enigmail-Version: 0.95.3 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1E796523A547853458C33860" Cc: Kostik Belousov , cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:27:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1E796523A547853458C33860 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Scott Long wrote: > Kostik Belousov wrote: >> On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >>> kientzle 2007-09-18 04:20:21 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libarchive archive_write_disk.c=20 >>> lib/libarchive/test test_write_disk.c=20 >>> Log: >>> Correct the return value from archive_write_data() >>> (when used to restore files to disk) to match: >>> * The documentation >>> * The return values of this function when used >>> to write files into an archive. >>> =20 >>> Approved by: re (bmah) >>> Pointy hat: \me >>> MFC after: 5 days >>> =20 >>> Revision Changes Path >>> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >>> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c [snip] >> Stop in /usr/ports/audio/sdl_mixer. >> *** Error code 1 >> >> It seems that tar is broken. >=20 > I think this patch needs to be backed out until further review is=20 > obtained. This isn't a good time to leave things in a broken state for= =20 > a week while we try to figure out the "right" thing to do. Just back i= t > out to a known good state, then discuss and argue at your leisure. With my RE hat on, I've backed out this commit. Bruce. --------------enig1E796523A547853458C33860 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG8DST2MoxcVugUsMRAioqAKDMB125+Lm0GatJNAfhLI1h1upG+wCfXiy8 uluRtjCsuaq1GqPo4HK9vtI= =mnt0 -----END PGP SIGNATURE----- --------------enig1E796523A547853458C33860-- From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:30:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C5C916A41A; Tue, 18 Sep 2007 20:30:42 +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 27EF913C45A; Tue, 18 Sep 2007 20:30:42 +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 l8IKUfsS001644; Tue, 18 Sep 2007 20:30:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKUfT9001642; Tue, 18 Sep 2007 20:30:41 GMT (envelope-from sam) Message-Id: <200709182030.l8IKUfT9001642@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:30: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/net if_media.h src/sys/net80211 ieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:30:42 -0000 sam 2007-09-18 20:30:40 UTC FreeBSD src repository Modified files: sys/net if_media.h sys/net80211 ieee80211.c Log: remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; they never got used so nuke 'em before we branch Approved by: re (blanket wireless) Revision Changes Path 1.40 +0 -4 src/sys/net/if_media.h 1.40 +0 -4 src/sys/net80211/ieee80211.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:31:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7192316A418; Tue, 18 Sep 2007 20:31:06 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2DD13C48D; Tue, 18 Sep 2007 20:31:06 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKV6Ap001762; Tue, 18 Sep 2007 20:31:06 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKV6tQ001761; Tue, 18 Sep 2007 20:31:06 GMT (envelope-from clement) Message-Id: <200709182031.l8IKV6tQ001761@repoman.freebsd.org> From: Clement Laforet Date: Tue, 18 Sep 2007 20:31:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/ssmtp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:31:06 -0000 clement 2007-09-18 20:31:06 UTC FreeBSD ports repository Modified files: mail/ssmtp Makefile distinfo Log: - Update to 2.61-11.1 Revision Changes Path 1.24 +6 -3 ports/mail/ssmtp/Makefile 1.10 +3 -0 ports/mail/ssmtp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:35:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2273116A417; Tue, 18 Sep 2007 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15A5513C442; Tue, 18 Sep 2007 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8IKZfER002419; Tue, 18 Sep 2007 20:35:41 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKZfx1002418; Tue, 18 Sep 2007 20:35:41 GMT (envelope-from jhb) Message-Id: <200709182035.l8IKZfx1002418@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Sep 2007 20:35:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward europe leapseconds northamerica southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:35:42 -0000 jhb 2007-09-18 20:35:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo africa antarctica asia australasia backward europe leapseconds northamerica southamerica zone.tab Log: MFC of src/share/zoneinfo MFV: tzdata2007g Revision Changes Path 1.10.2.6 +26 -4 src/share/zoneinfo/africa 1.1.2.6.2.7 +22 -12 src/share/zoneinfo/antarctica 1.14.2.11 +45 -11 src/share/zoneinfo/asia 1.14.2.10 +121 -74 src/share/zoneinfo/australasia 1.1.2.4.2.9 +3 -1 src/share/zoneinfo/backward 1.18.2.10 +58 -19 src/share/zoneinfo/europe 1.4.2.10 +20 -30 src/share/zoneinfo/leapseconds 1.14.2.10 +179 -65 src/share/zoneinfo/northamerica 1.12.2.11 +65 -43 src/share/zoneinfo/southamerica 1.4.2.13 +20 -16 src/share/zoneinfo/zone.tab From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:40:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BEB216A419; Tue, 18 Sep 2007 20:40:22 +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 2027013C467; Tue, 18 Sep 2007 20:40:22 +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 l8IKeL6u002852; Tue, 18 Sep 2007 20:40:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKeLG7002849; Tue, 18 Sep 2007 20:40:21 GMT (envelope-from sam) Message-Id: <200709182040.l8IKeLG7002849@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:40:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 _ieee80211.h ieee80211_ioctl.h ieee80211_node.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, 18 Sep 2007 20:40:22 -0000 sam 2007-09-18 20:40:21 UTC FreeBSD src repository Modified files: sys/net80211 _ieee80211.h ieee80211_ioctl.h ieee80211_node.h Log: o move IEEE80211_NONQOS_TID into a public location o add IEEE80211_TID_SIZE and replace all the nake constants Approved by: re (blanket wireless) Revision Changes Path 1.13 +3 -0 src/sys/net80211/_ieee80211.h 1.24 +3 -2 src/sys/net80211/ieee80211_ioctl.h 1.29 +4 -3 src/sys/net80211/ieee80211_node.h From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:46:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CC2616A52D; Tue, 18 Sep 2007 20:46: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 4245513C46C; Tue, 18 Sep 2007 20:46:37 +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 l8IKkbGa003319; Tue, 18 Sep 2007 20:46:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKkaKR003318; Tue, 18 Sep 2007 20:46:36 GMT (envelope-from sam) Message-Id: <200709182046.l8IKkaKR003318@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:46:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c ieee80211_ht.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:46:38 -0000 sam 2007-09-18 20:46:36 UTC FreeBSD src repository Modified files: sys/net80211 _ieee80211.h ieee80211.c ieee80211_ht.c Log: o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS) o correct ieee80211_rate2media handling of MCS o correct rate HT announcements for 11n devices Approved by: re (blanket wireless) Revision Changes Path 1.14 +2 -0 src/sys/net80211/_ieee80211.h 1.41 +4 -2 src/sys/net80211/ieee80211.c 1.4 +2 -1 src/sys/net80211/ieee80211_ht.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:51:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94BC516A420; Tue, 18 Sep 2007 20:51:56 +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 6EAA113C468; Tue, 18 Sep 2007 20:51:56 +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 l8IKpuTX012516; Tue, 18 Sep 2007 20:51:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKpusd012515; Tue, 18 Sep 2007 20:51:56 GMT (envelope-from sam) Message-Id: <200709182051.l8IKpusd012515@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:51:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 20:51:56 -0000 sam 2007-09-18 20:51:56 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce; there won't be any Approved by: re (blanket wireless) Revision Changes Path 1.42 +2 -1 src/sys/net80211/ieee80211.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 20:55:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9760B16A418; Tue, 18 Sep 2007 20:55:56 +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 C2F1D13C4DD; Tue, 18 Sep 2007 20:55:53 +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 l8IKtrCM012744; Tue, 18 Sep 2007 20:55:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IKtrD0012743; Tue, 18 Sep 2007 20:55:53 GMT (envelope-from sam) Message-Id: <200709182055.l8IKtrD0012743@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 20:55: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/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: Tue, 18 Sep 2007 20:55:56 -0000 sam 2007-09-18 20:55:52 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Safeguard count of stations in power save; don't touch it unless we're operating in a mode where it should be maintained. Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.87 +2 -1 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:01:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E09F16A41B; Tue, 18 Sep 2007 21:01:05 +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 78FEB13C4A6; Tue, 18 Sep 2007 21:01:05 +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 l8IL15In013040; Tue, 18 Sep 2007 21:01:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL153k013039; Tue, 18 Sep 2007 21:01:05 GMT (envelope-from sam) Message-Id: <200709182101.l8IL153k013039@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:01: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/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: Tue, 18 Sep 2007 21:01:05 -0000 sam 2007-09-18 21:01:05 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Close longstanding race dropping inactive stations; grab a reference to the node before starting the work, otherwise the node may go away before a reference is made in ieee80211_send_mgmt. Approved by: re (blanket wireless) Obtained from: Atheros Revision Changes Path 1.88 +2 -0 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:02:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F86016A419; Tue, 18 Sep 2007 21:02:24 +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 17D8913C4D3; Tue, 18 Sep 2007 21:02: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 l8IL2Np6013220; Tue, 18 Sep 2007 21:02:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL2NXJ013219; Tue, 18 Sep 2007 21:02:23 GMT (envelope-from sam) Message-Id: <200709182102.l8IL2NXJ013219@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:02:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 21:02:24 -0000 sam 2007-09-18 21:02:23 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: mgmt subtype 13 is action Approved by: re (blanket wireless) MFC after: 2 weeks Revision Changes Path 1.42 +1 -1 src/sys/net80211/ieee80211_proto.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:07:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B3E16A41A; Tue, 18 Sep 2007 21:07:42 +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 4F7F013C46E; Tue, 18 Sep 2007 21:07:42 +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 l8IL7giJ014750; Tue, 18 Sep 2007 21:07:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL7gBN014749; Tue, 18 Sep 2007 21:07:42 GMT (envelope-from sam) Message-Id: <200709182107.l8IL7gBN014749@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:07:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 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: Tue, 18 Sep 2007 21:07:42 -0000 sam 2007-09-18 21:07:42 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: tag mgmt and null data frames w/ a WME priority so drivers can assume only data frames require classification Approved by: re (blanket wireless) Revision Changes Path 1.53 +6 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:07:43 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9052C16A4E1 for ; Tue, 18 Sep 2007 21:07:43 +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 DB67513C478 for ; Tue, 18 Sep 2007 21:07:42 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (dialup192.ach.sch.gr [81.186.70.192]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8IL6fjk018395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 19 Sep 2007 00:06:53 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8IL6FFr001580; Wed, 19 Sep 2007 00:06:34 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8IJnl13001871; Tue, 18 Sep 2007 22:49:47 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 18 Sep 2007 22:49:46 +0300 From: Giorgos Keramidas To: Jack F Vogel Message-ID: <20070918194946.GA1799@kobe.laptop> References: <200709102150.l8ALoeXW087953@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709102150.l8ALoeXW087953@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.101, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, 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/sys/dev/em if_em.c if_em.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, 18 Sep 2007 21:07:43 -0000 On 2007-09-10 21:50, Jack F Vogel wrote: > jfv 2007-09-10 21:50:40 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c if_em.h > Log: > A number of small fixes: > - duplicate #define in header, thanks to Kevin Lo for pointing out. > - incorrect BUSMASTER enable logic, thanks Patrick Oeschger > - 82543 fails due to bogus IO BAR logic > - Allow 82571 to use MSI interrupts > - Checksum Offload for UDP not working on 82575 This is probably nit-picking but the following seems a bit odd: % --- a/sys/dev/em/if_em.c Mon Sep 10 21:01:56 2007 +0000 % +++ b/sys/dev/em/if_em.c Mon Sep 10 21:50:40 2007 +0000 % @@ -2450,8 +2450,8 @@ em_identify_hardware(struct adapter *ada % % /* Make sure our PCI config space has the necessary stuff set */ % adapter->hw.bus.pci_cmd_word = pci_read_config(dev, PCIR_COMMAND, 2); % - if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 && % - (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN)) { % + if (!((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) && % + (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN))) { % device_printf(dev, "Memory Access and/or Bus Master bits " % "were not set!\n"); % adapter->hw.bus.pci_cmd_word |= It adds yet another pair of parentheses, just to use the style: if (!(condition1 && condition2)) which I sometimes find hard to read. I'm not sure if this is commonly the style used in our drivers, but isn't the following easier to parse? % /* Make sure our PCI config space has the necessary stuff set */ % adapter->hw.bus.pci_cmd_word = pci_read_config(dev, PCIR_COMMAND, 2); % - if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 && % - (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN)) { % + if ((adapter->hw.bus.pci_cmd_word & PCIM_CMD_BUSMASTEREN) == 0 || % + (adapter->hw.bus.pci_cmd_word & PCIM_CMD_MEMEN) == 0) { % device_printf(dev, "Memory Access and/or Bus Master bits " % "were not set!\n"); % adapter->hw.bus.pci_cmd_word |= AFAICT, the logic doesn't change, but not it is more explicitly clear that any bit being unset triggers the rest of the code. We also lose an extra pair of parentheses, which makes the source code less "Lisp"y too :) Having said that, I see that the '(if|while) \(!\(' pattern appears in many other places: keramida@kobe:/bsd/src$ egrep -r -e '(if|while) \([^!]\(' sys/dev | wc -l 357 keramida@kobe:/bsd/src$ I also don't see any reference to this sort of construct in style(9), so if this is the preferred style for FreeBSD code, then I need to learn to read it without worrying too much :) - Giorgos From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:09:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF49316A41B; Tue, 18 Sep 2007 21:09:26 +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 B9EC813C457; Tue, 18 Sep 2007 21:09:26 +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 l8IL9Qfc014854; Tue, 18 Sep 2007 21:09:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IL9QBm014853; Tue, 18 Sep 2007 21:09:26 GMT (envelope-from sam) Message-Id: <200709182109.l8IL9QBm014853@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:09: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/net80211 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: Tue, 18 Sep 2007 21:09:27 -0000 sam 2007-09-18 21:09:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: honor IEEE80211_C_TXFRAG; drivers should never get fragmented packets unless they indicate they're able to handle them Approved by: re (blanket wireless) Revision Changes Path 1.54 +1 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:13:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE9E616A469; Tue, 18 Sep 2007 21:13:51 +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 888FC13C45D; Tue, 18 Sep 2007 21:13:51 +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 l8ILDp7d015281; Tue, 18 Sep 2007 21:13:51 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ILDptP015280; Tue, 18 Sep 2007 21:13:51 GMT (envelope-from chinsan) Message-Id: <200709182113.l8ILDptP015280@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 21:13: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/zh_TW.Big5/books/fdp-primer 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, 18 Sep 2007 21:13:51 -0000 chinsan 2007-09-18 21:13:51 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/fdp-primer book.sgml Log: - Tweak quality. Obtained from: The FreeBSD Traditional Chinese Project Revision Changes Path 1.5 +4 -3 doc/zh_TW.Big5/books/fdp-primer/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:17:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E8F16A420; Tue, 18 Sep 2007 21:17:34 +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 F014213C428; Tue, 18 Sep 2007 21:17:33 +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 l8ILHXsg015420; Tue, 18 Sep 2007 21:17:33 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ILHXWD015419; Tue, 18 Sep 2007 21:17:33 GMT (envelope-from chinsan) Message-Id: <200709182117.l8ILHXWD015419@repoman.freebsd.org> From: Chin-San Huang Date: Tue, 18 Sep 2007 21:17: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/mail/pear-Mail_Queue Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 21:17:34 -0000 chinsan 2007-09-18 21:17:33 UTC FreeBSD ports repository Modified files: mail/pear-Mail_Queue Makefile distinfo Log: - Update to 1.2.1. - Take maintainership. Revision Changes Path 1.4 +9 -8 ports/mail/pear-Mail_Queue/Makefile 1.3 +3 -3 ports/mail/pear-Mail_Queue/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:42:00 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D03F16A417; Tue, 18 Sep 2007 21:42:00 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id EDD5913C45D; Tue, 18 Sep 2007 21:41:59 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8ILfu19006443; Tue, 18 Sep 2007 15:41:56 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46F04620.3090500@samsco.org> Date: Tue, 18 Sep 2007 15:41:52 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: "Bruce A. Mah" References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> <46F03493.7050808@freebsd.org> In-Reply-To: <46F03493.7050808@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 18 Sep 2007 15:41:57 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Kostik Belousov , cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 21:42:00 -0000 Bruce A. Mah wrote: > If memory serves me right, Scott Long wrote: >> Kostik Belousov wrote: >>> On Tue, Sep 18, 2007 at 04:20:21AM +0000, Tim Kientzle wrote: >>>> kientzle 2007-09-18 04:20:21 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> lib/libarchive archive_write_disk.c >>>> lib/libarchive/test test_write_disk.c >>>> Log: >>>> Correct the return value from archive_write_data() >>>> (when used to restore files to disk) to match: >>>> * The documentation >>>> * The return values of this function when used >>>> to write files into an archive. >>>> >>>> Approved by: re (bmah) >>>> Pointy hat: \me >>>> MFC after: 5 days >>>> >>>> Revision Changes Path >>>> 1.15 +7 -4 src/lib/libarchive/archive_write_disk.c >>>> 1.4 +26 -1 src/lib/libarchive/test/test_write_disk.c > > [snip] > >>> Stop in /usr/ports/audio/sdl_mixer. >>> *** Error code 1 >>> >>> It seems that tar is broken. >> I think this patch needs to be backed out until further review is >> obtained. This isn't a good time to leave things in a broken state for >> a week while we try to figure out the "right" thing to do. Just back it >> out to a known good state, then discuss and argue at your leisure. > > With my RE hat on, I've backed out this commit. > > Bruce. > > Thanks a lot Bruce! Scott From owner-cvs-all@FreeBSD.ORG Tue Sep 18 21:54:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D41916A417; Tue, 18 Sep 2007 21:54:28 +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 26BE713C45A; Tue, 18 Sep 2007 21:54:28 +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 l8ILsSG4020955; Tue, 18 Sep 2007 21:54:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ILsRq6020954; Tue, 18 Sep 2007 21:54:27 GMT (envelope-from sam) Message-Id: <200709182154.l8ILsRq6020954@repoman.freebsd.org> From: Sam Leffler Date: Tue, 18 Sep 2007 21:54:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 21:54:28 -0000 sam 2007-09-18 21:54:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: invalidate ic_prevchan when constructing a new channel list Approved by: re (blanket wireless) Revision Changes Path 1.43 +1 -0 src/sys/net80211/ieee80211.c From owner-cvs-all@FreeBSD.ORG Tue Sep 18 22:27:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3DA916A418; Tue, 18 Sep 2007 22:27:59 +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 9F3B513C480; Tue, 18 Sep 2007 22:27:59 +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 l8IMRxuD024317; Tue, 18 Sep 2007 22:27:59 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IMRxXa024316; Tue, 18 Sep 2007 22:27:59 GMT (envelope-from timur) Message-Id: <200709182227.l8IMRxXa024316@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Tue, 18 Sep 2007 22:27: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/samba3 Makefile distinfo pkg-plist.swat ports/net/samba3/files patch-Makefile.in patch-aclocal.m4 patch-configure.in patch-lib__replace__repdir_getdirentries.c patch-lib__system.c patch-lib__system_smbd.c patch-libaddns__dnsgss.c patch-nsswitch_winbindd.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 22:27:59 -0000 timur 2007-09-18 22:27:58 UTC FreeBSD ports repository Modified files: net/samba3 Makefile distinfo pkg-plist.swat net/samba3/files patch-Makefile.in patch-configure.in patch-smbd_sec_ctx.c Added files: net/samba3/files patch-aclocal.m4 patch-lib__replace__repdir_getdirentries.c patch-lib__system.c patch-lib__system_smbd.c patch-libaddns__dnsgss.c patch-samba3-undo_the_right_thing2.patch patch-vfs_zfsacl.c Removed files: net/samba3/files patch-nsswitch_winbindd.c Log: This is a cummulative update of net/samba3 from version 3.0.25a to 3.0.26a. Detailed list of all the changes can be found: http://www.samba.org/samba/history/samba-3.0.26a.html Changes are: o Memory leaks in Winbind's IDMap manager. o CVE-2007-4138 - Incorrect primary group assignment for domain users using the rfc2307 or sfu winbind nss info plugin. o File sharing with Widows 9x clients. o Winbind running out of file descriptors due to stalled child processes. o MS-DFS inter-operability issues. o Offline caching of files with Windows XP/Vista clients. o Improper cleanup of expired or invalid byte range locks on files. o Crashes is idmap_ldap and idmap_rid. Approved by: shaun (mentor) Revision Changes Path 1.162 +27 -13 ports/net/samba3/Makefile 1.77 +3 -3 ports/net/samba3/distinfo 1.10 +23 -3 ports/net/samba3/files/patch-Makefile.in 1.3 +138 -0 ports/net/samba3/files/patch-aclocal.m4 (new) 1.22 +25 -9 ports/net/samba3/files/patch-configure.in 1.1 +15 -0 ports/net/samba3/files/patch-lib__replace__repdir_getdirentries.c (new) 1.1 +212 -0 ports/net/samba3/files/patch-lib__system.c (new) 1.1 +17 -0 ports/net/samba3/files/patch-lib__system_smbd.c (new) 1.1 +55 -0 ports/net/samba3/files/patch-libaddns__dnsgss.c (new) 1.2 +0 -12 ports/net/samba3/files/patch-nsswitch_winbindd.c (dead) 1.1 +14 -0 ports/net/samba3/files/patch-samba3-undo_the_right_thing2.patch (new) 1.2 +133 -39 ports/net/samba3/files/patch-smbd_sec_ctx.c 1.1 +190 -0 ports/net/samba3/files/patch-vfs_zfsacl.c (new) 1.3 +1 -0 ports/net/samba3/pkg-plist.swat From owner-cvs-all@FreeBSD.ORG Tue Sep 18 22:31:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B37E416A41A; Tue, 18 Sep 2007 22:31:50 +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 891E313C45A; Tue, 18 Sep 2007 22:31:50 +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 l8IMVoWL024667; Tue, 18 Sep 2007 22:31:50 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IMVoUv024666; Tue, 18 Sep 2007 22:31:50 GMT (envelope-from timur) Message-Id: <200709182231.l8IMVoUv024666@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Tue, 18 Sep 2007 22:31: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 22:31:50 -0000 timur 2007-09-18 22:31:50 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry aboutn new 3.0.26a version of net/samba3 Approved by: shaun (mentor) Revision Changes Path 1.544 +30 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Sep 18 22:50:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95F1C16A41A; Tue, 18 Sep 2007 22:50:05 +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 6950613C45A; Tue, 18 Sep 2007 22:50:05 +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 l8IMo5Ae026121; Tue, 18 Sep 2007 22:50:05 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8IMo5xi026120; Tue, 18 Sep 2007 22:50:05 GMT (envelope-from timur) Message-Id: <200709182250.l8IMo5xi026120@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Tue, 18 Sep 2007 22: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/net/samba-libsmbclient Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 22:50:05 -0000 timur 2007-09-18 22:50:04 UTC FreeBSD ports repository Modified files: net/samba-libsmbclient Makefile Log: Reset PORTREVISION as a new version of master port is out. Approved by: shaun (mentor) Revision Changes Path 1.28 +2 -2 ports/net/samba-libsmbclient/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 18 23:34:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E811C16A417; Tue, 18 Sep 2007 23:34:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B368913C467; Tue, 18 Sep 2007 23:34:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8INYgdH029957; Tue, 18 Sep 2007 23:34:42 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8INYgCL029956; Tue, 18 Sep 2007 23:34:42 GMT (envelope-from cognet) Message-Id: <200709182334.l8INYgCL029956@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 18 Sep 2007 23:34: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/gnu/usr.bin/cc/cc_int Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 23:34:43 -0000 cognet 2007-09-18 23:34:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_int Makefile Log: Make gcc default to big endian when building it for a big endian target. This was lost while migrating to gcc4. Reported by: Michael Reifenberger Approved by: re (blanket) Revision Changes Path 1.52 +4 -0 src/gnu/usr.bin/cc/cc_int/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 00:59:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CA2016A418; Wed, 19 Sep 2007 00:59:23 +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 C6D3713C465; Wed, 19 Sep 2007 00:59:22 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8J0xLtH058139; Tue, 18 Sep 2007 17:59:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8J0xLCj058138; Tue, 18 Sep 2007 17:59:21 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Sep 2007 17:59:21 -0700 From: "David O'Brien" To: Kirill Ponomarew Message-ID: <20070919005921.GB57936@dragon.NUXI.org> References: <200709181414.l8IEEuj0036571@repoman.freebsd.org> <20070918141503.2CD9916A4DE@hub.freebsd.org> <20070918185959.GB1429@voodoo.bawue.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070918185959.GB1429@voodoo.bawue.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/lang/pcc 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, 19 Sep 2007 00:59:23 -0000 On Tue, Sep 18, 2007 at 09:00:00PM +0200, Kirill Ponomarew wrote: > > Index: ports/lang/pcc/Makefile > > diff -u ports/lang/pcc/Makefile:1.1 ports/lang/pcc/Makefile:1.2 .. > > +USE_GMAKE= I_dont_know_why_bmake_isnt_always_working_right > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > I couldn't find it in Porters Handbook, could you please fix it ? I didn't realize the setting for USE_GMAKE was rigid vs. my self-documenting setting. No problem to change it to "yes" - +1 on my http://people.freebsd.org/~peter/ports.total.txt :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 01:10:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A773E16A418; Wed, 19 Sep 2007 01:10:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6753513C458; Wed, 19 Sep 2007 01:10:32 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J1AWTS046296; Wed, 19 Sep 2007 01:10:32 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J1AWIR046295; Wed, 19 Sep 2007 01:10:32 GMT (envelope-from mpp) Message-Id: <200709190110.l8J1AWIR046295@repoman.freebsd.org> From: Mike Pritchard Date: Wed, 19 Sep 2007 01:10: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/repquota repquota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 01:10:32 -0000 mpp 2007-09-19 01:10:31 UTC FreeBSD src repository Modified files: usr.sbin/repquota repquota.c Log: Change the header to indicate which type of id is being displayed, "User" or "Group", instead of identifying them all as "User". Approved by: re (bmah) Revision Changes Path 1.21 +2 -2 src/usr.sbin/repquota/repquota.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 01:24:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B78416A417; Wed, 19 Sep 2007 01:24:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 097CE13C468; Wed, 19 Sep 2007 01:24:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J1OJ1v047180; Wed, 19 Sep 2007 01:24:19 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J1OJKB047179; Wed, 19 Sep 2007 01:24:19 GMT (envelope-from rodrigc) Message-Id: <200709190124.l8J1OJKB047179@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 19 Sep 2007 01:24: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/fsck_ffs Makefile 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: Wed, 19 Sep 2007 01:24:20 -0000 rodrigc 2007-09-19 01:24:19 UTC FreeBSD src repository Modified files: sbin/fsck_ffs Makefile main.c Log: Convert fsck_ffs to nmount(). This seems to solve an intermittent problem where MNT_RELOAD fails for the root file system. Reported and tested by: phk Approved by: re (bmah) Revision Changes Path 1.18 +4 -3 src/sbin/fsck_ffs/Makefile 1.47 +51 -18 src/sbin/fsck_ffs/main.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 02:04:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3619E16A417; Wed, 19 Sep 2007 02:04:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E677713C468; Wed, 19 Sep 2007 02:04:47 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J24lx1050770; Wed, 19 Sep 2007 02:04:47 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J24llM050769; Wed, 19 Sep 2007 02:04:47 GMT (envelope-from kevlo) Message-Id: <200709190204.l8J24llM050769@repoman.freebsd.org> From: Kevin Lo Date: Wed, 19 Sep 2007 02:04: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/bin/getfacl getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 02:04:48 -0000 kevlo 2007-09-19 02:04:47 UTC FreeBSD src repository Modified files: bin/getfacl getfacl.c Log: Use owner name and owning group name instead of uid and gid for displaying the three-line comment header by default. Reviewed by: kientzle Approved by: re (bmah) Revision Changes Path 1.12 +30 -2 src/bin/getfacl/getfacl.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 03:59:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC9DE16A419; Wed, 19 Sep 2007 03:59:34 +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 767F113C469; Wed, 19 Sep 2007 03:59:34 +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 l8J3xYfC061374; Wed, 19 Sep 2007 03:59:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J3xYR3061373; Wed, 19 Sep 2007 03:59:34 GMT (envelope-from marcus) Message-Id: <200709190359.l8J3xYR3061373@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Sep 2007 03:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 03:59:34 -0000 marcus 2007-09-19 03:59:34 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/dev/syscons syscons.c Log: Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl to become unkillable when that process is sent a termination signal. The process will sit in waitvt looping in the kernel, and chewing up all available CPU until the system is rebooted. Submitted by: Jilles Tjoelker Reviewed by: bde Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.452 +1 -2 src/sys/dev/syscons/syscons.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:10:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F4216A417; Wed, 19 Sep 2007 04:10:24 +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 A0ABF13C459; Wed, 19 Sep 2007 04:10:24 +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 l8J4AOr0063374; Wed, 19 Sep 2007 04:10:24 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4AO4d063373; Wed, 19 Sep 2007 04:10:24 GMT (envelope-from linimon) Message-Id: <200709190410.l8J4AO4d063373@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Sep 2007 04:10: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-im/p5-Net-ICQ2000 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:10:25 -0000 linimon 2007-09-19 04:10:24 UTC FreeBSD ports repository Modified files: net-im/p5-Net-ICQ2000 Makefile Log: Broken: unfetchable. It appears the author has dropped this project. Revision Changes Path 1.5 +4 -0 ports/net-im/p5-Net-ICQ2000/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:11:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E645216A417 for ; Wed, 19 Sep 2007 04:11:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 597DE13C491 for ; Wed, 19 Sep 2007 04:11:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 2510 invoked by uid 399); 19 Sep 2007 04:11:42 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 19 Sep 2007 04:11:42 -0000 X-Originating-IP: 127.0.0.1 Date: Tue, 18 Sep 2007 21:11:40 -0700 (PDT) From: Doug Barton To: Kirill Ponomarew In-Reply-To: <20070918185959.GB1429@voodoo.bawue.com> Message-ID: References: <200709181414.l8IEEuj0036571@repoman.freebsd.org> <20070918141503.2CD9916A4DE@hub.freebsd.org> <20070918185959.GB1429@voodoo.bawue.com> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/lang/pcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:11:44 -0000 On Tue, 18 Sep 2007, Kirill Ponomarew wrote: > On Tue, Sep 18, 2007 at 02:15:03PM +0000, David E. O'Brien wrote: >> +USE_GMAKE= I_dont_know_why_bmake_isnt_always_working_right > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > I couldn't find it in Porters Handbook, could you please fix it ? Given that the actual value doesn't matter one tiny little bit, can we turn our attention to more productive pursuits? Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:13:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE8316A418; Wed, 19 Sep 2007 04:13:14 +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 BBC5813C457; Wed, 19 Sep 2007 04:13:13 +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 l8J4DDfb063659; Wed, 19 Sep 2007 04:13:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4DDdJ063658; Wed, 19 Sep 2007 04:13:13 GMT (envelope-from linimon) Message-Id: <200709190413.l8J4DDdJ063658@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Sep 2007 04:13:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Plagger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:13:14 -0000 linimon 2007-09-19 04:13:13 UTC FreeBSD ports repository Modified files: textproc/p5-Plagger Makefile Log: Attempt to fix port build with new bsd.perl.mk. Hat: portmgr Revision Changes Path 1.21 +2 -0 ports/textproc/p5-Plagger/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:16:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 073FC16A418; Wed, 19 Sep 2007 04:16:16 +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 B598913C458; Wed, 19 Sep 2007 04:16:15 +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 l8J4GFqD063821; Wed, 19 Sep 2007 04:16:15 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4GFIo063820; Wed, 19 Sep 2007 04:16:15 GMT (envelope-from linimon) Message-Id: <200709190416.l8J4GFIo063820@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Sep 2007 04:16: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/kde3-i18n-id Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:16:16 -0000 linimon 2007-09-19 04:16:15 UTC FreeBSD ports repository Modified files: misc/kde3-i18n-id Makefile Log: Broken: fails to fetch. Revision Changes Path 1.55 +4 -0 ports/misc/kde3-i18n-id/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:33:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B1116A418; Wed, 19 Sep 2007 04:33:24 +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 5F22F13C468; Wed, 19 Sep 2007 04:33:24 +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 l8J4XOmQ064844; Wed, 19 Sep 2007 04:33:24 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4XOaP064843; Wed, 19 Sep 2007 04:33:24 GMT (envelope-from marcus) Message-Id: <200709190433.l8J4XOaP064843@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 19 Sep 2007 04:33:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mplayer-plugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:33:24 -0000 marcus 2007-09-19 04:33:24 UTC FreeBSD ports repository Modified files: www/mplayer-plugin Makefile distinfo pkg-plist Log: Update to 3.45. Revision Changes Path 1.56 +1 -2 ports/www/mplayer-plugin/Makefile 1.32 +3 -3 ports/www/mplayer-plugin/distinfo 1.17 +3 -0 ports/www/mplayer-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:35:25 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756A016A420; Wed, 19 Sep 2007 04:35:25 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 12D3C13C46A; Wed, 19 Sep 2007 04:35:24 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from [10.0.0.222] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id l8J41ZH7076095; Tue, 18 Sep 2007 21:01:35 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <46F09F1F.7090806@kientzle.com> Date: Tue, 18 Sep 2007 21:01:35 -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: "Bruce A. Mah" References: <200709180420.l8I4KMFG057365@repoman.freebsd.org> <20070918145953.GW79542@deviant.kiev.zoral.com.ua> <46F02B62.8080504@samsco.org> <46F03493.7050808@freebsd.org> In-Reply-To: <46F03493.7050808@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Scott Long , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Tim Kientzle , Kostik Belousov Subject: Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:35:25 -0000 Bruce A. Mah wrote: > If memory serves me right, Scott Long wrote: >>Kostik Belousov wrote: >> >>>It seems that tar is broken. >> >>I think this patch needs to be backed out ... > > With my RE hat on, I've backed out this commit. Thank you, Bruce. I'll investigate further. Tim Kientzle From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:36:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED8416A418; Wed, 19 Sep 2007 04:36:38 +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 8886613C4A7; Wed, 19 Sep 2007 04:36: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 l8J4acZ8064983; Wed, 19 Sep 2007 04:36:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4ac7m064982; Wed, 19 Sep 2007 04:36:38 GMT (envelope-from edwin) Message-Id: <200709190436.l8J4ac7m064982@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 19 Sep 2007 04:36: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/games/trophy/files patch-trophy::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:36:38 -0000 edwin 2007-09-19 04:36:38 UTC FreeBSD ports repository Removed files: games/trophy/files patch-trophy::Makefile Log: Fix patchfile since it tried to patch Makefile instead of Makefile.in Noticed by: YAPHR of linimon Revision Changes Path 1.2 +0 -29 ports/games/trophy/files/patch-trophy::Makefile (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:37:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDAA916A417; Wed, 19 Sep 2007 04:37: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 8218D13C46E; Wed, 19 Sep 2007 04:37: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 l8J4bAWm065019; Wed, 19 Sep 2007 04:37:10 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4bACU065018; Wed, 19 Sep 2007 04:37:10 GMT (envelope-from edwin) Message-Id: <200709190437.l8J4bACU065018@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 19 Sep 2007 04:37:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/trophy/files patch-trophy__Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:37:10 -0000 edwin 2007-09-19 04:37:10 UTC FreeBSD ports repository Added files: games/trophy/files patch-trophy__Makefile.in Log: Fix patchfile since it tried to patch Makefile instead of Makefile.in Noticed by: YAPHR of linimon Revision Changes Path 1.1 +11 -0 ports/games/trophy/files/patch-trophy__Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:44:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27AFF16A418; Wed, 19 Sep 2007 04:44:15 +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 D578313C46C; Wed, 19 Sep 2007 04:44:14 +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 l8J4iEoM065485; Wed, 19 Sep 2007 04:44:14 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4iEpg065484; Wed, 19 Sep 2007 04:44:14 GMT (envelope-from sumikawa) Message-Id: <200709190444.l8J4iEpg065484@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 19 Sep 2007 04:44: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/apache13+ipv6/files patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:44:15 -0000 sumikawa 2007-09-19 04:44:14 UTC FreeBSD ports repository Modified files: www/apache13+ipv6/files patch-ae Log: Fix "failure to patch". Reported by: linimon Revision Changes Path 1.3 +3 -3 ports/www/apache13+ipv6/files/patch-ae From owner-cvs-all@FreeBSD.ORG Wed Sep 19 04:51:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45DD316A418; Wed, 19 Sep 2007 04:51: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 004AF13C478; Wed, 19 Sep 2007 04:51: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 l8J4pskk074674; Wed, 19 Sep 2007 04:51:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J4psVa074673; Wed, 19 Sep 2007 04:51:54 GMT (envelope-from linimon) Message-Id: <200709190451.l8J4psVa074673@repoman.freebsd.org> From: Mark Linimon Date: Wed, 19 Sep 2007 04:51: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/net/pppoa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 04:51:55 -0000 linimon 2007-09-19 04:51:54 UTC FreeBSD ports repository Modified files: net/pppoa Makefile Log: Fix fetch. PR: ports/116361 Submitted by: Dan Voisine Revision Changes Path 1.28 +3 -3 ports/net/pppoa/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 07:00:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CC4716A46B; Wed, 19 Sep 2007 07:00:15 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF22913C4D0; Wed, 19 Sep 2007 07:00: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 l8J70EEM084383; Wed, 19 Sep 2007 07:00:14 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J70E51084381; Wed, 19 Sep 2007 07:00:14 GMT (envelope-from erwin) Message-Id: <200709190700.l8J70E51084381@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 19 Sep 2007 07:00: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: Wed, 19 Sep 2007 07:00:15 -0000 erwin 2007-09-19 07:00:14 UTC FreeBSD ports repository Modified files: . modules Log: fpc-httpd is in www not security Revision Changes Path 1.18764 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:26:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D4316A47C; Wed, 19 Sep 2007 08:26:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C881C13C4CC; Wed, 19 Sep 2007 08:26:10 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8QA3K092215; Wed, 19 Sep 2007 08:26:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8QAXd092214; Wed, 19 Sep 2007 08:26:10 GMT (envelope-from sat) Message-Id: <200709190826.l8J8QAXd092214@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 19 Sep 2007 08:26:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-noscript Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 08:26:11 -0000 sat 2007-09-19 08:26:10 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.1.7.2 Revision Changes Path 1.26 +1 -1 ports/www/xpi-noscript/Makefile 1.24 +3 -3 ports/www/xpi-noscript/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:32:53 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D3216A419; Wed, 19 Sep 2007 08:32:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8104013C468; Wed, 19 Sep 2007 08:32:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8Wrgq092682; Wed, 19 Sep 2007 08:32:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8Wr3i092681; Wed, 19 Sep 2007 08:32:53 GMT (envelope-from sat) Message-Id: <200709190832.l8J8Wr3i092681@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 19 Sep 2007 08:32: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/xpi-flashgot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 08:32:53 -0000 sat 2007-09-19 08:32:53 UTC FreeBSD ports repository Modified files: www/xpi-flashgot Makefile distinfo Log: - Update to 0.6.8 Revision Changes Path 1.13 +1 -1 ports/www/xpi-flashgot/Makefile 1.13 +3 -3 ports/www/xpi-flashgot/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:41:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CB616A417; Wed, 19 Sep 2007 08:41:28 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0536413C469; Wed, 19 Sep 2007 08:41:28 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8fRJ4093235; Wed, 19 Sep 2007 08:41:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8fRqd093234; Wed, 19 Sep 2007 08:41:27 GMT (envelope-from krion) Message-Id: <200709190841.l8J8fRqd093234@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 19 Sep 2007 08:41:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 08:41:28 -0000 krion 2007-09-19 08:41:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add extract.c Log: MFC: extract.c:1.45 date: 2007/08/23 13:05:10; author: krion; state: Exp; lines: +1 -1 Fix pkg_add behaviour to preserve pathnames. PR: bin/93915 bin/109134 Submitted by: Jason Heiss , Constantin Stefanov Approved by: re@ (kensmith) MFC after: 7 days Revision Changes Path 1.43.2.2 +1 -1 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:42:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410DC16A417; Wed, 19 Sep 2007 08:42:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1755913C465; Wed, 19 Sep 2007 08:42:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8gq5B093304; Wed, 19 Sep 2007 08:42:52 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8gqvi093303; Wed, 19 Sep 2007 08:42:52 GMT (envelope-from osa) Message-Id: <200709190842.l8J8gqvi093303@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 19 Sep 2007 08:42:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 08:42:52 -0000 osa 2007-09-19 08:42:51 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update to 0.6.11. Remove needless configure option (--with-http_ssl_module) for mail_ssl_module. Both modules use ssl-specific code independently. (*) (*) Found by: Anton Yuzhaninov aka citrin at citrin dot ru *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used. Revision Changes Path 1.133 +2 -2 ports/www/nginx-devel/Makefile 1.122 +3 -3 ports/www/nginx-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:48:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2F7E16A419; Wed, 19 Sep 2007 08:48:24 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61A1A13C480; Wed, 19 Sep 2007 08:48:24 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8mOe8002353; Wed, 19 Sep 2007 08:48:24 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8mO5a002352; Wed, 19 Sep 2007 08:48:24 GMT (envelope-from osa) Message-Id: <200709190848.l8J8mO5a002352@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 19 Sep 2007 08:48:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx 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, 19 Sep 2007 08:48:24 -0000 osa 2007-09-19 08:48:24 UTC FreeBSD ports repository Modified files: www/nginx Makefile pkg-plist Log: Optionify. Utilize ETCDIR for Makefile and pkg-plist. Some knobs deprecated, so bump PORTREVISION. Revision Changes Path 1.128 +83 -34 ports/www/nginx/Makefile 1.11 +12 -12 ports/www/nginx/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 08:50:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74C5D16A417; Wed, 19 Sep 2007 08:50:56 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3354413C461; Wed, 19 Sep 2007 08:50:56 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8J8oudw002559; Wed, 19 Sep 2007 08:50:56 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8J8ouVm002558; Wed, 19 Sep 2007 08:50:56 GMT (envelope-from gnn) Message-Id: <200709190850.l8J8ouVm002558@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Wed, 19 Sep 2007 08:50: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/tools/tools/crypto ipsecstats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 08:50:56 -0000 gnn 2007-09-19 08:50:55 UTC FreeBSD src repository Modified files: tools/tools/crypto ipsecstats.c Log: Update structure name to follow the new IPsec code. Reported by: phk Approved by: re Revision Changes Path 1.2 +1 -1 src/tools/tools/crypto/ipsecstats.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 09:05:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284DF16A419; Wed, 19 Sep 2007 09:05:05 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id BE0D513C4B0; Wed, 19 Sep 2007 09:05:04 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 350FF1CC09C; Wed, 19 Sep 2007 11:05:03 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 248D21701B; Wed, 19 Sep 2007 11:05:02 +0200 (CEST) Date: Wed, 19 Sep 2007 11:05:01 +0200 From: Henrik Brix Andersen To: Kevin Lo Message-ID: <20070919090501.GA2479@tirith.brixandersen.dk> Mail-Followup-To: Kevin Lo , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200709190204.l8J24llM050769@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <200709190204.l8J24llM050769@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 09:05:05 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > kevlo 2007-09-19 02:04:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > bin/getfacl getfacl.c=20 > Log: > Use owner name and owning group name instead of uid and gid > for displaying the three-line comment header by default. > =20 > Reviewed by: kientzle > Approved by: re (bmah) Isn't this a POLA violation? At least I think it should be mentioned in UPDATING as people might (I know I do) have scripts, that actually parse the uid/gid fields in the header. Regards, Brix --=20 Henrik Brix Andersen --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFG8OY8v+Q4flTiePgRAsS5AJwIDe9qAUTBTz4LZ8XhkIgPg2vvpACfSFEp YKFz5udn8+EZHmbjZDu5N1E= =bBdI -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-cvs-all@FreeBSD.ORG Wed Sep 19 09:19:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9F41E16A41B; Wed, 19 Sep 2007 09:19:56 +0000 (UTC) Date: Wed, 19 Sep 2007 09:19:56 +0000 From: Alexey Dokuchaev To: Alejandro Pulver Message-ID: <20070919091956.GA45811@FreeBSD.org> References: <200709140116.l8E1GoP8097024@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200709140116.l8E1GoP8097024@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/qudos Makefile ports/games/qudos/files patch-src__client__snd_dma.c patch-src__unix__snd_oss.c patch-src__unix__snd_sdl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 09:19:56 -0000 On Fri, Sep 14, 2007 at 01:16:49AM +0000, Alejandro Pulver wrote: > alepulver 2007-09-14 01:16:49 UTC > > Log: > - Bump PORTREVISION. > - Remove FreeBSD 4.x support (USE_GCC=3.4+). > - Fix various sound problems, including crashes [1]. This is much appreciated and in fact I've been looking for sound fixes since this problem probably affects games/quake2lnx port as well, but may I ask you to strip whitespace differences from your patches next time? This way you'd make it easier for both repository and people who will be reading them. Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Wed Sep 19 10:05:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B57216A41B; Wed, 19 Sep 2007 10:05:02 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 532DD13C46E; Wed, 19 Sep 2007 10:05:02 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JA521R009162; Wed, 19 Sep 2007 10:05:02 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JA5154009160; Wed, 19 Sep 2007 10:05:01 GMT (envelope-from tobez) Message-Id: <200709191005.l8JA5154009160@repoman.freebsd.org> From: Anton Berezin Date: Wed, 19 Sep 2007 10:05: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/math/p5-Math-ConvexHull Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 10:05:02 -0000 tobez 2007-09-19 10:05:01 UTC FreeBSD ports repository Modified files: math/p5-Math-ConvexHull Makefile distinfo Log: Update to 1.02. Changes: http://search.cpan.org/src/SMUELLER/Math-ConvexHull-1.02/Changes Revision Changes Path 1.4 +1 -1 ports/math/p5-Math-ConvexHull/Makefile 1.4 +3 -3 ports/math/p5-Math-ConvexHull/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 10:30:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB1AC16A46B; Wed, 19 Sep 2007 10:30:47 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 65E0513C494; Wed, 19 Sep 2007 10:30:47 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id l4JA1Tnm003293; Sat, 19 May 2007 18:01:31 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: Henrik Brix Andersen In-Reply-To: <20070919090501.GA2479@tirith.brixandersen.dk> References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> Content-Type: text/plain Date: Wed, 19 Sep 2007 17:59:46 +0800 Message-Id: <1190195987.5984.30.camel@monet> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 10:30:48 -0000 Henrik Brix Andersen wrote: > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > kevlo 2007-09-19 02:04:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > bin/getfacl getfacl.c > > Log: > > Use owner name and owning group name instead of uid and gid > > for displaying the three-line comment header by default. > > > > Reviewed by: kientzle > > Approved by: re (bmah) > > Isn't this a POLA violation? At least I think it should be mentioned > in UPDATING as people might (I know I do) have scripts, that actually > parse the uid/gid fields in the header. In both Linux and Solaris, getfacl resolves names by default as well. If you think it should be mentioned in UPDATING, I'll update it, thanks. > Regards, > Brix Kevin From owner-cvs-all@FreeBSD.ORG Wed Sep 19 10:33:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7592416A418; Wed, 19 Sep 2007 10:33:27 +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 419D913C4D5; Wed, 19 Sep 2007 10:33:27 +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 l8JAXRLA010819; Wed, 19 Sep 2007 10:33:27 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JAXRLi010818; Wed, 19 Sep 2007 10:33:27 GMT (envelope-from maho) Message-Id: <200709191033.l8JAXRLi010818@repoman.freebsd.org> From: Maho Nakata Date: Wed, 19 Sep 2007 10:33:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 10:33:27 -0000 maho 2007-09-19 10:33:26 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-devel Makefile distinfo Log: Update to SRC680_m229. Revision Changes Path 1.332 +2 -2 ports/editors/openoffice.org-2-devel/Makefile 1.148 +3 -3 ports/editors/openoffice.org-2-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 11:16:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7E3916A419; Wed, 19 Sep 2007 11:16:45 +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 7954713C46A; Wed, 19 Sep 2007 11:16:45 +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 l8JBGjAn014411; Wed, 19 Sep 2007 11:16:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JBGjx7014410; Wed, 19 Sep 2007 11:16:45 GMT (envelope-from pav) Message-Id: <200709191116.l8JBGjx7014410@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Sep 2007 11:16: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/devtodo Makefile distinfo pkg-descr ports/devel/devtodo/files patch-Todo.h patch-TodoDB.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, 19 Sep 2007 11:16:45 -0000 pav 2007-09-19 11:16:45 UTC FreeBSD ports repository Modified files: devel/devtodo Makefile distinfo pkg-descr Removed files: devel/devtodo/files patch-Todo.h patch-TodoDB.h Log: - Update to 0.1.20 Revision Changes Path 1.20 +1 -1 ports/devel/devtodo/Makefile 1.10 +3 -3 ports/devel/devtodo/distinfo 1.2 +0 -11 ports/devel/devtodo/files/patch-Todo.h (dead) 1.2 +0 -11 ports/devel/devtodo/files/patch-TodoDB.h (dead) 1.6 +0 -3 ports/devel/devtodo/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 19 11:20:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719D916A420; Wed, 19 Sep 2007 11:20: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 4458013C461; Wed, 19 Sep 2007 11:20: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 l8JBKGeJ014606; Wed, 19 Sep 2007 11:20:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JBKFqx014605; Wed, 19 Sep 2007 11:20:15 GMT (envelope-from miwi) Message-Id: <200709191120.l8JBKFqx014605@repoman.freebsd.org> From: Martin Wilke Date: Wed, 19 Sep 2007 11:20:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/claws-mail Makefile ports/mail/claws-mail/files patch-src_toolbar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 11:20:16 -0000 miwi 2007-09-19 11:20:15 UTC FreeBSD ports repository Modified files: mail/claws-mail Makefile Added files: mail/claws-mail/files patch-src_toolbar.c Log: - Fix a Memory leak caused by gtk_container_get_children - Bump PORTREVISION Obtained from: claws-mail cvs Approved by: netchild (maintainer) Revision Changes Path 1.130 +1 -0 ports/mail/claws-mail/Makefile 1.1 +31 -0 ports/mail/claws-mail/files/patch-src_toolbar.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 12:12:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2263016A420; Wed, 19 Sep 2007 12:12: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 E6CE813C45D; Wed, 19 Sep 2007 12:12:48 +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 l8JCCmme019063; Wed, 19 Sep 2007 12:12:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCCmh9019062; Wed, 19 Sep 2007 12:12:48 GMT (envelope-from ahze) Message-Id: <200709191212.l8JCCmh9019062@repoman.freebsd.org> From: Michael Johnson Date: Wed, 19 Sep 2007 12: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: ports/x11-fonts/dejavu Makefile distinfo pkg-plist ports/x11-fonts/dejavu/files fonts.dir X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 12:12:49 -0000 ahze 2007-09-19 12:12:47 UTC FreeBSD ports repository Modified files: x11-fonts/dejavu Makefile distinfo pkg-plist Removed files: x11-fonts/dejavu/files fonts.dir Log: Update to 2.20 Revision Changes Path 1.34 +1 -2 ports/x11-fonts/dejavu/Makefile 1.33 +3 -3 ports/x11-fonts/dejavu/distinfo 1.5 +0 -277 ports/x11-fonts/dejavu/files/fonts.dir (dead) 1.9 +0 -1 ports/x11-fonts/dejavu/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 12:17:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32EA916A418; Wed, 19 Sep 2007 12:17:40 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6B713C467; Wed, 19 Sep 2007 12:17:40 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JCHd33019364; Wed, 19 Sep 2007 12:17:39 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCHdNK019363; Wed, 19 Sep 2007 12:17:39 GMT (envelope-from thomas) Message-Id: <200709191217.l8JCHdNK019363@repoman.freebsd.org> From: Thomas Quinot Date: Wed, 19 Sep 2007 12:17:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/binutils/ld genscripts.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, 19 Sep 2007 12:17:40 -0000 thomas 2007-09-19 12:17:39 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld genscripts.sh Log: In the case of a native build, set NATIVE to yes so that the code circuits that need to be activated specifically for the case of a native linker actually are enabled. Specifically, this makes ld(1) look for shared libraries in LD_LIBRARY_PATH in the native case, as documented in the man page. PR: gnu/96481 Approved by: re (kensmith) MFC after: 2 weeks Revision Changes Path 1.8 +4 -1 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-all@FreeBSD.ORG Wed Sep 19 12:21:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB0B16A41B; Wed, 19 Sep 2007 12:21:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBC5113C442; Wed, 19 Sep 2007 12:21:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JCLYEc019760; Wed, 19 Sep 2007 12:21:34 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCLY7h019759; Wed, 19 Sep 2007 12:21:34 GMT (envelope-from tabthorpe) Message-Id: <200709191221.l8JCLY7h019759@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 19 Sep 2007 12: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/textproc Makefile ports/textproc/xaira Makefile distinfo pkg-descr pkg-plist ports/textproc/xaira/files patch-configure.in pkg-message.in xaira-server.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, 19 Sep 2007 12:21:35 -0000 tabthorpe 2007-09-19 12:21:34 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xaira Makefile distinfo pkg-descr pkg-plist textproc/xaira/files patch-configure.in pkg-message.in xaira-server.in Log: Xaira is an XML Aware Indexing and Retrieval Application designed to allow fast access to large corpora marked up in XML. Xaira is the current name for a new version of SARA, the text searching software originally developed at OUCS for use with the British National Corpus. This new version has been entirely re-written as a general purpose XML search engine, which will operate on any corpus of well-formed XML documents. It is however best used with TEI-conformant documents. Xaira has full Unicode support. This means you can use it to search and display text in any language, provided you have a suitable Unicode font installed on your system. WWW: http://www.xaira.org PR: ports/116259 Submitted by: Mathias Monnerville Revision Changes Path 1.1183 +1 -0 ports/textproc/Makefile 1.1 +52 -0 ports/textproc/xaira/Makefile (new) 1.1 +3 -0 ports/textproc/xaira/distinfo (new) 1.1 +51 -0 ports/textproc/xaira/files/patch-configure.in (new) 1.1 +11 -0 ports/textproc/xaira/files/pkg-message.in (new) 1.1 +18 -0 ports/textproc/xaira/files/xaira-server.in (new) 1.1 +18 -0 ports/textproc/xaira/pkg-descr (new) 1.1 +22 -0 ports/textproc/xaira/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 12:21:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A60816A480; Wed, 19 Sep 2007 12:21:48 +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 7138213C45B; Wed, 19 Sep 2007 12:21:48 +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 l8JCLm9e019831; Wed, 19 Sep 2007 12:21:48 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCLmqE019830; Wed, 19 Sep 2007 12:21:48 GMT (envelope-from tabthorpe) Message-Id: <200709191221.l8JCLmqE019830@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 19 Sep 2007 12:21:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 12:21:48 -0000 tabthorpe 2007-09-19 12:21:48 UTC FreeBSD ports repository Modified files: . modules Log: xaira --> ports/textproc/xaira Revision Changes Path 1.18765 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 19 12:33:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DF3B16A41B; Wed, 19 Sep 2007 12:33:56 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3979B13C45B; Wed, 19 Sep 2007 12:33:56 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JCXtoq020533; Wed, 19 Sep 2007 12:33:55 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCXtXu020532; Wed, 19 Sep 2007 12:33:55 GMT (envelope-from tobez) Message-Id: <200709191233.l8JCXtXu020532@repoman.freebsd.org> From: Anton Berezin Date: Wed, 19 Sep 2007 12:33:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Email-Send 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, 19 Sep 2007 12:33:56 -0000 tobez 2007-09-19 12:33:55 UTC FreeBSD ports repository Modified files: mail/p5-Email-Send Makefile distinfo pkg-plist Log: Update to 2.190. Changes: http://search.cpan.org/src/RJBS/Email-Send-2.190/Changes Revision Changes Path 1.11 +1 -2 ports/mail/p5-Email-Send/Makefile 1.10 +3 -3 ports/mail/p5-Email-Send/distinfo 1.4 +0 -1 ports/mail/p5-Email-Send/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:05:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5847516A417; Wed, 19 Sep 2007 13:05:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37F3F13C45E; Wed, 19 Sep 2007 13:05:59 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JD5w8A033330; Wed, 19 Sep 2007 13:05:58 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from sepotvin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JD5wja033329; Wed, 19 Sep 2007 13:05:58 GMT (envelope-from sepotvin) Message-Id: <200709191305.l8JD5wja033329@repoman.freebsd.org> From: "Stephane E. Potvin" Date: Wed, 19 Sep 2007 13:05: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/dev/pci pcireg.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, 19 Sep 2007 13:05:59 -0000 sepotvin 2007-09-19 13:05:58 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines. - Add the definitions for D3PME_COLD and D3PME_HOT capabilities. Reviewed by: njl (mentor), imp Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.64 +5 -3 src/sys/dev/pci/pcireg.h From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:23:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B24A16A420; Wed, 19 Sep 2007 13:23:37 +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 7F58E13C468; Wed, 19 Sep 2007 13:23:37 +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 l8JDNbII035485; Wed, 19 Sep 2007 13:23:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDNb1R035484; Wed, 19 Sep 2007 13:23:37 GMT (envelope-from obrien) Message-Id: <200709191323.l8JDNb1R035484@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 13:23: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/lang/pcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:23:37 -0000 obrien 2007-09-19 13:23:36 UTC FreeBSD ports repository Modified files: lang/pcc Makefile Log: Change self-documenting value to simply "yes". Requested by: kiron Revision Changes Path 1.3 +2 -2 ports/lang/pcc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:45:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03E0216A419; Wed, 19 Sep 2007 13:45:54 +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 E45C013C46A; Wed, 19 Sep 2007 13:45:53 +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 l8JDjrma036781; Wed, 19 Sep 2007 13:45:53 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDjr49036780; Wed, 19 Sep 2007 13:45:53 GMT (envelope-from oliver) Message-Id: <200709191345.l8JDjr49036780@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:45: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/graphics Makefile ports/graphics/ogre3d12 Makefile ports/graphics/cegui04 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:45:54 -0000 oliver 2007-09-19 13:45:53 UTC FreeBSD ports repository Modified files: graphics Makefile graphics/ogre3d12 Makefile graphics/cegui04 Makefile Log: connect repocopied ogre3d12 and cegui04 to the build Revision Changes Path 1.1103 +2 -0 ports/graphics/Makefile 1.14 +5 -3 ports/graphics/cegui04/Makefile 1.22 +2 -2 ports/graphics/ogre3d12/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:48:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7597316A421; Wed, 19 Sep 2007 13:48:23 +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 60CF013C474; Wed, 19 Sep 2007 13:48:23 +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 l8JDmNUJ036875; Wed, 19 Sep 2007 13:48:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDmND3036874; Wed, 19 Sep 2007 13:48:23 GMT (envelope-from oliver) Message-Id: <200709191348.l8JDmND3036874@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:48:23 -0000 oliver 2007-09-19 13:48:22 UTC FreeBSD ports repository Modified files: . modules Log: add ogre3d12 and cegui04 Revision Changes Path 1.18766 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:48:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180F816A417; Wed, 19 Sep 2007 13:48:24 +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 F31A313C45A; Wed, 19 Sep 2007 13:48:23 +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 l8JDmNCV036902; Wed, 19 Sep 2007 13:48:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDmN3g036901; Wed, 19 Sep 2007 13:48:23 GMT (envelope-from oliver) Message-Id: <200709191348.l8JDmN3g036901@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13: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/games/fwp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:48:24 -0000 oliver 2007-09-19 13:48:23 UTC FreeBSD ports repository Modified files: games/fwp Makefile Log: Switch over dependencies to graphics/ogre3d12 and graphichs/cegui04 to prevent the port to break after the upcomming update of graphics/ ogre3d and graphics/cegui Bump PORTREVISION Revision Changes Path 1.12 +2 -2 ports/games/fwp/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:49:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1447A16A418; Wed, 19 Sep 2007 13:49:02 +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 C85D213C46A; Wed, 19 Sep 2007 13:49:01 +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 l8JDn1Aw036963; Wed, 19 Sep 2007 13:49:01 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDn1pC036962; Wed, 19 Sep 2007 13:49:01 GMT (envelope-from oliver) Message-Id: <200709191349.l8JDn1pC036962@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:49:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/devil Makefile ports/graphics/devil/files patch-include-IL_il.h patch-include-IL_ilu.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, 19 Sep 2007 13:49:02 -0000 oliver 2007-09-19 13:49:01 UTC FreeBSD ports repository Modified files: graphics/devil Makefile Added files: graphics/devil/files patch-include-IL_il.h patch-include-IL_ilu.h Log: make the port compile with gcc 4 and allow the same for its dependent ports. Bump PORTREVISION Submitted by: maintainer Approved by: maintainer Revision Changes Path 1.16 +5 -1 ports/graphics/devil/Makefile 1.1 +175 -0 ports/graphics/devil/files/patch-include-IL_il.h (new) 1.1 +72 -0 ports/graphics/devil/files/patch-include-IL_ilu.h (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:50:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 481B216A46B; Wed, 19 Sep 2007 13:50: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 360E813C469; Wed, 19 Sep 2007 13:50: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 l8JDoAVs037128; Wed, 19 Sep 2007 13:50:10 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDoAVj037127; Wed, 19 Sep 2007 13:50:10 GMT (envelope-from oliver) Message-Id: <200709191350.l8JDoAVj037127@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:50:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/atlas-devel Makefile ports/devel/eris Makefile ports/devel/mercator Makefile ports/devel/varconf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:50:11 -0000 oliver 2007-09-19 13:50:10 UTC FreeBSD ports repository Modified files: devel/atlas-devel Makefile devel/eris Makefile devel/mercator Makefile devel/varconf Makefile Log: do not force the usage of gcc 3.4, the ports are now gcc 4 ready Bump PORTREVISION Revision Changes Path 1.31 +1 -2 ports/devel/atlas-devel/Makefile 1.17 +1 -2 ports/devel/eris/Makefile 1.8 +2 -2 ports/devel/mercator/Makefile 1.20 +2 -2 ports/devel/varconf/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:50:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A59B16A421; Wed, 19 Sep 2007 13:50:54 +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 5932713C49D; Wed, 19 Sep 2007 13:50:54 +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 l8JDosHj037201; Wed, 19 Sep 2007 13:50:54 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDosCo037200; Wed, 19 Sep 2007 13:50:54 GMT (envelope-from oliver) Message-Id: <200709191350.l8JDosCo037200@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:50:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/wfmath Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:50:54 -0000 oliver 2007-09-19 13:50:53 UTC FreeBSD ports repository Modified files: math/wfmath Makefile distinfo Log: update to 0.3.6 do not force the usage of gcc 3.4, the ports are now gcc 4 ready Revision Changes Path 1.7 +2 -3 ports/math/wfmath/Makefile 1.5 +3 -3 ports/math/wfmath/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:52:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B42ED16A469; Wed, 19 Sep 2007 13:52:06 +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 8C34213C48A; Wed, 19 Sep 2007 13:52:06 +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 l8JDq5SW037460; Wed, 19 Sep 2007 13:52:05 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDq5D9037458; Wed, 19 Sep 2007 13:52:05 GMT (envelope-from oliver) Message-Id: <200709191352.l8JDq5D9037458@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:52:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ogre3d 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, 19 Sep 2007 13:52:06 -0000 oliver 2007-09-19 13:52:05 UTC FreeBSD ports repository Modified files: graphics/ogre3d Makefile distinfo pkg-plist Log: update to 1.4.4 do not force the usage of gcc 3.4, the ports are now gcc 4 ready Revision Changes Path 1.21 +14 -9 ports/graphics/ogre3d/Makefile 1.8 +3 -3 ports/graphics/ogre3d/distinfo 1.9 +25 -22 ports/graphics/ogre3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:52:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9BBA16A421; Wed, 19 Sep 2007 13:52:48 +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 A96C513C465; Wed, 19 Sep 2007 13:52:48 +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 l8JDqmd6037537; Wed, 19 Sep 2007 13:52:48 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDqm5o037536; Wed, 19 Sep 2007 13:52:48 GMT (envelope-from oliver) Message-Id: <200709191352.l8JDqm5o037536@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 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/graphics/cegui 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, 19 Sep 2007 13:52:48 -0000 oliver 2007-09-19 13:52:48 UTC FreeBSD ports repository Modified files: graphics/cegui Makefile distinfo pkg-plist Log: update to 0.5.0 do not force the usage of gcc 3.4, the ports are now gcc 4 ready Revision Changes Path 1.13 +15 -12 ports/graphics/cegui/Makefile 1.3 +3 -3 ports/graphics/cegui/distinfo 1.4 +62 -46 ports/graphics/cegui/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 13:53:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B8716A418; Wed, 19 Sep 2007 13:53:49 +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 0686A13C45B; Wed, 19 Sep 2007 13:53:49 +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 l8JDrm6w037625; Wed, 19 Sep 2007 13:53:48 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JDrmIS037624; Wed, 19 Sep 2007 13:53:48 GMT (envelope-from oliver) Message-Id: <200709191353.l8JDrmIS037624@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 13:53:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ember Makefile distinfo pkg-plist ports/games/ember/files patch-ember X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 13:53:49 -0000 oliver 2007-09-19 13:53:47 UTC FreeBSD ports repository Modified files: games/ember Makefile distinfo pkg-plist games/ember/files patch-ember Log: update to 0.5.0 do not force the usage of gcc 3.4, the ports are now gcc 4 ready Revision Changes Path 1.25 +7 -11 ports/games/ember/Makefile 1.10 +6 -6 ports/games/ember/distinfo 1.8 +6 -7 ports/games/ember/files/patch-ember 1.9 +94 -82 ports/games/ember/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 14:05:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE0716A41B; Wed, 19 Sep 2007 14:05:43 +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 4314413C469; Wed, 19 Sep 2007 14:05:43 +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 l8JE5gC9039557; Wed, 19 Sep 2007 14:05:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JE5gld039556; Wed, 19 Sep 2007 14:05:42 GMT (envelope-from pav) Message-Id: <200709191405.l8JE5gld039556@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Sep 2007 14:05: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/science/gchempaint Makefile distinfo pkg-plist ports/science/gchemutils 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, 19 Sep 2007 14:05:43 -0000 pav 2007-09-19 14:05:42 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile distinfo pkg-plist science/gchemutils Makefile distinfo pkg-plist Log: - Update to 0.8.3 Revision Changes Path 1.55 +1 -3 ports/science/gchempaint/Makefile 1.33 +3 -3 ports/science/gchempaint/distinfo 1.23 +2 -4 ports/science/gchempaint/pkg-plist 1.49 +1 -1 ports/science/gchemutils/Makefile 1.24 +3 -3 ports/science/gchemutils/distinfo 1.25 +1 -0 ports/science/gchemutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 14:18:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B29BB16A419; Wed, 19 Sep 2007 14:18:26 +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 A733913C48A; Wed, 19 Sep 2007 14:18:26 +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 l8JEIQbP040325; Wed, 19 Sep 2007 14:18:26 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JEIQeN040324; Wed, 19 Sep 2007 14:18:26 GMT (envelope-from db) Message-Id: <200709191418.l8JEIQeN040324@repoman.freebsd.org> From: Diane Bruce Date: Wed, 19 Sep 2007 14:18: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/comms Makefile ports/comms/gnuradio Makefile distinfo pkg-descr pkg-plist ports/comms/gnuradio/files patch-config.h.in patch-configure.ac patch-gnuradio-core_Makefile.in patch-gnuradio-core_src_lib_io_ppio_ppdev.cc patch-gr-audio-oss_Makefile.in patch-gr-radio-astronomy_src_python_usr_psr_receiver.py ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 14:18:26 -0000 db 2007-09-19 14:18:26 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/gnuradio Makefile distinfo pkg-descr pkg-plist comms/gnuradio/files patch-config.h.in patch-configure.ac patch-gnuradio-core_Makefile.in patch-gnuradio-core_src_lib_io_ppio_ppdev.cc patch-gr-audio-oss_Makefile.in patch-gr-radio-astronomy_src_python_usr_psr_receiver.py patch-gr-trellis_Makefile.in patch-gr-wxgui_Makefile.in patch-usrp_Makefile.in patch-usrp_host_swig_Makefile.in patch-wxgui_src_python_stdgui.py wxgui_src_python_init.py Log: GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in today's high performance wireless devices into software problems. WWW: http://www.gnu.org/software/gnuradio/ - Diane (VA3DB) db@db.net PR: ports/107602 Submitted by: db Revision Changes Path 1.178 +1 -0 ports/comms/Makefile 1.1 +82 -0 ports/comms/gnuradio/Makefile (new) 1.1 +3 -0 ports/comms/gnuradio/distinfo (new) 1.1 +12 -0 ports/comms/gnuradio/files/patch-config.h.in (new) 1.1 +11 -0 ports/comms/gnuradio/files/patch-configure.ac (new) 1.1 +32 -0 ports/comms/gnuradio/files/patch-gnuradio-core_Makefile.in (new) 1.1 +311 -0 ports/comms/gnuradio/files/patch-gnuradio-core_src_lib_io_ppio_ppdev.cc (new) 1.1 +17 -0 ports/comms/gnuradio/files/patch-gr-audio-oss_Makefile.in (new) 1.1 +11 -0 ports/comms/gnuradio/files/patch-gr-radio-astronomy_src_python_usr_psr_receiver.py (new) 1.1 +11 -0 ports/comms/gnuradio/files/patch-gr-trellis_Makefile.in (new) 1.1 +15 -0 ports/comms/gnuradio/files/patch-gr-wxgui_Makefile.in (new) 1.1 +13 -0 ports/comms/gnuradio/files/patch-usrp_Makefile.in (new) 1.1 +10 -0 ports/comms/gnuradio/files/patch-usrp_host_swig_Makefile.in (new) 1.1 +11 -0 ports/comms/gnuradio/files/patch-wxgui_src_python_stdgui.py (new) 1.1 +2 -0 ports/comms/gnuradio/files/wxgui_src_python_init.py (new) 1.1 +10 -0 ports/comms/gnuradio/pkg-descr (new) 1.1 +1092 -0 ports/comms/gnuradio/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 14:18:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62CCD16A418; Wed, 19 Sep 2007 14:18:36 +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 5CDAF13C481; Wed, 19 Sep 2007 14:18:36 +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 l8JEIaal040363; Wed, 19 Sep 2007 14:18:36 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JEIab7040362; Wed, 19 Sep 2007 14:18:36 GMT (envelope-from db) Message-Id: <200709191418.l8JEIab7040362@repoman.freebsd.org> From: Diane Bruce Date: Wed, 19 Sep 2007 14:18: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: Wed, 19 Sep 2007 14:18:36 -0000 db 2007-09-19 14:18:36 UTC FreeBSD ports repository Modified files: . modules Log: gnuradio --> ports/comms/gnuradio Revision Changes Path 1.18767 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 19 14:19:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6835016A41B; Wed, 19 Sep 2007 14:19:33 +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 631B813C4DA; Wed, 19 Sep 2007 14:19:33 +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 l8JEJXq7040411; Wed, 19 Sep 2007 14:19:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JEJXxD040410; Wed, 19 Sep 2007 14:19:33 GMT (envelope-from obrien) Message-Id: <200709191419.l8JEJXxD040410@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 14:19: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/gnu/usr.bin/binutils/ld genscripts.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, 19 Sep 2007 14:19:33 -0000 obrien 2007-09-19 14:19:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld genscripts.sh Log: Reduce diff to vendor for maintance purposes. Approved by: re(ken) Revision Changes Path 1.9 +6 -5 src/gnu/usr.bin/binutils/ld/genscripts.sh From owner-cvs-all@FreeBSD.ORG Wed Sep 19 14:21:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C99316A47B; Wed, 19 Sep 2007 14:21:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6687A13C48A; Wed, 19 Sep 2007 14:21:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JELJO6040653; Wed, 19 Sep 2007 14:21:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JELJdq040652; Wed, 19 Sep 2007 14:21:19 GMT (envelope-from obrien) Message-Id: <200709191421.l8JELJdq040652@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 14:21: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/gnu/usr.bin/texinfo/info Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 14:21:19 -0000 obrien 2007-09-19 14:21:18 UTC FreeBSD src repository Modified files: gnu/usr.bin/texinfo/info Makefile Log: Catch up with the demise of /usr/X11R6 Approved by: re(ken) Revision Changes Path 1.14 +1 -1 src/gnu/usr.bin/texinfo/info/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 15:08:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 845C316A419; Wed, 19 Sep 2007 15:08:36 +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 69EF313C458; Wed, 19 Sep 2007 15:08:36 +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 l8JF8amS044600; Wed, 19 Sep 2007 15:08:36 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JF8asS044598; Wed, 19 Sep 2007 15:08:36 GMT (envelope-from oliver) Message-Id: <200709191508.l8JF8asS044598@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 19 Sep 2007 15:08: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/mail/sylpheed2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 15:08:36 -0000 oliver 2007-09-19 15:08:35 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo Log: update to 2.4.6 Revision Changes Path 1.155 +1 -1 ports/mail/sylpheed2/Makefile 1.106 +3 -3 ports/mail/sylpheed2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 15:30:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 895BE16A417; Wed, 19 Sep 2007 15:30:26 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38E5F13C428; Wed, 19 Sep 2007 15:30:26 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JFUQ4Q046053; Wed, 19 Sep 2007 15:30:26 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JFUPgX046052; Wed, 19 Sep 2007 15:30:25 GMT (envelope-from cognet) Message-Id: <200709191530.l8JFUPgX046052@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 19 Sep 2007 15:30:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 15:30:26 -0000 cognet 2007-09-19 15:30:25 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Remove dead code. Approved by: re (blanket) Beer from: jadawin Revision Changes Path 1.85 +0 -1 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:21:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CDB216A468; Wed, 19 Sep 2007 16:21:35 +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 2706C13C46C; Wed, 19 Sep 2007 16:21:35 +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 l8JGLZbN050318; Wed, 19 Sep 2007 16:21:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGLYvd050317; Wed, 19 Sep 2007 16:21:34 GMT (envelope-from jhb) Message-Id: <200709191621.l8JGLYvd050317@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Sep 2007 16:21:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:21:35 -0000 jhb 2007-09-19 16:21:34 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: - Only assume that a PCI device on the same slot is a "neighbor" USB controller if it's sole child device has the "usb" device class. Previously ehci(4) would think that PCI-ISA bridges on the same slot (such as in some Intel ICHs) were "neighbors" resulting in spurious warnings about neighbor count mismatches. - Fix a memory leak when looking for neighbors. MFC after: 1 week Approved by: re (kensmith) Tested by: phk Revision Changes Path 1.28 +13 -2 src/sys/dev/usb/ehci_pci.c From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:28:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F220A16A41A; Wed, 19 Sep 2007 16:28:46 +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 DC02113C4B0; Wed, 19 Sep 2007 16:28:46 +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 l8JGSkhM050711; Wed, 19 Sep 2007 16:28:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGSkbg050710; Wed, 19 Sep 2007 16:28:46 GMT (envelope-from brueffer) Message-Id: <200709191628.l8JGSkbg050710@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 19 Sep 2007 16:28: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/share/man/man9 crypto.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:28:47 -0000 brueffer 2007-09-19 16:28:46 UTC FreeBSD src repository Modified files: share/man/man9 crypto.9 Log: Update the table of supported algorithms: - Group hash functions together and sort - Add CRYPTO_CAMELLIA_CBC (1) PR: 116471 Submitted by: Philip Schulz (1) Approved by: re (blanket) Revision Changes Path 1.14 +10 -9 src/share/man/man9/crypto.9 From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:34:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE1416A421; Wed, 19 Sep 2007 16:34:41 +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 7896013C469; Wed, 19 Sep 2007 16:34:41 +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 l8JGYfx6051172; Wed, 19 Sep 2007 16:34:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGYfUZ051171; Wed, 19 Sep 2007 16:34:41 GMT (envelope-from ahze) Message-Id: <200709191634.l8JGYfUZ051171@repoman.freebsd.org> From: Michael Johnson Date: Wed, 19 Sep 2007 16:34: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/www/firefox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:34:41 -0000 ahze 2007-09-19 16:34:41 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: Update to 2.0.0.7 Release Notes: http://www.mozilla.com/en-US/firefox/2.0.0.7/releasenotes/ Revision Changes Path 1.180 +1 -1 ports/www/firefox/Makefile 1.45 +3 -3 ports/www/firefox/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:37:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA31016A418; Wed, 19 Sep 2007 16:37:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6B6613C46A; Wed, 19 Sep 2007 16:37:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGbjtm051330; Wed, 19 Sep 2007 16:37:45 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGbjKD051329; Wed, 19 Sep 2007 16:37:45 GMT (envelope-from kientzle) Message-Id: <200709191637.l8JGbjKD051329@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 19 Sep 2007 16:37:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:37:46 -0000 kientzle 2007-09-19 16:37:45 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.3 Log: Fill in a missing 'e' Thanks to: Kai Wang, for pointing this out Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.35 +1 -1 src/lib/libarchive/archive_read.3 From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:44:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A5C16A421; Wed, 19 Sep 2007 16:44:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E551D13C49D; Wed, 19 Sep 2007 16:44:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGicdn051845; Wed, 19 Sep 2007 16:44:38 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGicWX051844; Wed, 19 Sep 2007 16:44:38 GMT (envelope-from lofi) Message-Id: <200709191644.l8JGicWX051844@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 19 Sep 2007 16:44: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/kdelibs3 Makefile ports/x11/kdelibs3/files patch-post-3.5.7-kdelibs-kdecore-2.diff patch-post-3.5.7-kdelibs-kdecore.diff ports/x11/kdebase3 Makefile ports/x11/kdebase3/files patch-post-3.5.7-kdebase-kdm.diff patch-post-3.5.7-kdebase-konqueror-2.diff patch-post-3.5.7-kdebase-konqueror.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:44:39 -0000 lofi 2007-09-19 16:44:38 UTC FreeBSD ports repository Modified files: x11/kdelibs3 Makefile x11/kdebase3 Makefile Added files: x11/kdelibs3/files patch-post-3.5.7-kdelibs-kdecore-2.diff x11/kdebase3/files patch-post-3.5.7-kdebase-kdm.diff patch-post-3.5.7-kdebase-konqueror-2.diff Removed files: x11/kdelibs3/files patch-post-3.5.7-kdelibs-kdecore.diff x11/kdebase3/files patch-post-3.5.7-kdebase-konqueror.diff Log: Add patch for KDM passwordless login vulnerability and update patches for Konqueror address bar spoofing vulnerability. Security: CVE-2007-3820 CVE-2007-4224 CVE-2007-4225 CVE-2007-4569 Revision Changes Path 1.200 +1 -1 ports/x11/kdebase3/Makefile 1.1 +63 -0 ports/x11/kdebase3/files/patch-post-3.5.7-kdebase-kdm.diff (new) 1.1 +49 -0 ports/x11/kdebase3/files/patch-post-3.5.7-kdebase-konqueror-2.diff (new) 1.2 +0 -49 ports/x11/kdebase3/files/patch-post-3.5.7-kdebase-konqueror.diff (dead) 1.219 +1 -1 ports/x11/kdelibs3/Makefile 1.1 +34 -0 ports/x11/kdelibs3/files/patch-post-3.5.7-kdelibs-kdecore-2.diff (new) 1.2 +0 -61 ports/x11/kdelibs3/files/patch-post-3.5.7-kdelibs-kdecore.diff (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:46:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9623316A468; Wed, 19 Sep 2007 16:46:55 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6402713C4E9; Wed, 19 Sep 2007 16:46:55 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JGktr8051938; Wed, 19 Sep 2007 16:46:55 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGktqk051937; Wed, 19 Sep 2007 16:46:55 GMT (envelope-from lofi) Message-Id: <200709191646.l8JGktqk051937@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 19 Sep 2007 16:46:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kdebase3/files patch-post-3.5.7-kdebase-kdm.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:46:55 -0000 lofi 2007-09-19 16:46:55 UTC FreeBSD ports repository Modified files: x11/kdebase3/files patch-post-3.5.7-kdebase-kdm.diff Log: Forced commit to note that the spelling error in the patch header is "as provided" by KDE. The patch applies correctly anyway. Revision Changes Path 1.2 +0 -0 ports/x11/kdebase3/files/patch-post-3.5.7-kdebase-kdm.diff From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:50:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A64B16A418; Wed, 19 Sep 2007 16:50:48 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC75413C45D; Wed, 19 Sep 2007 16:50:47 +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 l8JGolhx060858; Wed, 19 Sep 2007 16:50:47 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGolhq060857; Wed, 19 Sep 2007 16:50:47 GMT (envelope-from remko) Message-Id: <200709191650.l8JGolhq060857@repoman.freebsd.org> From: Remko Lodder Date: Wed, 19 Sep 2007 16:50:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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, 19 Sep 2007 16:50:48 -0000 remko 2007-09-19 16:50:47 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document mozilla -- code execution via Quicktime media-link files, The Mozilla advisory talks somewhat about Windows for this matter, but better be safe then sorry (An updated firefox is available already). Revision Changes Path 1.1418 +58 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 19 16:56:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E24016A417; Wed, 19 Sep 2007 16:56:13 +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 1CD3513C49D; Wed, 19 Sep 2007 16:56:13 +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 l8JGuCfi061228; Wed, 19 Sep 2007 16:56:12 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JGuCFg061227; Wed, 19 Sep 2007 16:56:12 GMT (envelope-from remko) Message-Id: <200709191656.l8JGuCFg061227@repoman.freebsd.org> From: Remko Lodder Date: Wed, 19 Sep 2007 16:56: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/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, 19 Sep 2007 16:56:13 -0000 remko 2007-09-19 16:56:12 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document flyspray -- authentication bypass Submitted by: Nick Hilliard Revision Changes Path 1.1419 +30 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 19 17:06:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A621316A419; Wed, 19 Sep 2007 17:06:28 +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 960C613C442; Wed, 19 Sep 2007 17:06:28 +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 l8JH6SOS063524; Wed, 19 Sep 2007 17:06:28 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JH6SmJ063523; Wed, 19 Sep 2007 17:06:28 GMT (envelope-from remko) Message-Id: <200709191706.l8JH6SmJ063523@repoman.freebsd.org> From: Remko Lodder Date: Wed, 19 Sep 2007 17:06: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: Wed, 19 Sep 2007 17:06:28 -0000 remko 2007-09-19 17:06:28 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document kdm -- passwordless login vulnerability Document konquerer -- address bar spoofing Inspired by: lofi's cvs commits Revision Changes Path 1.1420 +66 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 19 17:21:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23B5016A421; Wed, 19 Sep 2007 17:21:14 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C14F13C428; Wed, 19 Sep 2007 17:21:14 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JHLEuV064502; Wed, 19 Sep 2007 17:21:14 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JHLEcR064500; Wed, 19 Sep 2007 17:21:14 GMT (envelope-from lme) Message-Id: <200709191721.l8JHLEcR064500@repoman.freebsd.org> From: Lars Engels Date: Wed, 19 Sep 2007 17: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/devel Makefile ports/devel/u-boot Makefile distinfo pkg-descr ports/devel/u-boot/files BSDmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 17:21:14 -0000 lme 2007-09-19 17:21:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/u-boot Makefile distinfo pkg-descr devel/u-boot/files BSDmakefile Log: mkimage adds a header to a kernel image with information and checksums for the u-boot bootloader used in embedded systems. WWW: http://www.denx.de/wiki/UBoot PR: ports/116442 Submitted by: Markus Nünnerich Approved by: miwi (mentor) Revision Changes Path 1.2886 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/u-boot/Makefile (new) 1.1 +3 -0 ports/devel/u-boot/distinfo (new) 1.1 +11 -0 ports/devel/u-boot/files/BSDmakefile (new) 1.1 +4 -0 ports/devel/u-boot/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 17:21:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4413116A49E; Wed, 19 Sep 2007 17:21:37 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3427313C48A; Wed, 19 Sep 2007 17:21:37 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JHLbqh064606; Wed, 19 Sep 2007 17:21:37 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JHLb2P064605; Wed, 19 Sep 2007 17:21:37 GMT (envelope-from lme) Message-Id: <200709191721.l8JHLb2P064605@repoman.freebsd.org> From: Lars Engels Date: Wed, 19 Sep 2007 17:21:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 17:21:37 -0000 lme 2007-09-19 17:21:37 UTC FreeBSD ports repository Modified files: . modules Log: u-boot --> ports/devel/u-boot Revision Changes Path 1.18768 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 19 17:57:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D91B016A417; Wed, 19 Sep 2007 17:57:17 +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 A813713C480; Wed, 19 Sep 2007 17:57:17 +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 l8JHvHEH066602; Wed, 19 Sep 2007 17:57:17 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JHvHmJ066601; Wed, 19 Sep 2007 17:57:17 GMT (envelope-from ahze) Message-Id: <200709191757.l8JHvHmJ066601@repoman.freebsd.org> From: Michael Johnson Date: Wed, 19 Sep 2007 17:57:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libmpeg2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 17:57:18 -0000 ahze 2007-09-19 17:57:17 UTC FreeBSD ports repository Modified files: multimedia/libmpeg2 Makefile Log: - Remove a no longer supported option - Install README Revision Changes Path 1.36 +7 -10 ports/multimedia/libmpeg2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 19 18:12:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BE0516A418; Wed, 19 Sep 2007 18:12:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C24213C480; Wed, 19 Sep 2007 18:12:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JICj3I068879; Wed, 19 Sep 2007 18:12:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JICjv8068878; Wed, 19 Sep 2007 18:12:45 GMT (envelope-from imp) Message-Id: <200709191812.l8JICjv8068878@repoman.freebsd.org> From: Warner Losh Date: Wed, 19 Sep 2007 18:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 18:12:45 -0000 imp 2007-09-19 18:12:44 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add mmc and mmcsd, and correct a couple of comments. They are commented out until I can re-test them on all our architectures. I had re@ approval to commit this a long time ago, but that's before we were this close to the branch. Approved by: re@ Revision Changes Path 1.1451 +11 -3 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Sep 19 18:18:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90CF016A419; Wed, 19 Sep 2007 18:18:29 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 605FD13C48A; Wed, 19 Sep 2007 18:18:29 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JIITbP069147; Wed, 19 Sep 2007 18:18:29 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JIITj5069146; Wed, 19 Sep 2007 18:18:29 GMT (envelope-from araujo) Message-Id: <200709191818.l8JIITj5069146@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 19 Sep 2007 18:18:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libftdi 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, 19 Sep 2007 18:18:29 -0000 araujo 2007-09-19 18:18:29 UTC FreeBSD ports repository Modified files: devel/libftdi Makefile distinfo Added files: devel/libftdi pkg-plist Log: - Update to 0.10. PR: ports/115472 Submitted by: John E. Hein Approved by: stas (mentor), Alexandr Davidenko (maintainer) Revision Changes Path 1.4 +2 -11 ports/devel/libftdi/Makefile 1.2 +3 -3 ports/devel/libftdi/distinfo 1.1 +13 -0 ports/devel/libftdi/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 18:21:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE86516A417; Wed, 19 Sep 2007 18:21:39 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C497613C478; Wed, 19 Sep 2007 18:21:39 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JILd1J069535; Wed, 19 Sep 2007 18:21:39 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JILd8B069534; Wed, 19 Sep 2007 18:21:39 GMT (envelope-from araujo) Message-Id: <200709191821.l8JILd8B069534@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 19 Sep 2007 18:21:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/dosbox Makefile distinfo pkg-message pkg-plist ports/emulators/dosbox/files patch-configure.in patch-src::cpu::core_dyn_x86.cpp patch-src::dos::cdrom_image.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 18:21:40 -0000 araujo 2007-09-19 18:21:39 UTC FreeBSD ports repository Modified files: emulators/dosbox Makefile distinfo pkg-plist Removed files: emulators/dosbox pkg-message emulators/dosbox/files patch-configure.in patch-src::cpu::core_dyn_x86.cpp patch-src::dos::cdrom_image.cpp Log: - Update to 0.72. - Remove 4.X cruft. PR: ports/115859 Submitted by: Alex Kozlov Approved by: stas (mentor), Tom Carrick (maintainer) Revision Changes Path 1.19 +3 -10 ports/emulators/dosbox/Makefile 1.12 +3 -3 ports/emulators/dosbox/distinfo 1.3 +0 -10 ports/emulators/dosbox/files/patch-configure.in (dead) 1.2 +0 -11 ports/emulators/dosbox/files/patch-src::cpu::core_dyn_x86.cpp (dead) 1.3 +0 -11 ports/emulators/dosbox/files/patch-src::dos::cdrom_image.cpp (dead) 1.2 +0 -4 ports/emulators/dosbox/pkg-message (dead) 1.5 +1 -0 ports/emulators/dosbox/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 18:22:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2323D16A41A; Wed, 19 Sep 2007 18:22:43 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E68FF13C4CE; Wed, 19 Sep 2007 18:22:42 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JIMgwG069618; Wed, 19 Sep 2007 18:22:42 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JIMgev069617; Wed, 19 Sep 2007 18:22:42 GMT (envelope-from araujo) Message-Id: <200709191822.l8JIMgev069617@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 19 Sep 2007 18:22: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/science/elmergrid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 18:22:43 -0000 araujo 2007-09-19 18:22:42 UTC FreeBSD ports repository Modified files: science/elmergrid Makefile distinfo Log: - Update to 5.4.0. Approved by: stas (mentor) Revision Changes Path 1.12 +1 -1 ports/science/elmergrid/Makefile 1.7 +3 -3 ports/science/elmergrid/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 19:24:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A37816A41A; Wed, 19 Sep 2007 19:24:47 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 253B313C46A; Wed, 19 Sep 2007 19:24:47 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JJOjdJ078993; Wed, 19 Sep 2007 19:24:45 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JJOjrd078992; Wed, 19 Sep 2007 19:24:45 GMT (envelope-from simon) Message-Id: <200709191924.l8JJOjrd078992@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 19 Sep 2007 19:24: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/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, 19 Sep 2007 19:24:47 -0000 simon 2007-09-19 19:24:45 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Spell Ulf Harnhammar (ASCII version of name) using UTF-8 instead of HTML entities which can't be assumed is available to a paser by default. This fixes a warning from packaudit. Revision Changes Path 1.1421 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 19 20:17:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2389916A417; Wed, 19 Sep 2007 20:17:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E56D813C461; Wed, 19 Sep 2007 20:17:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JKHicJ000254; Wed, 19 Sep 2007 20:17:44 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JKHiVl000253; Wed, 19 Sep 2007 20:17:44 GMT (envelope-from jkim) Message-Id: <200709192017.l8JKHiVl000253@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 19 Sep 2007 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/audio/oss Makefile ports/audio/oss/files patch-kernel-drv-audigyls-audigyls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 20:17:45 -0000 jkim 2007-09-19 20:17:44 UTC FreeBSD ports repository Modified files: audio/oss Makefile Added files: audio/oss/files patch-kernel-drv-audigyls-audigyls.c Log: Fix Audigy mixer bug. http://4front-tech.com/forum/viewtopic.php?t=2290 Approved by: glewis (mentor) Obtained from: 4Front Technologies Revision Changes Path 1.10 +1 -0 ports/audio/oss/Makefile 1.1 +18 -0 ports/audio/oss/files/patch-kernel-drv-audigyls-audigyls.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 20:46:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BF1016A41A; Wed, 19 Sep 2007 20:46:14 +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 2A69513C459; Wed, 19 Sep 2007 20:46:14 +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 l8JKkEcT003648; Wed, 19 Sep 2007 20:46:14 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JKkEZT003647; Wed, 19 Sep 2007 20:46:14 GMT (envelope-from chinsan) Message-Id: <200709192046.l8JKkEZT003647@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 19 Sep 2007 20:46:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/moodle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 20:46:14 -0000 chinsan 2007-09-19 20:46:13 UTC FreeBSD ports repository Modified files: www/moodle Makefile distinfo Log: - Update to 1.8.2. - Indent Makefile. PR: ports/116447 Submitted by: maintainer Revision Changes Path 1.11 +6 -7 ports/www/moodle/Makefile 1.8 +3 -3 ports/www/moodle/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 19 21:04:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F88416A419; Wed, 19 Sep 2007 21:04:00 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBD513C428; Wed, 19 Sep 2007 21:04:00 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JL40AG015430; Wed, 19 Sep 2007 21:04:00 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JL40nN015429; Wed, 19 Sep 2007 21:04:00 GMT (envelope-from clement) Message-Id: <200709192104.l8JL40nN015429@repoman.freebsd.org> From: Clement Laforet Date: Wed, 19 Sep 2007 21:03: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/Mk bsd.apache.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, 19 Sep 2007 21:04:00 -0000 clement 2007-09-19 21:03:59 UTC FreeBSD ports repository Modified files: Mk bsd.apache.mk Log: - Avoid "OPTIONS blackhole" during 'make make-options-list' Revision Changes Path 1.19 +2 -2 ports/Mk/bsd.apache.mk From owner-cvs-all@FreeBSD.ORG Wed Sep 19 21:05:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58AF616A41B; Wed, 19 Sep 2007 21:05:23 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3538A13C483; Wed, 19 Sep 2007 21:05:23 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JL5NSb015552; Wed, 19 Sep 2007 21:05:23 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JL5N31015551; Wed, 19 Sep 2007 21:05:23 GMT (envelope-from clement) Message-Id: <200709192105.l8JL5N31015551@repoman.freebsd.org> From: Clement Laforet Date: Wed, 19 Sep 2007 21:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache22 Makefile Makefile.modules Makefile.options pkg-plist ports/www/apache22/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: Wed, 19 Sep 2007 21:05:23 -0000 clement 2007-09-19 21:05:23 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Makefile.modules Makefile.options pkg-plist www/apache22/files patch-Makefile.in Log: - remove duplicate entry of mod_charset_lite [1] - add PCRE_FROM_PORTS to OPTIONS - use @dirrmtry for include/apache22 - workaround plist issues when upgrading, but it's not as safe as I would expect, it requires more work. Spotted by: bland@ [1] Revision Changes Path 1.211 +2 -1 ports/www/apache22/Makefile 1.23 +2 -2 ports/www/apache22/Makefile.modules 1.2 +0 -1 ports/www/apache22/Makefile.options 1.21 +59 -2 ports/www/apache22/files/patch-Makefile.in 1.84 +2 -2 ports/www/apache22/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 19 21:25:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA59C16A417; Wed, 19 Sep 2007 21:25: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 9829313C45E; Wed, 19 Sep 2007 21:25: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 l8JLP6w3021554; Wed, 19 Sep 2007 21:25:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JLP6Al021553; Wed, 19 Sep 2007 21:25:06 GMT (envelope-from obrien) Message-Id: <200709192125.l8JLP6Al021553@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 Sep 2007 21:25: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/lang/pcc Makefile ports/lang/pcc/files patch-cpp-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 21:25:06 -0000 obrien 2007-09-19 21:25:06 UTC FreeBSD ports repository Modified files: lang/pcc Makefile Removed files: lang/pcc/files patch-cpp-Makefile.in Log: Specify the YACC to use thru configure vs. a patch. Revision Changes Path 1.4 +1 -0 ports/lang/pcc/Makefile 1.2 +0 -5 ports/lang/pcc/files/patch-cpp-Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 21:47:49 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5F6516A417 for ; Wed, 19 Sep 2007 21:47:49 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 96D5113C483 for ; Wed, 19 Sep 2007 21:47:49 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so224878wxd for ; Wed, 19 Sep 2007 14:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; bh=3isrN8sI3xUsICRJzMAtb4jt1DC0Smoz3jslilqGbLQ=; b=HqljyZ6uxTGukQSGjNVswI81ySzxE2UW9zT2eBaZuQ2z0ByJUJ4g36sq5VNGPcWscrDjM1ttlb5Zf2BWS2N+yjKt/QNE7a7J1H1o66f+PZdhwbaWpHJ8VV4H9mwI3gI6RgLzHWN088iILTNfVgiYqzV4kEPzFVogiaBZyMaPR2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=ncgLjc2LlfUYcnc1fA7wBotiDMuuYQ2dtZG+uF/IIErgMG/HwskZ5O5YG+aCFNlme7zSgYwAhkVO2k8XALembS3xZHjdtkGgkwTdvZw+0S30UKxwe0GrMIPjL7ZimWZaUBpwArzrwsWDgtGeZMSx0obncqZvRXX8XS9BID7SMjs= Received: by 10.90.106.11 with SMTP id e11mr947202agc.1190236769653; Wed, 19 Sep 2007 14:19:29 -0700 (PDT) Received: from ?192.168.2.101? ( [204.213.227.194]) by mx.google.com with ESMTPS id s30sm1886233elf.2007.09.19.14.19.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2007 14:19:28 -0700 (PDT) In-Reply-To: <200709191650.l8JGolhq060857@repoman.freebsd.org> References: <200709191650.l8JGolhq060857@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <94F864FD-8307-4D92-A1ED-A4D3106CC7D1@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Wed, 19 Sep 2007 17:19:22 -0400 To: Remko Lodder X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: 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, 19 Sep 2007 21:47:50 -0000 On Sep 19, 2007, at 12:50 PM, Remko Lodder wrote: > remko 2007-09-19 16:50:47 UTC > > FreeBSD ports repository (src,doc committer) > > Modified files: > security/vuxml vuln.xml > Log: > Document mozilla -- code execution via Quicktime media-link files, > The Mozilla advisory talks somewhat about Windows for this matter, > but better be safe then sorry (An updated firefox is available > already). > This only really affects Quicktime, the program not video files according to http://www.mozilla.org/security/announce/2007/ mfsa2007-28.html So FreeBSD should be safe. > Revision Changes Path > 1.1418 +58 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 19 22:48:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 972F116A46D; Wed, 19 Sep 2007 22:48:25 +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 01A1F13C4A3; Wed, 19 Sep 2007 22:48:25 +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 l8JMmOIU029237; Wed, 19 Sep 2007 22:48:24 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JMmOS8029236; Wed, 19 Sep 2007 22:48:24 GMT (envelope-from cy) Message-Id: <200709192248.l8JMmOS8029236@repoman.freebsd.org> From: Cy Schubert Date: Wed, 19 Sep 2007 22:48:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fwbuilder Makefile ports/security/fwbuilder/files patch-src-gui-ipfAdvancedDialog.cpp patch-src-gui-ipfadvanceddialog_q.ui patch-src-pflib-NATCompiler_ipf.cpp patch-src-pflib-NATCompiler_ipf.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, 19 Sep 2007 22:48:25 -0000 cy 2007-09-19 22:48:24 UTC FreeBSD ports repository Modified files: security/fwbuilder Makefile Added files: security/fwbuilder/files patch-src-gui-ipfAdvancedDialog.cpp patch-src-gui-ipfadvanceddialog_q.ui patch-src-pflib-NATCompiler_ipf.cpp patch-src-pflib-NATCompiler_ipf.h Log: Add support for Kerberos 5 kshell and Kerberos 4 ekshell using the IP Filter rcmd proxy. Revision Changes Path 1.39 +1 -0 ports/security/fwbuilder/Makefile 1.1 +11 -0 ports/security/fwbuilder/files/patch-src-gui-ipfAdvancedDialog.cpp (new) 1.1 +70 -0 ports/security/fwbuilder/files/patch-src-gui-ipfadvanceddialog_q.ui (new) 1.1 +44 -0 ports/security/fwbuilder/files/patch-src-pflib-NATCompiler_ipf.cpp (new) 1.1 +11 -0 ports/security/fwbuilder/files/patch-src-pflib-NATCompiler_ipf.h (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 19 23:03:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5426216A41B; Wed, 19 Sep 2007 23:03:17 +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 1EA4B13C45D; Wed, 19 Sep 2007 23:03:17 +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 l8JN3H15031482; Wed, 19 Sep 2007 23:03:17 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JN3HV4031481; Wed, 19 Sep 2007 23:03:17 GMT (envelope-from beech) Message-Id: <200709192303.l8JN3HV4031481@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 19 Sep 2007 23:03: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/security/pgpdump 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, 19 Sep 2007 23:03:17 -0000 beech 2007-09-19 23:03:16 UTC FreeBSD ports repository Modified files: security/pgpdump Makefile distinfo pkg-descr Log: - Update to 0.26 PR: ports/116429 Submitted by: TAKAHASHI Kaoru (maintainer) Reviewed by: sat (mentor) Revision Changes Path 1.28 +3 -3 ports/security/pgpdump/Makefile 1.24 +3 -3 ports/security/pgpdump/distinfo 1.4 +1 -1 ports/security/pgpdump/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 19 23:30:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4230016A41A; Wed, 19 Sep 2007 23:30:40 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1C613C442; Wed, 19 Sep 2007 23:30:40 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JNUd76032944; Wed, 19 Sep 2007 23:30:40 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JNUdvm032943; Wed, 19 Sep 2007 23:30:39 GMT (envelope-from rodrigc) Message-Id: <200709192330.l8JNUdvm032943@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 19 Sep 2007 23:30:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 19 Sep 2007 23:30:40 -0000 rodrigc 2007-09-19 23:30:39 UTC FreeBSD src repository Modified files: . access Log: Forced commit to announce that daichi is free from mentorship. daichi will work on improving unionfs. Approved by: core Revision Changes Path 1.834 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed Sep 19 23:41:19 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA1116A417; Wed, 19 Sep 2007 23:41:19 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (137-42-178-69.gci.net [69.178.42.137]) by mx1.freebsd.org (Postfix) with ESMTP id 2028C13C442; Wed, 19 Sep 2007 23:41:19 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 59E7E7FEF; Wed, 19 Sep 2007 15:21:53 -0800 (AKDT) From: Beech Rintoul To: ports-committers@freebsd.org Date: Wed, 19 Sep 2007 15:21:47 -0800 User-Agent: KMail/1.9.7 References: <200709192303.l8JN3HV4031481@repoman.freebsd.org> In-Reply-To: <200709192303.l8JN3HV4031481@repoman.freebsd.org> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709191521.50848.beech@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/security/pgpdump Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 23:41:19 -0000 On Wednesday 19 September 2007, Beech Rintoul said: > beech 2007-09-19 23:03:16 UTC > > FreeBSD ports repository > > Modified files: > security/pgpdump Makefile distinfo pkg-descr > Log: > - Update to 0.26 > > PR: ports/116429 > Submitted by: TAKAHASHI Kaoru (maintainer) > Reviewed by: sat (mentor) > > Revision Changes Path > 1.28 +3 -3 ports/security/pgpdump/Makefile > 1.24 +3 -3 ports/security/pgpdump/distinfo > 1.4 +1 -1 ports/security/pgpdump/pkg-descr Note: Reviewed by should be Approved by: sat (mentor) -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-cvs-all@FreeBSD.ORG Thu Sep 20 00:05:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41DA16A418; Thu, 20 Sep 2007 00:05: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 9F11A13C45E; Thu, 20 Sep 2007 00:05: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 l8K05tBc036273; Thu, 20 Sep 2007 00:05:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K05tiA036272; Thu, 20 Sep 2007 00:05:55 GMT (envelope-from miwi) Message-Id: <200709200005.l8K05tiA036272@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 00:05:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/vlgothic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 00:05:57 -0000 miwi 2007-09-20 00:05:54 UTC FreeBSD ports repository Modified files: japanese/vlgothic Makefile distinfo Log: - Update to 20070915 PR: 116368 Submitted by: NIIMI Satoshi (maintainer) Revision Changes Path 1.8 +1 -1 ports/japanese/vlgothic/Makefile 1.7 +3 -3 ports/japanese/vlgothic/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 00:25:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E218E16A418; Thu, 20 Sep 2007 00:25: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 AA9FC13C480; Thu, 20 Sep 2007 00:25:17 +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 l8K0PHtF037432; Thu, 20 Sep 2007 00:25:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K0PHGe037431; Thu, 20 Sep 2007 00:25:17 GMT (envelope-from miwi) Message-Id: <200709200025.l8K0PHGe037431@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 00:25:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-qt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 00:25:18 -0000 miwi 2007-09-20 00:25:17 UTC FreeBSD ports repository Modified files: x11-toolkits/py-qt Makefile Log: - Fix Makefile in case the user has/wants no OpenGL support Reported by Piotr Hlawski Approved by: Danny Pansters (maintainer) Revision Changes Path 1.52 +12 -7 ports/x11-toolkits/py-qt/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 00:26:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 412BD16A420; Thu, 20 Sep 2007 00:26:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0882013C4A5; Thu, 20 Sep 2007 00:26:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K0QTp6037511; Thu, 20 Sep 2007 00:26:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K0QSCX037510; Thu, 20 Sep 2007 00:26:28 GMT (envelope-from miwi) Message-Id: <200709200026.l8K0QSCX037510@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 00:26: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/squid Makefile distinfo ports/www/squid/files icap-2.6-bootstrap.patch patch-src_cf_gen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 00:26:29 -0000 miwi 2007-09-20 00:26:28 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo www/squid/files icap-2.6-bootstrap.patch Added files: www/squid/files patch-src_cf_gen.c Log: - Update to 2.6.STABLE16 PR: 116165 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.203 +4 -4 ports/www/squid/Makefile 1.157 +3 -15 ports/www/squid/distinfo 1.5 +12 -12 ports/www/squid/files/icap-2.6-bootstrap.patch 1.1 +16 -0 ports/www/squid/files/patch-src_cf_gen.c (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 00:31:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE0E216A419; Thu, 20 Sep 2007 00:31: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 8636313C45E; Thu, 20 Sep 2007 00:31: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 l8K0VFrN037851; Thu, 20 Sep 2007 00:31:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K0VFcn037850; Thu, 20 Sep 2007 00:31:15 GMT (envelope-from miwi) Message-Id: <200709200031.l8K0VFcn037850@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 00:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Template-Compiled Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 00:31:15 -0000 miwi 2007-09-20 00:31:15 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Compiled Makefile distinfo Log: - Update to 0.88 PR: 116305 Submitted by: hideo (maintainer) Revision Changes Path 1.30 +1 -1 ports/www/p5-HTML-Template-Compiled/Makefile 1.29 +3 -3 ports/www/p5-HTML-Template-Compiled/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 00:54:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC0516A418; Thu, 20 Sep 2007 00:54: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 73EA713C467; Thu, 20 Sep 2007 00:54: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 l8K0sYJh048448; Thu, 20 Sep 2007 00:54:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K0sYqr048447; Thu, 20 Sep 2007 00:54:34 GMT (envelope-from miwi) Message-Id: <200709200054.l8K0sYqr048447@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 00:54: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/rubygem-eventmachine 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, 20 Sep 2007 00:54:34 -0000 miwi 2007-09-20 00:54:34 UTC FreeBSD ports repository Modified files: devel/rubygem-eventmachine Makefile distinfo pkg-plist Log: - Update to 0.9.0 PR: 116426 Submitted by: Alexander Logvinov Revision Changes Path 1.4 +1 -1 ports/devel/rubygem-eventmachine/Makefile 1.4 +3 -3 ports/devel/rubygem-eventmachine/distinfo 1.4 +279 -114 ports/devel/rubygem-eventmachine/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:01:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9964216A419; Thu, 20 Sep 2007 01:01:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6011D13C45D; Thu, 20 Sep 2007 01:01:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K11SXT048953; Thu, 20 Sep 2007 01:01:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K11SK9048952; Thu, 20 Sep 2007 01:01:28 GMT (envelope-from miwi) Message-Id: <200709200101.l8K11SK9048952@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 01:01: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/www/ziproxy Makefile distinfo ports/www/ziproxy/files patch-ziproxy.conf ziproxy.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, 20 Sep 2007 01:01:28 -0000 miwi 2007-09-20 01:01:27 UTC FreeBSD ports repository Modified files: www/ziproxy Makefile distinfo www/ziproxy/files patch-ziproxy.conf ziproxy.in Log: - Update to 2.3.0 - Fix stop command in rc(8) script - Catch up upstream config file changes PR: 116371 Submitted by: Pankov Pavel (maintainer) Revision Changes Path 1.7 +4 -7 ports/www/ziproxy/Makefile 1.5 +3 -3 ports/www/ziproxy/distinfo 1.3 +22 -7 ports/www/ziproxy/files/patch-ziproxy.conf 1.2 +1 -1 ports/www/ziproxy/files/ziproxy.in From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:13:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D942A16A41A; Thu, 20 Sep 2007 01:13: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 A075D13C459; Thu, 20 Sep 2007 01:13: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 l8K1DtVw050933; Thu, 20 Sep 2007 01:13:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1DtX0050932; Thu, 20 Sep 2007 01:13:55 GMT (envelope-from miwi) Message-Id: <200709200113.l8K1DtX0050932@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 01:13: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/clonehdd Makefile distinfo ports/sysutils/clonehdd/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 01:13:55 -0000 miwi 2007-09-20 01:13:55 UTC FreeBSD ports repository Modified files: sysutils/clonehdd Makefile distinfo Added files: sysutils/clonehdd/files pkg-message.in Log: - Update to 2.0.2 PR: 116375 Submitted by: Anton Lysenok (maintainer) Revision Changes Path 1.2 +7 -4 ports/sysutils/clonehdd/Makefile 1.2 +3 -3 ports/sysutils/clonehdd/distinfo 1.1 +9 -0 ports/sysutils/clonehdd/files/pkg-message.in (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:16:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994EC16A420; Thu, 20 Sep 2007 01:16: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 5F8FC13C459; Thu, 20 Sep 2007 01:16: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 l8K1GGEj051086; Thu, 20 Sep 2007 01:16:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1GGuG051085; Thu, 20 Sep 2007 01:16:16 GMT (envelope-from miwi) Message-Id: <200709200116.l8K1GGuG051085@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 01:16: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/multimedia/libspiff Makefile distinfo ports/multimedia/libspiff/files patch-reference X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 01:16:16 -0000 miwi 2007-09-20 01:16:16 UTC FreeBSD ports repository Modified files: multimedia/libspiff Makefile distinfo Added files: multimedia/libspiff/files patch-reference Log: - Update to 0.7.3 PR: 116403 Submitted by: Ed Schouten (maintainer) Revision Changes Path 1.8 +1 -1 ports/multimedia/libspiff/Makefile 1.7 +3 -3 ports/multimedia/libspiff/distinfo 1.1 +56 -0 ports/multimedia/libspiff/files/patch-reference (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:31:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1D8716A419; Thu, 20 Sep 2007 01:31: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 6AF8213C459; Thu, 20 Sep 2007 01:31: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 l8K1Vplk052088; Thu, 20 Sep 2007 01:31:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1VpwN052087; Thu, 20 Sep 2007 01:31:51 GMT (envelope-from miwi) Message-Id: <200709200131.l8K1VpwN052087@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 01:31: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/math/wcalc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 01:31:51 -0000 miwi 2007-09-20 01:31:51 UTC FreeBSD ports repository Modified files: math/wcalc Makefile distinfo Log: - Update to 2.3 PR: 116438 Submitted by: Amarendra Godbole (maintainer) Revision Changes Path 1.4 +2 -3 ports/math/wcalc/Makefile 1.2 +3 -3 ports/math/wcalc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:38:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4D916A419; Thu, 20 Sep 2007 01:38: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 B4CA813C459; Thu, 20 Sep 2007 01:38: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 l8K1ciSI052373; Thu, 20 Sep 2007 01:38:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1ciGL052372; Thu, 20 Sep 2007 01:38:44 GMT (envelope-from miwi) Message-Id: <200709200138.l8K1ciGL052372@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 01: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/www/tomcat55 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, 20 Sep 2007 01:38:45 -0000 miwi 2007-09-20 01:38:44 UTC FreeBSD ports repository Modified files: www/tomcat55 Makefile distinfo pkg-plist Log: - Update to 5.5.25 PR: 116307 Submitted by: Tomas Verbaitis (maintainer) Revision Changes Path 1.44 +1 -2 ports/www/tomcat55/Makefile 1.20 +3 -6 ports/www/tomcat55/distinfo 1.22 +2 -2 ports/www/tomcat55/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:43:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D328716A417; Thu, 20 Sep 2007 01:43:03 +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 9E14613C459; Thu, 20 Sep 2007 01:43:03 +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 l8K1h3cK052759; Thu, 20 Sep 2007 01:43:03 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1h36L052758; Thu, 20 Sep 2007 01:43:03 GMT (envelope-from dougb) Message-Id: <200709200143.l8K1h36L052758@repoman.freebsd.org> From: Doug Barton Date: Thu, 20 Sep 2007 01:43: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: Thu, 20 Sep 2007 01:43:03 -0000 dougb 2007-09-20 01:43:02 UTC FreeBSD ports repository Modified files: . modules Log: Fix the duplicate module for cegui by changing the second entry to cegui04 to match its port name. Pointy hat to: oliver Revision Changes Path 1.18769 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 20 01:56:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 577A316A417; Thu, 20 Sep 2007 01:56:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22CDE13C45A; Thu, 20 Sep 2007 01:56:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K1unHT053486; Thu, 20 Sep 2007 01:56:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K1unCF053485; Thu, 20 Sep 2007 01:56:49 GMT (envelope-from clsung) Message-Id: <200709200156.l8K1unCF053485@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 01:56: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/www/rubygem-mongrel 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, 20 Sep 2007 01:56:49 -0000 clsung 2007-09-20 01:56:48 UTC FreeBSD ports repository Modified files: www/rubygem-mongrel Makefile distinfo pkg-plist Log: - Update cgi_multipart_eof_fix to 2.3 Now cgi_multipart_eof_fix is a part of mongrel project on RubyForge PR: ports/116102 Submitted by: Alexander Logvinov Revision Changes Path 1.13 +5 -5 ports/www/rubygem-mongrel/Makefile 1.10 +3 -3 ports/www/rubygem-mongrel/distinfo 1.10 +37 -38 ports/www/rubygem-mongrel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:10:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC05616A417; Thu, 20 Sep 2007 02:10: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 8D87B13C45A; Thu, 20 Sep 2007 02:10:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K2AuxB055533; Thu, 20 Sep 2007 02:10:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2AuSn055531; Thu, 20 Sep 2007 02:10:56 GMT (envelope-from miwi) Message-Id: <200709200210.l8K2AuSn055531@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 02:10:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/dynamips-devel Makefile distinfo ports/emulators/dynamips-devel/files patch-Makefile patch-README patch-README.hypervisor patch-dev_vtty.c patch-dynamips.1 patch-dynamips.c patch-hypervisor.c patch-hypervisor.h patch-net.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 02:10:56 -0000 miwi 2007-09-20 02:10:56 UTC FreeBSD ports repository Modified files: emulators/dynamips-devel Makefile distinfo emulators/dynamips-devel/files patch-Makefile patch-README patch-dev_vtty.c patch-dynamips.1 patch-dynamips.c Removed files: emulators/dynamips-devel/files patch-README.hypervisor patch-hypervisor.c patch-hypervisor.h patch-net.c patch-net.h patch-utils.c patch-utils.h Log: - Update to 0.2.8-RC1 PR: 116344 Submitted by: Pavel I Volkov (maintainer) Revision Changes Path 1.18 +3 -1 ports/emulators/dynamips-devel/Makefile 1.8 +3 -3 ports/emulators/dynamips-devel/distinfo 1.9 +7 -31 ports/emulators/dynamips-devel/files/patch-Makefile 1.2 +8 -3 ports/emulators/dynamips-devel/files/patch-README 1.2 +0 -11 ports/emulators/dynamips-devel/files/patch-README.hypervisor (dead) 1.2 +6 -9 ports/emulators/dynamips-devel/files/patch-dev_vtty.c 1.3 +12 -4 ports/emulators/dynamips-devel/files/patch-dynamips.1 1.3 +33 -64 ports/emulators/dynamips-devel/files/patch-dynamips.c 1.2 +0 -20 ports/emulators/dynamips-devel/files/patch-hypervisor.c (dead) 1.2 +0 -10 ports/emulators/dynamips-devel/files/patch-hypervisor.h (dead) 1.2 +0 -38 ports/emulators/dynamips-devel/files/patch-net.c (dead) 1.2 +0 -10 ports/emulators/dynamips-devel/files/patch-net.h (dead) 1.2 +0 -11 ports/emulators/dynamips-devel/files/patch-utils.c (dead) 1.3 +0 -20 ports/emulators/dynamips-devel/files/patch-utils.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:17:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 071D716A46D; Thu, 20 Sep 2007 02:17: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 C7C4313C457; Thu, 20 Sep 2007 02:17: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 l8K2Hs4Q056220; Thu, 20 Sep 2007 02:17:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2Hsxw056219; Thu, 20 Sep 2007 02:17:54 GMT (envelope-from miwi) Message-Id: <200709200217.l8K2Hsxw056219@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 02:17:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zend-framework/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 02:17:55 -0000 miwi 2007-09-20 02:17:54 UTC FreeBSD ports repository Modified files: www/zend-framework/files pkg-message.in Log: - Fix correct install path PR: 116277 Submitted by: nrgmilk Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/www/zend-framework/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:37:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B02216A46B; Thu, 20 Sep 2007 02:37: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 482E213C465; Thu, 20 Sep 2007 02:37: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 l8K2bK4e057809; Thu, 20 Sep 2007 02:37:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2bKee057808; Thu, 20 Sep 2007 02:37:20 GMT (envelope-from miwi) Message-Id: <200709200237.l8K2bKee057808@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 02:37: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/multimedia/smplayer 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, 20 Sep 2007 02:37:20 -0000 miwi 2007-09-20 02:37:20 UTC FreeBSD ports repository Modified files: multimedia/smplayer Makefile distinfo pkg-plist Log: - Update to 0.5.21 PR: 116090 Submitted by: Pawel Pekala Approved by: maintainer timeout Revision Changes Path 1.4 +1 -1 ports/multimedia/smplayer/Makefile 1.2 +3 -3 ports/multimedia/smplayer/distinfo 1.2 +2 -0 ports/multimedia/smplayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:45:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 773BD16A417; Thu, 20 Sep 2007 02:45: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 449D613C461; Thu, 20 Sep 2007 02:45: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 l8K2jthK058365; Thu, 20 Sep 2007 02:45:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2jtBT058364; Thu, 20 Sep 2007 02:45:55 GMT (envelope-from miwi) Message-Id: <200709200245.l8K2jtBT058364@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 02:45: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/net/miniupnpd 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: Thu, 20 Sep 2007 02:45:55 -0000 miwi 2007-09-20 02:45:54 UTC FreeBSD ports repository Modified files: net/miniupnpd Makefile distinfo pkg-message Log: - Update to 1.0-RC8 PR: 115894 Submitted by: Tor Halvard Furulund Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/net/miniupnpd/Makefile 1.2 +3 -3 ports/net/miniupnpd/distinfo 1.2 +0 -1 ports/net/miniupnpd/pkg-message From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:51:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8EAB16A41A; Thu, 20 Sep 2007 02:51: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 7236713C4A7; Thu, 20 Sep 2007 02:51: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 l8K2pa4U058782; Thu, 20 Sep 2007 02:51:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2pacp058781; Thu, 20 Sep 2007 02:51:36 GMT (envelope-from miwi) Message-Id: <200709200251.l8K2pacp058781@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 02:51: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/p5-Gearman Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 02:51:36 -0000 miwi 2007-09-20 02:51:36 UTC FreeBSD ports repository Modified files: devel/p5-Gearman Makefile distinfo Log: - Update to 1.09 PR: 116049 Submitted by: Tomoyuki Sakurai Approved by: maintainer timeout Revision Changes Path 1.2 +3 -4 ports/devel/p5-Gearman/Makefile 1.2 +3 -3 ports/devel/p5-Gearman/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 02:53:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0307216A419; Thu, 20 Sep 2007 02:53:55 +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 C3E0B13C45E; Thu, 20 Sep 2007 02:53:54 +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 l8K2rshx058923; Thu, 20 Sep 2007 02:53:54 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K2rs3h058922; Thu, 20 Sep 2007 02:53:54 GMT (envelope-from chinsan) Message-Id: <200709200253.l8K2rs3h058922@repoman.freebsd.org> From: Chin-San Huang Date: Thu, 20 Sep 2007 02:53: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/editors/texmacs 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, 20 Sep 2007 02:53:55 -0000 chinsan 2007-09-20 02:53:54 UTC FreeBSD ports repository Modified files: editors/texmacs Makefile distinfo pkg-plist Log: - Update to 1.0.6.11. Revision Changes Path 1.27 +1 -1 ports/editors/texmacs/Makefile 1.17 +3 -3 ports/editors/texmacs/distinfo 1.16 +18 -0 ports/editors/texmacs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 03:17:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C64616A417; Thu, 20 Sep 2007 03:17:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 600CE13C4CC; Thu, 20 Sep 2007 03:17:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K3H957061677; Thu, 20 Sep 2007 03:17:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K3H9oW061676; Thu, 20 Sep 2007 03:17:09 GMT (envelope-from clsung) Message-Id: <200709200317.l8K3H9oW061676@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 03:17: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/devel Makefile ports/devel/p5-Object-Tiny 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, 20 Sep 2007 03:17:09 -0000 clsung 2007-09-20 03:17:09 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Object-Tiny Makefile distinfo pkg-descr pkg-plist Log: There's a whole bunch of class builders out there. In fact, creating a class builder seems to be something of a rite of passage (this is my fifth, at least). Unfortunately, most of the time I want a class builder I'm in a hurry and sketching out lots of fairly simple data classes with fairly simple structure, mostly just read-only accessors, and that's about it. Often this is for code that won't end up on CPAN, so adding a small dependency doesn't matter much. I just want to be able to define these classes FAST. By which I mean LESS typing than writing them by hand, not more. And I don't need all those weird complex features that bloat out the code and take over the whole way I build modules. And so, I present yet another member of the Tiny family of modules, Object::Tiny. WWW: http://search.cpan.org/dist/Object-Tiny/ PR: ports/116101 Submitted by: Gea-Suan Lin Revision Changes Path 1.2887 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Object-Tiny/Makefile (new) 1.1 +3 -0 ports/devel/p5-Object-Tiny/distinfo (new) 1.1 +20 -0 ports/devel/p5-Object-Tiny/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Object-Tiny/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 03:17:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9251D16A41A; Thu, 20 Sep 2007 03:17:22 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F56A13C4A6; Thu, 20 Sep 2007 03:17:22 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K3HMSf061714; Thu, 20 Sep 2007 03:17:22 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K3HMHW061713; Thu, 20 Sep 2007 03:17:22 GMT (envelope-from clsung) Message-Id: <200709200317.l8K3HMHW061713@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 03: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: 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, 20 Sep 2007 03:17:22 -0000 clsung 2007-09-20 03:17:21 UTC FreeBSD ports repository Modified files: . modules Log: p5-Object-Tiny --> ports/devel/p5-Object-Tiny Revision Changes Path 1.18770 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 20 03:35:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A59C16A420; Thu, 20 Sep 2007 03:35:30 +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 6DCE913C459; Thu, 20 Sep 2007 03:35:30 +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 l8K3ZU1F063178; Thu, 20 Sep 2007 03:35:30 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K3ZUtt063176; Thu, 20 Sep 2007 03:35:30 GMT (envelope-from glewis) Message-Id: <200709200335.l8K3ZUtt063176@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Sep 2007 03:35: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/java/jdk15 Makefile ports/java/jdk15/files patch-vm::globals.hpp patch-vm::os_bsd.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, 20 Sep 2007 03:35:30 -0000 glewis 2007-09-20 03:35:30 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile java/jdk15/files patch-vm::os_bsd.cpp Added files: java/jdk15/files patch-vm::globals.hpp Log: . Default UseThreadPriorities to false on BSD. This can be toggled by passing -XX:+UseThreadPriorities. . Remove the os_sleep hack which was used on FreeBSD to make sure lower priority threads got time slices. Instead, just call pthread_yield(). On FreeBSD 7.x with libthr, this will still give lower priority threads some time (with the above flag turned on), although such behaviour is not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on an 8 core system, putting it on a par with Solaris (benchmarks by kris@). The Java standard and the JCK tests are somewhat contradictory on thread priority being guaranteed to work, and in this case the performance benefits appear to outweigh any possible side effects. . Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than patching it into a file at build time. This simplifies the Makefile. Submitted by: Kurt Miller Revision Changes Path 1.136 +2 -6 ports/java/jdk15/Makefile 1.1 +26 -0 ports/java/jdk15/files/patch-vm::globals.hpp (new) 1.8 +30 -11 ports/java/jdk15/files/patch-vm::os_bsd.cpp From owner-cvs-all@FreeBSD.ORG Thu Sep 20 03:40:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9FD016A41A; Thu, 20 Sep 2007 03:40:48 +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 8F79913C459; Thu, 20 Sep 2007 03:40:48 +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 l8K3emhA063496; Thu, 20 Sep 2007 03:40:48 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K3emN9063495; Thu, 20 Sep 2007 03:40:48 GMT (envelope-from tabthorpe) Message-Id: <200709200340.l8K3emN9063495@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 20 Sep 2007 03:40: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/www/drood Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 03:40:48 -0000 tabthorpe 2007-09-20 03:40:48 UTC FreeBSD ports repository Modified files: www/drood Makefile distinfo Log: - update to 1.16 PR: ports/116469 Submitted by: James Bailie Approved by: miwi (co-mentor) Revision Changes Path 1.8 +1 -1 ports/www/drood/Makefile 1.8 +3 -3 ports/www/drood/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 04:06:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A22916A421; Thu, 20 Sep 2007 04:06:10 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDD913C48A; Thu, 20 Sep 2007 04:06:10 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K4692Z066699; Thu, 20 Sep 2007 04:06:09 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K45xmp066692; Thu, 20 Sep 2007 04:05:59 GMT (envelope-from simokawa) Message-Id: <200709200405.l8K45xmp066692@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 20 Sep 2007 04:05: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/dev/syscons syscons.c syscons.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, 20 Sep 2007 04:06:10 -0000 simokawa 2007-09-20 04:05:59 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c syscons.h Log: Serialize output routine of terminal emulator (te_puts()) by a lock. - The output routine of low level console is not protected by any lock by default. - Increment and decrement of sc->write_in_progress are not atomic and this may cause console hang. - We also have many other states used by emulator that should be protected by the lock. - This change does not fix interspersed messages which PRINTF_BUFR_SIZE kernel option should fix. Approved by: re (bmah) MFC after: 1 week Revision Changes Path 1.453 +13 -1 src/sys/dev/syscons/syscons.c 1.88 +1 -0 src/sys/dev/syscons/syscons.h From owner-cvs-all@FreeBSD.ORG Thu Sep 20 05:54:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7BB516A421; Thu, 20 Sep 2007 05:54:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F92613C4B6; Thu, 20 Sep 2007 05:54:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K5sVd9084776; Thu, 20 Sep 2007 05:54:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K5sVMw084775; Thu, 20 Sep 2007 05:54:31 GMT (envelope-from ale) Message-Id: <200709200554.l8K5sVMw084775@repoman.freebsd.org> From: Alex Dupre Date: Thu, 20 Sep 2007 05:54: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/freecol 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, 20 Sep 2007 05:54:31 -0000 ale 2007-09-20 05:54:31 UTC FreeBSD ports repository Modified files: games/freecol Makefile distinfo pkg-plist Log: Update to 0.7.2 release. Revision Changes Path 1.8 +1 -2 ports/games/freecol/Makefile 1.6 +3 -3 ports/games/freecol/distinfo 1.5 +4 -0 ports/games/freecol/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:05:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322EB16A46C; Thu, 20 Sep 2007 06:05:20 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBDA113C474; Thu, 20 Sep 2007 06:05:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K65JnX086800; Thu, 20 Sep 2007 06:05:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K65JgA086799; Thu, 20 Sep 2007 06:05:19 GMT (envelope-from clsung) Message-Id: <200709200605.l8K65JgA086799@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:05: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/databases/rubygem-memcache-client 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, 20 Sep 2007 06:05:20 -0000 clsung 2007-09-20 06:05:19 UTC FreeBSD ports repository Modified files: databases/rubygem-memcache-client Makefile distinfo pkg-plist Log: - Update to 1.5.0 PR: ports/115507 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Revision Changes Path 1.4 +4 -3 ports/databases/rubygem-memcache-client/Makefile 1.3 +3 -3 ports/databases/rubygem-memcache-client/distinfo 1.3 +53 -75 ports/databases/rubygem-memcache-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:06:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A29CE16A417; Thu, 20 Sep 2007 06:06:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A26213C46A; Thu, 20 Sep 2007 06:06:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K66Qel086880; Thu, 20 Sep 2007 06:06:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K66Q4w086879; Thu, 20 Sep 2007 06:06:26 GMT (envelope-from clsung) Message-Id: <200709200606.l8K66Q4w086879@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:06: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/www/rubygem-rails Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 06:06:26 -0000 clsung 2007-09-20 06:06:26 UTC FreeBSD ports repository Modified files: www/rubygem-rails Makefile Log: - reflect update of rubygem-memcache-client PR: ports/115507 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Revision Changes Path 1.16 +1 -1 ports/www/rubygem-rails/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:09:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C58C16A419; Thu, 20 Sep 2007 06:09:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC3E13C45D; Thu, 20 Sep 2007 06:09:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K69Lad087089; Thu, 20 Sep 2007 06:09:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K69Lpn087088; Thu, 20 Sep 2007 06:09:21 GMT (envelope-from clsung) Message-Id: <200709200609.l8K69Lpn087088@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:09: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-im Makefile ports/net-im/p5-Jabber-Lite 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, 20 Sep 2007 06:09:21 -0000 clsung 2007-09-20 06:09:21 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/p5-Jabber-Lite Makefile distinfo pkg-descr pkg-plist Log: Jabber::Lite is, as the name implies, a small 'lite' library for dealing with Jabber servers, implemented entirely in perl. Whilst it is small, it does try to be fairly complete for common tasks. WWW: http://search.cpan.org/dist/Jabber-Lite/ PR: ports/116056 Submitted by: Gea-Suan Lin Revision Changes Path 1.70 +1 -0 ports/net-im/Makefile 1.1 +33 -0 ports/net-im/p5-Jabber-Lite/Makefile (new) 1.1 +3 -0 ports/net-im/p5-Jabber-Lite/distinfo (new) 1.1 +5 -0 ports/net-im/p5-Jabber-Lite/pkg-descr (new) 1.1 +6 -0 ports/net-im/p5-Jabber-Lite/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:09:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F44A16A46B; Thu, 20 Sep 2007 06:09:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA07313C45E; Thu, 20 Sep 2007 06:09:32 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K69Wim087126; Thu, 20 Sep 2007 06:09:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K69WaV087125; Thu, 20 Sep 2007 06:09:32 GMT (envelope-from clsung) Message-Id: <200709200609.l8K69WaV087125@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:09:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 06:09:33 -0000 clsung 2007-09-20 06:09:32 UTC FreeBSD ports repository Modified files: . modules Log: p5-Jabber-Lite --> ports/net-im/p5-Jabber-Lite Revision Changes Path 1.18771 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:25:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AE416A41A; Thu, 20 Sep 2007 06:25:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C13D13C474; Thu, 20 Sep 2007 06:25:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K6PNU2088414; Thu, 20 Sep 2007 06:25:23 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K6PNuD088413; Thu, 20 Sep 2007 06:25:23 GMT (envelope-from clsung) Message-Id: <200709200625.l8K6PNuD088413@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:25:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-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: Thu, 20 Sep 2007 06:25:23 -0000 clsung 2007-09-20 06:25:22 UTC FreeBSD ports repository Modified files: devel/p5-Test-Simple Makefile distinfo Log: - Update to 0.72 Revision Changes Path 1.32 +2 -3 ports/devel/p5-Test-Simple/Makefile 1.27 +3 -3 ports/devel/p5-Test-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:33:26 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52BB16A41B; Thu, 20 Sep 2007 06:33:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C42AB13C468; Thu, 20 Sep 2007 06:33:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K6XQ4V089098; Thu, 20 Sep 2007 06:33:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K6XQYt089096; Thu, 20 Sep 2007 06:33:26 GMT (envelope-from netchild) Message-Id: <200709200633.l8K6XQYt089096@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 20 Sep 2007 06:33:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/alpha/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 06:33:27 -0000 netchild 2007-09-20 06:33:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile sys/alpha/conf NOTES Log: Disable the module building of the linux bits on alpha and remove them from the corresponding NOTES. [1] There's no corresponding linux_base in the Ports Collection since years, and no linux distribution which is up-to-date and suitable (security, widespread, ...) for us. The only complain regarding linux & alpha we got so far is that the linuxulator doesn't build anymore. This complaint came from wilko -- the alhpa-part of re@ -- only. As the alpha platform is dead (no support from the manufacturer / linux distributions) and deprecated (removed in -current) it was decided to disable the linux bits from the build instead of trying to fix the problems on alpha. The alpha parts in the source are not removed so far, in case there are 1-2 people which actually still make use of this and are interested to use the linuxulator (and fix the problems). Additionally this prevents regressions on i386/amd64 when removing the alpha bits in shared code (the people which care about those code parts don't have enough time ATM to do extensive testing). This decission may be revisited at a later point in time. Discussed with: wilko [1] Revision Changes Path 1.156.2.1 +0 -7 src/sys/alpha/conf/NOTES 1.450.2.33 +0 -3 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:34:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60FF916A46D; Thu, 20 Sep 2007 06:34:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBC913C506; Thu, 20 Sep 2007 06:34:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K6YIb6089164; Thu, 20 Sep 2007 06:34:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K6YIOl089163; Thu, 20 Sep 2007 06:34:18 GMT (envelope-from clsung) Message-Id: <200709200634.l8K6YIOl089163@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 20 Sep 2007 06:34: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/p5-Test-Manifest Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 06:34:19 -0000 clsung 2007-09-20 06:34:18 UTC FreeBSD ports repository Modified files: devel/p5-Test-Manifest Makefile distinfo Log: - Update to 1.21 Revision Changes Path 1.10 +2 -3 ports/devel/p5-Test-Manifest/Makefile 1.8 +3 -3 ports/devel/p5-Test-Manifest/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 06:40:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A097516A417; Thu, 20 Sep 2007 06:40:10 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 679DE13C428; Thu, 20 Sep 2007 06:40:10 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K6eAlq089508; Thu, 20 Sep 2007 06:40:10 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K6eA55089507; Thu, 20 Sep 2007 06:40:10 GMT (envelope-from lbr) Message-Id: <200709200640.l8K6eA55089507@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Thu, 20 Sep 2007 06:40:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-WWW-Mechanize-Catalyst Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 06:40:10 -0000 lbr 2007-09-20 06:40:10 UTC FreeBSD ports repository Modified files: devel/p5-Test-WWW-Mechanize-Catalyst Makefile distinfo Log: Update to 0.41 Revision Changes Path 1.11 +1 -1 ports/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile 1.8 +3 -3 ports/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 07:00:22 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 954EE16A420; Thu, 20 Sep 2007 07:00:22 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id 41D8213C4F6; Thu, 20 Sep 2007 07:00:22 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtp (Exim 4.67) (envelope-from ) id 1IYEu4-000AB6-6t; Thu, 20 Sep 2007 07:48:44 +0200 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Thu, 20 Sep 2007 07:48:44 +0200 (CEST) Message-ID: <42316.194.74.82.3.1190267324.squirrel@galain.elvandar.org> In-Reply-To: <94F864FD-8307-4D92-A1ED-A4D3106CC7D1@ahze.net> References: <200709191650.l8JGolhq060857@repoman.freebsd.org> <94F864FD-8307-4D92-A1ED-A4D3106CC7D1@ahze.net> Date: Thu, 20 Sep 2007 07:48:44 +0200 (CEST) From: "Remko Lodder" To: "Michael Johnson" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 07:00:22 -0000 On Wed, September 19, 2007 11:19 pm, Michael Johnson wrote: >> >> Document mozilla -- code execution via Quicktime media-link files, >> The Mozilla advisory talks somewhat about Windows for this matter, >> but better be safe then sorry (An updated firefox is available >> already). >> > > This only really affects Quicktime, the program not video files > according to http://www.mozilla.org/security/announce/2007/ > mfsa2007-28.html > > So FreeBSD should be safe. > Hi Michael, Thanks for commenting on this one, I think that you are right about the source of the attack, but FireFox safeguards itself now by denying the QuickTime command-line stuff itself. So I think this does affect the browser (and not only QuickTime). Cheers remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-all@FreeBSD.ORG Thu Sep 20 07:57:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB9616A419; Thu, 20 Sep 2007 07:57:36 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADC2713C45E; Thu, 20 Sep 2007 07:57:36 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K7vaAi095256; Thu, 20 Sep 2007 07:57:36 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K7vaWT095255; Thu, 20 Sep 2007 07:57:36 GMT (envelope-from clement) Message-Id: <200709200757.l8K7vaWT095255@repoman.freebsd.org> From: Clement Laforet Date: Thu, 20 Sep 2007 07:57:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache22 Makefile pkg-plist ports/www/apache22/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 07:57:36 -0000 clement 2007-09-20 07:57:36 UTC FreeBSD ports repository Modified files: www/apache22 Makefile pkg-plist www/apache22/files patch-Makefile.in Log: - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1] - Preserve index.html - We no longer install images in default DocumentRoot (there're still in icons/) - Various plist cleanup - bump PORTREVISION since we are now safe with index.html Reminded by: bland@ Revision Changes Path 1.212 +1 -0 ports/www/apache22/Makefile 1.22 +11 -10 ports/www/apache22/files/patch-Makefile.in 1.85 +5 -8 ports/www/apache22/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 08:04:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 192C316A418; Thu, 20 Sep 2007 08:04:35 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D376E13C48A; Thu, 20 Sep 2007 08:04:34 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K84Y5O096978; Thu, 20 Sep 2007 08:04:34 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K84Y7D096977; Thu, 20 Sep 2007 08:04:34 GMT (envelope-from clement) Message-Id: <200709200804.l8K84Y7D096977@repoman.freebsd.org> From: Clement Laforet Date: Thu, 20 Sep 2007 08:04:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache22 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 08:04:35 -0000 clement 2007-09-20 08:04:34 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Log: - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1] (I forgot to re-apply the patch locally) Reminded by: bland@ Revision Changes Path 1.213 +5 -5 ports/www/apache22/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 08:32:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A8916A469; Thu, 20 Sep 2007 08:32:57 +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 2AC2513C4B7; Thu, 20 Sep 2007 08:32: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 l8K8WvS3098646; Thu, 20 Sep 2007 08:32:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K8WukP098645; Thu, 20 Sep 2007 08:32:56 GMT (envelope-from pav) Message-Id: <200709200832.l8K8WukP098645@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 20 Sep 2007 08:32:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 08:32:57 -0000 pav 2007-09-20 08:32:56 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.4.2b Revision Changes Path 1.106 +1 -1 ports/net/liferea/Makefile 1.81 +3 -3 ports/net/liferea/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 08:43:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E793816A420; Thu, 20 Sep 2007 08:43:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADD7B13C461; Thu, 20 Sep 2007 08:43:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K8h4A4099230; Thu, 20 Sep 2007 08:43:04 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K8h4rE099229; Thu, 20 Sep 2007 08:43:04 GMT (envelope-from danfe) Message-Id: <200709200843.l8K8h4rE099229@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 20 Sep 2007 08:43:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 08:43:05 -0000 danfe 2007-09-20 08:43:03 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Mention x11/nvidia-driver in AFFECTS line for Xorg 7.3 entry - Kill EOL spaces while here (should be OK since previous entry is trivial) Revision Changes Path 1.545 +16 -16 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Sep 20 08:59:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C40616A418; Thu, 20 Sep 2007 08:59:14 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6275213C478; Thu, 20 Sep 2007 08:59:14 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K8xEH0008890; Thu, 20 Sep 2007 08:59:14 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K8xEOX008889; Thu, 20 Sep 2007 08:59:14 GMT (envelope-from danfe) Message-Id: <200709200859.l8K8xEOX008889@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 20 Sep 2007 08:59: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 08:59:14 -0000 danfe 2007-09-20 08:59:14 UTC FreeBSD ports repository Modified files: . UPDATING Log: Fix some noticed spelling and consistency issues. Revision Changes Path 1.546 +8 -8 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:14:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A642E16A503; Thu, 20 Sep 2007 21:14:27 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62B2E13C4B2; Thu, 20 Sep 2007 21:14:24 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KLEOwJ099563; Thu, 20 Sep 2007 21:14:24 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLEO6e099562; Thu, 20 Sep 2007 21:14:24 GMT (envelope-from lme) Message-Id: <200709202114.l8KLEO6e099562@repoman.freebsd.org> From: Lars Engels Date: Thu, 20 Sep 2007 21:14: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/audio/streamripper Makefile distinfo ports/audio/streamripper/files patch-Makefile.in patch-lib_parse.c patch-lib_util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:14:30 -0000 lme 2007-09-20 21:14:24 UTC FreeBSD ports repository Modified files: audio/streamripper Makefile distinfo audio/streamripper/files patch-Makefile.in Removed files: audio/streamripper/files patch-lib_parse.c patch-lib_util.c Log: Update to 1.62.1 PR: 114736 Submitted by: KATO Tsuguru Approved by: miwi (mentor) Revision Changes Path 1.28 +35 -17 ports/audio/streamripper/Makefile 1.11 +3 -3 ports/audio/streamripper/distinfo 1.2 +19 -49 ports/audio/streamripper/files/patch-Makefile.in 1.4 +0 -20 ports/audio/streamripper/files/patch-lib_parse.c (dead) 1.3 +0 -33 ports/audio/streamripper/files/patch-lib_util.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:16:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9CC016A4A5; Thu, 20 Sep 2007 21:16:24 +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 054D713C4B7; Thu, 20 Sep 2007 21:16:00 +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 l8KLG0HA099652; Thu, 20 Sep 2007 21:16:00 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLG0f5099649; Thu, 20 Sep 2007 21:16:00 GMT (envelope-from remko) Message-Id: <200709202116.l8KLG0f5099649@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 21:16:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:16:25 -0000 remko 2007-09-20 21:16:00 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Correct a typo. Pointy hat: remko Revision Changes Path 1.39 +3 -3 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:21:41 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED62A16A475; Thu, 20 Sep 2007 21:21:41 +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 4BC7213C673; Thu, 20 Sep 2007 21:21:01 +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 l8KKcix1086740; Thu, 20 Sep 2007 20:38:44 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KKcix2086739; Thu, 20 Sep 2007 20:38:44 GMT (envelope-from attilio) Message-Id: <200709202038.l8KKcix2086739@repoman.freebsd.org> From: Attilio Rao Date: Thu, 20 Sep 2007 20:38:44 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include smp.h src/sys/i386/include smp.h src/sys/kern kern_switch.c kern_thread.c subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:21:42 -0000 attilio 2007-09-20 20:38:44 UTC FreeBSD src repository Modified files: sys/amd64/include smp.h sys/i386/include smp.h sys/kern kern_switch.c kern_thread.c subr_witness.c Log: Fix some entries in the locks static table of witness. In particular: - smp_tlb_mtx is no longer used, so it is axed. - smp rendezvous lock isn't really a leaf spin-mutex. Its bad placement in the table, however, has been the source of a false positive LOR reporting with the dt_lock. However, smp rendezvous lock would have had sched_lock there for older lock, so it wasn't still a leaf lock. - allpmaps is only used in ia32 architecture, so it is inserted in the appropriate stub. Addictionally: - kse_zombie_lock is no longer present, so its definition is axed out. - zombie_lock doesn't need to have an exported symbol, so just let's it be declared as static. Tested by: kris Approved by: jeff (mentor) Approved by: re Revision Changes Path 1.91 +0 -1 src/sys/amd64/include/smp.h 1.90 +0 -1 src/sys/i386/include/smp.h 1.136 +0 -1 src/sys/kern/kern_switch.c 1.254 +1 -1 src/sys/kern/kern_thread.c 1.236 +8 -9 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:21:48 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9942D16A468; Thu, 20 Sep 2007 21:21:48 +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 F153513C6B0; Thu, 20 Sep 2007 21:21: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 l8KK1DPw083423; Thu, 20 Sep 2007 20:01:13 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KK1D1e083421; Thu, 20 Sep 2007 20:01:13 GMT (envelope-from obrien) Message-Id: <200709202001.l8KK1D1e083421@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Sep 2007 20:01: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/lang/pcc Makefile distinfo ports/lang/pcc/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, 20 Sep 2007 21:21:48 -0000 obrien 2007-09-20 20:01:12 UTC FreeBSD ports repository Modified files: lang/pcc Makefile distinfo Removed files: lang/pcc/files patch-configure Log: Update to the Sept 20, 2007 snapshot of 0.9.8. Revision Changes Path 1.5 +4 -3 ports/lang/pcc/Makefile 1.2 +3 -3 ports/lang/pcc/distinfo 1.2 +0 -15 ports/lang/pcc/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:21:49 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4EF16A4D2; Thu, 20 Sep 2007 21:21: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 D926113C6DB; Thu, 20 Sep 2007 21:21: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 l8KJO0Oc081322; Thu, 20 Sep 2007 19:24:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KJO0kB081321; Thu, 20 Sep 2007 19:24:00 GMT (envelope-from miwi) Message-Id: <200709201924.l8KJO0kB081321@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 19:24: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/squid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:21:49 -0000 miwi 2007-09-20 19:24:00 UTC FreeBSD ports repository Modified files: www/squid Makefile Log: - Remove unneccessary USE_GCC line Submitted by: Derkjan de Haan Approved by: maintainer via private mail Revision Changes Path 1.204 +0 -1 ports/www/squid/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:22:27 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46AED16A418; Thu, 20 Sep 2007 21:22:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D46A813C65A; Thu, 20 Sep 2007 21:22:01 +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 l8KHhd0X072681; Thu, 20 Sep 2007 17:43:39 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KHhdrw072680; Thu, 20 Sep 2007 17:43:39 GMT (envelope-from obrien) Message-Id: <200709201743.l8KHhdrw072680@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Sep 2007 17:43: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/vim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:22:27 -0000 obrien 2007-09-20 17:43:38 UTC FreeBSD ports repository Modified files: editors/vim Makefile distinfo Log: Update to Vim 7.1 patchlevel 116. Revision Changes Path 1.307 +1 -1 ports/editors/vim/Makefile 1.180 +48 -9 ports/editors/vim/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:22:28 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 553C916A4D7; Thu, 20 Sep 2007 21:22:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6B713C4C4; Thu, 20 Sep 2007 21:22:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KGenAh058827; Thu, 20 Sep 2007 16:40:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KGenP5058826; Thu, 20 Sep 2007 16:40:49 GMT (envelope-from miwi) Message-Id: <200709201640.l8KGenP5058826@repoman.freebsd.org> From: Martin Wilke Date: Thu, 20 Sep 2007 16:40: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/net/smbldap-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:22:28 -0000 miwi 2007-09-20 16:40:49 UTC FreeBSD ports repository Modified files: net/smbldap-tools Makefile Log: - Pass maintainership really to mm Revision Changes Path 1.17 +1 -1 ports/net/smbldap-tools/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:22:28 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DDA816A4DD; Thu, 20 Sep 2007 21:22:28 +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 47E9C13C4CA; Thu, 20 Sep 2007 21:22:28 +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 l8KGKsiJ057313; Thu, 20 Sep 2007 16:20:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KGKsCq057311; Thu, 20 Sep 2007 16:20:54 GMT (envelope-from marcus) Message-Id: <200709201620.l8KGKsCq057311@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 20 Sep 2007 16:20:54 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.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, 20 Sep 2007 21:22:28 -0000 marcus 2007-09-20 16:20:54 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Clarify how one starts GNOME given all of its required dependent services. Submitted by: vs Revision Changes Path 1.127 +26 -16 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:22:28 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA8A616A476; Thu, 20 Sep 2007 21:22:28 +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 7E26613C49D; Thu, 20 Sep 2007 21:22:28 +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 l8KGlXY6067994; Thu, 20 Sep 2007 16:47:33 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KGlXq2067993; Thu, 20 Sep 2007 16:47:33 GMT (envelope-from glewis) Message-Id: <200709201647.l8KGlXq2067993@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Sep 2007 16:47:33 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libarchive Makefile distinfo ports/archivers/libarchive/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:22:28 -0000 glewis 2007-09-20 16:47:33 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Added files: archivers/libarchive/files patch-Makefile.in Log: . Update to 2.3.1. . Optionally install bsdcpio (currently defaults to off until bsdcpio is a little more mature). Revision Changes Path 1.40 +13 -3 ports/archivers/libarchive/Makefile 1.35 +3 -3 ports/archivers/libarchive/distinfo 1.1 +13 -0 ports/archivers/libarchive/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:22:31 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680B816A49A; Thu, 20 Sep 2007 21:22:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E132B13C4D1; Thu, 20 Sep 2007 21:22:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KGHpuU057128; Thu, 20 Sep 2007 16:17:51 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KGHp12057127; Thu, 20 Sep 2007 16:17:51 GMT (envelope-from lme) Message-Id: <200709201617.l8KGHp12057127@repoman.freebsd.org> From: Lars Engels Date: Thu, 20 Sep 2007 16:17: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/cad/qfsm Makefile distinfo pkg-plist ports/cad/qfsm/files patch-src_SimulatorDlg.ui X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:22:31 -0000 lme 2007-09-20 16:17:51 UTC FreeBSD ports repository Modified files: cad/qfsm Makefile distinfo pkg-plist Removed files: cad/qfsm/files patch-src_SimulatorDlg.ui Log: Update to 0.44 PR: ports/114739 Submitted by: KATO Tsuguru Approved by: miwi (mentor) Revision Changes Path 1.19 +11 -11 ports/cad/qfsm/Makefile 1.8 +3 -3 ports/cad/qfsm/distinfo 1.2 +0 -10 ports/cad/qfsm/files/patch-src_SimulatorDlg.ui (dead) 1.4 +32 -3 ports/cad/qfsm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:03 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16BCF16A480; Thu, 20 Sep 2007 21:23:03 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE3F13C52C; Thu, 20 Sep 2007 21:22:37 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KFT3Xe053163; Thu, 20 Sep 2007 15:29:03 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KFT3wI053162; Thu, 20 Sep 2007 15:29:03 GMT (envelope-from novel) Message-Id: <200709201529.l8KFT3wI053162@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 20 Sep 2007 15:29:03 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/bmpx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:03 -0000 novel 2007-09-20 15:29:03 UTC FreeBSD ports repository Modified files: multimedia/bmpx Makefile distinfo Log: Update to 0.40.7. Revision Changes Path 1.39 +1 -1 ports/multimedia/bmpx/Makefile 1.13 +3 -3 ports/multimedia/bmpx/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:04 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F33416A4A1; Thu, 20 Sep 2007 21:23: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 47DE613C535; Thu, 20 Sep 2007 21:23: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 l8KEqd1o049983; Thu, 20 Sep 2007 14:52:39 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KEqdik049982; Thu, 20 Sep 2007 14:52:39 GMT (envelope-from flz) Message-Id: <200709201452.l8KEqdik049982@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 20 Sep 2007 14:52: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/x11-drivers/xf86-video-ati Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:04 -0000 flz 2007-09-20 14:52:39 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-ati Makefile distinfo Log: Update x11-drivers/xf86-video-driver to 6.7.193. Revision Changes Path 1.3 +1 -1 ports/x11-drivers/xf86-video-ati/Makefile 1.3 +3 -3 ports/x11-drivers/xf86-video-ati/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:05 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70A9916A41A; Thu, 20 Sep 2007 21:23:05 +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 439AD13C54C; Thu, 20 Sep 2007 21:23:05 +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 l8KDxGTX044985; Thu, 20 Sep 2007 13:59:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDxGxn044984; Thu, 20 Sep 2007 13:59:16 GMT (envelope-from garga) Message-Id: <200709201359.l8KDxGxn044984@repoman.freebsd.org> From: Renato Botelho Date: Thu, 20 Sep 2007 13:59:15 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libslang2 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, 20 Sep 2007 21:23:05 -0000 garga 2007-09-20 13:59:15 UTC FreeBSD ports repository Modified files: devel/libslang2 Makefile pkg-plist Log: - Force empty dir creation on pkg-plist to create it when installed using a package - Bump PORTREVISION Notified by: pointyhat via linimon Revision Changes Path 1.17 +1 -1 ports/devel/libslang2/Makefile 1.11 +2 -1 ports/devel/libslang2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:05 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D393116A4C4; Thu, 20 Sep 2007 21:23:05 +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 A5BA413C459; Thu, 20 Sep 2007 21:23:05 +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 l8KDK59s042576; Thu, 20 Sep 2007 13:20:05 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDK5MY042522; Thu, 20 Sep 2007 13:20:05 GMT (envelope-from remko) Message-Id: <200709201320.l8KDK5MY042522@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 13:19:54 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:06 -0000 remko 2007-09-20 13:19:54 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Update Omar's entry (I think I understood the idea, the PR was not very clear). PR: www/115756 Submitted by: Omar Siddique Revision Changes Path 1.37 +7 -7 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:06 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 043C216A4D2; Thu, 20 Sep 2007 21:23:06 +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 D2F4B13C531; Thu, 20 Sep 2007 21:23:05 +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 l8KDSgCX043129; Thu, 20 Sep 2007 13:28:42 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDSg7o043128; Thu, 20 Sep 2007 13:28:42 GMT (envelope-from remko) Message-Id: <200709201328.l8KDSg7o043128@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 13:28:42 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:06 -0000 remko 2007-09-20 13:28:42 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Add EDEN-FX to the commercial vendor group. PR: www/113740 Submitted by: Narinee Poungladda , wording altered by me after agreement from Narinee Revision Changes Path 1.38 +15 -2 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:06 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF5116A540; Thu, 20 Sep 2007 21:23:06 +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 334DD13C53B; Thu, 20 Sep 2007 21:23:06 +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 l8KDkQSK044249; Thu, 20 Sep 2007 13:46:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDkQoa044248; Thu, 20 Sep 2007 13:46:26 GMT (envelope-from kib) Message-Id: <200709201346.l8KDkQoa044248@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 20 Sep 2007 13:46: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/i386/linux linux_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:06 -0000 kib 2007-09-20 13:46:26 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c sys/amd64/linux32 linux32_sysvec.c Log: Fill in cr2 in the signal context from ksi->ksi_addr. Together with the sys/i386/i386/trap.c rev. 1.306 it fixes the PR. Submitted by: rdivacky Suggested by: jhb Sponsored by: Google Summer of Code 2007 PR: kern/77710 Approved by: re (kensmith) Revision Changes Path 1.31 +2 -0 src/sys/amd64/linux32/linux32_sysvec.c 1.150 +2 -0 src/sys/i386/linux/linux_sysvec.c From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:07 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF76B16A4F2; Thu, 20 Sep 2007 21:23:06 +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 6BC8313C448; Thu, 20 Sep 2007 21:23:06 +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 l8KD79W8041813; Thu, 20 Sep 2007 13:07:09 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KD79da041812; Thu, 20 Sep 2007 13:07:09 GMT (envelope-from remko) Message-Id: <200709201307.l8KD79da041812@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 13:07:09 +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 commercial.isp.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:07 -0000 remko 2007-09-20 13:07:09 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: Add KuwaitNET to the ISP list. PR: www/116380 Submitted by: Bashar Al-Abdulhadi Revision Changes Path 1.22 +18 -2 www/share/sgml/commercial.isp.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:07 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ADC016A4FD; Thu, 20 Sep 2007 21:23:07 +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 DCFA713C543; Thu, 20 Sep 2007 21:23:06 +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 l8KDBDNX042129; Thu, 20 Sep 2007 13:11:13 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDBDw6042128; Thu, 20 Sep 2007 13:11:13 GMT (envelope-from remko) Message-Id: <200709201311.l8KDBDw6042128@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 13:11:13 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml usergroups.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:07 -0000 remko 2007-09-20 13:11:13 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Add KCBUG to the UserGroup list. PR: www/116301 Submitted by: Jonathan Otsuka , modified by me. Revision Changes Path 1.57 +12 -1 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:07 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9722E16A4C0; Thu, 20 Sep 2007 21:23:07 +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 269B113C54B; Thu, 20 Sep 2007 21:23:07 +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 l8KDFH0e042383; Thu, 20 Sep 2007 13:15:17 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KDFHsi042382; Thu, 20 Sep 2007 13:15:17 GMT (envelope-from remko) Message-Id: <200709201315.l8KDFHsi042382@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 13:15:17 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:07 -0000 remko 2007-09-20 13:15:17 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Add Giganetworking to the consultancy list. PR: www/116040 Submitted by: Josh Richesin Revision Changes Path 1.36 +15 -2 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:07 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D8516A4CD; Thu, 20 Sep 2007 21:23:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7106213C458; Thu, 20 Sep 2007 21:23:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KCvSI9040036; Thu, 20 Sep 2007 12:57:28 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KCvSPR040035; Thu, 20 Sep 2007 12:57:28 GMT (envelope-from ale) Message-Id: <200709201257.l8KCvSPR040035@repoman.freebsd.org> From: Alex Dupre Date: Thu, 20 Sep 2007 12:57: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/java/proguard Makefile distinfo pkg-descr pkg-message pkg-plist ports/java/proguard/files proguard-gui.sh.in proguard.sh.in retrace.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, 20 Sep 2007 21:23:07 -0000 ale 2007-09-20 12:57:27 UTC FreeBSD ports repository Modified files: java/proguard Makefile distinfo pkg-descr pkg-plist java/proguard/files proguard-gui.sh.in proguard.sh.in Added files: java/proguard/files retrace.sh.in Removed files: java/proguard pkg-message Log: Update to 3.10.1 release: - install files in correct locations - add retrace executable - remove dead pkg-message - take maintainership Revision Changes Path 1.8 +18 -8 ports/java/proguard/Makefile 1.8 +3 -3 ports/java/proguard/distinfo 1.3 +2 -2 ports/java/proguard/files/proguard-gui.sh.in 1.3 +2 -2 ports/java/proguard/files/proguard.sh.in 1.1 +5 -0 ports/java/proguard/files/retrace.sh.in (new) 1.2 +11 -4 ports/java/proguard/pkg-descr 1.2 +0 -8 ports/java/proguard/pkg-message (dead) 1.7 +4 -84 ports/java/proguard/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:08 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1807F16A50B; Thu, 20 Sep 2007 21:23:08 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEE7D13C502; Thu, 20 Sep 2007 21:23:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KCTwWL029629; Thu, 20 Sep 2007 12:29:58 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KCTweL029628; Thu, 20 Sep 2007 12:29:58 GMT (envelope-from danfe) Message-Id: <200709201229.l8KCTweL029628@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 20 Sep 2007 12:29:58 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/tea Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:08 -0000 danfe 2007-09-20 12:29:57 UTC FreeBSD ports repository Modified files: editors/tea Makefile distinfo Log: Update to version 17.2.5. Revision Changes Path 1.35 +2 -2 ports/editors/tea/Makefile 1.23 +3 -3 ports/editors/tea/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:08 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C40016A518; Thu, 20 Sep 2007 21:23:08 +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 0C6B013C50D; Thu, 20 Sep 2007 21:23:08 +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 l8KCKSmd029105; Thu, 20 Sep 2007 12:20:28 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KCKSDh029104; Thu, 20 Sep 2007 12:20:28 GMT (envelope-from remko) Message-Id: <200709201220.l8KCKSDh029104@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 12:20: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/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:08 -0000 remko 2007-09-20 12:20:27 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document coppermine -- multiple vulnerabilities, the FreeBSD port is already up to date. Revision Changes Path 1.1424 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:08 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D54C16A469; Thu, 20 Sep 2007 21:23:08 +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 53E6E13C536; Thu, 20 Sep 2007 21:23:08 +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 l8KBurgL026218; Thu, 20 Sep 2007 11:56:53 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KBurmf026217; Thu, 20 Sep 2007 11:56:53 GMT (envelope-from remko) Message-Id: <200709201156.l8KBurmf026217@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 11:56: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/developers-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, 20 Sep 2007 21:23:08 -0000 remko 2007-09-20 11:56:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook book.sgml Log: Update the design and implementation book to the one that Marshall wrote with George. Requested by: gnn (on doc@) Revision Changes Path 1.55 +6 -17 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:08 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A340016A476; Thu, 20 Sep 2007 21:23:08 +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 7D6D713C455; Thu, 20 Sep 2007 21:23:08 +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 l8KC4UTM028149; Thu, 20 Sep 2007 12:04:30 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KC4Ugm028148; Thu, 20 Sep 2007 12:04:30 GMT (envelope-from remko) Message-Id: <200709201204.l8KC4Ugm028148@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 12:04: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/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:08 -0000 remko 2007-09-20 12:04:30 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document bugzilla -- "createmailregexp" security bypass vulnerability, marking all versions as vulnerable till we know what version is the one fixed in our CVS repository. Revision Changes Path 1.1422 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:08 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCEE016A478; Thu, 20 Sep 2007 21:23:08 +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 A6E6B13C457; Thu, 20 Sep 2007 21:23:08 +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 l8KCCsUE028753; Thu, 20 Sep 2007 12:12:54 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KCCsLi028752; Thu, 20 Sep 2007 12:12:54 GMT (envelope-from remko) Message-Id: <200709201212.l8KCCsLi028752@repoman.freebsd.org> From: Remko Lodder Date: Thu, 20 Sep 2007 12:12: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/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:09 -0000 remko 2007-09-20 12:12:54 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document openoffice -- arbitrary command execution vulnerability, all current versions marked vulnerable, everything as of 2.3 is believed to be fixed, but we do not have that yet ( I am also not sure whether the -devel version has the correct fix or not ) so lets be on the safe side till we know what version will be fixed in our repro. Revision Changes Path 1.1423 +38 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:10 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA33916A534; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 183C713C532; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KB7Qt0023036; Thu, 20 Sep 2007 11:07:26 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KB7QXl023035; Thu, 20 Sep 2007 11:07:26 GMT (envelope-from matteo) Message-Id: <200709201107.l8KB7QXl023035@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 20 Sep 2007 11:07:25 +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 matteo.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: Thu, 20 Sep 2007 21:23:10 -0000 matteo 2007-09-20 11:07:25 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys matteo.key Log: Update my key Revision Changes Path 1.3 +175 -36 doc/share/pgpkeys/matteo.key From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:11 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5A816A558; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4203113C537; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KBAFcw023323; Thu, 20 Sep 2007 11:10:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KBAFsQ023322; Thu, 20 Sep 2007 11:10:15 GMT (envelope-from sat) Message-Id: <200709201110.l8KBAFsQ023322@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 20 Sep 2007 11:10: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/firefox-i18n Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:11 -0000 sat 2007-09-20 11:10:15 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo Log: - Update to 2.0.0.7 Revision Changes Path 1.18 +1 -1 ports/www/firefox-i18n/Makefile 1.14 +132 -132 ports/www/firefox-i18n/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:11 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59A4F16A562; Thu, 20 Sep 2007 21:23:10 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7E713C44B; Thu, 20 Sep 2007 21:23:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KB9GQR023204; Thu, 20 Sep 2007 11:09:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KB9GLW023203; Thu, 20 Sep 2007 11:09:16 GMT (envelope-from sat) Message-Id: <200709201109.l8KB9GLW023203@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 20 Sep 2007 11:09: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/linux-firefox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:11 -0000 sat 2007-09-20 11:09:16 UTC FreeBSD ports repository Modified files: www/linux-firefox Makefile distinfo Log: - Update to 2.0.0.7 Revision Changes Path 1.39 +1 -1 ports/www/linux-firefox/Makefile 1.26 +3 -3 ports/www/linux-firefox/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F33E316A5BD; Thu, 20 Sep 2007 21:23: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 9429F13C45A; Thu, 20 Sep 2007 21:23: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 l8KAnBSL020769; Thu, 20 Sep 2007 10:49:11 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAnBIc020768; Thu, 20 Sep 2007 10:49:11 GMT (envelope-from gabor) Message-Id: <200709201049.l8KAnBIc020768@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:49: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/lib/libc/net sctp_recvmsg.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:49:10 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libc/net sctp_recvmsg.3 Log: - Fix description to say "receive" instead of "send" PR: docs/115466 Submitted by: Bruce Cran Approved by: re (bmah) Revision Changes Path 1.4 +2 -2 src/lib/libc/net/sctp_recvmsg.3 From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A65316A5C8; Thu, 20 Sep 2007 21:23:12 +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 CC37F13C53C; Thu, 20 Sep 2007 21:23: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 l8KAq9nl021077; Thu, 20 Sep 2007 10:52:09 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAq91b021076; Thu, 20 Sep 2007 10:52:09 GMT (envelope-from gabor) Message-Id: <200709201052.l8KAq91b021076@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:52:09 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 DECLARE_GEOM_CLASS.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:52:09 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man9 DECLARE_GEOM_CLASS.9 Log: - Fix a declaration example PR: docs/115632 Submitted by: Romain Tartiere Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.5 +2 -2 src/share/man/man9/DECLARE_GEOM_CLASS.9 From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5616A5CF; Thu, 20 Sep 2007 21:23:12 +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 38E0E13C553; Thu, 20 Sep 2007 21:23: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 l8KAkQIj020692; Thu, 20 Sep 2007 10:46:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KAkQ7C020691; Thu, 20 Sep 2007 10:46:26 GMT (envelope-from gabor) Message-Id: <200709201046.l8KAkQ7C020691@repoman.freebsd.org> From: Gabor Kovesdan Date: Thu, 20 Sep 2007 10:46: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/sbin/dhclient dhclient.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:12 -0000 gabor 2007-09-20 10:46:26 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/dhclient dhclient.8 Log: - Remove references to unexisting man pages PR: docs/116099 Submitted by: Ben Kaduk Approved by: re (bmah) MFC after: 3 days Revision Changes Path 1.9 +2 -5 src/sbin/dhclient/dhclient.8 From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:12 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E421116A481; Thu, 20 Sep 2007 21:23:12 +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 E252213C518; Thu, 20 Sep 2007 21:23:10 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KA08se016800; Thu, 20 Sep 2007 10:00:08 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KA08lk016799; Thu, 20 Sep 2007 10:00:08 GMT (envelope-from mm) Message-Id: <200709201000.l8KA08lk016799@repoman.freebsd.org> From: Martin Matuska Date: Thu, 20 Sep 2007 10:00:08 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/openacs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:13 -0000 mm 2007-09-20 10:00:08 UTC FreeBSD ports repository Modified files: www/openacs Makefile Log: - Fix tcllib dependency - Reduce size of COMMENT Revision Changes Path 1.13 +2 -2 ports/www/openacs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:13 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1361116A4A9; Thu, 20 Sep 2007 21:23:13 +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 23AA513C556; Thu, 20 Sep 2007 21:23:11 +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 l8KA0vOk016896; Thu, 20 Sep 2007 10:00:57 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KA0vmc016895; Thu, 20 Sep 2007 10:00:57 GMT (envelope-from mm) Message-Id: <200709201000.l8KA0vmc016895@repoman.freebsd.org> From: Martin Matuska Date: Thu, 20 Sep 2007 10:00:57 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/openacs-dotlrn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:13 -0000 mm 2007-09-20 10:00:57 UTC FreeBSD ports repository Modified files: www/openacs-dotlrn Makefile distinfo Log: - Update to 2.3.1 - Reduce size of COMMENT Revision Changes Path 1.9 +3 -4 ports/www/openacs-dotlrn/Makefile 1.6 +3 -3 ports/www/openacs-dotlrn/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:13 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3473616A4C4; Thu, 20 Sep 2007 21:23:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CD8613C55A; Thu, 20 Sep 2007 21:23:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K9TP2O012015; Thu, 20 Sep 2007 09:29:25 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K9TPr4012014; Thu, 20 Sep 2007 09:29:25 GMT (envelope-from danfe) Message-Id: <200709200929.l8K9TPr4012014@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 20 Sep 2007 09:29: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 CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:14 -0000 danfe 2007-09-20 09:29:25 UTC FreeBSD ports repository Modified files: . CHANGES Log: Kill EOL space, throw in a bunch of readability improvements. Revision Changes Path 1.79 +10 -10 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:23:14 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140E916A513; Thu, 20 Sep 2007 21:23:13 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78C2213C447; Thu, 20 Sep 2007 21:23:11 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8K9SQl7011891; Thu, 20 Sep 2007 09:28:26 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8K9SQ8t011890; Thu, 20 Sep 2007 09:28:26 GMT (envelope-from johans) Message-Id: <200709200928.l8K9SQ8t011890@repoman.freebsd.org> From: Johan van Selst Date: Thu, 20 Sep 2007 09:28: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/www/xshttpd-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:23:14 -0000 johans 2007-09-20 09:28:26 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: Update to 3.5b22 Revision Changes Path 1.40 +1 -1 ports/www/xshttpd-devel/Makefile 1.35 +3 -3 ports/www/xshttpd-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:37:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF7116A419; Thu, 20 Sep 2007 21:37:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D27B013C45D; Thu, 20 Sep 2007 21:37: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 l8KLbTQZ001044; Thu, 20 Sep 2007 21:37:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLbTDJ001043; Thu, 20 Sep 2007 21:37:29 GMT (envelope-from edwin) Message-Id: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Sep 2007 21:37: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/gnu/usr.bin/man/man man.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:37:30 -0000 edwin 2007-09-20 21:37:29 UTC FreeBSD src repository Modified files: gnu/usr.bin/man/man man.c Log: man(1) can't handle compressed included files. Some ports will install with compressed manpages. man handles this by looking for the .gz version of a man source file. It is also common to include other files with the .so directive where commands or functions share a man page. Traditionally ports have had to handle this by either not compressing the manpages, or using the _MLINKS macro in the port makefile to create symlinks to the actual source file, rather than using .so versions. Notably, the current version of Xorg port breaks. See ports/113096 and ports/115845. PR: bin/115850 Submitted by: Callum Gibson Approved by: re@ (ken smith), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.64 +15 -0 src/gnu/usr.bin/man/man/man.c From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:46:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0C1016A46B; Thu, 20 Sep 2007 21:46: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 BD4A313C480; Thu, 20 Sep 2007 21:46: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 l8KLk43f001554; Thu, 20 Sep 2007 21:46:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KLk4UQ001553; Thu, 20 Sep 2007 21:46:04 GMT (envelope-from edwin) Message-Id: <200709202146.l8KLk4UQ001553@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 20 Sep 2007 21: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/usr.bin/calendar/calendars calendar.dutch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:46:05 -0000 edwin 2007-09-20 21:46:04 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.dutch Log: More dates: Sint Maarten, Dierendag, Trinitatis Fix spelling: Carnaval Add more of the Royal Family. Approved by: re@ (Ken Smith), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.3 +30 -14 src/usr.bin/calendar/calendars/calendar.dutch From owner-cvs-all@FreeBSD.ORG Thu Sep 20 21:54:21 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28A2316A41B for ; Thu, 20 Sep 2007 21:54:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id BBCF113C46A for ; Thu, 20 Sep 2007 21:54:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 5579 invoked by uid 399); 20 Sep 2007 21:54:15 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 20 Sep 2007 21:54:15 -0000 X-Originating-IP: 127.0.0.1 Date: Thu, 20 Sep 2007 14:54:12 -0700 (PDT) From: Doug Barton To: Remko Lodder In-Reply-To: <200709201320.l8KDK5MY042522@repoman.freebsd.org> Message-ID: References: <200709201320.l8KDK5MY042522@repoman.freebsd.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:54:21 -0000 On Thu, 20 Sep 2007, Remko Lodder wrote: > remko 2007-09-20 13:19:54 UTC > > FreeBSD doc repository > > Modified files: > share/sgml commercial.consult.xml > Log: > Update Omar's entry (I think I understood the idea, the PR was not very > clear). Probably better to get clarification first then, especially if you're dealing with someone's business. Doug > PR: www/115756 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=115756 > Submitted by: Omar Siddique > > Revision Changes Path > 1.37 +7 -7 www/share/sgml/commercial.consult.xml > > http://www.FreeBSD.org/cgi/cvsweb.cgi/www/share/sgml/commercial.consult.xml.diff?&r1=1.36&r2=1.37&f=h > > -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Thu Sep 20 22:35:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F20B616A41A; Thu, 20 Sep 2007 22:35:24 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E651813C469; Thu, 20 Sep 2007 22:35:24 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KMZOk4005595; Thu, 20 Sep 2007 22:35:24 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KMZOAQ005594; Thu, 20 Sep 2007 22:35:24 GMT (envelope-from matteo) Message-Id: <200709202235.l8KMZOAQ005594@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 20 Sep 2007 22:35:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc auth_time.c getnetconfig.c getnetpath.c rpc_generic.c rpcb_clnt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 22:35:25 -0000 matteo 2007-09-20 22:35:24 UTC FreeBSD src repository Modified files: lib/libc/rpc auth_time.c getnetconfig.c getnetpath.c rpc_generic.c rpcb_clnt.c Log: Fix some improper handling of malloc failures PR: bin/83344 , kern/81987 Reviewed by: alfred Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.12 +18 -9 src/lib/libc/rpc/auth_time.c 1.14 +10 -5 src/lib/libc/rpc/getnetconfig.c 1.8 +8 -5 src/lib/libc/rpc/getnetpath.c 1.14 +8 -7 src/lib/libc/rpc/rpc_generic.c 1.17 +9 -4 src/lib/libc/rpc/rpcb_clnt.c From owner-cvs-all@FreeBSD.ORG Thu Sep 20 22:46:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E22C16A417; Thu, 20 Sep 2007 22:46:23 +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 69A2413C45A; Thu, 20 Sep 2007 22:46:23 +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 l8KMkN4F006242; Thu, 20 Sep 2007 22:46:23 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8KMkNlw006241; Thu, 20 Sep 2007 22:46:23 GMT (envelope-from cy) Message-Id: <200709202246.l8KMkNlw006241@repoman.freebsd.org> From: Cy Schubert Date: Thu, 20 Sep 2007 22:46:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fwbuilder Makefile ports/security/fwbuilder/files patch-src-gui-ipfadvanceddialog_q.ui X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 22:46:23 -0000 cy 2007-09-20 22:46:23 UTC FreeBSD ports repository Modified files: security/fwbuilder Makefile security/fwbuilder/files patch-src-gui-ipfadvanceddialog_q.ui Log: Make the Protocol Helpers advanced settings window aesthetically pleasing once again. Revision Changes Path 1.40 +1 -1 ports/security/fwbuilder/Makefile 1.2 +5 -3 ports/security/fwbuilder/files/patch-src-gui-ipfadvanceddialog_q.ui From owner-cvs-all@FreeBSD.ORG Fri Sep 21 01:01:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6839E16A41A; Fri, 21 Sep 2007 01:01:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46C2113C47E; Fri, 21 Sep 2007 01:01:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L11b5Z028026; Fri, 21 Sep 2007 01:01:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L11bJt028025; Fri, 21 Sep 2007 01:01:37 GMT (envelope-from clsung) Message-Id: <200709210101.l8L11bJt028025@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 21 Sep 2007 01:01:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-threads Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 01:01:37 -0000 clsung 2007-09-21 01:01:37 UTC FreeBSD ports repository Modified files: devel/p5-threads Makefile distinfo Log: - Update to 1.67 Revision Changes Path 1.18 +1 -1 ports/devel/p5-threads/Makefile 1.17 +3 -3 ports/devel/p5-threads/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 01:26:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724C916A419; Fri, 21 Sep 2007 01:26:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51CDC13C467; Fri, 21 Sep 2007 01:26:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L1Q1lK030510; Fri, 21 Sep 2007 01:26:01 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L1Q1Nc030509; Fri, 21 Sep 2007 01:26:01 GMT (envelope-from brooks) Message-Id: <200709210126.l8L1Q1Nc030509@repoman.freebsd.org> From: Brooks Davis Date: Fri, 21 Sep 2007 01:26: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/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 01:26:01 -0000 brooks 2007-09-21 01:26:01 UTC FreeBSD src repository Modified files: etc services Log: Use the udp protocol in favor of the nonexistant upd protocol in the sge_execd entry. Reported by: emaste Pointy hat to: brooks Approved by: re (kensmith) Revision Changes Path 1.113 +1 -1 src/etc/services From owner-cvs-all@FreeBSD.ORG Fri Sep 21 01:55:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C36F16A41B; Fri, 21 Sep 2007 01:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0E013C469; Fri, 21 Sep 2007 01:55:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L1tC8u032252; Fri, 21 Sep 2007 01:55:12 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L1tCl6032251; Fri, 21 Sep 2007 01:55:12 GMT (envelope-from kevlo) Message-Id: <200709210155.l8L1tCl6032251@repoman.freebsd.org> From: Kevin Lo Date: Fri, 21 Sep 2007 01:55:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/at at.c src/usr.bin/login login_fbtab.c src/usr.bin/m4 gnum4.c src/usr.bin/mklocale yacc.y X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 01:55:12 -0000 kevlo 2007-09-21 01:55:11 UTC FreeBSD src repository Modified files: usr.bin/at at.c usr.bin/login login_fbtab.c usr.bin/m4 gnum4.c usr.bin/mklocale yacc.y Log: Use NULL instead of 0 for the return value of fopen(). Approved by: re (kensmith) Revision Changes Path 1.30 +2 -2 src/usr.bin/at/at.c 1.18 +2 -2 src/usr.bin/login/login_fbtab.c 1.10 +1 -1 src/usr.bin/m4/gnum4.c 1.27 +1 -1 src/usr.bin/mklocale/yacc.y From owner-cvs-all@FreeBSD.ORG Fri Sep 21 02:10:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC916A419; Fri, 21 Sep 2007 02:10:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA2F13C467; Fri, 21 Sep 2007 02:10:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L2AEho034223; Fri, 21 Sep 2007 02:10:14 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L2AEki034222; Fri, 21 Sep 2007 02:10:14 GMT (envelope-from kevlo) Message-Id: <200709210210.l8L2AEki034222@repoman.freebsd.org> From: Kevin Lo Date: Fri, 21 Sep 2007 02:10: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/pci agp_via.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 02:10:14 -0000 kevlo 2007-09-21 02:10:14 UTC FreeBSD src repository Modified files: sys/pci agp_via.c Log: - Add the device ID for the VIA VT3324 (CX700) chipset. - Set and Get aperture size correctly for VIA's AGP3 chipsets. Approved by: re (kensmith) Revision Changes Path 1.24 +83 -21 src/sys/pci/agp_via.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 03:34:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F250816A418; Fri, 21 Sep 2007 03:34:37 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2E7613C43E; Fri, 21 Sep 2007 03:34:37 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L3YbeP040531; Fri, 21 Sep 2007 03:34:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L3Yb4f040530; Fri, 21 Sep 2007 03:34:37 GMT (envelope-from vs) Message-Id: <200709210334.l8L3Yb4f040530@repoman.freebsd.org> From: Volker Stolz Date: Fri, 21 Sep 2007 03: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/devel/darcs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 03:34:38 -0000 vs 2007-09-21 03:34:37 UTC FreeBSD ports repository Modified files: devel/darcs Makefile Log: - drop dependency on devel/readline: no longer required for ghc - also build server when building packages Revision Changes Path 1.47 +2 -3 ports/devel/darcs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 03:38:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7CE016A46C; Fri, 21 Sep 2007 03:38:59 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C052F13C459; Fri, 21 Sep 2007 03:38:59 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L3cx9b040771; Fri, 21 Sep 2007 03:38:59 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L3cxWp040770; Fri, 21 Sep 2007 03:38:59 GMT (envelope-from vs) Message-Id: <200709210338.l8L3cxWp040770@repoman.freebsd.org> From: Volker Stolz Date: Fri, 21 Sep 2007 03: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/x11-toolkits Makefile ports/x11-toolkits/hs-opengl-ghc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 03:38:59 -0000 vs 2007-09-21 03:38:59 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/hs-opengl-ghc Makefile distinfo pkg-descr pkg-plist Log: Add x11-toolkits/hs-opengl-ghc, which provides OpenGL bindings for Haskell programs compiled through lang/ghc. As of lang/ghc version 6.6.1_1, x11 and other libraries are no longer part of the base ghc port. Revision Changes Path 1.467 +1 -0 ports/x11-toolkits/Makefile 1.1 +55 -0 ports/x11-toolkits/hs-opengl-ghc/Makefile (new) 1.1 +6 -0 ports/x11-toolkits/hs-opengl-ghc/distinfo (new) 1.1 +7 -0 ports/x11-toolkits/hs-opengl-ghc/pkg-descr (new) 1.1 +100 -0 ports/x11-toolkits/hs-opengl-ghc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 03:39:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46ADD16A46B; Fri, 21 Sep 2007 03:39:28 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E10813C45A; Fri, 21 Sep 2007 03:39:27 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L3dRXD040816; Fri, 21 Sep 2007 03:39:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L3dRVQ040815; Fri, 21 Sep 2007 03:39:27 GMT (envelope-from vs) Message-Id: <200709210339.l8L3dRVQ040815@repoman.freebsd.org> From: Volker Stolz Date: Fri, 21 Sep 2007 03:39:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 21 Sep 2007 03:39:28 -0000 vs 2007-09-21 03:39:27 UTC FreeBSD ports repository Modified files: . modules Log: hs-opengl-ghc --> ports/x11-toolkits/hs-opengl-ghc Revision Changes Path 1.18772 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:04:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C200616A419; Fri, 21 Sep 2007 04:04:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A385313C480; Fri, 21 Sep 2007 04:04:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L44MaM043601; Fri, 21 Sep 2007 04:04:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L44M2i043600; Fri, 21 Sep 2007 04:04:22 GMT (envelope-from jeff) Message-Id: <200709210404.l8L44M2i043600@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:04:22 -0000 jeff 2007-09-21 04:04:22 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Call sched_sleep() before we suspend threads. sched_wakeup() is already called via setrunnable(). This allows time slept while suspended to be accounted for swap. Approved by: re Revision Changes Path 1.255 +2 -0 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:10:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 112C516A418; Fri, 21 Sep 2007 04:10:24 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0955C13C43E; Fri, 21 Sep 2007 04:10:24 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4ANOp044031; Fri, 21 Sep 2007 04:10:23 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4ANB5044030; Fri, 21 Sep 2007 04:10:23 GMT (envelope-from jeff) Message-Id: <200709210410.l8L4ANB5044030@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:10:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.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, 21 Sep 2007 04:10:24 -0000 jeff 2007-09-21 04:10:23 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c kern_proc.c sched_ule.c sched_4bsd.c sys/sys proc.h Log: - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This changes the units from seconds to the value of 'ticks' when swapped in/out. ULE does not have a periodic timer that scans all threads in the system and as such maintaining a per-second counter is difficult. - Change computations requiring the unit in seconds to subtract ticks and divide by hz. This does make the wraparound condition hz times more frequent but this is still in the range of several months to years and the adverse effects are minimal. Approved by: re Revision Changes Path 1.282 +1 -0 src/sys/kern/kern_fork.c 1.252 +3 -2 src/sys/kern/kern_proc.c 1.105 +20 -17 src/sys/kern/sched_4bsd.c 1.207 +5 -7 src/sys/kern/sched_ule.c 1.491 +2 -2 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:11:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F0AB16A419; Fri, 21 Sep 2007 04:11:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5075D13C45D; Fri, 21 Sep 2007 04:11:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4BYmC044260; Fri, 21 Sep 2007 04:11:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4BYjx044259; Fri, 21 Sep 2007 04:11:34 GMT (envelope-from jeff) Message-Id: <200709210411.l8L4BYjx044259@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 04:11:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libkvm kvm_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:11:34 -0000 jeff 2007-09-21 04:11:34 UTC FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: - When using kvm use the new conversion method to derive swtime. Approved by: re Revision Changes Path 1.94 +16 -3 src/lib/libkvm/kvm_proc.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:19:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F6816A419; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5614E13C447; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4JY9q044579; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4JYqx044578; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs) Message-Id: <200709210419.l8L4JYqx044578@repoman.freebsd.org> From: Randall Stewart Date: Fri, 21 Sep 2007 04:19:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_pcb.c sctputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:19:34 -0000 rrs 2007-09-21 04:19:34 UTC FreeBSD src repository Modified files: sys/netinet sctp_constants.h sctp_pcb.c sctputil.c Log: - fix (global) address handling in the presence of duplicates, the last interface should own the address, but the current code fumbles the handoff. This fixes that. - move address related debugs to PCB4 and add additional ones to help in debugging address problems. Approved by: re@freebsd.org (K Smith) Revision Changes Path 1.31 +1 -1 src/sys/netinet/sctp_constants.h 1.60 +130 -80 src/sys/netinet/sctp_pcb.c 1.63 +6 -2 src/sys/netinet/sctputil.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:52:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78A2116A419; Fri, 21 Sep 2007 04:52: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 716CE13C447; Fri, 21 Sep 2007 04:52: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 l8L4qhR1055400; Fri, 21 Sep 2007 04:52:43 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4qhQ5055399; Fri, 21 Sep 2007 04:52:43 GMT (envelope-from kientzle) Message-Id: <200709210452.l8L4qhQ5055399@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 21 Sep 2007 04:52: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/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:52:43 -0000 kientzle 2007-09-21 04:52:43 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Fix the archive_write_data() function so it always returns number of bytes written, even when used to write files to disk. Extend the test suite to verify the correct return values for archive_write_data() and archive_write_data_block(). Thanks to: Bruce Mah, for stepping in promptly to back out the earlier broken version of this fix Thanks to: Colin Percival, for pointing out the correct fix MFC after: 5 days Approved by: re (ksmith) Pointy hat: \me Revision Changes Path 1.17 +10 -3 src/lib/libarchive/archive_write_disk.c 1.6 +76 -1 src/lib/libarchive/test/test_write_disk.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:55:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 355CB16A418 for ; Fri, 21 Sep 2007 04:55:31 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.freebsd.org (Postfix) with ESMTP id F284413C448 for ; Fri, 21 Sep 2007 04:55:30 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from evilcoder.xs4all.nl ([195.64.94.120] helo=elvandar.local) by galain.elvandar.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IYaY1-000LFl-8E; Fri, 21 Sep 2007 06:55:25 +0200 Message-ID: <46F34EED.5020506@FreeBSD.org> Date: Fri, 21 Sep 2007 06:56:13 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Doug Barton References: <200709201320.l8KDK5MY042522@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/share/sgml commercial.consult.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, 21 Sep 2007 04:55:31 -0000 Doug Barton wrote: > On Thu, 20 Sep 2007, Remko Lodder wrote: > >> remko 2007-09-20 13:19:54 UTC >> >> FreeBSD doc repository >> >> Modified files: >> share/sgml commercial.consult.xml >> Log: >> Update Omar's entry (I think I understood the idea, the PR was not very >> clear). > > Probably better to get clarification first then, especially if you're > dealing with someone's business. > > Doug > Hello Doug, That could have been an idea indeed, the reason I did not follow this is because the entry in the ticket was different then before so I assumed this change was the thing to do, but yeah emailing him might have been a better idea, correct! Thanks for the email/reminder. Cheers remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-all@FreeBSD.ORG Fri Sep 21 05:07:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D136316A418; Fri, 21 Sep 2007 05:07:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB44F13C459; Fri, 21 Sep 2007 05:07:07 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L577GY057324; Fri, 21 Sep 2007 05:07:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L577ps057323; Fri, 21 Sep 2007 05:07:07 GMT (envelope-from jeff) Message-Id: <200709210507.l8L577ps057323@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 21 Sep 2007 05:07: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/vm vm_glue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 05:07:08 -0000 jeff 2007-09-21 05:07:07 UTC FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This changes the units from seconds to the value of 'ticks' when swapped in/out. ULE does not have a periodic timer that scans all threads in the system and as such maintaining a per-second counter is difficult. - Change computations requiring the unit in seconds to subtract ticks and divide by hz. This does make the wraparound condition hz times more frequent but this is still in the range of several months to years and the adverse effects are minimal. Approved by: re Revision Changes Path 1.225 +14 -9 src/sys/vm/vm_glue.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 05:18:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8CB16A417; Fri, 21 Sep 2007 05:18:56 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id D17DB13C447; Fri, 21 Sep 2007 05:18:55 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id l4L5J9Cq007239; Mon, 21 May 2007 13:19:15 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: Henrik Brix Andersen In-Reply-To: <20070919090501.GA2479@tirith.brixandersen.dk> References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> Content-Type: text/plain Date: Fri, 21 Sep 2007 13:17:27 +0800 Message-Id: <1190351847.6206.5.camel@monet> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 05:18:56 -0000 Henrik Brix Andersen wrote: > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > kevlo 2007-09-19 02:04:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > bin/getfacl getfacl.c > > Log: > > Use owner name and owning group name instead of uid and gid > > for displaying the three-line comment header by default. > > > > Reviewed by: kientzle > > Approved by: re (bmah) > > Isn't this a POLA violation? At least I think it should be mentioned > in UPDATING as people might (I know I do) have scripts, that actually > parse the uid/gid fields in the header. How about adding a "-n" option to display user and group IDs numerically? thoughts? > Regards, > Brix Kevin From owner-cvs-all@FreeBSD.ORG Fri Sep 21 06:04:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B93416A419; Fri, 21 Sep 2007 06:04:29 +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 E17E213C43E; Fri, 21 Sep 2007 06:04:28 +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 l8L64Sqh061789; Fri, 21 Sep 2007 06:04:28 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L64S7L061788; Fri, 21 Sep 2007 06:04:28 GMT (envelope-from remko) Message-Id: <200709210604.l8L64S7L061788@repoman.freebsd.org> From: Remko Lodder Date: Fri, 21 Sep 2007 06:04:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.isp.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, 21 Sep 2007 06:04:29 -0000 remko 2007-09-21 06:04:28 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: On second thought, KuwaitNet would rather have them named KuwaitNET Internet Services, so reflect that in the entry. Requested by: "Bashar" Revision Changes Path 1.23 +3 -3 www/share/sgml/commercial.isp.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 06:35:54 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4360016A417; Fri, 21 Sep 2007 06:35:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2536913C465; Fri, 21 Sep 2007 06:35:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L6Zs4S063510; Fri, 21 Sep 2007 06:35:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L6ZrvF063509; Fri, 21 Sep 2007 06:35:53 GMT (envelope-from delphij) Message-Id: <200709210635.l8L6ZrvF063509@repoman.freebsd.org> From: Xin LI Date: Fri, 21 Sep 2007 06:35: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/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, 21 Sep 2007 06:35:54 -0000 delphij 2007-09-21 06:35:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document clamav CVE-2007-4510 issue (Remote DoS). Revision Changes Path 1.1425 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 06:49:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A316316A419; Fri, 21 Sep 2007 06:49:50 +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 8518113C468; Fri, 21 Sep 2007 06:49:50 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L6noiA064200; Fri, 21 Sep 2007 06:49:50 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L6nonm064199; Fri, 21 Sep 2007 06:49:50 GMT (envelope-from remko) Message-Id: <200709210649.l8L6nonm064199@repoman.freebsd.org> From: Remko Lodder Date: Fri, 21 Sep 2007 06:49: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/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, 21 Sep 2007 06:49:50 -0000 remko 2007-09-21 06:49:49 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document bugzilla -- multiple vulnerabilities PR: ports/116060 Submitted by: Nick Barkas , minor nits from me Revision Changes Path 1.1426 +47 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:07:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F5EE16A421; Fri, 21 Sep 2007 08:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40F6713C458; Fri, 21 Sep 2007 08:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L87jQU072269; Fri, 21 Sep 2007 08:07:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L87jAn072268; Fri, 21 Sep 2007 08:07:45 GMT (envelope-from miwi) Message-Id: <200709210807.l8L87jAn072268@repoman.freebsd.org> From: Martin Wilke Date: Fri, 21 Sep 2007 08:07:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/robodoc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:07:45 -0000 miwi 2007-09-21 08:07:45 UTC FreeBSD ports repository Modified files: devel/robodoc Makefile distinfo Log: - Update to 4.99.34 Revision Changes Path 1.17 +2 -3 ports/devel/robodoc/Makefile 1.8 +3 -3 ports/devel/robodoc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:12:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3057A16A421; Fri, 21 Sep 2007 08:12: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 10BD713C480; Fri, 21 Sep 2007 08:12: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 l8L8Cmte072707; Fri, 21 Sep 2007 08:12:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8Cmhq072706; Fri, 21 Sep 2007 08:12:48 GMT (envelope-from miwi) Message-Id: <200709210812.l8L8Cmhq072706@repoman.freebsd.org> From: Martin Wilke Date: Fri, 21 Sep 2007 08:12: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/math/maxima Makefile distinfo pkg-plist ports/math/maxima/files patch-interfaces-xmaxima-doc-xmaxima.texi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:12:49 -0000 miwi 2007-09-21 08:12:48 UTC FreeBSD ports repository Modified files: math/maxima Makefile distinfo pkg-plist Added files: math/maxima/files patch-interfaces-xmaxima-doc-xmaxima.texi Log: - Update to 5.13.0 PR: 115827 Submitted by: bf Approved by: maintainer timeout Revision Changes Path 1.21 +1 -2 ports/math/maxima/Makefile 1.10 +3 -3 ports/math/maxima/distinfo 1.1 +15 -0 ports/math/maxima/files/patch-interfaces-xmaxima-doc-xmaxima.texi (new) 1.10 +60 -7 ports/math/maxima/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:16:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3200D16A417; Fri, 21 Sep 2007 08:16:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D0313C458; Fri, 21 Sep 2007 08:16:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8GZcx072987; Fri, 21 Sep 2007 08:16:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8GZbm072986; Fri, 21 Sep 2007 08:16:35 GMT (envelope-from mav) Message-Id: <200709210816.l8L8GZbm072986@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:16: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/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:16:36 -0000 mav 2007-09-21 08:16:35 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: This patch fixes thread unsafe usage of global pkt_hdr variable. Second part is not so important, but IMO is also good. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.82 +20 -22 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:24:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B110B16A41A; Fri, 21 Sep 2007 08:24:08 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9290413C457; Fri, 21 Sep 2007 08:24:08 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8O8VB073526; Fri, 21 Sep 2007 08:24:08 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8O8Wf073525; Fri, 21 Sep 2007 08:24:08 GMT (envelope-from mav) Message-Id: <200709210824.l8L8O8Wf073525@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:24: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/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:24:08 -0000 mav 2007-09-21 08:24:08 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: This is optimization of ether and debug hooks determination. It simplifies code and should speedup pppoe_findsession() function which is called for every incoming packet. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.83 +27 -44 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:25:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422F816A418; Fri, 21 Sep 2007 08:25:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23C2E13C48A; Fri, 21 Sep 2007 08:25:56 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8Puts073657; Fri, 21 Sep 2007 08:25:56 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8Pu8r073656; Fri, 21 Sep 2007 08:25:56 GMT (envelope-from mav) Message-Id: <200709210825.l8L8Pu8r073656@repoman.freebsd.org> From: Alexander Motin Date: Fri, 21 Sep 2007 08:25: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/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:25:56 -0000 mav 2007-09-21 08:25:55 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Dead code removal. Approved by: re (kensmith), glebius (mentor) Revision Changes Path 1.84 +0 -11 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:32:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A3216A41B; Fri, 21 Sep 2007 08:32:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 429D513C447; Fri, 21 Sep 2007 08:32:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L8WYen073935; Fri, 21 Sep 2007 08:32:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8WYTQ073934; Fri, 21 Sep 2007 08:32:34 GMT (envelope-from clsung) Message-Id: <200709210832.l8L8WYTQ073934@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 21 Sep 2007 08: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/p5-Gantry 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, 21 Sep 2007 08:32:34 -0000 clsung 2007-09-21 08:32:33 UTC FreeBSD ports repository Modified files: www/p5-Gantry Makefile distinfo pkg-plist Log: - Update to 3.51 Revision Changes Path 1.9 +3 -4 ports/www/p5-Gantry/Makefile 1.7 +3 -3 ports/www/p5-Gantry/distinfo 1.6 +2 -1 ports/www/p5-Gantry/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 08:53:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90F5316A41A; Fri, 21 Sep 2007 08:53:51 +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 5DCCA13C46E; Fri, 21 Sep 2007 08:53:51 +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 l8L8rp8c083960; Fri, 21 Sep 2007 08:53:51 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L8rpQR083959; Fri, 21 Sep 2007 08:53:51 GMT (envelope-from mm) Message-Id: <200709210853.l8L8rpQR083959@repoman.freebsd.org> From: Martin Matuska Date: Fri, 21 Sep 2007 08:53:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/smbldap-tools Makefile ports/net/smbldap-tools/files patch-smbldap-passwd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 08:53:51 -0000 mm 2007-09-21 08:53:50 UTC FreeBSD ports repository Modified files: net/smbldap-tools Makefile Added files: net/smbldap-tools/files patch-smbldap-passwd Log: - Add patch for smbldap-passwd - Update COMMENT - Bump PORTREVISION PR: ports/115919 Revision Changes Path 1.18 +2 -1 ports/net/smbldap-tools/Makefile 1.1 +11 -0 ports/net/smbldap-tools/files/patch-smbldap-passwd (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 09:44:58 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D49916A417; Fri, 21 Sep 2007 09:44:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3628713C45A; Fri, 21 Sep 2007 09:44:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IYf4D-000FNV-Hx; Fri, 21 Sep 2007 12:44:57 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IYaGk-000LNt-9C; Fri, 21 Sep 2007 07:37:42 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8L4bXZ8056674; Fri, 21 Sep 2007 07:37:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8L4bXgY056673; Fri, 21 Sep 2007 07:37:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 21 Sep 2007 07:37:33 +0300 From: Kostik Belousov To: Jeff Roberson Message-ID: <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> References: <200709210410.l8L4ANB5044030@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+FS1wzm/v+2h3Q5" Content-Disposition: inline In-Reply-To: <200709210410.l8L4ANB5044030@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: 3b10ce253585130f5293a5b36593fd37 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1500 [September 20 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-Delayed: more then 1h on relay02.kiev.sovam.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.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, 21 Sep 2007 09:44:58 -0000 --x+FS1wzm/v+2h3Q5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 21, 2007 at 04:10:23AM +0000, Jeff Roberson wrote: > jeff 2007-09-21 04:10:23 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern kern_fork.c kern_proc.c sched_ule.c=20 > sched_4bsd.c=20 > sys/sys proc.h=20 > Log: > - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This > changes the units from seconds to the value of 'ticks' when swapped > in/out. ULE does not have a periodic timer that scans all threads in > the system and as such maintaining a per-second counter is difficult. > - Change computations requiring the unit in seconds to subtract ticks > and divide by hz. This does make the wraparound condition hz times > more frequent but this is still in the range of several months to > years and the adverse effects are minimal. > =20 > Approved by: re > =20 > Revision Changes Path > 1.282 +1 -0 src/sys/kern/kern_fork.c > 1.252 +3 -2 src/sys/kern/kern_proc.c > 1.105 +20 -17 src/sys/kern/sched_4bsd.c > 1.207 +5 -7 src/sys/kern/sched_ule.c > 1.491 +2 -2 src/sys/sys/proc.h It seems that at least the sys/vm/ was missed from the commit. cc -c -O -pipe -march=3Dpentiumpro -std=3Dc99 -g -Wall -Wredundant-decls -W= nested-ex terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/= usr/bsd/src/sys -I/usr/bsd/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPT= ION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param= inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-= long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -= mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/bsd/src/sys/vm/vm_glue.c /usr/bsd/src/sys/vm/vm_glue.c: In function 'faultin': /usr/bsd/src/sys/vm/vm_glue.c:639: error: 'struct proc' has no member named= 'p_swtime' /usr/bsd/src/sys/vm/vm_glue.c: In function 'scheduler': /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct proc' has no member named= 'p_swtime'=20 /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct thread' has no member nam= ed 'td_slptime' =2E... --x+FS1wzm/v+2h3Q5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG80qMC3+MBN1Mb4gRAnjHAKDSx5zY7ZT5x7Xyr2kpz9xgAPBVowCgkr4q 8IkE8d1pYfstjSsZ0WJfGXo= =2xEQ -----END PGP SIGNATURE----- --x+FS1wzm/v+2h3Q5-- From owner-cvs-all@FreeBSD.ORG Fri Sep 21 09:52:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7951B16A41B; Fri, 21 Sep 2007 09:52:44 +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 58C4913C478; Fri, 21 Sep 2007 09:52:44 +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 l8L9qiTK092887; Fri, 21 Sep 2007 09:52:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L9qicJ092886; Fri, 21 Sep 2007 09:52:44 GMT (envelope-from pjd) Message-Id: <200709210952.l8L9qicJ092886@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 09:52:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 09:52:44 -0000 pjd 2007-09-21 09:52:44 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Use 'val' function argument instead of 'optarg' global variable. This doesn't fix any real bug, because in those tw ocases we always passed 'optarg' as 'val'. Approved by: re (kensmith) Revision Changes Path 1.31 +2 -2 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 09:53:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90BDD16A420; Fri, 21 Sep 2007 09:53:02 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4293813C467; Fri, 21 Sep 2007 09:53:02 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.103] (c-67-160-44-208.hsd1.wa.comcast.net [67.160.44.208]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id l8L9qx9t013543 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 21 Sep 2007 05:53:00 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Fri, 21 Sep 2007 02:55:50 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Kostik Belousov In-Reply-To: <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> Message-ID: <20070921025509.M547@10.0.0.1> References: <200709210410.l8L4ANB5044030@repoman.freebsd.org> <20070921043733.GJ79542@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_fork.c kern_proc.c sched_4bsd.c sched_ule.c src/sys/sys proc.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, 21 Sep 2007 09:53:02 -0000 On Fri, 21 Sep 2007, Kostik Belousov wrote: > On Fri, Sep 21, 2007 at 04:10:23AM +0000, Jeff Roberson wrote: >> jeff 2007-09-21 04:10:23 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_fork.c kern_proc.c sched_ule.c >> sched_4bsd.c >> sys/sys proc.h >> Log: >> - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This >> changes the units from seconds to the value of 'ticks' when swapped >> in/out. ULE does not have a periodic timer that scans all threads in >> the system and as such maintaining a per-second counter is difficult. >> - Change computations requiring the unit in seconds to subtract ticks >> and divide by hz. This does make the wraparound condition hz times >> more frequent but this is still in the range of several months to >> years and the adverse effects are minimal. >> >> Approved by: re >> >> Revision Changes Path >> 1.282 +1 -0 src/sys/kern/kern_fork.c >> 1.252 +3 -2 src/sys/kern/kern_proc.c >> 1.105 +20 -17 src/sys/kern/sched_4bsd.c >> 1.207 +5 -7 src/sys/kern/sched_ule.c >> 1.491 +2 -2 src/sys/sys/proc.h > It seems that at least the sys/vm/ was missed from the commit. yes I caught it when I rebuilt my tree. Thanks, Jeff > > cc -c -O -pipe -march=pentiumpro -std=c99 -g -Wall -Wredundant-decls -Wnested-ex > terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/bsd/src/sys -I/usr/bsd/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/bsd/src/sys/vm/vm_glue.c > /usr/bsd/src/sys/vm/vm_glue.c: In function 'faultin': > /usr/bsd/src/sys/vm/vm_glue.c:639: error: 'struct proc' has no member named 'p_swtime' > /usr/bsd/src/sys/vm/vm_glue.c: In function 'scheduler': > /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct proc' has no member named 'p_swtime' > /usr/bsd/src/sys/vm/vm_glue.c:700: error: 'struct thread' has no member named 'td_slptime' > .... > From owner-cvs-all@FreeBSD.ORG Fri Sep 21 09:56:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4F6016A417; Fri, 21 Sep 2007 09:56:36 +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 8410F13C461; Fri, 21 Sep 2007 09:56:36 +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 l8L9uaUq093076; Fri, 21 Sep 2007 09:56:36 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L9uaOe093075; Fri, 21 Sep 2007 09:56:36 GMT (envelope-from flz) Message-Id: <200709210956.l8L9uaOe093075@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 21 Sep 2007 09:56: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-drivers/xf86-input-vmmouse Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 09:56:36 -0000 flz 2007-09-21 09:56:36 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-input-vmmouse Makefile distinfo Log: Update distinfo. Previous checksum was for non-official vmmouse release. See [1] for the announce. [1] http://lists.freedesktop.org/archives/xorg-announce/2007-September/000403.html Reported by: vehemens Revision Changes Path 1.5 +1 -0 ports/x11-drivers/xf86-input-vmmouse/Makefile 1.4 +3 -3 ports/x11-drivers/xf86-input-vmmouse/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 10:00:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D5016A419; Fri, 21 Sep 2007 10:00:06 +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 C68C213C44B; Fri, 21 Sep 2007 10:00:06 +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 l8LA061g093268; Fri, 21 Sep 2007 10:00:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LA064v093266; Fri, 21 Sep 2007 10:00:06 GMT (envelope-from pjd) Message-Id: <200709211000.l8LA064v093266@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 10:00: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/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 10:00:07 -0000 pjd 2007-09-21 10:00:06 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: For arguments declared as numbers always use expand_number(3). This allows to use numbers in human-readable form in many geom(8) utilities. Such a simple change and makes live so much nicer. Some examples: gstripe label -s 16k gmirror label -s 4k gnop create -o 1g -s 128m -S 2k gjournal label -s 2g geli label -i 128k -s 4k Approved by: re (kensmith) Revision Changes Path 1.32 +1 -3 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 10:01:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBF116A417; Fri, 21 Sep 2007 10:01:55 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 38E3813C469; Fri, 21 Sep 2007 10:01:55 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 7787E209E; Fri, 21 Sep 2007 12:01:48 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id EC9CE2099; Fri, 21 Sep 2007 12:01:47 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D892E8448A; Fri, 21 Sep 2007 12:01:47 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Edwin Groothuis References: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> Date: Fri, 21 Sep 2007 12:01:47 +0200 In-Reply-To: <200709202137.l8KLbTDJ001043@repoman.freebsd.org> (Edwin Groothuis's message of "Thu\, 20 Sep 2007 21\:37\:29 +0000 \(UTC\)") Message-ID: <863ax8nxpw.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 10:01:55 -0000 Edwin Groothuis writes: > Modified files: > gnu/usr.bin/man/man man.c=20 > Log: > man(1) can't handle compressed included files. That's a known bug, and your commit message says nothing about what you actually did. A better commit message would have been "Fix man(1) to allow .so to reference a compressed file". DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Sep 21 10:16:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5702D16A418; Fri, 21 Sep 2007 10:16:57 +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 3391313C481; Fri, 21 Sep 2007 10:16:57 +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 l8LAGv4u095446; Fri, 21 Sep 2007 10:16:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LAGvAY095445; Fri, 21 Sep 2007 10:16:57 GMT (envelope-from pjd) Message-Id: <200709211016.l8LAGvAY095445@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 21 Sep 2007 10:16:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_cache.c vfs_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 10:16:57 -0000 pjd 2007-09-21 10:16:56 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c vfs_lookup.c Log: Fix some locking cases where we ask for exclusively locked vnode, but we get shared locked vnode in instead when vfs.lookup_shared is set to 1. Discussed with: kib, kris Tested by: kris Approved by: re (kensmith) Revision Changes Path 1.114 +17 -4 src/sys/kern/vfs_cache.c 1.102 +8 -0 src/sys/kern/vfs_lookup.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 11:53:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937F616A418; Fri, 21 Sep 2007 11:53:44 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 540D213C459; Fri, 21 Sep 2007 11:53:44 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id DD0171CC107; Fri, 21 Sep 2007 13:53:42 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id BB6841701B; Fri, 21 Sep 2007 13:53:41 +0200 (CEST) Date: Fri, 21 Sep 2007 13:53:41 +0200 From: Henrik Brix Andersen To: Kevin Lo Message-ID: <20070921115341.GD1501@tirith.brixandersen.dk> Mail-Followup-To: Kevin Lo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200709190204.l8J24llM050769@repoman.freebsd.org> <20070919090501.GA2479@tirith.brixandersen.dk> <1190351847.6206.5.camel@monet> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: <1190351847.6206.5.camel@monet> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/getfacl getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 11:53:44 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 21, 2007 at 01:17:27PM +0800, Kevin Lo wrote: > Henrik Brix Andersen wrote: > > On Wed, Sep 19, 2007 at 02:04:47AM +0000, Kevin Lo wrote: > > > kevlo 2007-09-19 02:04:47 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > bin/getfacl getfacl.c=20 > > > Log: > > > Use owner name and owning group name instead of uid and gid > > > for displaying the three-line comment header by default. > > > =20 > > > Reviewed by: kientzle > > > Approved by: re (bmah) > >=20 > > Isn't this a POLA violation? At least I think it should be mentioned > > in UPDATING as people might (I know I do) have scripts, that actually > > parse the uid/gid fields in the header. >=20 > How about adding a "-n" option to display user and group IDs=20 > numerically? thoughts? That may be overkill... As far as I am concerned, a simple entry in UPDATING is sufficient. Here's my suggested patch: --- /usr/src/UPDATING 2007-07-09 11:11:19.000000000 +0200 +++ UPDATING 2007-09-21 13:50:33.000000000 +0200 @@ -21,6 +21,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7. developers choose to disable these features on build machines to maximize performance. =20 +20070921: + The getfacl(1) utility now prints owning user and group name + instead of owning uid and gid in the three line comment + header. This is the same behavior as getfacl(1) on Solaris and + Linux. + 20070704: The new IPsec code is now compiled in using the IPSEC option. The IPSEC option now requires "device crypto" be defined in your kernel Regards, Brix --=20 Henrik Brix Andersen --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFG87DFv+Q4flTiePgRAiO7AKC4tTMjgSg8n/3IIqDQjnkb+b7gbwCgmWPa py958hJz6OFE0xHuKaUHm7Y= =+28e -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- From owner-cvs-all@FreeBSD.ORG Fri Sep 21 11:57:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D0F516A47D; Fri, 21 Sep 2007 11:57:01 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4539013C45A; Fri, 21 Sep 2007 11:57:01 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LBv1A3003002; Fri, 21 Sep 2007 11:57:01 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LBv1d3002999; Fri, 21 Sep 2007 11:57:01 GMT (envelope-from maho) Message-Id: <200709211157.l8LBv1d3002999@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 11:57:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2-RC/files Makefile.knobs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 11:57:01 -0000 maho 2007-09-21 11:57:00 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC/files Makefile.knobs Log: Remove WITH_VBA stuff. It will be available in the next release :( Revision Changes Path 1.45 +10 -10 ports/editors/openoffice.org-2-RC/files/Makefile.knobs From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:06:31 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8054716A420; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 52AAC13C44B; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l8LBkvi9091284; Fri, 21 Sep 2007 06:46:57 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46F3AF30.9070007@freebsd.org> Date: Fri, 21 Sep 2007 06:46:56 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200709211000.l8LA064v093266@repoman.freebsd.org> In-Reply-To: <200709211000.l8LA064v093266@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 12:06:31 -0000 Pawel Jakub Dawidek wrote: > pjd 2007-09-21 10:00:06 UTC > > FreeBSD src repository > > Modified files: > sbin/geom/core geom.c > Log: > For arguments declared as numbers always use expand_number(3). > This allows to use numbers in human-readable form in many geom(8) > utilities. Such a simple change and makes live so much nicer. > Some examples: > > gstripe label -s 16k > gmirror label -s 4k > gnop create -o 1g -s 128m -S 2k > gjournal label -s 2g > geli label -i 128k -s 4k > > Approved by: re (kensmith) > > Revi Hooray!!! Thank you!!! Eric From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:10:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7E216A468; Fri, 21 Sep 2007 12:10:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06D2013C4A5; Fri, 21 Sep 2007 12:10:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LCAudY005028; Fri, 21 Sep 2007 12:10:56 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCAud7005025; Fri, 21 Sep 2007 12:10:56 GMT (envelope-from tabthorpe) Message-Id: <200709211210.l8LCAud7005025@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 12:10: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/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 12:10:57 -0000 tabthorpe 2007-09-21 12:10:56 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - add my entry Approved by: re (bmah), clsung/miwi (mentors) Revision Changes Path 1.62 +3 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:12:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA73616A419; Fri, 21 Sep 2007 12:12:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8EC13C461; Fri, 21 Sep 2007 12:12:13 +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 l8LCCDqC005236; Fri, 21 Sep 2007 12:12:13 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCCDV7005235; Fri, 21 Sep 2007 12:12:13 GMT (envelope-from tabthorpe) Message-Id: <200709211212.l8LCCDV7005235@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 12:12:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 12:12:13 -0000 tabthorpe 2007-09-21 12:12:13 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: - add my entry Approved by: re (bmah), clsung/miwi (mentors) Revision Changes Path 1.219 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:41:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0314316A41A; Fri, 21 Sep 2007 12:41:31 +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 CF64413C45A; Fri, 21 Sep 2007 12:41:30 +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 l8LCfUIj006939; Fri, 21 Sep 2007 12:41:30 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCfUCS006938; Fri, 21 Sep 2007 12:41:30 GMT (envelope-from remko) Message-Id: <200709211241.l8LCfUCS006938@repoman.freebsd.org> From: Remko Lodder Date: Fri, 21 Sep 2007 12:41: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/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, 21 Sep 2007 12:41:31 -0000 remko 2007-09-21 12:41:30 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: samba -- nss_info plugin privilege escalation vulnerability, the FreeBSD port had already been fixed for this. Revision Changes Path 1.1427 +42 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:53:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 023FA16A418; Fri, 21 Sep 2007 12:53:48 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE8FA13C45B; Fri, 21 Sep 2007 12:53:47 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LCrlWn016288; Fri, 21 Sep 2007 12:53:47 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LCrlPw016287; Fri, 21 Sep 2007 12:53:47 GMT (envelope-from lbr) Message-Id: <200709211253.l8LCrlPw016287@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Fri, 21 Sep 2007 12:53: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/www/p5-Catalyst-Plugin-Unicode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 12:53:48 -0000 lbr 2007-09-21 12:53:47 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Unicode Makefile distinfo Log: Update to 0.7 Revision Changes Path 1.8 +5 -1 ports/www/p5-Catalyst-Plugin-Unicode/Makefile 1.5 +3 -3 ports/www/p5-Catalyst-Plugin-Unicode/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 13:02:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DA1A16A421; Fri, 21 Sep 2007 13:02:55 +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 157B213C469; Fri, 21 Sep 2007 13:02:55 +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 l8LD2sV7016827; Fri, 21 Sep 2007 13:02:54 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LD2sCc016826; Fri, 21 Sep 2007 13:02:54 GMT (envelope-from remko) Message-Id: <200709211302.l8LD2sCc016826@repoman.freebsd.org> From: Remko Lodder Date: Fri, 21 Sep 2007 13: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/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, 21 Sep 2007 13:02:55 -0000 remko 2007-09-21 13:02:54 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document wordpress -- remote sql injection vulnerability, our versions are already up to date for this vulnerability. Revision Changes Path 1.1428 +37 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 13:03:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E121616A41A; Fri, 21 Sep 2007 13:03:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8D6913C48A; Fri, 21 Sep 2007 13:03:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LD3OO5018089; Fri, 21 Sep 2007 13:03:24 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LD3Oce018088; Fri, 21 Sep 2007 13:03:24 GMT (envelope-from tabthorpe) Message-Id: <200709211303.l8LD3Oce018088@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2007 13:03:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 13:03:25 -0000 tabthorpe 2007-09-21 13:03:24 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - added in missing \n for my entry Submitted by: breueffer@ Approved by: re, miwi (mentor) Revision Changes Path 1.63 +1 -1 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Fri Sep 21 13:14:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A36A16A417; Fri, 21 Sep 2007 13:14:31 +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 5187213C45D; Fri, 21 Sep 2007 13:14:31 +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 l8LDEVve018702; Fri, 21 Sep 2007 13:14:31 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LDEU7J018701; Fri, 21 Sep 2007 13:14:30 GMT (envelope-from remko) Message-Id: <200709211314.l8LDEU7J018701@repoman.freebsd.org> From: Remko Lodder Date: Fri, 21 Sep 2007 13:14:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 21 Sep 2007 13:14:31 -0000 remko 2007-09-21 13:14:30 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document mediawiki -- cross site scripting vulnerability, our port versions had not been updated yet, 1.8.x is not vulnerable by default unless you are using the $wgEnableAPI = true; statement, in that case please set it to $wgEnableAPI = false; (where possible ofcourse, else upgrade to 1.8.5). Revision Changes Path 1.1429 +37 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:05:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3ED16A46B; Fri, 21 Sep 2007 14:05:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10B0913C481; Fri, 21 Sep 2007 14:05:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LE5Qnn022821; Fri, 21 Sep 2007 14:05:26 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LE5Q2O022820; Fri, 21 Sep 2007 14:05:26 GMT (envelope-from obrien) Message-Id: <200709211405.l8LE5Q2O022820@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys minherit.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:05:27 -0000 obrien 2007-09-21 14:05:26 UTC FreeBSD src repository Modified files: lib/libc/sys minherit.2 Log: Add FreeBSD history. Approved by: re(ken) Revision Changes Path 1.22 +3 -1 src/lib/libc/sys/minherit.2 From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:35:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F5616A49C; Fri, 21 Sep 2007 14:35:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6E6013C458; Fri, 21 Sep 2007 14:35:02 +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 l8LEZ27n024538; Fri, 21 Sep 2007 14:35:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEZ2X9024537; Fri, 21 Sep 2007 14:35:02 GMT (envelope-from obrien) Message-Id: <200709211435.l8LEZ2X9024537@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:35:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil Makefile expand_number.3 expand_number.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:35:03 -0000 obrien 2007-09-21 14:35:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil expand_number.3 expand_number.c Log: MFC: expand_number(3) Revision Changes Path 1.56.8.4 +6 -6 src/lib/libutil/Makefile 1.2.2.1 +86 -0 src/lib/libutil/expand_number.3 (new) 1.2.2.1 +99 -0 src/lib/libutil/expand_number.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:35:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FAD616A41B; Fri, 21 Sep 2007 14:35:35 +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 EAA6913C465; Fri, 21 Sep 2007 14:35:34 +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 l8LEZY8Y024584; Fri, 21 Sep 2007 14:35:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEZYXZ024583; Fri, 21 Sep 2007 14:35:34 GMT (envelope-from obrien) Message-Id: <200709211435.l8LEZYXZ024583@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:35:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil humanize_number.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:35:35 -0000 obrien 2007-09-21 14:35:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil humanize_number.3 Log: MFC: refer to expand_number(3) and markup fixes Revision Changes Path 1.8.2.1 +18 -9 src/lib/libutil/humanize_number.3 From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:39:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF1916A41B; Fri, 21 Sep 2007 14:39:46 +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 C37FB13C4B2; Fri, 21 Sep 2007 14:39:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEdkiJ024730; Fri, 21 Sep 2007 14:39:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEdk9H024729; Fri, 21 Sep 2007 14:39:46 GMT (envelope-from obrien) Message-Id: <200709211439.l8LEdk9H024729@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:39: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/lib/libutil expand_number.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:39:47 -0000 obrien 2007-09-21 14:39:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil expand_number.3 Log: Logically, this now first appeared in FreeBSD 6.3. Revision Changes Path 1.2.2.2 +1 -1 src/lib/libutil/expand_number.3 From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:41:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE61C16A417; Fri, 21 Sep 2007 14:41:55 +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 B40D713C469; Fri, 21 Sep 2007 14:41:55 +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 l8LEftif025041; Fri, 21 Sep 2007 14:41:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEfttR025040; Fri, 21 Sep 2007 14:41:55 GMT (envelope-from obrien) Message-Id: <200709211441.l8LEfttR025040@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:41:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil Makefile flopen.3 flopen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:41:56 -0000 obrien 2007-09-21 14:41:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil flopen.3 flopen.c Log: MFC: flopen(3) Revision Changes Path 1.56.8.5 +2 -2 src/lib/libutil/Makefile 1.5.2.1 +106 -0 src/lib/libutil/flopen.3 (new) 1.9.2.1 +106 -0 src/lib/libutil/flopen.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:49:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F5D16A418; Fri, 21 Sep 2007 14:49:39 +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 008D113C43E; Fri, 21 Sep 2007 14:49:39 +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 l8LEnc13025425; Fri, 21 Sep 2007 14:49:38 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEncPe025424; Fri, 21 Sep 2007 14:49:38 GMT (envelope-from obrien) Message-Id: <200709211449.l8LEncPe025424@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:49:39 -0000 obrien 2007-09-21 14:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Log: style.Makefile(9) Revision Changes Path 1.56.8.6 +7 -4 src/lib/libutil/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:52:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA9B16A46C; Fri, 21 Sep 2007 14:52:32 +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 54B3213C457; Fri, 21 Sep 2007 14:52:32 +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 l8LEqWHw025833; Fri, 21 Sep 2007 14:52:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEqWSW025832; Fri, 21 Sep 2007 14:52:32 GMT (envelope-from obrien) Message-Id: <200709211452.l8LEqWSW025832@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 14:52:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil Makefile kld.3 kld.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 14:52:32 -0000 obrien 2007-09-21 14:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil kld.3 kld.c Log: MFC: kld(3) Revision Changes Path 1.56.8.7 +3 -2 src/lib/libutil/Makefile 1.3.2.1 +93 -0 src/lib/libutil/kld.3 (new) 1.2.2.1 +76 -0 src/lib/libutil/kld.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 14:56:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A8F16A41A; Fri, 21 Sep 2007 14:56:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF15313C45A; Fri, 21 Sep 2007 14:56:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LEuCBu026049; Fri, 21 Sep 2007 14:56:12 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LEuCTt026048; Fri, 21 Sep 2007 14:56:12 GMT (envelope-from osa) Message-Id: <200709211456.l8LEuCTt026048@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Sep 2007 14:56:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-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: Fri, 21 Sep 2007 14:56:13 -0000 osa 2007-09-21 14:56:12 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile Log: Fix the package name when WITHOUT_PCRE knob defined. Bump PORTREVISION. Problem found by: Anton Yuzhaninov aka citrin at rambler-co dot ru Revision Changes Path 1.134 +2 -1 ports/www/nginx-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 15:18:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 662B516A417; Fri, 21 Sep 2007 15:18:41 +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 3B52713C43E; Fri, 21 Sep 2007 15:18:41 +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 l8LFIfF2028613; Fri, 21 Sep 2007 15:18:41 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LFIf4X028612; Fri, 21 Sep 2007 15:18:41 GMT (envelope-from obrien) Message-Id: <200709211518.l8LFIf4X028612@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 15:18:40 +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.staff.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, 21 Sep 2007 15:18:41 -0000 obrien 2007-09-21 15:18:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Add gnn and trim the sparc64 re's. Revision Changes Path 1.51 +8 -8 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 15:19:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ED1916A419; Fri, 21 Sep 2007 15:19:33 +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 644F613C48D; Fri, 21 Sep 2007 15:19:33 +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 l8LFJX4M028660; Fri, 21 Sep 2007 15:19:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LFJXNQ028659; Fri, 21 Sep 2007 15:19:33 GMT (envelope-from obrien) Message-Id: <200709211519.l8LFJXNQ028659@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 15:19:33 +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.staff.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, 21 Sep 2007 15:19:33 -0000 obrien 2007-09-21 15:19:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Rev. 1.51 also added Marcel to PowerPC - he's been doing mucho work there. Revision Changes Path 1.52 +0 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 15:33:39 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 639F716A417; Fri, 21 Sep 2007 15:33:39 +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 3970A13C457; Fri, 21 Sep 2007 15:33:39 +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 l8LFXdAg030225; Fri, 21 Sep 2007 15:33:39 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LFXdEe030224; Fri, 21 Sep 2007 15:33:39 GMT (envelope-from obrien) Message-Id: <200709211533.l8LFXdEe030224@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 15:33: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/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, 21 Sep 2007 15:33:39 -0000 obrien 2007-09-21 15:33:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Bump for libutil(3) MFC's (and any others around this time). Revision Changes Path 1.244.2.29 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Fri Sep 21 15:40:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 581F316A418; Fri, 21 Sep 2007 15:40:33 +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 2D91413C458; Fri, 21 Sep 2007 15:40:33 +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 l8LFeXac030541; Fri, 21 Sep 2007 15:40:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LFeWhU030540; Fri, 21 Sep 2007 15:40:32 GMT (envelope-from obrien) Message-Id: <200709211540.l8LFeWhU030540@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 15:40: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/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: Fri, 21 Sep 2007 15:40:33 -0000 obrien 2007-09-21 15:40:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document 602112. Revision Changes Path 1.871 +6 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:05:54 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4006016A420; Fri, 21 Sep 2007 16:05:54 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) Received: from tbaytel.net (front3-e.tbaytel.net [216.211.26.174]) by mx1.freebsd.org (Postfix) with ESMTP id BD59513C447; Fri, 21 Sep 2007 16:05:53 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) X-Scanned-by-Cloudmark: Yes X-Spam-Score: 0.000000 Received: from goodking.goodking.ca (account thomasa@tbaytel.net [216.211.53.161] verified) by front3.tbaytel.net (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 61363811; Fri, 21 Sep 2007 11:50:51 -0400 From: Thomas Abthorpe Organization: FreeBSD Ports Committer To: cvs-all@freebsd.org Date: Fri, 21 Sep 2007 11:50:48 -0400 User-Agent: KMail/1.9.7 X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: cvs-src@FreeBSD.org, src-commiters@FreeBSD.org Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tabthorpe@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 16:05:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I mis-attributed the submission. It should read breuffer@, not breueffer@ My apologies to Christian for incorrectly typing his name. Thomas - -- Thomas Abthorpe | FreeBSD Ports Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG8+hY5Gm/jNBp8qARApWEAJ9Pk4jTIf7It2mEP0hDACqEAu72jgCfbwom 1EXhV26A1BXn/kUOghhuBx0= =OJ42 -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:19:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4660216A417; Fri, 21 Sep 2007 16:19:51 +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 1B40C13C4B7; Fri, 21 Sep 2007 16:19:51 +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 l8LGJoJh034020; Fri, 21 Sep 2007 16:19:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGJoV6034019; Fri, 21 Sep 2007 16:19:50 GMT (envelope-from marcel) Message-Id: <200709211619.l8LGJoV6034019@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 21 Sep 2007 16:19:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libdisk open_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 16:19:51 -0000 marcel 2007-09-21 16:19:50 UTC FreeBSD src repository Modified files: lib/libdisk open_disk.c Log: On PowerPC, geom_part has taken over the partitioning from geom_apple. Translate partitions of type "PART" to chunks of type "apple" on PowerPC. This fixes sysinstall. Approved by: re (kensmith) Revision Changes Path 1.12 +7 -2 src/lib/libdisk/open_disk.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:24:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ACF016A417; Fri, 21 Sep 2007 16:24:02 +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 F380B13C45A; Fri, 21 Sep 2007 16:24:01 +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 l8LGO10d034417; Fri, 21 Sep 2007 16:24:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGO1dw034416; Fri, 21 Sep 2007 16:24:01 GMT (envelope-from marcel) Message-Id: <200709211624.l8LGO1dw034416@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 21 Sep 2007 16:24: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/lib/libdisk open_ia64_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 16:24:02 -0000 marcel 2007-09-21 16:24:01 UTC FreeBSD src repository Modified files: lib/libdisk open_ia64_disk.c Log: Translate partitions of type "PART" to chunks of the same type as they would have been translated from partitions of type "GPT". This fixes sysinstall, now that geom_part has taken over from geom_gpt. Approved by: re (kensmith) Revision Changes Path 1.4 +15 -4 src/lib/libdisk/open_ia64_disk.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:43:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED5716A417; Fri, 21 Sep 2007 16:43:32 +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 A2FEC13C45D; Fri, 21 Sep 2007 16:43:32 +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 l8LGhWbY035525; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGhWTl035524; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko) Message-Id: <200709211643.l8LGhWTl035524@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 21 Sep 2007 16:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_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, 21 Sep 2007 16:43:32 -0000 ambrisko 2007-09-21 16:43:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC: 1.51 Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and not 0x0060. Tested with an mfi card of this device id. Reviewed by: scottl Revision Changes Path 1.20.2.9 +1 -1 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:47:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214E216A417; Fri, 21 Sep 2007 16:47:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA10313C43E; Fri, 21 Sep 2007 16:47:10 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LGlAfl040046; Fri, 21 Sep 2007 16:47:10 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGlAXf039970; Fri, 21 Sep 2007 16:47:10 GMT (envelope-from bsam) Message-Id: <200709211647.l8LGlAXf039970@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 21 Sep 2007 16:47:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/web2ldap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 16:47:11 -0000 bsam 2007-09-21 16:47:10 UTC FreeBSD ports repository Modified files: www/web2ldap Makefile distinfo Log: Update to version 0.16.18. Changelog: http://www.web2ldap.de/changes-0.16.html Revision Changes Path 1.37 +1 -1 ports/www/web2ldap/Makefile 1.27 +3 -3 ports/www/web2ldap/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 17:25:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C122116A417; Fri, 21 Sep 2007 17:25:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 944CD13C448; Fri, 21 Sep 2007 17:25:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LHP3Mj049241; Fri, 21 Sep 2007 17:25:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LHP3BE049240; Fri, 21 Sep 2007 17:25:03 GMT (envelope-from obrien) Message-Id: <200709211725.l8LHP3BE049240@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 17:25:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/moused moused.c src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 17:25:03 -0000 obrien 2007-09-21 17:25:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/moused moused.c sbin/mdconfig mdconfig.c Log: MFC: consume kld_isloaded(3). Revision Changes Path 1.43.2.5 +3 -20 src/sbin/mdconfig/mdconfig.c 1.70.2.6 +1 -34 src/usr.sbin/moused/moused.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 17:27:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567E616A417; Fri, 21 Sep 2007 17:27:49 +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 1108313C48E; Fri, 21 Sep 2007 17:27:49 +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 l8LHRmnb049365; Fri, 21 Sep 2007 17:27:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LHRmTu049364; Fri, 21 Sep 2007 17:27:48 GMT (envelope-from obrien) Message-Id: <200709211727.l8LHRmTu049364@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 17:27:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil pidfile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 17:27:49 -0000 obrien 2007-09-21 17:27:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil pidfile.c Log: MFC: rev. 1.4: consume flopen(3). Revision Changes Path 1.1.2.3 +2 -2 src/lib/libutil/pidfile.c From owner-cvs-all@FreeBSD.ORG Fri Sep 21 17:59:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE47916A418; Fri, 21 Sep 2007 17:59:02 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B100713C44B; Fri, 21 Sep 2007 17:59:02 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LHx2qu051879; Fri, 21 Sep 2007 17:59:02 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LHx2MK051878; Fri, 21 Sep 2007 17:59:02 GMT (envelope-from araujo) Message-Id: <200709211759.l8LHx2MK051878@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 21 Sep 2007 17: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/devel/pylint 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, 21 Sep 2007 17:59:03 -0000 araujo 2007-09-21 17:59:02 UTC FreeBSD ports repository Modified files: devel/pylint Makefile distinfo pkg-plist Log: - Update to 0.13.2. - Optionized tkinter support. - Pass maintainership to submitter. PR: ports/116486 Submitted by: Marcus von Appen Approved by: stas (mentor) Revision Changes Path 1.13 +7 -6 ports/devel/pylint/Makefile 1.10 +3 -3 ports/devel/pylint/distinfo 1.9 +58 -0 ports/devel/pylint/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 18:35:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D194B16A417; Fri, 21 Sep 2007 18:35:01 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6CD613C455; Fri, 21 Sep 2007 18:35:01 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LIZ1KA055307; Fri, 21 Sep 2007 18:35:01 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LIZ1Mm055306; Fri, 21 Sep 2007 18:35:01 GMT (envelope-from lofi) Message-Id: <200709211835.l8LIZ1Mm055306@repoman.freebsd.org> From: Michael Nottebrock Date: Fri, 21 Sep 2007 18: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/last.fm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 18:35:01 -0000 lofi 2007-09-21 18:35:01 UTC FreeBSD ports repository Modified files: audio/last.fm Makefile distinfo Log: Update to 1.3.2.13, mark broken on amd64. Revision Changes Path 1.11 +3 -2 ports/audio/last.fm/Makefile 1.5 +3 -3 ports/audio/last.fm/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 19:27:30 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A22A516A46B; Fri, 21 Sep 2007 19:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 1042113C465; Fri, 21 Sep 2007 19:27:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657247-1834499 for multiple; Fri, 21 Sep 2007 15:25:48 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l8LJRAHb063226; Fri, 21 Sep 2007 15:27:14 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Attilio Rao Date: Fri, 21 Sep 2007 14:36:14 -0400 User-Agent: KMail/1.9.6 References: <200709112254.l8BMsB7P074637@repoman.freebsd.org> In-Reply-To: <200709112254.l8BMsB7P074637@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211436.15444.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 21 Sep 2007 15:27:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 19:27:30 -0000 On Tuesday 11 September 2007 06:54:09 pm Attilio Rao wrote: > attilio 2007-09-11 22:54:09 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 local_apic.c > sys/i386/acpica madt.c > sys/i386/i386 local_apic.c > sys/kern subr_smp.c > sys/sun4v/mdesc mdesc_init.c > Log: > This is a follow-up, cleaning-up commit about recent changes involving > topology foo functions. > Working at the patch for topology problems in ia32/amd64 evicted some > problems regarding functions ordering in the SI_SUB_CPU family of > SYSINIT'ed subsystems. > In order to avoid problems with new modified to involved functions, a > correct ordering is not semantically specified for SI_SUB_CPU functions > (for a larger view of the issue please visit: > http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) Could you clarify exactly what ordering this does? AFAICT, nothing in cpu_startup() requires the APIC to be up and running. If there were a dependency, then that would be something for the MD architecture code to fix. IIUC, the problem was that you had 3 sysinit functions like this: A - SI_ORDER_FIRST, cpu_startup() B - SI_ORDER_FIRST, apic_init() C - SI_ORDER_SECOND, mp_start() Now mp_start() requires both A and B to have run on x86. What Peter did originally was to move B to SI_ORDER_SECOND because he found that B needed A to run. That broke because C could end up running before B. However, the actual patch that went into CVS left A and B as is and instead made them independent of each other so B no longer depends on A. So, I don't think you've solved an actual problem. Conceptually the way SI_SUB_CPU worked before was that the MD code had SI_ORDER_FIRST to get ready before it was asked to start SMP at SI_ORDER_SECOND. Now the MD code gets SI_ORDER_FIRST and _SECOND even though it doesn't need it. You should at least put the x86 apic routines back to SI_ORDER_FIRST becuase they do _not_ depend on cpu_startup(). The madt.c change in this commit is plain wrong however and should be reverted. If it was correct it would have needed to be done in amd64's madt.c as well. The sun4v change is bogus as well as mdesc_init() doesn't depend on cpu_startup() on sun4v at all, and it doesn't matter what order they run in. Basically, I think at the least you should revert all the MD changes, and the change to subr_smp.c is basically a NOP. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Fri Sep 21 19:27:31 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B3AE16A41B; Fri, 21 Sep 2007 19:27:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id DBBF613C47E; Fri, 21 Sep 2007 19:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657262-1834499 for multiple; Fri, 21 Sep 2007 15:25:53 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l8LJRAHd063226; Fri, 21 Sep 2007 15:27:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Andrew Thompson Date: Fri, 21 Sep 2007 15:22:15 -0400 User-Agent: KMail/1.9.6 References: <200709150111.l8F1BQii070212@repoman.freebsd.org> <20070917161848.GB79417@elvis.mu.org> <20070917203208.GA9614@heff.fud.org.nz> In-Reply-To: <20070917203208.GA9614@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211522.16194.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 21 Sep 2007 15:27:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 2007 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, Alfred Perlstein , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.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, 21 Sep 2007 19:27:31 -0000 On Monday 17 September 2007 04:32:08 pm Andrew Thompson wrote: > On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote: > > * Andrew Thompson [070914 18:11] wrote: > > > thompsa 2007-09-15 01:11:26 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > > > if_lagg.c if_lagg.h > > > Log: > > > MFC > > > Change from a mutex to a read/write lock. This allows the tx port to be > > > selected simultaneously by multiple senders and transmit/receive is not > > > serialised between aggregated interfaces. > > > > Rad! :) > > And big thanks to you for MFCing it. Have you benchmarked this? Because rwlocks don't adaptively spin when a reader holds the lock, there are some cases where a mutex actually performs better than a rwlock. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Fri Sep 21 19:27:34 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E2C16A417; Fri, 21 Sep 2007 19:27:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 9976913C4A6; Fri, 21 Sep 2007 19:27:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 210657252-1834499 for multiple; Fri, 21 Sep 2007 15:25:50 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l8LJRAHc063226; Fri, 21 Sep 2007 15:27:18 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gabor Kovesdan Date: Fri, 21 Sep 2007 15:11:52 -0400 User-Agent: KMail/1.9.6 References: <200709101730.l8AHUiuK056340@repoman.freebsd.org> In-Reply-To: <200709101730.l8AHUiuK056340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709211511.52636.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 21 Sep 2007 15:27:18 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4357/Fri Sep 21 05:55:46 2007 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/share/examples/cvsup www-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 19:27:34 -0000 On Monday 10 September 2007 01:30:44 pm Gabor Kovesdan wrote: > gabor 2007-09-10 17:30:44 UTC > > FreeBSD src repository (doc,ports committer) > > Modified files: (Branch: RELENG_6) > share/examples/cvsup www-supfile > Log: > MFC r1.7 Which was? -- John Baldwin From owner-cvs-all@FreeBSD.ORG Fri Sep 21 19:37:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33BFB16A41B; Fri, 21 Sep 2007 19:37:38 +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 0981413C457; Fri, 21 Sep 2007 19:37:38 +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 l8LJbbnN060069; Fri, 21 Sep 2007 19:37:37 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LJbbJZ060068; Fri, 21 Sep 2007 19:37:37 GMT (envelope-from ache) Message-Id: <200709211937.l8LJbbJZ060068@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 21 Sep 2007 19: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/archivers/unrar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 19:37:38 -0000 ache 2007-09-21 19:37:37 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to unrar src 3.7.8 Revision Changes Path 1.57 +2 -2 ports/archivers/unrar/Makefile 1.31 +3 -3 ports/archivers/unrar/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:20:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A4416A418; Fri, 21 Sep 2007 20:20:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BEA6113C480; Fri, 21 Sep 2007 20:20:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LKKms0063624; Fri, 21 Sep 2007 20:20:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LKKmmJ063623; Fri, 21 Sep 2007 20:20:48 GMT (envelope-from mnag) Message-Id: <200709212020.l8LKKmmJ063623@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 21 Sep 2007 20:20:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libevent Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 20:20:49 -0000 mnag 2007-09-21 20:20:47 UTC FreeBSD ports repository Modified files: devel/libevent Makefile distinfo pkg-plist Log: - Update to 1.3d PR: 115634 Submitted by: chinsan Revision Changes Path 1.33 +1 -1 ports/devel/libevent/Makefile 1.18 +3 -3 ports/devel/libevent/distinfo 1.8 +2 -2 ports/devel/libevent/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:20:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF05616A41B; Fri, 21 Sep 2007 20:20:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4A6713C4A7; Fri, 21 Sep 2007 20:20:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LKKv6Y063718; Fri, 21 Sep 2007 20:20:57 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LKKvjZ063717; Fri, 21 Sep 2007 20:20:57 GMT (envelope-from mnag) Message-Id: <200709212020.l8LKKvjZ063717@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 21 Sep 2007 20:20: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/databases/memcached Makefile distinfo ports/databases/memcached/files patch-memcached.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, 21 Sep 2007 20:20:58 -0000 mnag 2007-09-21 20:20:57 UTC FreeBSD ports repository Modified files: databases/memcached Makefile distinfo Removed files: databases/memcached/files patch-memcached.h Log: - Update to 1.2.3 PR: 115895 Submitted by: delphij Revision Changes Path 1.24 +2 -2 ports/databases/memcached/Makefile 1.10 +3 -3 ports/databases/memcached/distinfo 1.2 +0 -10 ports/databases/memcached/files/patch-memcached.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:21:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D96C16A421; Fri, 21 Sep 2007 20:21:30 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 495DD13C48D; Fri, 21 Sep 2007 20:21:30 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LKLU7L064358; Fri, 21 Sep 2007 20:21:30 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LKLUv0064357; Fri, 21 Sep 2007 20:21:30 GMT (envelope-from mnag) Message-Id: <200709212021.l8LKLUv0064357@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 21 Sep 2007 20:21:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql-proxy Makefile ports/databases/pgbouncer Makefile ports/devel/eventxx Makefile ports/devel/libdnsres Makefile ports/devel/ocaml-event Makefile ports/devel/p5-Event-Lib Makefile ports/devel/py-event Makefile ports/ftp/ftp-proxy ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 20:21:30 -0000 mnag 2007-09-21 20:21:30 UTC FreeBSD ports repository Modified files: databases/mysql-proxy Makefile databases/pgbouncer Makefile devel/eventxx Makefile devel/libdnsres Makefile devel/ocaml-event Makefile devel/p5-Event-Lib Makefile devel/py-event Makefile ftp/ftp-proxy Makefile ftp/pftpx Makefile lang/io Makefile net/arpd Makefile net/honeyd Makefile net/libevnet Makefile net/nylon Makefile net/openospfd Makefile net/openospfd-devel Makefile net/plb Makefile net/spserver Makefile net/trickle Makefile net/vomit Makefile security/fragroute Makefile security/scanssh Makefile security/stegdetect Makefile security/tor Makefile security/tor-devel Makefile www/crawl Makefile Log: - Change libevent lib and bump PORTREVISION since devel/libevent are updated. Revision Changes Path 1.4 +2 -1 ports/databases/mysql-proxy/Makefile 1.2 +2 -1 ports/databases/pgbouncer/Makefile 1.4 +2 -1 ports/devel/eventxx/Makefile 1.5 +1 -1 ports/devel/libdnsres/Makefile 1.9 +2 -2 ports/devel/ocaml-event/Makefile 1.8 +2 -2 ports/devel/p5-Event-Lib/Makefile 1.3 +2 -2 ports/devel/py-event/Makefile 1.6 +2 -1 ports/ftp/ftp-proxy/Makefile 1.6 +2 -2 ports/ftp/pftpx/Makefile 1.15 +2 -2 ports/lang/io/Makefile 1.11 +2 -2 ports/net/arpd/Makefile 1.31 +2 -1 ports/net/honeyd/Makefile 1.3 +2 -1 ports/net/libevnet/Makefile 1.21 +2 -2 ports/net/nylon/Makefile 1.6 +2 -2 ports/net/openospfd-devel/Makefile 1.8 +2 -1 ports/net/openospfd/Makefile 1.10 +2 -2 ports/net/plb/Makefile 1.6 +2 -1 ports/net/spserver/Makefile 1.16 +2 -2 ports/net/trickle/Makefile 1.16 +2 -2 ports/net/vomit/Makefile 1.20 +2 -2 ports/security/fragroute/Makefile 1.14 +2 -2 ports/security/scanssh/Makefile 1.26 +2 -2 ports/security/stegdetect/Makefile 1.45 +2 -1 ports/security/tor-devel/Makefile 1.33 +2 -1 ports/security/tor/Makefile 1.22 +2 -2 ports/www/crawl/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:23:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4554316A41B; Fri, 21 Sep 2007 20:23:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3380313C48E; Fri, 21 Sep 2007 20:23:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LKNPjp064562; Fri, 21 Sep 2007 20:23:25 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LKNPDh064561; Fri, 21 Sep 2007 20:23:25 GMT (envelope-from arved) Message-Id: <200709212023.l8LKNPDh064561@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Sep 2007 20:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/newsbeuter Makefile distinfo pkg-plist ports/www/newsbeuter/files patch-src-controller.cpp patch-src-view.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, 21 Sep 2007 20:23:25 -0000 arved 2007-09-21 20:23:24 UTC FreeBSD ports repository Modified files: www/newsbeuter Makefile distinfo pkg-plist Added files: www/newsbeuter/files patch-src-controller.cpp Removed files: www/newsbeuter/files patch-src-view.cpp Log: Update to 0.7 Revision Changes Path 1.12 +1 -2 ports/www/newsbeuter/Makefile 1.5 +3 -3 ports/www/newsbeuter/distinfo 1.1 +11 -0 ports/www/newsbeuter/files/patch-src-controller.cpp (new) 1.2 +0 -15 ports/www/newsbeuter/files/patch-src-view.cpp (dead) 1.4 +4 -0 ports/www/newsbeuter/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:38:53 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A19E16A419 for ; Fri, 21 Sep 2007 20:38:53 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 82F3613C468 for ; Fri, 21 Sep 2007 20:38:52 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so820432nfb for ; Fri, 21 Sep 2007 13:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=E2tHcgl7mD8UoP6fZANzH3Soa2Iyzre0b1Ngu38wBP0=; b=d0j+jRPESjyQ3D4x/yMsXDDcWjLHZjMSU+uA/MTfjuL65mMP4Quq5xcQkYkxpgtMYTwBOjTEmHC5m7rVeHpWV9l8yuEaXGQMmunEJptpqePv70a11Irlj5K5tONKCjp9UUOMtQ1UtHwr1OCmf3+rbbgEkXfbtVEXT3PR/FtfPWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=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; b=P7RnRPpKh+I04rDQC9m/aJTlf2Ekgmc3Bks4vI+BcMjpsalowEpcjOdeJEQb7vJG/virJbbWBJ/Z9hXypZG9Gghf7NWlzPvCGkg9fSWB7oEsdXMaRPux9oKpETWpTlRWmo+XNScSqQ1tI2nY+DLRYS1QtMulLnB6/4MqafBiR8Y= Received: by 10.78.179.12 with SMTP id b12mr2442618huf.1190407127978; Fri, 21 Sep 2007 13:38:47 -0700 (PDT) Received: by 10.78.120.9 with HTTP; Fri, 21 Sep 2007 13:38:47 -0700 (PDT) Message-ID: <3bbf2fe10709211338j6dbab59am1ad67c86c1a05baa@mail.gmail.com> Date: Fri, 21 Sep 2007 22:38:47 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "John Baldwin" In-Reply-To: <200709211436.15444.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709112254.l8BMsB7P074637@repoman.freebsd.org> <200709211436.15444.jhb@freebsd.org> X-Google-Sender-Auth: 17ecf39ace1b002a Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 20:38:53 -0000 2007/9/21, John Baldwin : > On Tuesday 11 September 2007 06:54:09 pm Attilio Rao wrote: > > attilio 2007-09-11 22:54:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/amd64 local_apic.c > > sys/i386/acpica madt.c > > sys/i386/i386 local_apic.c > > sys/kern subr_smp.c > > sys/sun4v/mdesc mdesc_init.c > > Log: > > This is a follow-up, cleaning-up commit about recent changes involving > > topology foo functions. > > Working at the patch for topology problems in ia32/amd64 evicted some > > problems regarding functions ordering in the SI_SUB_CPU family of > > SYSINIT'ed subsystems. > > In order to avoid problems with new modified to involved functions, a > > correct ordering is not semantically specified for SI_SUB_CPU functions > > (for a larger view of the issue please visit: > > http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) > > Could you clarify exactly what ordering this does? AFAICT, nothing in > cpu_startup() requires the APIC to be up and running. If there were a > dependency, then that would be something for the MD architecture code to fix. > IIUC, the problem was that you had 3 sysinit functions like this: > > A - SI_ORDER_FIRST, cpu_startup() > B - SI_ORDER_FIRST, apic_init() > C - SI_ORDER_SECOND, mp_start() > > Now mp_start() requires both A and B to have run on x86. What Peter did > originally was to move B to SI_ORDER_SECOND because he found that B needed A > to run. That broke because C could end up running before B. However, the > actual patch that went into CVS left A and B as is and instead made them > independent of each other so B no longer depends on A. So, I don't think > you've solved an actual problem. I know exactly what was the problem as I diagnosed the problem when B was in SI_ORDER_FIRST and I diagnosed the problem when B was moved temporally in SI_ORDER_SECOND while C was taking this slot. Basically what about people adding code in A which introduces dependency with B? It results in a problem This ordering doesn't break anything and it makes the code safe for further changes. > The madt.c change in this commit is plain wrong however and should be > reverted. If it was correct it would have needed to be done in amd64's > madt.c as well. Plain wrong? You mean maybe that it doesn't matter that (SI_ORDER_CPU -1) was shared with mptable_register()? And what about if someone adds dependency between the two? madt changes are perfectly working as they don't explicitly require to run before of mptable_register(). And to be precise, there is no madt_register() in amd64, so I have no idea what are you speaking about. :(. > The sun4v change is bogus as well as mdesc_init() doesn't depend on > cpu_startup() on sun4v at all, and it doesn't matter what order they run in. Reading this I think I see there is basically a misunderstanding of what I wanted to do: I don't want to fix an actual problem but the idea is to give to any function in SI_SUB_CPU a precise order in order to avoid mistakes as the last ones people get trying to fix topology. I think this is a legitimate idea. And in particular, I don't like the approach 'just do things when you need them'. > Basically, I think at the least you should revert all the MD changes, and the > change to subr_smp.c is basically a NOP. I'm not going to do this as the patch gives a precise ordering to all functions involved in SI_SUB_CPU, doesn't break anything. If you don't like the ordering due please just explain why. Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Fri Sep 21 20:40:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54B7B16A419; Fri, 21 Sep 2007 20:40:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C59613C45A; Fri, 21 Sep 2007 20:40:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LKep4M065481; Fri, 21 Sep 2007 20:40:51 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LKep7k065480; Fri, 21 Sep 2007 20:40:51 GMT (envelope-from arved) Message-Id: <200709212040.l8LKep7k065480@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 21 Sep 2007 20:40:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pcsc-lite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 20:40:51 -0000 arved 2007-09-21 20:40:50 UTC FreeBSD ports repository Modified files: devel/pcsc-lite Makefile distinfo Log: Update to 1.4.4 Revision Changes Path 1.38 +2 -2 ports/devel/pcsc-lite/Makefile 1.20 +3 -3 ports/devel/pcsc-lite/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:23:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E26116A418; Fri, 21 Sep 2007 21:23:05 +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 14E9B13C48D; Fri, 21 Sep 2007 21:23:05 +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 l8LLN48j078120; Fri, 21 Sep 2007 21:23:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLN4se078119; Fri, 21 Sep 2007 21:23:04 GMT (envelope-from obrien) Message-Id: <200709212123.l8LLN4se078119@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Sep 2007 21:23:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil libutil.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, 21 Sep 2007 21:23:05 -0000 obrien 2007-09-21 21:23:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil libutil.h Log: MFC: flopen(3), expand_number(3), kld_isloaded(3) Revision Changes Path 1.40.8.2 +7 -0 src/lib/libutil/libutil.h From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:24:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D7816A41A; Fri, 21 Sep 2007 21:24:47 +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 DA09E13C45B; Fri, 21 Sep 2007 21:24:46 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8LLOjaE078138; Fri, 21 Sep 2007 14:24:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8LLOji7078137; Fri, 21 Sep 2007 14:24:45 -0700 (PDT) (envelope-from obrien) Date: Fri, 21 Sep 2007 14:24:45 -0700 From: "David O'Brien" To: Doug Ambrisko Message-ID: <20070921212445.GA78079@dragon.NUXI.org> References: <200709211725.l8LHP3BE049240@repoman.freebsd.org> <200709211950.l8LJogSW032770@ambrisko.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709211950.l8LJogSW032770@ambrisko.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.c src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:24:47 -0000 On Fri, Sep 21, 2007 at 12:50:42PM -0700, Doug Ambrisko wrote: > Unless I'm reading things wrong you just broke -stable :-( No, you're reading correctly. > Did you forget to check in a change to libutil.h? Yes. :-( Sorry for the build breakage folks. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:24:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E13A816A420; Fri, 21 Sep 2007 21:24:58 +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 CD6E313C458; Fri, 21 Sep 2007 21:24:58 +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 l8LLOwBo078228; Fri, 21 Sep 2007 21:24:58 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLOwKB078226; Fri, 21 Sep 2007 21:24:58 GMT (envelope-from beech) Message-Id: <200709212124.l8LLOwKB078226@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 21 Sep 2007 21: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 UPDATING ports/sysutils/grok Makefile distinfo pkg-plist ports/sysutils/grok/files grok.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:24:59 -0000 beech 2007-09-21 21:24:58 UTC FreeBSD ports repository Modified files: . UPDATING sysutils/grok Makefile distinfo pkg-plist sysutils/grok/files grok.sh.in Log: - Update to 20070915 PR: ports/116420 Submitted by: Wesley Shields (maintainer) Approved by: sat (mentor) Revision Changes Path 1.547 +10 -1 ports/UPDATING 1.6 +17 -5 ports/sysutils/grok/Makefile 1.5 +3 -3 ports/sysutils/grok/distinfo 1.2 +1 -0 ports/sysutils/grok/files/grok.sh.in 1.2 +1 -0 ports/sysutils/grok/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:26:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1723916A417; Fri, 21 Sep 2007 21:26:19 +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 9F5B113C48E; Fri, 21 Sep 2007 21:26:19 +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 l8LLQJbW078328; Fri, 21 Sep 2007 21:26:19 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLQJIm078327; Fri, 21 Sep 2007 21:26:19 GMT (envelope-from maho) Message-Id: <200709212126.l8LLQJIm078327@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 21:26: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/editors/ooo-build Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:26:20 -0000 maho 2007-09-21 21:26:19 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile Log: Marked as IGNORE. Waiting for OOo 2.3 based ooo-build. Revision Changes Path 1.31 +1 -0 ports/editors/ooo-build/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:36:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1245D16A418; Fri, 21 Sep 2007 21:36:24 +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 0062E13C447; Fri, 21 Sep 2007 21:36:24 +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 l8LLaNRl079101; Fri, 21 Sep 2007 21:36:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLaNZP079100; Fri, 21 Sep 2007 21:36:23 GMT (envelope-from beech) Message-Id: <200709212136.l8LLaNZP079100@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 21 Sep 2007 21:36:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/graphics Makefile ports/graphics/blender-devel Makefile distinfo pkg-descr ports/graphics/blender-devel/files patch-source_blender_blenlib_intern-storage.c patch-source_nan_definitions.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: Fri, 21 Sep 2007 21:36:24 -0000 beech 2007-09-21 21:36:23 UTC FreeBSD ports repository Modified files: . modules . MOVED graphics Makefile Removed files: graphics/blender-devel Makefile distinfo pkg-descr graphics/blender-devel/files patch-source_blender_blenlib_intern-storage.c patch-source_nan_definitions.mk Log: - Send to attic and point to graphics/blender - Note: No longer needed since binary version is no longer in the tree. Requested by: David Yeske (maintainer) Approved by: sat (mentor) Revision Changes Path 1.18773 +0 -1 CVSROOT/modules 1.1483 +2 -1 ports/MOVED 1.1104 +0 -1 ports/graphics/Makefile 1.39 +0 -91 ports/graphics/blender-devel/Makefile (dead) 1.14 +0 -3 ports/graphics/blender-devel/distinfo (dead) 1.2 +0 -20 ports/graphics/blender-devel/files/patch-source_blender_blenlib_intern-storage.c (dead) 1.3 +0 -31 ports/graphics/blender-devel/files/patch-source_nan_definitions.mk (dead) 1.4 +0 -4 ports/graphics/blender-devel/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 21 21:53:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A9D16A418; Fri, 21 Sep 2007 21:53:20 +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 CB83B13C45B; Fri, 21 Sep 2007 21:53:20 +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 l8LLrKZv080142; Fri, 21 Sep 2007 21:53:20 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LLrK8t080141; Fri, 21 Sep 2007 21:53:20 GMT (envelope-from maho) Message-Id: <200709212153.l8LLrK8t080141@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 21:53: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/math/gotoblas Makefile distinfo ports/math/gotoblas/files patch-Makefile.rule X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:53:21 -0000 maho 2007-09-21 21:53:20 UTC FreeBSD ports repository Modified files: math/gotoblas Makefile distinfo math/gotoblas/files patch-Makefile.rule Log: Update to 1.19. Revision Changes Path 1.8 +1 -1 ports/math/gotoblas/Makefile 1.6 +3 -3 ports/math/gotoblas/distinfo 1.4 +12 -11 ports/math/gotoblas/files/patch-Makefile.rule From owner-cvs-all@FreeBSD.ORG Fri Sep 21 22:05:36 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00C3416A419; Fri, 21 Sep 2007 22:05:36 +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 CF2FC13C461; Fri, 21 Sep 2007 22:05:35 +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 l8LM5ZVI082056; Fri, 21 Sep 2007 22:05:35 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LM5Zpf082055; Fri, 21 Sep 2007 22:05:35 GMT (envelope-from maho) Message-Id: <200709212205.l8LM5Zpf082055@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 22: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/math/qd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 22:05:36 -0000 maho 2007-09-21 22:05:35 UTC FreeBSD ports repository Modified files: math/qd Makefile distinfo Log: Update to 2.2.6. Revision Changes Path 1.4 +1 -1 ports/math/qd/Makefile 1.2 +3 -3 ports/math/qd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 21 22:12:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF8616A41A; Fri, 21 Sep 2007 22:12:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1164413C480; Fri, 21 Sep 2007 22:12:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LMCBVa082547; Fri, 21 Sep 2007 22:12:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LMCBYh082546; Fri, 21 Sep 2007 22:12:11 GMT (envelope-from pav) Message-Id: <200709212212.l8LMCBYh082546@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Sep 2007 22:12: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/gnash Makefile distinfo pkg-descr pkg-plist ports/graphics/gnash/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, 21 Sep 2007 22:12:12 -0000 pav 2007-09-21 22:12:11 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-descr pkg-plist Removed files: graphics/gnash/files patch-configure Log: - Update to 0.8.1 PR: ports/116406 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.19 +122 -40 ports/graphics/gnash/Makefile 1.5 +3 -3 ports/graphics/gnash/distinfo 1.2 +0 -11 ports/graphics/gnash/files/patch-configure (dead) 1.3 +8 -2 ports/graphics/gnash/pkg-descr 1.5 +20 -10 ports/graphics/gnash/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 22:20:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D91116A418; Fri, 21 Sep 2007 22:20:33 +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 7946213C455; Fri, 21 Sep 2007 22:20:33 +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 l8LMKXCV082917; Fri, 21 Sep 2007 22:20:33 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LMKXn3082916; Fri, 21 Sep 2007 22:20:33 GMT (envelope-from maho) Message-Id: <200709212220.l8LMKXn3082916@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 22:20: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/math/lapack++ 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, 21 Sep 2007 22:20:33 -0000 maho 2007-09-21 22:20:33 UTC FreeBSD ports repository Modified files: math/lapack++ Makefile distinfo pkg-plist Log: Update to 2.5.2. Revision Changes Path 1.21 +1 -2 ports/math/lapack++/Makefile 1.10 +3 -3 ports/math/lapack++/distinfo 1.11 +1 -1 ports/math/lapack++/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 22:35:47 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20DF316A418; Fri, 21 Sep 2007 22:35:47 +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 F12B813C4C8; Fri, 21 Sep 2007 22:35:46 +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 l8LMZkpK084019; Fri, 21 Sep 2007 22:35:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LMZkRa084018; Fri, 21 Sep 2007 22:35:46 GMT (envelope-from pav) Message-Id: <200709212235.l8LMZkRa084018@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Sep 2007 22:35: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/tclxml Makefile ports/net-im/amsn Makefile ports/net-mgmt/ipacco Makefile ports/www/tclhttpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 22:35:47 -0000 pav 2007-09-21 22:35:46 UTC FreeBSD ports repository Modified files: devel/tclxml Makefile net-im/amsn Makefile net-mgmt/ipacco Makefile www/tclhttpd Makefile Log: - Make tcllib depobjs version independent Reported by: pointyhat Pointy hat to: mi Revision Changes Path 1.8 +1 -1 ports/devel/tclxml/Makefile 1.31 +1 -1 ports/net-im/amsn/Makefile 1.7 +1 -1 ports/net-mgmt/ipacco/Makefile 1.19 +1 -1 ports/www/tclhttpd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 22:37:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D0F716A418; Fri, 21 Sep 2007 22:37:15 +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 DCF3E13C4BE; Fri, 21 Sep 2007 22:37:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LMbEDA084102; Fri, 21 Sep 2007 22:37:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LMbElH084101; Fri, 21 Sep 2007 22:37:14 GMT (envelope-from pav) Message-Id: <200709212237.l8LMbElH084101@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 21 Sep 2007 22:37:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/mucommander Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 22:37:15 -0000 pav 2007-09-21 22:37:14 UTC FreeBSD ports repository Modified files: x11-fm/mucommander Makefile Log: - Fix the port after removal of pkg-message Reported by: pointyhat Pointy hat to: lme Revision Changes Path 1.4 +1 -1 ports/x11-fm/mucommander/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 21 23:38:53 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416FF16A419; Fri, 21 Sep 2007 23:38: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 3879013C447; Fri, 21 Sep 2007 23:38: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 l8LNcrmk088809; Fri, 21 Sep 2007 23:38:53 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LNcqPS088808; Fri, 21 Sep 2007 23:38:52 GMT (envelope-from maho) Message-Id: <200709212338.l8LNcqPS088808@repoman.freebsd.org> From: Maho Nakata Date: Fri, 21 Sep 2007 23: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/cad/calculix Makefile distinfo pkg-plist ports/cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.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, 21 Sep 2007 23:38:53 -0000 maho 2007-09-21 23:38:52 UTC FreeBSD ports repository Modified files: cad/calculix Makefile distinfo pkg-plist cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.cpp Log: Update to 1.7. Revision Changes Path 1.24 +1 -2 ports/cad/calculix/Makefile 1.13 +18 -24 ports/cad/calculix/distinfo 1.7 +2 -2 ports/cad/calculix/files/patch-ccx_VER+src+CalculiX.h 1.10 +6 -6 ports/cad/calculix/files/patch-ccx_VER+src+Makefile 1.7 +6 -6 ports/cad/calculix/files/patch-cgx_VER+src+Makefile 1.7 +4 -4 ports/cad/calculix/files/patch-cgx_VER+src+cgx.h 1.7 +2 -2 ports/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp 1.11 +130 -2 ports/cad/calculix/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 21 23:43:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D43B16A41A; Fri, 21 Sep 2007 23:43: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 4E2B413C447; Fri, 21 Sep 2007 23:43: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 l8LNh4OF089181; Fri, 21 Sep 2007 23:43:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LNh4lJ089180; Fri, 21 Sep 2007 23:43:04 GMT (envelope-from edwin) Message-Id: <200709212343.l8LNh4lJ089180@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 21 Sep 2007 23:43:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2 calendar.praznici X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 23:43:04 -0000 edwin 2007-09-21 23:43:04 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/hr_HR.ISO8859-2 calendar.praznici Log: Update to calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici with fixes and new dates. PR: conf/26658 Submitted by: Josip Rodin Approved by: re@ (bmah), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.8 +15 -8 src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici From owner-cvs-all@FreeBSD.ORG Fri Sep 21 23:50:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD1516A417; Fri, 21 Sep 2007 23:50:15 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFA7913C45B; Fri, 21 Sep 2007 23:50:15 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LNoFen090740; Fri, 21 Sep 2007 23:50:15 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LNoF2p090739; Fri, 21 Sep 2007 23:50:15 GMT (envelope-from rodrigc) Message-Id: <200709212350.l8LNoF2p090739@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 21 Sep 2007 23:50: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/fs/ntfs ntfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 23:50:16 -0000 rodrigc 2007-09-21 23:50:15 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Disable multiple ntfs mounts to the same mountpoint. Eliminates panics due to locking issues. Idea taken from src/sys/gnu/fs/xfs/FreeBSD/xfs_super.c. PR: 89966, 92000, 104393 Reported by: H. Matsuo , Chris , Andrey V. Elsukov , Jan Henrik Sylvester Approved by: re (kensmith) Revision Changes Path 1.88 +15 -1 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Sep 22 00:02:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00A5816A419; Sat, 22 Sep 2007 00:02: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 71ACF13C467; Sat, 22 Sep 2007 00:02:03 +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 l8M023Wq091683; Sat, 22 Sep 2007 00:02:03 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M023Xg091682; Sat, 22 Sep 2007 00:02:03 GMT (envelope-from maho) Message-Id: <200709220002.l8M023Xg091682@repoman.freebsd.org> From: Maho Nakata Date: Sat, 22 Sep 2007 00:02:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2 Makefile distinfo ports/editors/openoffice.org-2/files Makefile.knobs gcj-fbsdworkaround patch-i65514 patch-i65974 patch-i66667 patch-i67904 patch-i69418 patch-i69994 patch-i73157 patch-i73217 patch-i76115 patch-i76141 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 00:02:04 -0000 maho 2007-09-22 00:02:02 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile distinfo editors/openoffice.org-2/files Makefile.knobs patch-i65514 patch-i73217 rtld-workaround-i66667 Added files: editors/openoffice.org-2/files patch-i65974 patch-i78417 patch-i78875 patch-i80003 patch-i80129 patch-i80295 Removed files: editors/openoffice.org-2/files gcj-fbsdworkaround patch-i66667 patch-i67904 patch-i69418 patch-i69994 patch-i73157 patch-i76115 patch-i76141 Log: Update to 2.3.0. Revision Changes Path 1.285 +18 -59 ports/editors/openoffice.org-2/Makefile 1.101 +3 -6 ports/editors/openoffice.org-2/distinfo 1.45 +11 -10 ports/editors/openoffice.org-2/files/Makefile.knobs 1.2 +0 -30 ports/editors/openoffice.org-2/files/gcj-fbsdworkaround (dead) 1.5 +12 -141 ports/editors/openoffice.org-2/files/patch-i65514 1.1 +12 -0 ports/editors/openoffice.org-2/files/patch-i65974 (new) 1.8 +0 -139 ports/editors/openoffice.org-2/files/patch-i66667 (dead) 1.3 +0 -80 ports/editors/openoffice.org-2/files/patch-i67904 (dead) 1.2 +0 -38 ports/editors/openoffice.org-2/files/patch-i69418 (dead) 1.2 +0 -747 ports/editors/openoffice.org-2/files/patch-i69994 (dead) 1.2 +0 -30 ports/editors/openoffice.org-2/files/patch-i73157 (dead) 1.2 +2 -0 ports/editors/openoffice.org-2/files/patch-i73217 1.2 +0 -102 ports/editors/openoffice.org-2/files/patch-i76115 (dead) 1.3 +0 -860 ports/editors/openoffice.org-2/files/patch-i76141 (dead) 1.1 +10 -0 ports/editors/openoffice.org-2/files/patch-i78417 (new) 1.1 +31 -0 ports/editors/openoffice.org-2/files/patch-i78875 (new) 1.1 +22 -0 ports/editors/openoffice.org-2/files/patch-i80003 (new) 1.1 +18 -0 ports/editors/openoffice.org-2/files/patch-i80129 (new) 1.1 +20 -0 ports/editors/openoffice.org-2/files/patch-i80295 (new) 1.2 +8 -8 ports/editors/openoffice.org-2/files/rtld-workaround-i66667 From owner-cvs-all@FreeBSD.ORG Sat Sep 22 00:36:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F47C16A41B; Sat, 22 Sep 2007 00:36:07 +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 52B8113C45B; Sat, 22 Sep 2007 00:36:07 +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 l8M0a7UQ002387; Sat, 22 Sep 2007 00:36:07 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M0a7gm002386; Sat, 22 Sep 2007 00:36:07 GMT (envelope-from maho) Message-Id: <200709220036.l8M0a7gm002386@repoman.freebsd.org> From: Maho Nakata Date: Sat, 22 Sep 2007 00:36: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/math/spooles pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 00:36:07 -0000 maho 2007-09-22 00:36:06 UTC FreeBSD ports repository Modified files: math/spooles pkg-descr Log: Update pkg-descr. Submitted by: bf Revision Changes Path 1.2 +1 -1 ports/math/spooles/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Sep 22 01:30:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0786516A41A; Sat, 22 Sep 2007 01:30:27 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E09A413C455; Sat, 22 Sep 2007 01:30:26 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M1UQPn015535; Sat, 22 Sep 2007 01:30:26 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M1UQP0015534; Sat, 22 Sep 2007 01:30:26 GMT (envelope-from trhodes) Message-Id: <200709220130.l8M1UQP0015534@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 22 Sep 2007 01:30: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/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: Sat, 22 Sep 2007 01:30:27 -0000 trhodes 2007-09-22 01:30:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Fix build by removing extra entry Revision Changes Path 1.872 +0 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 22 01:44:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A68716A418; Sat, 22 Sep 2007 01:44:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FACF13C44B; Sat, 22 Sep 2007 01:44:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M1i2ob016406; Sat, 22 Sep 2007 01:44:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M1i2Cr016405; Sat, 22 Sep 2007 01:44:02 GMT (envelope-from clsung) Message-Id: <200709220144.l8M1i2Cr016405@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Sep 2007 01:44:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-TreePP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 01:44:02 -0000 clsung 2007-09-22 01:44:02 UTC FreeBSD ports repository Modified files: textproc/p5-XML-TreePP Makefile distinfo Log: - Update to 0.31 Revision Changes Path 1.10 +1 -1 ports/textproc/p5-XML-TreePP/Makefile 1.10 +3 -3 ports/textproc/p5-XML-TreePP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 02:18:45 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8932116A41A; Sat, 22 Sep 2007 02:18:45 +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 6DC2513C459; Sat, 22 Sep 2007 02:18:45 +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 l8M2IjJn019775; Sat, 22 Sep 2007 02:18:45 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2Ij1O019774; Sat, 22 Sep 2007 02:18:45 GMT (envelope-from matusita) Message-Id: <200709220218.l8M2Ij1O019774@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 22 Sep 2007 02:18: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/emulators/linux-vmware-toolbox6 Makefile ports/emulators/vmware-guestd6 Makefile ports/emulators/vmware-tools6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 02:18:45 -0000 matusita 2007-09-22 02:18:45 UTC FreeBSD ports repository Modified files: emulators/linux-vmware-toolbox6 Makefile emulators/vmware-guestd6 Makefile emulators/vmware-tools6 Makefile Log: Update to version 6.0.1 build 55017. Revision Changes Path 1.30 +2 -2 ports/emulators/linux-vmware-toolbox6/Makefile 1.44 +2 -2 ports/emulators/vmware-guestd6/Makefile 1.24 +1 -1 ports/emulators/vmware-tools6/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 22 02:20:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F1516A419; Sat, 22 Sep 2007 02:20:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E59A113C447; Sat, 22 Sep 2007 02:20:14 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2KEh3019944; Sat, 22 Sep 2007 02:20:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2KEx7019943; Sat, 22 Sep 2007 02:20:14 GMT (envelope-from jeff) Message-Id: <200709220220.l8M2KEx7019943@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 22 Sep 2007 02:20:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 02:20:15 -0000 jeff 2007-09-22 02:20:14 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Improve grammar. s/it's/its/. - Improve load long-term load balancer by always IPIing exactly once. Previously the delay after rebalancing could cause problems with uneven workloads. - Allow nice to have a linear effect on the interactivity score. This allows negatively niced programs to stay interactive longer. It may be useful with very expensive Xorg servers under high loads. In general it should not be necessary to alter the nice level to improve interactive response. We may also want to consider never allowing positively niced processes to become interactive at all. - Initialize ccpu to 0 rather than 0.0. The decimal point was leftover from when the code was copied from 4bsd. ccpu is 0 in ULE because ULE only exports weighted cpu values. Reported by: Steve Kargl (Load balancing problem) Approved by: re Revision Changes Path 1.208 +13 -5 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sat Sep 22 02:30:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B6716A417; Sat, 22 Sep 2007 02:30:44 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2EB13C45A; Sat, 22 Sep 2007 02:30:44 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2UipW020610; Sat, 22 Sep 2007 02:30:44 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2UiRK020609; Sat, 22 Sep 2007 02:30:44 GMT (envelope-from scf) Message-Id: <200709220230.l8M2UiRK020609@repoman.freebsd.org> From: Sean Farley Date: Sat, 22 Sep 2007 02:30:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib getenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 02:30:44 -0000 scf 2007-09-22 02:30:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c Log: The precision for a string argument in a call to warnx() needs to be cast to an int to remove the warning from using a size_t variable on 64-bit platforms. Submitted by: Xin LI Approved by: wes Approved by: re (kensmith) Revision Changes Path 1.12 +2 -1 src/lib/libc/stdlib/getenv.c From owner-cvs-all@FreeBSD.ORG Sat Sep 22 02:46:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8685816A418; Sat, 22 Sep 2007 02:46:13 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2BF13C468; Sat, 22 Sep 2007 02:46:13 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M2kDF8021600; Sat, 22 Sep 2007 02:46:13 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M2kDsB021599; Sat, 22 Sep 2007 02:46:13 GMT (envelope-from scf) Message-Id: <200709220246.l8M2kDsB021599@repoman.freebsd.org> From: Sean Farley Date: Sat, 22 Sep 2007 02:46:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/locate/locate locate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 02:46:13 -0000 scf 2007-09-22 02:46:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/locate/locate locate.c Log: MFC: Sync usage() with reality. src/usr.bin/locate/locate/locate.c: rev 1.16 -> 1.17 Approved by: wes Revision Changes Path 1.15.14.2 +1 -1 src/usr.bin/locate/locate/locate.c From owner-cvs-all@FreeBSD.ORG Sat Sep 22 03:52:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EC816A419; Sat, 22 Sep 2007 03:52:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFBA13C44B; Sat, 22 Sep 2007 03:52:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M3qTeb026819; Sat, 22 Sep 2007 03:52:29 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M3qTd3026818; Sat, 22 Sep 2007 03:52:29 GMT (envelope-from clsung) Message-Id: <200709220352.l8M3qTd3026818@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Sep 2007 03:52: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/p5-Mail-Audit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 03:52:30 -0000 clsung 2007-09-22 03:52:29 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Audit Makefile distinfo Log: - Update to 2.2.21 (2.221) Revision Changes Path 1.32 +2 -3 ports/mail/p5-Mail-Audit/Makefile 1.21 +3 -3 ports/mail/p5-Mail-Audit/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 03:55:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B07B16A417; Sat, 22 Sep 2007 03:55:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81FCF13C43E; Sat, 22 Sep 2007 03:55:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M3txPu026993; Sat, 22 Sep 2007 03:55:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M3txpn026992; Sat, 22 Sep 2007 03:55:59 GMT (envelope-from clsung) Message-Id: <200709220355.l8M3txpn026992@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Sep 2007 03:55: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/p5-DBD-SQLite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 03:55:59 -0000 clsung 2007-09-22 03:55:59 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo Log: - Update to 1.14 Revision Changes Path 1.35 +4 -5 ports/databases/p5-DBD-SQLite/Makefile 1.23 +3 -3 ports/databases/p5-DBD-SQLite/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 03:59:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2DCB16A418; Sat, 22 Sep 2007 03:59:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A76F13C45A; Sat, 22 Sep 2007 03:59:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M3xC9u027108; Sat, 22 Sep 2007 03:59:12 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M3xChP027107; Sat, 22 Sep 2007 03:59:12 GMT (envelope-from clsung) Message-Id: <200709220359.l8M3xChP027107@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Sep 2007 03: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/net/p5-Net-SIP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 03:59:12 -0000 clsung 2007-09-22 03:59:11 UTC FreeBSD ports repository Modified files: net/p5-Net-SIP Makefile distinfo Log: - Update to 0.37 Revision Changes Path 1.7 +2 -3 ports/net/p5-Net-SIP/Makefile 1.6 +3 -3 ports/net/p5-Net-SIP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 03:59:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C32BB16A418; Sat, 22 Sep 2007 03:59:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A95BE13C461; Sat, 22 Sep 2007 03:59:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M3xh2Q027154; Sat, 22 Sep 2007 03:59:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M3xh2B027153; Sat, 22 Sep 2007 03:59:43 GMT (envelope-from clsung) Message-Id: <200709220359.l8M3xh2B027153@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Sep 2007 03:59: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/p5-version Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 03:59:43 -0000 clsung 2007-09-22 03:59:43 UTC FreeBSD ports repository Modified files: devel/p5-version Makefile distinfo Log: - Update to 0.73 Revision Changes Path 1.30 +2 -2 ports/devel/p5-version/Makefile 1.30 +3 -3 ports/devel/p5-version/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 05:09:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8EC16A46D; Sat, 22 Sep 2007 05:09:51 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 565BB13C468; Sat, 22 Sep 2007 05:09:51 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M59ofX042320; Sat, 22 Sep 2007 05:09:50 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M59nVf042319; Sat, 22 Sep 2007 05:09:49 GMT (envelope-from joel) Message-Id: <200709220509.l8M59nVf042319@repoman.freebsd.org> From: Joel Dahl Date: Sat, 22 Sep 2007 05:09:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en administration.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, 22 Sep 2007 05:09:51 -0000 joel 2007-09-22 05:09:49 UTC FreeBSD doc repository Modified files: en administration.sgml Log: Add gnn to re and marcel to re-ppc. Revision Changes Path 1.11 +3 -1 www/en/administration.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 22 06:25:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E921116A417; Sat, 22 Sep 2007 06:25:05 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C903913C448; Sat, 22 Sep 2007 06:25:05 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M6P58Q047867; Sat, 22 Sep 2007 06:25:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M6P5Rq047866; Sat, 22 Sep 2007 06:25:05 GMT (envelope-from ale) Message-Id: <200709220625.l8M6P5Rq047866@repoman.freebsd.org> From: Alex Dupre Date: Sat, 22 Sep 2007 06:25: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/xpi-adblock_plus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 06:25:06 -0000 ale 2007-09-22 06:25:05 UTC FreeBSD ports repository Modified files: www/xpi-adblock_plus Makefile distinfo Log: Update to 0.7.5.2 release. Revision Changes Path 1.8 +1 -1 ports/www/xpi-adblock_plus/Makefile 1.8 +3 -3 ports/www/xpi-adblock_plus/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 07:21:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E35116A417; Sat, 22 Sep 2007 07:21:13 +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 7A6B513C43E; Sat, 22 Sep 2007 07:21:13 +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 l8M7LDSq052264; Sat, 22 Sep 2007 07:21:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M7LDSA052262; Sat, 22 Sep 2007 07:21:13 GMT (envelope-from thierry) Message-Id: <200709220721.l8M7LDSA052262@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 22 Sep 2007 07: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/mpich2 Makefile distinfo pkg-plist ports/net/mpich2/files manpages X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 07:21:13 -0000 thierry 2007-09-22 07:21:12 UTC FreeBSD ports repository Modified files: net/mpich2 Makefile distinfo pkg-plist net/mpich2/files manpages Log: Upgrade to 1.0.6. Changelog at Revision Changes Path 1.65 +9 -5 ports/net/mpich2/Makefile 1.34 +3 -3 ports/net/mpich2/distinfo 1.2 +56 -0 ports/net/mpich2/files/manpages 1.31 +108 -13 ports/net/mpich2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 22 07:21:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B92F16A4A9; Sat, 22 Sep 2007 07:21:18 +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 2837213C447; Sat, 22 Sep 2007 07:21:18 +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 l8M7LIsn052304; Sat, 22 Sep 2007 07:21:18 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M7LIvR052303; Sat, 22 Sep 2007 07:21:18 GMT (envelope-from thierry) Message-Id: <200709220721.l8M7LIvR052303@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 22 Sep 2007 07:21: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/scotch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 07:21:18 -0000 thierry 2007-09-22 07:21:18 UTC FreeBSD ports repository Modified files: cad/scotch Makefile distinfo Log: Minor upgrade to 5.0.1. Notified by: François Pellegrini (author) Revision Changes Path 1.4 +3 -3 ports/cad/scotch/Makefile 1.4 +3 -3 ports/cad/scotch/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 07:43:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDB2616A421; Sat, 22 Sep 2007 07:43:43 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C121D13C468; Sat, 22 Sep 2007 07:43:43 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M7hhmq053598; Sat, 22 Sep 2007 07:43:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M7hhHB053597; Sat, 22 Sep 2007 07:43:43 GMT (envelope-from ale) Message-Id: <200709220743.l8M7hhHB053597@repoman.freebsd.org> From: Alex Dupre Date: Sat, 22 Sep 2007 07: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/devel Makefile ports/devel/javolution 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: Sat, 22 Sep 2007 07:43:43 -0000 ale 2007-09-22 07:43:43 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/javolution Makefile distinfo pkg-descr Log: Javolution is the Java solution for real-time and embedded systems. Javolution real-time goals are simple: to make your application faster and more time predictable! That being accomplished through: * High performance and time-deterministic (real-time) util / lang / text / io / xml base classes. * Context programming in order to achieve true separation of concerns (logging, performance, etc). * A testing framework addressing not only unit tests but also performance and regression tests as well. * Straightforward and low-level parallel computing capabilities with ConcurrentContext. * Struct and Union base classes for direct interfacing with native applications (e.g. C/C++). * World's fastest and first hard real-time XML marshalling/unmarshalling facility. * Simple yet flexible configuration management of your application. WWW: http://javolution.org/ Revision Changes Path 1.2888 +1 -0 ports/devel/Makefile 1.1 +39 -0 ports/devel/javolution/Makefile (new) 1.1 +3 -0 ports/devel/javolution/distinfo (new) 1.1 +23 -0 ports/devel/javolution/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 22 07:44:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D6916A41B; Sat, 22 Sep 2007 07:44:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEA4313C480; Sat, 22 Sep 2007 07:44:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M7i21j053664; Sat, 22 Sep 2007 07:44:02 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M7i2wv053663; Sat, 22 Sep 2007 07:44:02 GMT (envelope-from ale) Message-Id: <200709220744.l8M7i2wv053663@repoman.freebsd.org> From: Alex Dupre Date: Sat, 22 Sep 2007 07:44:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 22 Sep 2007 07:44:02 -0000 ale 2007-09-22 07:44:02 UTC FreeBSD ports repository Modified files: . modules Log: javolution --> ports/devel/javolution Revision Changes Path 1.18774 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 22 08:32:51 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57EF616A417; Sat, 22 Sep 2007 08:32:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id EC2F913C48A; Sat, 22 Sep 2007 08:32:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 8012EA4A57E; Sat, 22 Sep 2007 10:32:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id H6kkDI9zCdwo; Sat, 22 Sep 2007 10:32:44 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id CC66BA4A578; Sat, 22 Sep 2007 10:32:38 +0200 (CEST) Message-ID: <46F4D310.1020800@FreeBSD.org> Date: Sat, 22 Sep 2007 10:32:16 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: John Baldwin References: <200709101730.l8AHUiuK056340@repoman.freebsd.org> <200709211511.52636.jhb@freebsd.org> In-Reply-To: <200709211511.52636.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/cvsup www-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 08:32:51 -0000 John Baldwin escribió: > On Monday 10 September 2007 01:30:44 pm Gabor Kovesdan wrote: > >> gabor 2007-09-10 17:30:44 UTC >> >> FreeBSD src repository (doc,ports committer) >> >> Modified files: (Branch: RELENG_6) >> share/examples/cvsup www-supfile >> Log: >> MFC r1.7 >> > > Which was? > > Removing some information about the size of the data directory, which is not correct any more. Sorry for not mentioning it, when I was mentored, my mentor never complained that I had to do so. Simon also noted that it was necessary, so I will include the logs for MFCs in the future. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:03:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5773216A418; Sat, 22 Sep 2007 09:03:32 +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 3083C13C43E; Sat, 22 Sep 2007 09:03:32 +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 l8M93Wf3070931; Sat, 22 Sep 2007 09:03:32 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M93WZL070930; Sat, 22 Sep 2007 09:03:32 GMT (envelope-from olgeni) Message-Id: <200709220903.l8M93WZL070930@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 22 Sep 2007 09:03:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/mit-scheme Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:03:32 -0000 olgeni 2007-09-22 09:03:32 UTC FreeBSD ports repository Modified files: lang/mit-scheme Makefile distinfo Log: Fix MASTER_SITES. PR: ports/116530 Submitted by: Alexander Zhuravlev Revision Changes Path 1.39 +5 -5 ports/lang/mit-scheme/Makefile 1.16 +6 -6 ports/lang/mit-scheme/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:12:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2248716A421; Sat, 22 Sep 2007 09:12:00 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF74A13C4B7; Sat, 22 Sep 2007 09:11:59 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M9BxJ7071466; Sat, 22 Sep 2007 09:11:59 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M9BxdY071465; Sat, 22 Sep 2007 09:11:59 GMT (envelope-from fjoe) Message-Id: <200709220911.l8M9BxdY071465@repoman.freebsd.org> From: Max Khon Date: Sat, 22 Sep 2007 09:11: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/lang/llvm-gcc4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:12:00 -0000 fjoe 2007-09-22 09:11:59 UTC FreeBSD ports repository Modified files: lang/llvm-gcc4 Makefile Log: Only for i386 and amd64. Revision Changes Path 1.7 +1 -0 ports/lang/llvm-gcc4/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:16:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C352216A417; Sat, 22 Sep 2007 09:16:33 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA0013C468; Sat, 22 Sep 2007 09:16:33 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8M9GXUd071664; Sat, 22 Sep 2007 09:16:33 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M9GXvg071663; Sat, 22 Sep 2007 09:16:33 GMT (envelope-from fjoe) Message-Id: <200709220916.l8M9GXvg071663@repoman.freebsd.org> From: Max Khon Date: Sat, 22 Sep 2007 09:16: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/archivers/upx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:16:34 -0000 fjoe 2007-09-22 09:16:33 UTC FreeBSD ports repository Modified files: archivers/upx Makefile Log: Not for sparc64. I do not have sparc64 hw to fix the build. Revision Changes Path 1.6 +1 -0 ports/archivers/upx/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:21:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5726016A418; Sat, 22 Sep 2007 09:21:37 +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 2F47E13C45B; Sat, 22 Sep 2007 09:21:37 +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 l8M9Lbt4072081; Sat, 22 Sep 2007 09:21:37 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M9LbnS072080; Sat, 22 Sep 2007 09:21:37 GMT (envelope-from nivit) Message-Id: <200709220921.l8M9LbnS072080@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 22 Sep 2007 09:21: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/math/wxMaxima Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:21:37 -0000 nivit 2007-09-22 09:21:37 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile distinfo Log: - Update to 0.7.3.a Revision Changes Path 1.14 +2 -1 ports/math/wxMaxima/Makefile 1.10 +3 -3 ports/math/wxMaxima/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:22:23 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF6016A41B; Sat, 22 Sep 2007 09:22:23 +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 4640913C44B; Sat, 22 Sep 2007 09:22:23 +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 l8M9MNAd072155; Sat, 22 Sep 2007 09:22:23 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8M9MNK7072154; Sat, 22 Sep 2007 09:22:23 GMT (envelope-from nivit) Message-Id: <200709220922.l8M9MNK7072154@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 22 Sep 2007 09:22: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/textproc/libnxml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:22:23 -0000 nivit 2007-09-22 09:22:23 UTC FreeBSD ports repository Modified files: textproc/libnxml Makefile distinfo Log: - Update to 0.18.1 Revision Changes Path 1.16 +1 -1 ports/textproc/libnxml/Makefile 1.13 +3 -3 ports/textproc/libnxml/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 09:40:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD5C16A417; Sat, 22 Sep 2007 09:40:14 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id B715413C467; Sat, 22 Sep 2007 09:40:13 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id EA7C820A7; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CE4D220A5; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id AF4AC8448B; Sat, 22 Sep 2007 11:40:06 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Sean Farley References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> Date: Sat, 22 Sep 2007 11:40:06 +0200 In-Reply-To: <200709220230.l8M2UiRK020609@repoman.freebsd.org> (Sean Farley's message of "Sat\, 22 Sep 2007 02\:30\:44 +0000 \(UTC\)") Message-ID: <86r6krqbrd.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib getenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 09:40:14 -0000 Sean Farley writes: > Log: > The precision for a string argument in a call to warnx() needs to be ca= st > to an int to remove the warning from using a size_t variable on 64-bit > platforms. s/to remove the warning/to actually work/ DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sat Sep 22 10:27:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED9E16A417; Sat, 22 Sep 2007 10:27:15 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 952A813C448; Sat, 22 Sep 2007 10:27:15 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MARFmw077477; Sat, 22 Sep 2007 10:27:15 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MARFZX077474; Sat, 22 Sep 2007 10:27:15 GMT (envelope-from skv) Message-Id: <200709221027.l8MARFZX077474@repoman.freebsd.org> From: Sergey Skvortsov Date: Sat, 22 Sep 2007 10:27:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bugzilla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 10:27:15 -0000 skv 2007-09-22 10:27:15 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo Log: Update to 3.0.2 PR: ports/116517 Submitted by: Nick Barkas Changes: http://www.bugzilla.org/releases/3.0.2/release-notes.html Security: http://www.vuxml.org/freebsd/f8d3689e-6770-11dc-8be8-02e0185f8d72.html Revision Changes Path 1.53 +1 -1 ports/devel/bugzilla/Makefile 1.24 +3 -3 ports/devel/bugzilla/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 11:18:01 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0FE116A417; Sat, 22 Sep 2007 11:18:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75CD413C43E; Sat, 22 Sep 2007 11:18:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MBI1Ct081502; Sat, 22 Sep 2007 11:18:01 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MBI13A081501; Sat, 22 Sep 2007 11:18:01 GMT (envelope-from novel) Message-Id: <200709221118.l8MBI13A081501@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 22 Sep 2007 11:18: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/sysutils/gkrellfire Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 11:18:01 -0000 novel 2007-09-22 11:18:01 UTC FreeBSD ports repository Modified files: sysutils/gkrellfire Makefile distinfo Log: Update to 0.4.1. Revision Changes Path 1.14 +1 -2 ports/sysutils/gkrellfire/Makefile 1.7 +3 -3 ports/sysutils/gkrellfire/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 11:21:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44E1316A417; Sat, 22 Sep 2007 11:21:02 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id CD41113C44B; Sat, 22 Sep 2007 11:21:01 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l8MBKm7G003244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Sep 2007 21:20:51 +1000 Date: Sat, 22 Sep 2007 21:20:48 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86r6krqbrd.fsf@ds4.des.no> Message-ID: <20070922202914.B90809@besplex.bde.org> References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> <86r6krqbrd.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1574293470-1190460048=:90809" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sean Farley Subject: Re: cvs commit: src/lib/libc/stdlib getenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 11:21:02 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1574293470-1190460048=:90809 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 22 Sep 2007, [utf-8] Dag-Erling Sm=C3=B8rgrav wrote: > Sean Farley writes: >> Log: >> The precision for a string argument in a call to warnx() needs to be c= ast >> to an int to remove the warning from using a size_t variable on 64-bit >> platforms. > > s/to remove the warning/to actually work/ Please be precise :-). s/to remove the warning ... on 64-bit platforms/to avoid undefined behaviou= r on platforms where size_t is not u_int, and to avoid having to make a delicate analysis to show that the behaviour is defined and correct on all other platforms/. Delicate analysis: - size_t is always an unsigned type, but the required type is int, so size_t is never compatible with the required type. - on platforms where size_t is smaller than int, the arg type is nevertheless compatible with int, since warnx() is variadic and the arg is one of the variadic args; the default promotions thus apply and the arg is passed as an int whether or not you cast it explicitly to int (but casting it to a type larger than int would break it). FreeBSD doesn't support any platforms in this class. - on platforms where size_t is u_int, the arg is passed as a u_int. The analysis for this case is too delicate to give in full here. Partial analysis: - the size_t variable must have a small value that is representable as an int (else casting it to int would be a bug and/or printing a line of that length would be a style bug). - the behaviour seems to have been undefined in C90, since va_arg() requires strict type compatibility in C90 and warnx() is implemented using va_arg(ap, int) which gave UB on u_int's. Similarly for function calls, except the wording is less clear/strict. - UB in C90 was a bug in C90. This is fixed in C99. Now both va_arg() and function call args are specifically required to work if one type is a signed integer type, the [promotion of the] other type is the corresponding unsigned integer type, and the value is representable in both types. Compatibility of the representation of integers and unsigned integers probably also requires this, but the specification of this in C90 is probably to fuzzy to override the parts that specify UB. Everyone just knows that this case has to work. Bruce --0-1574293470-1190460048=:90809-- From owner-cvs-all@FreeBSD.ORG Sat Sep 22 11:40:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B89E16A41A; Sat, 22 Sep 2007 11:40:35 +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 2A06C13C4AC; Sat, 22 Sep 2007 11:40:35 +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 l8MBeZZN082820; Sat, 22 Sep 2007 11:40:35 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MBeZfD082819; Sat, 22 Sep 2007 11:40:35 GMT (envelope-from mm) Message-Id: <200709221140.l8MBeZfD082819@repoman.freebsd.org> From: Martin Matuska Date: Sat, 22 Sep 2007 11:40: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/lang/tcl84 Makefile distinfo ports/x11-toolkits/tk84 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 11:40:35 -0000 mm 2007-09-22 11:40:34 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile distinfo x11-toolkits/tk84 Makefile distinfo Log: - Update to 8.4.16 Revision Changes Path 1.109 +1 -2 ports/lang/tcl84/Makefile 1.39 +3 -3 ports/lang/tcl84/distinfo 1.105 +1 -2 ports/x11-toolkits/tk84/Makefile 1.37 +3 -3 ports/x11-toolkits/tk84/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 11:42:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E1B116A419; Sat, 22 Sep 2007 11:42:17 +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 4024813C47E; Sat, 22 Sep 2007 11:42:17 +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 l8MBgHUi083094; Sat, 22 Sep 2007 11:42:17 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MBgHaQ083093; Sat, 22 Sep 2007 11:42:17 GMT (envelope-from mm) Message-Id: <200709221142.l8MBgHaQ083093@repoman.freebsd.org> From: Martin Matuska Date: Sat, 22 Sep 2007 11:42: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/lang/xotcl Makefile distinfo ports/lang/xotcl/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 11:42:17 -0000 mm 2007-09-22 11:42:17 UTC FreeBSD ports repository Modified files: lang/xotcl Makefile distinfo Added files: lang/xotcl/files patch-configure Log: - Update to 1.5.5 - Add patch to properly detect private Tcl headers Revision Changes Path 1.14 +3 -1 ports/lang/xotcl/Makefile 1.4 +3 -3 ports/lang/xotcl/distinfo 1.3 +15 -0 ports/lang/xotcl/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 22 13:54:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36F216A41A; Sat, 22 Sep 2007 13:54:58 +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 85D5D13C45A; Sat, 22 Sep 2007 13:54:58 +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 l8MDswDo008752; Sat, 22 Sep 2007 13:54:58 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MDswaF008751; Sat, 22 Sep 2007 13:54:58 GMT (envelope-from mm) Message-Id: <200709221354.l8MDswaF008751@repoman.freebsd.org> From: Martin Matuska Date: Sat, 22 Sep 2007 13:54:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/bwidget Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 13:54:58 -0000 mm 2007-09-22 13:54:58 UTC FreeBSD ports repository Modified files: x11-toolkits/bwidget Makefile Log: - Add runtime dependency on Tk 84+ - Change maintainer to myself - Bump PORTREVISION Revision Changes Path 1.9 +4 -1 ports/x11-toolkits/bwidget/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 22 14:23:53 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9A216A417; Sat, 22 Sep 2007 14:23:53 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 405C013C46A; Sat, 22 Sep 2007 14:23:53 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MENroH011724; Sat, 22 Sep 2007 14:23:53 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MENrYH011723; Sat, 22 Sep 2007 14:23:53 GMT (envelope-from cognet) Message-Id: <200709221423.l8MENrYH011723@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 14:23: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/arm/include asmacros.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 14:23:53 -0000 cognet 2007-09-22 14:23:52 UTC FreeBSD src repository Modified files: sys/arm/include asmacros.h Log: Twist the RAS logic a bit to avoid branching. MFC After: 1 week Approved by: re (blanket) Revision Changes Path 1.6 +9 -12 src/sys/arm/include/asmacros.h From owner-cvs-all@FreeBSD.ORG Sat Sep 22 14:54:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F8E16A41A; Sat, 22 Sep 2007 14:54:38 +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 AB51C13C448; Sat, 22 Sep 2007 14:54:37 +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 l8MEsb92013575; Sat, 22 Sep 2007 14:54:37 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MEsbHs013574; Sat, 22 Sep 2007 14:54:37 GMT (envelope-from vanilla) Message-Id: <200709221454.l8MEsbHs013574@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 22 Sep 2007 14:54: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 Makefile ports/textproc/xqilla 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, 22 Sep 2007 14:54:38 -0000 vanilla 2007-09-22 14:54:36 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xqilla Makefile distinfo pkg-descr pkg-plist Log: Add xqilla, it's an XQuery & XPath2 library. Revision Changes Path 1.1184 +1 -0 ports/textproc/Makefile 1.1 +30 -0 ports/textproc/xqilla/Makefile (new) 1.1 +3 -0 ports/textproc/xqilla/distinfo (new) 1.1 +4 -0 ports/textproc/xqilla/pkg-descr (new) 1.1 +392 -0 ports/textproc/xqilla/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 22 14:56:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C4216A41A; Sat, 22 Sep 2007 14:56:04 +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 4282E13C44B; Sat, 22 Sep 2007 14:56:04 +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 l8MEu4pD013696; Sat, 22 Sep 2007 14:56:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MEu4aX013695; Sat, 22 Sep 2007 14:56:04 GMT (envelope-from vanilla) Message-Id: <200709221456.l8MEu4aX013695@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 22 Sep 2007 14:56:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 22 Sep 2007 14:56:04 -0000 vanilla 2007-09-22 14:56:03 UTC FreeBSD ports repository Modified files: . modules Log: xqilla --> ports/textproc/xqilla Revision Changes Path 1.18775 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 22 15:14:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF4F16A417; Sat, 22 Sep 2007 15:14:58 +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 AD3A113C447; Sat, 22 Sep 2007 15:14:58 +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 l8MFEwe5016220; Sat, 22 Sep 2007 15:14:58 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MFEw87016219; Sat, 22 Sep 2007 15:14:58 GMT (envelope-from ehaupt) Message-Id: <200709221514.l8MFEw87016219@repoman.freebsd.org> From: Emanuel Haupt Date: Sat, 22 Sep 2007 15:14: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/games/filters Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 15:14:59 -0000 ehaupt 2007-09-22 15:14:58 UTC FreeBSD ports repository Modified files: games/filters Makefile distinfo Log: Update to 2.41 Revision Changes Path 1.8 +1 -1 ports/games/filters/Makefile 1.5 +3 -3 ports/games/filters/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 15:49:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F387216A417; Sat, 22 Sep 2007 15:49:18 +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 C414713C45B; Sat, 22 Sep 2007 15:49:18 +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 l8MFnIBN018051; Sat, 22 Sep 2007 15:49:18 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MFnI9D018050; Sat, 22 Sep 2007 15:49:18 GMT (envelope-from lwhsu) Message-Id: <200709221549.l8MFnI9D018050@repoman.freebsd.org> From: Li-Wen Hsu Date: Sat, 22 Sep 2007 15: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/textproc/py-hyperestraier-python Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 15:49:19 -0000 lwhsu 2007-09-22 15:49:18 UTC FreeBSD ports repository Modified files: textproc/py-hyperestraier-python Makefile distinfo Log: - Update to 0.10.2. PR: ports/116541 Submitted by: "Junji NAKANISHI" (maintainer) Revision Changes Path 1.5 +1 -1 ports/textproc/py-hyperestraier-python/Makefile 1.3 +3 -3 ports/textproc/py-hyperestraier-python/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 16:25:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD7016A417; Sat, 22 Sep 2007 16:25:43 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B628E13C45A; Sat, 22 Sep 2007 16:25:43 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MGPhUJ021662; Sat, 22 Sep 2007 16:25:43 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MGPhF7021661; Sat, 22 Sep 2007 16:25:43 GMT (envelope-from cognet) Message-Id: <200709221625.l8MGPhF7021661@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 16:25: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/arm/conf CRB src/sys/arm/xscale/i8134x crb_machdep.c files.crb i81342.c i81342reg.h iq81342_7seg.c iq81342reg.h iq81342var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 16:25:43 -0000 cognet 2007-09-22 16:25:43 UTC FreeBSD src repository Modified files: sys/arm/conf CRB sys/arm/xscale/i8134x crb_machdep.c files.crb i81342.c i81342reg.h Added files: sys/arm/xscale/i8134x iq81342_7seg.c iq81342reg.h iq81342var.h Log: Add a driver for the 7seg found on the CRB board, largely based on the IQ31244 version. Approved by: re (blanket) Revision Changes Path 1.2 +2 -0 src/sys/arm/conf/CRB 1.2 +7 -0 src/sys/arm/xscale/i8134x/crb_machdep.c 1.2 +1 -0 src/sys/arm/xscale/i8134x/files.crb 1.2 +1 -0 src/sys/arm/xscale/i8134x/i81342.c 1.2 +3 -0 src/sys/arm/xscale/i8134x/i81342reg.h 1.1 +391 -0 src/sys/arm/xscale/i8134x/iq81342_7seg.c (new) 1.1 +33 -0 src/sys/arm/xscale/i8134x/iq81342reg.h (new) 1.1 +32 -0 src/sys/arm/xscale/i8134x/iq81342var.h (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 22 18:22:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1933916A418; Sat, 22 Sep 2007 18:22:32 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA87E13C48E; Sat, 22 Sep 2007 18:22:31 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MIMVYR039614; Sat, 22 Sep 2007 18:22:31 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MIMVrF039613; Sat, 22 Sep 2007 18:22:31 GMT (envelope-from mlaier) Message-Id: <200709221822.l8MIMVrF039613@repoman.freebsd.org> From: Max Laier Date: Sat, 22 Sep 2007 18:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 18:22:32 -0000 mlaier 2007-09-22 18:22:31 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Remove PF_MPSAFE_UGID leftover. Spotted by: bz Approved by: re (gnn) Revision Changes Path 1.1452 +0 -4 src/sys/conf/NOTES 1.607 +0 -1 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Sat Sep 22 19:23:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98CCC16A419; Sat, 22 Sep 2007 19:23:18 +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 7BE1D13C457; Sat, 22 Sep 2007 19:23:18 +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 l8MJNIQK044649; Sat, 22 Sep 2007 19:23:18 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MJNIZI044648; Sat, 22 Sep 2007 19:23:18 GMT (envelope-from erwin) Message-Id: <200709221923.l8MJNIZI044648@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 22 Sep 2007 19:23: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/security/p5-Crypt-SSLeay Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 19:23:18 -0000 erwin 2007-09-22 19:23:18 UTC FreeBSD ports repository Modified files: security/p5-Crypt-SSLeay Makefile distinfo Log: Update to 0.57 Revision Changes Path 1.26 +1 -1 ports/security/p5-Crypt-SSLeay/Makefile 1.19 +3 -3 ports/security/p5-Crypt-SSLeay/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 19:27:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C16216A417; Sat, 22 Sep 2007 19:27: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 4F33A13C47E; Sat, 22 Sep 2007 19:27: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 l8MJRCcO044853; Sat, 22 Sep 2007 19:27:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MJRCcW044852; Sat, 22 Sep 2007 19:27:12 GMT (envelope-from erwin) Message-Id: <200709221927.l8MJRCcW044852@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 22 Sep 2007 19:27: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/textproc/p5-PDF-API2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 19:27:12 -0000 erwin 2007-09-22 19:27:12 UTC FreeBSD ports repository Modified files: textproc/p5-PDF-API2 Makefile distinfo Log: Update to 0.64 Revision Changes Path 1.41 +1 -1 ports/textproc/p5-PDF-API2/Makefile 1.34 +3 -3 ports/textproc/p5-PDF-API2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 20:24:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BDCA16A417; Sat, 22 Sep 2007 20:24:08 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id CEA4D13C448; Sat, 22 Sep 2007 20:24:07 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l8MJwqFw034844; Sat, 22 Sep 2007 14:58:52 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sat, 22 Sep 2007 14:58:52 -0500 (CDT) From: "Sean C. Farley" To: Bruce Evans In-Reply-To: <20070922202914.B90809@besplex.bde.org> Message-ID: References: <200709220230.l8M2UiRK020609@repoman.freebsd.org> <86r6krqbrd.fsf@ds4.des.no> <20070922202914.B90809@besplex.bde.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1449508764-1190491117=:52204" Content-ID: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.farley.org Cc: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib getenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 20:24:08 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1449508764-1190491117=:52204 Content-Type: TEXT/PLAIN; CHARSET=UTF-8; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Sat, 22 Sep 2007, Bruce Evans wrote: > On Sat, 22 Sep 2007, [utf-8] Dag-Erling Smørgrav wrote: > >> Sean Farley writes: >>> Log: >>> The precision for a string argument in a call to warnx() needs to >>> be cast to an int to remove the warning from using a size_t >>> variable on 64-bit platforms. >> >> s/to remove the warning/to actually work/ I do agree with this; I consider warnings to be nests for bugs to hide. I also dislike casts in general since they can hide bugs too. This is why I wish the specification for the printf() family of functions, which warnx uses, required the precision to be size_t instead of int to match the output type of strlen(). Unfortunately, it would be ssize_t since it accepts negative values. > Please be precise :-). > > s/to remove the warning ... on 64-bit platforms/to avoid undefined > behaviour on platforms where size_t is not u_int, and to avoid having > to make a delicate analysis to show that the behaviour is defined and > correct on all other platforms/. Thank you for the analysis below. You are a wealth of standard/specification knowledge. > Delicate analysis: > - size_t is always an unsigned type, but the required type is int, so > size_t is never compatible with the required type. > - on platforms where size_t is smaller than int, the arg type is > nevertheless compatible with int, since warnx() is variadic and the > arg is one of the variadic args; the default promotions thus apply > and the arg is passed as an int whether or not you cast it > explicitly to int (but casting it to a type larger than int would > break it). FreeBSD doesn't support any platforms in this class. > - on platforms where size_t is u_int, the arg is passed as a u_int. > The analysis for this case is too delicate to give in full here. > Partial analysis: > - the size_t variable must have a small value that is representable > as an int (else casting it to int would be a bug and/or printing a > line of that length would be a style bug). What would be a good maximum that would fit style? Although still fairly big, NL_TEXTMAX for the entire line looks plausible. > - the behaviour seems to have been undefined in C90, since va_arg() > requires strict type compatibility in C90 and warnx() is > implemented using va_arg(ap, int) which gave UB on u_int's. > Similarly for function calls, except the wording is less > clear/strict. > - UB in C90 was a bug in C90. This is fixed in C99. Now both > va_arg() and function call args are specifically required to work > if one type is a signed integer type, the [promotion of the] other > type is the corresponding unsigned integer type, and the value is > representable in both types. Compatibility of the representation > of integers and unsigned integers probably also requires this, but > the specification of this in C90 is probably to fuzzy to override > the parts that specify UB. Everyone just knows that this case has > to work. I must be slow today; it took me awhile to see UB as undefined behavior. Would the best solution be to place a cap on the value? If the value is less than INT_MAX, cast it to an int else pass it INT_MAX. Actually, it looks like the value should never be greater than ARG_MAX if wanting to be able to call exec since according to SUSv3 that is the: Maximum length of argument to the exec functions including environment data. Hopefully, no environment variables (name=value string) are anywhere close in size to size_t. :) Here is a patch (untested) to at least cast safely. How does this look? Index: getenv.c =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/getenv.c,v retrieving revision 1.12 diff -u -r1.12 getenv.c --- getenv.c 22 Sep 2007 02:30:44 -0000 1.12 +++ getenv.c 22 Sep 2007 19:05:51 -0000 @@ -356,8 +356,8 @@ activeNdx = envVarsTotal - 1; if (__findenv(envVars[envNdx].name, nameLen, &activeNdx, false) == NULL) { - warnx(CorruptEnvFindMsg, (int)nameLen, - envVars[envNdx].name); + warnx(CorruptEnvFindMsg, nameLen > INT_MAX ? INT_MAX : + (int)nameLen, envVars[envNdx].name); errno = EFAULT; goto Failure; } Sean -- scf@FreeBSD.org --0-1449508764-1190491117=:52204-- From owner-cvs-all@FreeBSD.ORG Sat Sep 22 20:34:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C70B16A417; Sat, 22 Sep 2007 20:34:08 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73F9A13C457; Sat, 22 Sep 2007 20:34:08 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MKY8IP049932; Sat, 22 Sep 2007 20:34:08 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MKY8DQ049931; Sat, 22 Sep 2007 20:34:08 GMT (envelope-from obraun) Message-Id: <200709222034.l8MKY8DQ049931@repoman.freebsd.org> From: Oliver Braun Date: Sat, 22 Sep 2007 20:34:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/lbdb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 20:34:08 -0000 obraun 2007-09-22 20:34:07 UTC FreeBSD ports repository Modified files: mail/lbdb Makefile distinfo Log: Update to 0.35.1. Revision Changes Path 1.31 +1 -1 ports/mail/lbdb/Makefile 1.21 +3 -3 ports/mail/lbdb/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 21:06:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FDE316A41A; Sat, 22 Sep 2007 21:06:56 +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 79F5013C458; Sat, 22 Sep 2007 21:06:56 +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 l8ML6uAG061625; Sat, 22 Sep 2007 21:06:56 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ML6udO061623; Sat, 22 Sep 2007 21:06:56 GMT (envelope-from thierry) Message-Id: <200709222106.l8ML6udO061623@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 22 Sep 2007 21: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/multimedia/jahshaka 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: Sat, 22 Sep 2007 21:06:56 -0000 thierry 2007-09-22 21:06:56 UTC FreeBSD ports repository Modified files: multimedia/jahshaka Makefile pkg-plist Log: Install the missing plug-ins: without them Jahshaka crashes. PR: ports/115308 Submitted by: Jim Dutton Revision Changes Path 1.8 +3 -2 ports/multimedia/jahshaka/Makefile 1.2 +68 -1 ports/multimedia/jahshaka/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 22 21:46:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F9316A417; Sat, 22 Sep 2007 21:46: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 0D50813C455; Sat, 22 Sep 2007 21:46: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 l8MLkADB063873; Sat, 22 Sep 2007 21:46:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MLkAuY063872; Sat, 22 Sep 2007 21:46:10 GMT (envelope-from miwi) Message-Id: <200709222146.l8MLkAuY063872@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Sep 2007 21:46: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/x11-wm/transset-df Makefile distinfo ports/x11-wm/transset-df/files patch-transset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 21:46:11 -0000 miwi 2007-09-22 21:46:10 UTC FreeBSD ports repository Modified files: x11-wm/transset-df Makefile distinfo Removed files: x11-wm/transset-df/files patch-transset.c Log: - Update to v6 Changelog: Select flag: --actual Set transparency to the actual focused X11 window Thanks to Roman Divacky for the patch Submitted by: rdivacky@ Revision Changes Path 1.7 +1 -2 ports/x11-wm/transset-df/Makefile 1.3 +3 -3 ports/x11-wm/transset-df/distinfo 1.2 +0 -63 ports/x11-wm/transset-df/files/patch-transset.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Sep 22 21:53:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0762416A419; Sat, 22 Sep 2007 21:53:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E69B713C455; Sat, 22 Sep 2007 21:53: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 l8MLr2NB064377; Sat, 22 Sep 2007 21:53:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MLr2H6064376; Sat, 22 Sep 2007 21:53:02 GMT (envelope-from miwi) Message-Id: <200709222153.l8MLr2H6064376@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Sep 2007 21:53: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/mediawiki19 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 21:53:03 -0000 miwi 2007-09-22 21:53:02 UTC FreeBSD ports repository Modified files: www/mediawiki19 Makefile distinfo Log: - Update to 1.9.4 PR: 116523 Submitted by: Nick Barkas Approved by: maintainer implicit Security: http://www.vuxml.org/freebsd/c9c14242-6843-11dc-82b6-02e0185f8d72.html Revision Changes Path 1.38 +1 -1 ports/www/mediawiki19/Makefile 1.27 +3 -3 ports/www/mediawiki19/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 21:54:40 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C7BE16A418; Sat, 22 Sep 2007 21:54: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 285EF13C448; Sat, 22 Sep 2007 21:54: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 l8MLsdmZ064436; Sat, 22 Sep 2007 21:54:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MLsdqD064435; Sat, 22 Sep 2007 21:54:39 GMT (envelope-from miwi) Message-Id: <200709222154.l8MLsdqD064435@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Sep 2007 21:54: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/www/mediawiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 21:54:40 -0000 miwi 2007-09-22 21:54:39 UTC FreeBSD ports repository Modified files: www/mediawiki Makefile distinfo Log: - Update to 1.10.2 Approved by: maintainer implicit Security: http://www.vuxml.org/freebsd/c9c14242-6843-11dc-82b6-02e0185f8d72.html Revision Changes Path 1.39 +1 -1 ports/www/mediawiki/Makefile 1.29 +3 -3 ports/www/mediawiki/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 22 22:25:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9316A417; Sat, 22 Sep 2007 22:25:25 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14C9D13C455; Sat, 22 Sep 2007 22:25:25 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MMPOVt067481; Sat, 22 Sep 2007 22:25:24 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MMPOLl067480; Sat, 22 Sep 2007 22:25:24 GMT (envelope-from cognet) Message-Id: <200709222225.l8MMPOLl067480@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 22:25: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/arm/xscale/i8134x i81342reg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 22:25:25 -0000 cognet 2007-09-22 22:25:24 UTC FreeBSD src repository Modified files: sys/arm/xscale/i8134x i81342reg.h Log: Add various macros for the ADMA unit. Approved by: re (blanket) Revision Changes Path 1.3 +39 -0 src/sys/arm/xscale/i8134x/i81342reg.h From owner-cvs-all@FreeBSD.ORG Sat Sep 22 22:47:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFF916A417; Sat, 22 Sep 2007 22:47:49 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C36F13C44B; Sat, 22 Sep 2007 22:47:49 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MMlnaP068693; Sat, 22 Sep 2007 22:47:49 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MMlnsS068692; Sat, 22 Sep 2007 22:47:49 GMT (envelope-from cognet) Message-Id: <200709222247.l8MMlnsS068692@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Sep 2007 22:47:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 22:47:49 -0000 cognet 2007-09-22 22:47:49 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not at least the minimum asked by the driver. Approved by: re (blanket) Revision Changes Path 1.86 +3 -3 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Sep 22 23:13:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 810FC16A419; Sat, 22 Sep 2007 23:13:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D28D13C45A; Sat, 22 Sep 2007 23:13:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MNDmH6071529; Sat, 22 Sep 2007 23:13:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8MNDmPq071528; Sat, 22 Sep 2007 23:13:48 GMT (envelope-from mnag) Message-Id: <200709222313.l8MNDmPq071528@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 22 Sep 2007 23:13: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/www/lighttpd Makefile ports/www/lighttpd/files patch-src__network_freebsd_sendfile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 23:13:48 -0000 mnag 2007-09-22 23:13:47 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile Added files: www/lighttpd/files patch-src__network_freebsd_sendfile.c Log: - Respect EAGAIN and retry sendfile() instead close connection. - Remove empty lines and add two more cases to switch(errno) - Bump PORTREVISION Revision Changes Path 1.57 +1 -0 ports/www/lighttpd/Makefile 1.1 +47 -0 ports/www/lighttpd/files/patch-src__network_freebsd_sendfile.c (new)