mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
gnutls: bump to 3.5.17, add lib:libintl & cmd:autopoint. (#2219)
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2000-2018 Free Software Fundation Inc.
|
|||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz"
|
SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="86b142afef587c118d63f72ccf307f3321dbc40357aae528202b65d913d20919"
|
CHECKSUM_SHA256="ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234"
|
||||||
SOURCE_DIR="gnutls-$portVersion"
|
SOURCE_DIR="gnutls-$portVersion"
|
||||||
PATCHES="gnutls-$portVersion.patchset"
|
PATCHES="gnutls-$portVersion.patchset"
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
|||||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||||
|
|
||||||
libgnutls_opensslVersion="27.0.2"
|
libgnutls_opensslVersion="27.0.2"
|
||||||
libgnutlsVersion="30.14.9"
|
libgnutlsVersion="30.14.10"
|
||||||
libgnutlsxxVersion="28.1.0"
|
libgnutlsxxVersion="28.1.0"
|
||||||
|
|
||||||
libgnutls_opensslVersionCompat="$libgnutls_opensslVersion compat >= ${libgnutls_opensslVersion%%.*}"
|
libgnutls_opensslVersionCompat="$libgnutls_opensslVersion compat >= ${libgnutls_opensslVersion%%.*}"
|
||||||
@@ -41,6 +41,7 @@ REQUIRES="
|
|||||||
lib:libgmp$secondaryArchSuffix
|
lib:libgmp$secondaryArchSuffix
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
lib:libidn2$secondaryArchSuffix
|
lib:libidn2$secondaryArchSuffix
|
||||||
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libtasn1$secondaryArchSuffix
|
lib:libtasn1$secondaryArchSuffix
|
||||||
lib:libunistring$secondaryArchSuffix
|
lib:libunistring$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -69,6 +70,7 @@ REQUIRES_bin="
|
|||||||
lib:libgmp$secondaryArchSuffix
|
lib:libgmp$secondaryArchSuffix
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
lib:libidn2$secondaryArchSuffix
|
lib:libidn2$secondaryArchSuffix
|
||||||
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libtasn1$secondaryArchSuffix
|
lib:libtasn1$secondaryArchSuffix
|
||||||
lib:libunistring$secondaryArchSuffix
|
lib:libunistring$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -115,8 +117,9 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:autoheader
|
cmd:autoheader
|
||||||
cmd:autom4te
|
|
||||||
cmd:automake
|
cmd:automake
|
||||||
|
cmd:autopoint
|
||||||
|
cmd:autoreconf
|
||||||
cmd:find
|
cmd:find
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
@@ -127,6 +130,11 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
|
TEST_PREREQUIRES="
|
||||||
|
cmd:cvs
|
||||||
|
cmd:git
|
||||||
|
"
|
||||||
|
|
||||||
defineDebugInfoPackage gnutls35$secondaryArchSuffix \
|
defineDebugInfoPackage gnutls35$secondaryArchSuffix \
|
||||||
$libDir/libgnutls-openssl.so.$libgnutls_opensslVersion \
|
$libDir/libgnutls-openssl.so.$libgnutls_opensslVersion \
|
||||||
$libDir/libgnutls.so.$libgnutlsVersion \
|
$libDir/libgnutls.so.$libgnutlsVersion \
|
||||||
@@ -134,6 +142,7 @@ defineDebugInfoPackage gnutls35$secondaryArchSuffix \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
autoreconf -fi
|
||||||
runConfigure ./configure --without-p11-kit --disable-nls \
|
runConfigure ./configure --without-p11-kit --disable-nls \
|
||||||
--enable-openssl-compatibility
|
--enable-openssl-compatibility
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
Reference in New Issue
Block a user