svn commit: r422241 - head/security/pond

Antoine Brodin antoine at FreeBSD.org
Fri Sep 16 06:57:26 UTC 2016


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


More information about the svn-ports-head mailing list