svn commit: r420424 - head/comms/hylafax

John Marino marino at FreeBSD.org
Thu Aug 18 20:40:42 UTC 2016


Author: marino
Date: Thu Aug 18 20:40:40 2016
New Revision: 420424
URL: https://svnweb.freebsd.org/changeset/ports/420424

Log:
  comms/hylafax: Mark broken (runtime failure to receive faxes)
  
  PR:	200922

Modified:
  head/comms/hylafax/Makefile

Modified: head/comms/hylafax/Makefile
==============================================================================
--- head/comms/hylafax/Makefile	Thu Aug 18 20:20:43 2016	(r420423)
+++ head/comms/hylafax/Makefile	Thu Aug 18 20:40:40 2016	(r420424)
@@ -13,6 +13,8 @@ COMMENT=	Fax software
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+BROKEN=		receiving fax does not work (Bugs No. 200922)
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/afm/Courier:print/afm
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libjbig.so:graphics/jbigkit


More information about the svn-ports-all mailing list