Fixed more policy warnings and added cmd:python to REQUIRES and BUILD_PREREQUIRES for libevent

This commit is contained in:
Theodore Kokkoris
2013-12-28 13:39:09 +00:00
parent f754c72bb9
commit 833029bbb0

View File

@@ -30,6 +30,7 @@ REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libssl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
cmd:python
"
# haiku${secondaryArchSuffix} doesn't define included libraries yet
# lib:libnetwork$secondaryArchSuffix >= $haikuVersion
@@ -48,6 +49,7 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:python
"
SOURCE_DIR="libevent-${portVersion}-stable"
@@ -100,6 +102,7 @@ PROVIDES_devel="
lib:libevent_pthreads_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
lib:libevent_openssl_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_core_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_extra_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_pthreads_2.0$secondaryArchSuffix = 5.1.9 compat >= 5