summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-01-30Remove -I$(includedir) from CPPFLAGS so that this package really isjlam2-1/+15
strongly-buildlinked.
2002-01-25Upate "mutt-devel" package to version 1.3.27. This version fixes the SSLtron2-5/+5
bug in version 1.3.26.
2002-01-18Update "mutt-devel" package to version 1.3.26. This version fixes severaltron2-5/+5
bugs found in version 1.3.25.
2002-01-02Update "mutt-devel" package to version 1.3.25i. Changes since 1.3.23itron5-35/+16
include a fix for a remotely exploitable security hole, many bug fixes and new threading code.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-22Add a new option "MUTT_USE_SLANG" to use the "slang" library instead oftron1-7/+14
"curses" because the first deals with resize better, especially under NetBSD 1.5/1.5.x. This change was suggested by Joe Abley in PR pkg/13630.
2001-11-07Downgrade the "mutt-devel" package to version 1.3.23. The new threadingtron3-6/+25
code in 1.3.23.1 is not stable yet and can e.g. cause a segmentation fault.
2001-11-01Update "mutt-devel" package to lastest development version 1.3.23.1.tron4-26/+7
This version fixes several bugs found since version 1.3.21 including the sendmail 8.12.x problem.
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-09-21Update "mutt-devel" package to lastest development version 1.3.21.tron3-8/+8
This version fixes several bugs found in 1.3.19 and 1.3.20.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-07-22Make sure that locale files get installed into the right directory undertron4-3/+33
Solaris.
2001-07-22Update "mutt-devel" package to version 1.3.19i. A (very) detailed list oftron5-33/+18
the changes is available in the included file "share/doc/mutt/ChangeLog".
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-30Add back dependencies on automake and autoconf requested by tron. The buildjlam1-3/+3
process of "mutt" invokes them always if they are present, and because this "devel" version is a snapshot of the development work it is always possible that the "configure" scripts and other automatically generated files are out of date. To be on the safe side, keep the dependencies there.
2001-06-20Convert to use buildlink.mk and mark as USE_BUILDLINK_ONLY. Move Muttrcjlam1-18/+39
and mime.types to ${PREFIX}/share/doc/mutt/samples and add DEINSTALL/INSTALL scripts to handle copying and removing them to and from ${PREFIX}/etc. Comment out unnecessary build dependencies on autoconf and automake. This file now looks very much like mutt/Makefile.
2001-06-20Move Muttrc and mime.types to ${PREFIX}/share/doc/mutt/samples and addjlam3-3/+128
DEINSTALL/INSTALL files to handle copying and removing them 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-06-04Correct master site list. Problem pointed out by Valeriy E. Ushakov intron1-2/+2
private e-mail.
2001-06-03Import new "mutt-devel" package:tron4-0/+153
text-based MIME mail client with PGP support This package replaces the "mutt-unstable" package.