svn commit: r463622 - head/net-p2p/transmission-remote-gui

Antoine Brodin antoine at FreeBSD.org
Mon Mar 5 06:58:06 UTC 2018


Author: antoine
Date: Mon Mar  5 06:58:05 2018
New Revision: 463622
URL: https://svnweb.freebsd.org/changeset/ports/463622

Log:
  Mark BROKEN: fails to build
  
  (3104) Compiling transgui.lpr
  Fatal: (10022) Can't find unit FastHTMLParser used by Clipbrd
  Fatal: (1018) Compilation aborted
  
  Reported by:	pkg-fallout

Modified:
  head/net-p2p/transmission-remote-gui/Makefile

Modified: head/net-p2p/transmission-remote-gui/Makefile
==============================================================================
--- head/net-p2p/transmission-remote-gui/Makefile	Mon Mar  5 06:01:46 2018	(r463621)
+++ head/net-p2p/transmission-remote-gui/Makefile	Mon Mar  5 06:58:05 2018	(r463622)
@@ -11,6 +11,8 @@ DISTNAME=	transgui-${PORTVERSION}-src
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Remote GUI for transmission daemon
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	lazbuild:editors/lazarus \
 		fpcres:lang/fpc-utils
 RUN_DEPENDS=	transmission-daemon:net-p2p/transmission-daemon


More information about the svn-ports-all mailing list