Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 18:06:10 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330024 - head/www/elinks
Message-ID:  <201310101806.r9AI6AWI078235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Thu Oct 10 18:06:10 2013
New Revision: 330024
URL: http://svnweb.freebsd.org/changeset/ports/330024

Log:
  - Remove option to build with ruby18
  - No PORTREVISION bump, option is off by default
  
  With hat:	portmgr

Modified:
  head/www/elinks/Makefile

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Thu Oct 10 17:53:33 2013	(r330023)
+++ head/www/elinks/Makefile	Thu Oct 10 18:06:10 2013	(r330024)
@@ -25,7 +25,7 @@ MAN5=		elinkskeys.5 elinks.conf.5
 
 OPTIONS_DEFINE=		88COLORS 256COLORS SPIDERMONKEY XBELMARKS LOCAL_CGI \
 			FINGER GOPHER BITTORRENT NNTP FTP FSP SMB EXMODE \
-			HIGHLIGHT IDN NOROOT FASTMEM PERL RUBY \
+			HIGHLIGHT IDN NOROOT FASTMEM PERL \
 			LUA GUILE ICONV MOUSE NLS
 OPTIONS_DEFAULT=	88COLORS 256COLORS FTP EXMODE HIGHLIGHT FASTMEM MOUSE
 88COLORS_DESC=		88 color support
@@ -52,12 +52,12 @@ PLIST_SUB+=	NLS="@comment "
 CONFIGURE_ARGS+=	--disable-nls
 .endif
 
-.if ${PORT_OPTIONS:MRUBY}
-LIB_DEPENDS+=	ruby18:${PORTSDIR}/lang/ruby18
-CONFIGURE_ARGS+=	--with-ruby
-.else
-CONFIGURE_ARGS+=	--without-ruby
-.endif
+#.if ${PORT_OPTIONS:MRUBY}
+#LIB_DEPENDS+=	ruby18:${PORTSDIR}/lang/ruby18
+#CONFIGURE_ARGS+=	--with-ruby
+#.else
+#CONFIGURE_ARGS+=	--without-ruby
+#.endif
 
 .if ${PORT_OPTIONS:MGUILE}
 LIB_DEPENDS+=	guile:${PORTSDIR}/lang/guile



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