Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2016 18:24:13 +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: r425166 - head/Mk
Message-ID:  <201611021824.uA2IODKS035919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Nov  2 18:24:12 2016
New Revision: 425166
URL: https://svnweb.freebsd.org/changeset/ports/425166

Log:
  Remove USE_LIBRUBY and DEPEND_LIBRUBY

Modified:
  head/Mk/bsd.ruby.mk

Modified: head/Mk/bsd.ruby.mk
==============================================================================
--- head/Mk/bsd.ruby.mk	Wed Nov  2 17:28:34 2016	(r425165)
+++ head/Mk/bsd.ruby.mk	Wed Nov  2 18:24:12 2016	(r425166)
@@ -31,7 +31,6 @@ Ruby_Include_MAINTAINER=	ruby@FreeBSD.or
 # USE_RUBY		- Says that the port uses ruby for building and running.
 # RUBY_NO_BUILD_DEPENDS	- Says that the port should not build-depend on ruby.
 # RUBY_NO_RUN_DEPENDS	- Says that the port should not run-depend on ruby.
-# USE_LIBRUBY		- Says that the port uses libruby.
 # USE_RUBY_EXTCONF	- Says that the port uses extconf.rb to configure.
 #			  Implies USE_RUBY.
 # RUBY_EXTCONF		- Set to the alternative name of extconf.rb
@@ -95,7 +94,6 @@ Ruby_Include_MAINTAINER=	ruby@FreeBSD.or
 # RUBY_PORT		- Port path of ruby without PORTSDIR.
 # RUBY_RDOC_PORT	- Port path of rdoc without PORTSDIR.
 #
-# DEPEND_LIBRUBY	- LIB_DEPENDS entry for libruby.
 # DEPEND_RUBY		- BUILD_DEPENDS/RUN_DEPENDS entry for ruby.
 # DEPEND_RUBY_RDOC	- BUILD_DEPENDS entry for rdoc.
 #
@@ -272,7 +270,6 @@ RUBY_BASE_PORT?=	lang/ruby${RUBY_VER:S/.
 RUBY_PORT?=		${RUBY_BASE_PORT}
 
 # Depends
-DEPEND_LIBRUBY?=	lib${RUBY_NAME}.so.${RUBY_SHLIBVER}:${RUBY_PORT}
 DEPEND_RUBY?=		${RUBY}:${RUBY_PORT}
 
 # Directories
@@ -394,10 +391,6 @@ ruby-setup-install:
 	${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install --prefix=${STAGEDIR}
 .endif
 
-.if defined(USE_LIBRUBY)
-LIB_DEPENDS+=		${DEPEND_LIBRUBY}
-.endif
-
 .if defined(USE_RUBY)
 .if !defined(RUBY_NO_BUILD_DEPENDS)
 EXTRACT_DEPENDS+=	${DEPEND_RUBY}



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