The NetBSD Project

CVS log for pkgsrc/mail/nmh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / nmh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.118 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:58 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.117: +2 -2 lines
Diff to previous 1.117 (colored) to selected 1.8 (colored)

*: recursive bump for icu 74.1

Revision 1.117 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:47 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.8 (colored)

*: bump for openssl 3

Revision 1.116 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:42 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.115: +2 -1 lines
Diff to previous 1.115 (colored) to selected 1.8 (colored)

revbump after textproc/icu update

Revision 1.115 / (download) - annotate - [select for diffs], Sat Mar 11 18:16:17 2023 UTC (13 months, 1 week ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.114: +2 -3 lines
Diff to previous 1.114 (colored) to selected 1.8 (colored)

nmh: Update to 1.8

Changes:
===
1.8
===
Welcome to nmh, the new version of the classic MH mail handling system.
It's been nearly five years since the last release of nmh, and there have
been a number of significant changes since that last release.  Long-time
MH and nmh users should read carefully the NOTABLE CHANGES section, as
there are some significant changes to nmh behavior.  Otherwise, please
see the README and INSTALL files for help on getting started with nmh.

This release is dedicated to Norman Z. Shapiro, co-designer of the MH
Message Handling System.  MH is the predecessor of nmh.  Norm was an
active supporter of nmh development until he passed away in October of
2021.  We are most grateful to Norm for his stewardship of MH and nmh.
    https://en.wikipedia.org/wiki/Norman_Shapiro

For news of future releases, subscribe to the low-volume
    https://lists.nongnu.org/mailman/listinfo/nmh-announce

---------------
NOTABLE CHANGES
---------------

- Support for Content-MD5 header fields, MIME content cache functionality,
  and the message/partial MIME type have been removed.
- Gmail OAuth2/XOAUTH support for desktop applications has been effectively
  dropped, so nmh no longer supports it.  nmh support for Gmail API access
  is experimental, please post to nmh-workers@nongnu.org if you'd like to
  help with test and development.
- repl(1) -convertargs now allows editing of the composition draft between
  translation and any encoding of text content.  Because encoding can wrap
  long lines, the use of a paragraph formatter has been removed from
  mhn.defaults.

------------
NEW FEATURES
------------

- The default editor has been changed from 'vi' to 'prompter', to align with
  historical practice and reduce packaging dependencies on external programs.
- A new -checkbase64 switch has been added to mhfixmsg(1).
- inc(1)/msgchk(1) now support STARTTLS for the POP protocol.
- All TLS-supported protocols now will send the SNI (server name indicator)
  TLS extension.
- A new mh-format function %(ordinal) has been implemented to output the
  appropriate ordinal suffix for numbers.  Example: "%(num 22)%(ordinal)"
  will output "22nd".
- show and mhl now decode more addresses in header fields.
- Added warning from all programs that read the profile if the profile
  contains a post entry, which is ignored, but does not contain a
  postproc entry.  In other words, if you get this warning and want
  to suppress it, your options include:
  1) Remove your post profile entry.
  2) Make your post profile entry a comment by prepending it with the #:
     comment indicator.
  3) Add a postproc entry that points to the post that you use.  That can
     be viewed with "mhparam postproc".
- scan(1) -file argument can be a Maildir directory.
- Updated mhn.defaults to prefer mpv(1) over xv(1) and replace mpeg_play(1),
  and to use it for all video types, not just video/mpeg.  And prefer all
  other searched-for pdf viewers over acroread(1).
- Added mhshow-suffix-video.mp4 to mhn.defaults, for use by mhshow(1) and
  send(1).
- Removed support from mhn.defaults for application/x-ivs and text/richtext.
- Changed interpretation of argument to mhfixmsg(1) -decodeheaderfieldbodies
  switch to specify character set of the decoded field bodies.
- repl(1) -convertargs now allows editing of the composition draft between
  translation and any encoding of text content.
- install-mh(1) now enables the mh-draft(5) draft folder facility.

-----------------
OBSOLETE FEATURES
-----------------

- The generation and verification of a Content-MD5 field has been removed
  without deprecation.  The related -check and -nocheck options now error.
- The MIME content cache functionality has been mostly non-functional since
  the development on nmh, and consequently all of the content caching code
  and related switches (-cache/-rcache/-wcache) have been removed.
- Support for generating and reassembling message/partial messages has been
  removed; it seems that this has been broken since 1.5 and there is very
  little support across MUAs.
- Marked Gmail OAuth2/XOAUTH support as being unsupported.
- Support for the MHPDEBUG environment variable was removed.  It was
  deprecated in nmh 1.7.  The pick(1) -debug switch replaced it.
- The 'libdir' mhparam(1) component was removed.  It was deprecated in
  nmh 1.7, when it was replaced by a new 'libexecdir' component.

---------
BUG FIXES
---------

- Fixed bcc to work with sendmail/pipe, and better documented that dcc
  doesn't work with it [Bug 55700].
- An -attendee switch has been added to mhical(1), for use when more than one
  (or zero) attendees match a user's mailbox.
- Fixed inc(1) and %(me) function escape to not obey Local-Mailbox profile
  component.
