Import of pkgsrc-2014Q1
This commit is contained in:
+14
-14
@@ -1,31 +1,31 @@
|
||||
$NetBSD: patch-aa,v 1.15 2010/09/07 19:12:03 adam Exp $
|
||||
$NetBSD: patch-aa,v 1.16 2013/08/16 02:04:25 obache Exp $
|
||||
|
||||
--- configure.orig 2010-08-21 20:53:36.000000000 +0000
|
||||
--- configure.orig 2013-02-14 20:01:52.000000000 +0000
|
||||
+++ configure
|
||||
@@ -16317,7 +16317,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se
|
||||
@@ -15413,7 +15413,7 @@ if ${ac_cv_lib_esmtp_smtp_start_session+
|
||||
$as_echo_n "(cached) " >&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
|
||||
@@ -16390,7 +16390,7 @@ if test "${ac_cv_lib_esmtp_smtp_option_r
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -15455,7 +15455,7 @@ if ${ac_cv_lib_esmtp_smtp_option_require
|
||||
$as_echo_n "(cached) " >&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
|
||||
@@ -16473,7 +16473,7 @@ if test "${ac_cv_lib_esmtp_smtp_starttls
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -15502,7 +15502,7 @@ if ${ac_cv_lib_esmtp_smtp_starttls_set_p
|
||||
$as_echo_n "(cached) " >&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
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-ab,v 1.10 2010/09/07 19:12:03 adam Exp $
|
||||
$NetBSD: patch-ab,v 1.11 2013/08/16 02:04:25 obache Exp $
|
||||
|
||||
--- src/threads.h.orig 2009-08-30 09:03:26.000000000 +0000
|
||||
--- src/threads.h.orig 2011-09-20 18:42:48.000000000 +0000
|
||||
+++ src/threads.h
|
||||
@@ -23,6 +23,7 @@
|
||||
#define __THREADS_H__
|
||||
@@ -8,5 +8,5 @@ $NetBSD: patch-ab,v 1.10 2010/09/07 19:12:03 adam Exp $
|
||||
#include <unistd.h>
|
||||
+#include <pthread.h>
|
||||
|
||||
/* FIXME: mailbox_lock is really an internal libbalsa mutex. */
|
||||
extern pthread_mutex_t mailbox_lock;
|
||||
/* allocated in main.c */
|
||||
extern pthread_mutex_t checking_mail_lock;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-ac,v 1.4 2010/09/07 19:12:03 adam Exp $
|
||||
$NetBSD: patch-ac,v 1.5 2013/08/16 02:04:25 obache Exp $
|
||||
|
||||
--- sounds/Makefile.in.orig 2010-08-21 20:53:37.000000000 +0000
|
||||
--- sounds/Makefile.in.orig 2013-02-14 20:01:55.000000000 +0000
|
||||
+++ sounds/Makefile.in
|
||||
@@ -261,7 +261,7 @@ top_srcdir = @top_srcdir@
|
||||
@@ -303,7 +303,7 @@ top_srcdir = @top_srcdir@
|
||||
balsa_SOUNDS = startup.wav newmail.wav
|
||||
balsasoundsdir = $(datadir)/sounds/balsa
|
||||
balsasounds_DATA = $(balsa_SOUNDS)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-ba,v 1.4 2010/09/07 19:12:03 adam Exp $
|
||||
$NetBSD: patch-ba,v 1.5 2013/08/16 02:04:25 obache Exp $
|
||||
|
||||
--- libbalsa/address-book-ldap.c.orig 2009-05-23 07:02:12.000000000 +0000
|
||||
--- libbalsa/address-book-ldap.c.orig 2012-10-29 22:33:31.000000000 +0000
|
||||
+++ libbalsa/address-book-ldap.c
|
||||
@@ -815,7 +815,7 @@ libbalsa_address_book_ldap_modify_addres
|
||||
@@ -814,7 +814,7 @@ libbalsa_address_book_ldap_modify_addres
|
||||
}
|
||||
/* fall through */
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user