From owner-cvs-all@FreeBSD.ORG Sat May 23 21:19:03 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D3101065673; Sat, 23 May 2009 21:19:03 +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 2B9438FC0C; Sat, 23 May 2009 21:19:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4NLJ3LV013806; Sat, 23 May 2009 21:19:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4NLJ37K013805; Sat, 23 May 2009 21:19:03 GMT (envelope-from marcus) Message-Id: <200905232119.n4NLJ37K013805@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 23 May 2009 21:19:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/hal Makefile ports/sysutils/hal/files patch-configure patch-configure.in patch-hald_freebsd_probing_probe-usb2-device.c patch-hald_hf-storage.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 21:19:03 -0000 marcus 2009-05-23 21:19:03 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile sysutils/hal/files patch-configure patch-configure.in patch-hald_freebsd_probing_probe-usb2-device.c patch-hald_hf-storage.c Log: * Correct a potential infinite recursion loop triggered by the new GEOM classes [1] * Fix some minor issues with usb2 support [2] PR: 134731 [1] Submitted by: hselasky [2] Revision Changes Path 1.55 +1 -1 ports/sysutils/hal/Makefile 1.3 +1 -1 ports/sysutils/hal/files/patch-configure 1.3 +1 -1 ports/sysutils/hal/files/patch-configure.in 1.3 +5 -4 ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c 1.4 +25 -20 ports/sysutils/hal/files/patch-hald_hf-storage.c