aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu2
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-07-03 23:32:21 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-07-03 23:32:21 +0000
commit1386f5ca1763c594398a441887b3a82eed45695f (patch)
treebb58aad6747932ed2bc2e2226857a5f43a87bc05 /misc/heyu2
parentdd61d5b4d7612c533fb57d6425719ac8a801fd60 (diff)
downloadports-1386f5ca1763c594398a441887b3a82eed45695f.tar.gz
ports-1386f5ca1763c594398a441887b3a82eed45695f.zip
- Add patch, fixes a bug where scripts triggered by
SNDM, SNDT, or RCVT kill the heyu monitor. PR: ports/125118 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Notes
Notes: svn path=/head/; revision=216273
Diffstat (limited to 'misc/heyu2')
-rw-r--r--misc/heyu2/Makefile1
-rw-r--r--misc/heyu2/files/patch-x10state11
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile
index df58e4b0cb32..189feb9f0a75 100644
--- a/misc/heyu2/Makefile
+++ b/misc/heyu2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= heyu2
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.heyu.org/download/
DISTNAME= heyu-${PORTVERSION}
diff --git a/misc/heyu2/files/patch-x10state b/misc/heyu2/files/patch-x10state
new file mode 100644
index 000000000000..cbde1d1dc59d
--- /dev/null
+++ b/misc/heyu2/files/patch-x10state
@@ -0,0 +1,11 @@
+--- x10state.c.orig 2008-06-30 08:49:55.000000000 -0500
++++ x10state.c 2008-06-30 08:50:28.000000000 -0500
+@@ -6344,7 +6344,7 @@
+ char *shell;
+ LAUNCHER *launcherp;
+
+- if ( configp->script_ctrl == DISABLE )
++ if ( !i_am_state || configp->script_ctrl == DISABLE )
+ return 0;
+
+ launcherp = configp->launcherp;