aboutsummaryrefslogtreecommitdiff
path: root/net/tigervnc
Commit message (Collapse)AuthorAgeFilesLines
* Let USES=autoreconf define AUTORECONF and use it throughout the tree.Tijl Coosemans2015-11-151-1/+1
| | | | | | | | PR: 204534 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=401710
* Add presentproto, which is a build dependancy of xorg-server. This shouldKoop Mast2015-10-131-1/+1
| | | | | | | | | fix tigervnc in poudriere again. Submitted by: olgeni@ Notes: svn path=/head/; revision=399216
* Chase xorg-server 1.17 update.Koop Mast2015-10-132-4/+5
| | | | | | | | | | Use the bundled patch for this xorg-server version, and rename the old local patch for it so it applies to this patch. Reported by: olgeni@ Notes: svn path=/head/; revision=399199
* - Update to 1.5.0Dmitry Marakasov2015-07-143-7/+12
| | | | | | | | | | | | | | | | | | | Release note: https://github.com/TigerVNC/tigervnc/releases/tag/v1.5.0 Change highlights: - IPv6 support in the servers - You can now have two passwords, for full access and for "view only" - syslog support in Xvnc - GnuTLS priority configuration - Performance fixes - You can now easily start more clients on OS X - More translations PR: 201548 Submitted by: meta+ports@vmeta.jp (maintainer) Notes: svn path=/head/; revision=392048
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-3/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* Convert to USES=autoreconfTijl Coosemans2015-04-181-3/+2
| | | | Notes: svn path=/head/; revision=384229
* - Add LICENSE_FILEDmitry Marakasov2015-04-161-1/+2
| | | | | | | | | - Add CPE info Approved by: portmgr blanket Notes: svn path=/head/; revision=384079
* net/tigervnc: 1.3.1 -> 1.4.3Kurt Jaeger2015-03-245-95/+15
| | | | | | | | | | | | | | Release-Notes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.4.3 - should solve longstanding issue with Ctrl-hotkeys in vncviewer https://github.com/TigerVNC/tigervnc/issues/8 PR: 198721 Submitted by: Koichiro Iwao <meta+ports@vmeta.jp> (maintainer) Requested by: Georgy Lukyanchenko <egorxe@gmail.com> Notes: svn path=/head/; revision=382065
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* x11-servers/xorg-server: Update to 1.14Jean-Sébastien Pédron2014-12-192-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The X.Org server has been updated to 1.14. The changes it brings are described in a post on the Graphics team blog: http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/ The most noticable change is the DEVD input device autodetection backend which is enabled by default, replacing the HAL backend. The keyboard layout configuration must be migrated from HAL's .fdi files to X.Org files. The procedure is explained in the post mentionned above. Several ports were removed with this update, mainly because they are not compatible with the X.Org server anymore: o nvidia-driver-71 o nvidia-driver-96 o xf86-input-egalax o xf86-video-newport o xf86-video-tga PR: 155696, 181660, 183478 (partially fixed), 188640, 191331 Differential Revision: https://reviews.freebsd.org/D1337 Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm, zeising Tested by: Many people on freebsd-x11@ and IRC Reviewed by: kwm, portmgr (antoine) Approved by: kwm, portmgr (antoine) Notes: svn path=/head/; revision=374982
* Cleanup plistAntoine Brodin2014-11-221-18/+0
| | | | Notes: svn path=/head/; revision=373063
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* - Update security/libtasn1 to 4.0Roman Bogorodskiy2014-07-281-1/+1
| | | | | | | | | | | | | - Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine Notes: svn path=/head/; revision=363113
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362023
* Convert to USES=libtoolTijl Coosemans2014-07-092-4/+3
| | | | Notes: svn path=/head/; revision=361394
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to 1.3.1 security release, announce message is here:Steve Wills2014-03-222-5/+5
| | | | | | | | | | | http://sourceforge.net/p/tigervnc/mailman/message/32120476/ PR: ports/187777 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Security: CVE-2014-0011 Notes: svn path=/head/; revision=348763
* - Fix disabling VIEWER option didn't work (obtained from upstream [1])Steve Wills2014-03-123-28/+57
| | | | | | | | | | | | | | | - Add missing dependency on ImageMagick required to generate icons during the build and use these icons for DESKTOP_ENTRIES - Fix paths in CONFIGURE_ARGS which refer files from other ports - Support stage - Bump PORTREVISION for package change PR: ports/187007 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Obtained from: http://sourceforge.net/p/tigervnc/code/5161/ [1] Notes: svn path=/head/; revision=347981
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* - Chase security/libtasn1 updateRoman Bogorodskiy2013-11-031-1/+1
| | | | | | | - Add UPDATING entry Notes: svn path=/head/; revision=332596
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/tigervnc: update to 1.3.0William Grzybowski2013-09-119-2478/+97
| | | | | | | | | | | | | | | | | - Update to 1.3.0 [1] - Add BUILD_DEPENDS on bash [1] - Adjust CONFIGURE_ARGS for two different versions of xorg [1] - Normalize COMMENT [1] - USES gmake - Convert lib depends to new syntax Changes: http://sourceforge.net/mailarchive/message.php?msg_id=31144665 PR: ports/180911 [1] Submitted by: Koichiro IWAO <meta+ports vmeta.jp> (maintainer) Notes: svn path=/head/; revision=326978
* net/tigervnc: fix build dependsWilliam Grzybowski2013-06-241-1/+2
| | | | | | | | | | - Add font-util as BUILD_DEPENDS PR: ports/179838 Approved by: maintainer Notes: svn path=/head/; revision=321686
* - Add backport patches to support xorg-server 1.12.xSteve Wills2013-05-295-8/+2378
| | | | | | | | | | | - Fix the build after xorg mega-update - Fix typo s/LISENCE/LICENSE/ PR: ports/179018 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Notes: svn path=/head/; revision=319382
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - Add missing dependency on x11/xkeyboard-config and x11/xkbcompSteve Wills2013-05-192-5/+21
| | | | | | | | | | | | | - Move xorg-macros from BUILD_DEPENDS to USE_XORG - Install desktop entry file with vncviewer - Add LICENSE - Cleanup CONFIGURE_ARGS PR: ports/178602 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=318549
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Convert to USESSteve Wills2013-03-241-1/+1
| | | | Notes: svn path=/head/; revision=315144
* TigerVNC is a high-performance, platform-neutral implementation of VNC,Steve Wills2013-03-248-0/+290
a client/server application that allows users to launch and interact with graphical applications on remote machines. WWW: http://tigervnc.org/ PR: ports/175801 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Notes: svn path=/head/; revision=315126