Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 13:39:59 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304836 - head/sysutils/rubygem-fluentd
Message-ID:  <201209251339.q8PDdxPx038604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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