2017-11-20 06:40:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ldb
|
2017-12-23 23:06:11 +00:00
|
|
|
PORTVERSION= 1.2.3
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
|
|
|
PORTREVISION= 1
|
2017-11-20 06:40:28 +00:00
|
|
|
PORTEPOCH= 0
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= SAMBA
|
|
|
|
PKGNAMESUFFIX= 12
|
|
|
|
|
|
|
|
MAINTAINER= timur@FreeBSD.org
|
|
|
|
COMMENT= LDAP-like embedded database
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LDB_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${LDB_DEPENDS}
|
|
|
|
|
|
|
|
LDB_DEPENDS= talloc>=2.1.10:devel/talloc \
|
2018-02-20 23:17:49 +00:00
|
|
|
tevent>=0.9.34:devel/tevent \
|
2017-11-20 06:40:28 +00:00
|
|
|
tdb>=1.3.15:databases/tdb \
|
|
|
|
cmocka>=1.1.1:sysutils/cmocka \
|
|
|
|
popt>=0:devel/popt
|
|
|
|
|
2018-02-20 23:17:49 +00:00
|
|
|
CONFLICTS_INSTALL= ldb-1.1.* ldb13-1.3.*
|
|
|
|
|
|
|
|
#FLAVORS= default nopython
|
|
|
|
#nopython_PKGNAMESUFFIX= -nopython
|
|
|
|
#nopython_CONFLICTS= ldb
|
|
|
|
#default_CONFLICTS= ldb-nopython
|
2017-11-20 06:40:28 +00:00
|
|
|
|
2018-09-23 04:38:22 +00:00
|
|
|
USES= compiler:c++11-lang pkgconfig waf
|
2017-11-20 06:40:28 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
WAF_CMD= buildtools/bin/waf
|
|
|
|
CONFIGURE_LOG= bin/config.log
|
|
|
|
|
|
|
|
USE_OPENLDAP= yes
|
|
|
|
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
|
|
|
|
PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;}
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --bundled-libraries=!talloc,!tevent,!tdb,!popt,!cmocka \
|
|
|
|
--with-modulesdir=${PREFIX}/lib/shared-modules \
|
|
|
|
--with-privatelibdir=${PREFIX}/lib/ldb
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
|
2018-02-20 23:17:49 +00:00
|
|
|
--with-openldap=${LOCALBASE} \
|
2017-11-20 06:40:28 +00:00
|
|
|
--disable-rpath \
|
|
|
|
--without-gettext
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= MANPAGES
|
|
|
|
MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
LDB_BINS= bin/ldbedit \
|
|
|
|
bin/ldbmodify \
|
|
|
|
bin/ldbadd \
|
|
|
|
bin/ldbdel \
|
|
|
|
bin/ldbsearch \
|
|
|
|
bin/ldbrename
|
|
|
|
|
|
|
|
LDB_LIBS= lib/libldb.so \
|
|
|
|
lib/libldb.so.1 \
|
|
|
|
lib/ldb/libldb-cmdline.so \
|
|
|
|
lib/shared-modules/ldb/asq.so \
|
|
|
|
lib/shared-modules/ldb/ldap.so \
|
|
|
|
lib/shared-modules/ldb/paged_results.so \
|
|
|
|
lib/shared-modules/ldb/paged_searches.so \
|
|
|
|
lib/shared-modules/ldb/rdn_name.so \
|
|
|
|
lib/shared-modules/ldb/sample.so \
|
|
|
|
lib/shared-modules/ldb/server_sort.so \
|
|
|
|
lib/shared-modules/ldb/skel.so \
|
|
|
|
lib/shared-modules/ldb/tdb.so
|
|
|
|
|
|
|
|
PLIST_FILES= include/ldb_version.h \
|
|
|
|
include/ldb_handlers.h \
|
|
|
|
include/ldb_errors.h \
|
|
|
|
include/ldb.h \
|
|
|
|
include/ldb_module.h \
|
|
|
|
${LDB_BINS} \
|
|
|
|
${LDB_LIBS} \
|
2018-05-17 02:24:59 +00:00
|
|
|
${PKGCONFIGDIR}/ldb.pc
|
2017-11-20 06:40:28 +00:00
|
|
|
|
|
|
|
.if defined(NO_PYTHON)
|
2017-11-21 17:00:12 +00:00
|
|
|
USES+= python:2.7,build
|
2017-11-20 06:40:28 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
.else
|
2017-11-20 13:39:16 +00:00
|
|
|
USES+= python:2.7
|
2017-11-20 06:40:28 +00:00
|
|
|
|
|
|
|
PLIST_FILES+= include/pyldb.h \
|
|
|
|
lib/libpyldb-util.so \
|
|
|
|
lib/libpyldb-util.so.1 \
|
2018-05-17 02:24:59 +00:00
|
|
|
${PYTHON_SITELIBDIR}/ldb.so \
|
|
|
|
${PYTHON_SITELIBDIR}/_ldb_text.py \
|
|
|
|
${PKGCONFIGDIR}/pyldb-util.pc
|
2017-11-20 06:40:28 +00:00
|
|
|
# XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+
|
|
|
|
# This is not officially supported, use at your own risk
|
2018-05-17 02:24:59 +00:00
|
|
|
.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]}
|
|
|
|
SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3}
|
|
|
|
SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION}
|
|
|
|
SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//}
|
2017-12-17 06:06:00 +00:00
|
|
|
.if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER})
|
|
|
|
.error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION}
|
2017-11-20 06:40:28 +00:00
|
|
|
.endif
|
2017-12-17 06:06:00 +00:00
|
|
|
BUILD_DEPENDS+= ${SAMBA4_PYTHON3}:lang/python${SAMBA4_PYTHON3_VER}
|
|
|
|
RUN_DEPENDS+= ${SAMBA4_PYTHON3}:lang/python${SAMBA4_PYTHON3_VER}
|
2017-11-20 06:40:28 +00:00
|
|
|
# cpython-36m
|
2017-12-17 06:06:00 +00:00
|
|
|
SAMBA4_PYTHON3_SO_ABI!= [ ! -f "${LOCALBASE}/bin/${SAMBA4_PYTHON3}" ] || ${LOCALBASE}/bin/${SAMBA4_PYTHON3} -c 'import sysconfig; print(sysconfig.get_config_var("SOABI") or "")' 2>/dev/null
|
|
|
|
SAMBA4_PYTHON3_SITELIBDIR=lib/python${SAMBA4_PYTHON3_VERSION}/site-packages
|
2017-11-20 06:40:28 +00:00
|
|
|
|
2017-12-17 06:06:00 +00:00
|
|
|
CONFIGURE_ENV+= PYTHON3_SO_ABI_FLAG=.${SAMBA4_PYTHON3_SO_ABI}
|
|
|
|
CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAMBA4_PYTHON3}
|
2017-11-20 06:40:28 +00:00
|
|
|
|
2017-12-17 06:06:00 +00:00
|
|
|
PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \
|
|
|
|
SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR}
|
2017-11-20 06:40:28 +00:00
|
|
|
|
2018-05-17 02:24:59 +00:00
|
|
|
PLIST_FILES+= lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so \
|
|
|
|
lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so.1 \
|
|
|
|
${SAMBA4_PYTHON3_SITELIBDIR}/ldb.${SAMBA4_PYTHON3_SO_ABI}.so \
|
|
|
|
${SAMBA4_PYTHON3_SITELIBDIR}/_ldb_text.py \
|
|
|
|
${PKGCONFIGDIR}/pyldb-util.${SAMBA4_PYTHON3_SO_ABI}.pc
|
2017-11-20 06:40:28 +00:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ! ${PORT_OPTIONS:MMANPAGES}
|
|
|
|
CONFIGURE_ENV+= XSLTPROC="true"
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \
|
|
|
|
xsltproc:textproc/libxslt
|
|
|
|
.endif
|
|
|
|
# No fancy color error messages
|
2018-12-11 10:10:02 +00:00
|
|
|
.if ${CHOSEN_COMPILER_TYPE} == clang
|
2017-11-20 06:40:28 +00:00
|
|
|
CFLAGS+= -fno-color-diagnostics
|
|
|
|
.endif
|
|
|
|
CONFIGURE_ENV+= NOCOLOR=yes
|
|
|
|
MAKE_ENV+= NOCOLOR=yes
|
|
|
|
|
|
|
|
LDB_MAN1= man/man1/ldbadd.1.gz \
|
|
|
|
man/man1/ldbdel.1.gz \
|
|
|
|
man/man1/ldbedit.1.gz \
|
|
|
|
man/man1/ldbmodify.1.gz \
|
|
|
|
man/man1/ldbrename.1.gz \
|
|
|
|
man/man1/ldbsearch.1.gz
|
|
|
|
|
|
|
|
LDB_MAN3= man/man3/ldb.3.gz
|
|
|
|
|
|
|
|
PLIST_FILES+= ${LDB_MAN1} ${LDB_MAN3}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \
|
|
|
|
${BUILD_WRKSRC}/wscript
|
|
|
|
|
|
|
|
# Use threading (or multiprocessing) but not thread (renamed in python 3+).
|
|
|
|
pre-configure:
|
|
|
|
@if ! ${PYTHON_CMD} -c "import multiprocessing;" 2>/dev/null; then \
|
|
|
|
${ECHO_CMD}; \
|
|
|
|
${ECHO_MSG} "===> ${PKGNAME} "${IGNORE_NONTHREAD_PYTHON:Q}.; \
|
|
|
|
${ECHO_CMD}; \
|
|
|
|
${FALSE}; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
pre-build-MANPAGES-off:
|
|
|
|
-${MKDIR} ${BUILD_WRKSRC}/bin/default/man
|
|
|
|
.for man in ${LDB_MAN1} ${LDB_MAN3}
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/`basename ${man} .gz` ${BUILD_WRKSRC}/bin/default/man
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for lib in ${LDB_BINS} ${LDB_LIBS}
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${lib}
|
|
|
|
.endfor
|
|
|
|
.if !defined(NO_PYTHON)
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpyldb-util.so
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ldb.so
|
2017-12-17 06:06:00 +00:00
|
|
|
.if defined(SAMBA4_PYTHON3)
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so
|
2018-02-20 23:17:49 +00:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SAMBA4_PYTHON3_SITELIBDIR}/ldb.${SAMBA4_PYTHON3_SO_ABI}.so
|
2017-11-20 06:40:28 +00:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|