svn commit: r512774 - head/net-p2p/linuxdcpp
Mathieu Arnold
mat at FreeBSD.org
Wed Sep 25 10:17:29 UTC 2019
On Wed, Sep 25, 2019 at 09:38:25AM +0000, Dmitry Marakasov wrote:
> -OPTIONS_DEFINE= NOTIFY DOCS
> +OPTIONS_DEFINE= NOTIFY DEBUG DOCS
>
> -.if defined(WITH_DEBUG)
> -MAKE_ARGS+= debug=1
> -.endif
> +DEBUG_MAKE_ARGS=debug=1
> +
Note that is most probably wrong.
WITH_DEBUG means the port will be built with debugging symbols and will
not be stripped. So before, if WITH_DEBUG was set, it was built with
all debugging bells and whistles. Now, it only adds debug=1 to
MAKE_ARGS, and it gets stripped in the end.
(before you ask, WITH_DEBUG must not be set by port options, it us a
user facing variable.)
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190925/f56998b5/attachment.sig>
More information about the svn-ports-all
mailing list