svn commit: r406861 - head/lang/rubinius

Pawel Pekala pawel at FreeBSD.org
Thu Jan 21 15:33:10 UTC 2016


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
 


More information about the svn-ports-head mailing list