svn commit: r562647 - in head: audio/lame audio/timidity++ databases/mariadb103-server databases/mariadb104-server databases/mariadb105-server
Mark Linimon
linimon at FreeBSD.org
Tue Jan 26 09:19:52 UTC 2021
Author: linimon
Date: Tue Jan 26 09:19:51 2021
New Revision: 562647
URL: https://svnweb.freebsd.org/changeset/ports/562647
Log:
Mark these ports as BROKEN on riscv64.
The current contents of sys/riscv/include/ieeefp.h are empty. These
ports rely on that file being defined.
Approved by: portmgr (tier-2 blanket)
Modified:
head/audio/lame/Makefile
head/audio/timidity++/Makefile
head/databases/mariadb103-server/Makefile
head/databases/mariadb104-server/Makefile
head/databases/mariadb105-server/Makefile
Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile Tue Jan 26 09:01:19 2021 (r562646)
+++ head/audio/lame/Makefile Tue Jan 26 09:19:51 2021 (r562647)
@@ -13,6 +13,8 @@ COMMENT= Fast MP3 encoder kit
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
+
USES= gmake iconv libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/audio/timidity++/Makefile
==============================================================================
--- head/audio/timidity++/Makefile Tue Jan 26 09:01:19 2021 (r562646)
+++ head/audio/timidity++/Makefile Tue Jan 26 09:19:51 2021 (r562647)
@@ -12,6 +12,8 @@ COMMENT?= Software MIDI player
LICENSE= GPLv2+
+BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
+
LIB_DEPENDS= libarc.so:archivers/libarc
.if !defined(PKGNAMESUFFIX)
LIB_DEPENDS+= libvorbis.so:audio/libvorbis \
Modified: head/databases/mariadb103-server/Makefile
==============================================================================
--- head/databases/mariadb103-server/Makefile Tue Jan 26 09:01:19 2021 (r562646)
+++ head/databases/mariadb103-server/Makefile Tue Jan 26 09:19:51 2021 (r562647)
@@ -21,6 +21,8 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
+
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
Modified: head/databases/mariadb104-server/Makefile
==============================================================================
--- head/databases/mariadb104-server/Makefile Tue Jan 26 09:01:19 2021 (r562646)
+++ head/databases/mariadb104-server/Makefile Tue Jan 26 09:19:51 2021 (r562647)
@@ -22,6 +22,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_i386= compile error: undeclared identifier 'my_atomic_add32'
+BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
USES= bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl
@@ -39,7 +40,7 @@ MARIADB_USER?= mysql
MARIADB_GROUP?= mysql
MARIADB_RUNDIR?= /var/run/mysql
-MARIADB_SOCK?= mysql.sock
+MARIADB_SOCK?= mysql.sock
MARIADB_LOGDIR?= /var/log/mysql
OPTIONS_SINGLE= GSSAPI
Modified: head/databases/mariadb105-server/Makefile
==============================================================================
--- head/databases/mariadb105-server/Makefile Tue Jan 26 09:01:19 2021 (r562646)
+++ head/databases/mariadb105-server/Makefile Tue Jan 26 09:19:51 2021 (r562647)
@@ -21,6 +21,8 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
+
LIB_DEPENDS+= libpcre2-8.so:devel/pcre2
# Ugly workaround for MariaDB/CMake library detection
More information about the svn-ports-all
mailing list