228 Commits

Author SHA1 Message Date
sthen
8e37afe9ca Mutt has sanity checks for header cache structs, but doesn't use base types
when it calculates its hash. Give it some extra text so it knows that time_t
has changed so it can correctly invalidate old header caches.
2013-08-23 16:40:29 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
sthen
7d091d0e89 add a comment saying where the trashfolder patch comes from 2013-03-14 10:16:06 +00:00
sthen
547207e096 add the trashfolder patch to mutt/snapshot, req'd by aja. 2013-03-14 10:14:10 +00:00
sthen
ea1e7b8d87 PERMIT_* 2013-03-11 12:17:36 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
sthen
0faf9405d3 bump; make sure people get updated packages now that cyrus-sasl is fixed 2011-09-29 09:38:13 +00:00
sthen
a5ba2728ca fix bad .so for muttbug(1) manual; pointed out by patrick keshishian 2011-09-12 20:32:18 +00:00
sthen
2847da92d2 move ftp.mutt.org to the top of the list, and let peek-ftp work for snapshot 2011-05-04 07:49:40 +00:00
sthen
3fc575c8db add a comment reminding me why this isn't using sourceforge MASTER_SITES 2011-05-04 07:47:22 +00:00
sthen
bcdfe3675f Bump EPOCHs, we previously had a 1.4.2i version which doesn't fit with
the usual version comparison. Noticed by naddy@ in i386 bulk pkg build with
older PLIST_DB files.
2011-04-26 14:04:05 +00:00
sthen
45ac9162c9 i said _remove_ unneeded patches, not make them zero bytes! :) 2011-04-16 09:16:12 +00:00
sthen
221b808ba2 remove unneeded patches (NULL casts) 2011-04-16 09:00:44 +00:00
sthen
3c1600e6d4 use correct autoconf; from Brad 2011-03-28 16:19:45 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
espie
e929ba7078 fix some WANTLIB we missed 2010-11-11 19:46:30 +00:00
naddy
f3c987ac03 tbl(1) is no longer in /usr/bin 2010-10-22 17:00:20 +00:00
jsg
521279458c no need to link libdes for kerberos
ok sthen@
2010-10-18 20:29:53 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
sthen
30de05b08a add patches from upstream repo;
- fix segfault when $message_cachedir is set and opening a POP3 mailbox.
- RFC2047 encode/decode the group name in an address list.
2010-10-02 01:22:12 +00:00
sthen
3569a326e4 update Mutt to 1.5.21 2010-09-15 18:42:38 +00:00
sthen
1e1a4b8dc8 - update the sidebar/compressed patches to work with this snapshot.
- new LIB_DEPENDS/REVISION.
- switch to a newer snapshot pulled from the repo, rolling in the
upstream patches.

requested by edd@. thanks to jasper@, landry@, pea@ for testing.
2010-09-08 09:57:28 +00:00
dcoppa
7c9020055c Fix bug in imap_keepalive() which erroneously free Context when the
IMAP connection is shut down by the server.

From upstream, via edd@

OK espie@
2010-08-09 09:54:14 +00:00
sthen
28a86041d8 Remove a couple of pointless hunks from the patch. Spotted by dcoppa@ 2010-05-18 08:31:02 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
46be77c869 +snapshot,compressed,sidebar,sasl,slang
I'd like to get an slang flavour built by default and todd uses
this set of options.
2009-10-14 15:45:47 +00:00
sthen
35ad27af80 Add a patch for mutt ticket #3296, IMAP header cache misbehaves on sparc64.
Bump PKGNAME.
2009-07-29 20:26:45 +00:00
sthen
e16b2f90e2 Add MASTER_SITE_SOURCEFORGE, they are now mirroring most Mutt versions. 2009-07-28 09:21:24 +00:00
sthen
0e74d2dca5 iff the variable DEBUG is set, add --enable-debug to configure args. 2009-06-20 10:20:09 +00:00
sthen
3809e2b321 don't try and free a static buffer, avoiding a segfault with unmailboxes;
regression since 1.5.19. From Mutt upstream.
2009-06-19 21:35:37 +00:00
sthen
70a298fcd2 dhill@ had a crash with smtp_url specifying a port (I added one diff
but another followed); update the relevant file to the newer revision,
fixing the problem. ok dhill@
2009-06-19 21:28:24 +00:00
sthen
7a418f67c2 - bug-fix and SECURITY update to 1.5.20; fixes CVE-2009-1390 (X.509
Certificate Chain Security Bypass vulnerability).

- added a couple of post-1.5.20 patches from upstream for regressions

- cleanup the port's handling of sample config files

testing by Simon Kuhnle, Edd Barrett, testing and ok landry@.
2009-06-16 09:37:19 +00:00
sthen
99562abb70 ..hot on the heels of the last one, another update to the sidebar patch,
makes Maildir folders work better. bump PKGNAME.
2009-05-22 15:21:25 +00:00
sthen
0b4d874bea Terry Chan rolled patches/sidebar-buffy_c into the sidebar patch upstream;
no need to maintain it separately here now. No package change -> no bump.
2009-05-22 08:00:58 +00:00
sthen
9d293526b8 I added DIST_SUBDIR to collect the patches into one place but forgot
to regen stable distinfo. Pointed out by Markus Lude, thanks!
2009-04-20 12:45:59 +00:00
sthen
075b497e2e update to 1.5.19 and take MAINTAINER. thanks to Simon Kuhnle,
landry@ and Brad for testing various versions of this diff.

ok landry@ after a few rounds of pain with Maildir and the sidebar
patch, eventually resulting in snapshot/patches/sidebar-buffy_c.
2009-04-20 07:43:21 +00:00
todd
96efd786f4 corrects builds where MACHINE != MACHINE_ARCH (WRKDIST vs WRKSRC) 2008-09-02 18:35:57 +00:00
sthen
a51d7d839c Fix problem reported by naddy@: the sidebar patchset is only for snapshot,
so move it out of Makefile.inc and fix stable/distinfo. Bump not necessary.

ok naddy
2008-05-22 14:40:12 +00:00
sthen
da08eef7b1 update to 1.5.18, tested by many. ok merdely 2008-05-21 13:46:19 +00:00
bernd
76ec27bad0 Some cleanup of the mutt Makefile's. Moving the common
WANTLIB stuff to Makefile.inc. Sorting the CONFIGURE_ARGS
options. Having the stable release of mutt use the appropriate
version of autoconf.

from brad@
2008-05-09 17:46:51 +00:00
okan
51bb21b6fa fix "garbled characters" issue in imap rename, as reported by marco@
"get it in" sthen@, ok merdely@
2008-02-06 15:01:56 +00:00
sthen
df4efa83a9 Update Mutt to 1.5.17, fix WANTLIB for 1.5.xx (adding qdbm in 1.5.16
brought in a dependency on libz).

feedback/ok bernd@, simon@
2007-11-11 10:09:43 +00:00
merdely
8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
todd
d261a59fd7 different snapshot flavors to be built, to match actual usages
general concensus
2007-07-26 14:38:24 +00:00
todd
21157cc553 +snapshot,sasl 2007-07-19 00:19:28 +00:00
todd
09d3999f72 add sasl flavor to mutt
this works for me, tested by me and others, from brad
2007-07-19 00:18:12 +00:00