FreeBSD Bugzilla – Attachment 181083 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]
svn diff for x11/xvt (superceeds user submitted patch)
x11_xvt.diff (text/plain), 1.55 KB, created by
Chris Hutchinson
on 2017-03-23 06:02:59 UTC
(
hide
)
Description:
svn diff for x11/xvt (superceeds user submitted patch)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2017-03-23 06:02:59 UTC
Size:
1.55 KB
patch
obsolete
>Index: xvt/Makefile >=================================================================== >--- xvt/Makefile (revision 436754) >+++ xvt/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xvt > PORTVERSION= 3.0.1 >+PORTREVISION= 1 > CATEGORIES+= x11 > MASTER_SITES= http://BSDforge.com/projects/source/x11/xvt/ > >@@ -17,9 +18,10 @@ > USES= libtool perl5 tar:xz > USE_LDCONFIG= yes > USE_PERL5= build patch >-USE_XORG= xpm >+USE_XORG= x11 xpm > GNU_CONFIGURE= yes > >+# don't complain it's the only way to also get it into icewm & xfce4 > DESKTOP_ENTRIES= "xvt" "xvt terminal emulator" \ > "${PREFIX}/share/pixmaps/xvt.png" \ > "xvt" "GNOME;X-XFCE;X-Xfce-Toplevel;System;Utility;TerminalEmulator;" \ >@@ -26,7 +28,7 @@ > false > > OPTIONS_DEFINE= 256_COLOR BIG5 EUCJ GB GREEK KR LINESPACE MENUBAR NEXT XVT \ >- SJIS SMART TRANSPARENCY XIM XTERM DOCS >+ SJIS SMART TRANSPARENCY XIM XTERM DOCS XGETDEFAULT > > 256_COLOR_DESC= Build with 256-color support > BIG5_DESC= Build with BIG5 support >@@ -43,6 +45,7 @@ > TRANSPARENCY_DESC= Build with transparency support > XIM_DESC= Build with XIM support > XTERM_DESC= Build with Xterm scrollbar >+XGETDEFAULT_DESC= Build with resources checking via XGetDefault > > OPTIONS_DEFAULT=256_COLOR GB LINESPACE MENUBAR NEXT XVT SMART TRANSPARENCY \ > XIM XTERM DOCS >@@ -83,6 +86,8 @@ > XIM_CONFIGURE_ON= --enable-xim > # enable Xterm style scrollbar > XTERM_CONFIGURE_ON= --enable-xterm-scroll >+# make resources checking via XGetDefault >+XGETDEFAULT_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 Diff
View Attachment As Raw
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 217619
:
180609
| 181083