[kde-freebsd] [SVN Commit] area51

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Sep 29 11:56:27 UTC 2014


SVN commit 10324 by rakuco:

PORTS, QT: Merge r369465 from ports.

------------------------------------------------------------------------
r369465 | tijl | 2014-09-28 19:36:31 +0300 (Sun, 28 Sep 2014) | 22 lines

Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
  include Uses/*.mk.  This allows all Uses/*.mk to examine arguments given
  to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.

Similar for _USES_POST.

Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
  used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
  has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
  "run" arguments have been specified

PR:		193931
Exp-run by:	antoine
Approved by:	portmgr (antoine)
------------------------------------------------------------------------



 M  +4 -7      PORTS/Mk/Uses/cmake.mk  
 M  +7 -10     QT/Mk/Uses/qmake.mk  




More information about the kde-freebsd mailing list