Date: Thu, 3 Sep 2015 16:23:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395993 - head/databases/rubygem-bdb1 Message-ID: <201509031623.t83GNk36034451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 3 16:23:45 2015 New Revision: 395993 URL: https://svnweb.freebsd.org/changeset/ports/395993 Log: - Use BROKEN_RUBY21 and BROKEN_RUBY22 Modified: head/databases/rubygem-bdb1/Makefile Modified: head/databases/rubygem-bdb1/Makefile ============================================================================== --- head/databases/rubygem-bdb1/Makefile Thu Sep 3 16:23:41 2015 (r395992) +++ head/databases/rubygem-bdb1/Makefile Thu Sep 3 16:23:45 2015 (r395993) @@ -11,16 +11,12 @@ COMMENT= Ruby interface to Berkeley DB r LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -USES= execinfo +BROKEN_RUBY21= yes +BROKEN_RUBY22= yes +USES= execinfo USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.1 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031623.t83GNk36034451>