. Drop .la files
. Use shebangfix for necessary files
. Use @sample, @owner, @group and @mode to modernize plist
. Try to remove LOG_DIR on pkg-plist
Approved by: portmgr (blanket)
- Convert to new options framework
- Support STAGEDIR
- While I'm here, simplify Makefile
PR: ports/189663
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
- Add OPTIONS_DEFINE
- Support STAGEDIR
* Make PORTDOCS and PORTEXAMPLES unconditional to stage
- Remove Author: from pkg-descr
- Replace tab with a single space after WWW: in pkg-descr
- Mark DEPRECATED and set EXPIRATION_DATE to 2014-06-20
- Move OPTIONS_DEFINE downwards
- Pass maintainership to submitter
PR: ports/189333
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
The referenced PR removed the NOT_JOBS_SAFE designation introduced by
r329631 without an explanation from the submitter. How do I know this?
Because it promptly broke on the very next bulk run. This port simply
requires a serial -j1 build. I can reproduce spurious failures in
Redports as well. Failures may be easier to reproduce with ccache...
PR: ports/187438
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
- Use SHEBANGFIX
- Use dirrmtry in plist where appropriate
- Fix plist
- Modernize
While here:
- Echo back the actual installation commands
- Remove one ".bak" file from WRKDIR during install phase to avoid
staging orphans
- Update patch file name
PR: ports/189166
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
Approved by: Gianmarco Giovannelli <gmarco@gufi.org> (maintainer)
Let pkg-create handle ownership/mode better. Use @dirrmtry instead of
@unexec rmdir. Use COPYTREE_SHARE to ensure proper permissions.
Also, stop the spamd service on deinstall if it's running. It creates
zombie issues otherwise... I'm pretty sure this is the right thing to
do.
everything in DOCSDIR to be part of PORTDOCS. Really,
the "contrib" stuff belong in EXAMPLESDIR.
While here, use OPTIONS helpers, add DOCS to the
OPTIONS_DEFINE list, and bump PORTREVISION.
Maintainer should consider moving the contrib pieces
to EXAMPLESDIR, and moving the pkg-install to a
pkg-message so that it can be viewed later.
- Update Firefox ESR to 24.5.0
- Update Thunderbird to 24.5.0
- Update NSS to 3.16
- Use port dependency for soundtouch library
- Require recent graphite2 version explicitly [1]
- Require gst-libav version that doesn't crash on seeking [2]
and doesn't error out on plugin load [3]
- Remove gstreamer note in pkg-message for www/firefox, [3] may still
happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01)
- Fix USE_XPI in mail/thunderbird-i18n [4]
Security: http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html
PR: ports/187939 [1]
PR: ports/188133 [2]
PR: ports/181964 [3]
PR: ports/188984 [4]
Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee> [1]
Submitted by: Jakub Lach <jakub_lach@mailplus.pl> [2]
Submitted by: Jan Beich [3] and this update!
Submitted by: Toni Ballesta <mustelator@yahoo.es> [4]
Approved by: portmgr (bdrewery, security update to non-staged port)