svn commit: r431391 - head/databases/postgresql-plruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 13 14:44:52 UTC 2017


Author: sunpoet
Date: Fri Jan 13 14:44:50 2017
New Revision: 431391
URL: https://svnweb.freebsd.org/changeset/ports/431391

Log:
  Use BROKEN_RUBY
  
  With hat:	ruby

Modified:
  head/databases/postgresql-plruby/Makefile

Modified: head/databases/postgresql-plruby/Makefile
==============================================================================
--- head/databases/postgresql-plruby/Makefile	Fri Jan 13 14:44:45 2017	(r431390)
+++ head/databases/postgresql-plruby/Makefile	Fri Jan 13 14:44:50 2017	(r431391)
@@ -56,10 +56,8 @@ post-install-DOCS-on:
 	${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \
 		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
 
-.include <bsd.port.pre.mk>
+BROKEN_RUBY22=	yes
+BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
 
-.if ${RUBY_VER} >= 2.2
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list