diff options
| author | Ashish SHUKLA <ashish@FreeBSD.org> | 2018-01-21 16:24:48 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2018-01-21 16:24:48 +0000 |
| commit | 6a10f0aebe681c823dfcde08cda5cd97e59df222 (patch) | |
| tree | fe6eb67a3cecc727f9e5799c91b6ad1533a8602b /net-im/ejabberd/files | |
| parent | 6c64a8b99016fab352dca452ac2e789b13e3ddcf (diff) | |
Notes
Diffstat (limited to 'net-im/ejabberd/files')
| -rw-r--r-- | net-im/ejabberd/files/patch-deps_fs_src_sys_kqueue.erl | 8 | ||||
| -rw-r--r-- | net-im/ejabberd/files/pkg-install.in | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/net-im/ejabberd/files/patch-deps_fs_src_sys_kqueue.erl b/net-im/ejabberd/files/patch-deps_fs_src_sys_kqueue.erl deleted file mode 100644 index 575b40d808cb..000000000000 --- a/net-im/ejabberd/files/patch-deps_fs_src_sys_kqueue.erl +++ /dev/null @@ -1,8 +0,0 @@ ---- deps/fs/src/sys/kqueue.erl.orig 2017-12-14 20:07:47 UTC -+++ deps/fs/src/sys/kqueue.erl -@@ -9,4 +9,4 @@ line_to_event(Line) -> - find_executable() -> fs:find_executable("kqueue", "deps/fs/priv/kqueue"). - start_port(Path, Cwd) -> - erlang:open_port({spawn_executable, find_executable()}, -- [stream, exit_status, {line, 16384}, {args, Path}, {cd, Cwd}]). -+ [stream, exit_status, {line, 16384}, {args, [Path]}, {cd, Cwd}]). diff --git a/net-im/ejabberd/files/pkg-install.in b/net-im/ejabberd/files/pkg-install.in index 152947441986..69bf60db96b2 100644 --- a/net-im/ejabberd/files/pkg-install.in +++ b/net-im/ejabberd/files/pkg-install.in @@ -14,7 +14,7 @@ chown -R %%USERS%%:%%GROUPS%% %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%POR find %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%% -type f -print0 | xargs -0 chmod %%SHAREMODE%% find %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%% -type f -print0 | xargs -0 chown %%SHAREOWN%%:%%SHAREGRP%% -chmod +x %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fs-2.12.0/priv/kqueue +chmod +x %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fs-3.4.0/priv/kqueue %%PAM%%chmod 4750 %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/epam-1.0.3/priv/bin/epam \ %%PAM%% %%PREFIX%%/%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/epam |
