summaryrefslogtreecommitdiff
path: root/mail/mh
AgeCommit message (Collapse)Author
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
2000-06-16Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev
2000-04-13Update to use PORTNAME/PORTVERSIONChris Piazza
2000-03-04/usr/ports -> ${PORTSDIR}Kris Kennaway
Submitted by: sheldonh
2000-03-04Point the user at nmh instead.Kris Kennaway
Submitted by: sheldonh
2000-03-04Put on my security hardhat and mark this port FORBIDDEN - it has a bufferKris Kennaway
overflow in the MIME parsing code which is remotely exploitable via email. The nmh port had a similar bug which was fixed in the 1.0.2 upgrade. Because this software is apparently no longer under active development it may be unlikely to get fixed. Obtained from: Dan Harkless <dan-bugtraq@dilvish.speed.net> via BugTraq
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-01-16Fix for alpha.Hidetoshi Shimokawa
- remove 'long time()' and add '#include <time.h>'.
1998-10-20Remove empty directories on deinstall.Steve Price
1998-09-25Max forgot to change Makefile. :)Satoshi Asami
1998-09-24ElfifyBrian Somers
Ok'd (but not tested by): pst
1998-08-17Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek
1998-05-06Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum
from octave and iv.
1998-02-23Find utmp in the right spotPaul Traina
1997-09-22Fix manpage description of maildelivery database.Paul Traina
Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653
1997-07-17ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE
1997-02-03Increase the max length of the .mh_sequences lines from 2048 to 4096Peter Wemm
(BUFSIZ * 2 -> BUFSIZ * 4). I found out the hard way that when the "unseen:" squence hits the limit, all sorts of things start failing and this causes secondary problems in exmh (like you can't delete things). Since "memory is cheap" this should probably be bigger, except that 2900 unseen messages in your inbox is already slow.
1997-01-07The routine m_atoi in libmh handled filename like [0-9]+~ as regular mailMasafumi Max NAKANE
file, where it should only treat [0-9]+. This bug was present when mh's configuration contains locale definition. Submitted by: Dave Marquardt <marquard@Zilker.NET> (Closing PR #2088.)
1997-01-07Due to hardcoded wrong utmp location, lib/mh/rcvtty didn't work.Masafumi Max NAKANE
(Closing PR #1965.) Submitted by: Tom Pusateri <pusateri@jnx.com> PR-Ignored by: pst
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-17Convert to use MAN[1-8LN]David E. O'Brien
1996-11-10CATEGORIES+= --> CATEGORIES=David E. O'Brien
And clean up variable ordering (as shown in the handbook) as little.
1996-10-13time to go to sleep...call file by right namePaul Traina
1996-10-13Whoops, forgot to include the makefile patchPaul Traina
1996-10-13The following patches enable RFC1342 compatible decoding of header fieldsPaul Traina
for non-ascii character sets. Additional tips: setenv MM_CHARSET <rfc1342 charset> setenv LC_TYPE <proper locale> e.g. setenv MM_CHARSET KOI8-R setenv LC_TYPE ru_RU.KOI8-R or setenv MM_CHARSET iso-8859-1 setenv LC_TYPE iso_8859_1 Change your mhl.format to read so that the new code will be invoked on interesting fields when you do a "show": From:formatfield="%(comp{text})" Reply-To:formatfield="%(comp{text})" To:formatfield="%(comp{text})" cc:formatfield="%(comp{text})" Obtained from: Ola Stromfors <Ola.S.Stromfors@telia.se>, Frederik H. Andersen <fha@dde.dk>, with fixes from anders@ifi.uio.no and pst@freebsd.org
1996-04-27Merge Mark's changes and my previous changes together to provide a 6.8.4Paul Traina
with the same functionality as 6.8.3.
1996-04-27Redo the package list - there are a couple of new POP files.Mark Murray
1996-04-27Add POP services to MH. Mercifully, this is actually quite light on bloat.Mark Murray
Also add some repairs to the slocal .maildelivery db file system for BSD4.4. Submitted by: Paul Traina (.maildelivery repairs)
1996-04-27Formatting and cosmetic changes only.Mark Murray
1996-04-27With the 6.8.4 MegaPatch, most of our kluges no longer apply, soMark Murray
remove them, and only bring back shared libraries and an appropriate mtstailor.
1996-04-26(2') It is recommended to use full pathnames for ldconfig.Satoshi Asami
1996-04-26(1) PATCH_SITES is not spelled PATCHSITES.Satoshi Asami
(2) It is recommended to use full pathnames for ldconfig. (3) It is recommended to check NOMANCOMPRESS before compressing manpages (or Rod's going to scream :)
1996-04-25Update mh-6.8.3 -> 6.8.4 (as of Feb 8, 1996)Peter Wemm
There is no mh-6.8.4.tar.Z on the master site, only the patch.
1996-02-23Fix shared library linking (again).Paul Traina
Fix and enable pop support code. Fix and enable slocal msgid support code (eliminates duplicates) if .db file present.
1995-12-05Add .gz to the manpages, now that they are compressed.Mark Murray
1995-12-05Cosmetic cleanup.Mark Murray
1995-12-05Compress the manpages.Mark Murray
1995-10-27Shorten one-line comment as per JKH request.Mark Murray
1995-08-15Take out the APOP option from the default config (even though itGary Palmer
was commented out). APOP causes problems if you try to compile with it optioned in.
1995-06-24AddSatoshi Asami
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
1995-04-18Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.Jordan K. Hubbard
1995-04-12Mark Murray (markm) volunteered as the maintainer of this port.Satoshi Asami
1995-04-11Updated ports Makefiles for mails.Satoshi Asami
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
1994-12-27From: Mark Murray <mark@grondar.za>Jordan K. Hubbard
Subject: misc/88: MH has no 'local' shared libraries. >Number: 88 >Category: misc >Synopsis: MH has no 'local' shared libraries. Fix. Submitted by: mark
1994-12-18First batch of MD5 checksum files. Only did through to the end of netGary Palmer
to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
1994-10-06Use $WRKSRC instead of $3 to find work directoryPaul Traina
1994-10-06Package files for MHPaul Traina
1994-10-04MH 6.8.3 portPaul Traina