From 361987b3742378804948445c4effd62ab6a52f73 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Mon, 12 Sep 2016 08:33:56 +0000 Subject: [PATCH] Unbreak on Erlang 19. Switch to USES=ssl while I'm here. Submitted by: Walter Schwarzenfeld --- devel/erlang-exmpp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/erlang-exmpp/Makefile b/devel/erlang-exmpp/Makefile index bb339955d0e1..4a56ff549bfb 100644 --- a/devel/erlang-exmpp/Makefile +++ b/devel/erlang-exmpp/Makefile @@ -18,8 +18,6 @@ RUN_DEPENDS= erl:lang/erlang LIB_DEPENDS= libexpat.so:textproc/expat2 \ libxml2.so:textproc/libxml2 -BROKEN= build fails with Erlang 19 - USE_GITHUB= yes GH_ACCOUNT= processone @@ -35,15 +33,16 @@ CONFIGURE_ARGS+=--enable-static=yes \ --enable-escaping-using-cdata GNU_CONFIGURE_PREFIX= "${PREFIX}/lib/erlang/lib" PLIST_SUB= VERSION=${PORTVERSION} -USES= autoreconf cpe libtool pkgconfig +USES= autoreconf cpe libtool pkgconfig ssl CPE_VENDOR= process-one -USE_OPENSSL= yes DOCS_CONFIGURE_ENABLE= documentation MAKE_JOBS_UNSAFE= yes post-configure: + ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/network/*.erl + ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/core/*.erl ${MAKE_CMD} clean -C ${WRKSRC} post-install: