svn commit: r440865 - head/databases/soci
Mark Linimon
linimon at FreeBSD.org
Sun May 14 06:52:10 UTC 2017
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
More information about the svn-ports-all
mailing list