summaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30This package only supports "destdir" not "user-destdir" installation astron1-2/+2
it tries to change the group of the optional "mutt_dotlock" program.
2009-08-31Set license to "gnu-gpl-v2".tron1-1/+2
2008-05-25Fix indentation.tron1-2/+2
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-4/+3
through PLIST_SUBST to the plist module.
2008-02-22fix whitespacegdt1-2/+2
2008-02-21On *BSD, force sendmail to be /usr/sbin/sendmail, so that thegdt1-2/+9
mailwrapper sendmail is invoked, rather than finding pkgsrc postfix's /usr/pkg/sbin/sendmail. Systems not known to use mailwrapper remain as they were, although they probably have residual similar problems. (Perhaps mailwrapper support needs to be part of pkgsrc with a mk/mailwrapper.mk to force inclusion and also set a sendmail variable.) Discussed with tron@
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
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-03Added support for installation to DESTDIR.heinz1-5/+6
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-2/+1
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-05-27Update "mutt" package to version 1.4.2.3. The new version fixes thetron1-4/+2
security vulnerabilities reported in CVE-2007-1558 and CVE-2007-2683.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo1-2/+2
issues from mutt GIT repo. Bump PKGREVISION. ok <tron>
2006-11-02Don't mess with the share/doc/mutt/samples link in thejoerg1-2/+2
INSTALL/DEINSTALL scripts. Bump revision.
2006-11-01Make sure that a temporary has been opened with proper permissions.tron1-1/+2
That fixes the security problem reported in CVE-2006-5298.
2006-07-14Update "mutt" package to version 1.4.2.2. Changes since version 1.4.2.1:tron1-4/+3
- security fix for CVE-2006-3242 - minor tweak to satisfy modern compilers Note: Both changes were available in "pkgsrc" as patches already.
2006-06-20Add fix from the "mutt" CVS repository for a buffer overflow in thetron1-6/+9
IMAP code which could be exploited by a malicious IMAP server. Bump package revision.
2006-06-18Inserted an empty line after the SUBST block, for visual clarity.rillig1-1/+2
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam1-2/+1
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-05-22Fixed some pkglint warnings.rillig1-5/+4
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Optimizie substition handling of "mutt.man".tron1-18/+8
2006-04-11- Restore dynamic package list handling removed in revision 1.121 becausetron1-24/+33
the current code doesn't work properly with "make package". - Fix various problems reported by "pkglint".
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-01Because of an Interix bug involving fork and stderr, mutt fails to execben1-1/+2
sendmail, which prevents mutt from sending messages. patch-am works around this issue by postponing the closing of all file descriptors until after the fork.
2006-01-01When the mailpath is group-writable and not world-writable, theben1-1/+9
configure script sets bin/mutt_dotlock to install setgid mail. Interix installs the mail spool directory group writable and not world-writable, however the group is +Administrators. Interix does not install a group named mail, which causes the mutt install to fail. Fix this by replacing group mail with group +Administrators.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-26Mutt's fetch-mail function using pop3s would fail erroneously when theben1-2/+2
server does not report the TOP capability, which is optional and is not used by Mutt. This patch squelches the error and allows mutt to fetch mail from pop3s servers lacking TOP.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
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-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-29Honor CHGRP.minskim1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-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-08-05Make the mail/mutt and mail/mutt-devel packages more closely resemble eachjlam1-53/+53
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 avoidschmonz1-4/+7
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-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-10Update to 1.4.2.1: minor bugfix release.wiz1-2/+2
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-15Use buildlink3 framework.tron1-9/+8
2004-02-11Update "mutt" package to version 1.4.2. Changes since version 1.4.1:tron1-3/+2
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:tron1-2/+2
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. [...]