r25628 - in /packages/unstable/libgksu/debian: changelog patches/01_tcdrain_kfreebsd.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Nov 21 10:22:08 UTC 2010


Author: joss
Date: Sun Nov 21 10:22:04 2010
New Revision: 25628

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25628
Log:
01_tcdrain_kfreebsd.patch: patch from Petr Salinger. Don’t use 
tcdrain on kfreebsd. Closes: #600365.

Added:
    packages/unstable/libgksu/debian/patches/01_tcdrain_kfreebsd.patch
Modified:
    packages/unstable/libgksu/debian/changelog

Modified: packages/unstable/libgksu/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgksu/debian/changelog?rev=25628&op=diff
==============================================================================
--- packages/unstable/libgksu/debian/changelog [utf-8] (original)
+++ packages/unstable/libgksu/debian/changelog [utf-8] Sun Nov 21 10:22:04 2010
@@ -1,9 +1,11 @@
-libgksu (2.0.13~pre1-3) UNRELEASED; urgency=low
+libgksu (2.0.13~pre1-3) unstable; urgency=low
 
   * pt_BR.po: updated Brazilian Portuguese translation by Sérgio 
     Cipolla. Closes: #601168.
-
- -- Josselin Mouette <joss at debian.org>  Sat, 30 Oct 2010 15:25:12 +0200
+  * 01_tcdrain_kfreebsd.patch: patch from Petr Salinger. Don’t use 
+    tcdrain on kfreebsd. Closes: #600365.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 21 Nov 2010 11:21:42 +0100
 
 libgksu (2.0.13~pre1-2) unstable; urgency=low
 

Added: packages/unstable/libgksu/debian/patches/01_tcdrain_kfreebsd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgksu/debian/patches/01_tcdrain_kfreebsd.patch?rev=25628&op=file
==============================================================================
--- packages/unstable/libgksu/debian/patches/01_tcdrain_kfreebsd.patch (added)
+++ packages/unstable/libgksu/debian/patches/01_tcdrain_kfreebsd.patch [utf-8] Sun Nov 21 10:22:04 2010
@@ -1,0 +1,12 @@
+--- libgksu-2.0.12/libgksu/libgksu.c.orig	2010-11-21 11:18:53.779616632 +0100
++++ libgksu-2.0.12/libgksu/libgksu.c	2010-11-21 11:19:19.104115618 +0100
+@@ -2202,7 +2202,9 @@
+ 	      write (fdpty, line, strlen(line));
+ 	      g_free (line);
+ 
++#ifndef __FreeBSD_kernel__
+ 	      tcdrain (fdpty);
++#endif
+ 
+ 	      bzero (buf, 256);
+ 	      read (fdpty, buf, 255);




More information about the pkg-gnome-commits mailing list