pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-pty
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jul 6 22:38:29 UTC 2020
Modified Files:
pkgsrc/devel/go-pty: Makefile
Log Message:
go-pty: 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.1 -r1.2 pkgsrc/devel/go-pty/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-pty/Makefile
diff -u pkgsrc/devel/go-pty/Makefile:1.1 pkgsrc/devel/go-pty/Makefile:1.2
--- pkgsrc/devel/go-pty/Makefile:1.1 Mon Jun 29 12:46:01 2020
+++ pkgsrc/devel/go-pty/Makefile Mon Jul 6 22:38:29 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/06/29 12:46:01 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2020/07/06 22:38:29 gutteridge Exp $
DISTNAME= go-pty-1.1.11
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=creack/}
GITHUB_PROJECT= pty
@@ -20,4 +21,5 @@ GO_SRCPATH= github.com/creack/pty/
GO_DIST_BASE= pty-${PKGVERSION_NOREV}
.include "../../lang/go/go-package.mk"
+.include "../../devel/go-sys/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index