summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
AgeCommit message (Collapse)AuthorFilesLines
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.