pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/wxGTK Fix 'test ... == ...' cases in configure.
details: https://anonhg.NetBSD.org/pkgsrc/rev/26b5b9b88976
branches: trunk
changeset: 519700:26b5b9b88976
user: salo <salo%pkgsrc.org@localhost>
date: Sun Oct 08 04:29:59 2006 +0000
description:
Fix 'test ... == ...' cases in configure.
diffstat:
x11/wxGTK/distinfo | 4 ++--
x11/wxGTK/patches/patch-aa | 24 +++++++++++++++++++++---
2 files changed, 23 insertions(+), 5 deletions(-)
diffs (55 lines):
diff -r 5b45ab0139c2 -r 26b5b9b88976 x11/wxGTK/distinfo
--- a/x11/wxGTK/distinfo Sun Oct 08 04:10:59 2006 +0000
+++ b/x11/wxGTK/distinfo Sun Oct 08 04:29:59 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2006/07/10 14:47:06 joerg Exp $
+$NetBSD: distinfo,v 1.27 2006/10/08 04:29:59 salo Exp $
SHA1 (wxGTK-2.6.3.tar.bz2) = 7c2dfe27a56aa99b4ea557a436bf84a13a579a9d
RMD160 (wxGTK-2.6.3.tar.bz2) = d7465860d7c07b42d299d4b4c5d015b25f96a9dd
@@ -6,5 +6,5 @@
SHA1 (wxGTK-2.6.3-libtool.diff2.bz2) = e79d3efcf21859911d87ab9a7c8e3c90d7455d8c
RMD160 (wxGTK-2.6.3-libtool.diff2.bz2) = 3250c47641c023228e44e6477ecb7aaf68280422
Size (wxGTK-2.6.3-libtool.diff2.bz2) = 136484 bytes
-SHA1 (patch-aa) = 159a42a05fe9287931e46bfdd1adfa7cfa9d36a3
+SHA1 (patch-aa) = 0ef5ae28b70a3290e37363193248365f4cf03cec
SHA1 (patch-ab) = 3e9c6bc0df33e466390a4f6483b1c84e2eb9257b
diff -r 5b45ab0139c2 -r 26b5b9b88976 x11/wxGTK/patches/patch-aa
--- a/x11/wxGTK/patches/patch-aa Sun Oct 08 04:10:59 2006 +0000
+++ b/x11/wxGTK/patches/patch-aa Sun Oct 08 04:29:59 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.9 2006/03/30 15:28:12 joerg Exp $
+$NetBSD: patch-aa,v 1.10 2006/10/08 04:29:59 salo Exp $
---- configure.orig 2006-03-21 23:42:05.000000000 +0000
-+++ configure
+--- configure.orig 2006-03-22 00:42:05.000000000 +0100
++++ configure 2006-10-08 06:26:28.000000000 +0200
@@ -1820,7 +1820,7 @@ _ACEOF
DEFAULT_DEFAULT_wxUSE_MOTIF=1
@@ -40,6 +40,24 @@
flag="-D_THREAD_SAFE"
;;
*-hp-hpux* )
+@@ -42959,7 +42963,7 @@ echo "$as_me: WARNING: GStreamer install
+
+
+
+- if test "x$GST_INSPECT" == "x"; then
++ if test "x$GST_INSPECT" = "x"; then
+ # Extract the first word of "gst-inspect", so it can be a program name with args.
+ set dummy gst-inspect; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+@@ -44788,7 +44792,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6
+ SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
+ fi
+
+- if test "x$GCC" == "xyes"; then
++ if test "x$GCC" = "xyes"; then
+ PIC_FLAG="-dynamic -fPIC"
+ fi
+ if test "x$XLCC" = "xyes"; then
@@ -45354,7 +45358,7 @@ EOF
;;
Home |
Main Index |
Thread Index |
Old Index