Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2019 20:59:11 +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: r489278 - head/mail/claws-mail-python
Message-ID:  <201901042059.x04KxBRC049244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  4 20:59:10 2019
New Revision: 489278
URL: https://svnweb.freebsd.org/changeset/ports/489278

Log:
  Mark BROKEN: fails to stage
  
  (cd /wrkdirs/usr/ports/mail/claws-mail-python/work/claws-mail-3.17.3/src/plugins/python &&  install  -s -m 0644 .libs/python.so  /wrkdirs/usr/ports/mail/claws-mail-python/work/stage/usr/local/lib/claws-mail/plugins)
  install: .libs/python.so: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/mail/claws-mail-python/Makefile

Modified: head/mail/claws-mail-python/Makefile
==============================================================================
--- head/mail/claws-mail-python/Makefile	Fri Jan  4 20:58:04 2019	(r489277)
+++ head/mail/claws-mail-python/Makefile	Fri Jan  4 20:59:10 2019	(r489278)
@@ -6,6 +6,8 @@ PORTREVISION=	0
 
 COMMENT=	Python scripting plugin for Claws Mail
 
+BROKEN=		fails to stage
+
 USE_GNOME=	pygtk2
 
 CLAWS_PLUGINS_BUILD=	python



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