1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Unbreak on Erlang 19.

Switch to USES=ssl while I'm here.

Submitted by:	Walter Schwarzenfeld
This commit is contained in:
Jimmy Olgeni 2016-09-12 08:33:56 +00:00
parent 3c27efb05a
commit 361987b374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421912

View File

@ -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: