diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-02-20 21:06:52 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-02-20 21:06:52 +0000 |
commit | 21cbfcdcf0b3b12e538a6ef32959ad25f53830cb (patch) | |
tree | 237a2e5c3de0a4b151700853b264cb46c83708f4 /chat/ejabberd/patches | |
parent | f90adcb06e9505321707c0d5dc6a7b071e52fd04 (diff) | |
download | pkgsrc-21cbfcdcf0b3b12e538a6ef32959ad25f53830cb.tar.gz |
Update ejabberd to 15.02.
Enable odbc, mysql and pgsql support unconditionally (no dependency cost).
Changes in 15.02:
- Add Elixir support, allows to write plugins in Elixir (not enabled in
this pkgsrc package)
- New command to reload configuration without restart
- Support old style erlang expressions in YAML configuration
- Improved captcha listener parsing when protocol not specified
- Fix upgrade of old unbinarized pubsub table from 2.1
- Minor updates in the documentation
- Other bugfixes
Diffstat (limited to 'chat/ejabberd/patches')
-rw-r--r-- | chat/ejabberd/patches/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chat/ejabberd/patches/patch-aa b/chat/ejabberd/patches/patch-aa index d059540cbdd..d8831fd2f9e 100644 --- a/chat/ejabberd/patches/patch-aa +++ b/chat/ejabberd/patches/patch-aa @@ -1,16 +1,18 @@ -$NetBSD: patch-aa,v 1.10 2013/10/11 13:32:25 fhajny Exp $ +$NetBSD: patch-aa,v 1.11 2015/02/20 21:06:52 fhajny Exp $ Fix locations; don't mess with ownership. ---- Makefile.in.orig 2013-09-27 09:19:22.000000000 +0000 +--- Makefile.in.orig 2015-02-11 23:14:57.000000000 +0000 +++ Makefile.in -@@ -9,13 +9,13 @@ exec_prefix = @exec_prefix@ +@@ -9,7 +9,7 @@ exec_prefix = @exec_prefix@ DESTDIR = # /etc/ejabberd/ -ETCDIR = $(DESTDIR)@sysconfdir@/ejabberd +ETCDIR = $(DESTDIR)@prefix@/share/examples/ejabberd - # /sbin/ + # /bin/ + BINDIR = $(DESTDIR)@bindir@ +@@ -18,7 +18,7 @@ BINDIR = $(DESTDIR)@bindir@ SBINDIR = $(DESTDIR)@sbindir@ # /lib/ejabberd/ @@ -19,7 +21,7 @@ Fix locations; don't mess with ownership. # /share/doc/ejabberd PACKAGE_TARNAME = @PACKAGE_TARNAME@ -@@ -41,16 +41,16 @@ SODIR = $(PRIVDIR)/lib +@@ -44,16 +44,16 @@ SODIR = $(PRIVDIR)/lib MSGSDIR = $(PRIVDIR)/msgs # /var/lib/ejabberd/ @@ -39,7 +41,7 @@ Fix locations; don't mess with ownership. INSTALLUSER=@INSTALLUSER@ # if no user was enabled, don't set privileges or ownership -@@ -61,10 +61,10 @@ ifeq ($(INSTALLUSER),) +@@ -64,10 +64,10 @@ ifeq ($(INSTALLUSER),) CHOWN_OUTPUT=/dev/null INIT_USER=root else |