non port: net/tigervnc-server/Makefile |
SVNWeb
|
Number of commits found: 22 |
Sat, 7 Jan 2023
|
[ 16:07 Hiroki Sato (hrs) ] 813eb0a
net/tigervnc-server: Use the same default fp for Xvnc as xorg-server
Minor style fixes:
- Respect ${_MAKE_JOBS} in the post-build target, and
- Remove an extra strip(1) invocation in the post-install target.
Approved by: meta (maintainer)
Differential Revision: https://reviews.freebsd.org/D37927
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 3 Aug 2022
|
[ 20:43 Baptiste Daroussin (bapt) ] 601b49a
net/tigervnc-server: add now missing libcxvt dependency
This is needed since the xorg-server upgrade
|
[ 07:27 Baptiste Daroussin (bapt) ] e3f762c
net/tigervnc-server: fix build with xorg-server 21.1.4
Import patches from upstream which fixes the build with recent
xorg-server
Reported by: leres@
|
Mon, 16 May 2022
|
[ 06:49 Loïc Bartoletti (lbartoletti) ] 27e5996a
net/tigervnc-server: fix pkg-plist use share/man
Approved by: portmgr (blanket)
|
Thu, 30 Sep 2021
|
[ 09:25 Koichiro Iwao (meta) ] e2f69c2
net/tigervnc-server: fix obtaining HOST_NAME_MAX
See Phabricator review for details.
Reported by: Adam Wolk
Approved by: meta (myself, maintainer)
Differential Revision: https://reviews.freebsd.org/D30045
|
Mon, 28 Jun 2021
|
[ 20:27 Piotr Kubaj (pkubaj) ] 4b4ff99
net/tigervnc-server: enable libunwind on all supported architectures
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Sat, 1 May 2021
|
[ 17:55 Tobias Kortkamp (tobik) ] 6707a3c (Only the first 10 of 47 ports in this commit are shown above. )
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 28 Oct 2020
|
[ 02:27 meta ]
net/tigervnc-server: add vncserver script of the former version
as workaround because bran-new vncsession script is not working on FreeBSD
right now. Thanks to kib@ and Laszlo Karolyi!
PR: 250143
|
Mon, 28 Sep 2020
|
[ 02:38 meta ]
net/tigervnc-{server,viewer}:
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.11.0
Sponsored by: HAW International
|
Sun, 5 Apr 2020
|
[ 10:59 pkubaj ]
net/tigervnc-server: fix build on GCC architectures
C11 compiler is required:
../include/glx_extinit.h:33: error: redefinition of typedef '__GLXscreen'
MFH: 2020Q2 (fix build blanket)2020Q2 (fix build blanket)
|
Thu, 20 Feb 2020
|
[ 21:15 zeising ] (Only the first 10 of 111 ports in this commit are shown above. )
Update xorg x11 servers to 1.20.7
Update xorg x11 servers to 1.20.7. This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.
Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Nov 2019
|
[ 01:13 meta ]
net/tigervnc-{server,viewer}: Update to 1.10.0
Lots of changes have been made since the last release, but the highlights are:
* The clipboard now supports full Unicode in the native viewer, WinVNC and
Xvnc/libvnc.so
* The native client will now respect the system trust store when verifying
server certificates
* Improved compatibility with VMware's VNC server
* Improved compatibility with some input methods on macOS
* Improvements to the automatic "repair" of JPEG artefacts
* Better handling of the Alt keys in some corner cases
* The Java web server has been removed as applets are no longer support by most
browsers
* x0vncserver can now be configured to only allow local connections
* x0vncserver has received fixes for when only part of the display is shared
* Polling is now default in WinVNC as that works better for most
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.10.0
Sponsored by: HAW International, Inc.
|
Wed, 6 Nov 2019
|
[ 18:58 zeising ] (Only the first 10 of 50 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Tue, 1 Oct 2019
|
[ 14:35 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4
Differential Revision: https://reviews.freebsd.org/D21835
|
Sat, 29 Jun 2019
|
[ 13:50 meta ]
net/tigervnc: Remove non-essential meta port
Reported by: hrs [1]
[1] https://lists.freebsd.org/pipermail/svn-ports-all/2019-April/212975.html
|
Mon, 1 Apr 2019
|
[ 15:52 meta ]
Fix the issue tigervnc-server and -viewer cannot be installed together
when DOCS=on because both ports install LICENSE_FILE into the same place.
Also, following changes are made.
net/tigervnc-{server,viewer}:
- bump PORTREVISION due to plist & dependency change
- do build tests, it introduces unnecessary dependencies on fltk
net/tigervnc-server:
- add missing dependency on devel/m4
- remove unnecessary dependency on x11-toolkits/fltk
MFH: 2019Q2
|
[ 01:48 meta ]
net/tigervnc-server: restore default options
Before separating ports GNUTLS and PAM are on by default.
|
Sun, 31 Mar 2019
|
[ 13:10 meta ] (Only the first 10 of 13 ports in this commit are shown above. )
net/tigervnc: separate port into -server -and -viewer
since usually people want to install either server or client on the same
box. Formerly, net/tigervnc had options to build & install vncviewer(client)
but vncviewer could not be installed alone. Server components was necessary.
Now TigerVNC server and viewer are completely separeted and can be installed
independently.
Tested by: Juan Molina
Differential Revision: https://reviews.freebsd.org/D19709
|
Number of commits found: 22 |