From owner-cvs-ports Fri Mar 21 20:45:27 2003 Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E4337B401; Fri, 21 Mar 2003 20:45:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20DA43F85; Fri, 21 Mar 2003 20:45:24 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2M4jO0U054028; Fri, 21 Mar 2003 20:45:24 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2M4jOrl054027; Fri, 21 Mar 2003 20:45:24 -0800 (PST) Message-Id: <200303220445.h2M4jOrl054027@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 21 Mar 2003 20:45:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/03/21 20:45:24 PST FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ so they appear after the *_depends targets. This fixes builds on systems that don't yet have libtool installed (prior to this commit the patch-libtool target would be called before the libtool port was installed by the dependency targets, and it would therefore fail). Submitted by: Claude Buisson Revision Changes Path 1.444 +3 -3 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message