From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 15:55:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2320CBB; Sun, 14 Sep 2014 15:55:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD9E76A4; Sun, 14 Sep 2014 15:55:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EFtK7O080541; Sun, 14 Sep 2014 15:55:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EFtKLZ080540; Sun, 14 Sep 2014 15:55:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409141555.s8EFtKLZ080540@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 14 Sep 2014 15:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368197 - head/lang/ruby21 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 15:55:20 -0000 Author: swills Date: Sun Sep 14 15:55:20 2014 New Revision: 368197 URL: http://svnweb.freebsd.org/changeset/ports/368197 QAT: https://qat.redports.org/buildarchive/r368197/ Log: 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 Modified: head/lang/ruby21/Makefile Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Sun Sep 14 15:54:16 2014 (r368196) +++ head/lang/ruby21/Makefile Sun Sep 14 15:55:20 2014 (r368197) @@ -17,8 +17,7 @@ COMMENT?= Object-oriented interpreted sc 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:${PORT 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