Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
308759080d
commit
9b80d2dba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497923
1 changed files with 8 additions and 1 deletions
|
@ -34,6 +34,13 @@ ULTRAFTP_DESC= UltraVNC File Transfer support (Java required)
|
|||
ULTRAFTP_USE= JAVA=yes
|
||||
ULTRAFTP_MAKE_ARGS_OFF= JSRC=""
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
|
||||
BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|netstat -ant|netstat -an|' \
|
||||
${WRKSRC}/scripts/util/ss_vncviewer
|
||||
|
@ -44,4 +51,4 @@ do-configure:
|
|||
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE_CMD} ${MAKE_ARGS} config)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue