Details:
- Update to upstream version 0.20.13
- Fix dependency issue in the (admittedly rare) case of selecting
OPUS but none of the other codecs supporting the ogg container forrmat
- Update the NOTE section of pkg-message.in to mention mobile devices
as clients for mpd as well as a couple of additional clients in the
ports tree
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Details:
Apparently, clang optimises exceptions with __attribute__((pure))
more aggressively than gcc, causing mpd to not notice files removed
from the library. This patch causes mpd to be built without the pure
attribute.
PR: 219048
Reported by: hideo@lastamericanempire.com
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Rationale:
Marking port broken on armv6 was done based on the results of a bulk build
of the ports tree as of r431452, i.e. before the fix for this particular
link error was committed in r431615.
Detailed log:
- Update to upstream version 0.20.3
- Resolve c++ stdlib overlinking on FreeBSD-10, fixes [1]
- Promote HTTPD to default OPTION (proposal by jungleboogie0@gmail.com)
- Update REINPLACEs on example config file to match upstream changes
- Add additional hint on directory permissions and ownership for
initial mpd service start in pkg-message.in
- Pet portlint
PR: 216371
Reported by: hideo@lastamericanempire.com
Detailed log:
- Update to upstream release 0.20.2
- Transfer maintainer'ship from crees to riggs
- Port now requires C++14
- Fix build on stable/11 (--disable-libwrap)
- New non-default OPTIONs:
- SMB: support for libsmbclient
- SNDIO: support for sndio
- SOXR: support soxr resampler
- YAJL: SoundCloud support via devel/yajl
PR: 216120
Submitted by: riggs (maintainer)
Approved by: crees (previous maintainer)
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)