r37062 - in /desktop/experimental/glib2.0/debian: changelog patches/10_kfreebsd_issetugid_prototype.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 19 13:14:22 UTC 2013


Author: pochu
Date: Tue Mar 19 13:14:22 2013
New Revision: 37062

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37062
Log:
* debian/patches/10_kfreebsd_issetugid_prototype.patch:
  + Untested patch to fix the build on kfreebsd.

Added:
    desktop/experimental/glib2.0/debian/patches/10_kfreebsd_issetugid_prototype.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=37062&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Mar 19 13:14:22 2013
@@ -13,6 +13,8 @@
   * debian/libglib2.0-0.symbols:
     + Bump minimum version for g_get_home_dir() so that users that need
       HOME to be honored get a proper runtime dependency.
+  * debian/patches/10_kfreebsd_issetugid_prototype.patch:
+    + Untested patch to fix the build on kfreebsd.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 19 Mar 2013 13:58:27 +0100
 

Added: desktop/experimental/glib2.0/debian/patches/10_kfreebsd_issetugid_prototype.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/10_kfreebsd_issetugid_prototype.patch?rev=37062&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/10_kfreebsd_issetugid_prototype.patch (added)
+++ desktop/experimental/glib2.0/debian/patches/10_kfreebsd_issetugid_prototype.patch [utf-8] Tue Mar 19 13:14:22 2013
@@ -1,0 +1,15 @@
+--- a/glib/gutils.c
++++ b/glib/gutils.c
+@@ -2386,6 +2386,12 @@
+ 
+ #endif
+ 
++#ifdef HAVE_ISSETUGID
++/* Debian GNU/kFreeBSD doesn't have a prototype for issetugid(),
++ * see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635205 */
++int issetugid(void);
++#endif
++
+ /* Private API:
+  *
+  * Returns %TRUE if the current process was executed as setuid (or an

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=37062&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series [utf-8] Tue Mar 19 13:14:22 2013
@@ -5,5 +5,6 @@
 05_run-gio-tests-with-a-dbus-session.patch
 06_thread_test_ignore_prctl_fail.patch
 07_disable_tests_on_slow_archs.patch
+10_kfreebsd_issetugid_prototype.patch
 61_glib-compile-binaries-path.patch
 90_gio-modules-multiarch-compat.patch




More information about the pkg-gnome-commits mailing list