summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20The patch for imap/browsetonio1-0/+29
2006-06-20Add fix for imap code from mutt's cvs repository:tonio2-3/+4
A malicious IMAP server could cause at least DoS Bomp PKGREVISION
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+9
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-06-12Add option "mutt-compressed-mbox", which includes the compressedjoerg2-3/+16
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-28/+28
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-11Use INSTALLATION_DIRS instead of creating directories at pre-install.jlam1-5/+2
2006-04-11Back out previous which just contained debug code.jlam1-2/+2
2006-04-11We currently set WRKDIR in bsd.prefs.mk but not WRKSRC, so definejlam2-5/+7
WRKSRC explicitly to it's default value before it is used in the exists() check just below it. This fixes the PLIST in the case where mutt_dotlock is installed. Bump the PKGREVISION to 4.
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
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-20include databases/db4/buildlink3.mk directly, since this is the only ↵tonio1-6/+5
accepted bdb
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-10-05add patch-aj: apply the same fix as upstream to fix PR 31466tonio3-3/+16
Thanks Jeff Ito for debugging this
2005-10-04Make sure perl is replaced where needed.tonio1-2/+3
This fixes first part of PR 31466
2005-10-04change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmitonio1-2/+2
2005-10-03Update mail/mutt-devel to 1.5.11tonio6-53/+32
Add support for Internationalized Domain Names (though disabled by default) This release features many bugfixes, ~h can match folded headers ~u match only suscribed lists, ~l all progress indication when uploading imap and pop messages This fixes PR 31451
2005-09-06patch-ad:1.7 removes the need to pre-create the samples symlink in thejlam1-6/+1
doc directory for installation.
2005-09-03Update mutt-devel to 1.5.10tonio7-23/+82
This release contains many bug fixes for imap support and gpg support. Change maintainer, i will take this one Approved by cube@ Adding patch-ae fixing PR 30981 the same patch was comitted to mutt's cvs HEAD http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64
2005-09-03Fix detection of Berkeley db4 if /usr/include/db.h exists and happensjlam3-2/+33
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4.
2005-08-20Fix the PLIST to include the share/doc/mutt/samples symlink and thejlam4-9/+14
mmdf manpage, but rename the manpage to mutt-mmdf.5 so as not to conflict with the one from news/tin. Bump the PKGREVISION to 1.
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-08-02Rename the option hcache to mutt-hcache, since it is only relevant to the ↵tonio1-3/+3
mutt package
2005-08-02* update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)tonio6-75/+44
Main changelog entries are a function "rename-mailbox", better imap handling (do not lose flags when uploading to an imap mailbox), and integration of header cache patch. Added option "hcache" to enable header cache (adds a dependancy to db4) Approved by wiz@
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
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-02-24Add RMD160 digests.agc1-1/+2
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-13/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-17/+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-12Avoid using ncurses functions when using S-Lang as the curses library.jlam2-1/+28
Fix from PR pkg/26758 by Holger Weiss.
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-05Move the setting of default options out of the section that will be deletedjlam1-2/+2
that will be deleted in the future.
2004-08-05Add localedir definition so that locale files are installed in the rightjlam2-5/+22
place when USE_PKGLOCALEDIR is set.
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam2-3/+3
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
2004-08-03Check for "ncurses" in PKG_OPTIONS rather than "slang" when deciding whethersketch1-2/+2
to build with ncurses support or not.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam1-30/+15
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-23Move options-related lines to Makefile.options.jlam2-3/+3
2004-07-21Resurrect mail/mutt-devel and make it install mutt-1.5.6, the developmentjlam13-0/+410
version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support.
2002-05-29Remove the "mutt-devel" package which has been superseded by the lastesttron9-293/+0
version of the "mutt" package.
2002-05-04update to 1.3.99grant2-5/+5
2002-04-16Remove hardcoded path "/usr/bin" for "gpg" from "gpg.rc".tron2-1/+65
2002-03-30Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-03-13Update "mutt-devel" package to version 1.3.28. Changes since versiontron2-5/+5
1.3.27: - bug fixes - improved SMIME handling - update translations
2002-01-30* Use the general INSTALL/DEINSTALL scriptsjlam3-144/+9
* 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.