FreeBSD ports tree (read-only mirror)
Find a file
Dimitry Andric 2ff2729141 net/syncthing: Fix broken build and upgrade to 1.20.1
After lang/go was updated to 1.18, net/syncthing failed to build under
poudriere, with errors similar to:

vendor/github.com/marten-seemann/qtls-go1-18/cipher_suites.go:143:43: undeclared name: any (requires version go1.18 or later)

This is because the packaged vendor libraries in the upstream tarball
don't work with go 1.18. Fix this by using USES=go:modules and changing
the build commands. Also, upgrade to 1.20.1.

PR:		262808
Reported by:	Oscar Carlsson <oscar@spindel.tax>
Approved by:	maintainer timeout (2 weeks)
Submitted by:	dmgk
MFH:		2022Q2
2022-05-08 17:05:07 +02:00
.hooks
accessibility
arabic
archivers
astro astro/siril: Update 0.99.10.1 -> 1.0.1 2022-05-07 22:27:10 -07:00
audio
base
benchmarks
biology biology/py-dna-features-viewer: Update to 3.1.1 2022-05-08 07:48:38 -05:00
cad
chinese
comms
converters
databases
deskutils
devel devel/cirrus-cli: New Port 2022-05-08 08:49:31 -05:00
dns
editors
emulators emulators/rpcs3: update to 0.0.22.13573 2022-05-07 22:26:05 +00:00
finance finance/libbtc: Strip binary; Add .la file 2022-05-07 16:45:02 -07:00
french
ftp
games games/fheroes2: update to 0.9.15 2022-05-08 00:21:14 +00:00
german
graphics graphics/openjump: Update to 2.0 2022-05-08 14:58:29 +02:00
hebrew
hungarian
irc
japanese textproc/uim: Update to the snapshot on 2022-03-18 2022-05-08 16:40:24 +09:00
java java/openjdk18: Fix the build on aarch64 2022-05-07 22:24:21 -07:00
Keywords
korean
lang
mail
math math/R-cran-plot3D: work-around to fix the build on some platforms 2022-05-08 11:36:20 +02:00
misc misc/tvbrowser: Update to 4.2.5 2022-05-08 10:59:30 +02:00
Mk
multimedia multimedia/intel-media-sdk: update to 22.4.1 2022-05-08 00:48:41 +00:00
net net/syncthing: Fix broken build and upgrade to 1.20.1 2022-05-08 17:05:07 +02:00
net-im net-im/py-slack-sdk: Update version 3.15.2=>3.16.0 2022-05-07 16:37:45 -05:00
net-mgmt net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.77.1. 2022-05-08 10:36:54 +00:00
net-p2p
news
polish
ports-mgmt
portuguese
print
russian
science science/{,py-}spglib: Update 1.16.3 -> 1.16.5 2022-05-07 22:27:10 -07:00
security security/py-social-auth-core: Updated to 4.2.0 2022-05-07 15:16:47 -07:00
shells
sysutils
Templates
textproc textproc/uim: Update to the snapshot on 2022-03-18 2022-05-08 16:40:24 +09:00
Tools
ukrainian
vietnamese
www www/py-urlwatch: Switch to USES=pytest 2022-05-08 16:40:24 +02:00
x11 x11/nwg-drawer: update to 0.3.0 2022-05-08 02:01:18 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED
README
UIDs
UPDATING

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.