From owner-cvs-all Thu Apr 8 0:15:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6288815891; Thu, 8 Apr 1999 00:15:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA26550; Thu, 8 Apr 1999 00:13:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199904080713.AAA26550@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 8 Apr 1999 00:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/04/08 00:13:39 PDT Modified files: Mk bsd.port.mk Log: (1) Pick up version file from /var/db if it exists there. I will commit a change to actually move the file in a couple of days. (Right now this file looks at both /var/db and /var/db/pkg.) Requested by: jkh (2) Skip version test for 2.2.x, I don't intend to rebuild update kits anymore. (3) sunsite.unc.edu -> metalab.unc.edu Submitted by: steve (4) New variable ALWAYS_BUILD_DEPENDS, it will make your build go and rebuild all dependencies (except XFree86) regardless of executable/file/shlib test results. It could be useful if you suspect that some of the dependencies are out of date but won't be flagged by the normal checks. Reviewed by: the ports list Revision Changes Path 1.309 +38 -5 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message