From owner-svn-ports-all@freebsd.org Sat Feb 6 14:02:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 466F4A9ECBD; Sat, 6 Feb 2016 14:02:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D88E6C0; Sat, 6 Feb 2016 14:02:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16E2nS2056398; Sat, 6 Feb 2016 14:02:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16E2mBX056390; Sat, 6 Feb 2016 14:02:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602061402.u16E2mBX056390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 6 Feb 2016 14:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408299 - in head/lang: erlang erlang-java erlang-riak erlang-runtime15 erlang-runtime16 erlang-runtime17 erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 14:02:50 -0000 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