head 1.2; access; symbols pkgsrc-2018Q1:1.1.0.20 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.18 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.16 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.12 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2018.04.19.07.28.41; author wiz; state dead; branches; next 1.1; commitid rbkNgKtAexn7t1zA; 1.1 date 2016.01.13.22.25.38; author wiz; state Exp; branches; next ; commitid OS2UPvyByPx00PQy; desc @@ 1.2 log @libpurple: remove files that are not needed after 2.13.0 update @ text @$NetBSD: patch-configure,v 1.1 2016/01/13 22:25:38 wiz Exp $ Fix unportable test(1) construct. --- configure.orig 2015-12-31 23:19:55.000000000 +0000 +++ configure @@@@ -17931,7 +17931,7 @@@@ else fi if test "x$enable_gst" != "xno"; then - if test "x$with_gstreamer" == "xauto"; then + if test "x$with_gstreamer" = "xauto"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER" >&5 @@@@ -18208,7 +18208,7 @@@@ $as_echo "#define USE_GSTREAMER 1" >>con fi - elif test "x$with_gstreamer" == "x1.0"; then + elif test "x$with_gstreamer" = "x1.0"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER" >&5 @@@@ -18306,7 +18306,7 @@@@ $as_echo "#define USE_GSTREAMER 1" >>con fi - elif test "x$with_gstreamer" == "x0.10"; then + elif test "x$with_gstreamer" = "x0.10"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER" >&5 @@@@ -18409,14 +18409,14 @@@@ fi fi fi -if test "x$with_gtk" == "x3" -a "x$with_gstreamer" == "x0.10"; then +if test "x$with_gtk" = "x3" -a "x$with_gstreamer" = "x0.10"; then as_fn_error $? "WebKitGTK+ 3.0 cannot be mixed with GStreamer 0.10. Please switch to WebKitGTK+ 2.0 or GStreamer 1.0." "$LINENO" 5 -elif test "x$with_gtk" == "x2" -a "x$with_gstreamer" == "x1.0"; then +elif test "x$with_gtk" = "x2" -a "x$with_gstreamer" = "x1.0"; then as_fn_error $? "WebKitGTK+ 2.0 cannot be mixed with GStreamer 1.0. Please switch to WebKitGTK+ 3.0 or GStreamer 0.10." "$LINENO" 5 fi -if test "x$with_gstreamer" == "x0.10" -o "x$with_gstreamer" == "x1.0"; then +if test "x$with_gstreamer" = "x0.10" -o "x$with_gstreamer" = "x1.0"; then GSTREAMER_VER=$with_gstreamer else @@@@ -18424,7 +18424,7 @@@@ else fi -if test "x$enable_gst" != "xno" -a "x$with_gstreamer" == "x1.0"; then +if test "x$enable_gst" != "xno" -a "x$with_gstreamer" = "x1.0"; then # Check whether --enable-gstreamer-video was given. if test "${enable_gstreamer_video+set}" = set; then : enableval=$enable_gstreamer_video; enable_gstvideo="$enableval" @@@@ -18519,7 +18519,7 @@@@ else enable_gstvideo="no" fi -if test "x$enable_gst" != "xno" -a "x$with_gstreamer" == "x0.10"; then +if test "x$enable_gst" != "xno" -a "x$with_gstreamer" = "x0.10"; then # Check whether --enable-gstreamer-interfaces was given. if test "${enable_gstreamer_interfaces+set}" = set; then : enableval=$enable_gstreamer_interfaces; enable_gstinterfaces="$enableval" @@@@ -18622,7 +18622,7 @@@@ else fi if test "x$enable_farstream" != "xno"; then - if test "x$with_gstreamer" == "x1.0"; then + if test "x$with_gstreamer" = "x1.0"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FARSTREAM" >&5 @@@@ -18953,11 +18953,11 @@@@ else fi if test "x$enable_vv" != "xno"; then - if test "x$enable_gst" != "xno" -a "x$with_gstreamer" == "x1.0" -a "x$enable_gstvideo" != "xno" -a "x$enable_farstream" != "xno"; then + if test "x$enable_gst" != "xno" -a "x$with_gstreamer" = "x1.0" -a "x$enable_gstvideo" != "xno" -a "x$enable_farstream" != "xno"; then $as_echo "#define USE_VV 1" >>confdefs.h - elif test "x$enable_gst" != "xno" -a "x$with_gstreamer" == "x0.10" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno"; then + elif test "x$enable_gst" != "xno" -a "x$with_gstreamer" = "x0.10" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno"; then $as_echo "#define USE_VV 1" >>confdefs.h @@@@ -18981,7 +18981,7 @@@@ else fi -if test "x$enable_vv" != "xno" -a "x$with_gstreamer" == "x1.0"; then +if test "x$enable_vv" != "xno" -a "x$with_gstreamer" = "x1.0"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for raw data support in Farstream" >&5 $as_echo_n "checking for raw data support in Farstream... " >&6; } @ 1.1 log @Update pidgin/finch/libpurple to 2.10.12. gstreamer is not an option any longer. version 2.10.12 (MM/DD/YY): Windows-Specific Changes: * Updates to dependencies: * Cyrus SASL 2.1.26 * libxml2 2.9.2 * NSS 3.17.3 and NSPR 4.10.7 * Perl 5.20.1 * SILC 1.1.12 * Remove support for Tcl plugins Gadu-Gadu: * Updated internal libgadu to version 1.12.1. @ text @d1 1 a1 1 $NetBSD$ @