svn commit: r533988 - head/net/knxd
Matthias Fechner
mfechner at FreeBSD.org
Mon May 4 21:16:50 UTC 2020
Author: mfechner
Date: Mon May 4 21:16:49 2020
New Revision: 533988
URL: https://svnweb.freebsd.org/changeset/ports/533988
Log:
Create a sample configuration file that should now work also with the ETS5.
Modified:
head/net/knxd/Makefile
Modified: head/net/knxd/Makefile
==============================================================================
--- head/net/knxd/Makefile Mon May 4 20:47:51 2020 (r533987)
+++ head/net/knxd/Makefile Mon May 4 21:16:49 2020 (r533988)
@@ -31,6 +31,6 @@ CONFIGURE_ARGS?=--disable-systemd --disable-usb \
LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
post-install:
- (cd ${WRKSRC} && src/server/knxd_args -d -e 15.15.1 -E 15.15.2:8 -D -T -S -b ipt:192.168.0.117 -u /var/run/knxd > ${STAGEDIR}${PREFIX}/etc/knxd.conf.sample)
+ (cd ${WRKSRC} && src/server/knxd_args -d -e 15.15.1 -E 15.15.2:8 -D -T -S -B single -b ipt:192.168.0.117 -u /var/run/knxd > ${STAGEDIR}${PREFIX}/etc/knxd.conf.sample)
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list