Re: git: a5aaa84fcc6d - main - devel/msgpack-cxx: Add missing dependency devel/boost-libs
Date: Tue, 01 Nov 2022 17:28:30 UTC
On Tue, Nov 1, 2022 at 10:32 AM Yuri Victorovich <yuri@freebsd.org> wrote: > The branch main has been updated by yuri: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c > > commit a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2022-11-01 14:44:12 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2022-11-01 16:32:01 +0000 > > devel/msgpack-cxx: Add missing dependency devel/boost-libs > This was intentional; see the CMAKE_OFF. Boost is no longer required, and the port is using the non-boost version. Can you please revert? # Adam > Approved by: portmgr (bugfix) > --- > devel/msgpack-cxx/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/devel/msgpack-cxx/Makefile b/devel/msgpack-cxx/Makefile > index 15c2c828240f..c92cefa69ca8 100644 > --- a/devel/msgpack-cxx/Makefile > +++ b/devel/msgpack-cxx/Makefile > @@ -1,5 +1,6 @@ > PORTNAME= msgpack > PORTVERSION= 4.1.2 > +PORTREVISION= 1 > DISTVERSIONPREFIX= cpp- > CATEGORIES= devel > PKGNAMESUFFIX= -cxx > @@ -11,6 +12,8 @@ WWW= https://msgpack.org/ > LICENSE= BSL > LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt > > +RUN_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs > + > USES= cmake pathfix > USE_GITHUB= yes > GH_PROJECT= msgpack-c > -- Adam Weinberger adamw@adamw.org https://www.adamw.org