Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/go-net go-net: fix SunOS build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83c91a7e553d
branches:  trunk
changeset: 429170:83c91a7e553d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Apr 17 01:19:20 2020 +0000

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

diffstat:

 net/go-net/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 192a4b990174 -r 83c91a7e553d net/go-net/Makefile
--- a/net/go-net/Makefile       Fri Apr 17 00:46:45 2020 +0000
+++ b/net/go-net/Makefile       Fri Apr 17 01:19:20 2020 +0000
@@ -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 @@
 
 .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