svn commit: r408299 - in head/lang: erlang erlang-java erlang-riak erlang-runtime15 erlang-runtime16 erlang-runtime17 erlang-runtime18

John Marino marino at FreeBSD.org
Sat Feb 6 14:02:50 UTC 2016


Author: marino
Date: Sat Feb  6 14:02:48 2016
New Revision: 408299
URL: https://svnweb.freebsd.org/changeset/ports/408299

Log:
  lang/erlang* (7 ports): USES+= ncurses
  
  precoordinated with olgeni@ (maintainer)

Modified:
  head/lang/erlang-java/Makefile
  head/lang/erlang-riak/Makefile
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile
  head/lang/erlang-runtime18/Makefile
  head/lang/erlang/Makefile

Modified: head/lang/erlang-java/Makefile
==============================================================================
--- head/lang/erlang-java/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-java/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -32,7 +32,7 @@ OPTIONS_DEFINE=	DOCS
 
 ERL_RELEASE=	18.2.1
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/erlang-riak/Makefile
==============================================================================
--- head/lang/erlang-riak/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-riak/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -14,7 +14,7 @@ WRKSRC=		${WRKDIR}/otp_src_${ERL_RELEASE
 
 ERL_RELEASE=	R16B02-basho5
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-runtime15/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -42,7 +42,7 @@ OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	R${PORTVERSION:S/.//g:tu:S/1$/-1/}
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-runtime16/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -42,7 +42,7 @@ OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	R${PORTVERSION:S/.//g:tu:S/1$/-1/}
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-runtime17/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -50,7 +50,7 @@ OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	17.5
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/erlang-runtime18/Makefile
==============================================================================
--- head/lang/erlang-runtime18/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang-runtime18/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -48,7 +48,7 @@ OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	18.2.1
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Sat Feb  6 13:51:50 2016	(r408298)
+++ head/lang/erlang/Makefile	Sat Feb  6 14:02:48 2016	(r408299)
@@ -53,7 +53,7 @@ OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	18.2.1
 
-USES=		gmake perl5
+USES=		gmake ncurses perl5
 USE_PERL5=	build
 USE_RC_SUBR=	epmd
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list