svn commit: r378277 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Feb 1 21:41:00 UTC 2015
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
More information about the svn-ports-all
mailing list