Index: branches/2019Q2/security/netpgp/Makefile =================================================================== --- branches/2019Q2/security/netpgp/Makefile (revision 498244) +++ branches/2019Q2/security/netpgp/Makefile (revision 498245) @@ -1,22 +1,27 @@ # $FreeBSD$ PORTNAME= netpgp PORTVERSION= 20140220 CATEGORIES= security MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ MAINTAINER= johans@FreeBSD.org COMMENT= PGP signing, verification, encryption, and decryption program USES= libtool ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' +.endif + CPPFLAGS+= -I${OPENSSLINC} CFLAGS+= -I${OPENSSLINC} -Wno-error LDFLAGS+= -L${OPENSSLLIB} .include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 498244) +++ branches/2019Q2 (revision 498245) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r498244