Port details |
- xforward Provide user-level X forwarding service
- 1.0_2 x11 =3 1.0_2Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2012-04-28 01:53:23
- Last Update: 2025-01-02 18:48:49
- Commit Hash: 84b2034
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: not specified in port
- Description:
- This is version 1.0 of xforward, a program for relaying X11
connections across network boundaries. While it may be used to cross
security boundaries, Digital Equipment Corporation does not warrant
this software for security or any other purpose.
- ¦ ¦ ¦ ¦
- 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/xforward/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xforward
- pkg install xforward
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xforward
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xforward.tar.gz) = a3ddea6b932757efe6a0bb4eeddd2d2f2296d1d1cd4ef681875bf9baa902a493
SIZE (xforward.tar.gz) = 9308
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:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xft.pc : x11-fonts/libXft
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xrender.pc : x11/libXrender
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xft.pc : x11-fonts/libXft
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xrender.pc : x11/libXrender
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libpng.so : graphics/png
- libfontconfig.so : x11-fonts/fontconfig
- libexpat.so : textproc/expat2
- libfreetype.so : print/freetype2
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_xforward
- USES:
- motif 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 |
1.0_2 02 Jan 2025 18:48:49 |
Cy Schubert (cy) |
*/* (my ports): Use my cschubert.com address
Use my cschubert.com address instead of my komquats.com. |
1.0_2 02 Jan 2025 18:48:48 |
Cy Schubert (cy) |
*/* (my ports): Use LOCAL distfiles notation
Use LOCAL notation instead of people.freebsd.org. |
1.0_2 01 Mar 2024 21:11:26 |
Cy Schubert (cy) |
x11/xforward: move man page |
1.0_1 15 Feb 2023 16:55:01 |
Cy Schubert (cy) |
x11/xforward: Permanently fix LLVM15 build error
Permanently fix:
xforward.c:528:87: error: incompatible pointer to integer conversion passing
'void *' to parameter of type 'Cardinal' (aka 'unsigned int') [-Wint-conversion]
topshell =
XtAppCreateShell(NULL,"Xforward",applicationShellWidgetClass, dpy, NULL,NULL);
^~~~ |
1.0_1 11 Feb 2023 14:32:18 |
Cy Schubert (cy) |
x11/xforward: Fix build with LLVM15 and other fixes
In addition to fixing the build with LLVM15, a number of packages xforward
depends on no longer provide static libraries, making building the static
version impossible. Therefore this revision also reverts f6d424b24071
(SVN r414578 in May 2016) which added a static build option. |
1.0_1 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
1.0_1 20 Jul 2022 14:23:32 |
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 ) |
1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 14 May 2020 01:05:53 |
cy |
Fix STATIC build.
MFH: 2020Q2 |
1.0_1 26 Sep 2019 19:34:53 |
cy |
Remove dependency on libXp.
PR: 240846
Submitted by: zeising |
1.0 02 Feb 2019 06:57:28 |
tobik |
x11*/*: Use NO_WRKSUBDIR
Move some things as suggested by the PHB. |
1.0 04 May 2016 03:12:35 |
cy |
Add static option which also builds xforward-static which can be copied
to a firewall/gateway/proxy machine without a full-blown X insstalled. |
1.0 28 Feb 2014 06:57:38 |
bapt |
Support stage |
1.0 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.0 10 Jul 2013 07:00:44 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
1.0 28 Apr 2012 01:52:42 |
cy |
Xforward is a program for relaying X11 connections across network boundaries. |