Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 12:14:34 +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: r462951 - head/mail/sisyphus
Message-ID:  <201802251214.w1PCEYZW070646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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