svn commit: r338471 - head/devel/ruby-langscan

Steve Wills swills at FreeBSD.org
Thu Jan 2 19:45:17 UTC 2014


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


More information about the svn-ports-all mailing list