Index: head/security/mbedtls/Makefile =================================================================== --- head/security/mbedtls/Makefile (revision 436027) +++ head/security/mbedtls/Makefile (revision 436028) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= mbedtls PORTVERSION= 2.4.2 DISTVERSIONSUFFIX= -apache +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ MAINTAINER= tijl@FreeBSD.org COMMENT= SSL/TLS and cryptography library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/apache-2.0.txt ALL_TARGET= no_test TEST_TARGET= test MAKE_ENV= SHARED=1 USES= gmake tar:tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/mbedtls-${PORTVERSION} CONFLICTS_INSTALL= polarssl13-[0-9]* post-patch: @${RM} ${WRKSRC}/include/mbedtls/*.orig @${REINPLACE_CMD} \ -e 's/PREFIX/NAMEPREFIX/' \ -e 's/$$(DESTDIR)/&$$(PREFIX)/' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} 's/-fpic//' ${WRKSRC}/library/Makefile post-install: ${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f | \ ${XARGS} ${STRIP_CMD} .include Index: head/security/mbedtls/files/patch-config.h =================================================================== --- head/security/mbedtls/files/patch-config.h (nonexistent) +++ head/security/mbedtls/files/patch-config.h (revision 436028) @@ -0,0 +1,20 @@ +--- include/mbedtls/config.h.orig 2017-03-08 15:33:04 UTC ++++ include/mbedtls/config.h +@@ -1285,7 +1285,7 @@ + * + * Uncomment this to enable pthread mutexes. + */ +-//#define MBEDTLS_THREADING_PTHREAD ++#define MBEDTLS_THREADING_PTHREAD + + /** + * \def MBEDTLS_VERSION_FEATURES +@@ -2322,7 +2322,7 @@ + * + * Enable this layer to allow use of mutexes within mbed TLS + */ +-//#define MBEDTLS_THREADING_C ++#define MBEDTLS_THREADING_C + + /** + * \def MBEDTLS_TIMING_C Property changes on: head/security/mbedtls/files/patch-config.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property