Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 02:39:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435118 - in head/math: ocamlgsl orpie
Message-ID:  <201703010239.v212dF60074863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703010239.v212dF60074863>