[arch-commits] Commit in heimdal/trunk (PKGBUILD heimdal-autoconf-2.64.patch)

Allan McRae allan at archlinux.org
Sat Sep 19 05:36:05 UTC 2009


    Date: Saturday, September 19, 2009 @ 01:36:05
  Author: allan
Revision: 52412

upgpkg: heimdal 1.2.1-6
    patch for autoconf update (FS#16015)

Added:
  heimdal/trunk/heimdal-autoconf-2.64.patch
Modified:
  heimdal/trunk/PKGBUILD

-----------------------------+
 PKGBUILD                    |   11 ++++-------
 heimdal-autoconf-2.64.patch |   11 +++++++++++
 2 files changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-19 05:10:18 UTC (rev 52411)
+++ PKGBUILD	2009-09-19 05:36:05 UTC (rev 52412)
@@ -8,7 +8,7 @@
 
 pkgname=heimdal
 pkgver=1.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Implementation of Kerberos V5 libraries"
 arch=('i686' 'x86_64')
 url="http://www.h5l.org/"
@@ -29,6 +29,7 @@
 	heimdal-system_sqlite.patch
 	heimdal-r23235-kb5-libwind_la.patch
 	heimdal-r23238-kb5_locl_h-wind_h.patch
+	heimdal-autoconf-2.64.patch
 	heimdal-kdc.rc
 	kadmind.rc
 	kpasswd.rc)
@@ -44,6 +45,7 @@
          '949a389ebe7652861b2e178a7e0f1ed9'
          '072f6b2550693adb30117394b1dd354e'
          '7b4537b0e8bde95214211091e55eacf5'
+         '9d1d39c3506474bf8258a364700e716c'
          'e59650992b9541a30dfce727a194f6e0'
          '1f2f86a67bbfddb7af581d35fdca9627'
          'f8f1eca95b9d3f2b4ebf2417b71b81cf')
@@ -63,6 +65,7 @@
   patch -Np0 -i ${srcdir}/heimdal-system_sqlite.patch || return 1
   patch -Np2 -i ${srcdir}/heimdal-r23235-kb5-libwind_la.patch || return 1
   patch -Np2 -i ${srcdir}/heimdal-r23238-kb5_locl_h-wind_h.patch || return 1
+  patch -Np0 -i ${srcdir}/heimdal-autoconf-2.64.patch || return 1
 
   sed -i -e 's|var/heimdal|var/lib/heimdal|g' configure.in \
 	doc/setup.texi doc/heimdal.info kadmin/kadmind.8 kdc/kdc.8 \
@@ -115,13 +118,7 @@
 
   # Remove conflicts 
   rm ${pkgdir}/usr/share/man/man5/ftpusers.5*		# man-pages
-  rm ${pkgdir}/usr/share/info/dir
 
-  # Compress info pages
-  for page in heimdal hx509; do
-    gzip -9 ${pkgdir}/usr/share/info/${page}.info
-  done
-
   # Install the license
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \

Added: heimdal-autoconf-2.64.patch
===================================================================
--- heimdal-autoconf-2.64.patch	                        (rev 0)
+++ heimdal-autoconf-2.64.patch	2009-09-19 05:36:05 UTC (rev 52412)
@@ -0,0 +1,11 @@
+--- cf/roken-frag.m4.orig	2009-08-03 10:40:57.000000000 +0200
++++ cf/roken-frag.m4	2009-08-03 10:41:09.000000000 +0200
+@@ -586,7 +586,7 @@
+ #include <err.h>
+ #endif])
+ 
+-AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][
++AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[
+ #include <stdlib.h>
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>




More information about the arch-commits mailing list