Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2005 11:17:50 +0000 (UTC)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.gcc.mk bsd.port.mk bsd.port.subdir.mk
Message-ID:  <200502071117.j17BHorV001518@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2005-02-07 11:17:50 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk bsd.port.subdir.mk 
  Added files:
    Mk                   bsd.gcc.mk 
  Log:
  * Change bento to pointyhat names in comments. [1]
  
  * Document DISABLE_VULNERABILITIES variable. [2]
  
  * Add WWW: line for 'search' target. [3]
  
  * Speedup check-vulnerable invokation, if portaudit is installed. [4]
  
  * Run install-info for all .info files. [5]
  
  * Run add-plist-docs more strictly and prevent some situations with
    leftover files in the future. [6]
  
  * Introduce two new variables: MASTER_PORT and SLAVE_PORT.
    The results from these variables is only used as information for
    users. [7]
  
  * Honour OPTIONS if PACKAGE_BUILDING or BATCH are defined. [8]
  
  * Move all USE_GCC entries to new file - bsd.gcc.mk.  'test-gcc'
    target allows users to check gcc version if USE_GCC is used.  Give
    maintainers opportunity to add '+' character to USE_GCC version
    for using specified and higher versions. [9]
  
  * Install startup scripts with the help of USE_RC_SUBR variable. [10]
  
  * Add three new targets: config-recursive, rmconfig-recursive and
    config-conditional.  You can set or delete OPTIONS for all
    dependencies before every build.  config-conditional target is
    used to skip configuring ports which have already been
    configured. [11]
  
  * Fix using of WANT_PGSQL_VER variable if postgresql is already
    installed. [12]
  
  PR:             ports/75768 [1], ports/75728 [2], ports/76187 [3],
                  ports/76191 [4], ports/76182 [5], ports/75379 [6],
                  ports/75286 [7], ports/75727 [8], ports/76489 [9],
                  ports/73691 ports/69217 [10], ports/76254 [11],
                  ports/76988 [12]
  Submitted by:   dinoex [1], edwin [2] [5] [6] [8] [9] [10],
                  Marcus Grando <marcus@corp.grupos.com.br> [3],
                  tobez and Valentin Nechayev <netch@netch.kiev.ua> [4],
                  linimon [7], Florent Thoumie <flz@xbsd.org> [10],
                  Chris Dillon <cdillon@wolves.k12.mo.us> [11],
                  girgen [12]
  
  Revision  Changes    Path
  1.1       +156 -0    ports/Mk/bsd.gcc.mk (new)
  1.508     +129 -80   ports/Mk/bsd.port.mk
  1.59      +31 -26    ports/Mk/bsd.port.subdir.mk



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