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

Andreas Radke andyrtr at archlinux.org
Mon Jan 29 16:04:25 UTC 2018


    Date: Monday, January 29, 2018 @ 16:04:20
  Author: andyrtr
Revision: 315574

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
    (from rev 315573, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/buildfix.diff
    (from rev 315573, libtirpc/trunk/buildfix.diff)

---------------+
 PKGBUILD      |   34 ++++++++++++++++++++++++++++++++++
 buildfix.diff |   28 ++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 315573, libtirpc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-01-29 16:04:20 UTC (rev 315574)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libtirpc
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://libtirpc.sourceforge.net/"
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2 buildfix.diff)
+sha1sums=('2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3'
+          '6bf8a0afc9f11832f94573ff938114aad2cfa862')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/buildfix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/buildfix.diff (from rev 315573, libtirpc/trunk/buildfix.diff)
===================================================================
--- testing-x86_64/buildfix.diff	                        (rev 0)
+++ testing-x86_64/buildfix.diff	2018-01-29 16:04:20 UTC (rev 315574)
@@ -0,0 +1,28 @@
+From acb9a37977cf0a9630eac74af9adebf35e38e719 Mon Sep 17 00:00:00 2001
+From: Thorsten Kukuk <kukuk at thkukuk.de>
+Date: Tue, 14 Nov 2017 10:39:08 -0500
+Subject: [PATCH] Include stdint.h from xdr_sizeof.c to avoid missing
+ declaration errors.
+
+Signed-off-by: Thorsten Kukuk <kukuk at suse.de>
+Signed-off-by: Steve Dickson <steved at redhat.com>
+---
+ src/xdr_sizeof.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
+index d23fbd1..79d6707 100644
+--- a/src/xdr_sizeof.c
++++ b/src/xdr_sizeof.c
+@@ -39,6 +39,7 @@
+ #include <rpc/xdr.h>
+ #include <sys/types.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ #include "un-namespace.h"
+ 
+ /* ARGSUSED */
+-- 
+1.8.3.1
+
+



More information about the arch-commits mailing list