Using bmake requires several edits to bsd.port.mk.
DragonFly's DPorts (based on ports) uses BMake and we had to edit
several lines.
https://github.com/jrmarino/DeltaPorts/blob/master/special/Mk/diffs/bsd.port.mk.diff
See line 654.
It's caused by the :L modifier.
It's one of many issues with bmake and bsd.*.mk.
You can't fix them until all supported versions of FreeBSD understand
these modifiers (legacy make understands :tl, etc., I mean)
John
On 2/20/2013 11:20, O. Hartmann wrote:
Well, I'm brave and switched several "beta switches" on my FreeBSD
10.0-CUR systems on and I realize, that I receive a lot of
make: "/usr/ports/Mk/bsd.port.mk" line 5137: warning: using previous
script for "-depends" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5140: warning: duplicate script
for target "-depends" ignored
messages when doing updates with portmaster or installing ports.
I think this is "BETA-normal", but a re there serious implications apart
from some performance issues at the moment using bmake as the
replacement for the oldish make in FreeBSD?
I'm just curious, so feel free to answer if you like.
Oliver
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"