From owner-cvs-all@FreeBSD.ORG Mon Aug 25 01:29:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D07021065686; Mon, 25 Aug 2008 01:29:01 +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 C6AD38FC18; Mon, 25 Aug 2008 01:29:01 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7P1T1he004259; Mon, 25 Aug 2008 01:29:01 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7P1T1JO004258; Mon, 25 Aug 2008 01:29:01 GMT (envelope-from rafan) Message-Id: <200808250129.m7P1T1JO004258@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 25 Aug 2008 01:29: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/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, 25 Aug 2008 01:29:01 -0000 rafan 2008-08-25 01:29:01 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: - Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS) update: if a port version is 2.13, my magic detection treats this port using the old autoconf. To fix this, change the regex to include the prefix "autoconf" before the version number 2.13. Tested by: pointyhat 7-amd64 exp run (by pav) Revision Changes Path 1.603 +2 -2 ports/Mk/bsd.port.mk