svn commit: r497696 - head/ftp/bbftp
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 09:30:07 UTC 2019
Author: antoine
Date: Wed Apr 3 09:30:05 2019
New Revision: 497696
URL: https://svnweb.freebsd.org/changeset/ports/497696
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/ftp/bbftp/Makefile
Modified: head/ftp/bbftp/Makefile
==============================================================================
--- head/ftp/bbftp/Makefile Wed Apr 3 09:26:31 2019 (r497695)
+++ head/ftp/bbftp/Makefile Wed Apr 3 09:30:05 2019 (r497696)
@@ -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>
More information about the svn-ports-head
mailing list