[arch-commits] Commit in librep/repos (4 files)
Juergen Hoetzel
juergen at archlinux.org
Thu Apr 9 17:35:31 UTC 2009
Date: Thursday, April 9, 2009 @ 13:35:31
Author: juergen
Revision: 34480
Merged revisions 34474,34479 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/librep/trunk
........
r34474 | juergen | 2009-04-09 18:45:24 +0200 (Do, 09 Apr 2009) | 1 line
upgpkg: librep 0.17.3-1
........
r34479 | juergen | 2009-04-09 19:34:53 +0200 (Do, 09 Apr 2009) | 1 line
upgpkg: librep 0.17.3-1
........
Modified:
librep/repos/extra-i686/ (properties)
librep/repos/extra-i686/PKGBUILD
Deleted:
librep/repos/extra-i686/librep.patch
librep/repos/extra-i686/rep_file_fdopen.patch
-----------------------+
PKGBUILD | 16 ++++++++++------
librep.patch | 21 ---------------------
rep_file_fdopen.patch | 10 ----------
3 files changed, 10 insertions(+), 37 deletions(-)
Property changes on: librep/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /librep/trunk:1-23234
+ /librep/trunk:1-34479
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-04-09 17:34:53 UTC (rev 34479)
+++ extra-i686/PKGBUILD 2009-04-09 17:35:31 UTC (rev 34480)
@@ -1,23 +1,27 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
pkgname=librep
-pkgver=0.17.2
+pkgver=0.17.3
pkgrel=1
pkgdesc="A Lisp system for UNIX"
depends=('gmp' 'gdbm' 'bash' 'ncurses>=5.6-7')
-source=(http://www.nanolx.org/free/librep-0.17.2.tar.bz2 librep.patch)
-md5sums=('8b1b037bd353ed4e3b08a4797f4c2c7c' 'b75632f6918a48ae75bdf5f2646878ed')
+source=(http://dl.sourceforge.net/sourceforge/librep/librep-0.17.3.tar.bz2)
+md5sums=('62113b44044a69ff14fee517de3cb857')
license=('GPL2')
+OPTIONS=(libtool)
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/librep"
install=librep.install
build() {
+ echo ${OPTIONS[@]}
cd $srcdir/$pkgname-$pkgver
- patch -p1 -i $srcdir/librep.patch || return 1
- ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --with-readline || return 1
+ ./configure --disable-static \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/$pkgname \
+ --with-readline || return 1
make || return 1
# create some directories or make install fails
Deleted: extra-i686/librep.patch
===================================================================
--- extra-i686/librep.patch 2009-04-09 17:34:53 UTC (rev 34479)
+++ extra-i686/librep.patch 2009-04-09 17:35:31 UTC (rev 34480)
@@ -1,21 +0,0 @@
---- librep-0.17.2/configure.in~ 2008-12-27 12:10:42.000000000 -0700
-+++ librep-0.17.2/configure.in 2008-12-27 12:11:26.000000000 -0700
-@@ -22,6 +22,7 @@ AC_REVISION($Revision: 1.146 $)
-
- AC_INIT(src/rep_subrs.h)
- AC_CONFIG_HEADER(config.h src/rep_config.h)
-+AC_CONFIG_MACRO_DIR([m4])
-
- dnl Release versioning info
- version="0.17.2"
---- librep-0.17.2/autogen.sh~ 2008-08-14 09:30:42.000000000 -0600
-+++ librep-0.17.2/autogen.sh 2008-12-27 12:32:13.000000000 -0700
-@@ -9,7 +9,7 @@ if [ -f configure.in ]; then
- fi
- if grep "A[MC]_PROG_LIBTOOL" configure.in >/dev/null; then
- echo "Running libtoolize"
-- libtoolize --force --copy || exit 1
-+ libtoolize --install --force --copy || exit 1
- fi
- echo "Running aclocal $ACLOCAL_FLAGS"
- aclocal $ACLOCAL_FLAGS || exit 1
Deleted: extra-i686/rep_file_fdopen.patch
===================================================================
--- extra-i686/rep_file_fdopen.patch 2009-04-09 17:34:53 UTC (rev 34479)
+++ extra-i686/rep_file_fdopen.patch 2009-04-09 17:35:31 UTC (rev 34480)
@@ -1,10 +0,0 @@
---- librep-0.17.orig/src/librep.sym
-+++ librep-0.17/src/librep.sym
-@@ -575,6 +575,7 @@
- rep_event_loop
- rep_event_loop_fun
- rep_expand_and_get_handler
-+rep_file_fdopen
- rep_file_length
- rep_file_type
- rep_find_c_symbol
More information about the arch-commits
mailing list