Date: Sun, 14 May 2017 06:52:09 +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: r440865 - head/databases/soci Message-ID: <201705140652.v4E6q9pw083917@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun May 14 06:52:09 2017 New Revision: 440865 URL: https://svnweb.freebsd.org/changeset/ports/440865 Log: Disable dependency on firebird for tier-2 archs. There is work underway to fix firebird on those archs but it is not complete. This unbreaks several dozen ports on tier-2. PR: 216943 Submitted by: linimon Reviewed by: mat (only this file) Modified: head/databases/soci/Makefile Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Sun May 14 06:41:41 2017 (r440864) +++ head/databases/soci/Makefile Sun May 14 06:52:09 2017 (r440865) @@ -25,6 +25,15 @@ BOOST_DESC= Enable support for additiona OPTIONS_DEFAULT=MYSQL PGSQL SQLITE ODBC BOOST FIREBIRD OPTIONS_SUB= yes +# firebird is currently only available on x86. +OPTIONS_EXCLUDE_aarch64= FIREBIRD +OPTIONS_EXCLUDE_armv6= FIREBIRD +OPTIONS_EXCLUDE_mips= FIREBIRD +OPTIONS_EXCLUDE_mips64= FIREBIRD +OPTIONS_EXCLUDE_powerpc= FIREBIRD +OPTIONS_EXCLUDE_powerpc64= FIREBIRD +OPTIONS_EXCLUDE_sparc64= FIREBIRD + MYSQL_USE= MYSQL=yes MYSQL_CMAKE_ON= -DWITH_MYSQL:BOOL=ON MYSQL_CMAKE_OFF= -DWITH_MYSQL:BOOL=OFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705140652.v4E6q9pw083917>