- Fixed source charset in mhfixmsg textcharset verbose output.
- Fixed mhfixmsg charset determination of content added with -reformat.
- Fixed file descriptor leak in mhfixmsg when run on multiple input files.
- Fixed mhfixmsg(1) -decodeheaderfilebodies to support mixed encoded/undecoded.
- Fixed memory corruption in post(1) and inc(1) when using XOAUTH2,
  with 4 or more entries in the oauth-authservice file.
- Added alias expansion to From: address for use by sendfrom.
- Removed extra space added before header field bodies by dist(1) to $mhdraft.
- Fixed display of iCalendar object with multiple VEVENTS using a VTIMEZONE.
- Fixed allowable encodings with MIME message types to get closer to RFC 2046.
- Detect other files regardless of backup prefix [Bug #49476].
- Copy if hard link by refile(1) or send(1) fails with EACESS [Bug 56575].

Revision 1.114 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:38 2022 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored) to selected 1.8 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.113 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:29 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored) to selected 1.8 (colored)

revbump for icu and libffi

Revision 1.112 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:56 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.8 (colored)

revbump for boost-libs

Revision 1.111 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:58 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.8 (colored)

revbump for boost-libs

Revision 1.110 / (download) - annotate - [select for diffs], Fri May 22 10:56:20 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.8 (colored)

revbump after updating security/nettle

Revision 1.109 / (download) - annotate - [select for diffs], Wed May 6 14:04:47 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.8 (colored)

revbump after boost update

Revision 1.108 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:24 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.8 (colored)

*: recursive bump for libffi

Revision 1.107 / (download) - annotate - [select for diffs], Sat Jan 18 23:32:48 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored) to selected 1.8 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.106 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:51 2020 UTC (4 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored) to selected 1.8 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:30 2020 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (colored) to selected 1.8 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.104 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:28 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored) to selected 1.8 (colored)

Recursive revbump from boost-1.71.0

Revision 1.103 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:31 2019 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.8 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.102 / (download) - annotate - [select for diffs], Wed Jul 10 17:53:38 2019 UTC (4 years, 9 months ago) by sevan
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored) to selected 1.8 (colored)

Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't
include it.

