FreeBSD Bugzilla – Attachment 180609 Details for
Bug 217619
x11/xvt: [patch] Add configure support for --enable-xgetdefault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to enable configuring --enable-xgetdefault
xvt-patch (text/plain), 1.38 KB, created by
Terry Kennedy
on 2017-03-07 21:09:48 UTC
(
hide
)
Description:
Patch to enable configuring --enable-xgetdefault
Filename:
MIME Type:
Creator:
Terry Kennedy
Created:
2017-03-07 21:09:48 UTC
Size:
1.38 KB
patch
obsolete
>*** Makefile_orig Tue Mar 7 13:55:28 2017 >--- Makefile Tue Mar 7 15:54:59 2017 >*************** >*** 3,8 **** >--- 3,9 ---- > > PORTNAME= xvt > PORTVERSION= 3.0.1 >+ PORTREVISION= 1 > CATEGORIES+= x11 > MASTER_SITES= http://BSDforge.com/projects/source/x11/xvt/ > >*************** >*** 26,32 **** > false > > OPTIONS_DEFINE= 256_COLOR BIG5 EUCJ GB GREEK KR LINESPACE MENUBAR NEXT XVT \ >! SJIS SMART TRANSPARENCY XIM XTERM DOCS > > 256_COLOR_DESC= Build with 256-color support > BIG5_DESC= Build with BIG5 support >--- 27,33 ---- > false > > OPTIONS_DEFINE= 256_COLOR BIG5 EUCJ GB GREEK KR LINESPACE MENUBAR NEXT XVT \ >! SJIS SMART TRANSPARENCY XIM XTERM DOCS XDEFAULT > > 256_COLOR_DESC= Build with 256-color support > BIG5_DESC= Build with BIG5 support >*************** >*** 43,48 **** >--- 44,50 ---- > TRANSPARENCY_DESC= Build with transparency support > XIM_DESC= Build with XIM support > XTERM_DESC= Build with Xterm scrollbar >+ XDEFAULT_DESC= Build with XGetDefault > > OPTIONS_DEFAULT=256_COLOR GB LINESPACE MENUBAR NEXT XVT SMART TRANSPARENCY \ > XIM XTERM DOCS >*************** >*** 83,88 **** >--- 85,92 ---- > XIM_CONFIGURE_ON= --enable-xim > # enable Xterm style scrollbar > XTERM_CONFIGURE_ON= --enable-xterm-scroll >+ # Use XGetDefault instead of built-in >+ XDEFAULT_CONFIGURE_ON= --enable-xgetdefault > > post-patch: > @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \
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 Raw
Actions:
View
Attachments on
bug 217619
: 180609 |
181083