pkgsrc/mail/libetpan/patches/patch-configure.ac
nros 8055227b41 Update libetpan to version 1.7.2.
patch-src_low-level_smtp_mailsmtp.c has been
removed this change is included in this release.

Changelog:
1.7.2:
    Fixed so name for Linux

1.7:
Build
    Fixed expat / curl detection
    Fix build on OpenIndiana
    Support for Berkeley DB 6.0
    Support for Bitcode (Apple)
    Build for Android
    Improved build for Windows

General
    Support for socks proxy
    API for partial base64 parsing

SMTP
    Ability to cancel SMTP operations
    Fixed logging privacy with OAuth2 on smtp

IMAP
    Broken date parsing
    Improved latest TLS/SSL support
    IMAP MOVE implemented
    workaround for XLIST on cyon.ch
    Added ability to send custom IMAP command support
    Workaround for qq.com IMAP server
    Workaround for 163 IMAP server
    Improved SEARCH compatibility
2016-09-03 17:56:37 +00:00

13 lines
672 B
Text

$NetBSD: patch-configure.ac,v 1.2 2016/09/03 17:56:37 nros Exp $
Conversion of patch-ab to configure.ac
--- configure.ac.orig 2016-05-26 05:27:47.000000000 +0000
+++ configure.ac
@@ -395,7 +395,7 @@ dnl Look for db3 or superior with db_cre
case "$DBVERS" in
3)
AC_MSG_RESULT([version 3.x or above])
- for lib in db-6.0 db-5.3 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
+ for lib in db6 db5 db4 db3 db; do
if test "x$DBLINKED" = "x0"; then
dnl AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
dnl installations of libdb4 function names are defined in db.h