summaryrefslogtreecommitdiff
path: root/mail/mutt
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-22Bump package revision change because of package list change.tron1-2/+2
2005-09-22Add "share/doc/mutt/samples" to package list.tron1-1/+3
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-29Honor CHGRP.minskim3-5/+15
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-28Remove Cyrus SASL 1.5.x support from mail/mutt. Users that require SASLjlam1-10/+2
support should install mail/mutt-devel instead.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-01apply patch from Jason Lingohr to add "buffy-size" option.grant1-2/+9
fixes PR pkg/28814.
2004-12-18drop unneeded parensgrant1-2/+2
2004-12-18ignore inttypes.h on irix 5 as it is known to conflict withgrant1-1/+5
sys/types.h. fixes PR pkg/28632 from Georg Schwarz.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-15/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-24The new wrapper script framework is much better at quoting strangejlam2-15/+1
arguments, and now correctly handles things like: CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" in configure scripts without problems. Remove the patches in both mail/mutt and mail/mutt-devel that worked around this limitation in the old buildlink3 wrappers.
2004-09-12Rename mail/mutt's SASL option to 'sasl1' so that setting USE_SASL2 injlam1-4/+4
/etc/mk.conf won't cause mutt to try to build using SASL (since it only supports SASLv1, which conflicts with SASLv2). This fixes PR pkg/26821 by Martin Husemann.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-18/+17
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Make the mail/mutt and mail/mutt-devel packages more closely resemble eachjlam9-201/+133
other to facilitate easier updates of the mail/mutt package when the next mutt is released. The changes to mail/mutt include: * convert mail/mutt to use bsd.options.mk * remove unnecessary patches and use subst.mk instead Approved by <tron>.
2004-07-17As an "overwrite" package, install mbox.5 as mutt-mbox.5 to avoidschmonz4-12/+18
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews" package, install with the original filename and let the sysadmin decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd by tron. While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
2004-07-07Spaces to tabs (no functional change).schmonz1-4/+4
2004-06-02Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-22Whitespace fix.snj1-1/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-20configure --without-wc-funcs on Solaris; without this all chars are printedbouyer1-1/+5
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-16Don't pass $(top_srcdir)/intl to the compiler. It's unneeded sincejlam2-1/+15
the mutt Makefiles already automatically add "intl" to the list of directories to search for headers, and it fixes breakage when the shell tries to execute "top_srcdir".
2004-03-10Update to 1.4.2.1: minor bugfix release.wiz2-5/+5
2004-03-01Because "mutt" work's fine with the "/bin/sh" in NetBSD 1.6 and abovetron1-3/+4
we don't need to use "/bin/ksh" any more.
2004-02-20Add RCS Id.wiz4-0/+4
2004-02-15Use buildlink3 framework.tron1-9/+8
2004-02-11Update "mutt" package to version 1.4.2. Changes since version 1.4.1:tron2-6/+5
This version fixes a buffer overflow that can be triggered by incoming messages. There are reports about spam that has actually triggered this problem and crashed mutt.
2004-02-02Repeat after me:tron8-79/+78
I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. [...]
2004-02-02Restore patch which got lost because it was illicitly bundled withtron2-2/+21
another patch.
2004-02-01Don't leak a file descriptor if a PGP signed e-mail is checked. Patchtron2-20/+20
supplied by David Laight in privat e-mail.
2004-01-28patch-ba:lukem4-3/+108
Change pgp_timeout so that the timeout counter is reset every time mail is sent. This makes pgp_timeout much more useful; rather than prompting you every pgp_timeout seconds for the passphrase, you only get prompted if pgp_timeout seconds have elapsed since you last sent email. From Ben Elliston. patch-bb: Add new boolean option - change_folder_next. If set, the `c' (change-folder) command selects the next unread mailbox in the mailboxes list from the current folder, rather than always going back to the start of the mailboxes list. From Simon Burge, with the buffy.c::mutt_buffy() fixes from me. Bump PKGREVISION. (ok-ed by agc@)
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-12explicitly remove the share/doc/mutt/examples symlink before linkinggrant1-1/+2
it again, as ln(1) on Solaris won't overwrite an existing file. noted by agc.
2003-12-11call ln with -f -s, not -fs.grant1-2/+2
2003-12-11Fix badly botched package list handling in case "mutt_dotlock" exists.tron1-3/+5
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-25add bin/mutt_dotlock to the PLIST if it is installed.grant1-1/+4
as observed on Darwin.
2003-09-16Sync PLIST with realityagc2-3/+4
Bump PKGREVISION to 2.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-10Remove "INCOMPAT_ICONV" definition because NetBSD's "iconv" implementationtron1-2/+1
should be fixed now.
2003-07-10Mark this package as incompatible with NetBSD's "iconv" library. Thistron1-1/+2
fixes PR pkg/22113 by Geoff C. Wing.