pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/coturn



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Feb 27 15:29:25 UTC 2026

Modified Files:
        pkgsrc/net/coturn: Makefile

Log Message:
net/coturn: Restore wrongly-deleted comment


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/coturn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/coturn/Makefile
diff -u pkgsrc/net/coturn/Makefile:1.10 pkgsrc/net/coturn/Makefile:1.11
--- pkgsrc/net/coturn/Makefile:1.10     Fri Feb 27 14:29:16 2026
+++ pkgsrc/net/coturn/Makefile  Fri Feb 27 15:29:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2026/02/27 14:29:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/02/27 15:29:25 gdt Exp $
 
 DISTNAME=      coturn-4.9.0
 CATEGORIES=    net
@@ -61,6 +61,9 @@ CONFIGURE_ARGS+=      --confdir=${PKG_SYSCONF
 # Defaults to ${PREFIX}/var; give it a subdirectory.
 CONFIGURE_ARGS+=       --localstatedir=${COTURN_DATA}
 
+# \todo Why is there a db installed in /var?  If not within PREFIX we don't pick it up,
+# but it seems like a bug.
+
 .include "options.mk"
 
 # upstream installs both a .conf.default in etcdir, and the



Home | Main Index | Thread Index | Old Index