summaryrefslogtreecommitdiff
path: root/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-10 16:44:36 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-10 16:44:36 +0000
commit4b1dfcbab2049135c566457db4eb02f78b7825b1 (patch)
treebbd0412c9a7239617c1e01e19a84818324a990fa /net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in
parentUSES=pgsql: desupport PostgreSQL 8.4 (diff)
Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
Notes
Notes: svn path=/head/; revision=389040
Diffstat (limited to 'net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in')
-rw-r--r--net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in b/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in
deleted file mode 100644
index c941922ea04b..000000000000
--- a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- plugins/xvncviewer.py.in.orig Sun Sep 3 20:28:54 2006
-+++ plugins/xvncviewer.py.in Sun Sep 3 20:29:04 2006
-@@ -19,11 +19,11 @@ class plugin_xvncviewer:
- def __init__(self):
- self.service_type = ["_rfb._tcp"]
- self.author = "Sebastien Estienne"
-- self.description = "Start a VNC connections with xvncviewer"
-+ self.description = "Start a VNC connections with vncviewer"
-
- def connect(self, use_host_names, name, stype, hostname, address, port, txts):
-- print "connecting using xvncviewer"
-- cmdline = ["@toolsdir@/exec_wrapper", "xvncviewer", "-xrm", "*passwordDialog:true", hostname ]
-+ print "connecting using vncviewer"
-+ cmdline = ["@toolsdir@/exec_wrapper", "vncviewer", "-xrm", "*passwordDialog:true", hostname ]
- print cmdline
- pid = subprocess.Popen(cmdline, close_fds=True).pid
-