aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2021-11-02 11:13:15 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2021-11-02 11:13:15 +0000
commitf3da483a6b8456f434c3d37d3a01ab1f109f4619 (patch)
tree5c895b4ac6f3634a2259656edb1b17decb84af58
parent229acf28df96837b10e9a7acde44d7579d093212 (diff)
downloadports-f3da483a6b84.tar.gz
ports-f3da483a6b84.zip
editors/vim: Update to 8.2.3570
Remove x11 flavor. It adds xclip support but doesn't contain a GUI, making it more confusing than helpful. I doubt anyone really used it, but if so then vim-athena, the simplest X GUI toolkit, is the one you're looking for.
-rw-r--r--editors/vim/Makefile11
-rw-r--r--editors/vim/distinfo6
2 files changed, 5 insertions, 12 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index bf023cb49d4c..696508f53983 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,7 +1,7 @@
# Created by: David O'Brien <obrien@cs.ucdavis.edu>
PORTNAME= vim
-PORTVERSION= 8.2.3458
+PORTVERSION= 8.2.3570
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -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 x11 tiny
+FLAVORS= console athena gtk2 gtk3 motif tiny
FLAVOR?= ${FLAVORS:[1]}
# Register conflicts with all other flavors
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/}
@@ -87,13 +87,6 @@ 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
-CONFIGURE_ARGS+=--enable-xim --enable-fontset --with-x
-PLIST_SUB+= GUI="@comment " DESKTOP="@comment "
-USES+= xorg
-USE_XORG= ice sm x11 xt
.endif
# Options {{{1
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index b50dd2dccbca..6ea3121006a1 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632972080
-SHA256 (vim-vim-v8.2.3458_GH0.tar.gz) = 7952fb77a29a2fc369f36b8edb693dbd96ab4af66ef348b6ac168cfdacad1db6
-SIZE (vim-vim-v8.2.3458_GH0.tar.gz) = 15726913
+TIMESTAMP = 1635851305
+SHA256 (vim-vim-v8.2.3570_GH0.tar.gz) = 50e15a2c1c21ea3b9b4decd63aa158cd86d6cf4e5d48f9ab75a2167d2eeda6dd
+SIZE (vim-vim-v8.2.3570_GH0.tar.gz) = 15773288