Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove patch since "pgp_strict_enc" option does the same hack and it | krion | 2005-01-17 | 1 | -11/+0 |
| | | | | | | | can lead to broken pgp signatures. Submitted by: krion, tobez Approved by: maintainer | ||||
* | - Fix the charset of 7bit messsages when doing gpg encryption. This | krion | 2005-01-13 | 1 | -0/+11 |
| | | | | | | | makes gpg-signed messages more readable in GNATS eg. PR: ports/76130 Submitted by: maintainer | ||||
* | No longer install flea and muttbug as mutt's bug-tracking system is | krion | 2005-01-09 | 3 | -3/+23 |
| | | | | | | | out of order due to massive spamming. PR: ports/75959 Submitted by: maintainer | ||||
* | Install Muttrc and mime.types if not already present from a | krion | 2004-07-08 | 2 | -0/+3 |
| | | | | | | | prior installation PR: ports/68815 Submitted by: maintainer | ||||
* | - Remove obsolete site from PATCH_SITES | krion | 2004-06-06 | 1 | -1/+0 |
| | | | | | PR: ports/67620 Submitted by: maintainer | ||||
* | Sync with new bsd.autotools.mk | ade | 2004-06-05 | 1 | -0/+1 |
| | |||||
* | - Fix the tmpfile patch to really include the right bounds for | krion | 2004-05-11 | 1 | -2/+2 |
| | | | | | | | snprintf() and strncat(). PR: ports/66507 Submitted by: maintainer | ||||
* | - Fix mutt's tmp-file-naming to fix syntax highlightning for | krion | 2004-05-10 | 2 | -5/+20 |
| | | | | | | | | | the vim editor. - Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv if that knob is not defined. PR: ports/66443 Submitted by: maintainer | ||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | ade | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. | ||||
* | - Update to version 1.4.2.1 | krion | 2004-02-15 | 2 | -27/+15 |
| | | | | | PR: ports/62865 Submitted by: maintainer | ||||
* | - Update the compressed mailbox patch | krion | 2004-02-12 | 2 | -9/+18 |
| | | | | | | | - Add another mirror site for some patches PR: ports/62723 Submitted by: maintainer | ||||
* | Maintainer update of mail/mutt: | osa | 2004-02-12 | 2 | -9/+15 |
| | | | | | | | | | | | | - Update mutt to version 1.4.2. This version fixes a buffer overflow that can be triggered by incoming messages. There are reports about spam that has actually triggered this problem and crashed mutt. - Add SIZEs to distinfo Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) PR: 62695 | ||||
* | - Fix the generation of temporary file names by using mktemp | krion | 2004-02-09 | 2 | -1/+13 |
| | | | | | | | | instead of PIDs - Bump PORTREVISION PR: ports/62568 Submitted by: maintainer | ||||
* | - Preserve $PREFIX/etc/mime.types | leeym | 2004-02-08 | 2 | -6/+8 |
| | | | | | | | - Add $PREFIX/etc/mime.types.dist PR: 62452 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> | ||||
* | Add USE_GETTEXT and bump PORTREVISION. | marcus | 2004-02-04 | 1 | -2/+2 |
| | | | | | Submitted by: trevor Tested by: bento | ||||
* | - Add CONFLICTS to prevent installation over mutt-devel | sergei | 2004-02-02 | 1 | -0/+2 |
| | | | | | PR: ports/62254 Submitted by: maintainer | ||||
* | Now gettext 0.12.1 is gettext-old. | trevor | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | - Add WITHOUT_NLS knob | krion | 2004-01-13 | 2 | -27/+35 |
| | | | | | PR: 61312 Submitted by: maintainer | ||||
* | - Fix the DOCSDIR and EXAMPLESDIR code. Now both can be | krion | 2003-10-26 | 4 | -8/+49 |
| | | | | | | | | | set to non-standard values. - Striping of binaries is no longer needed (it's done by install -s). - Be less verbose. PR: 58558 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) | ||||
* | Utilize ${DOCSDIR} and ${EXAMPLESDIR}. | osa | 2003-09-24 | 3 | -397/+397 |
| | | | | Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) | ||||
* | Make portlint(1) happy by changing strip to ${STRIP_CMD} | osa | 2003-09-24 | 1 | -1/+1 |
| | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 | ||||
* | - don't clobber any given LDFLAGS | dinoex | 2003-08-31 | 1 | -1/+2 |
| | | | | | resoves conflitcs with bsd.openssl.mk Approved by: Udo.Schweigert@siemens.com | ||||
* | Bump the PORTREVISION for the ports directly affected by the gettext upgrade. | marcus | 2003-08-27 | 1 | -1/+1 |
| | | | | Prodded by: kris | ||||
* | Chase the libintl.so shared lib version. | marcus | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | - Do not remove etc/Muttrc when deinstalling and if it was changed. | naddy | 2003-08-05 | 2 | -2/+4 |
| | | | | | | | - Bump PORTREVISION. PR: 55188 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> | ||||
* | o Add patch for the new ~a function. By this one can tag entire | nork | 2003-07-12 | 2 | -1/+74 |
| | | | | | | | | | threads via "T ~a" (means: tag all entire threads where at least one message of the tread is tagged). o Bump PORTREVISION. PR: ports/54360 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) | ||||
* | PR: 52809 | foxfair | 2003-06-01 | 1 | -1/+1 |
| | | | | | Submitted by: MAINTAINER Add ipv6 to the categories (as mutt flawlessly works with IPv6). | ||||
* | Fix pkg-plist. | obraun | 2003-05-15 | 1 | -0/+1 |
| | | | | | PR: ports/52262 Submitted by: maintainer | ||||
* | Fix port building if WITH_MUTT_XFACE knob is defined. | obraun | 2003-05-03 | 1 | -13/+3 |
| | | | | | PR: ports/51715 Submitted by: maintainer | ||||
* | * Fix handling of hostname if hostname contains more than 31 characters | obraun | 2003-05-01 | 2 | -1/+50 |
| | | | | | | | | for FreeBSD versions before 5.x. * Bump PORTREVISION. PR: ports/51621, ports/51622 Submitted by: maintainer | ||||
* | Fix MASTER_SITES to contain only fetchable sites. | obraun | 2003-04-24 | 1 | -3/+1 |
| | | | | | PR: ports/51328 Submitted by: maintainer | ||||
* | - Integrate the new "initials"-patch. | obraun | 2003-03-27 | 4 | -33/+90 |
| | | | | | | | | | - Honor the MUTT_CONFIGURE_ARGS variable, if present. - Fix the PATH for gpg in the rc-example. - Install the configuration examples in ${PREFIX}/share/examples/mutt. PR: ports/50197 Submitted by: maintainer | ||||
* | ``compressed'' patch now available for 1.4.1. | obrien | 2003-03-21 | 3 | -206/+3 |
| | | | | Approved by: kris | ||||
* | Update to version 1.4.1 which among other things, fixes a buffer overflow | obrien | 2003-03-21 | 3 | -4/+207 |
| | | | | | | in mutt's IMAP client code. Approved by: kris | ||||
* | - Use "grouped" patch-files and -sites | obraun | 2003-03-05 | 1 | -9/+30 |
| | | | | | | | - Add WITH_MUTT_XFACE knob for mutt's use with slrnface. PR: ports/48944 Submitted by: maintainer | ||||
* | Drive a stake through the heart of some more files that were committed | kris | 2003-02-28 | 1 | -16/+0 |
| | | | | | | | to after they were removed, which caused them to mysteriously resurrect when updating with a -D tag. Holy water sprinkled by: peter | ||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Fix installing reinstalling without cleaning WRKDIR first. | sobomax | 2002-11-29 | 1 | -1/+1 |
| | | | | Approved by: maintainer, portmgr | ||||
* | o Fix build to match recent updates in GNU auto* support in bsd.port.mk | lioux | 2002-11-11 | 2 | -14/+15 |
| | | | | | | | | o Deploy USE_REINPLACE instead of PERL o Fix warning messages in -CURRENT PR: 45212 Submitted by: maintainer | ||||
* | Pass maintance on to Udo Schweigert, who does a fine job with the | obrien | 2002-11-05 | 1 | -1/+1 |
| | | | | mutt-devel port. | ||||
* | Make it more clear that WITH_DOCS controlled the docs produced from | obrien | 2002-10-17 | 1 | -4/+4 |
| | | | | SGML. s/WITH_DOCS/WITH_SGML_DOCS/g | ||||
* | Allow one to use "WITH_DOCS=no" to avoid building them. | obrien | 2002-10-17 | 1 | -4/+4 |
| | |||||
* | Blah, fat fingered in the editor -- remove bogon | obrien | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | More updating of master sites. | obrien | 2002-09-21 | 1 | -4/+3 |
| | |||||
* | Update master sites. | obrien | 2002-09-21 | 1 | -4/+3 |
| | |||||
* | More documentation (html) build fixes. | obrien | 2002-09-18 | 2 | -10/+35 |
| | | | | Submitted by: kris (bento) | ||||
* | Fix plist | kris | 2002-09-16 | 2 | -27/+36 |
| | |||||
* | This fix a warning in the mutt port which is fatal in certain | obrien | 2002-09-10 | 1 | -2/+0 |
| | | | | | | situations (e.g. to portupgrade). Submitted by: kris | ||||
* | Chase shlib rev of devel/gettext | ade | 2002-08-02 | 1 | -1/+1 |
| | | | | | Submitted by: lots and lots Pointy hat to: ade | ||||
* | moving saslv1 includes files to make it easier to add saslv2 | ume | 2002-07-29 | 1 | -1/+1 |
| | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu | ||||
* | Remove all charmaps related bits. They aren't needed for 1.4. | obrien | 2002-06-23 | 2 | -18/+0 |
| | |||||
* | Upgrade to version 1.4[.0]. | obrien | 2002-06-22 | 7 | -224/+92 |
| | |||||
* | gettext upgrade uber-patch (stage 3) | ade | 2002-04-13 | 1 | -1/+2 |
| | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr | ||||
* | Stage 1 of gettext update. | ade | 2002-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr | ||||
* | Update to 1.2.5.1. This is the latest version on mutt's "stable" | jim | 2002-01-13 | 3 | -130/+4 |
| | | | | | | | | | branch, and fixes a security hole (which was patched in the last commit to the port). PR: 33610 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Approved by: silence from maintainer | ||||
* | Fix a security hole using vendor-supplied patch. | nectar | 2002-01-02 | 2 | -0/+125 |
| | |||||
* | Fix package building | dwcjr | 2001-12-16 | 3 | -11/+17 |
| | | | | | | | Fix SSL building Submitted by: Udo Schweigert Approved by: obrien | ||||
* | Back off the GMAKE. | obrien | 2001-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | Extract from /usr/local/share/automake14/automake/depend.am ## This fragment is probably only useful for maintainers. It relies ## on GNU make and gcc. It is only included in the generated ## Makefile.in if `automake' is not passed the `--include-deps' flag This has changed from automake14 to automake15. The solution is easy: use the -i switch for automake. Submitted by: Udo Schweigert <udo.schweigert@siemens.com> | ||||
* | Update this to build with proper dependancies again. | obrien | 2001-12-06 | 4 | -21/+22 |
| | | | | | | | When I added the folder compression patch, I didn't realize we now needed automake & autoconf. Bringing those two in, now makes gmake required. :-( Also we can't patch `configure' as before, now we must patch `configure.in' and `aclocal.m4'. | ||||
* | The mode of the doc directory wasn't what was intended. | obrien | 2001-05-25 | 1 | -1/+2 |
| | |||||
* | Don't overwrite CATEGORIES in master ports. Use += instead, so slaves | sobomax | 2001-05-23 | 1 | -1/+1 |
| | | | | | would be able to insert their own entries (usually language category) upfront. | ||||
* | The HTML version of the manual grew. | obrien | 2001-03-11 | 1 | -0/+6 |
| | |||||
* | Allow maintainer to be properly set in slave ports. | obrien | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | Put back my editor hints that were removed w/o permission. | obrien | 2001-02-07 | 1 | -0/+1 |
| | | | | Note these are *FULLY* Satoshi approved for the past 4 years. | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-17 | 1 | -6/+5 |
| | |||||
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Depend on ncurses.5 after the upgrade of devel/ncurses. | tg | 2000-11-16 | 1 | -2/+2 |
| | |||||
* | Add compressed and encrypted folders support. | obrien | 2000-10-31 | 2 | -3/+6 |
| | | | | Submitted by: ru | ||||
* | Rename PLIST.htmlfiles to pkg-plist.htmlfiles. | asami | 2000-10-08 | 1 | -2/+2 |
| | |||||
* | Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. | asami | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | Update all ports using OpenSSL and RSA to work without rsaref since | kris | 2000-09-22 | 1 | -1/+1 |
| | | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems. | ||||
* | Fix DISTNAME so that language-specific satellite ports will work. | obrien | 2000-08-29 | 1 | -1/+1 |
| | |||||
* | Use the `pre-configure:' target rather than `post-patch:' target. This | obrien | 2000-08-26 | 1 | -1/+1 |
| | | | | frees up `post-patch:' for satelite ports use. | ||||
* | Improve the granularity of the WITH_ options. Rather than use my approved | obrien | 2000-08-10 | 1 | -14/+17 |
| | | | | | | | | | | | configuration when BATCH is defined (as a BATCH user might want ncurses) only do it when package building. Also, add a knob so that the HTML docs build and intall can be turned on w/o doing a BATCH build. It would be nice if someone started a mutt-docs port to seperate the PITA docs building (due to sgmlformat, et al.) from the binary production. Asked for by: marko | ||||
* | Suposedly this is need when WITH_NCURSES_PORT is defined on a | obrien | 2000-08-10 | 1 | -0/+1 |
| | | | | | | FreeBSD 3.x box. Submitted by: Aaron Smith <aaron@mutex.org> | ||||
* | Upgrade to version 1.2.5. | obrien | 2000-07-30 | 3 | -16/+14 |
| | | | | Submitted by: Jim | ||||
* | Minor portlinting. | obrien | 2000-07-19 | 1 | -2/+2 |
| | |||||
* | Upgrade to version 1.2.4. | obrien | 2000-07-11 | 5 | -24/+24 |
| | |||||
* | Only configure for locales-fix if "WITH_LOCALES_FIX" is defined. | obrien | 2000-05-24 | 1 | -2/+4 |
| | | | | | | ache reports that configuring for locales-fix breaks non-ja/zh locales badly. Submitted by: ache | ||||
* | Use LOCALBASE instead of PREFIX in CC flags | ache | 2000-05-23 | 1 | -1/+1 |
| | | | | Submitted by: ade | ||||
* | Shared linking of -lintl | ache | 2000-05-23 | 1 | -1/+2 |
| | | | | PR: 18717 | ||||
* | "This fix the l10n'ed po displaying and other places in multibyte condition. | obrien | 2000-05-22 | 1 | -1/+2 |
| | | | | | | (For me it's zh_TW.Big5)" Submitted by: Clive Lin <clive@CirX.ORG> | ||||
* | Copy CP1251 charset under its official name: windows-1251 | ache | 2000-05-14 | 2 | -0/+2 |
| | |||||
* | Remove *.orig files in charmaps/maps in post-patch: - they are installed | ache | 2000-05-14 | 1 | -0/+3 |
| | | | | otherwise | ||||
* | Fix KOI8-R charmap | ache | 2000-05-14 | 1 | -0/+11 |
| | |||||
* | Update to the 1.2 release. | obrien | 2000-05-13 | 10 | -499/+606 |
| | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de> | ||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -4/+4 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-14 | 1 | -3/+4 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Master site hostname change. | obrien | 2000-03-11 | 1 | -1/+0 |
| | |||||
* | Link with -lxpg4 to mutt display multibyte char correctly under euc | obrien | 2000-02-29 | 1 | -3/+12 |
| | | | | | | | locales(ko_KR.EUC and ja_JP.*). PR: 16369 Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG> | ||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -7/+7 |
| | |||||
* | Update to version 1.0.1. | obrien | 2000-01-20 | 2 | -3/+3 |
| | |||||
* | Remove the "warning this is beta software and using it could email the | obrien | 1999-11-22 | 1 | -4/+0 |
| | | | | | | lauch codes to the nukes and start WW3" message. Submitted by: foxfair | ||||
* | Remove test code that *should* have bitten it before the commit. | obrien | 1999-10-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.0 release. | obrien | 1999-10-25 | 4 | -11/+30 |
| | |||||
* | properly restore default y/n responses lost | ache | 1999-09-27 | 2 | -31/+32 |
| | |||||
* | Crud! I put the BUILD_DEPENDS of msgfmt in the "batch" area rather than | obrien | 1999-09-26 | 1 | -2/+2 |
| | | | | make it unconditional. | ||||
* | Update to version 1.0pre3 | obrien | 1999-09-25 | 2 | -4/+5 |
| | |||||
* | Add a patch for zh_TW.Big5 language file. | vanilla | 1999-09-19 | 1 | -0/+16 |
| | |||||
* | Upgrade to 1.0 release candidate 2. | obrien | 1999-09-07 | 3 | -31/+3 |
| | |||||
* | Portlint. | obrien | 1999-08-29 | 1 | -1/+1 |
| | | | | Submitted by: mharo | ||||
* | Upgrade to version 1.0 prerelease #1. | obrien | 1999-08-26 | 3 | -4/+12 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | Upgrade to 0.95.7. | obrien | 1999-08-22 | 2 | -4/+4 |
| | |||||
* | s/BUILD_DEPEND/BUILD_DEPENDS/g | obrien | 1999-08-06 | 1 | -2/+2 |
| | |||||
* | Fix syntax error that was killing the package build. | asami | 1999-07-10 | 1 | -2/+2 |
| | |||||
* | Rather than be broken on the Alpha, just don't try to build the docs. | obrien | 1999-07-09 | 1 | -7/+6 |
| | |||||
* | Mark this port broken for Alpha because it coredumps in sgmls. | steve | 1999-07-05 | 1 | -1/+5 |
| | |||||
* | Upgrade to version 0.95.6. | obrien | 1999-06-23 | 2 | -4/+4 |
| | |||||
* | farily -> fairly | hoek | 1999-06-07 | 1 | -1/+1 |
| | |||||
* | Upgrade to 0.95.5. | obrien | 1999-05-26 | 2 | -4/+5 |
| | |||||
* | Depend on `urlview' when offically package building. | obrien | 1999-05-26 | 1 | -1/+4 |
| | |||||
* | Add (prepare to be shocked) WWW: | mharo | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Remove configuration files from PLIST | mharo | 1999-04-14 | 1 | -2/+0 |
| | | | | | PR: 11118 Submitted by: Tom Hukins tom@eborcom.com | ||||
* | upgrade to 0.95.4 | obrien | 1999-03-04 | 2 | -4/+4 |
| | |||||
* | better version of defaulting English responces patch | ache | 1999-02-19 | 1 | -63/+54 |
| | |||||
* | fix errors in ru.po (posted to mutt-dev) | ache | 1999-02-16 | 1 | -1/+3 |
| | |||||
* | use English fallback for multi_choice responces too | ache | 1999-02-16 | 1 | -13/+92 |
| | | | | (patch posted to mutt-dev) | ||||
* | manual.latin1 should be in the optional plist file, not the standard one. | obrien | 1999-02-14 | 2 | -1/+1 |
| | | | | | bug noticed by: ache implied-Ok'ed to fix problems experienced by ache's, by: Satoshi | ||||
* | * fix support for Russan language - there is a sign extension bug in new | obrien | 1999-02-14 | 2 | -14/+40 |
| | | | | | | | | version and lack of english responce fallback * when installing in the face of certain environmental vars, manual.latin1 does not get installed Submitted by: ache Ok'ed by: Satoshi | ||||
* | upgrade to 0.95.3 | obrien | 1999-02-13 | 3 | -7/+7 |
| | |||||
* | Adjust PLIST's | obrien | 1999-02-01 | 2 | -0/+16 |
| | |||||
* | add Russian Windows charset | ache | 1999-01-09 | 1 | -0/+10 |
| | |||||
* | remove CONIGURE_ARGS --enable-dsn and --enable-hidden-host as they are now | obrien | 1999-01-08 | 1 | -3/+2 |
| | | | | run-time .muttrc configurable. | ||||
* | upgrade to 0.95.1 | obrien | 1999-01-05 | 2 | -5/+8 |
| | |||||
* | Upgrade to version 0.95. | obrien | 1998-12-13 | 8 | -140/+235 |
| | | | | | Note that Muttrc and mime.types have moved from PREFIX/share/misc -> PREFIX/etc | ||||
* | Remove all the remaining regexps from LIB_DEPENDS. There are some | asami | 1998-10-09 | 1 | -2/+2 |
| | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. | ||||
* | Reference ${PREFIX}/share/doc/mutt/ in the manpage (though only if we | eivind | 1998-10-02 | 2 | -1/+18 |
| | | | | | | install the docs). OK'ed by: obrien | ||||
* | Completely remove regexp support (not only trailing dot) now that | asami | 1998-09-23 | 1 | -3/+3 |
| | | | | libslang is ELFized. | ||||
* | slang is now ELF. | smace | 1998-09-23 | 1 | -3/+3 |
| | |||||
* | Remove more manpages, as part of the great manpage removal project. | hoek | 1998-08-17 | 1 | -1/+0 |
| | |||||
* | Upgrade to 0.93.2 | obrien | 1998-08-05 | 2 | -4/+4 |
| | |||||
* | Add homepage to pkg/DESCR | hoek | 1998-07-25 | 1 | -1/+1 |
| | |||||
* | Build HTML doc files if "BATCH" is defined. | obrien | 1998-07-23 | 3 | -6/+271 |
| | | | | Requested by: Adrian Wontroba <aw1@stade.co.uk> | ||||
* | Don't use "Mail-Followup-To" header. | obrien | 1998-07-23 | 1 | -0/+11 |
| | | | | Submitted by: Martin Cracauer <cracauer@cons.org> | ||||
* | Revert to compiling agaist stock ncurses by default (requested by ache) | obrien | 1998-07-19 | 1 | -4/+13 |
| | | | | | | | | | | | If "BATCH" is defined (ie. building packages for the CDROM, link agaist libslang. Also does the right thing if "USE_NCURSES_PORT" or "USE_SLANG" is defined. Note that resizing works better for me with Slang than with the ncurses 4.2 port. I'm using Slang over the ncurses port because the ncurses 4.2 port does NOT support the "xterm-color" terminal type. (and a big reason for linking with ncurses is for color support) | ||||
* | * upgrade to 0.93.1 | obrien | 1998-07-18 | 3 | -15/+14 |
| | | | | | * use ncurses port rather than base systems -- window resizing works better (although not perfectly) | ||||
* | Upgrade to 0.93 | obrien | 1998-07-16 | 5 | -23/+38 |
| | |||||
* | Upgrade to version 0.91.1 | obrien | 1998-04-18 | 3 | -6/+7 |
| | |||||
* | Add the new patchfile here too. | asami | 1998-03-03 | 1 | -0/+1 |
| | | | | Forgotten by: obrien :> | ||||
* | distpatch to help some PGP5 problems. | obrien | 1998-03-01 | 1 | -5/+6 |
| | |||||
* | Upgrade to minor patch version 0.89.1 | obrien | 1998-02-02 | 2 | -3/+3 |
| | |||||
* | workaround on failed bkgdset test | ache | 1998-01-30 | 1 | -0/+14 |
| | |||||
* | Upgrade to version 0.89. | obrien | 1998-01-28 | 4 | -17/+104 |
| | | | | | | | | | NOTE, this is now the full version. Michael has pushed the PGP hooks development off-shore. This port now fetches from there. Mutt does not contain crypo, just hooks to run an extern application. All I've talked to feel ITAR does NOT prohibit this -- as Mutt isn't using the PGP ABI. In fact, our current Elm package is built with PGP hooks and we do not control it, so I am treaing Mutt in the same way. | ||||
* | Upgrade to "release" version 0.88 | obrien | 1997-11-16 | 3 | -16/+11 |
| | |||||
* | Back out 1.9 temporarily so this one will package. | asami | 1997-10-15 | 1 | -2/+2 |
| | |||||
* | Correct package list. | jraynard | 1997-10-15 | 1 | -2/+2 |
| | | | | PR: 4608 | ||||
* | Upgrade to 0.84. | obrien | 1997-10-01 | 2 | -3/+3 |
| | |||||
* | Upgrade to 0.81. | obrien | 1997-08-05 | 2 | -3/+3 |
| | | | | (warning: PGP patch for international users isn't available yet) | ||||
* | Sync up CONFIG_ARGS. | obrien | 1997-07-25 | 1 | -2/+2 |
| | | | | currently "--enable-hidden-host" is in effect. Opinions? | ||||
* | Upgrade to 0.79 | obrien | 1997-07-15 | 2 | -3/+3 |
| | |||||
* | Upgrade to 0.76. | obrien | 1997-06-08 | 2 | -3/+3 |
| | | | | (pgp patch is not presently on public ftp site, but should be soon) | ||||
* | Minor cleanup of Makefiles | obrien | 1997-06-06 | 1 | -5/+2 |
| | |||||
* | Upgrade to 0.75. | obrien | 1997-05-31 | 2 | -3/+3 |
| | | | | This is purely a bug-fix version. No new features have been added. | ||||
* | Add ache's configure options to the export version. | obrien | 1997-05-26 | 1 | -1/+3 |
| | |||||
* | Back out, commited in wrong directory | ache | 1997-05-19 | 2 | -98/+32 |
| | |||||
* | Fix problem with PGP patch | ache | 1997-05-19 | 2 | -32/+98 |
| | | | | Add -lmytinfo to LIBS | ||||
* | Upgrade to 0.74. | obrien | 1997-05-17 | 2 | -4/+4 |
| | |||||
* | As Michael Elkins says upgrade to "lucky number 69". | obrien | 1997-04-06 | 2 | -3/+3 |
| | |||||
* | Upgrade to 0.68 | obrien | 1997-04-02 | 2 | -3/+3 |
| | |||||
* | Upgrade to 0.67 | obrien | 1997-03-23 | 2 | -4/+4 |
| | |||||
* | Upgrade to 0.66 | obrien | 1997-03-17 | 1 | -79/+0 |
| | |||||
* | Upgrade to version 0.66. | obrien | 1997-03-17 | 1 | -24/+1 |
| | |||||
* | Upgrade to version 0.66. | obrien | 1997-03-17 | 1 | -11/+3 |
| | | | | | | One thing added is being able to determin your domain name (as in FQDN) at runtime by reading your /etc/resolv.conf file. Both "domain" and "search" directives are supported. | ||||
* | Use gethostname() if the system has it. This is in preference to | obrien | 1997-03-10 | 1 | -0/+79 |
| | | | | | | hardcoding the domain. Submitted by: Joerg | ||||
* | Upgrade to 0.65. | obrien | 1997-03-10 | 2 | -50/+37 |
| | |||||
* | Upgrade to 0.64. Warning, the .muttrc syntax hash changed a little) | obrien | 1997-03-06 | 2 | -17/+51 |
| | | | | | Start off mutt port with patches 3-9, 11-13, 16, 20-23, 25, 27. Start off mutt.with_pgp port with patches 3-9,11-13,16-17,20-23,25-27. | ||||
* | Add patches 2,3,8,9 to mutt. | obrien | 1997-02-20 | 2 | -2/+14 |
| | | | | Add patches 2,3,5,8,9 to mutt.with_pgp. | ||||
* | Upgrade to 0.60 | obrien | 1997-02-02 | 2 | -3/+3 |
| | |||||
* | Upgrade mutt.with_pgp to 0.59 PL19. | obrien | 1997-01-30 | 3 | -32/+12 |
| | | | | Upgrade mutt to 0.59.1 PL0. (0.59e is hopelessly broken) | ||||
* | Upgrade to 0.58 PL15 | obrien | 1997-01-20 | 2 | -23/+27 |
| | |||||
* | Upgrade to 0.57 PL 4. | obrien | 1997-01-19 | 5 | -66/+12 |
| | | | | (note that 0.58 is out, but I want to lets the bugs shake out of it first). | ||||
* | Upgrade 0.55 to PL15 | obrien | 1997-01-02 | 3 | -2/+55 |
| | | | | | | | Remade all checksums. Added Andreas's patch that remembers the last directory when doing a change folder operation. | ||||
* | Upgrade 0.55 to PL10. | obrien | 1996-12-31 | 6 | -10/+70 |
| | | | | | | | | | And fix patches to version.h to say this version, rather than the last one. Noticed by: Andreas Klemm Excelent patches applied so that we can produce the HTML docs using our own SGML tools. Submitted by: J"org | ||||
* | Add "mutt/" in front of filenames. | asami | 1996-12-28 | 1 | -4/+4 |
| | |||||
* | Upgrade to version 0.55 (and patches upto 04.xyz.PATCH) | obrien | 1996-12-25 | 4 | -40/+10 |
| | |||||
* | Upgrade to 0.54 and patches upto 15.*.PATCH | obrien | 1996-12-18 | 3 | -45/+39 |
| | |||||
* | Now upto PL-19. | obrien | 1996-12-08 | 2 | -3/+15 |
| | | | | | Move berlin back to .de from .fr (it didn't make it there last time -- crash on freefall happened in mid commit) | ||||
* | Ollivier posted patches upto 13. | obrien | 1996-12-05 | 2 | -5/+9 |
| | |||||
* | Upgraded to PL-10. | obrien | 1996-12-03 | 3 | -3/+28 |
| | |||||
* | Cannot have an empty PATCHFILES if you have a DIST_SUBDIR now. | obrien | 1996-12-01 | 1 | -2/+2 |
| | |||||
* | add "mutt/" to the MD5 checksum | obrien | 1996-12-01 | 1 | -1/+1 |
| | |||||
* | Upgrade to 0.53 | obrien | 1996-12-01 | 2 | -3/+3 |
| | |||||
* | Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to | asami | 1996-11-30 | 1 | -1/+1 |
| | | | | changes made in rev. 1.232 of bsd.port.mk. | ||||
* | share/misc is now sanctioned in 2.2 | obrien | 1996-11-26 | 1 | -2/+2 |
| | | | | Reviewed by: Satoshi | ||||
* | Fixed paths to reflect FBSD standard vs. my local box. | obrien | 1996-11-26 | 1 | -2/+2 |
| | |||||
* | Change DIST_SUBDIR to lowercase, like other ports. | asami | 1996-11-26 | 1 | -2/+2 |
| | |||||
* | Upgrade to version 0.52 | obrien | 1996-11-25 | 3 | -32/+11 |
| | |||||
* | Fix the PLIST. | markm | 1996-11-21 | 1 | -2/+2 |
| | | | | (I did this yonks ago and forgot to commit) | ||||
* | Convert to use MAN[1-8LN] | obrien | 1996-11-17 | 1 | -2/+2 |
| | |||||
* | Don't make a seperate subdir w/DISTDIR for each version. | obrien | 1996-11-12 | 1 | -2/+2 |
| | | | | Requested by: Satoshi | ||||
* | Variable reordering. Removed a bogus "\" line continuation. | obrien | 1996-11-11 | 1 | -4/+5 |
| | | | | Submitted by: Satoshi | ||||
* | Added warning that this is beta software (but quite usable -- both Olliver | obrien | 1996-11-10 | 1 | -2/+13 |
| | | | | | | | and I use mutt as our main MUA). Note, that its threaded support (ala SLRN) really helps in reading FBSD mailing lists. | ||||
* | Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh, | obrien | 1996-11-10 | 5 | -0/+79 |
part everything else) is an interactive screen-oriented mailer program that supersedes Elm, Pine, mail and mailx. This version of the port does *not* support PGP. The author considers the distfile with PGP hooks to be covered under ITAR. I have a PGP suporting mutt port that I will commit later. |