Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 08:57:56 +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: r350789 - in head/lang: . erlang-runtime17 erlang-runtime17/files
Message-ID:  <201404100857.s3A8vu6W034864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Apr 10 08:57:56 2014
New Revision: 350789
URL: http://svnweb.freebsd.org/changeset/ports/350789
QAT: https://qat.redports.org/buildarchive/r350789/

Log:
  Add lang/erlang-runtime17, an Erlang runtime for version 17.

Added:
  head/lang/erlang-runtime17/
     - copied from r350787, head/lang/erlang-runtime16/
Deleted:
  head/lang/erlang-runtime17/files/patch-lib_et_src_et__gs__contents__viewer.erl
  head/lang/erlang-runtime17/files/patch-lib_et_src_et__gs__viewer.erl
  head/lang/erlang-runtime17/files/patch-lib_gs_src_tool__utils.erl
Modified:
  head/lang/Makefile
  head/lang/erlang-runtime17/Makefile
  head/lang/erlang-runtime17/distinfo
  head/lang/erlang-runtime17/files/patch-Makefile.in

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Thu Apr 10 08:56:06 2014	(r350788)
+++ head/lang/Makefile	Thu Apr 10 08:57:56 2014	(r350789)
@@ -61,6 +61,7 @@
     SUBDIR += erlang
     SUBDIR += erlang-runtime15
     SUBDIR += erlang-runtime16
+    SUBDIR += erlang-runtime17
     SUBDIR += execline
     SUBDIR += expect
     SUBDIR += ezm3

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Thu Apr 10 08:45:30 2014	(r350787)
+++ head/lang/erlang-runtime17/Makefile	Thu Apr 10 08:57:56 2014	(r350789)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	erlang
-PORTVERSION=	16.b.03.1
+PORTVERSION=	17.0
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
 		http://erlang.stacken.kth.se/download/:erlangorg	\
 		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg
-PKGNAMESUFFIX=	-runtime16
+PKGNAMESUFFIX=	-runtime17
 DISTNAME=	otp_src_${ERL_RELEASE}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg	\
 		${ERLANG_MAN}:erlangorg
@@ -44,9 +44,10 @@ DTRACE_DESC=	Enable DTrace support (expe
 
 OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE
 
-ERL_RELEASE=	R${PORTVERSION:S/.//g:U:S/1$/-1/}
+ERL_RELEASE=	${PORTVERSION}
 
 USES=		gmake perl5
+USE_AUTOTOOLS=	autoconf:env
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/lang/erlang-runtime17/distinfo
==============================================================================
--- head/lang/erlang-runtime16/distinfo	Thu Apr 10 08:45:30 2014	(r350787)
+++ head/lang/erlang-runtime17/distinfo	Thu Apr 10 08:57:56 2014	(r350789)
@@ -1,6 +1,6 @@
-SHA256 (erlang/otp_src_R16B03-1.tar.gz) = 17ce53459bc5ceb34fc2da412e15ac8c23835a15fbd84e62c8d1852704747ee7
-SIZE (erlang/otp_src_R16B03-1.tar.gz) = 66253556
-SHA256 (erlang/otp_doc_man_R16B03-1.tar.gz) = 0f31bc7d7215aa4b6834b1a565cd7d6e3173e3b392fb870254bae5136499c39d
-SIZE (erlang/otp_doc_man_R16B03-1.tar.gz) = 1322516
-SHA256 (erlang/otp_doc_html_R16B03-1.tar.gz) = 5381d4ffe654e3e943f004e2b91870bd83f0e46e261bb405c1cdf7de81bc0507
-SIZE (erlang/otp_doc_html_R16B03-1.tar.gz) = 33294165
+SHA256 (erlang/otp_src_17.0.tar.gz) = 361cae4466b4b3ef8d8762b3a8ebe278e0c7ba0c34cb281402988754183e2ba6
+SIZE (erlang/otp_src_17.0.tar.gz) = 66633305
+SHA256 (erlang/otp_doc_man_17.0.tar.gz) = acf72b5876c6f505191a3fb57b7e672733f911141929c4cef050111cf8f8b399
+SIZE (erlang/otp_doc_man_17.0.tar.gz) = 1353215
+SHA256 (erlang/otp_doc_html_17.0.tar.gz) = 4a9edba2e5b8ca2e35e5080c1c30a2674aafa39b51d7268383b6e326d397f8dd
+SIZE (erlang/otp_doc_html_17.0.tar.gz) = 33168721

Modified: head/lang/erlang-runtime17/files/patch-Makefile.in
==============================================================================
--- head/lang/erlang-runtime16/files/patch-Makefile.in	Thu Apr 10 08:45:30 2014	(r350787)
+++ head/lang/erlang-runtime17/files/patch-Makefile.in	Thu Apr 10 08:57:56 2014	(r350789)
@@ -3,21 +3,21 @@ $FreeBSD$
 
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -56,7 +56,7 @@
+@@ -59,7 +59,7 @@
  libdir		= @libdir@
  
  # Where Erlang/OTP is located
 -libdir_suffix	= /erlang
-+libdir_suffix	= /erlang16
++libdir_suffix	= /erlang17
  erlang_libdir	= $(libdir)$(libdir_suffix)
  erlang_bindir	= $(erlang_libdir)/bin
  
-@@ -913,7 +913,7 @@
+@@ -1007,7 +1007,7 @@
  #
  # Order is important here, don't change it!
  #
--INST_DEP += install.dirs install.emulator install.libs install.Install install.bin
-+INST_DEP += install.dirs install.emulator install.libs install.Install
+-INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version install.bin
++INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version
  
  install: $(INST_DEP)
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404100857.s3A8vu6W034864>