svn commit: r304836 - head/sysutils/rubygem-fluentd

Jun Kuriyama kuriyama at FreeBSD.org
Tue Sep 25 13:39:59 UTC 2012


Author: kuriyama
Date: Tue Sep 25 13:39:58 2012
New Revision: 304836
URL: http://svn.freebsd.org/changeset/ports/304836

Log:
  Unbreak and mark ignore when ruby18 is installed.

Modified:
  head/sysutils/rubygem-fluentd/Makefile

Modified: head/sysutils/rubygem-fluentd/Makefile
==============================================================================
--- head/sysutils/rubygem-fluentd/Makefile	Tue Sep 25 13:00:54 2012	(r304835)
+++ head/sysutils/rubygem-fluentd/Makefile	Tue Sep 25 13:39:58 2012	(r304836)
@@ -20,12 +20,16 @@ RUN_DEPENDS=	\
 	rubygem-cool.io>=1.1.0:${PORTSDIR}/devel/rubygem-cool.io \
 	rubygem-http_parser.rb>=0.5.1:${PORTSDIR}/net/rubygem-http_parser.rb
 
-BROKEN=		conflicting dependencies
-
 USE_RUBY=	yes
-RUBY_VER=	1.9
+#RUBY_VER=	1.9	# Please set RUBY_DEFAULT_VER=1.9 in /etc/make.conf
 USE_RUBYGEMS=	yes
 PLIST_FILES=	bin/fluent-cat bin/fluent-gem bin/fluentd
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == "1.8"
+IGNORE=		requires Ruby 1.9, please install this first
+.endif
+
+.include <bsd.port.post.mk>



More information about the svn-ports-all mailing list