Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:24:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395998 - head/devel/ruby-langscan
Message-ID:  <201509031624.t83GOClN035031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:24:11 2015
New Revision: 395998
URL: https://svnweb.freebsd.org/changeset/ports/395998

Log:
  - Use BROKEN_RUBY21 and BROKEN_RUBY22
  
  With hat:	ruby

Modified:
  head/devel/ruby-langscan/Makefile

Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile	Thu Sep  3 16:24:07 2015	(r395997)
+++ head/devel/ruby-langscan/Makefile	Thu Sep  3 16:24:11 2015	(r395998)
@@ -16,6 +16,9 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
 BUILD_DEPENDS=	flex>=2.5.31:${PORTSDIR}/textproc/flex
 
+BROKEN_RUBY21=	yes
+BROKEN_RUBY22=	yes
+
 USES=		perl5
 USE_AUTOTOOLS=	aclocal:env automake:env autoconf:env
 USE_RUBY=	yes
@@ -58,10 +61,4 @@ x-generate-plist:
 	${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new
 	${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},@dirrm %%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.1
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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