svn commit: r369369 - head/devel/rubygem-sidekiq

Steve Wills swills at FreeBSD.org
Sat Sep 27 06:17:30 UTC 2014


Author: swills
Date: Sat Sep 27 06:17:29 2014
New Revision: 369369
URL: http://svnweb.freebsd.org/changeset/ports/369369
QAT: https://qat.redports.org/buildarchive/r369369/

Log:
  devel/rubygem-sidekiq: mark broken with Ruby 1.9

Modified:
  head/devel/rubygem-sidekiq/Makefile

Modified: head/devel/rubygem-sidekiq/Makefile
==============================================================================
--- head/devel/rubygem-sidekiq/Makefile	Sat Sep 27 06:00:09 2014	(r369368)
+++ head/devel/rubygem-sidekiq/Makefile	Sat Sep 27 06:17:29 2014	(r369369)
@@ -21,4 +21,11 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/sidekiqctl bin/sidekiq
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if (${RUBY_VER} == "1.9")
+BROKEN=		Infinite loop during install
+.endif
+
+.include <bsd.port.post.mk>
+


More information about the svn-ports-head mailing list