Clive Lin
275fb2a3c4
Catch up with mail/mutt-devel.
2005-03-16 02:25:09 +00:00
Clive Lin
e18dfbc778
Catch up with mail/mutt-devel.
2005-02-15 14:34:02 +00:00
Clive Lin
a7bed37f0b
Catch up with mail/mutt-devel upgrade.
2005-02-06 15:16:04 +00:00
Clive Lin
497a4186c1
Correct a PLIST problem of zh-mutt.
...
Reported by: pointyhat via kris
Submitted by: MAINTAINER of mutt-devel
2004-12-20 16:23:12 +00:00
Clive Lin
a76957818b
My site is back and stable for a while, so point PATCH_SITES
...
back to the warm house.
Sponsored by: UnitedLayer, LLC.
2004-11-14 16:43:28 +00:00
Clive Lin
0d2dc10b68
Replace a dead site with a working one.
2004-08-29 15:58:50 +00:00
Clive Lin
65cd88381c
Don't use ctype inline to avoid redefinition of wcwidth(), implemented
...
in latest -CURRENT.
PR: ports/70471
Submitted by: dhchen <dhchen at dhchen.com>
2004-08-18 03:41:57 +00:00
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
e60f196636
Make the last line of Makefile to be
...
.include "${MASTERDIR}/Makefile"
2004-03-30 19:03:27 +00:00
Clive Lin
3a759003cb
Update distinfo accordingly.
...
PR: ports/62355
Freed by: Mandatory Military Service
2004-02-14 07:55:34 +00:00
Kris Kennaway
39d7c31019
BROKEN: Incorrect distinfo
2004-02-07 12:26:42 +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
ed31682479
Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDING
...
is defined.
Noted by: kris
2003-06-28 19:13:11 +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
4ad7c5b9d2
o Add a plus sign in the PATCH_SITES of master port. (mail/mutt-devel)
...
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.
2003-05-04 09:53:39 +00:00
Clive Lin
48bb88dc2e
Catch up with master port.
2003-03-25 22:39:04 +00:00
Akinori MUSHA
4d0a0dc1c6
De-pkg-comment.
2003-02-21 12:51:06 +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
ac304c265b
Remove a obsoleted variable for cleanness.
2002-10-01 11:45:11 +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
ce0152a0dc
Distfile relocated.
2002-08-27 13:39:17 +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
857a47813e
Fix PORTREVISION.
...
Turn on Outlook compatibility by default.
2002-03-14 06:31:21 +00:00
Clive Lin
2c0bfa9973
Chasing mail/mutt-devel update.
2002-03-14 05:07:42 +00:00
Clive Lin
1e45abb474
Rollback to revisions below:
...
1.12 ports/chinese/mutt/Makefile (somewhat)
1.154 ports/mail/mutt-devel/Makefile
Previous commits break our lovely portupgrade.
2002-03-09 20:23:25 +00:00
Clive Lin
f4a10f99ac
Automate PORTREVISION issue bewteen master port and slave port.
...
Approved by: MAINTAINER
2002-03-09 17:21:54 +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
909d2dd10f
Fix make index.
...
Discovered by: steve
2002-01-30 08:20:48 +00:00
Clive Lin
0466fdc8c6
PORTREVISION of this port is 4 now.
...
(Its master port has 3 and itself has 1)
2002-01-30 02:35:26 +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
96c6f9efc5
Correct a typo
...
Submitted by: Chia-liang Kao <clkao@clkao.org>
2001-11-29 05:52:37 +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
Clive Lin
1a7cedf3ba
Add a new PATCH_SITES entry.
2001-09-05 07:03:34 +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