svn commit: r489278 - head/mail/claws-mail-python

Antoine Brodin antoine at FreeBSD.org
Fri Jan 4 20:59:12 UTC 2019


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


More information about the svn-ports-head mailing list