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.13 retrieving revision 1.22 diff -u -p -r1.13 -r1.22 --- pkgsrc/net/go-net/Attic/Makefile 2017/03/16 19:14:19 1.13 +++ pkgsrc/net/go-net/Attic/Makefile 2018/11/04 18:38:04 1.22 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/03/16 19:14:19 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2018/11/04 18:38:04 bsiegert Exp $ DISTNAME= go-net-20170308 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= net @@ -14,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"