Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:28:29 +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: r338491 - head/textproc/rast
Message-ID:  <201401022028.s02KSTPb070469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan  2 20:28:28 2014
New Revision: 338491
URL: http://svnweb.freebsd.org/changeset/ports/338491

Log:
  - Ruby 1.8 is gone, mark this broken unconditionally (with all versions of
    Ruby)

Modified:
  head/textproc/rast/Makefile   (contents, props changed)

Modified: head/textproc/rast/Makefile
==============================================================================
--- head/textproc/rast/Makefile	Thu Jan  2 20:25:40 2014	(r338490)
+++ head/textproc/rast/Makefile	Thu Jan  2 20:28:28 2014	(r338491)
@@ -68,8 +68,6 @@ NO_STAGE=	yes
 
 DEFAULT_ENCODING?=	euc_jp
 
-.if ${RUBY_VER} == 1.9
-BROKEN=	does not compile with ruby 1.9
-.endif
+BROKEN=		Does not compile
 
 .include <bsd.port.post.mk>



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