View | Details | Raw Unified | Return to bug 182437
Collapse All | Expand All

(-)security/polarssl/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
PORTNAME=	polarssl
3
PORTNAME=	polarssl
4
PORTVERSION=	1.2.8
4
PORTVERSION=	1.2.8
5
DISTVERSIONSUFFIX=	-gpl
5
DISTVERSIONSUFFIX=	-gpl
6
PORTREVISION=	1
6
CATEGORIES=	security devel
7
CATEGORIES=	security devel
7
MASTER_SITES=	http://polarssl.org/download/
8
MASTER_SITES=	http://polarssl.org/download/
8
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
Lines 18-24 Link Here
18
FETCH_ARGS=	-pRro ${DISTFILES}
19
FETCH_ARGS=	-pRro ${DISTFILES}
19
ALL_TARGET=	no_test
20
ALL_TARGET=	no_test
20
21
21
USE_GMAKE=	yes
22
USES=	gmake
22
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
23
24
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
25
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)security/polarssl/files/patch-include-polarssl-config.h (+12 lines)
Line 0 Link Here
1
--- include/polarssl/config.h.orig	2013-09-24 16:37:14.000000000 +0200
2
+++ include/polarssl/config.h	2013-09-24 16:39:22.000000000 +0200
3
@@ -627,8 +627,8 @@
4
  * Requires: POLARSSL_TIMING_C
5
  *
6
  * Uncomment to enable the HAVEGE random generator.
7
-#define POLARSSL_HAVEGE_C
8
  */
9
+#define POLARSSL_HAVEGE_C
10
 
11
 /**
12
  * \def POLARSSL_MD_C

Return to bug 182437