FreeBSD Bugzilla – Attachment 153618 Details for
Bug 198103
irc/irssi: Add truecolor knob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for port.
irssi-truecolor.patch (text/plain), 783 bytes, created by
Olivia Theze
on 2015-02-28 17:44:13 UTC
(
hide
)
Description:
patch for port.
Filename:
MIME Type:
Creator:
Olivia Theze
Created:
2015-02-28 17:44:13 UTC
Size:
783 bytes
patch
obsolete
>--- old/irc/irssi/Makefile 2015-02-28 12:34:36.210332000 -0500 >+++ new/irc/irssi/Makefile 2015-02-28 12:34:23.648353000 -0500 >@@ -17,7 +17,8 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-ncurses=${NCURSESBASE} > >-OPTIONS_DEFINE= PERL PROXY SOCKS IPV6 BOT DOCS >+OPTIONS_DEFINE= PERL PROXY SOCKS IPV6 BOT DOCS TRUECOLOR >+TRUECOLOR_DESC= Truecolor (24bit) support. > SOCKS_DESC= Socks proxy support > BOT_DESC= Bot support > OPTIONS_DEFAULT= PERL IPV6 DOCS >@@ -68,6 +69,13 @@ > PLIST_SUB+= WITH_BOT="@comment " > .endif > >+.if ${PORT_OPTIONS:MTRUECOLOR} >+CONFIGURE_ARGS+= --enable-true-color >+PLIST_SUB += WITH_TRUECOLOR="" >+.else >+PLIST_SUB += WITH_TRUECOLOR="@comment " >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \ > ${WRKSRC}/docs/irssi.1
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
Actions:
View
|
Diff
Attachments on
bug 198103
: 153618