aboutsummaryrefslogtreecommitdiff
path: root/security/nettle/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:21:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:36:30 +0000
commitc328d3ca8519cde4d92177e1dfc812fa7f926564 (patch)
tree2ff11a4bdacc794c2422a7f35e69f0fda3d43c22 /security/nettle/Makefile
parentef4df61bb52bbe573b8ae2b551be535e459c1455 (diff)
downloadports-c328d3ca8519cde4d92177e1dfc812fa7f926564.tar.gz
ports-c328d3ca8519cde4d92177e1dfc812fa7f926564.zip
security/nettle: Update to 3.8
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r--security/nettle/Makefile9
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"