Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 16:39:52 -0700 (PDT)
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:  <200404192339.i3JNdqr9064552@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2004/04/19 16:39:52 PDT

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  Two bugfixes:
  
  * Move the add-plist-info target after post-install, so that ports that
    install their info files in the post-install phase will have them
    correctly registered in the plist.
  
  * all-depends-list was too aggressive: it should only include the
    run-depends of the ports upon which it depends, plus the
    non-runtime dependencies of the port itself.  Previously it was also
    including the non-runtime (e.g. BUILD, EXTRACT, FETCH) dependencies of
    the ports upon which it depends, which are irrelevant.
  
  Revision  Changes    Path
  1.488     +3 -3      ports/Mk/bsd.port.mk



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