pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 16 22:56:03 UTC 2024

Modified Files:
        pkgsrc/mk/platform: DragonFly.mk

Log Message:
mk: DragonFly seems to also have sendfile(2).


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/mk/platform/DragonFly.mk

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

Modified files:

Index: pkgsrc/mk/platform/DragonFly.mk
diff -u pkgsrc/mk/platform/DragonFly.mk:1.54 pkgsrc/mk/platform/DragonFly.mk:1.55
--- pkgsrc/mk/platform/DragonFly.mk:1.54        Wed Nov 15 14:14:09 2023
+++ pkgsrc/mk/platform/DragonFly.mk     Sat Mar 16 22:56:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.54 2023/11/15 14:14:09 nia Exp $
+# $NetBSD: DragonFly.mk,v 1.55 2024/03/16 22:56:03 nia Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -65,6 +65,8 @@ OPSYS_HAS_KQUEUE=     # defined
 OPSYS_HAS_POSIX_SPAWN= # defined
 .endif
 
+OPSYS_HAS_SENDFILE=    # defined
+
 # check for maximum command line length and set it in configure's environment,
 # to avoid a test required by the libtool script that takes forever.
 _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax



Home | Main Index | Thread Index | Old Index