From owner-cvs-share Sun Jan 12 03:48:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA22442 for cvs-share-outgoing; Sun, 12 Jan 1997 03:48:30 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA22435; Sun, 12 Jan 1997 03:48:28 -0800 (PST) Date: Sun, 12 Jan 1997 03:48:28 -0800 (PST) From: Satoshi Asami Message-Id: <199701121148.DAA22435@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 97/01/12 03:48:28 Modified: share/mk bsd.port.mk Log: (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure and scripts/{pre,post}-* as environment vars. Also, if BATCH is set, "BATCH=yes" is automatically added to SCRIPTS_ENV. (Requested by: max) (2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as BSD_INSTALL_*. (Requested by: obrien) (3) New variable MOTIF_ONLY, which will only build ports with REQUIRES_MOTIF defined. This doesn't do dependencies right (what if the depended port doesn't need Motif) yet. (4) Try not to clean the same port twice in clean-depends when (for instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS. Note that it won't check chained dependencies so you may still see the same port cleaned multiple times, but checking that far will surely make this run slower than the un-"optimized" case so I left it as is. (Requested by: jkh) (5) Ignore *.rej files in patches/ directory in addition to *~ and *.orig. Revision Changes Path 1.245 +43 -23 src/share/mk/bsd.port.mk