FreeBSD Bugzilla – Attachment 205188 Details for
Bug 238581
irc/irssi: Add DEBUG option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
irc/irssi: Add DEBUG option
irssi-1.2.0-debug.diff (text/plain), 932 bytes, created by
David O'Rourke
on 2019-06-17 21:18:28 UTC
(
hide
)
Description:
irc/irssi: Add DEBUG option
Filename:
MIME Type:
Creator:
David O'Rourke
Created:
2019-06-17 21:18:28 UTC
Size:
932 bytes
patch
obsolete
>Index: irc/irssi/Makefile >=================================================================== >--- irc/irssi/Makefile (revision 504427) >+++ irc/irssi/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= irssi > PORTVERSION= 1.2.0 > PORTEPOCH= 1 >+PORTREVISION= 1 > CATEGORIES?= irc > MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/ > >@@ -19,7 +20,7 @@ > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > >-OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC >+OPTIONS_DEFINE= BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC > OPTIONS_DEFAULT= CAPSICUM PERL > > OPTIONS_SUB= yes >@@ -27,6 +28,8 @@ > BOT_CONFIGURE_WITH= bot > CAPSICUM_DESC= Capsicum support > CAPSICUM_CONFIGURE_WITH= capsicum >+DEBUG_DESC= Build with debug symbols >+DEBUG_VARS= WITH_DEBUG=yes > OTR_DESC= OTR (off-the-record) support > OTR_CONFIGURE_ON= --with-otr \ > --with-libotr-inc-prefix=${PREFIX}/include
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dor.bsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238581
:
205077
| 205188
Working