[Bug 253782] New port: www/py-adblock Brave's adblock library in Python
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 23 07:38:59 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253782
--- Comment #2 from nimaje+fbz at bureaucracy.de ---
To better support WITH_DEBUG you should avoid stripping when WITH_DEBUG is set
(${STRIP_CMD} already does that, so the only place I see that would need to
change is do-build)
Maybe use ${WITH_DEBUG:D:U--strip} instead of --strip there (as suggested by
make(1) for values that are only needed when a variable is undefined)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list