mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
gnutls: bump 3.6 version.
This commit is contained in:
@@ -10,9 +10,9 @@ COPYRIGHT="2000-2017 Free Software Fundation Inc.
|
|||||||
2004-2008 Simon Josefsson
|
2004-2008 Simon Josefsson
|
||||||
2000-2004 Nikos Mavrogiannopoulos"
|
2000-2004 Nikos Mavrogiannopoulos"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="2"
|
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="2ab9e3c0131fcd9142382f37ba9c6d20022b76cba83560cbcaa8e4002d71fb72"
|
CHECKSUM_SHA256="20b10d2c9994bc032824314714d0e84c0f19bdb3d715d8ed55beb7364a8ebaed"
|
||||||
SOURCE_DIR="gnutls-$portVersion"
|
SOURCE_DIR="gnutls-$portVersion"
|
||||||
PATCHES="gnutls-$portVersion.patchset"
|
PATCHES="gnutls-$portVersion.patchset"
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
|||||||
PROVIDES="
|
PROVIDES="
|
||||||
gnutls36$secondaryArchSuffix = $portVersion
|
gnutls36$secondaryArchSuffix = $portVersion
|
||||||
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
||||||
lib:libgnutls$secondaryArchSuffix = 30.20.0 compat >= 30
|
lib:libgnutls$secondaryArchSuffix = 30.20.1 compat >= 30
|
||||||
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
@@ -32,6 +32,7 @@ REQUIRES="
|
|||||||
lib:libnettle$secondaryArchSuffix
|
lib:libnettle$secondaryArchSuffix
|
||||||
lib:libgmp$secondaryArchSuffix
|
lib:libgmp$secondaryArchSuffix
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libtasn1$secondaryArchSuffix
|
lib:libtasn1$secondaryArchSuffix
|
||||||
lib:libunistring$secondaryArchSuffix
|
lib:libunistring$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -59,6 +60,7 @@ REQUIRES_bin="
|
|||||||
lib:libnettle$secondaryArchSuffix
|
lib:libnettle$secondaryArchSuffix
|
||||||
lib:libgmp$secondaryArchSuffix
|
lib:libgmp$secondaryArchSuffix
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libtasn1$secondaryArchSuffix
|
lib:libtasn1$secondaryArchSuffix
|
||||||
lib:libunistring$secondaryArchSuffix
|
lib:libunistring$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -72,7 +74,7 @@ CONFLICTS_bin="
|
|||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
gnutls36${secondaryArchSuffix}_devel = $portVersion
|
gnutls36${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
||||||
devel:libgnutls$secondaryArchSuffix = 30.20.0 compat >= 30
|
devel:libgnutls$secondaryArchSuffix = 30.20.1 compat >= 30
|
||||||
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
@@ -103,9 +105,8 @@ BUILD_REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:autoheader
|
|
||||||
cmd:autom4te
|
|
||||||
cmd:automake
|
cmd:automake
|
||||||
|
cmd:autopoint
|
||||||
cmd:find
|
cmd:find
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
@@ -118,6 +119,7 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
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