Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/go-net/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/go-net/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.19 diff -u -p -r1.12 -r1.19 --- pkgsrc/net/go-net/Attic/Makefile 2016/12/10 19:07:20 1.12 +++ pkgsrc/net/go-net/Attic/Makefile 2018/03/04 15:52:18 1.19 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2016/12/10 19:07:20 wiedi Exp $ -# +# $NetBSD: Makefile,v 1.19 2018/03/04 15:52:18 bsiegert Exp $ -DISTNAME= go-net-20160910 +DISTNAME= go-net-20170308 PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= net -GITHUB_TAG= cfe3c2a752 +GITHUB_TAG= a6577fa MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= http://golang.org/ @@ -16,14 +15,20 @@ LICENSE= modified-bsd GO_SRCPATH= golang.org/x/net GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* +CHECK_RELRO_SKIP+= bin/h2i + .include "../../mk/bsd.prefs.mk" -PLIST_VARS+= notsunos +PLIST_VARS+= h2i route -.if ${OPSYS} != "SunOS" +.if ${OPSYS} == "SunOS" # route support is not yet implemented for sunos # h2i is missing terminal.MakeRaw and terminal.Restore -PLIST.notsunos= yes +.elif ${OPSYS} == "Linux" +PLIST.h2i= yes +.else +PLIST.h2i= yes +PLIST.route= yes .endif .include "../../textproc/go-text/buildlink3.mk"