svn commit: r378919 - head/databases/virtuoso

Max Khon fjoe at FreeBSD.org
Fri Feb 13 11:18:32 UTC 2015


Author: fjoe
Date: Fri Feb 13 11:18:31 2015
New Revision: 378919
URL: https://svnweb.freebsd.org/changeset/ports/378919
QAT: https://qat.redports.org/buildarchive/r378919/

Log:
  Virtuoso 7.x does not support 32-bit architectures.

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Fri Feb 13 09:59:11 2015	(r378918)
+++ head/databases/virtuoso/Makefile	Fri Feb 13 11:18:31 2015	(r378919)
@@ -25,6 +25,8 @@ USES=		gmake libtool readline uidfix
 USE_AUTOTOOLS=	autoheader aclocal
 USE_OPENSSL=	yes
 
+NOT_FOR_ARCHS=	i386
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-readline\
 		--without-internal-zlib\


More information about the svn-ports-all mailing list