aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
commitaff42c7199b9182b398eeda522cb9bcb182895f8 (patch)
tree1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /databases
parent83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff)
downloadports-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz
ports-aff42c7199b9182b398eeda522cb9bcb182895f8.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/gnats4/Makefile2
-rw-r--r--databases/virtuoso/Makefile14
3 files changed, 11 insertions, 7 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 658b44686a61..cd501248ff14 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -12,6 +12,8 @@ COMMENT= Main Memory Relational Database Management System
LICENSE= MIT
+BROKEN_mips= fails to compile: unrecognized command line option "-std=gnu++03"
+BROKEN_mips64= fails to compile: unrecognized command line option "-std=gnu++03"
BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03"
USES= gmake dos2unix
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile
index 874182f4868d..622445a3af68 100644
--- a/databases/gnats4/Makefile
+++ b/databases/gnats4/Makefile
@@ -11,6 +11,8 @@ PKGNAMESUFFIX= 4
MAINTAINER= portmaster@bsdforge.com
COMMENT= GNATS, the GNU Problem Report Management System
+BROKEN_mips= Does not build: error: conflicting types for yy_scan_string
+BROKEN_mips64= Does not build: error: conflicting types for yy_scan_string
BROKEN_powerpc64= Does not build: error: conflicting types for yy_scan_string
GNU_CONFIGURE= yes
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index ed7283ce9e92..fac924de17f7 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -14,19 +14,19 @@ COMMENT= Universal SQL/Application Server
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= gawk:lang/gawk\
- htmldoc:textproc/htmldoc\
- flex>2.5.4:textproc/flex\
- gperf>=3.0.3:devel/gperf
-LIB_DEPENDS= libxml2.so:textproc/libxml2
-
BROKEN_aarch64= Fails to link: missing sbrk
+BROKEN_mips64= Does not compile: error: DV_INT_TAG_WORD undeclared
BROKEN_powerpc64= Does not compile: error: DV_INT_TAG_WORD undeclared
BROKEN_sparc64= Does not compile: error: DV_INT_TAG_WORD undeclared
-
NOT_FOR_ARCHS= arm armv6 armv7 i386 mips powerpc
NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms
+BUILD_DEPENDS= gawk:lang/gawk\
+ htmldoc:textproc/htmldoc\
+ flex>2.5.4:textproc/flex\
+ gperf>=3.0.3:devel/gperf
+LIB_DEPENDS= libxml2.so:textproc/libxml2
+
USES= gmake libtool readline uidfix ssl
GNU_CONFIGURE= yes