Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 1998 02:29:14 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.port.mk
Message-ID:  <199808050929.CAA10022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

asami       1998/08/05 02:29:14 PDT

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it
      means (change PREFIX to ${X11BASE}) and add a new variable USE_X11
      which means "this port requires the X window system (actually the
      library)".  USE_X_PREFIX implies USE_X11.  USE_X11 adds a
      LIB_DEPENDS to libX11 with the x11/XFree86 port.
  Reviewed by:	the ports list, hoek in particular
  
  (2) Remove NO_CONFIGURE and NO_PATCH, which never meant anything.
      Yell if they are defined.
  Reviewed by:	the ports list
  
  (3) Add new variable OSREL, which is automatically set to the
      numeric OS version (e.g., 2.2.1, 3.0).  It can be used to refer to
      files in gcc installations, for instance.
  
  (4) Finally remove EXEC_DEPENDS hack after all these years.
  Submitted by:	hoek
  
  (5) Put quotes around some echo ${*_DEPENDS} statements so they won't
      blow up when the variables include regular expressions like
      "qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140".
  
  Revision  Changes    Path
  1.279     +25 -30    src/share/mk/bsd.port.mk



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