mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
gnutls: add cmd:find to build prerequisites.
* fix provides.
This commit is contained in:
@@ -27,9 +27,9 @@ PROVIDES="
|
||||
cmd:ocsptool$secondaryArchSuffix
|
||||
cmd:srptool$secondaryArchSuffix
|
||||
cmd:systemkey$secondaryArchSuffix
|
||||
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
|
||||
lib:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
|
||||
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
|
||||
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
||||
lib:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30
|
||||
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -43,12 +43,14 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
gnutls_devel$secondaryArchSuffix = $portVersion
|
||||
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
|
||||
devel:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
|
||||
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
|
||||
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
||||
devel:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30
|
||||
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gnutls$secondaryArchSuffix == $portVersion base
|
||||
devel:libnettle$secondaryArchSuffix
|
||||
devel:libtasn1$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -63,6 +65,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
|
||||
Reference in New Issue
Block a user