From 6ede331d097785b04737a8efe385a490752bafbb Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Mon, 12 Sep 2011 14:22:20 +0000 Subject: - Switch to databases/py-sqlite3 from databases/py-pysqlite2x[1] - Use GNOME in MASTER_SITES instead of MASTER_SITE_GNOME[1] - Bump PORTREVISION[1] - Fix a bug showing up in Python 2.7+ PR: ports/160066 Submitted by: Ruslan Mahmatkhanov --- security/hotssh/files/patch-hotssh_hotvte_vteterm.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/hotssh/files/patch-hotssh_hotvte_vteterm.py (limited to 'security/hotssh/files/patch-hotssh_hotvte_vteterm.py') diff --git a/security/hotssh/files/patch-hotssh_hotvte_vteterm.py b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py new file mode 100644 index 000000000000..cb274cd2b9b9 --- /dev/null +++ b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- hotssh/hotvte/vteterm.py.orig ++++ hotssh/hotvte/vteterm.py +@@ -264,7 +264,7 @@ + def __set_gtk_colors(self): + fg = self.style.text[gtk.STATE_NORMAL] + bg = self.style.base[gtk.STATE_NORMAL] +- self.set_colors(True, fg, bg, isdefault=True) ++ self.set_colors(fg, bg, False, isdefault=True) + + def set_colors(self, fg, bg, palette, isdefault=False): + if not isdefault: -- cgit v1.2.3