Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 05:55:12 +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: r383255 - head/databases/postgresql-plruby
Message-ID:  <201504050555.t355tCN9019735@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Apr  5 05:55:11 2015
New Revision: 383255
URL: https://svnweb.freebsd.org/changeset/ports/383255

Log:
  databases/postgresql-plruby: mark broken with ruby 2.2
  
  While here, clean up plist a bit

Modified:
  head/databases/postgresql-plruby/Makefile

Modified: head/databases/postgresql-plruby/Makefile
==============================================================================
--- head/databases/postgresql-plruby/Makefile	Sun Apr  5 03:33:39 2015	(r383254)
+++ head/databases/postgresql-plruby/Makefile	Sun Apr  5 05:55:11 2015	(r383255)
@@ -58,10 +58,12 @@ post-install:
 	cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs/doc ${STAGEDIR}${RUBY_MODDOCDIR}/ README.markdown && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}/
 	${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \
 		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
-	${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type d -print | ${SED} -E -e \
-		's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
-	${ECHO_CMD} "@unexec rmdir %D/share/doc/ruby19/ 2>/dev/null || true" \
-		>> ${TMPPLIST}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+BROKEN=		Does not build
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504050555.t355tCN9019735>