Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:32 3.0_1 |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
16 May 2022 06:49:43 3.0_1 |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
06 Dec 2021 00:47:48 3.0_1 |
Ka Ho Ng (khng)  |
x11/virtualgl: Refresh pkg-descr
WWW is updated from http to https protocol.
Sponsored by: The FreeBSD Foundation
Approved by: ygy (implicit) |
06 Dec 2021 00:28:01 3.0 |
Ka Ho Ng (khng)  |
x11/virtualgl: Update to 3.0
The most significant update is the addition of EGL backend. To use the
backend with the default GPU, specify VGL_DISPLAY=EGL in the environment
variables.
PR: 260244
Sponsored by: The FreeBSD Foundation
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D33281 |
06 Dec 2021 00:03:34 2.6.3_2 |
Guangyuan Yang (ygy)  |
x11/virtualgl: Maintainer reset
There has been multiple consecutive maintainer timeouts for the port
maintained by David Mackay <davidjx8p@gmail.com>. We thank David for all
their efforts and hope to welcome them back in the future.
PR: 260244 |
22 Jun 2021 18:53:08 2.6.3_2 |
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 |
15 Jun 2021 08:41:24 2.6.3_1 |
Piotr Kubaj (pkubaj)  |
x11/virtualgl: enable on armv7 and powerpc |
06 Apr 2021 14:31:07 2.6.3_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Apr 2021 14:09:28 2.6.3_1 |
Piotr Kubaj (pkubaj)  |
x11/virtualgl: enable on powerpc64 |
06 Apr 2021 12:26:51 2.6.3_1 |
Piotr Kubaj (pkubaj)  |
x11/virtualgl: enable on powerpc64le |
17 Jan 2021 19:35:21
2.6.3_1 |
swills  |
x11/virtualgl: fix build for recent version of mesa
PR: 250818
Submitted by: Thibault Payet <monwarez@mailoo.org>
Approved by: maintainer timeout (davidjx8p@gmail.com, >2 months) |
01 Nov 2020 14:14:43
2.6.3 |
antoine  |
Mark BROKEN
In file included from
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/glxvisual.h:18:
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:538:1:
error: comparison of distinct pointer types ('_glXGetTransparentIndexSUNType'
(aka 'int (*)(_XDisplay *, unsigned long, unsigned long, long *)') and 'int
(*)(Display *, Window, Window, unsigned long *)' (aka 'int (*)(_XDisplay *,
unsigned long, unsigned long, unsigned long *)'))
FUNCDEF4(int, glXGetTransparentIndexSUN, Display *, dpy, Window, overlay,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:183:3:
note: expanded from macro 'FUNCDEF4'
CHECKSYM(f, fake_f); \
^~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:59:11:
note: expanded from macro 'CHECKSYM'
if(__##s == fake_s) \
~~~~~ ^ ~~~~~~
Reported by: pkg-fallout |
30 May 2020 17:53:43
2.6.3 |
arrowd  |
x11/virtualgl: Update to 2.6.3
PR: 241660
Submitted by: theron, Dan Nelson <dnelson_1901@yahoo.com>
Approved by: davidjx8p@gmail.com (maintainer timeout) |
07 Nov 2019 18:36:56
2.4.1_7 |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jul 2019 20:46:57
2.4.1_7 |
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 |
12 Dec 2018 01:35:36
2.4.1_6 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
29 Jul 2018 22:18:46
2.4.1_5 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
11 Mar 2018 15:17:17
2.4.1_4 |
danfe  |
Unbreak the build against recent Clang (error: invalid suffix on literal;
C++11 requires a space between literal and identifier). |
10 Sep 2017 20:55:39
2.4.1_4 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
25 Jun 2017 21:07:58
2.4.1_3 |
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
23 May 2017 05:03:16
2.4.1_3 |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
2.4.1_2 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
15 Mar 2017 14:45:55
2.4.1_1 |
mat  |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
19 May 2016 10:53:06
2.4.1_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
2.4.1_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Mar 2016 21:21:43
2.4.1_1 |
rakuco  |
Reduce number of dependencies, add SSL option.
- Drop dependencies, that are not from ${WRKSRC}/BUILDING.txt.
- Add optional OpenSSL support.
- Turn (added) XVideo dependency into an option.
- Drop obsolete comment (jpeg-turbo can be compiled for non-amd64/i386
architectures since r388256).
- Bump PORTREVISION.
PR: 203237
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Approved by: maintainer timeout (175 days) |
19 Oct 2015 19:27:44
2.4.1 |
pi  |
x11/virtualgl: 2.3.3 -> 2.4.1
Changes:
https://github.com/VirtualGL/virtualgl/blob/master/ChangeLog.txt
PR: 202804
Submitted by: Ultima1252@gmail.com, matthew@reztek.cz
Approved by: David Mackay <davidjx8p@gmail.com> (maintainer) |
20 Sep 2015 01:13:15
2.3.3_1 |
jbeich  |
x11/virtualgl: minor cleanup
- Convert to USE_GL
- Convert to USE_XORG
Approved by: portmgr blanket |
08 Dec 2014 20:18:24
2.3.3_1 |
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
2.3.3_1 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
23 Aug 2014 22:26:34
2.3.3 |
adamw  |
Add x11/virtual.
VirtualGL is an open source program that redirects the 3D rendering commands
from Unix and Linux OpenGL applications to 3D accelerator hardware in a
dedicated server and displays the rendered output interactively to a thin
client located elsewhere on the network, or locally.
WWW: http://www.virtualgl.org
PR: 192561
Submitted by: David Mackay |