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: sevan
Date: Thu Nov 15 00:40:57 UTC 2018
Modified Files:
pkgsrc/mk/platform: Minix.mk
Log Message:
Minix has had some level of support for IPv6 for some years now via LWIP.
Tested on 3.4RC6 which enable host mode support as standard.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/platform/Minix.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/Minix.mk
diff -u pkgsrc/mk/platform/Minix.mk:1.7 pkgsrc/mk/platform/Minix.mk:1.8
--- pkgsrc/mk/platform/Minix.mk:1.7 Mon Oct 29 10:53:31 2018
+++ pkgsrc/mk/platform/Minix.mk Thu Nov 15 00:40:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Minix.mk,v 1.7 2018/10/29 10:53:31 sevan Exp $
+# $NetBSD: Minix.mk,v 1.8 2018/11/15 00:40:57 sevan Exp $
#
# Variable definitions for the Minix operating system.
@@ -30,7 +30,7 @@ _OPSYS_SYSTEM_RPATH?= /usr/lib
_OPSYS_LIB_DIRS?= /usr/lib
_OPSYS_INCLUDE_DIRS?= /usr/include
-_OPSYS_HAS_INET6= no # IPv6 is not standard
+_OPSYS_HAS_INET6= yes # IPv6 is standard
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
Home |
Main Index |
Thread Index |
Old Index