[Pkg-utopia-commits] r2961 - in /packages/unstable/consolekit/debian: changelog control patches/80-gnukfreebsd_support_configure.ac.patch patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Mar 10 11:19:38 UTC 2009


Author: biebl
Date: Tue Mar 10 11:19:38 2009
New Revision: 2961

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2961
Log:
* Fix FTBFS on GNU/kFreeBSD. (Closes: #511270)
  - debian/patches/80-gnukfreebsd_support_configure.ac.patch
    debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
    + Add kfreebsd target to configure(.ac) script
  - debian/control
    + Add libkvm-dev to Build-Depends on kfreebsd ports.
  Patch by Luca Favatella, thanks.

Added:
    packages/unstable/consolekit/debian/patches/80-gnukfreebsd_support_configure.ac.patch
    packages/unstable/consolekit/debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
Modified:
    packages/unstable/consolekit/debian/changelog
    packages/unstable/consolekit/debian/control
    packages/unstable/consolekit/debian/patches/series

Modified: packages/unstable/consolekit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/changelog?rev=2961&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/changelog (original)
+++ packages/unstable/consolekit/debian/changelog Tue Mar 10 11:19:38 2009
@@ -26,6 +26,13 @@
     - Bump Build-Depends on debhelper to (>= 7).
   * debian/compat
     - Bump debhelper compat level to 7.
+  * Fix FTBFS on GNU/kFreeBSD. (Closes: #511270)
+    - debian/patches/80-gnukfreebsd_support_configure.ac.patch
+      debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
+      + Add kfreebsd target to configure(.ac) script
+    - debian/control
+      + Add libkvm-dev to Build-Depends on kfreebsd ports.
+    Patch by Luca Favatella, thanks.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 03 Mar 2009 01:37:02 +0100
 

Modified: packages/unstable/consolekit/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/control?rev=2961&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/control (original)
+++ packages/unstable/consolekit/debian/control Tue Mar 10 11:19:38 2009
@@ -11,6 +11,7 @@
  libdbus-glib-1-dev (>= 0.30),
  libglib2.0-dev (>= 2.7.0),
  libx11-dev (>= 1.0.0),
+ libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
  xmlto,
  libpam0g-dev,
  zlib1g-dev

Added: packages/unstable/consolekit/debian/patches/80-gnukfreebsd_support_configure.ac.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/patches/80-gnukfreebsd_support_configure.ac.patch?rev=2961&op=file
==============================================================================
--- packages/unstable/consolekit/debian/patches/80-gnukfreebsd_support_configure.ac.patch (added)
+++ packages/unstable/consolekit/debian/patches/80-gnukfreebsd_support_configure.ac.patch Tue Mar 10 11:19:38 2009
@@ -1,0 +1,13 @@
+Index: ConsoleKit-0.3.0/configure.ac
+===================================================================
+--- ConsoleKit-0.3.0.orig/configure.ac	2008-07-31 02:35:53.000000000 +0200
++++ ConsoleKit-0.3.0/configure.ac	2009-03-10 12:06:52.000000000 +0100
+@@ -176,7 +176,7 @@
+ CK_BACKEND=""
+ KVM_LIBS=""
+ case "$host" in
+-        *-*-freebsd*)
++        *-*-freebsd* | *-*-kfreebsd*-gnu)
+         CK_BACKEND="freebsd"
+         AC_CHECK_LIB(kvm, kvm_openfiles, have_kvm=yes,
+                 AC_MSG_ERROR([Unable to find libkvm which is needed on FreeBSD]))

Added: packages/unstable/consolekit/debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch?rev=2961&op=file
==============================================================================
--- packages/unstable/consolekit/debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch (added)
+++ packages/unstable/consolekit/debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch Tue Mar 10 11:19:38 2009
@@ -1,0 +1,13 @@
+Index: ConsoleKit-0.3.0/configure
+===================================================================
+--- ConsoleKit-0.3.0.orig/configure	2008-07-31 02:41:02.000000000 +0200
++++ ConsoleKit-0.3.0/configure	2009-03-10 12:06:52.000000000 +0100
+@@ -24393,7 +24393,7 @@
+ CK_BACKEND=""
+ KVM_LIBS=""
+ case "$host" in
+-        *-*-freebsd*)
++        *-*-freebsd* | *-*-kfreebsd*-gnu)
+         CK_BACKEND="freebsd"
+         { echo "$as_me:$LINENO: checking for kvm_openfiles in -lkvm" >&5
+ echo $ECHO_N "checking for kvm_openfiles in -lkvm... $ECHO_C" >&6; }

Modified: packages/unstable/consolekit/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/patches/series?rev=2961&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/patches/series (original)
+++ packages/unstable/consolekit/debian/patches/series Tue Mar 10 11:19:38 2009
@@ -9,3 +9,5 @@
 10-file_monitor_remove_watch_crash.patch
 11-unref-dbus-proxy.patch
 12-allow-get-sessions.patch
+80-gnukfreebsd_support_configure.ac.patch
+81-gnukfreebsd_support_pseudo_run_autoconf.patch




More information about the Pkg-utopia-commits mailing list