- Add DOCS to OPTIONS_DEFINE
- Drop EXIM3 option
- Unmute INSTALL_DATA and CP
- Update pkg-plist
- Replace tab with a single space after WWW: in pkg-descr
- Sync with mail/mailman as possible
* Drop INTEGRATION option, which would at best be confusing
* When Postfix integration is chosen, add BUILD and RUN_DEPENDS on
Postfix because we need the postconf program
* Fix a few minor glitches in FreeBSD-post-install-notes
* Install a dummy one-line text file into PYTHON_SITELIBDIR so that
Python's upgrade-site-packages would reinstall Mailman
* Add "status" support for rc.d script
* Change pre-fetch: to pre-everything::
* Revise formatting of pre-everything text to make clear it displays
default values, not current values
* Update pkg-install.in, pkg-deinstall.in and pkg-message.in
- Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because
-fno-check-new is not supported by Clang and that causes the -fPIC
configure test to fail.
At one point DragonFly needs a patched ltconfig to build this port, but
libtool was recently updated to apply changes for DF automatically, so
the ltconfig patch is redundant.
Noticed by: tijl
packaging for the case, when the install of documentation is enabled.
Transfer maintainership to antoine@, so he can continue to do as he
pleases with both, but without the guilt of changing other people's
ports.
Back in August 2013 I reported to the maintainer that if fortran is not
found then certain functions such as wcunitse are not built. These
functions are needed for kstars which is a dependency for kdeedu and the
kde4 meta port. The USE_FORTRAN=yes was never added though, so lets do
that now that the port is unmaintained.
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
- Fixed escaping of character & in URLs.
- Fixed translation of -- and ---.
- New macros \dj and \D
- \textsuperscript
- Temporary files are now created in the current directory to avoid
bibtex error "Not writing to ... (openout_any = p)."
- Fixed a bug with non-ASCII characters in PHP output.