From owner-cvs-share Wed Mar 6 00:40:17 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14540 for cvs-share-outgoing; Wed, 6 Mar 1996 00:40:17 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA14450 Wed, 6 Mar 1996 00:40:03 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id AAA02031; Wed, 6 Mar 1996 00:40:00 -0800 (PST) To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.port.mk In-reply-to: Your message of "Wed, 06 Mar 1996 00:14:30 PST." <199603060814.AAA08251@freefall.freebsd.org> Date: Wed, 06 Mar 1996 00:39:59 -0800 Message-ID: <2029.826101599@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-share@FreeBSD.ORG Precedence: bulk YAY!! Commits to sysinstall will follow in the morning, just as soon as I hack on the INDEX file parser a little! This is going to make the package installer a LOT more robust - thanks, Satoshi!! Jordan > asami 96/03/06 00:14:29 > > Modified: share/mk bsd.port.mk > Log: > Delete all references to the variable ${KEYWORD} that never quite flew. > (Sorry Jordan, but your other idea (${CATEGORIES}) was a major hit.) > > Also remove the keyword field in the INDEX line and replace it with > two columns: build-time dependencies and run-time dependencies. They > are both list of package names (minus the ".tgz"). > > Revision Changes Path > 1.195 +14 -6 src/share/mk/bsd.port.mk