[Bug 238581] [PATCH] irc/irssi: add DEBUG option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 16 09:31:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238581
--- Comment #1 from David O'Rourke <dor.bsd at xm0.uk> ---
I believe the `INSTALL_TARGET=install-strip` is still needed here, as the irssi
`make install` doesn't strip by default and the ports `INSTALL_TARGET` defaults
to "install".
The `WITH_DEBUG=yes` when the `DEBUG` option is enabled should take care of
ensuring that the `INSTALL_TARGET` is changed to `INSTALL_TARGET=install`,
according to
https://svnweb.freebsd.org/ports/head/Mk/bsd.port.mk?revision=503781&view=markup#l1743
-David
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list