notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
xforward Provide user-level X forwarding service
1.0_1 x11 on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0_1Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-04-28 01:53:23
Last Update: 2023-02-15 16:55:01
Commit Hash: e66cede
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: not specified in port
Description:
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. bin/xforward
  2. man/man1/xforward.1.gz
Collapse this list.
Dependency lines:
  • xforward>0:x11/xforward
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:

Packages (timestamps in pop-ups are UTC):
xforward
ABIlatestquarterly
FreeBSD:11:aarch641.01.0_1
FreeBSD:11:amd641.0_11.0_1
FreeBSD:11:armv61.01.0_1
FreeBSD:11:i3861.0_11.0_1
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips641.0pkg-fallout
FreeBSD:12:aarch641.01.0_1
FreeBSD:12:amd641.0_11.0_1
FreeBSD:12:armv61.01.0_1
FreeBSD:12:armv71.01.0_1
FreeBSD:12:i3861.0_11.0_1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-fallout1.0_1
FreeBSD:13:aarch641.0_11.0_1
FreeBSD:13:amd641.0_11.0_1
FreeBSD:13:armv61.0_11.0_1
FreeBSD:13:armv71.0_11.0_1
FreeBSD:13:i3861.0_11.0_1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc641.0_11.0_1
FreeBSD:13:riscv64pkg-fallout1.0_1
FreeBSD:14:aarch641.0_1pkg-fallout
FreeBSD:14:amd641.0_1pkg-fallout
FreeBSD:14:armv61.0_1pkg-fallout
FreeBSD:14:armv71.0_1pkg-fallout
FreeBSD:14:i3861.0_1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc641.0_1pkg-fallout
FreeBSD:14:riscv641.0_1pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. x11.pc : x11/libX11
  2. xt.pc : x11-toolkits/libXt
  3. xaw7.pc : x11-toolkits/libXaw
  4. xmu.pc : x11-toolkits/libXmu
  5. xt.pc : x11-toolkits/libXt
  6. xext.pc : x11/libXext
  7. sm.pc : x11/libSM
  8. ice.pc : x11/libICE
  9. xft.pc : x11-fonts/libXft
  10. xau.pc : x11/libXau
  11. xcb.pc : x11/libxcb
  12. xdmcp.pc : x11/libXdmcp
  13. xrender.pc : x11/libXrender
  14. xpm.pc : x11/libXpm
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xt.pc : x11-toolkits/libXt
  3. xaw7.pc : x11-toolkits/libXaw
  4. xmu.pc : x11-toolkits/libXmu
  5. xt.pc : x11-toolkits/libXt
  6. xext.pc : x11/libXext
  7. sm.pc : x11/libSM
  8. ice.pc : x11/libICE
  9. xft.pc : x11-fonts/libXft
  10. xau.pc : x11/libXau
  11. xcb.pc : x11/libxcb
  12. xdmcp.pc : x11/libXdmcp
  13. xrender.pc : x11/libXrender
  14. xpm.pc : x11/libXpm
Library dependencies:
  1. libpng.so : graphics/png
  2. libfontconfig.so : x11-fonts/fontconfig
  3. libexpat.so : textproc/expat2
  4. libfreetype.so : print/freetype2
  5. libXm.so.4 : x11-toolkits/open-motif
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://komquats.com/distfiles/
  2. http://people.freebsd.org/~cy/distfiles/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_1
15 Feb 2023 16:55:01
commit hash:e66cede3bc7783eb15400af6f3da60fd8b37977ecommit hash:e66cede3bc7783eb15400af6f3da60fd8b37977ecommit hash:e66cede3bc7783eb15400af6f3da60fd8b37977ecommit hash:e66cede3bc7783eb15400af6f3da60fd8b37977e files touched by this commit
Cy Schubert (cy) search for other commits by this committer
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
commit hash:91bb18500a34e6ffa1eee79c386711ac32679ae5commit hash:91bb18500a34e6ffa1eee79c386711ac32679ae5commit hash:91bb18500a34e6ffa1eee79c386711ac32679ae5commit hash:91bb18500a34e6ffa1eee79c386711ac32679ae5 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
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
commit hash:b86221feeafaacbff38b27dd5999866460e3a67bcommit hash:b86221feeafaacbff38b27dd5999866460e3a67bcommit hash:b86221feeafaacbff38b27dd5999866460e3a67bcommit hash:b86221feeafaacbff38b27dd5999866460e3a67b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
1.0_1
20 Jul 2022 14:23:32
commit hash:d357bca4f0e71714865e030d7a1e611845d9050bcommit hash:d357bca4f0e71714865e030d7a1e611845d9050bcommit hash:d357bca4f0e71714865e030d7a1e611845d9050bcommit hash:d357bca4f0e71714865e030d7a1e611845d9050b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0_1
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0_1
14 May 2020 01:05:53
Revision:535196Original commit files touched by this commit
cy search for other commits by this committer
Fix STATIC build.

MFH:		2020Q2
1.0_1
26 Sep 2019 19:34:53
Revision:512981Original commit files touched by this commit
cy search for other commits by this committer
Remove dependency on libXp.

PR:		240846
Submitted by:	zeising
1.0
02 Feb 2019 06:57:28
Revision:491917Original commit files touched by this commit
tobik search for other commits by this committer
x11*/*: Use NO_WRKSUBDIR

Move some things as suggested by the PHB.
1.0
04 May 2016 03:12:35
Revision:414578Original commit files touched by this commit
cy search for other commits by this committer
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
Revision:346434Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.0
20 Sep 2013 23:43:20
Revision:327777Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
1.0
10 Jul 2013 07:00:44
Revision:322622Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
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
Original commit files touched by this commit
cy search for other commits by this committer
Xforward is a program for relaying X11 connections across network boundaries.

Number of commits found: 13