Revision 1.101 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:30 2019 UTC (4 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.8 (colored)

Recursive revbump from boost-1.70.0

Revision 1.100 / (download) - annotate - [select for diffs], Thu Dec 13 19:52:08 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.8 (colored)

revbump for boost 1.69.0

Revision 1.99 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:59 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.8 (colored)

revbump after boost-libs update

Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 4 17:53:33 2018 UTC (5 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.97: +5 -2 lines
Diff to previous 1.97 (colored) to selected 1.8 (colored)

nmh: Add mhshow.marker, scan.curses and scan.highlighted to CONF_FILES

All of them were accidentally omitted during the nmh-1.6 update on Sep 2014
as part of PR pkg/49166, sorry!

(spotted by reading mhshow(1) man page)

Revision 1.97 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:51 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.96: +2 -1 lines
Diff to previous 1.96 (colored) to selected 1.8 (colored)

revbump for boost-libs update

Revision 1.96 / (download) - annotate - [select for diffs], Fri Mar 9 09:05:37 2018 UTC (6 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.95: +1 -2 lines
Diff to previous 1.95 (colored) to selected 1.8 (colored)

nmh: Update mail/nmh to 1.7.1

pkgsrc changes:
 - Update patch-ca to avoid patching unused by pkgsrc `uninstall-*'
   targets (not needed) and adjust `installdirs' target to create
   `egdir' (`share/examples/nmh')

Changes:
1.7.1
-----
1.7.1 is a patch release for 1.7, and includes fixes to a number of
significant bugs we have discovered since releasing 1.7.  Specifically,
this release includes the following bug fixes:

 - A significant memory leak in scan(1)
 - rcvdist(1) not passing arguments to post(8) correctly
 - Number formatting functions in the format engine were not truncating
   numbers correctly
 - Various fixes to the test suite

Revision 1.95 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:54 2018 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored) to selected 1.8 (colored)

Bump PKGREVISION for gdbm shlib major bump

Revision 1.94 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:40 2018 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored) to selected 1.8 (colored)

Revbump after boost update

Revision 1.93 / (download) - annotate - [select for diffs], Tue Nov 21 10:32:02 2017 UTC (6 years, 4 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.92: +11 -18 lines
Diff to previous 1.92 (colored) to selected 1.8 (colored)

nmh: Update mail/nmh to 1.7

pkgsrc changes:
 - Update MASTER_SITES (use https:// and avoid redirects)

 - Delete (a bit outdated) comment about locking mechanisms

   Since 02 Feb 2014 (post-1.6) the default locking mechanisms are
   (directly from m4/locking.m4):

    - aix*|cygwin*|linux*: fcntl
    - freebsd*|*netbsd*|openbsd*|darwin*: flock
    - everything else: dot

   The original comment was probably about just NetBSD and maybe Solaris
   (it's dated 1999). Solaris still uses the `dot' mechanisms by default
   but we no longer have any local patches about locking.

 - Delete (no more needed) `-O1' hack to CFLAGS

   mh_strcasecmp() was completely replaced by strcasecmp() on 24 Mar 2013, and
   hence present in 1.6. Forcing `-O1' for gcc is no longer needed.

 - Adjust --sysconfdir CONFIGURE_ARGS per-upstream change, now the nmh
   directory is created by nmh's configure so pass PKG_SYSCONFBASE instead of
   PKG_SYSCONFDIR.

 - Add support for the `test' phase

   Add support for nmh tests. Modify patches/patch-ca accordingly in order to
   adjust TEST_ENVIRONMENT to use the configuration files in $egdir instead of the
   ones in $nmhetcdir.
   Actually all tests are passed except an mhparam test that sposts the
   $egdir/$nmetcdir kludge.

 - Do not include bsd.prefs.mk two times (NFC)

 - Add `oauth' PKG_OPTIONS (disabled by default) to enable OAuth2 support in
   SMTP and POP auth via curl

Changes:
Release notes for nmh 1.7
=========================
Welcome to nmh, the new version of the classic MH mail handling system.
It's been over three years since the last release of nmh, and there have
been a number of significant changes since the last release.  Long-time
MH and nmh uses should read careful the NOTEABLE CHANGES section, as there
are some significant changes to nmh behavior.  Otherwise, please see the
README and INSTALL files for help on getting started with nmh.

For news of future releases, subscribe to the low-volume
    https://lists.nongnu.org/mailman/listinfo/nmh-announce

---------------
NOTABLE CHANGES
---------------

The largest notable changes in the 1.7 release are:

- Complete unification of network security support.  All network protocols
  (currently, POP and SMTP) have been refactored to use a common set of
  security routines.  This means all protocols support all SASL mechanisms
  (via the Cyrus-SASL library) and TLS.  TLS support has been strengthened
  to perform certificate name validation and to require TLS 1.1 as a
  minimum protocol.  Also, all protocols can make use of the OAuth2/XOAUTH
  SASL mechanism, which is supported by Gmail.
- send(1) now supports adding switches to post(8) based on the address or
  domain of the email address in the From: header; this more easily allows
  users to support multiple identities.
- A generic facility for passing arguments to filter programs in repl(1)
  by use of the -convertargs switch.
- Native support for the manipulation of iCalendar requests; see mhical(1)
  for more details.

------------
NEW FEATURES
------------

The following are new features for the 1.7 release of nmh:

- When building from source, configure will derive ${prefix} from an existing
  nmh installation if it finds one in your $PATH.
- Added welcome message when nmh detects that its version changed.
- The default locations for configuration files and support binaries
  have been changed.  Configuration files now install into ${sysconfdir}/nmh,
  and support binaries are placed in ${libexecdir}/nmh.  If you are upgrading
  an existing installation you should look for old configuration files in
  ${sysconfdir} and merge any local customizations into the new files in
  ${sysconfdir}/nmh, then remove the old files.  ${libdir} will also contain
  obsolete support programs that should be removed.
- All TLS connections now perform certificate validation (including hostname
  matching) by default; can be disabled on a per-application basis.
- post now defaults to port 587 on 'smtp' message submission.
- A value of 0 for the width switch of scan(1), inc(1), ap(1), dp(1),
  fmttest(1), and mhl(1) now means as many characters as the format
  engine can produce [Bug #15274].  That amount is limited by internal
  buffers.
- If a component has trailing whitespace, e.g., body:component="> ",
  mhl now trims that whitespace off when filtering blank text lines.
- An "rtrim" flag has been added to mhl to remove any trailing
  whitespace from filtered text lines.  A corresponding "nortrim" flag
  has also been added.
- Added getmymbox and getmyaddr mh-format(5) function escapes.
- New -[no]changecur, -fixtype, -decodetypes, and -[no]crlflinebreaks switches
  have been added to mhfixmsg(1).
- mhfixmsg now removes an extraneous trailing semicolon from header
  parameter lists.
- Added -convertargs switch to repl(1), to pass arguments to programs
  specified in the user's profile or mhn.defaults to convert message
  content.
- Added mhical(1), to display, reply to, and cancel iCalendar (RFC 5545)
  event requests.
- Added multiply mh-format(5) function.
- "mhparam bindir" prints the path to the directory containing the public
  executables (${bindir}).
- New "-prefer" switch for mhshow (and mhlist and mhshow), to allow specifying
  the preferred content types to show, if present in a multipart alternative.
- mh-format now has %(kilo) and %(kibi) functions, to allow printing
  numbers with SI or IEC quantities, e.g. "10K", "2.3Mi".
- Support for the -sendmail flag to send/post to change the sendmail
  binary when using the sendmail/pipe MTS.
- Added support to send(1) to specify switches to post(1) based on address or
  domain name in From: header line in message draft.
- post(8) -snoop now attempts to decode base64-encoded SMTP traffic.
- folder(1) -nocreate now prints a warning message for a non-existent folder.
- mhfixmsg(1) now allows -decodetext binary, though 8bit is still the default.
- inc(1) and msgchk(1) now support TLS encryption natively.
- All network protocols support the XOAUTH authentication mechanism.
- Support for SMTPUTF8 (RFC 6531) has been added.  mhshow(1) already supported
  RFC 6532, assuming all 8-bit message header field bodies are UTF-8 and use
  of a UTF-8 locale.
- mhfixmsg now replaces RFC 2047 encoding with RFC 2231 encoding of name and
  filename parameters in Content-Type and Content-Disposition headers,
  respectively.
- If a message body contains 8-bit bytes, post(8) uses SMTP 8BITMIME if the
  server supports it.  If not, post fails with a message to the user to
  encode the message for 7-bit transport.
- Fewer lseek(2)s will be used when reading headers in the common case.
- ./configure's --enable-debug has been removed;  it did nothing.
- configure now defaults to enabling each of TLS and Cyrus SASL if the
  necessary headers and libraries are found.
- Moved build_nmh to top-level directory.
- Better error reporting for connections to network services.

---------
BUG FIXES
---------

- The format scanner no longer subtracts 1 from the width.  This has the
  effect of no longer counting the trailing newline in the output of
  scan(1), inc(1), and the other programs that rely on the format scanner.
- The first character of some very short (less than 4 characters) message
  bodies is no longer dropped.
- Single-character headers can be reliably formatted, etc., instead of
  apparently being missing.
- mhfixmsg now adds a Content-Transfer-Encoding header at the message level,
  if needed after decoding text parts.
- mhbuild now checks whether all text parts need a Content-Transfer-Encoding
  header, not just those with a character set not specified.
- mhbuild no longer parses lines that start with # as directives with
  -nodirectives.
- repl now makes sure that any Fcc header in a replied-to message is not
  copied into the outgoing draft by default, and that the -fcc switch
  actually works in the absence of a Fcc header in the replied-to message.
- A Content-ID is generated for message/external-body entities as required
  by RFC 2045, even if -nocontentid is supplied to mhbuild.
- post will now expand aliases on a "From" line when doing a BCC [Bug #51098].
- scan can now handle empty files without violating an assert [Bug #51693].
- An error when writing an error message, e.g. EPIPE, no longer causes
  recursion until the stack is exhausted.

-------------------
DEPRECATED FEATURES
-------------------

- Support for the MHPDEBUG environment variable is deprecated and will be
  removed from a future nmh release.  Instead, use the -debug switch to pick.
- With the move of support binaries from ${libdir} to ${libexecdir}/nmh, the
  mostly undocumented 'libdir' mhparam(1) component has been replaced by a
  new 'libexecdir' component.  'libdir' will be removed in a future release.

-----------------
OBSOLETE FEATURES
-----------------

- The undocumented -queue switch to post was deprecated in nmh 1.6, and was
  removed in this release.
- conflict(8) was deprecated in nmh 1.6, and was removed in this release.
- mhtest(8) was deprecated in nmh 1.6, and was removed in this release.
- msh(1) was deprecated in nmh 1.6, and was removed in this release.
- Support in alias files for the the "*" address-group (everyone) was
  deprecated in nmh 1.6, and was removed in this release.
- Support for multiple hostnames in the "servers" entry of mts.conf has
  been removed.
- Support in alias files for expanding aliases based on group membership
  (=) and primary group (+) has been removed.

As always, feedback is welcome.

Revision 1.92 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:49 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored) to selected 1.8 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.91 / (download) - annotate - [select for diffs], Tue Jan 26 16:19:25 2016 UTC (8 years, 2 months ago) by leot
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90 (colored) to selected 1.8 (colored)

Also needs converters/libiconv.

PKGREVISION++

Revision 1.90 / (download) - annotate - [select for diffs], Wed Aug 26 12:44:30 2015 UTC (8 years, 7 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.8 (colored)

Take the MAINTAINERship.

Revision 1.89 / (download) - annotate - [select for diffs], Thu Aug 20 13:01:54 2015 UTC (8 years, 8 months ago) by leot
Branch: MAIN
Changes since 1.88: +9 -6 lines
Diff to previous 1.88 (colored) to selected 1.8 (colored)

o Fix build on older versions of Darwin affected by arc4random(3)
  limitations like NetBSD.
o Explicity disable readline support that - at least - on some Darwin
  systems was automatically detected.
o Bump PKGREVISION (the readline change can affect also platforms where readline
  was automagically recognised and used)

Thanks to sevan@ for testing the patches.

Revision 1.88 / (download) - annotate - [select for diffs], Wed Aug 19 18:23:02 2015 UTC (8 years, 8 months ago) by leot
Branch: MAIN
Changes since 1.87: +1 -3 lines
Diff to previous 1.87 (colored) to selected 1.8 (colored)

nmh is MAKE_JOBS_SAFE these days.

Revision 1.87 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:11 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.8 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Sep 21 00:09:24 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.85: +9 -1 lines
Diff to previous 1.85 (colored) to selected 1.8 (colored)

The configure script checks for arc4random(), but the program uses
arc4random_buf(); netbsd-5 (and presumably earlier) has the one but
not the other. Just disable it, because all it's using the randomness
for is message-ids. Fixes the netbsd-5 build.

Revision 1.85 / (download) - annotate - [select for diffs], Sat Sep 20 23:15:03 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.84: +3 -2 lines
Diff to previous 1.84 (colored) to selected 1.8 (colored)

This version of nmh specifically needs terminfo and not termcap
Adjust accordingly and bump PKGREVISION.

Revision 1.84 / (download) - annotate - [select for diffs], Sat Sep 6 16:07:43 2014 UTC (9 years, 7 months ago) by schnoebe
Branch: MAIN
Changes since 1.83: +3 -23 lines
Diff to previous 1.83 (colored) to selected 1.8 (colored)



Fixes PR pkg/49166

Contributed by: Leonardo Taccari <iamleot@gmail.com>

Update mail/nmh to 1.6.

Changes:
The biggest changes in this release are in the arena of MIME handling.
Specifically relating to MIME composition and display.  On the
composition front, mhbuild(1) will now automatically be run by send(1)
for all drafts.  Specifically, mhbuild is now run with the new -auto
flag, which will suppress the processing of mhbuild directives and cause
mhbuild to silently exit if the draft is already MIME-formatted.  When
invoking mhbuild manually via the "mime" command at the WhatNow? prompt,
mhbuild will behave as before and process mhbuild directives.

In both cases (automatic and manual invocation) mhbuild will encode email
headers according to RFC-2047 rules.  Mhbuild also will use RFC 2231
encoding rules for MIME parameters when appropriate.  In addition, the
attach system has been substantially reworked; the new header name is
now "Attach" (to better align with other MUA behavior) and cannot be
changed by the end-user.  The existing "attach" command simply adds
the filename(s) to the draft in new Attach: headers, and the actual
file processing is done by mhbuild; this attachment processing will
take place in either automatic or manual mode.

On the display front, mhshow(1) will now automatically convert text
into the user's native character set using iconv, if nmh was built
with iconv support.  Also, mhshow will now by default only display
text content that was not marked as an attachment.  By default all
displayed content wll be run under one pager, as opposed to individual
pagers for each part as was in the past.  Non-displayed parts will be
indicated using a marker string, which can be customized by a new
mh-format(5) string.

All nmh utilites now understand RFC 2231-encoded MIME parameters and
will automatically convert the encoded parameters into the native
character set, when appropriate (again, assuming nmh was built with
iconv support).

In other changes, sequence files are now locked using transactional
locks: locks that are held across sequence file reading, modification,
and writing.  The locking algorithm used for spool files and nmh data
files is now runtime configurable.

For people that struggle with mh-format(5) files, a new utility for testing
them has been developed: fmttest(1).  It includes the ability to trace the
execution of format instructions.

For users that wish to use Unix utilities on their mail, a new utility
to transform MIME messages to more easily-digestable format is now
available: mhfixmsg(1).  It supports a number of options to control
the message transformation.

For users of spost(8), the support for spost has been rolled into post(8)
under a new sendmail/pipe MTS.  A shell script emulating the old behavior
of spost has been provided.

Revision 1.83 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:08 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.8 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.82 / (download) - annotate - [select for diffs], Tue Jan 28 11:33:43 2014 UTC (10 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.8 (colored)

specify libdir with GNU_CONFIGURE_LIBDIR.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Jun 12 12:35:35 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.8 (colored)

Remove GNU_CONFIGURE_LIBDIR.

Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.

Revision 1.80 / (download) - annotate - [select for diffs], Wed Feb 6 23:22:46 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.8 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.79 / (download) - annotate - [select for diffs], Sun Dec 16 01:52:22 2012 UTC (11 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.8 (colored)

recursive bump from cyrus-sasl libsasl2 shlib major bump.

Revision 1.78 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:18 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
Changes since 1.77: +1 -3 lines
Diff to previous 1.77 (colored) to selected 1.8 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Aug 31 02:09:49 2012 UTC (11 years, 7 months ago) by schnoebe
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored) to selected 1.8 (colored)

Add options to support SASL and TLS in nmh.

Revision 1.76 / (download) - annotate - [select for diffs], Fri Jul 27 19:28:57 2012 UTC (11 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.75: +3 -7 lines
Diff to previous 1.75 (colored) to selected 1.8 (colored)

update to 1.5
changes:
-a "From:" header is now required for outgoing mail, custom component
 files may need to be adjusted
-support for filters in mhl
-more fixes and new features, see the share/doc/nmh/NEWS file for details
-dragonfly support patches were integrated

Revision 1.75 / (download) - annotate - [select for diffs], Tue Jan 24 09:11:07 2012 UTC (12 years, 2 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.8 (colored)

Recursive dependency bump for databases/gdbm ABI_DEPENDS change.

Revision 1.74 / (download) - annotate - [select for diffs], Tue Jan 17 21:43:19 2012 UTC (12 years, 3 months ago) by sbd
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.8 (colored)

Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.

Revision 1.73 / (download) - annotate - [select for diffs], Sat Dec 17 10:16:00 2011 UTC (12 years, 4 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (colored) to selected 1.8 (colored)

Add missing mk/termcap buildlink.

Bump PKGREVISION

Revision 1.72 / (download) - annotate - [select for diffs], Sat Dec 3 09:25:45 2011 UTC (12 years, 4 months ago) by sbd
Branch: MAIN
Changes since 1.71: +10 -1 lines
Diff to previous 1.71 (colored) to selected 1.8 (colored)

Add devel/gdbm_compat buildlink on Linux.

Bump PKGREVISION

Revision 1.71 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:54 2011 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.8 (colored)

Reset maintainer for retired developers.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Aug 21 20:35:36 2008 UTC (15 years, 8 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.69: +2 -6 lines
Diff to previous 1.69 (colored) to selected 1.8 (colored)

Use INSTALLATION_DIRS.

Revision 1.69 / (download) - annotate - [select for diffs], Tue Aug 19 19:22:46 2008 UTC (15 years, 8 months ago) by epg
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored) to selected 1.8 (colored)

Set MAKE_JOBS_SAFE =no.

Revision 1.68 / (download) - annotate - [select for diffs], Fri Aug 8 23:41:22 2008 UTC (15 years, 8 months ago) by epg
Branch: MAIN
Changes since 1.67: +14 -17 lines
Diff to previous 1.67 (colored) to selected 1.8 (colored)

- Update from 1.0.4 (Apr 2000) to 1.3 (Jun 2008) (whew!).
  - many bug fixes
  - MM_CHARSET no longer needed; now uses iconv to decode RFC2047-encoded
    headers and convert to current locale.
  - various MIME improvements

- Take maintainership (ok'd by kim@).

- Replace DESCR with text from web site.

- Support user-destdir.

- Use --with-hash-backup instead of hacking config.h post-configure.

- Drop IRIX-specific part of fmt_scan.c patch-cd, and therefore drop patch-ck
  and IRIX bits in Makefile.

- A tmac.h conf file (wtf?) is no longer installed.

- Update what's installed to share/doc/nmh.

- Update PLIST for added/removed/renamed files.

- Patches:
  - Update patch-ca and patch-cd.

  - Remove errno patches, upstream since XXX: patch-aa, patch-ab, patch-ad,
    patch-ae, patch-ag, patch-ah, patch-ai, patch-aj, patch-ak, patch-al,
    patch-am, patch-an patch-ao, patch-ap, patch-aq, patch-ar, patch-as,
    patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-az, patch-ba,
    patch-bb, patch-bc, patch-bd, patch-be, patch-bf, patch-bg, patch-bh,
    patch-bi

  - patch-aa also had a patch for some fgetstr problem on NetBSD which no
    longer seems to happen.

  - Remove patch-cb; GCOS_HACK is referenced nowhere in nmh code (only
    apparently outdated docs) or in any other pkgsrc patch; HAVE_SYS_PARAM_H
    is already elsewhere in config.h, and sys/param.h is included in nmh.h.

  - Remove patch-ce (http://savannah.nongnu.org/bugs/?1393 fixed in
    uip/sortm.c r1.7).

  - Remove patch-ci (fixed in uip/show.c r1.6).

  - Remove patch-cj; $(etcdir)/tmac.h is gone and the folders/flists problems
    were fixed (differently) in 2000.

  - Remove patch-ck (CPPFLAGS support for the IRIX-specific part of patch-cd.

Revision 1.67 / (download) - annotate - [select for diffs], Tue Mar 11 18:47:40 2008 UTC (16 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.8 (colored)

Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Nov 17 12:04:13 2007 UTC (16 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.65: +3 -1 lines
Diff to previous 1.65 (colored) to selected 1.8 (colored)

Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.

Revision 1.65 / (download) - annotate - [select for diffs], Tue Oct 16 23:49:01 2007 UTC (16 years, 6 months ago) by tnn
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.8 (colored)

Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:42 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.8 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Dec 16 13:18:54 2006 UTC (17 years, 4 months ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.62: +10 -4 lines
Diff to previous 1.62 (colored) to selected 1.8 (colored)


added support for IRIX 5

Revision 1.62 / (download) - annotate - [select for diffs], Sun Oct 1 07:34:16 2006 UTC (17 years, 6 months ago) by dsainty
Branch: MAIN
Changes since 1.61: +5 -2 lines
Diff to previous 1.61 (colored) to selected 1.8 (colored)

Workaround for SEGV problem running nmh utilities built with gcc4 by reducing optimisation.  Allows nmh code to use nmh's private non-standard strcasecmp().  Bump PKGREVISION.  Addresses PR34027.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:51 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored) to selected 1.8 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:11 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.59: +5 -5 lines
Diff to previous 1.59 (colored) to selected 1.8 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:34 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.58: +4 -5 lines
Diff to previous 1.58 (colored) to selected 1.8 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.58 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:24 2005 UTC (18 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.8 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.57 / (download) - annotate - [select for diffs], Thu Sep 22 22:00:41 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.56: +3 -9 lines
Diff to previous 1.56 (colored) to selected 1.8 (colored)

Convert to use options framework.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:56 2005 UTC (19 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.55: +1 -3 lines
Diff to previous 1.55 (colored) to selected 1.8 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jan 16 19:19:46 2005 UTC (19 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.54: +43 -13 lines
Diff to previous 1.54 (colored) to selected 1.8 (colored)

Make this package honour PKG_SYSCONFDIR by copying the configuration files
into the examples hierarchy and using bsd.pkg.install.mk to copy them into
place.  While here, sort PLIST.  Bump PKGREVISION to 6.

Patch from PR pkg/28978 made by Greg A. Woods with very slight modifications
by me.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jan 2 20:54:17 2004 UTC (20 years, 3 months ago) by cjep
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.8 (colored)

PR#23466 from Igor Sobrado. Setup links for flists and folders man pages.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Nov 23 07:18:15 2003 UTC (20 years, 5 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.8 (colored)

basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jul 26 18:25:06 2003 UTC (20 years, 8 months ago) by salo
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.8 (colored)

Update HOMEPAGE.  From J.K. Lowden via PR pkg/22279.

Revision 1.51 / (download) - annotate - [select for diffs], Sun May 18 13:06:41 2003 UTC (20 years, 11 months ago) by cjep
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.8 (colored)

whitespace

Revision 1.50 / (download) - annotate - [select for diffs], Fri May 9 14:07:29 2003 UTC (20 years, 11 months ago) by lha
Branch: MAIN
Changes since 1.49: +4 -1 lines
Diff to previous 1.49 (colored) to selected 1.8 (colored)

Make work with netbsd libkrb that might require roken and com_err
Fixes PR: pkg/21505

Revision 1.49 / (download) - annotate - [select for diffs], Wed Oct 30 16:57:02 2002 UTC (21 years, 5 months ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.8 (colored)

Fix detection of non-mime messages when the charset is not enclosed
in double quotes.  Without this fix text/plain messages authored on
Mozilla will always get displayed using showmimeproc (mhl).

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 15 10:47:00 2002 UTC (21 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.8 (colored)

Fix from Robert Elz in PR 18664 to stop sortm coredumping when there's
a numerical subject.

"And yes, this really does add a preprocessor conditional that makes
either one of two original statements get compiled, and the other
omitted (ie:  the patch is correct, though just deleting a line would
work as well).  The "#if 0" could become "#if 1" and the core dump
would also be gone, though the results of the sort would then
sometimes be rather hard to explain..."

Bump PKGREVISION.

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:51:47 2002 UTC (21 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) next main 1.47 (colored) to selected 1.8 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jun 15 21:20:01 2002 UTC (21 years, 10 months ago) by cjep
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.8 (colored)

Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@

This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Mar 11 08:57:50 2002 UTC (22 years, 1 month ago) by skrll
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.45: +1 -6 lines
Diff to previous 1.45 (colored) to selected 1.8 (colored)

Remove target that provides the same functionality as AUTOMAKE_OVERRIDE.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jan 26 17:19:44 2002 UTC (22 years, 2 months ago) by kim
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.8 (colored)

Remove patch-cc -- it is no longer valid, but instead now breaks
displaying MIME attachments of type message/* (e.g. message/rfc822).
This is actually a long-standing bug in this package...

Revision 1.44 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:40 2001 UTC (22 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.8 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:21 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) to selected 1.8 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 21 17:07:12 2001 UTC (22 years, 7 months ago) by sommerfeld
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored) to selected 1.8 (colored)



Patch integer-to-decimal conversion problem which turns up with
	scan -format "%(clock{date})"
This is a time_t > 1e9 problem.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Apr 12 07:56:57 2001 UTC (23 years ago) by wennmach
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.8 (colored)

Add a CONFLICTS entry for ja-mh6-*
Found by pkgconflict.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 4 03:26:50 2001 UTC (23 years, 1 month ago) by assar
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.8 (colored)

turn KERBEROS into a binary switch

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 17 18:24:57 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.8 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 2 06:35:43 2000 UTC (23 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.37: +25 -36 lines
Diff to previous 1.37 (colored) to selected 1.8 (colored)

Factor out common post-install code in Makefile and pkg/PLIST into (an
already existing) pkg/INSTALL.  Note that ${PREFIX}/etc/nmh can be removed
in pkg/DEINSTALL.  Make some cosmetic changes to Makefile.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Apr 15 07:56:15 2000 UTC (24 years ago) by simonb
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.8 (colored)

Upgrade nmh to 1.0.4.  Fixes problems discussed in PR pkg/9695 (Eric sent
his problem report to the nmh people as well).

Adjust home page as per Eric's PR pkg/9695 as well.

Many changes since 1.0.3.  The most important ones are:

 + Eric's shell quoting problems displaying MIME content.
 + Fix coredump in packf.
 + Folder creation permissions bug (mentioned by Sean Matheis on
   netbsd-users@netbsd.org).
 + mmdf mailbox processing errors.

Full list if changes is in the ChangeLog file.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 16 13:44:53 2000 UTC (24 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored) to selected 1.8 (colored)

grep, cp -> ${GREP}, ${CP}

Revision 1.35 / (download) - annotate - [select for diffs], Thu Mar 2 05:23:54 2000 UTC (24 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.34: +6 -5 lines
Diff to previous 1.34 (colored) to selected 1.8 (colored)

Add a mirror to the MASTER_SITES for better reachability.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 2 05:11:42 2000 UTC (24 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.33: +21 -2 lines
Diff to previous 1.33 (colored) to selected 1.8 (colored)

Fixes:
- added missing checksum for the distribution file
- put back GCOS_HACK define (it was removed from patch-cb)
- do not include mhn.defaults in the PLIST to keep protecting it
  from upgrades in case it has local modifications
- install mhn.defaults.dist from the "files" directory instead of
  using a dynamically generated one (this was the intention always)
- mhn.defaults and mts.conf get installed if they don't exist;
  new users do not have to worry about copying *.dist files now
- added comments about the configuration file philosophy in Makefile

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 2 00:23:14 2000 UTC (24 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.8 (colored)

Update to V1.0.3, per request of our security officers:

Versions prior to 1.0.3 of the nmh package contained a vulnerability
where incoming mail messages with carefully designed MIME headers could
cause nmh's mhshow command to execute arbitrary shell code.

See the changelog for another 372 lines of changes.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 9 01:29:06 2000 UTC (24 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.8 (colored)

replaced some commands by their ${COMMAND} counterparts

Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 30 17:09:09 1999 UTC (24 years, 5 months ago) by sakamoto
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.8 (colored)

Remove version string of conflicted ja-mh pkg.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Oct 29 19:19:41 1999 UTC (24 years, 5 months ago) by sakamoto
Branch: MAIN
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored) to selected 1.8 (colored)

Add CONFLICTS=ja-mh-6.8.4-JP-*

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 14 02:32:24 1999 UTC (24 years, 7 months ago) by kim
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.28: +6 -4 lines
Diff to previous 1.28 (colored) to selected 1.8 (colored)

Change how Kerberos support is enabled in pkgsrc.

Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 20 14:05:15 1999 UTC (24 years, 8 months ago) by enami
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.8 (colored)

Add NMH_HASH_BACKUP to BUILD_DEFS.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 18 08:53:33 1999 UTC (24 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored) to selected 1.8 (colored)

Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Revision 1.26 / (download) - annotate - [select for diffs], Mon May 3 23:39:22 1999 UTC (24 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (colored) to selected 1.8 (colored)

Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem.  (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 7 01:16:25 1999 UTC (25 years, 1 month ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.24: +8 -1 lines
Diff to previous 1.24 (colored) to selected 1.8 (colored)

Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#".

Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 6 23:18:51 1999 UTC (25 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.23: +17 -1 lines
Diff to previous 1.23 (colored) to selected 1.8 (colored)

Make editor and pager selectable with NMH_EDITOR and NMH_PAGER
respectively.  For old MH behaviour use "NMH_EDITOR=prompter".

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 4 09:17:11 1999 UTC (25 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.8 (colored)

Change maintainer from packages to me.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 4 09:12:39 1999 UTC (25 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.21: +18 -5 lines
Diff to previous 1.21 (colored) to selected 1.8 (colored)

Upgraded to nmh-1.0

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:34 1999 UTC (25 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored) to selected 1.8 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:10 1998 UTC (25 years, 8 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.8 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 12 21:29:46 1998 UTC (25 years, 9 months ago) by frueauf
Branch: MAIN
Changes since 1.18: +5 -3 lines
Diff to previous 1.18 (colored) to selected 1.8 (colored)

Update nmh to 0.27.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 18 15:25:25 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.17: +1 -13 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 1 13:15:58 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.8 (colored)

Update to version 0.26 of nmh, the enhanced MH mail user agent.  The
viamail script has changed its (source) location, but only minor
modifications necessary.

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 21 07:16:41 1998 UTC (25 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

Update nmh package to version 0.25

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 17 16:28:12 1998 UTC (26 years ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.8 (colored)

Upgrade nmh to version 0.24

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:31 1998 UTC (26 years ago) by agc
Branch: MAIN
Changes since 1.13: +2 -7 lines
Diff to previous 1.13 (colored) to selected 1.8 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 23 14:21:27 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

Upgrade to version 0.23 of nmh.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 11 10:57:59 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Update to version 0.22 of nmh - it's just a bug fix release.
Minor fix to pkg/PLIST for removal of package.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 10 17:38:32 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.10: +9 -8 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

Upgrade to version 0.21 of nmh. Add a manual page to MAN1, and
clean up the way that the $PREFIX/etc/nmh directory is deleted
when deleting the package - if there are any *.old files in there,
they relate to a previous configuration, and should be kept.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 9 00:00:57 1998 UTC (26 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

Add comment about NMH_MTA

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 24 20:32:34 1998 UTC (26 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

portlint: $() -> ${}, pkg -> ${PKGDIR}

Revision 1.8 / (download) - annotate - [selected], Mon Jan 19 09:11:52 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.7: +3 -6 lines
Diff to previous 1.7 (colored)

Change the way the default MTA is specified so it's done properly
for definitions in /etc/mk.conf.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 17 23:50:09 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

Set default MTA for nmh to be smtp. If there's an environment variable
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use
the value of that variable when configuring nmh.

Does not solve the MTA wars, but makes things more configurable.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 13 13:22:11 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

Due to massive popular request (including, but not limited to, Matt
Green and Jason Thorpe), revert the MTA type to be smtp, rather than
sendmail.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 12 10:51:34 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

Upgrade to version 0.20.

Set default MTA to be sendmail, rather than smtp, at the suggestion
of Perry Metzger.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 22 07:45:45 1997 UTC (26 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

Fix setting CONFIGURE_ARGS ("=" -> "+=")

Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 19 13:43:28 1997 UTC (26 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

Update to version 0.18.

The new version has picked up the autoconf patches from @etcdir@ to
@sysconfdir@, but not the ones from @libdir@ to @libexecdir@, so bring
these forward.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 19 13:58:35 1997 UTC (26 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Add NetBSD RCS Id.
Make sure that pkg/INSTALL script is executed, even if
execute bit isn't set

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Nov 19 13:55:05 1997 UTC (26 years, 5 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-11-19
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Initial import of nmh-0.17 from FreeBSD ports collection into NetBSD
packages collection.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 19 13:55:05 1997 UTC (26 years, 5 months ago) by agc
Branch: MAIN
Diff to selected 1.8 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>