svn commit: r462951 - head/mail/sisyphus

Antoine Brodin antoine at FreeBSD.org
Sun Feb 25 12:14:35 UTC 2018


Author: antoine
Date: Sun Feb 25 12:14:34 2018
New Revision: 462951
URL: https://svnweb.freebsd.org/changeset/ports/462951

Log:
  Mark BROKEN: fails to configure
  
  [WARN]  stat /root/go/src: no such file or directory
  [ERROR] Could not find any of /root/go/src.
  [INFO]  As of Glide 0.5/Go 1.5, this is required.
  [ERROR] Without src, cannot continue.
  
  Reported by:	pkg-fallout

Modified:
  head/mail/sisyphus/Makefile

Modified: head/mail/sisyphus/Makefile
==============================================================================
--- head/mail/sisyphus/Makefile	Sun Feb 25 12:11:09 2018	(r462950)
+++ head/mail/sisyphus/Makefile	Sun Feb 25 12:14:34 2018	(r462951)
@@ -11,6 +11,10 @@ COMMENT=	Intelligent Junk Mail Handler
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to configure
+DEPRECATED=	Never built
+EXPIRATION_DATE=	2018-03-25
+
 BUILD_DEPENDS=	glide:devel/go-glide
 
 USES=		go


More information about the svn-ports-all mailing list