Rong-En Fan
46c0a4b94c
- Update for 1.5.21
2010-09-26 20:16:03 +00:00
Rong-En Fan
b3a0b00695
- Fix build after mail/mutt-devel upgraded to 1.5.20
2009-06-29 06:02:52 +00:00
Rong-En Fan
4bd735a826
- Fix build after devel/mutt-devel update
2009-02-11 13:31:52 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Rong-En Fan
4cce0b6d76
- Update for 1.5.18
...
- Put patch to files/ for easier management and update
2008-05-22 04:18:45 +00:00
Martin Wilke
2e1f858ad9
- Update to 1.5.17
...
PR: 117822
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
rafan (zh-mutt maintainer)
2007-12-13 01:26:10 +00:00
Rong-En Fan
2d6b4b85ca
- Sync distinfo with mail/mutt-devel
...
Reported by: pointyhat via pav
2007-07-10 14:00:59 +00:00
Rong-En Fan
63d46ceca0
- Update to 1.5.16
2007-06-30 20:28:43 +00:00
Rong-En Fan
0a835ee1f5
- Remove 4.x left-overs, we have working wc* functions on 5.x and above.
...
This should fix Big5 mutt message display.
Reported by: ijliao
Tested by: ijliao
2007-04-16 03:24:18 +00:00
Rong-En Fan
15a314e057
- Fix truncated sha256
2007-04-13 01:43:45 +00:00
Martin Wilke
ac57b13e7d
- Fix typo
...
Approved by: common sense
2007-04-12 20:42:04 +00:00
Martin Wilke
dd5956f9fd
- readd failed patchset
...
Approved by: rafan@ (maintainer)
2007-04-12 20:35:38 +00:00
Martin Wilke
a38b9ced7a
Sync with master port (mutt-devel)
...
Approved by: rafan (maintainer)
2007-04-12 19:11:04 +00:00
Rong-En Fan
ef544f472a
- Chase mail/mutt-devel update
2007-04-12 07:35:28 +00:00
Rong-En Fan
8b17956fdb
- Put all distinfo from mail/mutt-devel back
2007-03-12 12:50:04 +00:00
Rong-En Fan
e0354efaae
- Add missing distinfo for package building
2007-03-12 09:12:56 +00:00
Rong-En Fan
9511d7abf2
- Chase mutt-devel 1.5.14
...
- Take maintainership
Approved by: clive (maintainer)
2007-03-05 12:22:44 +00:00
Clive Lin
cf7e267ca8
Catch up with master port.
2006-09-10 08:12:11 +00:00
Clive Lin
41b8d940bb
Catch up with master port (mail/mutt-devel).
...
PR: ports/101165
2006-08-08 07:37:49 +00:00
Clive Lin
1a707520db
Updating PORTREVISION.
...
Reminded by: shaun
2006-07-03 07:17:04 +00:00
Clive Lin
25ce9b141c
Merge distinfo from master port.
...
Enable WITH_MUTT_ASSUMED_CHARSET_PATCH.
Enable WITHOUT_MUTT_XML when not in package building.
Revise comment wording.
PR: ports/96081 (based on)
Submitted by: Rong-En Fan <rafan AT infor DOT org>
2006-04-20 10:50:48 +00:00
Clive Lin
aacc719271
Catch up with master port (mail/mutt-devel)
2005-09-19 06:55:44 +00:00
Clive Lin
f6a2177cda
Catch up with master port (mail/mutt-devel)
2005-08-30 03:20:59 +00:00
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