svn commit: r403326 - head/databases/virtuoso

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 8 18:07:41 UTC 2015


Author: amdmi3
Date: Tue Dec  8 18:07:39 2015
New Revision: 403326
URL: https://svnweb.freebsd.org/changeset/ports/403326

Log:
  - Add more archs to NOT_FOR_ARCHS (as per configure error message)
  - Add NOT_FOR_ARCHS_REASON
  
  Approved by:	portmgr blanket

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Tue Dec  8 18:06:08 2015	(r403325)
+++ head/databases/virtuoso/Makefile	Tue Dec  8 18:07:39 2015	(r403326)
@@ -25,7 +25,8 @@ USES=		gmake libtool readline uidfix
 USE_AUTOTOOLS=	autoheader aclocal
 USE_OPENSSL=	yes
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	i386 mips armv6
+NOT_FOR_ARCHS_REASON=	can only be built on 64bit platforms
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-readline\


More information about the svn-ports-head mailing list