aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
commitcb333cf1eccb98899b1700ca42a800ab92697fa4 (patch)
tree7f623e7c3f52defb4424cb7124504b8d4e77d35c /dns
parente2a5e08ce3f52f8bff9eb487e88342c0ec9fff81 (diff)
downloadports-cb333cf1eccb98899b1700ca42a800ab92697fa4.tar.gz
ports-cb333cf1eccb98899b1700ca42a800ab92697fa4.zip
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=539491
Diffstat (limited to 'dns')
-rw-r--r--dns/ldns/Makefile3
-rw-r--r--dns/unbound/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 6b37dc57d19f..84bee68c92aa 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -70,9 +70,8 @@ INSTALL_TARGET= install-pyldns
CONFIGURE_ARGS+= --with-pyldns
LIB_DEPENDS+= libldns.so:dns/ldns
-BUILD_DEPENDS+= swig3.0:devel/swig30
+BUILD_DEPENDS+= swig:devel/swig
CFLAGS+= -I${OPENSSLINC}
-BINARY_ALIAS= swig=swig3.0
post-patch:
@${REINPLACE_CMD} \
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 8b82957bc379..1827bc57286b 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -72,10 +72,10 @@ LIBEVENT_CPPFLAGS+= $$(pkg-config libevent --cflags-only-I)
LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent
LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L)
MUNIN_PLUGIN_SUB_FILES= pkg-message
-PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30
+PYTHON_BUILD_DEPENDS= swig:devel/swig
PYTHON_CONFIGURE_ON= --with-pyunbound=yes --with-pythonmodule=yes \
LDFLAGS="-L${LOCALBASE}/lib" \
- ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0
+ ac_cv_path_SWIG=${LOCALBASE}/bin/swig
PYTHON_USES= python
PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so
THREADS_CONFIGURE_WITH= pthreads