Date: Wed, 23 Nov 2016 19:34:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426962 - head/security/keybase Message-ID: <201611231934.uANJYsIs007094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 23 19:34:54 2016 New Revision: 426962 URL: https://svnweb.freebsd.org/changeset/ports/426962 Log: - Use ONLY_FOR_ARCHS Modified: head/security/keybase/Makefile Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Wed Nov 23 19:21:19 2016 (r426961) +++ head/security/keybase/Makefile Wed Nov 23 19:34:54 2016 (r426962) @@ -11,7 +11,8 @@ COMMENT= Keybase.io client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE -BROKEN_i386= does not build +# https://github.com/keybase/go-ps/blob/master/process_freebsd.go#L1 +ONLY_FOR_ARCHS= amd64 GO_PKGNAME= github.com/keybase/client/go GO_TARGET= -tags production ${GO_PKGNAME}/keybase
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231934.uANJYsIs007094>