Date: Thu, 21 Jan 2016 15:33:08 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406861 - head/lang/rubinius Message-ID: <201601211533.u0LFX8Sd072262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Jan 21 15:33:08 2016 New Revision: 406861 URL: https://svnweb.freebsd.org/changeset/ports/406861 Log: Convert to USES=execinfo PR: 205953 Submitted by: myself Approved by: maintainer timeout Modified: head/lang/rubinius/Makefile Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Thu Jan 21 15:30:53 2016 (r406860) +++ head/lang/rubinius/Makefile Thu Jan 21 15:33:08 2016 (r406861) @@ -40,7 +40,7 @@ CONFIGURE_ARGS= -P "${PREFIX}" \ --stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \ --system-name ${OPSYS} -USES= perl5 gmake tar:bzip2 readline compiler:c++11-lib libedit +USES= compiler:c++11-lib execinfo gmake perl5 readline tar:bzip2 USE_OPENSSL= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes @@ -65,8 +65,7 @@ FREEBSD_DIR= ${F_ARCH}-${F_OS}-${F_MAJOR .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +.if !exists(/usr/lib/libexecinfo.so) CONFIGURE_ARGS+= --with-opt-dir "${LOCALBASE}" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601211533.u0LFX8Sd072262>