cvs commit: ports/Mk bsd.port.mk

Kris Kennaway kris at FreeBSD.org
Sat Jul 26 19:06:27 PDT 2003


kris        2003/07/26 19:06:26 PDT

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  * Add USE_SDL option, which adds a dependency on the sdl12 port and
    sets up SDL_CONFIG in the build environment. [1]
  
  * Add the -o option to unzip when extracting files with USE_ZIP, to
    overwrite files when extracting, for consistency with other
    extraction targets. [2]
  
  * Fix port installation/deinstallation on FreeBSD 4.6.2 and older
    (which does not have pkg_info -O), by falling back to the old
    installation/deinstallation logic on these systems [3]
  
  * Correctly handle pkg-plist files that contain @cwd directives with
    the new install/deinstall code [4]
  
  * Set up POSIX and en_US.US-ASCII locale symlinks after running mtree
    on BSD.local.dist. [5]
  
  Submitted by:   David Yeske <dyeske at yahoo.com> [1],
                  Alexey Dokuchaev <danfe at regency.nsu.ru> [2],
                  Sergey Matveychuk <sem at ciam.ru> [3],
                  Chris BeHanna <behanna at zbzoom.net> [3], marcus [4],
                  ache [5]
  PR:     ports/52309 [1], ports/52856 [2], ports/53189 [5]
  
  Revision  Changes    Path
  1.458     +31 -6     ports/Mk/bsd.port.mk


More information about the cvs-ports mailing list