cvs commit: ports/Mk bsd.autotools.mk bsd.database.mk bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk bsd.kde.mk bsd.php.mk bsd.port.mk bsd.ruby.mk bsd.sdl.mk

Mark Linimon linimon at FreeBSD.org
Wed Jul 5 02:18:10 UTC 2006


linimon     2006-07-05 02:18:09 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.autotools.mk bsd.database.mk 
                         bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk 
                         bsd.kde.mk bsd.php.mk bsd.port.mk 
                         bsd.ruby.mk bsd.sdl.mk 
  Log:
  * Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
    forms are retained for compatibility but deprecated [1]
  
  * Add sha256 to CHECKSUM_ALGORITHMS [2]
  
  * Remove some whitespace [2]
  
  * Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]
  
  * Fix USE_LDCONFIG with non-default PREFIX [4]
  
  * Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
    support [5]
  
  * Add 'make missing' to show missing dependencies [6]
  
  * Fix DESKTOP_ENTRIES processing on 4.x [7]
  
  PR:     92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
          93601 [6], 98891 [7]
  
  Submitted by:   linimon [1], edwin [2], alex at foxybanana dot com [3],
                  gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
                  shaun [7]
  
  Revision  Changes    Path
  1.24      +5 -5      ports/Mk/bsd.autotools.mk
  1.14      +23 -15    ports/Mk/bsd.database.mk
  1.8       +3 -3      ports/Mk/bsd.gcc.mk
  1.130     +7 -7      ports/Mk/bsd.gnome.mk
  1.21      +3 -3      ports/Mk/bsd.gstreamer.mk
  1.62      +3 -3      ports/Mk/bsd.kde.mk
  1.31      +8 -4      ports/Mk/bsd.php.mk
  1.536     +71 -29    ports/Mk/bsd.port.mk
  1.152     +4 -4      ports/Mk/bsd.ruby.mk
  1.10      +2 -2      ports/Mk/bsd.sdl.mk


More information about the cvs-all mailing list