Commit graph

145 commits

Author SHA1 Message Date
is
5e42117916 Replace loop around mktemp() (without error return checking) and mkdir()
with mkdtemp(), thus eliminating endless loop in case TMPDIR points to
a plain file.
2013-02-28 19:21:03 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
spz
2be3c62472 add USE_TOOLS=perl so it'll build with PKG_DEVELOPER=yes 2012-09-07 18:36:02 +00:00
tonio
deb6a61364 Add an option to use tokyocabinet as backend for mutt header cache 2012-08-28 20:15:41 +00:00
wiz
9668e3a1a8 Simplify previous: missing dependency was caused by other
part of the same chunk. Get rid of it.
If it returns, it must have a comment explaining why it's needed.
2012-03-12 14:35:58 +00:00
wiz
acdd5b0dac Add missing dependency. Now smime_keys.1 is not an empty file and mkmandb
should be happy.
Bump PKGREVISION.
Set LICENSE while here.
2012-03-12 14:24:18 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
jmmv
c56f60320f Restore information about optional patches. 2011-09-19 01:01:11 +00:00
is
74cdfcc78d Don't compile those functions when using slang - they're not needed
and using an in this case undefined helper function.
2011-07-06 06:24:37 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tron
d5ea43a43a Re-add information for optional files that "make mdi" happily removed.
Problem pointed out by wizd(8).
2011-02-03 14:53:08 +00:00
tron
664a57490e Add a patch from the "mutt" bug tracking system which works arround a bug
in Exchange 2010's IMAP server. Tested with Dovecot 2.0 and Exchange 2010.
2011-02-03 14:11:50 +00:00
tonio
88d4cefe39 Reenable mutt-sidebar and mutt-compressed-mbox options.
Use patch urls found by gls@
2010-12-20 14:03:39 +00:00
tonio
5afda29ea4 Update mail/mutt-devel to 1.5.21
1.5.21 (2010-09-15):
  + $mail_check_recent controls whether all unread mail or only new mail
    since the last mailbox visit will be reported as new
  + %D format expando for $folder_format
  ! $thorough_search defaults to yes
  + imap-logout-all closes all open IMAP connections
  ! header/body cache paths are always UTF-8
  + $wrap_headers to control outgoing message's header length
  + all text/* parts can be displayed inline without mailcap
  + send-hooks now run in batch mode; previously only send2-hooks ran.
2010-11-07 14:52:47 +00:00
adam
6109aa350c Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
adam
99a09c94f0 Fix building with db5; revision bump for db4 update 2010-06-02 13:14:47 +00:00
tonio
ee3aa62b1b Correctly disable idn when option idn is not set.
Thanks spz for the note !
2010-04-15 19:36:32 +00:00
drochner
181b9cfd19 don't insist in USE_NCURSES in the ncursesw case -- NetBSD's should
be good enough
2010-02-25 18:48:01 +00:00
ghen
699cb7638e When using the ncursesw option, set USE_NCURSES to force the real ncursesw,
NetBSD's built-in curses is not sufficient.  See devel/ncursesw/builtin.mk.
2010-01-26 13:31:50 +00:00
wiz
4344dcb6e5 Add two patches from upstream bug tracking that fix MH box handling
that was broken in 1.5.20.

Tracked down by tonio@ with help from Antonio Radici.

Bump PKGREVISION.
2009-09-13 22:47:30 +00:00
wiz
f97477c19b Fix build with openssl in current.
Ok tonio@
2009-08-27 10:38:19 +00:00
apb
79835b2355 Add two patches:
* On some systems, curses.h defines TRUE and FALSE, so conditionalise
  them in lib.h to avoid compiler complaints about duplicate definitions.
* mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h,
  so include those headers fom mutt_curses.h.

These patches allow mutt-devel to build on NetBSD-5.99.15.

Bump PKGREVISION to 1.
2009-08-10 14:18:12 +00:00
tonnerre
5e3725e53c Use mutts builtin mutt_curses.h to discover the correct curses header.
Fixes PR 41790.
2009-08-09 20:05:37 +00:00
hasso
d6e3c8552b Fix breakages introduced with previous commit. 2009-08-05 11:41:12 +00:00
tonnerre
7b8e22163b Ensure that we always have a mvchgat at hand. Fixes sidebar patch for
NetBSD < 5.99 and curses != ncurses.
2009-07-25 17:37:03 +00:00
tonio
be7d76cc45 Update mail/mutt-devel to 1.5.20
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

1.5.20 (2009-06-14):
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  + ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the "flagged" and "replied" flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir's mtime
  + <set-flag> and <clear-flag> work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.

Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.
2009-07-16 20:23:41 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
tonio
f790814a93 Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
2009-04-12 08:25:43 +00:00
joerg
d2b9b13d38 Add back compressed mbox option. 2009-03-23 00:24:31 +00:00
tonio
799c6f6ece Avoid crash with 64bit time_t.
From PR pkg/40548
2009-02-05 13:45:28 +00:00
tonio
5e410ed137 Install mutt_dotlock unconditionally
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
2009-01-27 19:50:33 +00:00
tonio
485e89e839 Update mail/mutt-devel to 1.5.19
User destdir mode instead of user-destdir: this make sure the package is
correctly created when mutt_dotlock is needed.

Mostly bugfixes in changelog, among them:
- Only install mutt_dotlock(1) if binary is installed.
- Allow for mail addresses longer than 256 characters.
- Make multipart decoding a little more forgiving.
- Make $move default to no instead of ask-no.
- Show more information about problematic SMIME signatures under gpgme.
- Improve gpgme SMIME uid display.
- Support displaying application/pgp-keys with GPGME.
- Verify hostname in (Open)SSL certificate validation.
- Make text/enriched handler multibyte aware.
- translation updates.

UPDATING:
+ support for SSL certificate chains
+ <what-key> function works in pager, too
+ support for tokyocabinet (qdbm successor)
! $move now defaults to "no" instead of "ask-no"
+ $imap_pipeline_depth controls the number of commands that mutt can issue
  to an IMAP server before it must collect the responses
+ $ssl_client_cert available with gnutls as well as openssl
+ 'mime_lookup application/octet-stream' added to system Muttrc
2009-01-26 22:35:02 +00:00
joerg
40b6e68cdd Fix path names in Muttrc (PR 40068). Bump revision. 2008-11-29 21:31:58 +00:00
wiz
b2f928e473 Solve a problem with illegal byte sequences, causing mutt hangs.
Patch from Takehiko NOZAKI in
http://mail-index.netbsd.org/current-users/2008/11/19/msg006092.html

Bump PKGREVISION.
2008-11-19 12:06:41 +00:00
sketch
4ab8cba857 Remove duplicate code. 2008-06-02 16:42:34 +00:00
joerg
e41a860523 Add back compress-mbox option and a note to not remove it again, but
just comment it out.
2008-05-25 14:30:42 +00:00
tonio
a53340810e Update mail/mutt-devel to 1.5.18
From the announce:
"Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and
performance enhancements since the release of 1.5.17, but I believe only
one new feature ($time_inc, for controlling the rate at which status updates
are displayed)."
2008-05-18 08:26:30 +00:00
tonio
2c2902faee Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt.

Suggested by Michael-John Turner
2008-04-26 11:11:15 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
855f3d9bd1 Use PKGVERSION_NOREV as base for the compressed mbox patch.
Add patchsum.
2008-03-08 14:28:32 +00:00
gdt
6275ff6cbe Match change to mail/mutt: force sendmail to /usr/sbin/sendmail on
*BSD to avoid configure picking up pkgsrc postfix sendmail path and
thus bypassing mailwrapper.
2008-02-22 01:16:58 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
cjs
def79e62d3 Add patch for change_folder_next option, which I stole from the patches
for mutt (non-devel).
2007-12-06 08:51:51 +00:00
wiz
36c45f6e86 Update to 1.5.17nb2:
Make smime_keys.pl work if .smime is in your home directory.
(mutt -Q reduces paths to ~, but smime_keys didn't expand that.)
Patch from Anon.
2007-12-03 16:47:25 +00:00
wiz
acaf112735 Mention some more features. 2007-11-25 14:57:44 +00:00
bjs
5267a21360 Add support for building with gpgme. Bump rev. 2007-11-08 21:56:00 +00:00
tonio
a7ee428adb Update mail/mutt-devel to 1.5.17
Changelog includes:
  ! --enable-exact-address works again
  + $message_cache_clean (clean cache on sync)
  + %P expando for $pager_format

  Improved autoconf code for bdb
  Large file support for mutt_pretty_size()
  bugfixes
2007-11-07 21:19:36 +00:00