From 0a35dd73b14cc3c3324a3227352c31d95282a0f6 Mon Sep 17 00:00:00 2001 From: "Ryan S. Northrup" Date: Sat, 4 Feb 2017 13:17:58 +0000 Subject: development/erlang-otp: Updated for version 19.2. Signed-off-by: David Spencer --- development/erlang-otp/README | 10 +++++----- development/erlang-otp/erlang-otp.SlackBuild | 8 ++++---- development/erlang-otp/erlang-otp.info | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/development/erlang-otp/README b/development/erlang-otp/README index afb9f7a182..949653311e 100644 --- a/development/erlang-otp/README +++ b/development/erlang-otp/README @@ -1,7 +1,7 @@ -Erlang is a general-purpose concurrent programming language and runtime -system. The sequential subset of Erlang is a functional language, with -strict evaluation, single assignment, and dynamic typing. It was designed -by Ericsson to support distributed, fault-tolerant, soft-real-time, +Erlang is a general-purpose concurrent programming language and runtime +system. The sequential subset of Erlang is a functional language, with +strict evaluation, single assignment, and dynamic typing. It was designed +by Ericsson to support distributed, fault-tolerant, soft-real-time, non-stop applications. -wxPython is an optional dependency. +wxPython and jdk are optional dependencies. diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild index 1c95cd524b..b34bdfb0df 100644 --- a/development/erlang-otp/erlang-otp.SlackBuild +++ b/development/erlang-otp/erlang-otp.SlackBuild @@ -21,7 +21,7 @@ # of README in upstream PRGNAM=erlang-otp -VERSION=${VERSION:-19.1} +VERSION=${VERSION:-19.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -30,7 +30,7 @@ DOC_NAME_VERSION=otp_doc_man_${VERSION} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=${PKG:-$TMP/package-$PRGNAM} OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/development/erlang-otp/erlang-otp.info b/development/erlang-otp/erlang-otp.info index eca7ba8326..02b0ff1d05 100644 --- a/development/erlang-otp/erlang-otp.info +++ b/development/erlang-otp/erlang-otp.info @@ -1,12 +1,12 @@ PRGNAM="erlang-otp" -VERSION="19.1" +VERSION="19.2" HOMEPAGE="http://www.erlang.org" -DOWNLOAD="http://www.erlang.org/download/otp_src_19.1.tar.gz \ - http://www.erlang.org/download/otp_doc_man_19.1.tar.gz" -MD5SUM="19dfbc2042e6dd40bf281e7ca2d49d43 \ - 9f61b293896e9c62af41fa6777de4d49" +DOWNLOAD="http://www.erlang.org/download/otp_src_19.2.tar.gz \ + http://www.erlang.org/download/otp_doc_man_19.2.tar.gz" +MD5SUM="7cdd18a826dd7bda0ca46d1c3b2efca6 \ + 4464aa2a63196880883de9636e177cff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jdk" +REQUIRES="" MAINTAINER="Ryan S. Northrup" EMAIL="northrup@yellowapple.us" -- cgit v1.2.3-65-gdbad