[arch-commits] Commit in erlang/repos (3 files)

Eric Belanger eric at archlinux.org
Mon Jun 16 22:39:30 UTC 2008


    Date: Monday, June 16, 2008 @ 18:39:30
  Author: eric
Revision: 2953

Merged revisions 1499-2952 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/erlang/trunk

........
  r2922 | juergen | 2008-06-15 17:13:16 -0400 (Sun, 15 Jun 2008) | 1 line
  
  upgpkg: erlang R12B.3-1
........

Added:
  erlang/repos/extra-x86_64/erlang-12.2.3-glibc28.patch
    (from rev 2922, erlang/trunk/erlang-12.2.3-glibc28.patch)
Modified:
  erlang/repos/extra-x86_64/	(properties)
  erlang/repos/extra-x86_64/PKGBUILD

-----------------------------+
 PKGBUILD                    |   12 +++++++-----
 erlang-12.2.3-glibc28.patch |   11 +++++++++++
 2 files changed, 18 insertions(+), 5 deletions(-)


Property changes on: erlang/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /erlang/trunk:1-1498
   + /erlang/trunk:1-2952

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-16 20:01:20 UTC (rev 2952)
+++ extra-x86_64/PKGBUILD	2008-06-16 22:39:30 UTC (rev 2953)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=erlang
-pkgver=R12B.2
+pkgver=R12B.3
 pkgrel=1
 pkgdesc="A small concurrent functional programming language developed by Ericsson."
 arch=(i686 x86_64)
@@ -12,15 +12,17 @@
 license=('custom')
 makedepends=('java-environment' 'perl' 'openssl')
 source=(http://www.erlang.org/download/otp_src_${pkgver/./-}.tar.gz
-	http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz)
-md5sums=('05861c7f75d7b2ed5af42c93cebe5801' '645a4486f02338a5cf22be7563b862f9')
+	http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz
+	erlang-12.2.3-glibc28.patch)
+md5sums=('c2e7f0ad54b8fadebde2d94106608d97' '13098954c9d5804bb8394fe7badb3d0d'\
+         '37f0c2c61eb3774629aaa0010b11da53')
 
 url="http://www.erlang.org/index.html"
 
 build() {
-  ERTSVERSION=5.6.2
+  ERTSVERSION=5.6.3
   cd $startdir/src/otp_src_${pkgver/./-}
-
+  patch -p0 -i $startdir/src/erlang-12.2.3-glibc28.patch || return 1 
   # fix #7633 - shouldn't hurt i686
   sed -i '/SSL_DYNAMIC_ONLY=/s:no:yes:' erts/configure || return 1
 

Copied: erlang/repos/extra-x86_64/erlang-12.2.3-glibc28.patch (from rev 2922, erlang/trunk/erlang-12.2.3-glibc28.patch)
===================================================================
--- extra-x86_64/erlang-12.2.3-glibc28.patch	                        (rev 0)
+++ extra-x86_64/erlang-12.2.3-glibc28.patch	2008-06-16 22:39:30 UTC (rev 2953)
@@ -0,0 +1,11 @@
+--- erts/emulator/hipe/hipe_x86_signal.c	2008-06-12 14:17:48.831373565 +0200
++++ erts/emulator/hipe/hipe_x86_signal_ok.c	2008-06-12 14:43:05.132064804 +0200
+@@ -34,7 +34,7 @@
+ #endif
+ #include "hipe_signal.h"
+ 
+-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
++#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3
+ /* See comment below for glibc 2.2. */
+ #ifndef __USE_GNU
+ #define __USE_GNU		/* to un-hide RTLD_NEXT */





More information about the arch-commits mailing list