svn commit: r417666 - in head/lang: ruby21 ruby22 ruby23

Steve Wills swills at FreeBSD.org
Mon Jun 27 14:50:05 UTC 2016


Author: swills
Date: Mon Jun 27 14:50:03 2016
New Revision: 417666
URL: https://svnweb.freebsd.org/changeset/ports/417666

Log:
  lang/ruby2?: Actually unmark broken

Modified:
  head/lang/ruby21/Makefile
  head/lang/ruby22/Makefile
  head/lang/ruby23/Makefile

Modified: head/lang/ruby21/Makefile
==============================================================================
--- head/lang/ruby21/Makefile	Mon Jun 27 14:37:08 2016	(r417665)
+++ head/lang/ruby21/Makefile	Mon Jun 27 14:50:03 2016	(r417666)
@@ -18,8 +18,6 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 # Using LIB_DEPENDS finds the libffi from gcc which causes problems
 BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Mon Jun 27 14:37:08 2016	(r417665)
+++ head/lang/ruby22/Makefile	Mon Jun 27 14:50:03 2016	(r417666)
@@ -18,8 +18,6 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 MAKE_JOBS_UNSAFE=	yes
 
 # Using LIB_DEPENDS finds the libffi from gcc which causes problems

Modified: head/lang/ruby23/Makefile
==============================================================================
--- head/lang/ruby23/Makefile	Mon Jun 27 14:37:08 2016	(r417665)
+++ head/lang/ruby23/Makefile	Mon Jun 27 14:50:03 2016	(r417666)
@@ -18,8 +18,6 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 # Using LIB_DEPENDS finds the libffi from gcc which causes problems
 BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml


More information about the svn-ports-head mailing list