FreeBSD Bugzilla – Attachment 230916 Details for
Bug 261117
editors/vim: add x11 flavor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
file_261117.patch (text/plain), 866 bytes, created by
Andriy Gapon
on 2022-01-11 15:26:51 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2022-01-11 15:26:51 UTC
Size:
866 bytes
patch
obsolete
>diff --git a/editors/vim/Makefile b/editors/vim/Makefile >index 852860f58f30..a46663957fff 100644 >--- a/editors/vim/Makefile >+++ b/editors/vim/Makefile >@@ -37,7 +37,7 @@ VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} > # Flavors {{{1 > # FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is > # console-only. >-FLAVORS= console athena gtk2 gtk3 motif tiny >+FLAVORS= console athena gtk2 gtk3 motif tiny x11 > FLAVOR?= ${FLAVORS:[1]} > # Register conflicts with all other flavors > CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/} >@@ -87,6 +87,12 @@ CONFIGURE_ENV+= MOTIFHOME=${LOCALBASE} > PLIST_SUB+= GUI="" DESKTOP="@comment " > USES+= motif xorg > USE_XORG= ice sm x11 xmu xt >+ >+.elif ${FLAVOR:U} == x11 >+GUI= no >+PLIST_SUB+= GUI="@comment " DESKTOP="@comment " >+USES+= xorg >+USE_XORG= ice sm x11 xt > .endif > > # Options {{{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 261117
: 230916