Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (19aa5e0927985ab7477c0f0f432a94a51ce8279a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (19aa5e0927985ab7477c0f0f432a94a51ce8279a)
  • Date: Thu, 20 Aug 2009 17:12:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

x11/gtk-vnc/HISTORY | 5 +++++
x11/gtk-vnc/PRE_BUILD | 3 +++
x11/gtk-vnc/npupp-bug15358.patch | 25 +++++++++++++++++++++++++
3 files changed, 33 insertions(+)

New commits:
commit 19aa5e0927985ab7477c0f0f432a94a51ce8279a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtk-vnc: Fixes Bug #15358
npupp.h header moved:
https://bugzilla.mozilla.org/show_bug.cgi?id=455458

diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 8eecd2c..5986d3b 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,8 @@
+2009-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply npupp-bug15358.patch
+ * npupp-bug15358.patch: Fixes Bug #15358
+ npupp.h header moved:
https://bugzilla.mozilla.org/show_bug.cgi?id=455458
+
2009-08-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Website moved to http://live.gnome.org/gtk-vnc
Updated to 0.3.9
diff --git a/x11/gtk-vnc/PRE_BUILD b/x11/gtk-vnc/PRE_BUILD
new file mode 100755
index 0000000..69bac6e
--- /dev/null
+++ b/x11/gtk-vnc/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/npupp-bug15358.patch
diff --git a/x11/gtk-vnc/npupp-bug15358.patch
b/x11/gtk-vnc/npupp-bug15358.patch
new file mode 100644
index 0000000..966a78b
--- /dev/null
+++ b/x11/gtk-vnc/npupp-bug15358.patch
@@ -0,0 +1,25 @@
+diff -Naur gtk-vnc-0.3.9.orig/plugin/npshell.c gtk-vnc-0.3.9/plugin/npshell.c
+--- gtk-vnc-0.3.9.orig/plugin/npshell.c 2009-08-20 15:02:56.509101940
-0700
++++ gtk-vnc-0.3.9/plugin/npshell.c 2009-08-20 15:10:52.489077176 -0700
+@@ -81,8 +81,7 @@
+ #include <string.h>
+
+ #include <npapi.h>
+-#include <npupp.h>
+-
++#include <npfunctions.h>
+ #include "gtk-vnc-plugin.h"
+
+ /***********************************************************************
+diff -Naur gtk-vnc-0.3.9.orig/plugin/npunix.c gtk-vnc-0.3.9/plugin/npunix.c
+--- gtk-vnc-0.3.9.orig/plugin/npunix.c 2009-08-20 15:02:56.509101940 -0700
++++ gtk-vnc-0.3.9/plugin/npunix.c 2009-08-20 15:10:59.748825742 -0700
+@@ -55,7 +55,7 @@
+
+ #include <stdio.h>
+ #include <npapi.h>
+-#include <npupp.h>
++#include <npfunctions.h>
+
+ #include <glib.h> /* just for G_GNUC_UNUSED */
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (19aa5e0927985ab7477c0f0f432a94a51ce8279a), Eric Sandall, 08/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page