pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Fix pr pkg/29168.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f66509868dd0
branches:  trunk
changeset: 490254:f66509868dd0
user:      chris <chris%pkgsrc.org@localhost>
date:      Sun Mar 06 16:45:47 2005 +0000

description:
Fix pr pkg/29168.

Update sylpheed-claws to 1.0.1.  Taking the patch to use autoconf to regen
the configure script, rather than having to keep patch-ab uptodate.

Also remove PKGREVSION from plugins, they should be able to just ride the
main sylpheed-claws updates.

I also suspect that pgpmime should be converted to a plugin, rather than
being part of the main sylpheed package.  (it would remove a dependancy on
gpgme)  However it seems to install header files, which would complicate
making it a plugin package.

Also fix pkglint warning about MESSAGE.plugins, the = line was only 74,
not 75 chars in length.

diffstat:

 mail/sylpheed-claws-dillo-viewer/Makefile |     4 +-
 mail/sylpheed-claws-image-viewer/Makefile |     4 +-
 mail/sylpheed-claws-trayicon/Makefile     |     4 +-
 mail/sylpheed-claws/MESSAGE.plugins       |     6 +-
 mail/sylpheed-claws/Makefile              |     8 +-
 mail/sylpheed-claws/Makefile.common       |     4 +-
 mail/sylpheed-claws/PLIST                 |    18 +-
 mail/sylpheed-claws/distinfo              |     9 +-
 mail/sylpheed-claws/patches/patch-ab      |  1982 -----------------------------
 mail/sylpheed-claws/plugins.mk            |     3 +-
 10 files changed, 33 insertions(+), 2009 deletions(-)

diffs (truncated from 2183 to 300 lines):

diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws-dillo-viewer/Makefile
--- a/mail/sylpheed-claws-dillo-viewer/Makefile Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws-dillo-viewer/Makefile Sun Mar 06 16:45:47 2005 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:54 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/06 16:45:47 chris Exp $
 #
 
 PLUGIN_NAME=   dillo_viewer
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=   4
-
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to allow Sylpheed-claws to render HTML attachments
 
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws-image-viewer/Makefile
--- a/mail/sylpheed-claws-image-viewer/Makefile Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws-image-viewer/Makefile Sun Mar 06 16:45:47 2005 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:12:55 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/06 16:45:47 chris Exp $
 #
 
 PLUGIN_NAME=   image_viewer
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=   5
-
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to allow Sylpheed-claws to display images attached to mails
 
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws-trayicon/Makefile
--- a/mail/sylpheed-claws-trayicon/Makefile     Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws-trayicon/Makefile     Sun Mar 06 16:45:47 2005 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:55 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/06 16:45:47 chris Exp $
 #
 
 PLUGIN_NAME=   trayicon
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=   4
-
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to make Sylpheed-claws display an icon in the system tray
 
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/MESSAGE.plugins
--- a/mail/sylpheed-claws/MESSAGE.plugins       Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws/MESSAGE.plugins       Sun Mar 06 16:45:47 2005 +0000
@@ -1,7 +1,7 @@
-==========================================================================
-$NetBSD: MESSAGE.plugins,v 1.1 2004/04/27 07:19:46 cube Exp $
+===========================================================================
+$NetBSD: MESSAGE.plugins,v 1.2 2005/03/06 16:45:47 chris Exp $
 
 To use ${PKGNAME}, you must manually load the plugin
 through Configuration/Plugins.
 
-==========================================================================
+===========================================================================
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile      Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws/Makefile      Sun Mar 06 16:45:47 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2004/12/24 04:32:55 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2005/03/06 16:45:47 chris Exp $
 
 .include "Makefile.common"
 
 #PKGNAME=      sylpheed-claws-${SYLPHEED_VERSION}
-PKGREVISION=   2
 
 MAINTAINER=    chris%NetBSD.org@localhost
 COMMENT=       X based e-mail and netnews client
@@ -44,6 +43,11 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sylpheed-claws
 PKG_SUPPORTED_OPTIONS= jpilot ldap inet6
 
