FreeBSD Bugzilla – Attachment 96311 Details for
Bug 134910
[patch] Add xterm colors (256 colors) knob to x11/rxvt-unicode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rxvt-unicode_xterm-colors.diff
rxvt-unicode_xterm-colors.diff (text/plain), 1.47 KB, created by
Pierre Guinoiseau
on 2009-05-24 14:30:03 UTC
(
hide
)
Description:
rxvt-unicode_xterm-colors.diff
Filename:
MIME Type:
Creator:
Pierre Guinoiseau
Created:
2009-05-24 14:30:03 UTC
Size:
1.47 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/x11/rxvt-unicode/Makefile /usr/ports/local/x11/rxvt-unicode/Makefile >--- /usr/ports/x11/rxvt-unicode/Makefile 2009-01-25 14:48:47.000000000 +0100 >+++ /usr/ports/local/x11/rxvt-unicode/Makefile 2009-01-25 14:47:57.000000000 +0100 >@@ -137,6 +137,11 @@ > > CONFIGURE_ENV+= LIBS="-lutil" > >+# enable support for xterm 256 colors >+.if defined(WITH_XTERM_COLOR) >+CONFIGURE_ARGS+= --enable-xterm-colors=256 >+.endif >+ > .include <bsd.port.pre.mk> > > # compile in support for additional codeset groups >@@ -179,6 +184,7 @@ > @${ECHO_MSG} "WITHOUT_IMLOCALE_FIX disable imlocale encoding conversion fix" > @${ECHO_MSG} "WITHOUT_TERMINFO don't register urxvt in the terminfo database" > @${ECHO_MSG} "WITHOUT_AFTERIMAGE disable integration with libAfterImage for background images" >+ @${ECHO_MSG} "WITH_XTERM_COLOR enable support for xterm 256 colors" > @${ECHO_MSG} > .ifndef(WITH_ENCODING) > @${ECHO_MSG} "==> You can compile in support for additional codeset groups by setting the WITH_ENCODING variable" >@@ -192,11 +198,16 @@ > @${ECHO_MSG} > .endif > >-.if !defined(WITHOUT_IMLOCALE_FIX) >+.if !defined(WITHOUT_IMLOCALE_FIX) || defined(WITH_XTERM_COLOR) > post-patch: >+.if !defined(WITHOUT_IMLOCALE_FIX) > @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-imlocale > @cd ${WRKSRC}/src && ./gentables > .endif >+.if defined(WITH_XTERM_COLOR) >+ @${PATCH} ${PATCH_ARGS} -p1 < ${WRKSRC}/doc/urxvt-8.2-256color.patch >+.endif >+.endif > > pre-configure: > @${RM} ${WRKSRC}/src/perl/kuake.orig
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 134910
: 96311