View | Details | Raw Unified | Return to bug 215032 | Differences between
and this patch

Collapse All | Expand All

(-)lang/erlang/Makefile (-1 / +11 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	erlang
4
PORTNAME=	erlang
5
PORTVERSION=	19.1.6
5
PORTVERSION=	19.1.6
6
PORTREVISION=	1
6
PORTEPOCH=	3
7
PORTEPOCH=	3
7
CATEGORIES=	lang parallel java
8
CATEGORIES=	lang parallel java
8
MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
9
MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
Lines 54-62 Link Here
54
55
55
NATIVE_IMPLIES=	HIPE
56
NATIVE_IMPLIES=	HIPE
56
57
57
OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS
58
OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS DTRACE
58
OPTIONS_EXCLUDE_DragonFly=	HIPE NATIVE SCTP
59
OPTIONS_EXCLUDE_DragonFly=	HIPE NATIVE SCTP
59
60
61
.if !exists(/usr/sbin/dtrace)
62
OPTIONS_EXCLUDE+=	DTRACE
63
.endif
64
65
OPTIONS_EXCLUDE_FreeBSD_9+=	DTRACE
66
OPTIONS_EXCLUDE_FreeBSD_10+=	DTRACE
67
OPTIONS_EXCLUDE+=		${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
68
OPTIONS_EXCLUDE_i386=		DTRACE
69
60
ERL_RELEASE=	19.1
70
ERL_RELEASE=	19.1
61
71
62
USES=		gmake ncurses perl5
72
USES=		gmake ncurses perl5

Return to bug 215032