Port details |
- barrier Mouse and keyboard sharing utility
- 2.4.0 sysutils =3 2.4.0Version of this port present on the latest quarterly branch.
- Maintainer: sec.research.2005@gmail.com
- Port Added: 2019-05-20 14:56:21
- Last Update: 2023-07-25 02:11:35
- Commit Hash: 6d29701
- People watching this port, also watch:: wireguard-go, gimp, id3mtag, fusefs-sshfs, openssl
- License: GPLv2
- WWW:
- https://github.com/debauchee/barrier
- Description:
- Barrier is a community maintained fork of the Symless Synergy 1.9
codebase which aims to maintain its simplicity. Barrier will let
you use your keyboard and mouse from machine A to control machine
B (or more). Barrier supports Windows, OS X, Linux, and FreeBSD.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- barrier>0:sysutils/barrier
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/barrier/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/barrier
- pkg install barrier
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: barrier
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649943232
SHA256 (debauchee-barrier-v2.4.0_GH0.tar.gz) = 20046cae7a831d9bb3740b6f04feb9bded4c794c11586a70089080e94ae2fe77
SIZE (debauchee-barrier-v2.4.0_GH0.tar.gz) = 5572043
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xtst.pc : x11/libXtst
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libcurl.so : ftp/curl
- libdns_sd.so : net/avahi-libdns
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for barrier-2.4.0:
EXAMPLES=on: Build and/or install examples
GUI=on: Build configuration utility (requires Qt 5)
===> Use 'make config' to modify these settings
- Options name:
- sysutils_barrier
- USES:
- cmake compiler:c++14-lang cpe localbase:ldflags pkgconfig ssl xorg qt:5
- 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 |
2.4.0 25 Jul 2023 02:11:35 |
Hiroki Tagato (tagattie) |
sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13)
Builds of barrier started failing on non-OpenSSL 3 systems after
commit 29ba81195ab384a6b4de7c953cb6ac8ca2fff557 with the following
error:
/wrkdirs/usr/ports/sysutils/barrier/work/barrier-2.4.0/src/lib/net/SecureUtils.cpp:163:25:
error: use of undeclared identifier 'EVP_RSA_gen'
auto* private_key = EVP_RSA_gen(2048);
^
1 warning and 1 error generated.
Applying the patch in commit 29ba81195ab384a6b4de7c953cb6ac8ca2fff557
conditionally solves the issue.
Approved by: portmgr (build fix blanket) |
2.4.0 21 Jul 2023 23:53:57 |
Kevin Bowling (kbowling) |
sysutils/barrier: Fix build with OpenSSL 3
OpenSSL 3 in FreeBSD base no longer links with:
undefined symbol: RSA_generate_key |
2.4.0 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.4.0 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 ) |
2.4.0 15 Apr 2022 20:01:17 |
Neel Chauhan (nc) Author: Mostly BSD |
sysutils/barrier: Update to 2.4.0 and adopt port
Changes: https://github.com/debauchee/barrier
PR: 263280 |
2.3.3 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.3.3 13 Dec 2021 20:47:16 |
Bernhard Froehlich (decke) |
sysutils/barrier: Add CPE information
Approved by: portmgr (blanket) |
2.3.3 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.3.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.3 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
2.3.3 17 Jul 2020 09:53:09 |
tobik |
sysutils/barrier: Update to v2.3.3
Changes: https://github.com/debauchee/barrier/releases/tag/v2.3.3 |
2.3.2 05 Oct 2019 06:42:27 |
tobik |
sysutils/barrier: Update to v2.3.2
Changes: https://github.com/debauchee/barrier/releases/tag/v2.3.2 |
2.3.1 10 Aug 2019 07:25:54 |
tobik |
sysutils/barrier: Update to v2.3.1
Changes: https://github.com/debauchee/barrier/releases/tag/v2.3.1 |
2.3.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.3.0 29 Jun 2019 05:28:31 |
tobik |
sysutils/barrier: Update to 2.3.0
- Pet portclippy while here
Changes: https://github.com/debauchee/barrier/compare/v2.1.2...v2.3.0 |
2.1.2 20 May 2019 14:56:08 |
tobik |
New port: sysutils/barrier
Barrier is a community maintained fork of the Symless Synergy 1.9
codebase which aims to maintain its simplicity. Barrier will let
you use your keyboard and mouse from machine A to control machine
B (or more). Barrier supports Windows, OS X, Linux, and FreeBSD.
WWW: https://github.com/debauchee/barrier |