non port: Mk/Uses/waf.mk |
Number of commits found: 8 |
Sunday, 24 Apr 2022
|
10:00 Tobias C. Berner (tcberner)
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
aa25396 |
Tuesday, 6 Apr 2021
|
14:27 Mathieu Arnold (mat)
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
5d33e04 |
Tuesday, 14 Jan 2020
|
09:27 antoine
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143
 |
Thursday, 17 May 2018
|
00:51 timur
Add 'test' target to the WAF-enabled ports
 |
Sunday, 28 Jan 2018
|
15:28 jhale
Be more specific with python version to prevent deprecation warnings
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14068
 |
Thursday, 13 Oct 2016
|
16:26 amdmi3
- Switch waf to verbose builds as well
Approved by: portmgr (mat)
Differential Revision: D8240
 |
Wednesday, 8 Apr 2015
|
18:32 antoine
Fix a typo
With hat: portmgr
 |
15:05 bapt
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe
 |
Number of commits found: 8 |