Port details on branch 2025Q3 |
- protobuf-c Code generator and libraries to use Protocol Buffers from pure C
- 1.5.1_3 devel
=0 1.5.1_3Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2025-07-09 10:54:06
- Last Update: 2025-07-09 10:50:07
- Commit Hash: e47ce3c
- License: BSD2CLAUSE
- WWW:
- https://github.com/protobuf-c/protobuf-c
- Description:
- This package provides a code generator and runtime libraries to use
Protocol Buffers from pure C (not C++).
It uses a modified version of protoc called protoc-c.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- protobuf-c>0:devel/protobuf-c
- To install the port:
- cd /usr/ports/devel/protobuf-c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/protobuf-c
- pkg install protobuf-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: protobuf-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739180131
SHA256 (protobuf-c-1.5.1.tar.gz) = 20d1dc257da96f8ddff8be4dd9779215bbd0a6069ed53bbe9de38fa7629be06b
SIZE (protobuf-c-1.5.1.tar.gz) = 531693
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- doxygen : devel/doxygen
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libabsl_log_internal_check_op.so : devel/abseil
- libprotobuf.so : devel/protobuf
- This port is required by:
- for Build
-
- net/teddycloud
- for Libraries
-
- audio/owntone
- audio/umurmur
- databases/postgis33
- databases/postgis34
- databases/postgis35
- databases/postgresql-cstore_fdw
- dns/bind-tools
Configuration Options:
- ===> The following configuration options are available for protobuf-c-1.5.1_3:
DOCS=on: Build and/or install documentation
DOXYGEN=on: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- devel_protobuf-c
- USES:
- compiler:c++17-lang gmake libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.1_3 09 Jul 2025 10:50:07
    |
Don Lewis (truckman)  Author: John Hein |
devel/protobuf-c: fix symbol versioning support detection
This is a real bug and it stems from protobuf-c ABI changes that
removed symbol versioning incorrectly and unexpectedly when packages
started getting built with more recent llvm (specifically lld). So
older packages of protobuf-c with the same PKGNAME are different
than packages built with newer llvm. This explains run-time linker
problems like the one reported in this bug - even when users
innocently just install some package updates. This can cause project
package builders to generate packages that are different without
changing PKGNAME.
The root cause for this issue with protobuf-c is that the configure
test for symbol versioning support broke after recent lld changes
that are stricter about undefined symbols. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|