Commit graph

31 commits

Author SHA1 Message Date
Clive Lin
4c959e3553 + Updated patchset:
+ 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.
2004-06-16 17:52:36 +00:00
Clive Lin
3a759003cb Update distinfo accordingly.
PR:		ports/62355
Freed by:	Mandatory Military Service
2004-02-14 07:55:34 +00:00
Clive Lin
329693e303 Follow up with mail/mutt-devel. 2003-11-07 16:10:56 +00:00
Clive Lin
7ec86573cd Update to patchset 20030807.
This patchset teaches mutt big5-hkscs charset.
2003-08-09 06:38:39 +00:00
Clive Lin
d1a27c5e24 Update patchset checksum and revision date.
Changes in patchset: update zh_TW.po patch.
Patch submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
2003-06-13 17:44:46 +00:00
Clive Lin
48bb88dc2e Catch up with master port. 2003-03-25 22:39:04 +00:00
Clive Lin
edda9fe782 o Chasing mail/mutt-devel upgrade.
o Add --without-wc-funcs to MUTT_CONFIGURE_ARGS, because wc family in
  -CURRENT does not work well with mutt.
2003-01-01 20:48:15 +00:00
Clive Lin
5bc499ce47 Update for a new patchset, which has only different comments.
No functionality changes.
2002-09-01 15:54:44 +00:00
Clive Lin
344f692a2b Since the Big5<->GB mapping in iconv is simply broken
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>
2002-08-29 20:21:54 +00:00
Clive Lin
3ed8cda5ed Catch up with mail/mutt-devel.
Noted by: vanilla
2002-06-16 17:07:55 +00:00
Clive Lin
a3e3a853cc Chasing mail/mutt-devel upgrade. 2002-05-03 18:55:16 +00:00
Clive Lin
19e3609df7 Post gettext-0.11.1 fix. 2002-04-15 00:03:25 +00:00
Clive Lin
4e2dfb8177 Follows change of mail/mutt-devel/distinfo. 2002-03-31 16:14:07 +00:00
Clive Lin
c0cd77da68 Something wrong in my local configuration :) Most people do not have
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
2002-03-18 07:12:20 +00:00
Clive Lin
26bd1515e0 Fix make install after gettext upgrade. 2002-03-16 05:20:31 +00:00
Clive Lin
2c0bfa9973 Chasing mail/mutt-devel update. 2002-03-14 05:07:42 +00:00
Clive Lin
23016fb08c Wrap exactly by margin.
PR: ports/34610
Submitted by: Michael Hsin <mhsin@mhsin.org>
2002-02-17 22:39:00 +00:00
Clive Lin
8fa93eed31 o Extra patchset changed. Now we have the first big5 line wrapping friendly
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!)
2002-01-28 18:06:30 +00:00
Clive Lin
6e185b5df7 - Use the latest patches from www.mutt.org.ua.
Obtained from: mail/mutt-devel
2002-01-28 15:52:52 +00:00
Clive Lin
b19a4448fb Chasing mail/mutt-devel upgrade. 2002-01-23 09:21:56 +00:00
Clive Lin
c9d678bcf3 Chasing mail/mutt-devel/upgrade. 2002-01-19 12:41:22 +00:00
Clive Lin
d7deed34fc Chasing mail/mutt-devel upgrade. 2002-01-04 15:38:57 +00:00
Clive Lin
686b8811d5 Chasing mail/mutt-devel. 2001-12-05 06:34:58 +00:00
Clive Lin
f92c1aafa5 Add missing entry. 2001-11-18 05:56:57 +00:00
Clive Lin
27c23ffb95 Chasing mail/mutt-devel.
Reminded by: statue@freebsd.sinica.edu.tw on #bsdchat (zh channel ;-)
2001-11-11 12:46:25 +00:00
Clive Lin
8ec9d88103 Chasing mail/mutt-devel. 2001-11-02 04:47:35 +00:00
Clive Lin
11ca9cb616 Chasing mail/mutt-devel.
Reminded by: forth@mail.net.tw
2001-10-11 18:48:47 +00:00
Ying-Chieh Liao
a98d2ea4c0 something wrong with zh-mutt-1.3.22.1.diff.gz in clive's last commit
Submitted by:	clive (who is currently prisoned in his company :p)
2001-09-03 04:35:59 +00:00
Clive Lin
532114094c Chasing mail/mutt-devel (1.3.21 -> 1.3.22.1) 2001-09-02 11:07:30 +00:00
Clive Lin
1af61da4bc Chasing mail/mutt-devel (1.3.20 -> 1.3.21). 2001-08-25 05:49:54 +00:00
Clive Lin
0ce94e7d13 Update to mutt 1.3.20.
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.
2001-07-29 15:28:41 +00:00