Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2006 21:53:18 +0000 (UTC)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.port.mk
Message-ID:  <200605232153.k4NLrIkX009379@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2006-05-23 21:53:18 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  * Avoid .if syntax that causes syntax error on old 4.x make [1]
  
  * Cleanup comments [2] [3] [4]
  
  * include bsd.emacs.mk only when USE_EMACS is set [5]
  
  * Silence the install-info target [6] [7]
  
  * Correct the implementation of pretty-print-run-depends-list [8]
  
  * Use a consistent name for the cookies file when PKGNAMEPREFIX/SUFFIX
    are set after bsd.port.pre.mk. [9]
  
  * Include bsd.tcl.mk if USE_TCL_BUILD is defined [10]
  
  * Set PERL_MM_USE_DEFAULT in BATCH mode [11]
  
  * Add the {ONLY,NOT}_FOR_ARCH_REASON and
    {ONLY,NOT}_FOR_ARCH_REASON_${ARCH} variables to allow better
    customization of the error string reported to users when they
    attempt a build on an unsupported architecture. [12]
  
  * Avoid errors from duplicated targets when parsing MLINKS on ports
    without a default value set. [13]
  
  * Fix handling of MLINKS when invalid entries are listed [14]
  
  * Enforce sanity of DESKTOP_ENTRIES.  If the Categories field is
    omitted, try to map ports categories to their freedesktop.org
    counterpart [15]
  
  PR:     93873 [1], 92923 [2], 93234 [3], 95680 [4], 95238 [5],
          91621 [6], 94035 [7], 94164 [8], 94219 [9], 92355 [10],
          95579 [11], 94675 [12], 66109 [13], 66110 [14], 95603 [15]
  
  Submitted by:   Eric Cronin <ecronin@gizmolabs.org> [1],
                  edwin [2][12], pav [3], vd [4][8], nobutaka [5],
                  anray [6], krion [7],
                  Andrey Deynega <licedey@gmail.com> [9], mnag [9],
                  garga [10], skv [11], eik [13][14], jylefort [15]
  
  Revision  Changes    Path
  1.533     +221 -43   ports/Mk/bsd.port.mk



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