Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0 23 Jun 2022 16:55:09 |
Nuno Teixeira (eduardo) |
graphics/waylandpp: Adopt port / Update to 1.0.0
- take maintainership
ChangeLog: https://github.com/NilsBrause/waylandpp/releases |
0.2.8_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.2.8 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.8 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
0.2.8 30 Jun 2020 09:44:03 |
tobik |
graphics/waylandpp: Update to 0.2.8
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.8 |
0.2.7 31 Oct 2019 08:59:55 |
tobik |
Add missing USES to my ports |
0.2.7 15 Oct 2019 12:29:45 |
tobik |
graphics/waylandpp: Update to 0.2.7
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.6
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.7 |
0.2.5_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.2.5 25 Feb 2019 06:02:32 |
tobik |
graphics/waylandpp: Update to 0.2.5
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.5 |
0.2.4_1 18 Jan 2019 18:27:07 |
tobik |
graphics/waylandpp: Use system pugixml after r490645 |
0.2.4 09 Jan 2019 10:19:49 |
tobik |
graphics/waylandpp: Update to 0.2.4
- Mark the port as needing C++11
- Add missing USE_LDCONFIG
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.4 |
0.2.3_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
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 |
0.2.3_1 15 Oct 2018 23:59:24 |
jbeich |
graphics/wayland: update to 1.16.0
- 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) |
0.2.3 19 Jul 2018 21:11:48 |
tobik |
graphics/waylandpp: Update to 0.2.3
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.3 |
0.2.2 25 Mar 2018 15:33:51 |
tobik |
New port: graphics/waylandpp
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. |