USES=execinfo
This commit is contained in:
parent
3c5549caa0
commit
ff06f04d62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364076
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -9,10 +9,9 @@ MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
||||
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
|
||||
|
@ -14,8 +14,7 @@ COMMENT= NOSQL distributed document-oriented database
|
||||
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
|
||||
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Persistent key-value database with built-in net interface
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
USES= execinfo
|
||||
|
||||
OPTIONS_DEFINE= TESTS
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Persistent key-value database with built-in net interface
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
USES= execinfo
|
||||
|
||||
OPTIONS_DEFINE= TESTS
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
|
@ -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
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Fast, light-weight proxy for memcached and redis
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
USES= execinfo
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
|
||||
|
Loading…
Reference in New Issue
Block a user