as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
CMakeFiles/mime-roundtrip.dir/mime-roundtrip.cpp.o: In function `main':
libs/mime/test/mime-roundtrip.cpp:(.text+0x16d7a): undefined reference to `init_unit_test()'
PR: 215598
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
cpp-netlib is a collection of network related routines/implementations geared
towards providing a robust cross-platform networking library. cpp-netlib
offers the following implementations:
* Common Message Type -- A generic message type which can be used to
encapsulate and store message related information, used by all network
implementations as the primary means of data exchange.
* Network protocol message parsers -- A collection of parsers which generate
message objects from strings.
* Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards
making the message type STL friendly.
* Network protocol client and server implementations -- A collection of
network protocol implementations that include embeddable client and server
types.
WWW: https://github.com/cpp-netlib/cpp-netlib/