diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-10 22:05:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-10 22:05:38 +0000 |
commit | 565b1b552e2e6af5957fb63d719181a12a03cef9 (patch) | |
tree | 02ba8b9deec78925bf1f9fabe736047db112ce34 /mail/dovecot2 | |
parent | e99856e3e5e93b13b849183684d434cf70b978c5 (diff) | |
download | pkgsrc-565b1b552e2e6af5957fb63d719181a12a03cef9.tar.gz |
Remove unneeded patch, confirmed by adam.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/distinfo | 3 | ||||
-rw-r--r-- | mail/dovecot2/patches/patch-aj | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 164dc50ebc7..a9c17378d6c 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.47 2014/10/10 00:13:23 gdt Exp $ +$NetBSD: distinfo,v 1.48 2014/10/10 22:05:38 wiz Exp $ SHA1 (dovecot-2.2.13.tar.gz) = ee8efc77cb9d502dc416ae4fba242adc5f01c163 RMD160 (dovecot-2.2.13.tar.gz) = 64c0dc156b5661037721dde7436013f95a024e2e @@ -7,6 +7,5 @@ SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 SHA1 (patch-ae) = 51d8cb998cc2ded8bfc767710e465b752c50e656 SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498 -SHA1 (patch-aj) = 9e7970d29d11c097b9588ad16611f6d0e48235c2 SHA1 (patch-src_plugins_quota_quota-fs.c) = aa4865214cab4cbde1e04dc578ee394f97103185 SHA1 (patch-src_plugins_quota_quota-fs.h) = 068b5f418f1354233805e2f7230b95e7a9c407b4 diff --git a/mail/dovecot2/patches/patch-aj b/mail/dovecot2/patches/patch-aj deleted file mode 100644 index 935cd72f279..00000000000 --- a/mail/dovecot2/patches/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 2010/11/05 12:00:39 adam Exp $ - ---- src/lib/lib.h.orig 2010-11-05 08:41:11.000000000 +0000 -+++ src/lib/lib.h -@@ -6,6 +6,10 @@ - # include "config.h" - #endif - -+#ifdef __APPLE__ -+#include <crt_externs.h> -+#endif -+ - /* default system includes - keep these at minimum.. */ - #include <stddef.h> /* Solaris defines NULL wrong unless this is used */ - #include <string.h> /* strcmp() etc. */ |