1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Hiroki Tagato 6d297011f9 sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13)
Builds of barrier started failing on non-OpenSSL 3 systems after
commit 29ba81195a 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 29ba81195a
conditionally solves the issue.

Approved by:	portmgr (build fix blanket)
2023-07-25 11:11:35 +09:00
.hooks
accessibility lang/rust: Bump revisions after 1.71.0 2023-07-17 17:58:38 +02:00
arabic all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
archivers archivers/xmill: Fix build with llvm16 2023-07-23 20:45:15 +02:00
astro astro/R-cran-maptools: Update to 1.1-8 2023-07-22 03:34:31 +00:00
audio audio/ncspot: update to 0.13.4 2023-07-24 22:29:56 +02:00
benchmarks benchmarks/smhasher: Fix build with llvm16 2023-07-24 16:46:03 +02:00
biology biology/kallisto: Clean up build 2023-07-24 10:44:58 -05:00
cad cad/opentimer: Update g20210726 → g20221116 2023-07-23 01:50:36 -07:00
chinese chinese/scim-pinyin: Fix build with llvm16 2023-07-23 22:02:29 +02:00
comms comms/gqrx: Always build with Qt5 2023-07-24 16:58:43 +02:00
converters converters/xdeview: Fix build with llvm16 2023-07-21 21:57:52 +02:00
databases databases/mongodb70: update to RC7 2023-07-24 09:09:52 +02:00
deskutils deskutils/fet: update to 6.9.3 2023-07-24 13:32:12 +02:00
devel devel/mongo-c-driver: Fix build with llvm16 2023-07-24 16:46:01 +02:00
dns dns/subfinder: Update 2.6.0 → 2.6.1 2023-07-24 01:48:49 -07:00
editors editors/orbiton: Update 2.62.6 → 2.62.7 2023-07-22 21:48:28 -07:00
emulators emulators/yuzu: update to s20230724 2023-07-25 00:31:30 +00:00
finance finance/py-fredapi: Update 0.5.0 → 0.5.1 2023-07-22 21:47:14 -07:00
french all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
ftp lang/rust: Bump revisions after 1.71.0 2023-07-17 17:58:38 +02:00
games games/adonthell: Fix build with llvm16 2023-07-24 14:52:37 +02:00
german german/mythes: Update to 2023.07.02 2023-07-10 05:36:14 +08:00
graphics graphics/mesa-devel: update to 23.2.0.b.567 2023-07-25 00:39:29 +00:00
hebrew all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
hungarian editors/libreoffice: update to 7.5.4 release (+) 2023-06-11 00:58:01 +03:00
irc irc/scrollz: Fix build with llvm16 2023-07-21 17:41:48 +02:00
japanese japanese/chasen-base: Fix build with llvm16 2023-07-23 17:53:03 +02:00
java java/sablevm-classpath: Fix build with llvm16 2023-07-24 14:52:37 +02:00
Keywords
korean all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
lang lang/elk: Fix build with llvm16 2023-07-24 14:52:37 +02:00
mail mail/thunderbird: update to 102.13.1 (rc1) 2023-07-25 00:00:38 +02:00
math math/octave-forge-sockets: Update to 1.4.1. 2023-07-24 13:05:28 -05:00
misc misc/py-wandb: Update 0.15.4 → 0.15.5 2023-07-24 01:48:52 -07:00
Mk pycryptogrphy.mk: fix typos 2023-07-24 16:52:00 +02:00
multimedia multimedia/wl-screenrec: update to s20230723 2023-07-25 00:31:28 +00:00
net net/rustdesk-server: Correct location of runtime database files 2023-07-24 17:29:18 +02:00
net-im framework: convert tree to use USES=pycryptography 2023-07-22 09:46:38 +02:00
net-mgmt net-mgmt/py-prometheus-client: Update to 0.17.1 2023-07-23 22:23:23 +02:00
net-p2p net-p2p/libtorrent: Fix build with llvm16 2023-07-24 14:52:38 +02:00
news news/nzbget: Fix build with openssl3 2023-07-24 16:46:03 +02:00
polish bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
ports-mgmt lang/rust: Bump revisions after 1.71.0 2023-07-17 17:58:38 +02:00
portuguese editors/libreoffice: update to 7.5.4 release (+) 2023-06-11 00:58:01 +03:00
print print/xmbibtex: Fix build with llvm16 2023-07-24 16:46:03 +02:00
russian russian/xruskb: Fix build with llvm16 2023-07-24 00:16:16 +02:00
science science/erkale: Fix build with clang16 by adding USE_CXXSTD. 2023-07-24 13:40:40 -07:00
security security/vxquery: Fix build with llvm16 2023-07-24 16:46:03 +02:00
shells lang/rust: Bump revisions after 1.71.0 2023-07-17 17:58:38 +02:00
sysutils sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13) 2023-07-25 11:11:35 +09:00
Templates
textproc textproc/quickwit: Update to 0.6.3 2023-07-24 15:16:03 +00:00
Tools Tools/scripts: Improve update-rust-port.sh 2023-07-12 12:17:29 -07:00
ukrainian editors/libreoffice: update to 7.5.4 release (+) 2023-06-11 00:58:01 +03:00
vietnamese editors/libreoffice: update to 7.5.4 release (+) 2023-06-11 00:58:01 +03:00
www www/firefox-esr: update to 102.14.0 (rc1) 2023-07-24 23:59:53 +02:00
x11 x11/rio: Update 0.0.13 → 0.0.14 2023-07-24 01:48:48 -07:00
x11-clocks x11-clocks/buici-clock: Fix build with llvm16 2023-07-20 19:42:35 +02:00
x11-drivers bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
x11-fm KDE: Update KDE Gear to 23.04.3 2023-07-09 12:45:54 +02:00
x11-fonts devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS} 2023-07-17 20:53:09 -04:00
x11-servers x11-servers/xwayland-devel: update to 21.0.99.1.495 2023-07-20 03:43:11 +03:00
x11-themes KDE: Update KDE Frameworks to 5.108 2023-07-18 09:50:50 +02:00
x11-toolkits x11-toolkits/wlroots-devel: update to 0.16.0.669 2023-07-25 00:31:25 +00:00
x11-wm x11-wm/hyprland: backport server-side cursor theme support 2023-07-25 00:31:27 +00:00
.arcconfig
.gitignore
CHANGES framework: add Mk/Uses/pycryptography 2023-07-22 09:46:38 +02:00
CONTRIBUTING.md
COPYRIGHT
GIDs net-p2p/namecoin: Update to 24.0 2023-06-06 09:25:29 +02:00
Makefile
MOVED deskutils/vym: Restore port 2023-07-23 08:53:50 +02:00
README
UIDs net-p2p/namecoin: Update to 24.0 2023-06-06 09:25:29 +02:00
UPDATING framework: add PYCRYPTOGRAPHY default version 2023-07-22 09:46:37 +02:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.