1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

lang/ruby21: switch to USES=execinfo

While here, move MAKE_JOBS_UNSAFE to CAPIDOCS option since thats the only place
it seems necessary

PR:		193413
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
Steve Wills 2014-09-14 15:55:20 +00:00
parent 9116798617
commit 332ecdd045
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368197

View File

@ -17,8 +17,7 @@ COMMENT?= Object-oriented interpreted scripting language
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libyaml.so:${PORTSDIR}/textproc/libyaml
LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml
# Using LIB_DEPENDS finds the libffi from gcc which causes problems
BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi
@ -47,7 +46,6 @@ USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
NO_LATEST_LINK= yes
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC
OPTIONS_DEFAULT= RDOC READLINE
@ -64,7 +62,7 @@ CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen \
CAPIDOCS_CONFIGURE_OFF= --disable-install-capi
RDOC_CONFIGURE_OFF= --disable-install-rdoc
USES= tar:bzip2 cpe
USES= execinfo cpe tar:bzip2
CPE_VENDOR= ruby-lang
CPE_VERSION= ${RUBY_RELVERSION}
@ -92,6 +90,10 @@ CONFIGURE_ARGS+= --disable-dtrace
CONFIGURE_ENV= debugflags=
.if ${PORT_OPTIONS:MCAPIDOCS}
MAKE_JOBS_UNSAFE= yes
.endif
.if ${PORT_OPTIONS:MLIBEDIT}
BUILD_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit
RUN_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit