diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
commit | 5b460a6e6dcba3bf614469ba987dfba042c883e4 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /databases | |
parent | a3584ef01f826922b53df0d4006400529d28375f (diff) | |
download | freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.gz freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.zst freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.zip |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/fastdb/Makefile | 2 | ||||
-rw-r--r-- | databases/gnats4/Makefile | 2 | ||||
-rw-r--r-- | databases/virtuoso/Makefile | 14 |
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 |