[arch-commits] Commit in libtirpc/trunk (PKGBUILD libtirpc-0.2.0-no-gss.patch)

Tobias Powalowski tpowa at archlinux.org
Mon Jan 4 08:39:59 UTC 2010


    Date: Monday, January 4, 2010 @ 03:39:59
  Author: tpowa
Revision: 62190

upgpkg: libtirpc 0.2.1-1
    bump to latest version

Modified:
  libtirpc/trunk/PKGBUILD
Deleted:
  libtirpc/trunk/libtirpc-0.2.0-no-gss.patch

-----------------------------+
 PKGBUILD                    |   13 +++++--------
 libtirpc-0.2.0-no-gss.patch |   13 -------------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-04 07:42:21 UTC (rev 62189)
+++ PKGBUILD	2010-01-04 08:39:59 UTC (rev 62190)
@@ -1,26 +1,23 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libtirpc
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Transport Independent RPC library (SunRPC replacement)"
 arch=(i686 x86_64)
-depends=('glibc')
+depends=('glibc' 'libgssglue' 'heimdal')
 url="http://libtirpc.sourceforge.net/"
 license=('GPL2')
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/$pkgname-$pkgver.tar.bz2
-        libtirpc-0.2.0-no-gss.patch)
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/$pkgname-$pkgver.tar.bz2)
 backup=('etc/netconfig')
 options=(!libtool)
-md5sums=('b3b513a8825aa227deac63ea38c64f41'
-         'ca3a559764f3898baebf86b2ee5fd75f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ../libtirpc-0.2.0-no-gss.patch || return 1
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr --enable-gss
   make || return 1
   make DESTDIR=$pkgdir install || return 1
   # install netconfig
   install -D -m644 doc/etc_netconfig $pkgdir/etc/netconfig
 }
+md5sums=('d77eb15f464bf9d6e66259eaf78b2a4e')

Deleted: libtirpc-0.2.0-no-gss.patch
===================================================================
--- libtirpc-0.2.0-no-gss.patch	2010-01-04 07:42:21 UTC (rev 62189)
+++ libtirpc-0.2.0-no-gss.patch	2010-01-04 08:39:59 UTC (rev 62190)
@@ -1,13 +0,0 @@
-if gss is disabled, then svc_auth_gss_ops won't be available
-
---- src/svc.c
-+++ src/svc.c
-@@ -77,7 +77,7 @@
- 
- extern rwlock_t svc_lock;
- extern rwlock_t svc_fd_lock;
--extern struct svc_auth_ops svc_auth_gss_ops;
-+extern struct svc_auth_ops svc_auth_gss_ops __attribute__((weak));
- 
- static struct svc_callout *svc_find (rpcprog_t, rpcvers_t,
- 				     struct svc_callout **, char *);




More information about the arch-commits mailing list