diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-26 11:02:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-26 11:02:21 +0000 |
commit | 48468506bbaa1d370bf0f65bd6327c4f086554b2 (patch) | |
tree | d153ece38b08658aef1249d35fc7d116d7ad45a2 /net/gtk-vnc/patches | |
parent | cf99e9027e8cceb86a49cbbae3afbbe389bf322b (diff) | |
download | pkgsrc-48468506bbaa1d370bf0f65bd6327c4f086554b2.tar.gz |
update to 0.3.10
changes:
-bugfixes
-Support SASL authentication extension
-API and UI improvements
-translation updates
Diffstat (limited to 'net/gtk-vnc/patches')
-rw-r--r-- | net/gtk-vnc/patches/patch-ac | 8 | ||||
-rw-r--r-- | net/gtk-vnc/patches/patch-ae | 32 |
2 files changed, 20 insertions, 20 deletions
diff --git a/net/gtk-vnc/patches/patch-ac b/net/gtk-vnc/patches/patch-ac index d2fd06c95c1..99c39ece8d1 100644 --- a/net/gtk-vnc/patches/patch-ac +++ b/net/gtk-vnc/patches/patch-ac @@ -1,9 +1,9 @@ -$NetBSD: patch-ac,v 1.2 2009/09/14 10:07:04 tnn Exp $ +$NetBSD: patch-ac,v 1.3 2009/10/26 11:02:21 drochner Exp $ ---- plugin/Makefile.in.orig 2008-09-05 12:32:30.000000000 +0000 +--- plugin/Makefile.in.orig 2009-10-20 20:32:54.000000000 +0200 +++ plugin/Makefile.in -@@ -230,7 +230,7 @@ target_os = @target_os@ - target_vendor = @target_vendor@ +@@ -489,7 +489,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -@ENABLE_PLUGIN_TRUE@plugindir = $(libdir)/mozilla/plugins diff --git a/net/gtk-vnc/patches/patch-ae b/net/gtk-vnc/patches/patch-ae index 0aebe255867..d36647fd4e4 100644 --- a/net/gtk-vnc/patches/patch-ae +++ b/net/gtk-vnc/patches/patch-ae @@ -1,33 +1,33 @@ -$NetBSD: patch-ae,v 1.1 2009/09/14 10:07:04 tnn Exp $ +$NetBSD: patch-ae,v 1.2 2009/10/26 11:02:21 drochner Exp $ ---- configure.orig 2009-09-14 11:46:27.000000000 +0200 +--- configure.orig 2009-10-20 20:32:57.000000000 +0200 +++ configure -@@ -33088,12 +33088,12 @@ if test -n "$NSPR_CFLAGS"; then - pkg_cv_NSPR_CFLAGS="$NSPR_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nspr >= \$NSPR_REQUIRED\"") >&5 +@@ -27598,12 +27598,12 @@ if test -n "$PKG_CONFIG"; then + pkg_cv_NSPR_CFLAGS="$NSPR_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nspr >= \$NSPR_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "nspr >= $NSPR_REQUIRED") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-nspr >= \$NSPR_REQUIRED\"") >&5 ++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-nspr >= \$NSPR_REQUIRED\"") >&5 + ($PKG_CONFIG --exists --print-errors "mozilla-nspr >= $NSPR_REQUIRED") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "nspr >= $NSPR_REQUIRED" 2>/dev/null` + pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nspr >= $NSPR_REQUIRED" 2>/dev/null` else pkg_failed=yes fi -@@ -33104,12 +33104,12 @@ if test -n "$NSPR_LIBS"; then - pkg_cv_NSPR_LIBS="$NSPR_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nspr >= \$NSPR_REQUIRED\"") >&5 +@@ -27616,12 +27616,12 @@ if test -n "$PKG_CONFIG"; then + pkg_cv_NSPR_LIBS="$NSPR_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nspr >= \$NSPR_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "nspr >= $NSPR_REQUIRED") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-nspr >= \$NSPR_REQUIRED\"") >&5 ++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-nspr >= \$NSPR_REQUIRED\"") >&5 + ($PKG_CONFIG --exists --print-errors "mozilla-nspr >= $NSPR_REQUIRED") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "nspr >= $NSPR_REQUIRED" 2>/dev/null` + pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "mozilla-nspr >= $NSPR_REQUIRED" 2>/dev/null` |