mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Flag ntp and ntp-devel ignore if libressl is installed due to md5
symbol conflicts. PR: 215093
This commit is contained in:
parent
a08aad3bfe
commit
a92deb2803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428460
2 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,10 @@ THREADS_CONFIGURE_WITH= threads
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
if ${SSL_DEFAULT:Mlibressl*}
|
||||||
|
IGNORE= detected LibreSSL (undefined references to MD5 symbols)
|
||||||
|
.endif
|
||||||
|
|
||||||
.for D in ${NTP_DRIVERS}
|
.for D in ${NTP_DRIVERS}
|
||||||
.if ${PORT_OPTIONS:M${D}}
|
.if ${PORT_OPTIONS:M${D}}
|
||||||
CONFIGURE_ARGS+= --enable-${D}
|
CONFIGURE_ARGS+= --enable-${D}
|
||||||
|
|
|
@ -70,6 +70,10 @@ ${D}_CONFIGURE_ON= --enable-${D}
|
||||||
BROKEN= Does not build under FreeBSD-9, aclocal not found
|
BROKEN= Does not build under FreeBSD-9, aclocal not found
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${SSL_DEFAULT:Mlibressl*}
|
||||||
|
IGNORE= detected LibreSSL (md5 definition conflicts)
|
||||||
|
.endif
|
||||||
|
|
||||||
# XXX Temporary hack. Remember to remove this next commit.
|
# XXX Temporary hack. Remember to remove this next commit.
|
||||||
post-extract:
|
post-extract:
|
||||||
@${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates
|
@${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates
|
||||||
|
|
Loading…
Add table
Reference in a new issue