svn commit: r534189 - in head/databases: galera galera26
Ed Maste
emaste at FreeBSD.org
Wed May 6 16:39:12 UTC 2020
Author: emaste (src committer)
Date: Wed May 6 16:39:11 2020
New Revision: 534189
URL: https://svnweb.freebsd.org/changeset/ports/534189
Log:
databases/galera*: add binutils dep on objdump
/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.
PR: 246229
Approved by: bapt
Modified:
head/databases/galera/Makefile
head/databases/galera26/Makefile
Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile Wed May 6 16:39:00 2020 (r534188)
+++ head/databases/galera/Makefile Wed May 6 16:39:11 2020 (r534189)
@@ -27,7 +27,8 @@ NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
BUILD_DEPENDS= checkmk:devel/check \
- ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \
+ objdump:devel/binutils
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
USES= compiler:c++11-lang python:build scons ssl
Modified: head/databases/galera26/Makefile
==============================================================================
--- head/databases/galera26/Makefile Wed May 6 16:39:00 2020 (r534188)
+++ head/databases/galera26/Makefile Wed May 6 16:39:11 2020 (r534189)
@@ -28,7 +28,8 @@ NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
BUILD_DEPENDS= checkmk:devel/check \
- ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \
+ objdump:devel/binutils
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
USES= compiler:c++11-lang python:build scons ssl
More information about the svn-ports-all
mailing list