summaryrefslogtreecommitdiff
path: root/mail/mh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mh port was marked FORBIDDEN for security reasons 2 years and 7 monthsKris Kennaway2002-10-1321-1204/+0
| | | | ago. Remove it.
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | 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
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+2
|
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-4/+4
|
* /usr/ports -> ${PORTSDIR}Kris Kennaway2000-03-041-1/+1
| | | | Submitted by: sheldonh
* Point the user at nmh instead.Kris Kennaway2000-03-041-1/+1
| | | | Submitted by: sheldonh
* Put on my security hardhat and mark this port FORBIDDEN - it has a bufferKris Kennaway2000-03-041-0/+2
| | | | | | | | | | 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
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Fix for alpha.Hidetoshi Shimokawa1999-01-169-40/+160
| | | | - remove 'long time()' and add '#include <time.h>'.
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
|
* Max forgot to change Makefile. :)Satoshi Asami1998-09-251-2/+2
|
* ElfifyBrian Somers1998-09-242-3/+35
| | | | Ok'd (but not tested by): pst
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-49/+0
|
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-0/+1
| | | | from octave and iv.
* Find utmp in the right spotPaul Traina1998-02-231-2/+19
|
* Fix manpage description of maildelivery database.Paul Traina1997-09-221-0/+34
| | | | | | Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* Increase the max length of the .mh_sequences lines from 2048 to 4096Peter Wemm1997-02-031-0/+53
| | | | | | | | (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.
* The routine m_atoi in libmh handled filename like [0-9]+~ as regular mailMasafumi Max NAKANE1997-01-071-0/+12
| | | | | | | 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.)
* Due to hardcoded wrong utmp location, lib/mh/rcvtty didn't work.Masafumi Max NAKANE1997-01-071-0/+11
| | | | | | (Closing PR #1965.) Submitted by: Tom Pusateri <pusateri@jnx.com> PR-Ignored by: pst
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | 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.
* Convert to use MAN[1-8LN]David E. O'Brien1996-11-171-15/+8
|
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* time to go to sleep...call file by right namePaul Traina1996-10-131-2/+2
|
* Whoops, forgot to include the makefile patchPaul Traina1996-10-131-4/+24
|
* The following patches enable RFC1342 compatible decoding of header fieldsPaul Traina1996-10-131-0/+341
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge Mark's changes and my previous changes together to provide a 6.8.4Paul Traina1996-04-276-337/+482
| | | | with the same functionality as 6.8.3.
* Redo the package list - there are a couple of new POP files.Mark Murray1996-04-271-41/+48
|
* Add POP services to MH. Mercifully, this is actually quite light on bloat.Mark Murray1996-04-272-0/+177
| | | | | | Also add some repairs to the slocal .maildelivery db file system for BSD4.4. Submitted by: Paul Traina (.maildelivery repairs)
* Formatting and cosmetic changes only.Mark Murray1996-04-272-4/+4
|
* With the 6.8.4 MegaPatch, most of our kluges no longer apply, soMark Murray1996-04-274-420/+119
| | | | | remove them, and only bring back shared libraries and an appropriate mtstailor.
* (2') It is recommended to use full pathnames for ldconfig.Satoshi Asami1996-04-261-1/+1
|
* (1) PATCH_SITES is not spelled PATCHSITES.Satoshi Asami1996-04-261-3/+5
| | | | | | | (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 :)
* Update mh-6.8.3 -> 6.8.4 (as of Feb 8, 1996)Peter Wemm1996-04-252-2/+7
| | | | There is no mh-6.8.4.tar.Z on the master site, only the patch.
* Fix shared library linking (again).Paul Traina1996-02-233-13/+175
| | | | | | Fix and enable pop support code. Fix and enable slocal msgid support code (eliminates duplicates) if .db file present.
* Add .gz to the manpages, now that they are compressed.Mark Murray1995-12-051-49/+49
|
* Cosmetic cleanup.Mark Murray1995-12-051-55/+0
|
* Compress the manpages.Mark Murray1995-12-051-1/+14
|
* Shorten one-line comment as per JKH request.Mark Murray1995-10-271-1/+1
|
* Take out the APOP option from the default config (even though itGary Palmer1995-08-151-2/+2
| | | | | was commented out). APOP causes problems if you try to compile with it optioned in.
* AddSatoshi Asami1995-06-242-1/+5
| | | | | | | | | | | | | | 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! :)
* Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.Jordan K. Hubbard1995-04-181-0/+1
|
* Mark Murray (markm) volunteered as the maintainer of this port.Satoshi Asami1995-04-121-1/+3
|
* Updated ports Makefiles for mails.Satoshi Asami1995-04-111-2/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* From: Mark Murray <mark@grondar.za>Jordan K. Hubbard1994-12-271-0/+216
| | | | | | | | | | | Subject: misc/88: MH has no 'local' shared libraries. >Number: 88 >Category: misc >Synopsis: MH has no 'local' shared libraries. Fix. Submitted by: mark
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Use $WRKSRC instead of $3 to find work directoryPaul Traina1994-10-061-2/+1
|