Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
eb22450e19
commit
4450dbbb23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498072
@ -25,6 +25,13 @@ PORTDOCS= ANNOUNCE BUGS CHANGES FAQ README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= SSL/TLS libraries were missing or unusable
|
||||
BROKEN_FreeBSD_13= SSL/TLS libraries were missing or unusable
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# INSTALL_TARGET=install-strip isn't working! Brute force it
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
||||
@ -33,4 +40,4 @@ post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user