1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Po-Chuan Hsieh 94d2d7018a
security/snoopy: Fix build on 14-CURRENT
tid.c:52:23: error: incompatible pointer to integer conversion initializing 'unsigned long' with an expression of type 'pthread_t' (aka 'struct pthread *') [-Wint-conversion]
    long unsigned int tid = pthread_self();
                      ^     ~~~~~~~~~~~~~~
1 error generated.

Reference:	https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p100a5c5dca85_sb347c22846/logs/snoopy-2.4.15.log
2023-05-03 03:58:24 +08:00
2023-05-02 20:18:46 +01:00
2023-05-03 03:58:21 +08:00
2023-05-03 00:17:43 +08:00
2023-05-03 03:58:21 +08:00
2023-05-03 03:58:21 +08:00
2023-05-03 03:58:21 +08:00
2023-05-03 03:58:21 +08:00
2023-05-03 00:25:56 +08:00
2023-05-02 15:52:34 +02:00
2023-05-02 20:18:47 +01:00
2023-05-03 03:58:21 +08:00
2023-05-02 10:19:28 -07:00
2023-05-01 19:57:00 +02:00
2023-05-03 03:58:21 +08:00
2023-05-02 18:32:27 +02:00
2023-04-30 10:16:23 -07:00
2023-05-03 03:58:21 +08:00
2023-05-02 20:18:46 +01:00
2023-05-03 03:58:21 +08:00
2023-05-03 03:58:21 +08:00
2023-05-03 00:21:11 +08:00
2023-04-30 12:52:35 +02:00
2023-05-02 13:38:32 +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.
Description
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Readme 3.4 GiB
Languages
Makefile 47.1%
C 18%
C++ 16.8%
Roff 6%
Shell 4.9%
Other 5.8%