Index: branches/2019Q2/finance/openhbci/Makefile =================================================================== --- branches/2019Q2/finance/openhbci/Makefile (revision 497688) +++ branches/2019Q2/finance/openhbci/Makefile (revision 497689) @@ -1,32 +1,39 @@ # Created by: Heiner Strauss # $FreeBSD$ PORTNAME= openhbci PORTVERSION= 0.9.17.2 PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.9.17 DISTNAME= openhbci-0.9.17-2 MAINTAINER= ports@FreeBSD.org COMMENT= HBCI is a bank-independent homebanking standard DEPRECATED= no longer maintained upstream EXPIRATION_DATE= 2019-03-31 USES= libtool ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl-includes=${OPENSSLINC} \ --with-openssl-libs=${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17 +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: incomplete definition of type 'struct ssl_cipher_st' +BROKEN_FreeBSD_13= error: incomplete definition of type 'struct ssl_cipher_st' +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||' \ ${WRKSRC}/configure \ ${WRKSRC}/src/openhbci/Makefile.in \ ${WRKSRC}/src/openhbci/core/Makefile.in -.include +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 497688) +++ branches/2019Q2 (revision 497689) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r497688