Mikael Urankar 17ec21b2ab java/openjfx14: unbreak build with LLVM15
Pass -Wno-int-conversion to CFLAGS fixes error with strict conversion rules introduced in LLVM15

/wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.graphics/src/main/native-font/pango.c:245:73: error: incompatible integer to pointer conversion passing 'jlong' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                rc = (jboolean)((jboolean (*)(void *, const char *))fp)(arg0, text);
                                                                        ^~~~
2023-02-14 17:17:18 +01:00
2023-01-12 22:09:50 +01:00
2023-02-08 09:25:30 +08:00
2023-02-10 13:36:10 -04:00
2023-02-14 07:55:27 +00:00
2023-02-10 11:28:59 +01:00
2023-02-14 14:02:16 +01:00
2023-02-14 12:51:18 +01:00
2023-02-13 21:09:27 +01:00
2023-02-13 16:03:38 +00:00
2023-02-13 16:03:57 +09: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
No description provided
Readme 1.7 GiB
Languages
Makefile 59.7%
C 16.1%
Shell 7.2%
Roff 5%
C++ 3.7%
Other 7%