Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2020 17:24:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246229] databases/galera: depends on to-be-removed base system objdump
Message-ID:  <bug-246229-7788-Ywhy9r4Tvh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246229-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246229-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246229

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
This addresses the issue:

Index: databases/galera/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- databases/galera/Makefile   (revision 534097)
+++ databases/galera/Makefile   (working copy)
@@ -27,7 +27,8 @@
 NOT_FOR_ARCHS_REASON_i386=3DUses 64 bit atomics that clang cannot generate=
 on
i386

 BUILD_DEPENDS=3D checkmk:devel/check \
-               ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+               ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \
+               ${LOCALBASE}/bin/objdump:devel/binutils
 LIB_DEPENDS=3D   libboost_date_time.so:devel/boost-libs

 USES=3D          compiler:c++11-lang python:build scons ssl

I can commit upon maintainer & port committer approval or please feel free =
to
make the change.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246229-7788-Ywhy9r4Tvh>