Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
b006909fb7
commit
f5f36ab6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497726
1 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,13 @@ PORTDOCS= Changelog.txt FAQ.html GNUGPL.txt INSTALL.txt \
|
|||
README_rdns_directory_format.html README_rdns_file_format.html \
|
||||
UPGRADING.txt UPGRADING_version_3_to_version_4.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= checking for library containing SSL_library_init... no
|
||||
BROKEN_FreeBSD_13= checking for library containing SSL_library_init... no
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#^CFLAGS :=.*#CFLAGS = ${CFLAGS}#' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -54,4 +61,4 @@ do-install-DOCS-on:
|
|||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue