Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 15:55:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338451 - head/archivers/ruby-lha
Message-ID:  <201401021555.s02FtbVD064850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401021555.s02FtbVD064850>