Date: Sun, 1 Feb 2015 21:40:59 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378277 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17 Message-ID: <201502012140.t11LexWO021324@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Sun Feb 1 21:40:58 2015 New Revision: 378277 URL: https://svnweb.freebsd.org/changeset/ports/378277 QAT: https://qat.redports.org/buildarchive/r378277/ Log: Do not disable the hipe application entirely, even if the HIPE option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job. Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime15/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime16/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 16.b.03.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime17/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502012140.t11LexWO021324>