asio, revbump, drop boost requirements (#12907)

This commit is contained in:
Schrijvers Luc
2025-09-06 13:17:09 +02:00
committed by GitHub
parent 7831408fd9
commit 7c36e4a477

View File

@@ -4,7 +4,7 @@ that provides developers with a consistent asynchronous model using a modern C++
HOMEPAGE="https://github.com/chriskohlhoff/asio/"
COPYRIGHT="2003-2025 Christopher M. Kohlhoff"
LICENSE="Boost v1.0"
REVISION="1"
REVISION="2"
ASIO_VERSION=`echo $portVersion | sed 's/\./-/g'`
SOURCE_URI="https://github.com/chriskohlhoff/asio/archive/refs/tags/asio-$ASIO_VERSION.tar.gz"
CHECKSUM_SHA256="0310a76b27e1854f09f696b30de57dc490b5e1b17faed1eb8c9a2891f956e52b"
@@ -19,16 +19,10 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
devel:libboost_coroutine$secondaryArchSuffix
devel:libboost_regex$secondaryArchSuffix
# devel:libssl$secondaryArchSuffix >= 3
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_coroutine$secondaryArchSuffix >= 1.88.0
devel:libboost_regex$secondaryArchSuffix >= 1.88.0
# devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
autoconf_archive