Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The mh port was marked FORBIDDEN for security reasons 2 years and 7 months | Kris Kennaway | 2002-10-13 | 21 | -1204/+0 |
| | | | | ago. Remove it. | ||||
* | Spaces->tabs in the mail category. | Jimmy Olgeni | 2001-02-05 | 1 | -1/+1 |
| | | | | (I know, I look boring and pedant :o) | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -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 Sobolev | 2000-06-16 | 2 | -5/+2 |
| | |||||
* | Update to use PORTNAME/PORTVERSION | Chris Piazza | 2000-04-13 | 1 | -4/+4 |
| | |||||
* | /usr/ports -> ${PORTSDIR} | Kris Kennaway | 2000-03-04 | 1 | -1/+1 |
| | | | | Submitted by: sheldonh | ||||
* | Point the user at nmh instead. | Kris Kennaway | 2000-03-04 | 1 | -1/+1 |
| | | | | Submitted by: sheldonh | ||||
* | Put on my security hardhat and mark this port FORBIDDEN - it has a buffer | Kris Kennaway | 2000-03-04 | 1 | -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.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Fix for alpha. | Hidetoshi Shimokawa | 1999-01-16 | 9 | -40/+160 |
| | | | | - remove 'long time()' and add '#include <time.h>'. | ||||
* | Remove empty directories on deinstall. | Steve Price | 1998-10-20 | 1 | -0/+1 |
| | |||||
* | Max forgot to change Makefile. :) | Satoshi Asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | Elfify | Brian Somers | 1998-09-24 | 2 | -3/+35 |
| | | | | Ok'd (but not tested by): pst | ||||
* | Remove more manpages, as part of the great manpage removal project. | Tim Vanderhoek | 1998-08-17 | 1 | -49/+0 |
| | |||||
* | Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates | Thomas Gellekum | 1998-05-06 | 1 | -0/+1 |
| | | | | from octave and iv. | ||||
* | Find utmp in the right spot | Paul Traina | 1998-02-23 | 1 | -2/+19 |
| | |||||
* | Fix manpage description of maildelivery database. | Paul Traina | 1997-09-22 | 1 | -0/+34 |
| | | | | | | Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653 | ||||
* | ldconfig -> ${LDCONFIG}. | Masafumi Max NAKANE | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Increase the max length of the .mh_sequences lines from 2048 to 4096 | Peter Wemm | 1997-02-03 | 1 | -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 mail | Masafumi Max NAKANE | 1997-01-07 | 1 | -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 NAKANE | 1997-01-07 | 1 | -0/+11 |
| | | | | | | (Closing PR #1965.) Submitted by: Tom Pusateri <pusateri@jnx.com> PR-Ignored by: pst | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 1 | -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'Brien | 1996-11-17 | 1 | -15/+8 |
| | |||||
* | CATEGORIES+= --> CATEGORIES= | David E. O'Brien | 1996-11-10 | 1 | -2/+2 |
| | | | | And clean up variable ordering (as shown in the handbook) as little. | ||||
* | time to go to sleep...call file by right name | Paul Traina | 1996-10-13 | 1 | -2/+2 |
| | |||||
* | Whoops, forgot to include the makefile patch | Paul Traina | 1996-10-13 | 1 | -4/+24 |
| | |||||
* | The following patches enable RFC1342 compatible decoding of header fields | Paul Traina | 1996-10-13 | 1 | -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.4 | Paul Traina | 1996-04-27 | 6 | -337/+482 |
| | | | | with the same functionality as 6.8.3. | ||||
* | Redo the package list - there are a couple of new POP files. | Mark Murray | 1996-04-27 | 1 | -41/+48 |
| | |||||
* | Add POP services to MH. Mercifully, this is actually quite light on bloat. | Mark Murray | 1996-04-27 | 2 | -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 Murray | 1996-04-27 | 2 | -4/+4 |
| | |||||
* | With the 6.8.4 MegaPatch, most of our kluges no longer apply, so | Mark Murray | 1996-04-27 | 4 | -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 Asami | 1996-04-26 | 1 | -1/+1 |
| | |||||
* | (1) PATCH_SITES is not spelled PATCHSITES. | Satoshi Asami | 1996-04-26 | 1 | -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 Wemm | 1996-04-25 | 2 | -2/+7 |
| | | | | There is no mh-6.8.4.tar.Z on the master site, only the patch. | ||||
* | Fix shared library linking (again). | Paul Traina | 1996-02-23 | 3 | -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 Murray | 1995-12-05 | 1 | -49/+49 |
| | |||||
* | Cosmetic cleanup. | Mark Murray | 1995-12-05 | 1 | -55/+0 |
| | |||||
* | Compress the manpages. | Mark Murray | 1995-12-05 | 1 | -1/+14 |
| | |||||
* | Shorten one-line comment as per JKH request. | Mark Murray | 1995-10-27 | 1 | -1/+1 |
| | |||||
* | Take out the APOP option from the default config (even though it | Gary Palmer | 1995-08-15 | 1 | -2/+2 |
| | | | | | was commented out). APOP causes problems if you try to compile with it optioned in. | ||||
* | Add | Satoshi Asami | 1995-06-24 | 2 | -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. Hubbard | 1995-04-18 | 1 | -0/+1 |
| | |||||
* | Mark Murray (markm) volunteered as the maintainer of this port. | Satoshi Asami | 1995-04-12 | 1 | -1/+3 |
| | |||||
* | Updated ports Makefiles for mails. | Satoshi Asami | 1995-04-11 | 1 | -2/+5 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -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. Hubbard | 1994-12-27 | 1 | -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 net | Gary Palmer | 1994-12-18 | 1 | -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 directory | Paul Traina | 1994-10-06 | 1 | -2/+1 |
| |