svn commit: r338451 - head/archivers/ruby-lha

Steve Wills swills at FreeBSD.org
Thu Jan 2 15:55:37 UTC 2014


Author: swills
Date: Thu Jan  2 15:55:37 2014
New Revision: 338451
URL: http://svnweb.freebsd.org/changeset/ports/338451

Log:
  - Mark as broken with Ruby 2.0

Modified:
  head/archivers/ruby-lha/Makefile   (contents, props changed)

Modified: head/archivers/ruby-lha/Makefile
==============================================================================
--- head/archivers/ruby-lha/Makefile	Thu Jan  2 15:43:18 2014	(r338450)
+++ head/archivers/ruby-lha/Makefile	Thu Jan  2 15:55:37 2014	(r338451)
@@ -30,4 +30,8 @@ post-install:
 	${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 2.0
+BROKEN=	Does not build with Ruby 2.0
+.endif
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list