Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
$NetBSD: patch-aa,v 1.15 2010/09/07 19:12:03 adam Exp $
--- configure.orig 2010-08-21 20:53:36.000000000 +0000
+++ configure
@@ -16317,7 +16317,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se
$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
$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
$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
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.10 2010/09/07 19:12:03 adam Exp $
--- src/threads.h.orig 2009-08-30 09:03:26.000000000 +0000
+++ src/threads.h
@@ -23,6 +23,7 @@
#define __THREADS_H__
#include <unistd.h>
+#include <pthread.h>
/* FIXME: mailbox_lock is really an internal libbalsa mutex. */
extern pthread_mutex_t mailbox_lock;
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.4 2010/09/07 19:12:03 adam Exp $
--- sounds/Makefile.in.orig 2010-08-21 20:53:37.000000000 +0000
+++ sounds/Makefile.in
@@ -261,7 +261,7 @@ top_srcdir = @top_srcdir@
balsa_SOUNDS = startup.wav newmail.wav
balsasoundsdir = $(datadir)/sounds/balsa
balsasounds_DATA = $(balsa_SOUNDS)
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = ${prefix}/share/examples/balsa
soundlist_in_files = balsa.soundlist.in
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)
+20
View File
@@ -0,0 +1,20 @@
$NetBSD: patch-ag,v 1.6 2012/12/25 21:07:13 joerg Exp $
--- libbalsa/imap/imap-handle.c.orig 2010-08-13 19:15:36.000000000 +0000
+++ libbalsa/imap/imap-handle.c
@@ -16,11 +16,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
-#include "config.h"
#define _POSIX_C_SOURCE 199506L
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 520
#define _BSD_SOURCE 1
+#define _NETBSD_SOURCE
+
+#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-ak,v 1.3 2010/09/07 19:12:03 adam Exp $
--- libbalsa/misc.h.orig 2010-03-04 17:16:23.000000000 +0000
+++ libbalsa/misc.h
@@ -36,6 +36,7 @@
#endif
#if !USE_GREGEX
+# include <pcre.h>
# ifdef HAVE_PCRE
# include <pcreposix.h>
# else
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ba,v 1.4 2010/09/07 19:12:03 adam Exp $
--- libbalsa/address-book-ldap.c.orig 2009-05-23 07:02:12.000000000 +0000
+++ libbalsa/address-book-ldap.c
@@ -815,7 +815,7 @@ libbalsa_address_book_ldap_modify_addres
}
/* fall through */
default:
- fprintf(stderr, "ldap_modify for dn=\2%s\" failed[0x%x]: %s\n",
+ fprintf(stderr, "ldap_modify for dn=\"%s\" failed[0x%x]: %s\n",
dn, rc, ldap_err2string(rc));
}
} while(cnt++<1);