summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-03 04:52:56 +0000
committerSam Bingner <sam@bingner.com>2019-04-09 23:20:32 -1000
commit359e085f98a2a553b9b05fc89b4bdd2edf6c18f0 (patch)
treeb78dcea00bda64555579053466456a89b337aeb5
parent3c8e0b1592033380706b41402714dca64c2f7955 (diff)
Updated Tmux
-rw-r--r--data/tmux/_metadata/version2
-rw-r--r--data/tmux/make.sh3
-rw-r--r--data/tmux/tmux-2.7.tar.gzbin487585 -> 0 bytes
-rw-r--r--data/tmux/tmux-2.8.tar.gzbin0 -> 491195 bytes
4 files changed, 3 insertions, 2 deletions
diff --git a/data/tmux/_metadata/version b/data/tmux/_metadata/version
index 1effb0034..a4412fa74 100644
--- a/data/tmux/_metadata/version
+++ b/data/tmux/_metadata/version
@@ -1 +1 @@
-2.7
+2.8
diff --git a/data/tmux/make.sh b/data/tmux/make.sh
index fbc999151..c6e5f1a32 100644
--- a/data/tmux/make.sh
+++ b/data/tmux/make.sh
@@ -1,4 +1,5 @@
pkg:setup
-pkg:configure
+pkg:configure ac_cv_search_forkpty="-lresolv" LIBS="-lncurses -levent" PKG_CONFIG=true
+# Not relying on pkg-config- libtinfo gets linked if pkg-config can't find ncurses.pc for some reason.
make -j8
pkg:install
diff --git a/data/tmux/tmux-2.7.tar.gz b/data/tmux/tmux-2.7.tar.gz
deleted file mode 100644
index 2086ccf21..000000000
--- a/data/tmux/tmux-2.7.tar.gz
+++ /dev/null
Binary files differ
diff --git a/data/tmux/tmux-2.8.tar.gz b/data/tmux/tmux-2.8.tar.gz
new file mode 100644
index 000000000..a2bbd0ea8
--- /dev/null
+++ b/data/tmux/tmux-2.8.tar.gz
Binary files differ