Index: branches/2019Q2/net/freenet6/Makefile =================================================================== --- branches/2019Q2/net/freenet6/Makefile (revision 497836) +++ branches/2019Q2/net/freenet6/Makefile (revision 497837) @@ -1,34 +1,41 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= freenet6 DISTVERSION= 6_0_1 PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://go6.net/4105/file.asp?file_id=166& DISTNAME= tspc-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Hexago Freenet6 Tunnel Setup Protocol Client - Free IPv6 tunnel LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../CLIENT-LICENSE.TXT USES= gmake ssl tar:tgz MAKE_ARGS= target=freebsd CC="${CC}" CXX="${CXX}" \ installdir="${STAGEDIR}${PREFIX}" ETCDIR="${ETCDIR}" WRKSRC= ${WRKDIR}/gw6c-${DISTVERSION}/tspc-advanced USE_RC_SUBR= freenet6 SUB_FILES= pkg-message MAKE_JOBS_UNSAFE=yes +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st' +.endif + post-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${MV} ${DISTDIR}/file.asp*file_id*166* \ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; \ fi -.include +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 497836) +++ branches/2019Q2 (revision 497837) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r497836