Port details |
- nxcomp NX X11 protocol compression libraries
- 3.5.0.32_3 x11 =3 3.5.0.32_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2014-09-09 17:50:12
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://wiki.x2go.org/doku.php
- Description:
- nxcomp is a library compressing X commands to be passed over network
for use with x2go.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/nxcomp/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/nxcomp
- pkg install nxcomp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nxcomp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nx-libs-3.5.0.32-lite.tar.gz) = b5ab9f0ae35cdf6c3e26484d2a2ca55cd0225b6d8693f5544a096b19585bc50a
SIZE (nx-libs-3.5.0.32-lite.tar.gz) = 621121
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Libraries
-
- net/nxproxy
Configuration Options:
- No options to configure
- Options name:
- x11_nxcomp
- USES:
- autoreconf gmake jpeg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.0.32_3 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
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) |
3.5.0.32_2 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 ) |
3.5.0.32_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.0.32_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.0.32_2 07 Nov 2019 18:36:56 |
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. |
3.5.0.32_2 26 Nov 2018 19:01:12 |
sunpoet |
Update MASTER_SITES and WWW |
3.5.0.32_2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
3.5.0.32_1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
3.5.0.32 07 Jul 2018 17:54:21 |
tobik |
x11/nxcomp: Fix build with Clang 6
Loop.cpp:6751:61: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, unsigned long>' and 'int')
if (bind(proxyFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
/usr/include/c++/v1/system_error:577:1: note: candidate function not viable: no
known conversion from '__bind<int &, sockaddr *, unsigned long>' to 'const
std::__1::error_code' for 1st argument
operator==(const error_code& __x, const error_code& __y) _NOEXCEPT
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/nxcomp-3.5.0.32.log |
3.5.0.32 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.5.0.32 04 Jul 2015 22:33:09 |
bapt |
Drop maintainership |
3.5.0.32 04 Jul 2015 22:32:29 |
bapt |
Update to 3.5.0.32 |
3.5.0.31 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
3.5.0.31 19 Mar 2015 10:36:34 |
antoine |
Fix packaging |
3.5.0.31 18 Mar 2015 06:57:26 |
bapt |
Update to 3.5.0.31
Now needs gmake |
3.5.0.30 15 Mar 2015 10:51:29 |
bapt |
Update to 3.5.0.30 |
3.5.0.29_1 14 Mar 2015 06:05:50 |
bapt |
Update to 3.5.0.29 |
3.5.0.28_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
3.5.0.28 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
3.5.0.28 16 Nov 2014 23:48:24 |
antoine |
Fix packaging |
3.5.0.28 16 Nov 2014 19:43:14 |
bapt |
Update to 3.5.0.28 |
3.5.0.27 16 Oct 2014 08:55:30 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
3.5.0.27 09 Sep 2014 17:50:06 |
bapt |
Add nxcomp |