Commit graph

74 commits

Author SHA1 Message Date
grant
f63811400c update to 1.3.99 2002-05-04 00:37:02 +00:00
yyamano
bf350c077a Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-03-30 13:12:28 +00:00
tron
a32fef23ec Update "mutt-devel" package to version 1.3.28. Changes since version
1.3.27:
- bug fixes
- improved SMIME handling
- update translations
2002-03-13 14:50:08 +00:00
jlam
6fce238937 * Use the general INSTALL/DEINSTALL scripts
* 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-30 23:05:45 +00:00
tron
6c8ef8f2a9 Upate "mutt-devel" package to version 1.3.27. This version fixes the SSL
bug in version 1.3.26.
2002-01-25 14:15:59 +00:00
tron
360b48e030 Update "mutt-devel" package to version 1.3.26. This version fixes several
bugs found in version 1.3.25.
2002-01-18 15:04:59 +00:00
tron
bdc669d4de Update "mutt-devel" package to version 1.3.25i. Changes since 1.3.23i
include a fix for a remotely exploitable security hole, many bug fixes
and new threading code.
2002-01-02 09:07:45 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
tron
7c7d68c5c5 Add a new option "MUTT_USE_SLANG" to use the "slang" library instead of
"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-22 21:34:45 +00:00
tron
f71915f496 Downgrade the "mutt-devel" package to version 1.3.23. The new threading
code in 1.3.23.1 is not stable yet and can e.g. cause a segmentation fault.
2001-11-07 09:19:03 +00:00
tron
f41c77be15 Update "mutt-devel" package to lastest development version 1.3.23.1.
This version fixes several bugs found since version 1.3.21 including
the sendmail 8.12.x problem.
2001-11-01 16:10:41 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
tron
625bed539c Update "mutt-devel" package to lastest development version 1.3.21.
This version fixes several bugs found in 1.3.19 and 1.3.20.
2001-09-21 12:25:59 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
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-08-26 10:32:18 +00:00
tron
5bf044be0d Make sure that locale files get installed into the right directory under
Solaris.
2001-07-22 15:24:10 +00:00
tron
be4a87cf6b Update "mutt-devel" package to version 1.3.19i. A (very) detailed list of
the changes is available in the included file "share/doc/mutt/ChangeLog".
2001-07-22 13:37:12 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
jlam
8b0f693e36 Add back dependencies on automake and autoconf requested by tron. The build
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-30 14:49:57 +00:00
jlam
90f3dbf48c Convert to use buildlink.mk and mark as USE_BUILDLINK_ONLY. Move Muttrc
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-20 07:48:56 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
tron
3633f2cd8d Correct master site list. Problem pointed out by Valeriy E. Ushakov in
private e-mail.
2001-06-04 18:58:33 +00:00
tron
2f0408ea24 Import new "mutt-devel" package:
text-based MIME mail client with PGP support

This package replaces the "mutt-unstable" package.
2001-06-03 06:49:59 +00:00