Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 16:39:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534189 - in head/databases: galera galera26
Message-ID:  <202005061639.046GdCQ5024146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005061639.046GdCQ5024146>