diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 23:21:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 23:36:30 +0000 |
commit | c328d3ca8519cde4d92177e1dfc812fa7f926564 (patch) | |
tree | 2ff11a4bdacc794c2422a7f35e69f0fda3d43c22 /security/nettle/Makefile | |
parent | ef4df61bb52bbe573b8ae2b551be535e459c1455 (diff) | |
download | ports-c328d3ca8519cde4d92177e1dfc812fa7f926564.tar.gz ports-c328d3ca8519cde4d92177e1dfc812fa7f926564.zip |
security/nettle: Update to 3.8
- Remove ELFv2 patch since upstream adds configure test for ELFV2_ABI [1]
Changes: https://git.lysator.liu.se/nettle/nettle/-/blob/master/NEWS
Reference: https://git.lysator.liu.se/nettle/nettle/-/commit/c7cf19390dcb0e9792fc23b0c935c1fe5e4f91e1 [1]
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r-- | security/nettle/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 57ca439f03aa..2242322e6c36 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= nettle -PORTVERSION= 3.7.3 +PORTVERSION= 3.8 CATEGORIES= security MASTER_SITES= GNU \ https://www.lysator.liu.se/~nisse/archive/ @@ -24,10 +24,11 @@ CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes TEST_TARGET= check USE_LDCONFIG= yes -CPE_VENDOR= nettle_project INFO= nettle +CPE_VENDOR= nettle_project + OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_CFLAGS= -I${OPENSSLINC} @@ -39,10 +40,6 @@ EXAMPLES_USES= ssl CONFIGURE_ENV+= CCPIC=-fPIC .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-powerpc64_machine.m4 -.endif - post-patch: @${REINPLACE_CMD} -e '/libdir=/ s|lib32|lib|' ${WRKSRC}/configure .if ${ARCH} == "mips64" |