From a92deb28031abcf0c7622b75b4a46d2ad5d940c0 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 13 Dec 2016 03:00:08 +0000 Subject: [PATCH] Flag ntp and ntp-devel ignore if libressl is installed due to md5 symbol conflicts. PR: 215093 --- net/ntp-devel/Makefile | 4 ++++ net/ntp/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index d9c2ee7436df..10ab8fd2548f 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -59,6 +59,10 @@ THREADS_CONFIGURE_WITH= threads .include +if ${SSL_DEFAULT:Mlibressl*} +IGNORE= detected LibreSSL (undefined references to MD5 symbols) +.endif + .for D in ${NTP_DRIVERS} .if ${PORT_OPTIONS:M${D}} CONFIGURE_ARGS+= --enable-${D} diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 3aa5960b7578..ca827574cfa1 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -70,6 +70,10 @@ ${D}_CONFIGURE_ON= --enable-${D} BROKEN= Does not build under FreeBSD-9, aclocal not found .endif +.if ${SSL_DEFAULT:Mlibressl*} +IGNORE= detected LibreSSL (md5 definition conflicts) +.endif + # XXX Temporary hack. Remember to remove this next commit. post-extract: @${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates