summaryrefslogtreecommitdiff
path: root/mail/mutt
AgeCommit message (Collapse)AuthorFilesLines
2002-01-30* Use the general INSTALL/DEINSTALL scriptsjlam3-145/+10
* Honor ${PKG_SYSCONFDIR} for the location of the config files (Muttrc, mime.types). * Rearrange lines slightly to minimize differences between mutt/Makefile and mutt-devel/Makefile to simplify updating mutt when the next release (1.4?) is released.
2002-01-02Update "mutt" package to version 1.2.5.1. The new version fixes a remotelytron2-5/+5
exploitable security hole.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam1-2/+1
gettext-lib/buildlink.mk file.
2001-10-18Add fix for mutt bug#828 (mail transport agent invoked without stdout andtron2-1/+20
stderr) to proactively avoid error messages with sendmail 8.12.x.
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-3/+5
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-12Use "cmp -s" instead of "diff -q" to compare configuration files becausetron1-2/+2
the later one doesn't work under Solaris.
2001-06-20Whitespace changes to make things line up nicely.jlam1-12/+12
2001-06-20Move sample Muttrc and mime.types to ${PREFIX}/share/doc/mutt/samples, andjlam3-3/+128
add DEINSTALL/INSTALL scripts to handle copying and removing those files to and from ${PREFIX}/etc.
2001-06-20Remove build dependencies on autoconf and automake. Convert to usejlam1-22/+40
buildlink.mk files and mark as USE_BUILDLINK_ONLY. Move sample Muttrc and mime.types files to ${PREFIX}/share/doc/mutt/samples, and ddd DEINSTALL/INSTALL scripts to handle copying and removing those files to and from ${PREFIX}/etc.
2001-06-20Remove explicit passing of -I$(includedir) to compiler during build.jlam3-1/+29
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+3
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-10PR 12890, from john heasley <heas@shrubbery.net>agc2-1/+19
Don't try to dereference a NULL pointer.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-22/+21
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-22/+22
"${LOCALBASE}".
2001-02-12Remove unnecessary "ALL_TARGET" and cleanup a bit.tron1-13/+12
2001-02-07Fix a few more paste-o's.fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-10Make LP64 fix work on Solaris.tron2-5/+13
2001-01-10"LOCALEBASE" gets defined in "bsd.pkg.mk" now.tron1-7/+2
2000-11-22fix last commit (add missing $)hubertf1-2/+2
2000-11-21Fix broken build on systems which use the "gettext-lib" package.tron1-3/+3
2000-11-09do not hardcode locale subdir to /usr/pkg/share/locale, or it will chokeitojun6-84/+6
on Solrais. add "MAKE_ENV+=LIBS=-lintl", as automake and reconfiguration will remove -lintl from Makefile.
2000-11-02more locale directory hardcoding. suggested by lamjitojun4-1/+69
2000-11-02hardcode internationalized message file direcotry to ${PREFIX}/share/locale.itojun3-3/+17
use USE_LIBINTL.
2000-11-02NEED_NCURSES check doesn't have to be below bsd.pkg.mk inclusion any morewiz1-5/+5
(still below bsd.prefs.mk inclusion, though)
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-29Update "mutt" package to version 1.2.5. Changes since version 1.2.4:tron2-4/+4
This release fixes at least one grave IMAP error which may lead to confusing display and other strangeness, and our instances of the "wuftpd format bug", which had (mostly) the effect that your IMAP server's operator could break into your computer with some work.
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-22/+5
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-28RCS policewiz2-2/+4
2000-07-10Add dependence on "gettext" package because the "mutt" binary might gettron1-1/+2
linked with the new shared "libintl".
2000-07-07Update "mutt" package to version 1.2.4i. This is just a bug fix release.tron2-4/+4
2000-06-22Fix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification.tron2-1/+25
2000-06-21Update "mutt" package to version 1.2.2i. This is just a bug fix release.tron4-15/+10
2000-06-14don't include bsd.prefs.mk twicewiz1-2/+1
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+3
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-06-09Make it compile on 1.4Y+ even if ncurses are installed.wiz1-2/+10
Pointed out by tron.
2000-06-08Use NetBSD's curses on 1.4Y+ instead of ncurseswiz1-2/+14
2000-05-20Tweak to match distribution.kim2-7/+7
2000-05-20This is the version of the "& expansion in pw_gecos" fix that will bekim8-61/+191
in future versions of mutt.
2000-05-20Make the SSL option work...kim1-7/+9
2000-05-20Make it possible to avoid SSL in mutt.kim1-3/+10
2000-05-20Expand & in pw_gecos.kim4-2/+67
2000-05-13Correct "RESTRICTED" entry.tron1-2/+2
2000-05-13Enable IMAP over SSL support.tron1-2/+5