| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.5
Notes:
svn path=/head/; revision=493837
|
|
|
|
| |
Notes:
svn path=/head/; revision=490647
|
|
|
|
|
|
|
|
|
|
| |
- Mark the port as needing C++11
- Add missing USE_LDCONFIG
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.4
Notes:
svn path=/head/; revision=489764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New libwayland-egl home for consumers as Mesa 18.2 dropped it
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR: 227423
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (5 months)
Notes:
svn path=/head/; revision=482189
|
|
|
|
|
|
|
| |
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.3
Notes:
svn path=/head/; revision=474980
|
|
Wayland is an object oriented display protocol, which features request
and events. Requests can be seen as method calls on certain objects,
whereas events can be seen as signals of an object. This makes the
Wayland protocol a perfect candidate for a C++ binding.
The goal of this library is to create such a C++ binding for Wayland
using the most modern C++ technology currently available, providing an
easy to use C++ API to Wayland.
WWW: https://github.com/NilsBrause/waylandpp
This port is ignored by default because it requires a build of
graphics/mesa-libs with WAYLAND=on which is off by default.
Notes:
svn path=/head/; revision=465523
|