diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-08-13 17:48:09 +0200 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-08-13 17:49:49 +0200 |
commit | 1744aa5fd47f2ba42d738b695e31347dfc89697a (patch) | |
tree | 0df17ca109c866e8652f0a013123141a90e9d9f1 /math | |
parent | www/varnish7: Update to 7.7.2 (diff) |
math/{gsl,octave-forge-fpl}: remove sparc64-related files
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/files/patch-configure | 18 | ||||
-rw-r--r-- | math/octave-forge-fpl/pkg-message | 8 |
2 files changed, 0 insertions, 26 deletions
diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure deleted file mode 100644 index 15589a3aeb31..000000000000 --- a/math/gsl/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2008-03-31 02:56:46.446699394 -0400 -+++ configure 2008-03-31 03:05:58.758342355 -0400 -@@ -12492,6 +12492,15 @@ - *-*-*openbsd*) - ac_cv_c_ieee_interface=openbsd - ;; -+ sparc64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ alpha-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ ia64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; - *-*-*bsd*) - ac_cv_c_ieee_interface=freebsd - ;; diff --git a/math/octave-forge-fpl/pkg-message b/math/octave-forge-fpl/pkg-message deleted file mode 100644 index 33161878217a..000000000000 --- a/math/octave-forge-fpl/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -Although the port builds, it is nonfunctional on sparc64 due to the absence -of opendx. -EOM -} -] |