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
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
ef544f472a
- Chase mail/mutt-devel update
2007-04-12 07:35:28 +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
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
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
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
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
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
1a7cedf3ba
Add a new PATCH_SITES entry.
2001-09-05 07:03:34 +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
Maxim Sobolev
f88690bf53
Ports policy:
...
Ensure that the master category is always matches name of the parent
(category) directory. This is required for ORIGIN to function properly.
2001-05-22 18:19:44 +00:00
Satoshi Asami
f7c1b90f73
Change places where "/patches/" is spelled out to "/files/".
2000-10-08 10:25:16 +00:00
David E. O'Brien
5effb6b76e
Turn on locale fixes.
...
Submitted by: Clive Lin <clive@cirx.org>
2000-09-02 06:03:51 +00:00
David E. O'Brien
9f880fa917
I changed the name of a patch, but forgot to update it here.
2000-08-31 21:19:22 +00:00
David E. O'Brien
e5f349ca10
Make this a proper satellite port.
...
Approved by: maintainer
2000-08-30 05:31:58 +00:00
Vanilla I. Shu
bd53eefe64
import chinese-localed mutt.
...
PR: ports/20805
Submitted by: Clive Lin <clive@CirX.ORG>
2000-08-26 09:02:47 +00:00