Go to file
Mikael Urankar 949d5b3af9 devel/wasmer: Fix build with rust 1.89.0
error:
ld: error: undefined symbol: __rust_probestack

Import upstream patch [1] to fix the issue.

[1] fc021be5c6

PR:		288923
Approved by:	portmgr (build fix blanket)
2025-09-17 14:04:15 +02:00
.hooks
Keywords
Mk
Templates
Tools
accessibility
arabic
archivers
astro
audio audio/id3edit: fix build on BE 2025-09-17 10:37:15 +02:00
benchmarks
biology
cad cad/impact: udate WWW and mark deprecated 2025-09-16 19:06:37 +02:00
chinese
comms
converters
databases databases/mongodb70: 7.0.24 2025-09-16 16:59:18 +02:00
deskutils deskutils/qownnotes: update QOwnNotes to version 25.9.3. 2025-09-17 03:01:16 +00:00
devel devel/wasmer: Fix build with rust 1.89.0 2025-09-17 14:04:15 +02:00
dns dns/dnsmasq*: don't force -O2 into CFLAGS 2025-09-16 19:23:43 +02:00
editors
emulators
filesystems
finance finance/odoo*: Fix typo 'defualt' -> 'default' 2025-09-16 13:14:42 -04:00
french
ftp
games
german
graphics drm_info: Terse COMMENT 2025-09-16 13:13:09 -04:00
hebrew
hungarian
irc
japanese
java java/openjdk24: set proper ABI on powerpc64 2025-09-17 10:37:10 +02:00
korean
lang
mail
math
misc misc/p5-Business-ISBN-Data: update to 20250915.001 2025-09-17 11:01:58 +02:00
multimedia
net net/ntpd-rs: fix build on BE 2025-09-17 10:37:17 +02:00
net-im net-im/conduit: Update to 0.10.9 2025-09-17 03:42:54 +00:00
net-mgmt
net-p2p
news
polish
ports-mgmt
portuguese
print
russian
science
security security/kanidm: Fix build with rust 1.89.0 2025-09-17 10:40:33 +02:00
shells
sysutils sysutils/stackit: Add new port 2025-09-17 11:32:24 +02:00
textproc
ukrainian
vietnamese
www www/py-nikola: New port 2025-09-17 08:30:19 +00:00
x11 x11/walker: add port: Multi-purpose launcher with a lot of features 2025-09-17 11:14:53 +09:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitignore
.mailmap
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
MOVED
Makefile
README
UIDs
UPDATING

README

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

	https://ports.FreeBSD.org

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.