ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x822): relocation R_PPC_GOT16 out of range: 32768 is not in [-32768, 32767]; references .LCPI1_53
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x83a): relocation R_PPC_GOT16 out of range: 32776 is not in [-32768, 32767]; references .LCPI1_55
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x852): relocation R_PPC_GOT16 out of range: 32784 is not in [-32768, 32767]; references .LCPI1_57
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x862): relocation R_PPC_GOT16 out of range: 32792 is not in [-32768, 32767]; references .LCPI1_59
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x90a): relocation R_PPC_GOT16 out of range: 32772 is not in [-32768, 32767]; references .LCPI1_54
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x922): relocation R_PPC_GOT16 out of range: 32780 is not in [-32768, 32767]; references .LCPI1_56
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x93a): relocation R_PPC_GOT16 out of range: 32788 is not in [-32768, 32767]; references .LCPI1_58
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x95a): relocation R_PPC_GOT16 out of range: 32804 is not in [-32768, 32767]; references .LCPI1_62
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x96a): relocation R_PPC_GOT16 out of range: 32796 is not in [-32768, 32767]; references .LCPI1_60
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x97a): relocation R_PPC_GOT16 out of range: 32800 is not in [-32768, 32767]; references .LCPI1_61
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xa02): relocation R_PPC_GOT16 out of range: 32808 is not in [-32768, 32767]; references .LCPI1_63
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xc9e): relocation R_PPC_GOT16 out of range: 32812 is not in [-32768, 32767]; references .LCPI1_64
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xd8a): relocation R_PPC_GOT16 out of range: 32812 is not in [-32768, 32767]; references .LCPI1_64
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x10aa): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1126): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x113a): relocation R_PPC_GOT16 out of range: 32832 is not in [-32768, 32767]; references .LCPI2_4
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1146): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x115a): relocation R_PPC_GOT16 out of range: 32820 is not in [-32768, 32767]; references .LCPI2_1
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x11a6): relocation R_PPC_GOT16 out of range: 32824 is not in [-32768, 32767]; references .LCPI2_2
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1232): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0
>>> referenced by bessel_y.c
>>> defined in ../nmath/bessel_y.o
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
https://hypatia.math.ethz.ch/pipermail/r-announce/2022/000686.html
Remove the FLANG option since lang/flang was removed from the tree on
2022-09-30. In the future, the option can be re-added to use flang that
is part of devel/llvm13+.
Sponsored by: The FreeBSD Foundation
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
The mgcv package is one of the recommended packages to be installed with
R. A problem with mgcv and clang/openmp 13 is that mgcv versions prior
to 1.8-37 place 'include <omp.h>' after 'include <R.h>'. This causes a
conflict between '#define match' and an openmp pragma line, which uses
match(). This problem was fixed in mgcv 1.8-37, so replace mgcv 1.8-36
with this newer version.
While here, incorporate formatting changes suggested by portclippy and
portfmt.
PR: 258887
Approved by: dim
Differential Revision: https://reviews.freebsd.org/D32280
I intended to drop maintainership of math/libRmath as I no longer use
it (and suspect there are few users), but accidentally dropped
maintainership of math/R.
src/unix/sys-unix.c uses fpsetmask to workaround a bug that is not present since FreeBSD 4.0.
This issue also affected Firefox and was resolved 9 years ago https://bugzilla.mozilla.org/show_bug.cgi?id=789436#c27
fpsetmask executions cause R build to crash on powerpc64(le), since new SIGFPE kernel code doesn't take into account old workarounds.
PR: 254621
Approved by: jrm (maintainer)