[Lunar-commits] <moonbase> erlang: Version bump and a few other adjustments.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Nov 10 15:04:24 CET 2010


commit 2b7874768dae8f2b8d1ae420080c087311eb8343
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Nov 10 09:04:24 2010 -0500

    erlang: Version bump and a few other adjustments.
---
 libs/erlang/BUILD     |    7 ++++---
 libs/erlang/CONFIGURE |    8 +-------
 libs/erlang/DEPENDS   |    5 +++--
 libs/erlang/DETAILS   |    9 +++++----
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/libs/erlang/BUILD b/libs/erlang/BUILD
index 16a01c8..97ef909 100644
--- a/libs/erlang/BUILD
+++ b/libs/erlang/BUILD
@@ -15,10 +15,11 @@
     OPTS="$OPTS --enable-smp-support --enable-threads"
   fi &&
 
-  ./configure   --prefix=/usr  \
-                $OPTS         &&
+  default_build
+#  ./configure   --prefix=/usr  \
+#                $OPTS         &&
 
-  default_make
+#  default_make
 
 
 ) > $C_FIFO 2>&1
diff --git a/libs/erlang/CONFIGURE b/libs/erlang/CONFIGURE
index bae9dc5..d4e39a0 100644
--- a/libs/erlang/CONFIGURE
+++ b/libs/erlang/CONFIGURE
@@ -1,7 +1 @@
-if ! module_installed j2sdk; then
-  if query "Install j2sdk for Java support? " y; then
-      lin j2sdk
-  fi
-fi &&
-
-mquery USE_SMP "Enable SMP support?" n
+mquery USE_SMP "Enable SMP support?" n 
diff --git a/libs/erlang/DEPENDS b/libs/erlang/DEPENDS
index cdd65b6..06d4e73 100644
--- a/libs/erlang/DEPENDS
+++ b/libs/erlang/DEPENDS
@@ -1,4 +1,5 @@
 depends perl 
 
-optional_depends zlib    "--enable-shared-zlib" "--disable-shared-zlib" "for zlib support"
-optional_depends openssl "--with-ssl"           "--without-ssl"         "for ssl support"
+optional_depends zlib      "--enable-shared-zlib" "--disable-shared-zlib" "for zlib support"
+optional_depends openssl   "--with-ssl"           "--without-ssl"         "for ssl support"
+optional_depends %JAVA_SDK "--with-javac"         "--without-javac"       "for java support"
diff --git a/libs/erlang/DETAILS b/libs/erlang/DETAILS
index 56677b5..297d30a 100644
--- a/libs/erlang/DETAILS
+++ b/libs/erlang/DETAILS
@@ -1,12 +1,13 @@
           MODULE=erlang
-         VERSION=R13B04
+         VERSION=R14B
           SOURCE=otp_src_${VERSION}.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/otp_src_${VERSION}
-      SOURCE_URL=http://www.erlang.org/download
-      SOURCE_VFY=sha1:fe785833a8029cbb3aee188bdb417f4da33fbd06
+     SOURCE_URL[0]=http://erlang.mirror.su.se/download/
+     SOURCE_URL[1]=http://www.erlang.org/download
+      SOURCE_VFY=sha1:811c17346415159644f16387f1267004a632c452
         WEB_SITE=http://www.erlang.org
          ENTERED=20021120
-         UPDATED=20100301
+         UPDATED=20101110
            SHORT="General-purpose programming language and runtime environment"
 
 PSAFE=no


More information about the Lunar-commits mailing list