diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
commit | cb333cf1eccb98899b1700ca42a800ab92697fa4 (patch) | |
tree | 7f623e7c3f52defb4424cb7124504b8d4e77d35c /misc/hashdb | |
parent | Update to 2020.06.14 (diff) |
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 'misc/hashdb')
-rw-r--r-- | misc/hashdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/hashdb/Makefile b/misc/hashdb/Makefile index d5cd2a693229..1badb34e4ed6 100644 --- a/misc/hashdb/Makefile +++ b/misc/hashdb/Makefile @@ -13,7 +13,7 @@ COMMENT= Block hash database tool and API LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= swig3.0:devel/swig30 +BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libewf.so:devel/libewf USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags \ @@ -27,7 +27,6 @@ CONFIGURE_ARGS= ac_cv_lib_ssl_SSL_library_init=yes \ INSTALL_TARGET= install-strip CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -BINARY_ALIAS= swig=${LOCALBASE}/bin/swig3.0 CFLAGS+= -fPIC CXXFLAGS+= -fPIC |