[arch-commits] Commit in erlang/trunk (PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Fri Apr 24 05:37:03 UTC 2009


    Date: Friday, April 24, 2009 @ 01:37:03
  Author: vesa
Revision: 36518

Bump to 13B and remove old patch

Modified:
  erlang/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-24 05:00:25 UTC (rev 36517)
+++ PKGBUILD	2009-04-24 05:37:03 UTC (rev 36518)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=erlang
-pkgver=R12B.5
+pkgver=R13B
 pkgrel=1
 pkgdesc="A small concurrent functional programming language developed by Ericsson."
 arch=(i686 x86_64)
@@ -12,18 +12,15 @@
 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
-	erlang-12.2.3-glibc28.patch)
-md5sums=('250fc48242a098073474e563c3f23e76' '6231cb172847040395cc34b20781aa3b'\
-         '7167887f35f96fd6f8d4a96bde852329')
-
+	http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz)
+md5sums=('6d8c256468a198458b9f08ba6aa1a384'
+         '9265ebf3b1041be6ae18e323b0933601')
 url="http://www.erlang.org/index.html"
 
 build() {
   ERTSVERSION=5.6.${pkgver#*.}
   cd $startdir/src/otp_src_${pkgver/./-}
-  # patch -p1 -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
 
   CFLAGS="${CFLAGS} -fno-strict-aliasing" ./configure --prefix=/usr --enable-smp-support --enable-threads




More information about the arch-commits mailing list