Skip to content

Commit

Permalink
devel/ignition-msgs: Fix build with protobuf 22+
Browse files Browse the repository at this point in the history
Note that this port has a PLIST issue.
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/ignition/ignition-%%MSGS_IGN_VER%%_0/ignition-%%MSGS_IGN_VER%%.tag.xml
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 1957504 commit 20ceda8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/ignition-msgs/Makefile
Expand Up @@ -15,13 +15,15 @@ BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake \
LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libignition-math6.so:math/ignition-math

USES= compiler:c++11-lang cmake ruby
USES= compiler:c++17-lang cmake localbase:ldflags ruby
USE_LDCONFIG= yes

BB_ACCOUNT= ignitionrobotics
BB_PROJECT= ign-msgs
BB_COMMIT= 4a1cbcabff7d

LDFLAGS+= -labsl_hash -labsl_log_internal_message -labsl_log_internal_nullguard -labsl_raw_hash_set
USE_CXXSTD= c++17
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}

PLIST_SUB= MSGS_IGN_VER=msgs${DISTVERSION:R:R}
Expand Down

0 comments on commit 20ceda8

Please sign in to comment.