+pre-configure:
+
+       cd ${WRKSRC}; ${AUTOCONF}
+
+.include "../../mk/autoconf.mk"
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mjpilot)
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/Makefile.common
--- a/mail/sylpheed-claws/Makefile.common       Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws/Makefile.common       Sun Mar 06 16:45:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/10/05 15:37:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/03/06 16:45:47 chris Exp $
 
 DISTNAME=      sylpheed-claws-${SYLPHEED_VERSION}
 CATEGORIES=    mail news x11
@@ -20,4 +20,4 @@
 # Force gnome detection off to avoid installing some extra files
 CONFIGURE_ENV+=                ac_cv_path_GNOME_CONFIG="no"
 
-SYLPHEED_VERSION=      0.9.12b
+SYLPHEED_VERSION=      1.0.1
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/PLIST
--- a/mail/sylpheed-claws/PLIST Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws/PLIST Sun Mar 06 16:45:47 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2004/10/05 15:37:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2005/03/06 16:45:47 chris Exp $
 bin/sylpheed
 include/sylpheed-claws/account.h
 include/sylpheed-claws/action.h
@@ -28,7 +28,6 @@
 include/sylpheed-claws/common/md5.h
 include/sylpheed-claws/common/mgutils.h
 include/sylpheed-claws/common/nntp.h
-include/sylpheed-claws/common/partial_download.h
 include/sylpheed-claws/common/passcrypt.h
 include/sylpheed-claws/common/plugin.h
 include/sylpheed-claws/common/prefs.h
@@ -129,8 +128,13 @@
 include/sylpheed-claws/news.h
 include/sylpheed-claws/news_gtk.h
 include/sylpheed-claws/noticeview.h
-include/sylpheed-claws/passphrase.h
+include/sylpheed-claws/partial_download.h
 include/sylpheed-claws/pine.h
+include/sylpheed-claws/plugins/pgpmime/passphrase.h
+include/sylpheed-claws/plugins/pgpmime/pgpmime.h
+include/sylpheed-claws/plugins/pgpmime/prefs_gpg.h
+include/sylpheed-claws/plugins/pgpmime/select-keys.h
+include/sylpheed-claws/plugins/pgpmime/sgpgme.h
 include/sylpheed-claws/pop.h
 include/sylpheed-claws/prefs_account.h
 include/sylpheed-claws/prefs_actions.h
@@ -160,8 +164,6 @@
 include/sylpheed-claws/quote_fmt_parse.h
 include/sylpheed-claws/recv.h
 include/sylpheed-claws/remotefolder.h
-include/sylpheed-claws/rfc2015.h
-include/sylpheed-claws/select-keys.h
 include/sylpheed-claws/send_message.h
 include/sylpheed-claws/setup.h
 include/sylpheed-claws/sourcewindow.h
@@ -317,7 +319,10 @@
 share/sylpheed-claws/manual/ja/sylpheed-15.html
 share/sylpheed-claws/manual/ja/sylpheed-16.html
 share/sylpheed-claws/manual/ja/sylpheed-17.html
+share/sylpheed-claws/manual/ja/sylpheed-18.html
+share/sylpheed-claws/manual/ja/sylpheed-19.html
 share/sylpheed-claws/manual/ja/sylpheed-2.html
+share/sylpheed-claws/manual/ja/sylpheed-20.html
 share/sylpheed-claws/manual/ja/sylpheed-3.html
 share/sylpheed-claws/manual/ja/sylpheed-4.html
 share/sylpheed-claws/manual/ja/sylpheed-5.html
@@ -344,6 +349,9 @@
 @dirrm share/sylpheed-claws/faq
 @dirrm share/sylpheed-claws
 @dirrm share/examples/sylpheed
