pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/go-net



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Apr 17 01:19:20 UTC 2020

Modified Files:
        pkgsrc/net/go-net: Makefile

Log Message:
go-net: fix SunOS build

With current pkgsrc defaults, h2i builds and runs on SunOS. (That makes
PLIST.h2i redundant, but I've left it in for now, in case someone needs
to use it for manual adjustment, and for the most minimal diff.)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/go-net/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/go-net/Makefile
diff -u pkgsrc/net/go-net/Makefile:1.39 pkgsrc/net/go-net/Makefile:1.40
--- pkgsrc/net/go-net/Makefile:1.39     Sun Apr 12 11:01:42 2020
+++ pkgsrc/net/go-net/Makefile  Fri Apr 17 01:19:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/04/12 11:01:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.40 2020/04/17 01:19:20 gutteridge Exp $
 
 DISTNAME=              go-net-20200130
 PKGREVISION=           2
@@ -24,7 +24,7 @@ PLIST_VARS+=  h2i route
 
 .if ${OPSYS} == "SunOS"
 # route support is not yet implemented for sunos
-# h2i is missing terminal.MakeRaw and terminal.Restore
+PLIST.h2i=     yes
 .elif ${OPSYS} == "Linux"
 PLIST.h2i=     yes
 .else



Home | Main Index | Thread Index | Old Index