summaryrefslogtreecommitdiffstats
path: root/mail/mh
Commit message (Collapse)AuthorAgeFilesLines
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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.sobomax2000-06-162-5/+2
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-4/+4
|
* /usr/ports -> ${PORTSDIR}kris2000-03-041-1/+1
| | | | Submitted by: sheldonh
* Point the user at nmh instead.kris2000-03-041-1/+1
| | | | Submitted by: sheldonh
* Put on my security hardhat and mark this port FORBIDDEN - it has a bufferkris2000-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.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fix for alpha.simokawa1999-01-169-40/+160
| | | | - remove 'long time()' and add '#include <time.h>'.
* Remove empty directories on deinstall.steve1998-10-201-0/+1
|
* Max forgot to change Makefile. :)asami1998-09-251-2/+2
|
* Elfifybrian1998-09-242-3/+35
| | | | Ok'd (but not tested by): pst
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-49/+0
|
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1
| | | | from octave and iv.
* Find utmp in the right spotpst1998-02-231-2/+19
|
* Fix manpage description of maildelivery database.pst1997-09-221-0/+34
| | | | | | Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Increase the max length of the .mh_sequences lines from 2048 to 4096peter1997-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 mailmax1997-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.max1997-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 fromasami1996-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]obrien1996-11-171-15/+8
|
* CATEGORIES+= --> CATEGORIES=obrien1996-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 namepst1996-10-131-2/+2
|
* Whoops, forgot to include the makefile patchpst1996-10-131-4/+24
|
* The following patches enable RFC1342 compatible decoding of header fieldspst1996-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.4pst1996-04-276-337/+482
| | | | with the same functionality as 6.8.3.
* Redo the package list - there are a couple of new POP files.markm1996-04-271-41/+48
|
* Add POP services to MH. Mercifully, this is actually quite light on bloat.markm1996-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.markm1996-04-272-4/+4
|
* With the 6.8.4 MegaPatch, most of our kluges no longer apply, somarkm1996-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.asami1996-04-261-1/+1
|
* (1) PATCH_SITES is not spelled PATCHSITES.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)peter1996-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).pst1996-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.markm1995-12-051-49/+49
|
* Cosmetic cleanup.markm1995-12-051-55/+0
|
* Compress the manpages.markm1995-12-051-1/+14
|
* Shorten one-line comment as per JKH request.markm1995-10-271-1/+1
|
* Take out the APOP option from the default config (even though itgpalmer1995-08-151-2/+2
| | | | | was commented out). APOP causes problems if you try to compile with it optioned in.
* Addasami1995-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.jkh1995-04-181-0/+1
|
* Mark Murray (markm) volunteered as the maintainer of this port.asami1995-04-121-1/+3
|
* Updated ports Makefiles for mails.asami1995-04-111-2/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-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>jkh1994-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 netgpalmer1994-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 directorypst1994-10-061-2/+1
|
* Package files for MHpst1994-10-063-0/+121
|
OpenPOWER on IntegriCloud