aboutsummaryrefslogtreecommitdiff
path: root/chinese/mutt
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with mail/mutt-devel.Clive Lin2005-03-161-12/+14
| | | | Notes: svn path=/head/; revision=131362
* Catch up with mail/mutt-devel.Clive Lin2005-02-151-14/+12
| | | | Notes: svn path=/head/; revision=128920
* Catch up with mail/mutt-devel upgrade.Clive Lin2005-02-061-16/+14
| | | | Notes: svn path=/head/; revision=128156
* Correct a PLIST problem of zh-mutt.Clive Lin2004-12-201-0/+1
| | | | | | | | Reported by: pointyhat via kris Submitted by: MAINTAINER of mutt-devel Notes: svn path=/head/; revision=124602
* My site is back and stable for a while, so point PATCH_SITESClive Lin2004-11-141-1/+2
| | | | | | | | | back to the warm house. Sponsored by: UnitedLayer, LLC. Notes: svn path=/head/; revision=121576
* Replace a dead site with a working one.Clive Lin2004-08-291-1/+1
| | | | Notes: svn path=/head/; revision=117576
* Don't use ctype inline to avoid redefinition of wcwidth(), implementedClive Lin2004-08-181-0/+2
| | | | | | | | | | in latest -CURRENT. PR: ports/70471 Submitted by: dhchen <dhchen at dhchen.com> Notes: svn path=/head/; revision=116561
* + Updated patchset:Clive Lin2004-06-162-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. Notes: svn path=/head/; revision=111610
* Make the last line of Makefile to beClive Lin2004-03-301-2/+2
| | | | | | | .include "${MASTERDIR}/Makefile" Notes: svn path=/head/; revision=105721
* Update distinfo accordingly.Clive Lin2004-02-142-11/+19
| | | | | | | | PR: ports/62355 Freed by: Mandatory Military Service Notes: svn path=/head/; revision=100901
* BROKEN: Incorrect distinfoKris Kennaway2004-02-071-0/+2
| | | | Notes: svn path=/head/; revision=100239
* Follow up with mail/mutt-devel.Clive Lin2003-11-072-10/+9
| | | | Notes: svn path=/head/; revision=93307
* Update to patchset 20030807.Clive Lin2003-08-092-2/+3
| | | | | | | This patchset teaches mutt big5-hkscs charset. Notes: svn path=/head/; revision=86623
* Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDINGClive Lin2003-06-281-1/+0
| | | | | | | | | is defined. Noted by: kris Notes: svn path=/head/; revision=83783
* Update patchset checksum and revision date.Clive Lin2003-06-132-2/+2
| | | | | | | | Changes in patchset: update zh_TW.po patch. Patch submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> Notes: svn path=/head/; revision=82942
* o Add a plus sign in the PATCH_SITES of master port. (mail/mutt-devel)Clive Lin2003-05-041-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. Notes: svn path=/head/; revision=80104
* Catch up with master port.Clive Lin2003-03-251-6/+10
| | | | Notes: svn path=/head/; revision=77463
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76038
* o Chasing mail/mutt-devel upgrade.Clive Lin2003-01-012-7/+7
| | | | | | | | o Add --without-wc-funcs to MUTT_CONFIGURE_ARGS, because wc family in -CURRENT does not work well with mutt. Notes: svn path=/head/; revision=72108
* Remove a obsoleted variable for cleanness.Clive Lin2002-10-011-1/+0
| | | | Notes: svn path=/head/; revision=67278
* Update for a new patchset, which has only different comments.Clive Lin2002-09-012-2/+2
| | | | | | | No functionality changes. Notes: svn path=/head/; revision=65425
* Since the Big5<->GB mapping in iconv is simply brokenClive Lin2002-08-292-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> Notes: svn path=/head/; revision=65245
* Distfile relocated.Clive Lin2002-08-271-1/+1
| | | | Notes: svn path=/head/; revision=65098
* Catch up with mail/mutt-devel.Clive Lin2002-06-162-9/+9
| | | | | | | Noted by: vanilla Notes: svn path=/head/; revision=61379
* Chasing mail/mutt-devel upgrade.Clive Lin2002-05-032-7/+7
| | | | Notes: svn path=/head/; revision=58508
* Post gettext-0.11.1 fix.Clive Lin2002-04-152-2/+2
| | | | Notes: svn path=/head/; revision=57703
* Follows change of mail/mutt-devel/distinfo.Clive Lin2002-03-311-4/+4
| | | | Notes: svn path=/head/; revision=57063
* Something wrong in my local configuration :) Most people do not haveClive Lin2002-03-182-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 Notes: svn path=/head/; revision=56284
* Fix make install after gettext upgrade.Clive Lin2002-03-162-2/+2
| | | | Notes: svn path=/head/; revision=56184
* Fix PORTREVISION.Clive Lin2002-03-142-1/+6
| | | | | | | Turn on Outlook compatibility by default. Notes: svn path=/head/; revision=56057
* Chasing mail/mutt-devel update.Clive Lin2002-03-141-7/+6
| | | | Notes: svn path=/head/; revision=56054
* Rollback to revisions below:Clive Lin2002-03-091-1/+1
| | | | | | | | | | 1.12 ports/chinese/mutt/Makefile (somewhat) 1.154 ports/mail/mutt-devel/Makefile Previous commits break our lovely portupgrade. Notes: svn path=/head/; revision=55776
* Automate PORTREVISION issue bewteen master port and slave port.Clive Lin2002-03-091-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=55768
* Wrap exactly by margin.Clive Lin2002-02-172-3/+4
| | | | | | | | PR: ports/34610 Submitted by: Michael Hsin <mhsin@mhsin.org> Notes: svn path=/head/; revision=54840
* Fix make index.Clive Lin2002-01-301-0/+2
| | | | | | | Discovered by: steve Notes: svn path=/head/; revision=54016
* PORTREVISION of this port is 4 now.Clive Lin2002-01-301-0/+1
| | | | | | | (Its master port has 3 and itself has 1) Notes: svn path=/head/; revision=54004
* o Extra patchset changed. Now we have the first big5 line wrapping friendlyClive Lin2002-01-282-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!) Notes: svn path=/head/; revision=53922
* - Use the latest patches from www.mutt.org.ua.Clive Lin2002-01-281-5/+5
| | | | | | | Obtained from: mail/mutt-devel Notes: svn path=/head/; revision=53909
* Chasing mail/mutt-devel upgrade.Clive Lin2002-01-231-2/+2
| | | | Notes: svn path=/head/; revision=53631
* Chasing mail/mutt-devel/upgrade.Clive Lin2002-01-191-7/+7
| | | | Notes: svn path=/head/; revision=53337
* Chasing mail/mutt-devel upgrade.Clive Lin2002-01-041-7/+7
| | | | Notes: svn path=/head/; revision=52568
* Chasing mail/mutt-devel.Clive Lin2001-12-051-7/+7
| | | | Notes: svn path=/head/; revision=51061
* Correct a typoClive Lin2001-11-291-1/+1
| | | | | | | Submitted by: Chia-liang Kao <clkao@clkao.org> Notes: svn path=/head/; revision=50713
* Add missing entry.Clive Lin2001-11-181-0/+5
| | | | Notes: svn path=/head/; revision=50177
* Chasing mail/mutt-devel.Clive Lin2001-11-111-7/+2
| | | | | | | Reminded by: statue@freebsd.sinica.edu.tw on #bsdchat (zh channel ;-) Notes: svn path=/head/; revision=49939
* Chasing mail/mutt-devel.Clive Lin2001-11-021-7/+7
| | | | Notes: svn path=/head/; revision=49481
* Chasing mail/mutt-devel.Clive Lin2001-10-111-7/+7
| | | | | | | Reminded by: forth@mail.net.tw Notes: svn path=/head/; revision=48689
* Add a new PATCH_SITES entry.Clive Lin2001-09-051-1/+2
| | | | Notes: svn path=/head/; revision=47446
* something wrong with zh-mutt-1.3.22.1.diff.gz in clive's last commitYing-Chieh Liao2001-09-031-1/+1
| | | | | | | Submitted by: clive (who is currently prisoned in his company :p) Notes: svn path=/head/; revision=47342
* Chasing mail/mutt-devel (1.3.21 -> 1.3.22.1)Clive Lin2001-09-021-7/+7
| | | | Notes: svn path=/head/; revision=47315