2014-05-15 15:46:59 +00:00
|
|
|
# Created by: Jeremy C. Reed
|
|
|
|
|
|
|
|
PORTNAME= bundy
|
2017-09-19 10:56:45 +00:00
|
|
|
PORTVERSION= 0.20170618
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 12
|
2014-05-15 15:46:59 +00:00
|
|
|
CATEGORIES= dns
|
2016-04-18 14:29:49 +00:00
|
|
|
MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost
|
|
|
|
DISTFILES+= boost_1_55_0.tar.bz2:boost
|
2014-05-15 15:46:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
|
|
COMMENT= Bundy DNS server suite
|
|
|
|
|
|
|
|
LICENSE= ISC
|
|
|
|
LICENSE_GROUPS= FSF GPL OSI
|
|
|
|
LICENSE_NAME= ISC License
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
|
2020-03-18 02:20:03 +00:00
|
|
|
BROKEN_armv6= fails to build: Child process terminated abnormally: Segmentation fault
|
|
|
|
BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation fault
|
|
|
|
BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no
|
2021-06-17 08:22:40 +00:00
|
|
|
BROKEN_FreeBSD_14= fails to build: error: Boost shared memory does not compile on this system.
|
2020-03-18 02:20:03 +00:00
|
|
|
|
2016-04-18 14:29:49 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \
|
2016-04-01 14:00:51 +00:00
|
|
|
sqlite3>=3.3.9:databases/sqlite3 \
|
2017-11-30 15:50:30 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
2016-04-01 14:00:51 +00:00
|
|
|
LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
|
|
|
|
liblog4cplus.so:devel/log4cplus \
|
|
|
|
libgmp.so:math/gmp \
|
|
|
|
libsqlite3.so:databases/sqlite3
|
2017-11-30 15:50:30 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
2014-05-15 15:46:59 +00:00
|
|
|
|
2018-10-06 08:45:55 +00:00
|
|
|
USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
|
|
|
|
USE_CSTD= gnu99
|
|
|
|
USE_CXXSTD= gnu++98
|
2014-05-15 15:46:59 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= bundy-dns
|
2017-09-19 10:56:45 +00:00
|
|
|
GH_TAGNAME= e640032
|
2014-05-15 15:46:59 +00:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var \
|
|
|
|
--without-werror \
|
|
|
|
--enable-install-configurations
|
2016-03-07 17:48:03 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-05-15 15:46:59 +00:00
|
|
|
|
2016-04-18 14:29:49 +00:00
|
|
|
CPPFLAGS+= -I${WRKDIR}/boost_1_55_0
|
|
|
|
|
2014-05-15 15:46:59 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem.sample
|
|
|
|
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem.sample
|
|
|
|
|
2017-01-07 21:42:28 +00:00
|
|
|
.include <bsd.port.mk>
|