svn commit: r444420 - head/graphics/darktable

Mark Linimon linimon at FreeBSD.org
Mon Jun 26 22:37:11 UTC 2017


Author: linimon
Date: Mon Jun 26 22:37:10 2017
New Revision: 444420
URL: https://svnweb.freebsd.org/changeset/ports/444420

Log:
  arm64 has no meaning here.  The correct spelling is aarch64.
  
  Since the port needs sse functions, it won't run there anyway.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Mon Jun 26 22:29:52 2017	(r444419)
+++ head/graphics/darktable/Makefile	Mon Jun 26 22:37:10 2017	(r444420)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libsoup-2.4.so:devel/libsoup \
 		libtiff.so:graphics/tiff
 
-ONLY_FOR_ARCHS=		amd64 arm64
+ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE instructions and 64-bit address space
 
 USES=		cmake:outsource compiler:c++11-lib desktop-file-utils	\


More information about the svn-ports-all mailing list