svn commit: r537847 - head/devel/bitkeeper

Cy Schubert cy at FreeBSD.org
Wed Jun 3 20:13:44 UTC 2020


Author: cy
Date: Wed Jun  3 20:13:43 2020
New Revision: 537847
URL: https://svnweb.freebsd.org/changeset/ports/537847

Log:
  devel/bitkeeper is broken on FreeBSD 11. Mark broken until I can remediate
  my sandbox FreeBSD 11 partion to the point that it's useable again.

Modified:
  head/devel/bitkeeper/Makefile   (contents, props changed)

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Wed Jun  3 19:53:07 2020	(r537846)
+++ head/devel/bitkeeper/Makefile	Wed Jun  3 20:13:43 2020	(r537847)
@@ -21,6 +21,8 @@ LIB_DEPENDS=    libtomcrypt.so:security/libtomcrypt \
 		liblz4.so:archivers/liblz4
 RUN_DEPENDS=	bash:shells/bash
 
+BROKEN_FreeBSD_11=	perl: No such file or directory
+
 USES=		gmake groff bison localbase tk xorg iconv pkgconfig
 USE_XORG=       x11
 


More information about the svn-ports-all mailing list