Provide more descriptive error messages for ports failing on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-04-29 07:04:49 +00:00
parent 835419af27
commit f4ea425a5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439736
12 changed files with 14 additions and 19 deletions

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libftdi.so:devel/libftdi \
libconfuse.so:devel/libconfuse \
libargp.so:devel/argp-standalone
BROKEN_powerpc64= Does not build
BROKEN_powerpc64= Does not build: error: strlen was not declared in this scope
BROKEN_sparc64= Does not build
USES= cmake compiler:c++11-lang iconv:wchar_t

View File

@ -13,7 +13,8 @@ EXTRACT_SUFX= .shar
MAINTAINER= ports@FreeBSD.org
COMMENT= Driver for "homebrew" serial LIRC receivers
BROKEN_powerpc64= Does not build
BROKEN_powerpc64= Does not build: error: uart.h: No such file or directory
BROKEN_sparc64= Does not build
USES= kmod
@ -26,12 +27,6 @@ PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko
CFLAGS+= ${DEBUG_FLAGS}
.include <bsd.port.options.mk>
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on powerpc or sparc64
.endif
do-install:
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}"

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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