From owner-cvs-all Wed Nov 27 8:44:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885A737B401; Wed, 27 Nov 2002 08:44:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3613B43EC2; Wed, 27 Nov 2002 08:44:16 -0800 (PST) (envelope-from alane@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 gARGeamV084373; Wed, 27 Nov 2002 08:40:36 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gARGeagq084372; Wed, 27 Nov 2002 08:40:36 -0800 (PST) Message-Id: <200211271640.gARGeagq084372@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 27 Nov 2002 08:40:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/27 08:40:36 PST Modified files: Mk bsd.port.mk Log: Added WANT_AUTO{CONF,MAKE}_VER, which set up all the variables as in USE_*, but do not cause the program to be executed prior to configure step. This is done to accomodate a couple of rather odd ports. Basically, this amounts to redefining USE_*_VER in terms of USE_*, WANT_*_VER. It's pretty gross, but it works. Approved by: implicitly by kris Revision Changes Path 1.435 +49 -39 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message