aboutsummaryrefslogtreecommitdiff
path: root/mail/mew/files
Commit message (Collapse)AuthorAgeFilesLines
* mail/mew: Prevent .el files from being native compiledYasuhiro Kimura2021-09-281-0/+863
| | | | | | | | | | | | | Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End: PR: 258171 Approved by: maintainer timeout (> 28days), meta (mentor)
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* mail/mew: update 6.7 -> 6.8Kurt Jaeger2018-07-293-18/+7
| | | | | | | | | | | | | | | | | | | | - Mew now supports Emacs 24.3 or later only - Supporting stunnel 5. - Supporting GnuPG 2.1.23 or later. The command name should be "gpg" instead of "gpg2". Put the following to your "~/.gnupg/gpg.conf". no-auto-key-retrieve auto-key-locate local - Using LibreOffice (soffice) on Unix by default - Regenerate patches to fix portlint warnings. PR: 228861 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hiroto.kagotani@gmail.com (maintainer timeout) Relnotes: http://www.mew.org/en/relnote/release.html Notes: svn path=/head/; revision=475670
* Fix program with stunnel >= 5.45.Tilman Keskinoz2018-06-131-0/+11
| | | | | | | | | PR: 228496 Submitted by: t-matubara@miracle.ocn.ne.jp Approved by: maintainer timeout Notes: svn path=/head/; revision=472326
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* - Add LICENSE.Hiroki Sato2015-07-272-25/+1
| | | | | | | | | | | | - Remove %%PORTDOCS%% in pkg-plist and use PORTDOCS in Makefile instead. - Fix a wrong pathname in pkg-message. - Use {opt}_* variables instead of ".if ${PORT_OPTIONS:Mfoo}". - Remove patch-Makefile.in because it is no longer needed. Approved by: hiroto.kagotani@gmail.com (maintainer) Notes: svn path=/head/; revision=392961
* - Update to 6.6.Martin Wilke2014-05-211-4/+4
| | | | | | | | | | | - Add option for stunnel dependency (default). - Support staging PR: 189128 Submitted by: maintainer Notes: svn path=/head/; revision=354726
* -maintainer update to 6.4Michael Scheidell2011-12-061-18/+15
| | | | | | | | | PR: ports/162717 Approved by: gabor(mentor) Feature safe: yes Notes: svn path=/head/; revision=286993
* - Update to 6.3Wen Heping2010-01-053-8/+30
| | | | | | | | | | | | | | | | | | | - Make "port test"-clean Added file(s): - files/patch-Makefile.in - files/patch-bin__Makefile.in - files/patch-info__Makefile Removed file(s): - files/patch-bin_Makefile.in - files/patch-info_Makefile PR: ports/142297 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Notes: svn path=/head/; revision=247188
* o Fix patch to info/Makefile for parallel build.Xin LI2009-05-071-2/+28
| | | | | | | | | | o Mark MAKE_JOBS_SAFE. Submitted by: Hiroto Kagotani (maintainer) PR: ports/133009 Notes: svn path=/head/; revision=233397
* - Update to 6.1Andrey Slusar2008-06-233-26/+26
| | | | | | | | PR: ports/124391 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=215641
* Update to 5.2Andrey Slusar2007-01-162-7/+16
| | | | | | | | PR: ports/107942 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=182525
* Fix the following rough edges:Hiroki Sato2007-01-051-0/+23
| | | | | | | | | | | | | | | | - Fix MASTER_SITES. - Remove redundant DOCSDIR and CONFIGURE_TARGET. - Use EMACS_LIBDIR for non-lisp files for consistency. - Use --with-elispdir for EMACS_SITE_LISPDIR. - Separate the Japanese info files by using NOPORTDOCS. - The mew-icon-directory variable is set automatically even in XEmacs now. Approved by: Hiroto Kagotani (maintainer) PR: ports/107438 Notes: svn path=/head/; revision=181469
* Update to 5.1Andrey Slusar2006-07-192-55/+28
| | | | | | | | PR: ports/100548 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=168266
* * Update mail/mew to 4.2, pass maintainership to submitter [1]Andrey Slusar2006-02-0915-825/+86
| | | | | | | | | | | | * Fix works slave mail/mew-emacs20. * Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait fixes 2 months. PR: ports/92808 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1] Notes: svn path=/head/; revision=155608
* Update 1.94.1 -> 1.94.2. Use bsd.emacs.mk.Kiriyama Kazuhiko2001-08-1712-88/+185
| | | | Notes: svn path=/head/; revision=46360
* Update to 1.94.1.Shigeyuki Fukushima2000-01-048-17/+191
| | | | | | | | PR: ports/15627 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=24412
* Updated to 19.4Satoshi Taoka1999-09-096-0/+554
Added mew-xemacs21 (by Repository copy) Deleted mew-common PR: 13391 Submitted by: maintainer Notes: svn path=/head/; revision=21478