+@dirrm lib/sylpheed-claws/plugins
+@dirrm include/sylpheed-claws/plugins/pgpmime
+@dirrm include/sylpheed-claws/plugins
 @dirrm include/sylpheed-claws/gtk
 @dirrm include/sylpheed-claws/common
 @dirrm include/sylpheed-claws
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/distinfo
--- a/mail/sylpheed-claws/distinfo      Sun Mar 06 16:44:04 2005 +0000
+++ b/mail/sylpheed-claws/distinfo      Sun Mar 06 16:45:47 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.18 2005/02/24 09:59:29 agc Exp $
+$NetBSD: distinfo,v 1.19 2005/03/06 16:45:47 chris Exp $
 
-SHA1 (sylpheed-claws-0.9.12b.tar.bz2) = 3c2eedaee5816dbcbb808ccca29691eb6b8afe83
-RMD160 (sylpheed-claws-0.9.12b.tar.bz2) = af312638aa146ec0f002479d4dbb25dff8168355
-Size (sylpheed-claws-0.9.12b.tar.bz2) = 3086333 bytes
+SHA1 (sylpheed-claws-1.0.1.tar.bz2) = c445b01a252e094812be63237275c9583a6f3d2f
+RMD160 (sylpheed-claws-1.0.1.tar.bz2) = 1e0596c736355e80396f6c05081bbd3a9d0032d1
+Size (sylpheed-claws-1.0.1.tar.bz2) = 3084322 bytes
 SHA1 (patch-aa) = f663f67f16cb1f1662a57a84d88c1a6ab386b215
