diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-03 23:32:21 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-03 23:32:21 +0000 |
commit | 1386f5ca1763c594398a441887b3a82eed45695f (patch) | |
tree | bb58aad6747932ed2bc2e2226857a5f43a87bc05 /misc/heyu2 | |
parent | dd61d5b4d7612c533fb57d6425719ac8a801fd60 (diff) | |
download | ports-1386f5ca1763c594398a441887b3a82eed45695f.tar.gz ports-1386f5ca1763c594398a441887b3a82eed45695f.zip |
Notes
Diffstat (limited to 'misc/heyu2')
-rw-r--r-- | misc/heyu2/Makefile | 1 | ||||
-rw-r--r-- | misc/heyu2/files/patch-x10state | 11 |
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; |