Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a dead site with a working one. | clive | 2004-08-29 | 1 | -1/+1 |
| | |||||
* | Don't use ctype inline to avoid redefinition of wcwidth(), implemented | clive | 2004-08-18 | 1 | -0/+2 |
| | | | | | | | in latest -CURRENT. PR: ports/70471 Submitted by: dhchen <dhchen at dhchen.com> | ||||
* | + Updated patchset: | clive | 2004-06-17 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | + Avoid misuse of safe_strdup shipped with mutt. + It returns 0 (NULL pointer) instead of pointer to 0 (empty string) if the source string is empty(""). Consequently iconv_open will cause mutt to core-dumps itself. It expects const char* instead of NULL pointer. + On each successful call to wraped iconv_open provided by the patchset, small piece of memory is allocated by safe_strdup. The original patchset did not free it. Above submitted by: Kuang-che Wu <kcwu at kcwu dot homeip dot net> + Experimental abuse of PORTREVISION. More testing is in progress. It will be really activated via master port if there's nothing else broken. | ||||
* | Make the last line of Makefile to be | clive | 2004-03-31 | 1 | -2/+2 |
| | | | | .include "${MASTERDIR}/Makefile" | ||||
* | Update distinfo accordingly. | clive | 2004-02-14 | 2 | -11/+19 |
| | | | | | PR: ports/62355 Freed by: Mandatory Military Service | ||||
* | BROKEN: Incorrect distinfo | kris | 2004-02-07 | 1 | -0/+2 |
| | |||||
* | Follow up with mail/mutt-devel. | clive | 2003-11-08 | 2 | -10/+9 |
| | |||||
* | Update to patchset 20030807. | clive | 2003-08-09 | 2 | -2/+3 |
| | | | | This patchset teaches mutt big5-hkscs charset. | ||||
* | Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDING | clive | 2003-06-29 | 1 | -1/+0 |
| | | | | | | is defined. Noted by: kris | ||||
* | Update patchset checksum and revision date. | clive | 2003-06-14 | 2 | -2/+2 |
| | | | | | Changes in patchset: update zh_TW.po patch. Patch submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> | ||||
* | o Add a plus sign in the PATCH_SITES of master port. (mail/mutt-devel) | clive | 2003-05-04 | 1 | -1/+3 |
| | | | | | | | | | | | Otherwise the PATCH_SITES in the slave port would be overwrited. o WITHOUT_MUTT_HTML, WITHOUT_MUTT_COMPRESSED_FOLDERS are enabled in the slave port now. The former shortens the depends list, for the taste of people on the #bsdchat. The reason for later knob is that I currently have not much time to deal with it. o Change the MAINTAINER to me, requested by previous maintainer. | ||||
* | Catch up with master port. | clive | 2003-03-26 | 1 | -6/+10 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-21 | 1 | -0/+1 |
| | |||||
* | o Chasing mail/mutt-devel upgrade. | clive | 2003-01-02 | 2 | -7/+7 |
| | | | | | o Add --without-wc-funcs to MUTT_CONFIGURE_ARGS, because wc family in -CURRENT does not work well with mutt. | ||||
* | Remove a obsoleted variable for cleanness. | clive | 2002-10-01 | 1 | -1/+0 |
| | |||||
* | Update for a new patchset, which has only different comments. | clive | 2002-09-01 | 2 | -2/+2 |
| | | | | No functionality changes. | ||||
* | Since the Big5<->GB mapping in iconv is simply broken | clive | 2002-08-30 | 2 | -2/+5 |
| | | | | | | | | | | and not acceptable, hook another table included in autoconvert (called libhz) is not an option. This new patchset also adds copyright in files not written by myself. Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org> | ||||
* | Distfile relocated. | clive | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | Catch up with mail/mutt-devel. | clive | 2002-06-17 | 2 | -9/+9 |
| | | | | Noted by: vanilla | ||||
* | Chasing mail/mutt-devel upgrade. | clive | 2002-05-04 | 2 | -7/+7 |
| | |||||
* | Post gettext-0.11.1 fix. | clive | 2002-04-15 | 2 | -2/+2 |
| | |||||
* | Follows change of mail/mutt-devel/distinfo. | clive | 2002-04-01 | 1 | -4/+4 |
| | |||||
* | Something wrong in my local configuration :) Most people do not have | clive | 2002-03-18 | 2 | -2/+2 |
| | | | | | | | WANT_FULL_GETTEXT=YES in their /etc/make.conf. Revert to old patchset, and wait for gettext 0.10.40 becomes default. Noted by: ijliao | ||||
* | Fix make install after gettext upgrade. | clive | 2002-03-16 | 2 | -2/+2 |
| | |||||
* | Fix PORTREVISION. | clive | 2002-03-14 | 2 | -1/+6 |
| | | | | Turn on Outlook compatibility by default. | ||||
* | Chasing mail/mutt-devel update. | clive | 2002-03-14 | 1 | -7/+6 |
| | |||||
* | Rollback to revisions below: | clive | 2002-03-10 | 1 | -1/+1 |
| | | | | | | | 1.12 ports/chinese/mutt/Makefile (somewhat) 1.154 ports/mail/mutt-devel/Makefile Previous commits break our lovely portupgrade. | ||||
* | Automate PORTREVISION issue bewteen master port and slave port. | clive | 2002-03-10 | 1 | -1/+1 |
| | | | | Approved by: MAINTAINER | ||||
* | Wrap exactly by margin. | clive | 2002-02-18 | 2 | -3/+4 |
| | | | | | PR: ports/34610 Submitted by: Michael Hsin <mhsin@mhsin.org> | ||||
* | Fix make index. | clive | 2002-01-30 | 1 | -0/+2 |
| | | | | Discovered by: steve | ||||
* | PORTREVISION of this port is 4 now. | clive | 2002-01-30 | 1 | -0/+1 |
| | | | | (Its master port has 3 and itself has 1) | ||||
* | o Extra patchset changed. Now we have the first big5 line wrapping friendly | clive | 2002-01-29 | 2 | -1/+3 |
| | | | | | | | | mutt in the freenix world. (Yay!) Submitted by: Chou Yeh-Jyi <yjchou@age.homeip.net> o Turn on WITH_MUTT_NCURSES and WITHOUT_MUTT_SGMLFORMAT by default. (Yay!) | ||||
* | - Use the latest patches from www.mutt.org.ua. | clive | 2002-01-28 | 1 | -5/+5 |
| | | | | Obtained from: mail/mutt-devel | ||||
* | Chasing mail/mutt-devel upgrade. | clive | 2002-01-23 | 1 | -2/+2 |
| | |||||
* | Chasing mail/mutt-devel/upgrade. | clive | 2002-01-19 | 1 | -7/+7 |
| | |||||
* | Chasing mail/mutt-devel upgrade. | clive | 2002-01-04 | 1 | -7/+7 |
| | |||||
* | Chasing mail/mutt-devel. | clive | 2001-12-05 | 1 | -7/+7 |
| | |||||
* | Correct a typo | clive | 2001-11-29 | 1 | -1/+1 |
| | | | | Submitted by: Chia-liang Kao <clkao@clkao.org> | ||||
* | Add missing entry. | clive | 2001-11-18 | 1 | -0/+5 |
| | |||||
* | Chasing mail/mutt-devel. | clive | 2001-11-11 | 1 | -7/+2 |
| | | | | Reminded by: statue@freebsd.sinica.edu.tw on #bsdchat (zh channel ;-) | ||||
* | Chasing mail/mutt-devel. | clive | 2001-11-02 | 1 | -7/+7 |
| | |||||
* | Chasing mail/mutt-devel. | clive | 2001-10-12 | 1 | -7/+7 |
| | | | | Reminded by: forth@mail.net.tw | ||||
* | Add a new PATCH_SITES entry. | clive | 2001-09-05 | 1 | -1/+2 |
| | |||||
* | something wrong with zh-mutt-1.3.22.1.diff.gz in clive's last commit | ijliao | 2001-09-03 | 1 | -1/+1 |
| | | | | Submitted by: clive (who is currently prisoned in his company :p) | ||||
* | Chasing mail/mutt-devel (1.3.21 -> 1.3.22.1) | clive | 2001-09-02 | 1 | -7/+7 |
| | |||||
* | Chasing mail/mutt-devel (1.3.20 -> 1.3.21). | clive | 2001-08-25 | 1 | -2/+7 |
| | |||||
* | Add notes for users migrating from mutt 1.2.x | clive | 2001-07-30 | 1 | -0/+9 |
| | | | | Submitted by: gugod@gugod.org | ||||
* | Update to mutt 1.3.20. | clive | 2001-07-29 | 7 | -71/+15 |
| | | | | | | Because we Chinese people have to deal with at least 2 charsets, let's forget about the mutt / mutt-devel strategy. We just need mutt 1.3.x. | ||||
* | Ports policy: | sobomax | 2001-05-23 | 1 | -0/+2 |
| | | | | | Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly. | ||||
* | Change places where "/patches/" is spelled out to "/files/". | asami | 2000-10-08 | 1 | -4/+4 |
| | |||||
* | Turn on locale fixes. | obrien | 2000-09-02 | 1 | -0/+2 |
| | | | | Submitted by: Clive Lin <clive@cirx.org> | ||||
* | I changed the name of a patch, but forgot to update it here. | obrien | 2000-09-01 | 1 | -2/+2 |
| | |||||
* | Make this a proper satellite port. | obrien | 2000-08-30 | 2 | -102/+21 |
| | | | | Approved by: maintainer | ||||
* | Break patch-0b into the one file for each source file patched. Having a | obrien | 2000-08-26 | 3 | -0/+49 |
| | | | | patch apply to >1 file is against the Porter's Handbook's guidlines. | ||||
* | import chinese-localed mutt. | vanilla | 2000-08-26 | 1 | -0/+114 |
PR: ports/20805 Submitted by: Clive Lin <clive@CirX.ORG> |