Index: branches/2019Q2/devel/libdombey/Makefile =================================================================== --- branches/2019Q2/devel/libdombey/Makefile (revision 497933) +++ branches/2019Q2/devel/libdombey/Makefile (revision 497934) @@ -1,23 +1,30 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= libdombey PORTVERSION= 5.34 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= SCGI application server in a library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= ssl USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} DESTDIRNAME= STAGEDIR PLIST_SUB= PORTVERSION=${PORTVERSION} -.include +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed +BROKEN_FreeBSD_13= tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed +.endif + +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 497933) +++ branches/2019Q2 (revision 497934) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r497933