Date: Mon, 27 Jun 2016 14:50:04 +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: r417666 - in head/lang: ruby21 ruby22 ruby23 Message-ID: <201606271450.u5REo4uj062195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271450.u5REo4uj062195>