Index: head/security/mbedtls/Makefile =================================================================== --- head/security/mbedtls/Makefile (revision 418417) +++ head/security/mbedtls/Makefile (revision 418418) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= mbedtls PORTVERSION= 2.3.0 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: @${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-include-mbedtls-ssl.h =================================================================== --- head/security/mbedtls/files/patch-include-mbedtls-ssl.h (nonexistent) +++ head/security/mbedtls/files/patch-include-mbedtls-ssl.h (revision 418418) @@ -0,0 +1,11 @@ +--- include/mbedtls/ssl.h.orig 2016-06-27 18:50:36 UTC ++++ include/mbedtls/ssl.h +@@ -52,7 +52,7 @@ + #endif + + #if defined(MBEDTLS_HAVE_TIME) +-#include ++#include "platform.h" + #endif + + /* Property changes on: head/security/mbedtls/files/patch-include-mbedtls-ssl.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