Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 06:36:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364076 - in head/databases: akonadi galera libmemcached mongodb redis redis-devel rubygem-bdb1 twemproxy
Message-ID:  <53e07b57.5f71.bcca56@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Aug  5 06:36:06 2014
New Revision: 364076
URL: http://svnweb.freebsd.org/changeset/ports/364076
QAT: https://qat.redports.org/buildarchive/r364076/

Log:
  USES=execinfo

Modified:
  head/databases/akonadi/Makefile
  head/databases/galera/Makefile
  head/databases/libmemcached/Makefile
  head/databases/mongodb/Makefile
  head/databases/redis-devel/Makefile
  head/databases/redis/Makefile
  head/databases/rubygem-bdb1/Makefile
  head/databases/twemproxy/Makefile

Modified: head/databases/akonadi/Makefile
==============================================================================
--- head/databases/akonadi/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/akonadi/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -16,11 +16,10 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 # Let process generate meaningful backtrace on core dump.
-LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
 
 USE_KDE4=	kdehier kdeprefix automoc4 soprano
-USES=		cmake:outsource shared-mime-info compiler:c++11-lang tar:bzip2
+USES=		cmake:outsource execinfo shared-mime-info compiler:c++11-lang tar:bzip2
 USE_QT4=	corelib dbus gui network qtestlib_build sql xml \
 		moc_build qmake_build rcc_build uic_build
 CMAKE_ARGS+=	-DAKONADI_BUILD_TESTS:BOOL=FALSE \

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/galera/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -16,10 +16,9 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	checkmk:${PORTSDIR}/devel/libcheck \
 		doxygen:${PORTSDIR}/devel/doxygen \
 		${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:${PORTSDIR}/textproc/py-cloud_sptheme
-LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs
 
-USES=		scons shebangfix
+USES=		execinfo scons shebangfix
 
 USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes

Modified: head/databases/libmemcached/Makefile
==============================================================================
--- head/databases/libmemcached/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/libmemcached/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -9,10 +9,9 @@ MASTER_SITES=	http://launchpad.net/${POR
 MAINTAINER=	m.tsatsenko@gmail.com
 COMMENT=	C and C++ client library to the memcached server
 
-LIB_DEPENDS?=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
-		libevent.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS?=	libevent.so:${PORTSDIR}/devel/libevent2
 
-USES=		gmake pathfix pkgconfig perl5 libtool
+USES=		execinfo gmake pathfix pkgconfig perl5 libtool
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/mongodb/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -14,8 +14,7 @@ COMMENT=	NOSQL distributed document-orie
 LICENSE=	AGPLv3 APACHE20
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
-		libpcre.so:${PORTSDIR}/devel/pcre \
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libsnappy.so:${PORTSDIR}/archivers/snappy \
 		libv8.so:${PORTSDIR}/lang/v8 \
 # boost 1.52/1.55 from ports make mongod segfaulting with many tests
@@ -32,7 +31,7 @@ OPTIONS_DEFINE=	SSL SASL TEST
 OPTIONS_DEFAULT=SSL
 TEST_DESC=	Add support for running regression test
 
-USES=		scons
+USES=		execinfo scons
 MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \
 		--use-system-pcre --use-system-snappy --use-system-v8
 

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/redis-devel/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -14,7 +14,7 @@ COMMENT=	Persistent key-value database w
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+USES=		execinfo
 
 OPTIONS_DEFINE=	TESTS
 OPTIONS_RADIO=	EXTLUA

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/redis/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -11,7 +11,7 @@ COMMENT=	Persistent key-value database w
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+USES=		execinfo
 
 OPTIONS_DEFINE=	TESTS
 OPTIONS_RADIO=	EXTLUA

Modified: head/databases/rubygem-bdb1/Makefile
==============================================================================
--- head/databases/rubygem-bdb1/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/rubygem-bdb1/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -8,7 +8,7 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby interface to Berkeley DB revision 1.8x with full feature support
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+USES=		execinfo
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/databases/twemproxy/Makefile
==============================================================================
--- head/databases/twemproxy/Makefile	Tue Aug  5 06:26:36 2014	(r364075)
+++ head/databases/twemproxy/Makefile	Tue Aug  5 06:36:06 2014	(r364076)
@@ -12,7 +12,7 @@ COMMENT=	Fast, light-weight proxy for me
 
 LICENSE=	APACHE20
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+USES=		execinfo
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e07b57.5f71.bcca56>