Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 06:57:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422241 - head/security/pond
Message-ID:  <201609160657.u8G6vPoV087735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 16 06:57:25 2016
New Revision: 422241
URL: https://svnweb.freebsd.org/changeset/ports/422241

Log:
  Mark BROKEN: wrong build depends
  
  ===>   pond-20150830_1 depends on file: /usr/local/share/go/pkg/freebsd_amd64/code.google.com/p/go.net/dict.a - not found
  
  Reported by:	pkg-fallout

Modified:
  head/security/pond/Makefile

Modified: head/security/pond/Makefile
==============================================================================
--- head/security/pond/Makefile	Fri Sep 16 06:56:21 2016	(r422240)
+++ head/security/pond/Makefile	Fri Sep 16 06:57:25 2016	(r422241)
@@ -14,6 +14,8 @@ COMMENT=	Forward secure, asynchronous me
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		wrong build depends
+
 BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \
 		${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:devel/goprotobuf \
 		${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609160657.u8G6vPoV087735>