Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 03:48:28 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.port.mk
Message-ID:  <199701121148.DAA22435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701121148.DAA22435>