-SHA1 (patch-ab) = 78ccc42e8413c142cb940b4f2f843190aab73742
diff -r 79e8e19b96e1 -r f66509868dd0 mail/sylpheed-claws/patches/patch-ab
--- a/mail/sylpheed-claws/patches/patch-ab      Sun Mar 06 16:44:04 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1982 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/12/14 19:53:49 xtraeme Exp $
-
---- configure.orig     2004-09-27 12:21:48.000000000 +0200
-+++ configure  2004-11-30 17:25:35.000000000 +0100
-@@ -463,7 +463,7 @@
- # include <unistd.h>
- #endif"
- 
--ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir 
sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host 
host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh 
STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAJOR_VERSION MINOR_VERSION MICRO_VERSION EXTRA_VERSION GNOME_CONFIG gnomedatadir 
SYLPHEED_GNOME_TRUE SYLPHEED_GNOME_FALSE LT_RELEASE LT_CURRENT LT_REVISION LT_AGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include 
am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S CPP LEX LEXLIB LEX_OUTPUT_ROOT YACC EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS 
ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBICONV LTLIBICONV MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE ALLOCA GLIBC21 INTLBISON 
BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB localedir manualdir faqdir GLIB_CONFIG 
GLIB_CFLAGS GLIB_LIBS PKG_CONFIG OPENSSL_CFLAGS OPENSSL_LIBS CRYPT_LIBS PASSCRYPT_KEY GTK_CONFIG GTK_CFLAGS GTK_LIBS ASPELL ASPELL_CFLAGS ASPELL_LIBS ASPELL_PATH ac_cv_enable_crash_dialog 
COMPFACE_LIBS PTHREAD_LIBS LDAP_LIBS JPILOT_LIBS GPGME_CONFIG GPGME_CFLAGS GPGME_LIBS STARTUP_NOTIFICATION_CFLAGS STARTUP_NOTIFICATION_LIBS BUILD_TRAYICON_PLUGIN_TRUE BUILD_TRAYICON_PLUGIN_FALSE 
BUILD_SPAMASSASSIN_PLUGIN_TRUE BUILD_SPAMASSASSIN_PLUGIN_FALSE BUILD_PGPMIME_PLUGIN_TRUE BUILD_PGPMIME_PLUGIN_FALSE GTK_MATH_VIEW_CFLAGS GTK_MATH_VIEW_LIBS BUILD_MATHML_VIEWER_PLUGIN_TRUE 
BUILD_MATHML_VIEWER_PLUGIN_FALSE GDK_PIXBUF_CONFIG GDK_PIXBUF_CFLAGS GDK_PIXBUF_LIBS IMLIB_CONFIG GDK_IMLIB_CFLAGS GDK_IMLIB_LIBS BUILD_IMAGE_VIEWER_PLUGIN_TRUE BUILD_IMAGE_VIEWER_PLUGIN_FALSE 
BUILD_DILLO_VIEWER_PLUGIN_TRUE BUILD_DILLO_VIEWER_PLUGIN_FALSE BUILD_DEMO_PLUGIN_TRUE BUILD_DEMO_PLUGIN_FALSE CLAMAV_LIBS BUILD_CLAMAV_PLUGIN_TRUE BUILD_CLAMAV_PLUGIN_FALSE LIBOBJS LTLIBOBJS'
-+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir 
sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host 
host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh 
STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAJOR_VERSION MINOR_VERSION MICRO_VERSION EXTRA_VERSION GNOME_CONFIG gnomedatadir 
SYLPHEED_GNOME_TRUE SYLPHEED_GNOME_FALSE LT_RELEASE LT_CURRENT LT_REVISION LT_AGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include 
am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S CPP LEX LEXLIB LEX_OUTPUT_ROOT YACC EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS 
ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBICONV LTLIBICONV MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE ALLOCA GLIBC21 INTLBISON 
BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB localedir manualdir faqdir GLIB_CONFIG 
GLIB_CFLAGS GLIB_LIBS OPENSSL_CFLAGS OPENSSL_LIBS CRYPT_LIBS PASSCRYPT_KEY GTK_CONFIG GTK_CFLAGS GTK_LIBS ASPELL ASPELL_CFLAGS ASPELL_LIBS ASPELL_PATH ac_cv_enable_crash_dialog COMPFACE_LIBS 
PTHREAD_LIBS LDAP_LIBS JPILOT_LIBS GPGME_CONFIG GPGME_CFLAGS GPGME_LIBS PKG_CONFIG STARTUP_NOTIFICATION_CFLAGS STARTUP_NOTIFICATION_LIBS BUILD_TRAYICON_PLUGIN_TRUE BUILD_TRAYICON_PLUGIN_FALSE 
BUILD_SPAMASSASSIN_PLUGIN_TRUE BUILD_SPAMASSASSIN_PLUGIN_FALSE BUILD_PGPMIME_PLUGIN_TRUE BUILD_PGPMIME_PLUGIN_FALSE GTK_MATH_VIEW_CFLAGS GTK_MATH_VIEW_LIBS BUILD_MATHML_VIEWER_PLUGIN_TRUE 
BUILD_MATHML_VIEWER_PLUGIN_FALSE GDK_PIXBUF_CONFIG GDK_PIXBUF_CFLAGS GDK_PIXBUF_LIBS IMLIB_CONFIG GDK_IMLIB_CFLAGS GDK_IMLIB_LIBS BUILD_IMAGE_VIEWER_PLUGIN_TRUE BUILD_IMAGE_VIEWER_PLUGIN_FALSE 
BUILD_DILLO_VIEWER_PLUGIN_TRUE BUILD_DILLO_VIEWER_PLUGIN_FALSE BUILD_DEMO_PLUGIN_TRUE BUILD_DEMO_PLUGIN_FALSE CLAMAV_LIBS BUILD_CLAMAV_PLUGIN_TRUE BUILD_CLAMAV_PLUGIN_FALSE LIBOBJS LTLIBOBJS'
- ac_subst_files=''
- 
- # Initialize some variables set by options.
-@@ -1197,7 +1197,7 @@
-     else
-       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
-     fi
--    cd "$ac_popdir"
-+    cd $ac_popdir
-   done
- fi
- 
-@@ -2751,7 +2751,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -2809,7 +2810,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -2925,7 +2927,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -2979,7 +2982,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3024,7 +3028,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3068,7 +3073,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3320,7 +3326,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3374,7 +3381,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3840,7 +3848,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
--       { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -3906,7 +3915,8 @@
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&



Home | Main Index | Thread Index | Old Index