Date: Tue, 23 Feb 2021 07:38:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253782] New port: www/py-adblock Brave's adblock library in Python Message-ID: <bug-253782-7788-Pja2CNcrXf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253782-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-253782-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253782 --- Comment #2 from nimaje+fbz@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) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253782-7788-Pja2CNcrXf>