Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (037f3a601927bc965f84122b884bf00357e12ddb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (037f3a601927bc965f84122b884bf00357e12ddb)
  • Date: Fri, 26 Mar 2010 12:42:18 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

dev/null |binary
x11/gtk-vnc/DEPENDS | 9 +++++----
x11/gtk-vnc/DETAILS | 2 +-
x11/gtk-vnc/HISTORY | 3 +++
x11/gtk-vnc/PRE_BUILD | 3 ---
x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig |binary
x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig | 0
x11/gtk-vnc/npupp-bug15358.patch | 25 -------------------------
8 files changed, 9 insertions(+), 33 deletions(-)

New commits:
commit 037f3a601927bc965f84122b884bf00357e12ddb
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gtk-vnc: version 0.3.10 and commented out broken ns plugin

diff --git a/x11/gtk-vnc/DEPENDS b/x11/gtk-vnc/DEPENDS
index 896a217..32dea9c 100755
--- a/x11/gtk-vnc/DEPENDS
+++ b/x11/gtk-vnc/DEPENDS
@@ -5,10 +5,11 @@ optional_depends python \
'--without-python' \
'for Python support' &&

-optional_depends NS-PLUGIN-COMPATIBLE \
- '--enable-plugin=yes' \
- '--enable-plugin=no' \
- 'for web browser plugin' &&
+# the plugin is broken, and probably unsafe anyway
+#optional_depends NS-PLUGIN-COMPATIBLE \
+# '--enable-plugin=yes' \
+# '--enable-plugin=no' \
+# 'for web browser plugin' &&

optional_depends LIBSASL \
'--with-sasl' \
diff --git a/x11/gtk-vnc/DETAILS b/x11/gtk-vnc/DETAILS
index dd8f51b..75c5e34 100755
--- a/x11/gtk-vnc/DETAILS
+++ b/x11/gtk-vnc/DETAILS
@@ -1,5 +1,5 @@
SPELL=gtk-vnc
- VERSION=0.3.9
+ VERSION=0.3.10
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION:0:3}/$SOURCE
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 644db39..5f612d9 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,6 @@
+2010-03-26 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.3.10
+
2009-08-31 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: optionally depend on LIBSASL

diff --git a/x11/gtk-vnc/PRE_BUILD b/x11/gtk-vnc/PRE_BUILD
deleted file mode 100755
index 69bac6e..0000000
--- a/x11/gtk-vnc/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/npupp-bug15358.patch
diff --git a/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig
new file mode 100644
index 0000000..80369a8
Binary files /dev/null and b/x11/gtk-vnc/gtk-vnc-0.3.10.tar.gz.sig differ
diff --git a/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig
deleted file mode 100644
index 0d0e3b0..0000000
Binary files a/x11/gtk-vnc/gtk-vnc-0.3.9.tar.gz.sig and /dev/null differ
diff --git a/x11/gtk-vnc/npupp-bug15358.patch
b/x11/gtk-vnc/npupp-bug15358.patch
deleted file mode 100644
index 966a78b..0000000
--- a/x11/gtk-vnc/npupp-bug15358.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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 Arjan Bouter (037f3a601927bc965f84122b884bf00357e12ddb), Arjan Bouter, 03/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page