pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tmux: Remove, used to update misc/tmux



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 21 23:24:05 2018 +0200
Changeset:	215d90a5f14357f24cd04d9919e062bab3521c4e

Modified Files:
	Makefile
Removed Files:
	tmux/COMMIT_MSG
	tmux/DESCR
	tmux/Makefile
	tmux/PLIST
	tmux/distinfo
	tmux/patches/patch-Makefile.in
	tmux/patches/patch-tty-term.c

Log Message:
tmux: Remove, used to update misc/tmux

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=215d90a5f14357f24cd04d9919e062bab3521c4e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                       |  1 -
 tmux/COMMIT_MSG                | 31 -------------------------------
 tmux/DESCR                     |  4 ----
 tmux/Makefile                  | 40 ----------------------------------------
 tmux/PLIST                     |  3 ---
 tmux/distinfo                  |  8 --------
 tmux/patches/patch-Makefile.in | 21 ---------------------
 tmux/patches/patch-tty-term.c  | 28 ----------------------------
 8 files changed, 136 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 04b4f8228b..33bb325116 100644
--- a/Makefile
+++ b/Makefile
@@ -4519,7 +4519,6 @@ SUBDIR+=	tleenx2
 SUBDIR+=	tleenx3
 SUBDIR+=	tme
 SUBDIR+=	tmuni-ttf
-SUBDIR+=	tmux
 SUBDIR+=	tmva
 SUBDIR+=	tmw
 SUBDIR+=	tnt
