svn commit: r435118 - in head/math: ocamlgsl orpie
Mark Linimon
linimon at FreeBSD.org
Wed Mar 1 02:39:16 UTC 2017
Author: linimon
Date: Wed Mar 1 02:39:15 2017
New Revision: 435118
URL: https://svnweb.freebsd.org/changeset/ports/435118
Log:
Mark as not for armv6: "not supported".
Note that in both of these cases, new versions are available.
Approved by: portmgr (tier-2 blanket)
Modified:
head/math/ocamlgsl/Makefile
head/math/orpie/Makefile
Modified: head/math/ocamlgsl/Makefile
==============================================================================
--- head/math/ocamlgsl/Makefile Wed Mar 1 02:37:47 2017 (r435117)
+++ head/math/ocamlgsl/Makefile Wed Mar 1 02:39:15 2017 (r435118)
@@ -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
Modified: head/math/orpie/Makefile
==============================================================================
--- head/math/orpie/Makefile Wed Mar 1 02:37:47 2017 (r435117)
+++ head/math/orpie/Makefile Wed Mar 1 02:39:15 2017 (r435118)
@@ -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
More information about the svn-ports-all
mailing list