Date: Fri, 13 Jan 2017 14:44:50 +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: r431391 - head/databases/postgresql-plruby Message-ID: <201701131444.v0DEioYm006431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jan 13 14:44:50 2017 New Revision: 431391 URL: https://svnweb.freebsd.org/changeset/ports/431391 Log: Use BROKEN_RUBY With hat: ruby Modified: head/databases/postgresql-plruby/Makefile Modified: head/databases/postgresql-plruby/Makefile ============================================================================== --- head/databases/postgresql-plruby/Makefile Fri Jan 13 14:44:45 2017 (r431390) +++ head/databases/postgresql-plruby/Makefile Fri Jan 13 14:44:50 2017 (r431391) @@ -56,10 +56,8 @@ post-install-DOCS-on: ${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} -.include <bsd.port.pre.mk> +BROKEN_RUBY22= yes +BROKEN_RUBY23= yes +BROKEN_RUBY24= yes -.if ${RUBY_VER} >= 2.2 -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?201701131444.v0DEioYm006431>