View | Details | Raw Unified | Return to bug 107627 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtomcrypt
8
PORTNAME=	libtomcrypt
9
PORTVERSION=	1.14
9
PORTVERSION=	1.16
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://libtomcrypt.com/files/
11
MASTER_SITES=	http://libtom.org/files/ \
12
		http://www.atarininja.org/~wxs/distfiles/
12
DISTNAME=	crypt-${PORTVERSION}
13
DISTNAME=	crypt-${PORTVERSION}
13
14
14
MAINTAINER=	wxs@atarininja.org
15
MAINTAINER=	wxs@atarininja.org
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (crypt-1.14.tar.bz2) = a0b190e516270803c8da1a2198f2ad71
1
MD5 (crypt-1.16.tar.bz2) = 85fc60bdfa58f7d19e2f391b6b1903aa
2
SHA256 (crypt-1.14.tar.bz2) = 32e9b534f880e393e7df3219c787071b2d2ef016027a460b56390371149a6103
2
SHA256 (crypt-1.16.tar.bz2) = 56295677d521c7ffccb2d974cba41e6b0b3c9fba1c85d6698aa05a58ec2f59df
3
SIZE (crypt-1.14.tar.bz2) = 1404186
3
SIZE (crypt-1.16.tar.bz2) = 1582263
(-)files/patch-makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
 
5
 
6
 # Compilation flags. Note the += does not write over the user's CFLAGS!
6
 # Compilation flags. Note the += does not write over the user's CFLAGS!
7
-CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE
7
-CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE
8
+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE
8
+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -D_WCHAR_T
9
 
9
 
10
 # additional warnings (newer GCC 3.4 and higher)
10
 # additional warnings (newer GCC 3.4 and higher)
11
 ifdef GCC_34
11
 ifdef GCC_34

Return to bug 107627