pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/matrix-synapse/files chat/matrix-synapse: MESSAGE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30e1c5b4967f
branches:  trunk
changeset: 387375:30e1c5b4967f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Oct 28 13:10:30 2022 +0000

description:
chat/matrix-synapse: MESSAGE exorcism (actually commmit files/*)

diffstat:

 chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt |  3 +++
 chat/matrix-synapse/files/README.pkgsrc.txt        |  9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r c115ddbc0f93 -r 30e1c5b4967f chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt        Fri Oct 28 13:10:30 2022 +0000
@@ -0,0 +1,3 @@
+The builtin SQLite3 in NetBSD lacks features needed by Synapse.  To
+use Synapse with SQLite3, one must build with pgksrc sqlite3, via
+PREFER_PKGSRC+=sqlite3.
diff -r c115ddbc0f93 -r 30e1c5b4967f chat/matrix-synapse/files/README.pkgsrc.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/matrix-synapse/files/README.pkgsrc.txt       Fri Oct 28 13:10:30 2022 +0000
@@ -0,0 +1,9 @@
+To generate a Synapse configuration, run:
+
+cd ${SYNAPSE_DATA} &&
+${PYTHONBIN} -m synapse.app.homeserver \
+       --server-name my.domain.name \
+       --config-path ${PKG_SYSCONFDIR}/homeserver.yaml \
+       --config-directory ${PKG_SYSCONFDIR} \
+       --generate-config \
+       --report-stats=no



Home | Main Index | Thread Index | Old Index