cvs commit: ports/x11 Makefile ports/x11/nvidia-driver Makefile pkg-plist ports/x11/nvidia-driver-7184 Makefile ports/x11/nvidia-driver-71xx Makefile ports/x11/nvidia-driver-9631 Makefile ports/x11/nvidia-driver-96xx Makefile

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jul 23 13:24:28 UTC 2007


danfe       2007-07-23 13:24:27 UTC

  FreeBSD ports repository

  Modified files:
    x11                  Makefile 
    x11/nvidia-driver    Makefile pkg-plist 
  Added files:
    x11/nvidia-driver-71xx Makefile 
    x11/nvidia-driver-96xx Makefile 
  Removed files:
    x11/nvidia-driver-7184 Makefile 
    x11/nvidia-driver-9631 Makefile 
  Log:
  In sight of upcoming update, overhaul things slightly:
  
  - NVVERSION is no longer user settable.  nVidia changed their versioning
    scheme, which made my life a bit harder.  Since this is master port and
    cares about legacy version slaves as well, derive NVVERSION from DIST-
    VERSION as doing so required less intrusive changes.  Update the comment
    accordingly.  UPDATING note will be committed separately
  - Retire OSVERSION hack since it's no longer needed.  PORTREVISION are now
    set in all three nvidia-driver ports independently.  Previously it was
    not really safe because NVVERSION was user settable variable
  - Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because
    it's not always equal to NVVERSION these days
  - Mute MKDIR along the way
  
  For slave ports:
  
  - Rename port directory names to reflect future reality: their versions
    going to bump as well.  No repo copy since there's no history to preserve
  
  Revision  Changes    Path
  1.660     +2 -2      ports/x11/Makefile
  1.2       +0 -12     ports/x11/nvidia-driver-7184/Makefile (dead)
  1.1       +12 -0     ports/x11/nvidia-driver-71xx/Makefile (new)
  1.2       +0 -12     ports/x11/nvidia-driver-9631/Makefile (dead)
  1.1       +12 -0     ports/x11/nvidia-driver-96xx/Makefile (new)
  1.61      +19 -27    ports/x11/nvidia-driver/Makefile
  1.16      +6 -6      ports/x11/nvidia-driver/pkg-plist


More information about the cvs-ports mailing list