mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/libtomcrypt: update to 1.18.2, unbreak [1]
Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes PR: 231783 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
4b32ecc401
commit
45ca47802c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480862
3 changed files with 17 additions and 9 deletions
|
@ -2,8 +2,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libtomcrypt
|
PORTNAME= libtomcrypt
|
||||||
PORTVERSION= 1.18.1
|
PORTVERSION= 1.18.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://github.com/libtom/${PORTNAME}/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/libtom/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||||
DISTNAME= crypt-${PORTVERSION}
|
DISTNAME= crypt-${PORTVERSION}
|
||||||
|
@ -14,9 +14,7 @@ COMMENT= Comprehensive, modular, and portable cryptographic toolkit
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BROKEN_mips= fails to compile: unrecognized command line option "-Wno-type-limits"
|
USES= gmake libtool:build tar:xz
|
||||||
BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-type-limits"
|
|
||||||
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits"
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -26,7 +24,6 @@ MAKEFILE= makefile.shared
|
||||||
ALL_TARGET= library
|
ALL_TARGET= library
|
||||||
MAKE_ARGS= INCPATH="${PREFIX}/include" LIBPATH="${PREFIX}/lib" \
|
MAKE_ARGS= INCPATH="${PREFIX}/include" LIBPATH="${PREFIX}/lib" \
|
||||||
EXTRALIBS="${EXTRALIBS}"
|
EXTRALIBS="${EXTRALIBS}"
|
||||||
USES= gmake libtool:build tar:xz
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1516696801
|
TIMESTAMP = 1538144834
|
||||||
SHA256 (crypt-1.18.1.tar.xz) = 57c13a34fbfd45696189d19e47864e48f4e5c11590c29b444accb8edbf047f14
|
SHA256 (crypt-1.18.2.tar.xz) = 96ad4c3b8336050993c5bc2cf6c057484f2b0f9f763448151567fbab5e767b84
|
||||||
SIZE (crypt-1.18.1.tar.xz) = 2614492
|
SIZE (crypt-1.18.2.tar.xz) = 2638064
|
||||||
|
|
11
security/libtomcrypt/files/patch-makefile__include.mk
Normal file
11
security/libtomcrypt/files/patch-makefile__include.mk
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- makefile_include.mk.orig 2018-09-28 13:43:18 UTC
|
||||||
|
+++ makefile_include.mk
|
||||||
|
@@ -73,8 +73,6 @@ LTC_CFLAGS += -Wdeclaration-after-statement
|
||||||
|
LTC_CFLAGS += -Wwrite-strings
|
||||||
|
endif
|
||||||
|
|
||||||
|
-LTC_CFLAGS += -Wno-type-limits
|
||||||
|
-
|
||||||
|
ifdef LTC_DEBUG
|
||||||
|
$(info Debug build)
|
||||||
|
# compile for DEBUGGING (required for ccmalloc checking!!!)
|
Loading…
Add table
Reference in a new issue