diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 10:39:15 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 10:39:15 +0800 |
commit | 2fdf0aabd4de2a15da42e3cebe1ff51f3a134241 (patch) | |
tree | 3981533400764f85dbb5232846cc4249d8b82e54 /math | |
parent | 11139ed8784d6de86883135786cf65bf517c7ac2 (diff) | |
download | freebsd-ports-gnome-2fdf0aabd4de2a15da42e3cebe1ff51f3a134241.tar.gz freebsd-ports-gnome-2fdf0aabd4de2a15da42e3cebe1ff51f3a134241.tar.zst freebsd-ports-gnome-2fdf0aabd4de2a15da42e3cebe1ff51f3a134241.zip |
Mark as not for armv6: "not supported".
Note that in both of these cases, new versions are available.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/ocamlgsl/Makefile | 3 | ||||
-rw-r--r-- | math/orpie/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 0d1ea1ff7fa7..f246aec36fa6 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -29,6 +29,9 @@ OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + DOCSDIR= ${LOCALBASE}/share/doc OPTIONS_DEFINE= DOCS diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 52ff72b4a4a9..71f7b4201e2c 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -20,6 +20,9 @@ USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= architectures with double-word alignment for doubles are not supported + PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ man/man5/orpierc.5.gz |