head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.24 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.22 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.20 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.18 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.16 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.14 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.12 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.10 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.8 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.6 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.4 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.2 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.6.0.12 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.10 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.8 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.6 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.4 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.2 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.8 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.1.1.0.4 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2007.09.20.20.50.58; author wiz; state dead; branches; next 1.6; 1.6 date 2006.02.11.14.17.51; author joerg; state Exp; branches; next 1.5; 1.5 date 2006.02.08.18.25.24; author drochner; state dead; branches; next 1.4; 1.4 date 2005.06.26.18.45.44; author jmmv; state Exp; branches; next 1.3; 1.3 date 2004.07.23.15.09.57; author recht; state dead; branches; next 1.2; 1.2 date 2004.03.31.12.37.00; author recht; state Exp; branches; next 1.1; 1.1 date 2003.04.27.00.42.58; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.04.27.00.42.58; author rh; state Exp; branches; next ; desc @@ 1.7 log @Move balsa2 to balsa, to make directory name match PKGNAME. @ text @$NetBSD: patch-aa,v 1.6 2006/02/11 14:17:51 joerg Exp $ --- configure.orig 2006-02-11 13:51:23.000000000 +0000 +++ configure @@@@ -23041,7 +23041,7 @@@@ if test "${ac_cv_lib_esmtp_smtp_start_se echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@@@ -23100,7 +23100,7 @@@@ fi echo "$as_me:$LINENO: result: $ac_cv_lib_esmtp_smtp_start_session" >&5 echo "${ECHO_T}$ac_cv_lib_esmtp_smtp_start_session" >&6 if test $ac_cv_lib_esmtp_smtp_start_session = yes; then - LIBS="$LIBS -lesmtp -lpthread" + LIBS="$LIBS -lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" else { { echo "$as_me:$LINENO: error: *** You enabled ESMTP but esmtp library is not found." >&5 echo "$as_me: error: *** You enabled ESMTP but esmtp library is not found." >&2;} @ 1.6 log @Fix ESMTP configure test by not hard-wiring -lpthread. Fix compilation with newer PCRE versions. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @update to 2.3.10 Major changes with respect to 2.2.6 include: require GTK+ >= 2.4.0 new address completion widget. new themeable icon scheme. new composer attachment handling widget. migrate from GnomeFileEntry to GtkFileChooser. IMAP IDLE support. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2005/06/26 18:45:44 jmmv Exp $ d3 1 a3 1 --- configure.orig 2004-11-20 21:58:50.000000000 +0100 d5 18 a22 67 @@@@ -20726,7 +20726,7 @@@@ echo "$as_me:$LINENO: result: $use_gtkht echo "${ECHO_T}$use_gtkhtml" >&6 if test x"$use_gtkhtml" = xyes ; then - if $PKG_CONFIG --exists libgtkhtml-3.1 ; then + if $PKG_CONFIG --exists libgtkhtml-3.6 ; then succeeded=no @@@@ -20782,14 +20782,14 @@@@ fi PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo "$as_me:$LINENO: checking for - libgtkhtml-3.1 + libgtkhtml-3.6 " >&5 echo $ECHO_N "checking for - libgtkhtml-3.1 + libgtkhtml-3.6 ... $ECHO_C" >&6 if $PKG_CONFIG --exists " - libgtkhtml-3.1 + libgtkhtml-3.6 " ; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@@@ -20798,7 +20798,7 @@@@ echo "${ECHO_T}yes" >&6 echo "$as_me:$LINENO: checking HTML_CFLAGS" >&5 echo $ECHO_N "checking HTML_CFLAGS... $ECHO_C" >&6 HTML_CFLAGS=`$PKG_CONFIG --cflags " - libgtkhtml-3.1 + libgtkhtml-3.6 "` echo "$as_me:$LINENO: result: $HTML_CFLAGS" >&5 echo "${ECHO_T}$HTML_CFLAGS" >&6 @@@@ -20806,7 +20806,7 @@@@ echo "${ECHO_T}$HTML_CFLAGS" >&6 echo "$as_me:$LINENO: checking HTML_LIBS" >&5 echo $ECHO_N "checking HTML_LIBS... $ECHO_C" >&6 HTML_LIBS=`$PKG_CONFIG --libs " - libgtkhtml-3.1 + libgtkhtml-3.6 "` echo "$as_me:$LINENO: result: $HTML_LIBS" >&5 echo "${ECHO_T}$HTML_LIBS" >&6 @@@@ -20816,7 +20816,7 @@@@ echo "${ECHO_T}$HTML_LIBS" >&6 ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. HTML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - libgtkhtml-3.1 + libgtkhtml-3.6 "` echo $HTML_PKG_ERRORS fi @@@@ -20833,10 +20833,10 @@@@ echo "${ECHO_T}$HTML_LIBS" >&6 : else { { echo "$as_me:$LINENO: error: Library requirements ( - libgtkhtml-3.1 + libgtkhtml-3.6 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 echo "$as_me: error: Library requirements ( - libgtkhtml-3.1 + libgtkhtml-3.6 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} { (exit 1); exit 1; }; } fi @ 1.4 log @Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION. Idea from wiz@@ to let us remove gtkhtml3. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update to balsa-2.2.0 * Balsa-2.2.0 release. Release date 2004-07-06 - fix 143322, 143263, 145701. - GPGME updates. - GSSAPI IMAP authentication. - more build fixes. * Balsa-2.1.91 release. Release date 2004-07-06 - multiple build fixes. - few crashes fixed. * Balsa-2.1.90 release. Release date 2004-07-03 - mailbox scanning improvements. - Edit/Find UI more user-friendly. - message filtering fixes. - reset TLS status of broken IMAP sessions. * Balsa-2.1.3 release. Release date 2004-05-22 - GPGME fixes. - Reduce memory usage of local mailbox drivers. - numerous i18n fixes. - more careful error checking. - user configuration of TLS, APOP settings to work around broken servers. * Balsa-2.1.2 release. Release date 2004-04-05 - POP3 with TLS and PIPELINING. - mbox driver performance improvements. - numerous other performance improvements. - filters reenabled. - memory leaks plugged. * Balsa-2.1.1 release. Release date 2004-02-29 Numerous fixes, most prominent are: - reduce memory usage of mbox driver. - major cleanup of local and remote drivers. - searching re-enabled again. - SSL/TLS re-enabled again. - Use bonobo to bring up already running instances. * Balsa-2.1.0 release. Release date 2004-01-11 - entirely new backend and message index. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2004/03/31 12:37:00 recht Exp $ d3 67 a69 4 --- libmutt/configure.orig 2004-03-29 00:00:08.000000000 +0200 +++ libmutt/configure 2004-03-31 14:07:35.000000000 +0200 @@@@ -10512,7 +10512,7 @@@@ echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;} d71 1 a71 6 fi - if pkg-config openssl >& /dev/null; then + if pkg-config openssl > /dev/null 2>&1 ; then echo here LDFLAGS="$LIBS `pkg-config --libs openssl`" CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS" @ 1.2 log @update to 2.0.17 changes: - build on GNOME-2.6 - fix some GPGME interaction problems. - yet another set of minor fixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- libmutt/configure.orig 2003-03-22 19:26:17.000000000 +1000 +++ libmutt/configure @@@@ -9873,7 +9873,7 @@@@ if test "${with_ssl+set}" = set; then @ 1.1.1.1 log @Initial import of balsa-2.0.10, a GNOME2 EMail client. This is the pkgsrc-wip version with bugfixes from Juan RP. @ text @@