On 4/3/22 09:57, Omar Polo wrote:
it was lost in Makefile revision 1.57 with the 1.4.230 update; otherwise
the config file ends up with

        database=${LOCALSTATEDIR}/murmur/murmur.sqlite

ok?

Of course, thanks.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/audio/mumble/Makefile,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile
--- Makefile    18 Mar 2022 15:37:56 -0000      1.65
+++ Makefile    2 Apr 2022 21:13:59 -0000
@@ -5,7 +5,7 @@ VERSION =               1.4.230
  DISTNAME =            mumble-${VERSION}
  PKGNAME-server =      murmur-${VERSION}
  REVISION-main =               2
-REVISION-server =      1
+REVISION-server =      2
CATEGORIES = audio net @@ -94,6 +94,9 @@ CONFIGURE_ARGS += -Dtests=ON SERVER_CONFIG_FILE = ${WRKSRC}/scripts/murmur.ini
  SERVER_EXAMPLES_DIR = ${PREFIX}/share/examples/murmur
+
+pre-configure:
+       ${SUBST_CMD} ${SERVER_CONFIG_FILE}
post-install:
        ${INSTALL_DATA_DIR} ${SERVER_EXAMPLES_DIR}


Reply via email to