pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unison
Module Name: pkgsrc
Committed By: gdt
Date: Sat Oct 18 00:18:20 UTC 2025
Modified Files:
pkgsrc/net/unison: Makefile
Log Message:
net/unison: Adjust comments to reduce diffs to wip
This is a comment-only change.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/net/unison/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/unison/Makefile
diff -u pkgsrc/net/unison/Makefile:1.170 pkgsrc/net/unison/Makefile:1.171
--- pkgsrc/net/unison/Makefile:1.170 Sat Aug 30 22:46:06 2025
+++ pkgsrc/net/unison/Makefile Sat Oct 18 00:18:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.170 2025/08/30 22:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.171 2025/10/18 00:18:20 gdt Exp $
DISTNAME= unison-2.53.7
PKGREVISION= 4
@@ -20,6 +20,9 @@ MAKE_ENV+= HOME=${WRKDIR:Q}
.include "../../lang/ocaml/ocaml.mk"
+# Unison will use ocamlopt if possible, and otherwise ocamlc, but
+# passing NATIVE lets pkgsrc build byte code on a native platform,
+# should that be desired.
.if ${OCAML_USE_OPT_COMPILER} == "yes"
MAKE_FLAGS+= NATIVE=true
.else
@@ -31,9 +34,6 @@ MAKE_FLAGS+= NATIVE=false
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
-# \todo
-# add fsmonitor option, needing python and libinotify, or forcing it off
-
# Unison does not install non-man docs
INSTALLATION_DIRS+= share/doc/unison
Home |
Main Index |
Thread Index |
Old Index