mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
asio, revbump, drop boost requirements (#12907)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user