summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-04-29 07:04:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-04-29 07:04:49 +0000
commitf4ea425a5bb8c4c7f08da85f1ed7e25fc336ef3b (patch)
treea250be14ec578716868f89e869870c2db145cc8d /databases
parentUpdate to 0.5.0 (diff)
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=439736
Diffstat (limited to 'databases')
-rw-r--r--databases/gnats4/Makefile2
-rw-r--r--databases/mariadb100-server/Makefile2
-rw-r--r--databases/mariadb101-server/Makefile2
-rw-r--r--databases/p5-Tie-LevelDB/Makefile2
-rw-r--r--databases/percona56-server/Makefile2
-rw-r--r--databases/riak/Makefile2
-rw-r--r--databases/rocksdb/Makefile2
-rw-r--r--databases/tarantool/Makefile2
-rw-r--r--databases/virtuoso/Makefile2
-rw-r--r--databases/xtrabackup/Makefile4
10 files changed, 11 insertions, 11 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile
index cb3913072ac5..1152d8c3a432 100644
--- a/databases/gnats4/Makefile
+++ b/databases/gnats4/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= 4
MAINTAINER= portmaster@bsdforge.com
COMMENT= GNATS, the GNU Problem Report Management System
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: error: conflicting types for yy_scan_string
GNU_CONFIGURE= yes
USES= cpe gmake makeinfo
diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile
index 67ba650d9dc0..ae1eb0a81629 100644
--- a/databases/mariadb100-server/Makefile
+++ b/databases/mariadb100-server/Makefile
@@ -24,7 +24,7 @@ LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS
LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: g++49: internal compiler error: Killed (program cc1plus)
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile
index b10354f68a5a..4a73839b3085 100644
--- a/databases/mariadb101-server/Makefile
+++ b/databases/mariadb101-server/Makefile
@@ -23,7 +23,7 @@ LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS
LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: fatal error: sys/platform/ppc.h: No such file or directory
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile
index a29240e0735c..cd303cd39831 100644
--- a/databases/p5-Tie-LevelDB/Makefile
+++ b/databases/p5-Tie-LevelDB/Makefile
@@ -17,7 +17,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libleveldb.so:databases/leveldb
BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= does not build: error: unrecognized command line option -std=c++0x
BROKEN_sparc64= does not build: unrecognized command line options
MAKE_ARGS= CC="${CXX}"
diff --git a/databases/percona56-server/Makefile b/databases/percona56-server/Makefile
index 9fd4a23c83f0..b855e875bb46 100644
--- a/databases/percona56-server/Makefile
+++ b/databases/percona56-server/Makefile
@@ -12,7 +12,7 @@ DISTNAME= percona-server-${DISTVERSION}
MAINTAINER= flo@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: #error Unsupported platform
SLAVEDIRS= databases/percona56-client \
databases/percona-pam-for-mysql
diff --git a/databases/riak/Makefile b/databases/riak/Makefile
index 17ca6f438b3e..c034211898de 100644
--- a/databases/riak/Makefile
+++ b/databases/riak/Makefile
@@ -45,7 +45,7 @@ MAKE_JOBS_UNSAFE=yes
MAKE_ENV= PATH=${LOCALBASE}/lib/erlang15/bin:${PATH}
BROKEN_aarch64= Does not compile: error: Unknown CPU architecture
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not compile: error: Unknown CPU architecture
BROKEN_sparc64= Does not compile: Please implement AtomicPointer for this platform
.include <bsd.port.pre.mk>
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index efb3246b8cea..6a5b561d9a92 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libgflags.so:devel/gflags \
BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror
BROKEN_aarch64= does not build: the clang compiler does not support -march=native
BROKEN_armv6= does not build: the clang compiler does not support -march=native
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= does not build: the clang compiler does not support -march=native
BROKEN_sparc64= cannot build: uses unknown compiler flags
OPTIONS_DEFINE= DEBUG LZ4 ZSTD
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index d390ad5ede09..8bf1c168e820 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -12,7 +12,7 @@ COMMENT= NoSQL database running in a Lua application server
LICENSE= BSD2CLAUSE
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: Unsupported architecture -- powerpc64
MAKE_JOBS_UNSAFE=yes
USES= cmake compiler:c++11-lang gettext gmake perl5 readline
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index 169fb5f703d7..6f32599efabd 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= gawk:lang/gawk\
LIB_DEPENDS= libxml2.so:textproc/libxml2
BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_powerpc64= Does not build
+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 i386 mips powerpc
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile
index 13cefab10b9f..7f4ebccddc81 100644
--- a/databases/xtrabackup/Makefile
+++ b/databases/xtrabackup/Makefile
@@ -13,8 +13,6 @@ COMMENT= OpenSource version of InnoDB backup with support of Percona extensions
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= Does not build
-
# quilt is required by build.sh
BUILD_DEPENDS= bash:shells/bash \
cmake:devel/cmake \
@@ -26,6 +24,8 @@ LIB_DEPENDS= libev.so:devel/libev \
RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \
qpress:archivers/qpress
+BROKEN_powerpc64= Does not build: ld: final link failed: Bad value
+
# autotool is in use for 5.1 builds
USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix
CPE_VENDOR= percona