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:
parent
835419af27
commit
f4ea425a5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439736
@ -17,7 +17,7 @@ LIB_DEPENDS= libftdi.so:devel/libftdi \
|
|||||||
libconfuse.so:devel/libconfuse \
|
libconfuse.so:devel/libconfuse \
|
||||||
libargp.so:devel/argp-standalone
|
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
|
BROKEN_sparc64= Does not build
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang iconv:wchar_t
|
USES= cmake compiler:c++11-lang iconv:wchar_t
|
||||||
|
@ -13,7 +13,8 @@ EXTRACT_SUFX= .shar
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Driver for "homebrew" serial LIRC receivers
|
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
|
USES= kmod
|
||||||
|
|
||||||
@ -26,12 +27,6 @@ PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko
|
|||||||
|
|
||||||
CFLAGS+= ${DEBUG_FLAGS}
|
CFLAGS+= ${DEBUG_FLAGS}
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
||||||
BROKEN= Does not compile on powerpc or sparc64
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}
|
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ PKGNAMESUFFIX= 4
|
|||||||
MAINTAINER= portmaster@bsdforge.com
|
MAINTAINER= portmaster@bsdforge.com
|
||||||
COMMENT= GNATS, the GNU Problem Report Management System
|
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
|
GNU_CONFIGURE= yes
|
||||||
USES= cpe gmake makeinfo
|
USES= cpe gmake makeinfo
|
||||||
|
@ -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
|
LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to link: missing sbrk
|
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
|
SUB_FILES= pkg-message
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
@ -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
|
LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to link: missing sbrk
|
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
|
SUB_FILES= pkg-message
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
@ -17,7 +17,7 @@ LICENSE_COMB= dual
|
|||||||
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
||||||
|
|
||||||
BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
|
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
|
BROKEN_sparc64= does not build: unrecognized command line options
|
||||||
|
|
||||||
MAKE_ARGS= CC="${CXX}"
|
MAKE_ARGS= CC="${CXX}"
|
||||||
|
@ -12,7 +12,7 @@ DISTNAME= percona-server-${DISTVERSION}
|
|||||||
MAINTAINER= flo@FreeBSD.org
|
MAINTAINER= flo@FreeBSD.org
|
||||||
COMMENT?= Multithreaded SQL database (server)
|
COMMENT?= Multithreaded SQL database (server)
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build: #error Unsupported platform
|
||||||
|
|
||||||
SLAVEDIRS= databases/percona56-client \
|
SLAVEDIRS= databases/percona56-client \
|
||||||
databases/percona-pam-for-mysql
|
databases/percona-pam-for-mysql
|
||||||
|
@ -45,7 +45,7 @@ MAKE_JOBS_UNSAFE=yes
|
|||||||
MAKE_ENV= PATH=${LOCALBASE}/lib/erlang15/bin:${PATH}
|
MAKE_ENV= PATH=${LOCALBASE}/lib/erlang15/bin:${PATH}
|
||||||
|
|
||||||
BROKEN_aarch64= Does not compile: error: Unknown CPU architecture
|
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
|
BROKEN_sparc64= Does not compile: Please implement AtomicPointer for this platform
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libgflags.so:devel/gflags \
|
|||||||
BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror
|
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_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_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
|
BROKEN_sparc64= cannot build: uses unknown compiler flags
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG LZ4 ZSTD
|
OPTIONS_DEFINE= DEBUG LZ4 ZSTD
|
||||||
|
@ -12,7 +12,7 @@ COMMENT= NoSQL database running in a Lua application server
|
|||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build: Unsupported architecture -- powerpc64
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
USES= cmake compiler:c++11-lang gettext gmake perl5 readline
|
USES= cmake compiler:c++11-lang gettext gmake perl5 readline
|
||||||
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= gawk:lang/gawk\
|
|||||||
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to link: missing sbrk
|
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
|
BROKEN_sparc64= Does not compile: error: DV_INT_TAG_WORD undeclared
|
||||||
|
|
||||||
NOT_FOR_ARCHS= arm armv6 i386 mips powerpc
|
NOT_FOR_ARCHS= arm armv6 i386 mips powerpc
|
||||||
|
@ -13,8 +13,6 @@ COMMENT= OpenSource version of InnoDB backup with support of Percona extensions
|
|||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
# quilt is required by build.sh
|
# quilt is required by build.sh
|
||||||
BUILD_DEPENDS= bash:shells/bash \
|
BUILD_DEPENDS= bash:shells/bash \
|
||||||
cmake:devel/cmake \
|
cmake:devel/cmake \
|
||||||
@ -26,6 +24,8 @@ LIB_DEPENDS= libev.so:devel/libev \
|
|||||||
RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
||||||
qpress:archivers/qpress
|
qpress:archivers/qpress
|
||||||
|
|
||||||
|
BROKEN_powerpc64= Does not build: ld: final link failed: Bad value
|
||||||
|
|
||||||
# autotool is in use for 5.1 builds
|
# autotool is in use for 5.1 builds
|
||||||
USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix
|
USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix
|
||||||
CPE_VENDOR= percona
|
CPE_VENDOR= percona
|
||||||
|
Loading…
Reference in New Issue
Block a user