pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-isatty



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul  3 01:29:09 UTC 2020

Modified Files:
        pkgsrc/devel/go-isatty: Makefile

Log Message:
go-isatty: fix SunOS builds

With some OSes (SunOS, anyway), this package needs to have go-sys
available. (Change tested on OmniOS, NetBSD 9, and Fedora 31.)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/go-isatty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-isatty/Makefile
diff -u pkgsrc/devel/go-isatty/Makefile:1.20 pkgsrc/devel/go-isatty/Makefile:1.21
--- pkgsrc/devel/go-isatty/Makefile:1.20        Wed Jun 17 09:54:01 2020
+++ pkgsrc/devel/go-isatty/Makefile     Fri Jul  3 01:29:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/06/17 09:54:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.21 2020/07/03 01:29:09 gutteridge Exp $
 
 DISTNAME=      go-isatty-0.0.3
 PKGREVISION=   19
@@ -17,4 +17,5 @@ GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB
 GO_SRCPATH=    github.com/mattn/go-isatty
 
 .include "../../lang/go/go-package.mk"
+.include "../../devel/go-sys/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index