1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Evgenii Khramtsov 438a70797f graphics/khronos-texture: Fix build with libc++ 21
[...]
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/src/os.cc:13:
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/os.h:11:
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:747:28: error: use of undeclared identifier 'malloc'
  747 |     T* p = static_cast<T*>(malloc(n * sizeof(T)));
      |                            ^~~~~~
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:752:35: error: use of undeclared identifier 'free'
  752 |   void deallocate(T* p, size_t) { free(p); }
      |                                   ^~~~
[...]

While here udpate to USES+=compiler:c++14-lang - port uses -std=c++14.

PR:	293197
MFH:	2026Q1
2026-02-16 03:49:49 +03:00
2026-02-13 20:36:11 +03:00
2026-02-15 07:51:06 +00:00
2026-02-15 07:51:06 +00:00
2026-02-15 07:51:06 +00:00
2026-02-15 18:26:13 +01:00
2026-02-13 21:26:26 -04:00
2026-02-13 09:31:48 +00:00
2026-02-15 17:21:17 +03:00
2026-02-13 20:36:11 +03:00
2026-02-14 13:29:41 +01:00
2026-02-15 14:19:10 +01:00
2026-02-15 13:45:08 +00:00
2026-02-15 07:51:06 +00:00
2026-01-24 04:11:01 -07:00
2026-02-15 14:44:43 +01:00
2026-02-15 07:51:06 +00:00
2026-02-15 22:53:11 +01:00
2026-02-12 11:00:47 +09:00
2026-02-15 20:27:35 +01:00
2025-08-17 08:07:01 -03:00
2025-11-11 04:16:23 +01:00
2025-12-31 20:04:29 -04:00
2025-07-23 14:39:42 +02:00
2026-02-15 17:12:22 +03:00

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.
S
Description
Unofficial mirror of the Official FreeBSD ports tree
Readme 2.2 GiB
Languages
Makefile 45.8%
C++ 19.5%
C 18.3%
Shell 4.7%
Roff 4.4%
Other 5.9%