svn commit: r403550 - head/databases/virtuoso

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 11 16:29:48 UTC 2015


Author: amdmi3
Date: Fri Dec 11 16:29:47 2015
New Revision: 403550
URL: https://svnweb.freebsd.org/changeset/ports/403550

Log:
  - List more 32bit platforms in NOT_FOR_ARCHS
  
  Suggested by:	imp
  Approved by:	portmgr blanket

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Fri Dec 11 16:26:18 2015	(r403549)
+++ head/databases/virtuoso/Makefile	Fri Dec 11 16:29:47 2015	(r403550)
@@ -25,7 +25,7 @@ USES=		gmake libtool readline uidfix
 USE_AUTOTOOLS=	autoheader aclocal
 USE_OPENSSL=	yes
 
-NOT_FOR_ARCHS=	i386 mips armv6
+NOT_FOR_ARCHS=	arm armv6 i386 mips powerpc
 NOT_FOR_ARCHS_REASON=	can only be built on 64bit platforms
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list