Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 18:12:41 +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: r456329 - head/devel/rubygem-msgpack
Message-ID:  <201712141812.vBEICf7f007643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 14 18:12:41 2017
New Revision: 456329
URL: https://svnweb.freebsd.org/changeset/ports/456329

Log:
  devel/rubygem-msgpack: mark broken with ruby 2.4

Modified:
  head/devel/rubygem-msgpack/Makefile

Modified: head/devel/rubygem-msgpack/Makefile
==============================================================================
--- head/devel/rubygem-msgpack/Makefile	Thu Dec 14 18:09:09 2017	(r456328)
+++ head/devel/rubygem-msgpack/Makefile	Thu Dec 14 18:12:41 2017	(r456329)
@@ -14,6 +14,8 @@ USE_RUBY=	yes
 USES=		gem
 STRIPDIR=	${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}
 
+BROKEN_RUBY24=	yes
+
 post-install:
 	${FIND} ${STRIPDIR} -type f \( -name '*.o' -o -name '*.so' \) | ${XARGS} ${STRIP_CMD}
 



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