svn commit: r395998 - head/devel/ruby-langscan
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 3 16:24:13 UTC 2015
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}, at dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new
${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITEARCHLIBDIR}, at 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>
More information about the svn-ports-all
mailing list