Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5101ef791ad1
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7ffeb2f8e4d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 18, 2021

  1. grpc: improve requires

    korli committed Oct 18, 2021
    Copy the full SHA
    f7ffeb2 View commit details
Showing with 20 additions and 3 deletions.
  1. +20 −3 net-libs/grpc/grpc-1.41.0.recipe
23 changes: 20 additions & 3 deletions net-libs/grpc/grpc-1.41.0.recipe
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ connected systems."
HOMEPAGE="https://grpc.io/"
COPYRIGHT="2015-2021 The gRPC Authors"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/grpc/grpc/archive/v$portVersion/grpc-$portVersion.tar.gz"
CHECKSUM_SHA256="e5fb30aae1fa1cffa4ce00aa0bbfab908c0b899fcf0bbc30e268367d660d8656"
PATCHES="grpc-$portVersion.patchset"
@@ -35,8 +35,11 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libabsl_exponential_biased$secondaryArchSuffix
# the list of libabsl dependencies is too long
lib:libabsl_cord$secondaryArchSuffix
lib:libabsl_status$secondaryArchSuffix
lib:libabsl_strings$secondaryArchSuffix
lib:libabsl_synchronization$secondaryArchSuffix
lib:libabsl_time$secondaryArchSuffix
lib:libcares$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libprotobuf$secondaryArchSuffix
@@ -62,11 +65,25 @@ PROVIDES_devel="
"
REQUIRES_devel="
grpc$secondaryArchSuffix == $portVersion base
devel:libabsl_cord$secondaryArchSuffix
devel:libabsl_status$secondaryArchSuffix
devel:libabsl_strings$secondaryArchSuffix
devel:libabsl_synchronization$secondaryArchSuffix
devel:libabsl_time$secondaryArchSuffix
devel:libcares$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix
devel:libre2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libabsl_cord$secondaryArchSuffix
devel:libabsl_status$secondaryArchSuffix
devel:libabsl_strings$secondaryArchSuffix
devel:libabsl_synchronization$secondaryArchSuffix
devel:libabsl_time$secondaryArchSuffix
devel:libcares$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix
devel:libre2$secondaryArchSuffix