Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 19:45:17 +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: r338471 - head/devel/ruby-langscan
Message-ID:  <201401021945.s02JjHxN053441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan  2 19:45:16 2014
New Revision: 338471
URL: http://svnweb.freebsd.org/changeset/ports/338471

Log:
  - Ruby 1.8 is gone from ports, remove reference to it.
  
  With hat:	ruby@

Modified:
  head/devel/ruby-langscan/Makefile

Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile	Thu Jan  2 19:43:39 2014	(r338470)
+++ head/devel/ruby-langscan/Makefile	Thu Jan  2 19:45:16 2014	(r338471)
@@ -38,13 +38,9 @@ NO_STAGE=	yes
 
 CFLAGS+=	-fPIC
 
-.if ${RUBY_VER} > 1.8
 CFLAGS+=	-I${LOCALBASE}/include/ruby-${RUBY_VER} \
 		-I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
 PLIST_SUB+=	RIPPER="@comment "
-.else
-PLIST_SUB+=	RIPPER=""
-.endif
 
 post-patch:
 	${REINPLACE_CMD} "s|\(flex --version\)|${LOCALBASE}/bin/\1|" ${WRKSRC}/autogen.sh



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