1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dimitry Andric abdd4cf0e5 japanese/zinnia: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because japanese/zinnia's build infrastructure does not explicitly set
its C++ standard, this leads to an error:

  svm.cpp:50:10: error: no member named 'random_shuffle' in namespace 'std'
      std::random_shuffle(index.begin(), index.begin() + active_size);
      ~~~~~^

This is because std::random_shuffle has been removed from C++17. An
suitable replacement is std::shuffle, using a std::random_device in
combination with std::mt19937 as the random number engine.

PR:		271953
Approved by:	fernape
MFH:		2023Q2
2023-06-12 20:36:01 +02:00
.hooks
accessibility
arabic
archivers
astro
audio audio/pt2-clone: Update to 1.59 2023-06-12 10:37:49 +02:00
benchmarks
biology
cad cad/py-pymtl: Update 3.1.14 → 3.1.15 2023-06-11 21:58:25 -07:00
chinese
comms
converters
databases
deskutils
devel devel/xmltooling: update to 3.2.4 2023-06-12 17:09:11 +02:00
dns
editors editors/libreoffice: better fix for powerpc* 2023-06-12 17:14:19 +02:00
emulators emulators/virtualbox-ose: Remove unnecessary dependency on 32-bit compat for amd64 2023-06-12 19:05:20 +03:00
finance
french
ftp
games games/openbve: update OpenBVE to version 1.9.1.1 2023-06-12 10:34:44 +00:00
german
graphics graphics/catimg: Add new port 2023-06-12 10:39:36 +02:00
hebrew
hungarian
irc
japanese japanese/zinnia: fix build with clang 16 2023-06-12 20:36:01 +02:00
java
Keywords
korean
lang lang/algol68g: update Algol 68 Genie to version 3.2.0 2023-06-12 12:44:22 +00:00
mail
math math/mlpack: Update 4.0.1 → 4.1.0 2023-06-11 21:58:25 -07:00
misc misc/cuttlefish: Remove USES=dos2unix; Remove pre-test 2023-06-11 21:58:25 -07:00
Mk
multimedia multimedia/ffmpeg: fix build on powerpc on main 2023-06-12 17:14:20 +02:00
net net/intel-ice-kmod: fix pkg-desc 2023-06-12 17:25:47 +02:00
net-im
net-mgmt net-mgmt/netbox: Update to 3.5.3 2023-06-12 20:13:38 +02:00
net-p2p
news
polish
ports-mgmt
portuguese
print
russian
science
security devel/xmltooling: update to 3.2.4 2023-06-12 17:09:11 +02:00
shells shells/ksh-devel: update to the latest ksh93/ksh github commit 2023-06-12 02:19:56 -07:00
sysutils sysutils/conmon: Fix podman's restart-policy handling 2023-06-12 11:08:56 +01:00
Templates
textproc textproc/py-mkdocs-material: Update to 9.1.15 2023-06-12 20:13:37 +02:00
Tools
ukrainian
vietnamese
www www/py-dj41-drf-spectacular-sidecar: Update to 2023.6.1 2023-06-12 20:13:38 +02:00
x11
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.