forked from Lainports/freebsd-ports
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
b7e18ba9f0
commit
bc56666e69
1 changed files with 8 additions and 1 deletions
|
|
@ -17,6 +17,13 @@ EXTRA_PATCHES= ${FILESDIR}/bbftp.patch
|
|||
|
||||
USE_RC_SUBR= bbftpd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= error: incomplete definition of type 'struct rsa_st'
|
||||
BROKEN_FreeBSD_13= error: incomplete definition of type 'struct rsa_st'
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
${CP} -f ${TEMPLATES}/config.guess ${WRKSRC}
|
||||
${CP} -f ${TEMPLATES}/config.sub ${WRKSRC}
|
||||
|
|
@ -35,4 +42,4 @@ do-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/doc/bbftp.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/bbftpd.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue