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.14 retrieving revision 1.24 diff -u -p -r1.14 -r1.24 --- pkgsrc/net/go-net/Attic/Makefile 2017/03/20 12:23:53 1.14 +++ pkgsrc/net/go-net/Attic/Makefile 2019/01/24 10:00:41 1.24 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2017/03/20 12:23:53 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/01/24 10:00:41 bsiegert Exp $ DISTNAME= go-net-20170308 +PKGREVISION= 7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= net @@ -14,19 +15,23 @@ LICENSE= modified-bsd GO_SRCPATH= golang.org/x/net GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* -BROKEN= Depends on go-crypto, which depends on this package. +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" -#.include "../../security/go-crypto/buildlink3.mk" +.include "../../security/go-crypto/buildlink3.mk" .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk"