Skip to content

ports: update references to protobuf in comments #28445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gnome/Chatty/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ depends_lib-append port:abseil \
depends_run-append port:gsettings-desktop-schemas \
port:libsecret

# protobuf3-cpp used by libphonenumber-cpp needs at least C++11,
# protobuf used by libphonenumber-cpp needs at least C++11,
# also: https://gitlab.gnome.org/World/Chatty/-/issues/951
compiler.cxx_standard 2017
compiler.blacklist-append \
Expand Down
2 changes: 1 addition & 1 deletion graphics/opencv3-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ patchfiles-append patch-find-openexr.diff
# recognize dylib as a valid library suffix
patchfiles-append patch-dylib_suffix.diff

# do not find protobuf3-cpp header files if installed
# do not find protobuf header files if installed
configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
patchfiles-append patch-local_protobuf.diff

Expand Down
2 changes: 1 addition & 1 deletion graphics/opencv3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ patchfiles-append patch-find-openexr.diff
# recognize dylib as a valid library suffix
patchfiles-append patch-dylib_suffix.diff

# do not find protobuf3-cpp header files if installed
# do not find protobuf header files if installed
configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
patchfiles-append patch-local_protobuf.diff

Expand Down