| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: 228496
Submitted by: t-matubara@miracle.ocn.ne.jp
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=472326
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option for stunnel dependency (default).
- Support staging
PR: 189128
Submitted by: maintainer
Notes:
svn path=/head/; revision=354726
|
|
|
|
|
|
|
|
|
| |
PR: ports/162717
Approved by: gabor(mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=286993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 Mark MAKE_JOBS_SAFE.
Submitted by: Hiroto Kagotani (maintainer)
PR: ports/133009
Notes:
svn path=/head/; revision=233397
|
|
|
|
|
|
|
|
| |
PR: ports/124391
Submitted by: Hiroto Kagotani (maintainer)
Notes:
svn path=/head/; revision=215641
|
|
|
|
|
|
|
|
| |
PR: ports/107942
Submitted by: Hiroto Kagotani (maintainer)
Notes:
svn path=/head/; revision=182525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/100548
Submitted by: Hiroto Kagotani (maintainer)
Notes:
svn path=/head/; revision=168266
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=46360
|
|
|
|
|
|
|
|
| |
PR: ports/15627
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=24412
|
|
Added mew-xemacs21 (by Repository copy)
Deleted mew-common
PR: 13391
Submitted by: maintainer
Notes:
svn path=/head/; revision=21478
|