[arch-commits] Commit in tdb/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Mon Dec 1 18:54:51 UTC 2008
Date: Monday, December 1, 2008 @ 13:54:50
Author: tpowa
Revision: 20237
Merged revisions 20236 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/tdb/trunk
........
r20236 | tpowa | 2008-12-01 18:53:55 +0000 (Mo, 01 Dez 2008) | 1 line
upgpkg: tdb 3.2.5-1
........
Modified:
tdb/repos/extra-x86_64/ (properties)
tdb/repos/extra-x86_64/PKGBUILD
Deleted:
tdb/repos/extra-x86_64/gcc3.patch
------------+
PKGBUILD | 13 ++++++-------
gcc3.patch | 41 -----------------------------------------
2 files changed, 6 insertions(+), 48 deletions(-)
Property changes on: tdb/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /tdb/trunk:1-14092
+ /tdb/trunk:1-20236
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-12-01 18:53:55 UTC (rev 20236)
+++ extra-x86_64/PKGBUILD 2008-12-01 18:54:50 UTC (rev 20237)
@@ -3,27 +3,26 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=tdb
-pkgver=3.2.4
+pkgver=3.2.5
pkgrel=1
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.2.4
+_realver=3.2.5
pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
arch=(i686 x86_64)
license=('GPL3')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
url="www.samba.org"
source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)
options=(!makeflags)
build() {
- cd ${startdir}/src/samba-${_realver}/source/lib/tdb
+ cd ${srcdir}/samba-${_realver}/source/lib/tdb
./autogen.sh
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
- ln -sf /usr/lib/libtdb.so.1.1.1 $startdir/pkg/usr/lib/libtdb.so.1
- ln -sf /usr/lib/libtdb.so.1.1.1 $startdir/pkg/usr/lib/libtdb.so
+ ln -sf /usr/lib/libtdb.so.1.1.1 ${pkgdir}/usr/lib/libtdb.so.1
+ ln -sf /usr/lib/libtdb.so.1.1.1 ${pkgdir}/usr/lib/libtdb.so
}
-md5sums=('7870a6bb3a025c6081cd56688acd494a')
+md5sums=('0f7539e09803ae60a2912e70adf1c747')
Deleted: extra-x86_64/gcc3.patch
===================================================================
--- extra-x86_64/gcc3.patch 2008-12-01 18:53:55 UTC (rev 20236)
+++ extra-x86_64/gcc3.patch 2008-12-01 18:54:50 UTC (rev 20237)
@@ -1,41 +0,0 @@
---- tdb-1.0.6/tdbtool.c 2001-12-10 22:45:47.000000000 -0500
-+++ ./tdbtool.c 2003-12-31 19:44:50.000000000 -0500
-@@ -169,22 +169,22 @@
-
- static void help(void)
- {
-- printf("
--tdbtool:
-- create dbname : create a database
-- open dbname : open an existing database
-- erase : erase the database
-- dump dumpname : dump the database as strings
-- insert key data : insert a record
-- store key data : store a record (replace)
-- show key : show a record by key
-- delete key : delete a record by key
-- list : print the database hash table and freelist
-- free : print the database freelist
-- 1 | first : print the first record
-- n | next : print the next record
-- q | quit : terminate
-- \\n : repeat 'next' command
-+ printf("\
-+tdbtool: \
-+ create dbname : create a database\
-+ open dbname : open an existing database\
-+ erase : erase the database\
-+ dump dumpname : dump the database as strings\
-+ insert key data : insert a record\
-+ store key data : store a record (replace)\
-+ show key : show a record by key\
-+ delete key : delete a record by key\
-+ list : print the database hash table and freelist\
-+ free : print the database freelist\
-+ 1 | first : print the first record\
-+ n | next : print the next record\
-+ q | quit : terminate\
-+ \\n : repeat 'next' command\
- ");
- }
-
More information about the arch-commits
mailing list