mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
3656c1ca01
commit
cb90f21ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426088
@ -11,8 +11,6 @@ COMMENT= Highly scalable, fault-tolerant distributed file system
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \
|
||||
${LOCALBASE}/bin/cmake:devel/cmake \
|
||||
${LOCALBASE}/lib/libcheck.a:devel/libcheck
|
||||
@ -20,6 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= leo-project
|
||||
|
||||
BROKEN_aarch64= Does not compile: fatal error: lzo/lzo1x.h file not found
|
||||
BROKEN_powerpc64= Does not build
|
||||
BROKEN_sparc64= Does not build: error Please implement AtomicPointer for this platform
|
||||
|
||||
LEOFS_USER= leofs
|
||||
LEOFS_GROUP= leofs
|
||||
USERS= ${LEOFS_USER}
|
||||
|
@ -22,4 +22,7 @@ USE_PERL5= build run
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format
|
||||
BROKEN_mips64= Fails to link: ld: failed to merge target specific data
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -52,6 +52,7 @@ DATADIR= ${PREFIX}/share/mysql
|
||||
|
||||
BROKEN_aarch64= Fails to link: missing sbrk
|
||||
BROKEN_armv6= Does not compile on armv6
|
||||
BROKEN_sparc64= Does not compile: Unsupported platform
|
||||
|
||||
.if defined(USE_MYSQL)
|
||||
.error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
|
@ -18,6 +18,9 @@ USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds
|
||||
|
||||
BROKEN_aarch64= Fails to build: error: typedef redefinition with different types
|
||||
BROKEN_mips64= Fails to build: error: conflicting declaration typedef long int t4_i32
|
||||
|
||||
OPTIONS_DEFINE= PYTHON TCL DOCS
|
||||
OPTIONS_DEFAULT= PYTHON
|
||||
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb
|
||||
|
||||
BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
|
||||
BROKEN_powerpc64= does not build
|
||||
BROKEN_sparcpc64= does not build: unrecognized command line options
|
||||
BROKEN_sparc64= does not build: unrecognized command line options
|
||||
|
||||
MAKE_ARGS= CC="${CXX}"
|
||||
USE_PERL5= configure
|
||||
|
@ -20,6 +20,9 @@ CMAKE_ARGS+= -DENABLE_DTRACE=OFF
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/mysql
|
||||
|
||||
BROKEN_aarch64= Fails to build: error: passing int to parameter of incompatible type va_list
|
||||
BROKEN_armv6= Fails to build: error: passing int to parameter of incompatible type va_list
|
||||
|
||||
MANPAGES= comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_find_rows.1 \
|
||||
mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 \
|
||||
mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
|
||||
|
@ -25,6 +25,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
||||
--with-python-prefix="${LOCALBASE}"
|
||||
|
||||
BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized
|
||||
|
||||
.include "${.CURDIR}/../sqlrelay/Makefile.common"
|
||||
|
||||
do-extract:
|
||||
|
@ -12,8 +12,6 @@ COMMENT= Open source, distributed, noSQL database
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/erlang15/bin/erlc:lang/erlang-runtime15
|
||||
|
||||
USES= gmake readline shebangfix
|
||||
@ -46,6 +44,10 @@ ALL_TARGET= rel
|
||||
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_sparc64= Does not compile: Please implement AtomicPointer for this platform
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -20,8 +20,6 @@ COMMENT= Riak is an open source, distributed, noSQL database
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:lang/erlang-riak
|
||||
|
||||
USES= gmake readline shebangfix
|
||||
@ -30,7 +28,9 @@ SHEBANG_FILES= deps/eper/priv/bin/* \
|
||||
USE_RC_SUBR= riak
|
||||
USE_GCC= yes
|
||||
|
||||
BROKEN_i386= does not build
|
||||
BROKEN_i386= Does not build
|
||||
BROKEN_powerpc64= Does not build
|
||||
BROKEN_sparc64= Does not build: Please implement AtomicPointer for this platform
|
||||
|
||||
USERS= riak
|
||||
GROUPS= riak
|
||||
|
@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= libgflags.so:devel/gflags \
|
||||
libsnappy.so:archivers/snappy
|
||||
|
||||
BROKEN_powerpc64= does not build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
ALL_TARGET= shared_lib static_lib all
|
||||
@ -32,7 +30,10 @@ GH_ACCOUNT= facebook
|
||||
USE_GITHUB= yes
|
||||
|
||||
BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror
|
||||
BROKEN_sparc64= cannot build: uses unknown compiler flags
|
||||
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_sparc64= cannot build: uses unknown compiler flags
|
||||
|
||||
BENCHMARKS= cache_bench db_bench memtablerep_bench table_reader_bench
|
||||
TOOLS= db_repl_stress db_sanity_test db_stress ldb rocksdb_dump rocksdb_undump sst_dump write_stress
|
||||
|
@ -17,4 +17,8 @@ GH_TAGNAME= a251965
|
||||
USES= cmake
|
||||
CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false
|
||||
|
||||
BROKEN_aarch64= Fails to compile: clang compiler does not support -march=native
|
||||
BROKEN_mips64= Fails to compile: clang compiler does not support -march=native
|
||||
BROKEN_sparc64= Fails to compile: clang compiler does not support -march=native
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,6 +22,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
|
||||
BROKEN_aarch64= Fails to link: missing sbrk
|
||||
BROKEN_powerpc64= Does not build
|
||||
BROKEN_sparc64= Does not compile: error: DV_INT_TAG_WORD undeclared
|
||||
|
||||
NOT_FOR_ARCHS= arm armv6 i386 mips powerpc
|
||||
NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms
|
||||
|
@ -21,6 +21,8 @@ MAKE_ARGS+= WITHOUT_SSL=yes
|
||||
LIB_DEPENDS+= libgnutls.so:security/gnutls
|
||||
.endif
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error: cast from pointer to smaller type loses information
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fusenshi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user