diff --git a/tmux/COMMIT_MSG b/tmux/COMMIT_MSG
deleted file mode 100644
index 5ce7eae32e..0000000000
--- a/tmux/COMMIT_MSG
+++ /dev/null
@@ -1,31 +0,0 @@
-tmux: Update wip/tmux to 2.8
-
-pkgsrc changes:
- - Take MAINTAINERship
- - Address -Wint-conversion warnings and properly cast to long, patch by
-   <christos> from NetBSD, thanks!
- - Remove patch-server-client.c, timersub() was added in compat.h
-   since tmux-1.9 and is no longer needed
-
-Changes:
-2.8
----
- * Make display-panes block the client until a pane is chosen or it
-   times out.
- * Clear history on RIS like most other terminals do.
- * Add an "Any" key to run a command if a key is pressed that is not
-   bound in the current key table.
- * Expand formats in load-buffer and save-buffer.
- * Add a rectangle_toggle format.
- * Add set-hook -R to run a hook immediately.
- * Add README.ja.
- * Add pane focus hooks.
- * Allow any punctuation as separator for s/x/y not only /.
- * Improve resizing with the mouse (fix resizing the wrong pane in some
-   layouts, and allow resizing multiple panes at the same time).
- * Allow , and } to be escaped in formats as #, and #}.
- * Add KRB5CCNAME to update-environment.
- * Change meaning of -c to display-message so the client is used if it
-   matches the session given to -t.
- * Fixes to : form of SGR.
- * Add x and X to choose-tree to kill sessions, windows or panes.
diff --git a/tmux/DESCR b/tmux/DESCR
deleted file mode 100644
index 2100306037..0000000000
--- a/tmux/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Tmux is a "terminal multiplexer", it enables a number of terminals
-(or windows) to be accessed and controlled from a single terminal.
-Tmux is intended to be a simple, modern, BSD-licensed alternative
-to programs such as GNU screen.
diff --git a/tmux/Makefile b/tmux/Makefile
deleted file mode 100644
index 1090a37eba..0000000000
--- a/tmux/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.45 2018/06/09 11:23:05 leot Exp $
-
-DISTNAME=	tmux-2.8
-CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=tmux/}
-GITHUB_RELEASE=	${PKGVERSION_NOREV}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://tmux.github.io/
-COMMENT=	BSD-licensed terminal multiplexer (GNU Screen alternative)
-LICENSE=	modified-bsd
-
-GNU_CONFIGURE=	yes
-USE_TERMINFO=	yes
-
-USE_TOOLS+=	pkg-config
-
-SUBST_CLASSES+=			sysconfdir
-SUBST_STAGE.sysconfdir=		pre-configure
-SUBST_MESSAGE.sysconfdir=	Do not force sysconfdir to /etc
-SUBST_FILES.sysconfdir=		configure configure.ac
-SUBST_SED.sysconfdir=		-e '/Default tmux\.conf goes in \/etc/d'
-SUBST_SED.sysconfdir+=		-e '/sysconfdir=\/etc/d'
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-.if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
-    !empty(CC_VERSION:Mgcc-4.[6-9].*)
-BUILDLINK_TRANSFORM+=	opt:-D_XPG4_2:-D_XPG6
-.endif
-
-# https://trac.macports.org/changeset/127986
-.if !empty(MACHINE_PLATFORM:MDarwin-1[0-9]*)
-CPPFLAGS+=	-D__DARWIN_VERS_1050=0
-.endif
-
-.include "../../devel/libevent/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libevent+=	libevent>=2.0.10
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tmux/PLIST b/tmux/PLIST
deleted file mode 100644
index ea3ed12c0e..0000000000
--- a/tmux/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/06 12:16:17 hasso Exp $
-bin/tmux
-man/man1/tmux.1
diff --git a/tmux/distinfo b/tmux/distinfo
deleted file mode 100644
index d138565099..0000000000
--- a/tmux/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.36 2018/05/26 17:05:28 leot Exp $
-
-SHA1 (tmux-2.8.tar.gz) = 6a469769a242c95dc8aec443b436d4f8f279f517
-RMD160 (tmux-2.8.tar.gz) = 13f097f02b2d3f489fb00af5b3f702cb2eae523f
-SHA512 (tmux-2.8.tar.gz) = e382aec122a10624953432b3c869b21d69390bc2e7d459440a46950802e39503eafb398178f8085191261925e4f0872bb99b19e0403e7beb56d3ceecc4c86b09
-Size (tmux-2.8.tar.gz) = 491195 bytes
-SHA1 (patch-Makefile.in) = dc8a351b06bf2f9f96b3dc4d944a174ef3c8d9db
-SHA1 (patch-tty-term.c) = 20bf235e61e6650bec3e7e94ea79859898039eba
diff --git a/tmux/patches/patch-Makefile.in b/tmux/patches/patch-Makefile.in
deleted file mode 100644
index 8b9d63a52c..0000000000
--- a/tmux/patches/patch-Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.4 2016/05/09 12:39:05 fhajny Exp $
-
-At least on SunOS, lang/nawk (nawk-20050424nb3) insists on
-a space between -f and the program file name, by penalty of
-"/opt/local/bin/nawk: no program filename"
-
-This was applied upstream via:
- 
- <https://github.com/tmux/tmux/pull/1464>
-
---- Makefile.in.orig	2016-04-11 00:01:16.000000000 +0000
-+++ Makefile.in
-@@ -1231,7 +1231,7 @@ install-exec-hook:
- 			>$(srcdir)/tmux.1.mdoc; \
- 	else \
- 		sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
--			$(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
-+			$(AWK) -f $(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
- 	fi
- 	$(mkdir_p) $(DESTDIR)$(mandir)/man1
- 	$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
diff --git a/tmux/patches/patch-tty-term.c b/tmux/patches/patch-tty-term.c
deleted file mode 100644
index 8a16271ac4..0000000000
--- a/tmux/patches/patch-tty-term.c
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Address -Wint-conversion warnings and properly cast to long, from
-NetBSD external/bsd/tmux/dist/tty-term.c patch by <christos>.
-
-This was applied upstream via:
-
- <https://github.com/tmux/tmux/pull/1465>
-
---- tty-term.c.orig	2018-07-27 13:01:14.000000000 +0000
-+++ tty-term.c
-@@ -616,14 +616,14 @@ tty_term_string3(struct tty_term *term, 
- const char *
- tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a)
- {
--	return (tparm((char *) tty_term_string(term, code), a, 0, 0, 0, 0, 0, 0, 0, 0));
-+	return (tparm((char *) tty_term_string(term, code), (long)a, 0, 0, 0, 0, 0, 0, 0, 0));
- }
- 
- const char *
- tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a,
-     const void *b)
- {
--	return (tparm((char *) tty_term_string(term, code), a, b, 0, 0, 0, 0, 0, 0, 0));
-+	return (tparm((char *) tty_term_string(term, code), (long)a, (long)b, 0, 0, 0, 0, 0, 0, 0));
- }
- 
- int


Home | Main Index | Thread Index | Old Index