svn commit: r456329 - head/devel/rubygem-msgpack

Steve Wills swills at FreeBSD.org
Thu Dec 14 18:12:43 UTC 2017


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}
 


More information about the svn-ports-head mailing list