From owner-cvs-all Thu Nov 19 20:00:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05700 for cvs-all-outgoing; Thu, 19 Nov 1998 20:00:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05695; Thu, 19 Nov 1998 20:00:41 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27484; Thu, 19 Nov 1998 20:00:45 -0800 (PST) Date: Thu, 19 Nov 1998 20:00:45 -0800 (PST) Message-Id: <199811200400.UAA27484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/19 20:00:44 PST Modified files: share/mk bsd.port.mk Log: (1) Remove LOOP_VAR and LOOP_OPTIONS. It's a hack and just too many things break one way or another. With it goes the package-loop and the describe loop. (2) Add new variable MASTERDIR to make it easier to share files between ports. bsd.port.mk will find things like ${PKGDIR} underneath ${MASTERDIR} (which defaults to ${.CURDIR}). (3) Do not allow MD5_FILE to be renamed. Funny things can happen if you do that. (4) Use a few more absolute paths in the bsd.port.pre.mk part. I can't use absolute paths for sysctl because it moved recently. Revision Changes Path 1.298 +53 -94 src/share/mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message