pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Minix has had some level of support for IP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44b6f325a8f4
branches:  trunk
changeset: 325333:44b6f325a8f4
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu Nov 15 00:40:57 2018 +0000

description:
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.

diffstat:

 mk/platform/Minix.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 99b24619a29c -r 44b6f325a8f4 mk/platform/Minix.mk
--- a/mk/platform/Minix.mk      Wed Nov 14 23:12:51 2018 +0000
+++ b/mk/platform/Minix.mk      Thu Nov 15 00:40:57 2018 +0000
@@ -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_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