- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
be consistent with the other knobs.
2) Move --enable-pop and --enable-imap up to CONFIGURE_ARGS from where
they were originally defined lower in the Makefile so they can be
overridden by using MUTT_CONFIGURE_ARGS.
3) s/directory/file/ in a comment in the Makefile.
4) Bump PORTREVISION.
3) Submitted by: maintainer
Approved by: maintainer
* Adding the missing patch fixes the breakage if not built without
defining WITHOUT_MUTT_SGMLFORMAT.
* Fix for if both WITH_MUTT_NNTP and WITH_MUTT_PGP_OUTLOOK_PATCH are
defined.
* Fix pkg-plist if WITH_MUTT_PGP_OUTLOOK_PATCH and WITH_MUTT_HTML
are both defined.
Submitted by: maintainer
- Add the pgp outlook compat patch via the new knob
MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if pgp is
installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>.
- Fix some trailing whitespaces to make portlint a little happier.
- Increment PORTREVISION.
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
in mail/mutt and thus reducing Makefile and pkg-plist to a more
maintainable size.
- Use the right way of specifying PORTREVISION so slave ports can
override this.
PR: 34411
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
- Make the dependency on sgmlformat configurable by the new knob
WITHOUT_MUTT_SGMLFORMAT (requested by Neil Darlow <neil@darlow.co.uk>)
PR: 34369
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
manuals reflect all the given WITH_MUTT_knobs.
o (Port now always depends on sgmlformat, which isn't a problem
anymore since sgmlformat has been fixed for alpha-architecture)
PR: 34185
Submitted by: maintainer
Requested by: Nicolas Rachinsky <list@rachinsky.de>
Update of port mail/mutt-devel. This update fixes:
- detection of libraries by configure.
- superflouous installation of some html files.
- additional doc files when NNTP support is wanted.
- fix the missing ca-locale file in pkg-plist.
These four were submitted by Vsevolod Volkov <vvv@mutt.org.ua>.
Also changed:
- WITH_MUTT_SLANG is now the default (which can be changed by
defining WITHOUT_MUTT_SLANG)
- fixed the usage of WITH_MUTT_NCURSES (ncurses is part of the base
system since 4.0)
- WITH_MUTT_SSL is included when PACKAGE_BUILDING is defined
- some hints which knobs are available at the beginning of the
Makefile
PR: 33536
Submitted by: maintainer