View | Details | Raw Unified | Return to bug 218497
Collapse All | Expand All

(-)databases/mariadb100-server/Makefile (-1 / +2 lines)
Lines 24-30 Link Here
24
LICENSE_PERMS_PerconaFT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
24
LICENSE_PERMS_PerconaFT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
25
25
26
BROKEN_aarch64=		Fails to link: missing sbrk
26
BROKEN_aarch64=		Fails to link: missing sbrk
27
BROKEN_powerpc64=	Does not build
28
27
29
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
30
PKGMESSAGE=	${WRKDIR}/pkg-message
29
PKGMESSAGE=	${WRKDIR}/pkg-message
Lines 75-80 Link Here
75
			percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \
74
			percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \
76
75
77
.if !defined(CLIENT_ONLY)
76
.if !defined(CLIENT_ONLY)
77
BROKEN_powerpc64=	Does not build: fatal error: sys/platform/ppc.h: No such file or directory
78
78
# MySQL-Server options
79
# MySQL-Server options
79
USE_LDCONFIG+=		${PREFIX}/lib/mysql/plugin
80
USE_LDCONFIG+=		${PREFIX}/lib/mysql/plugin
80
OPTIONS_DEFINE+=	MAXKEY
81
OPTIONS_DEFINE+=	MAXKEY
(-)databases/mariadb101-server/Makefile (-1 / +2 lines)
Lines 23-29 Link Here
23
LICENSE_PERMS_PerconaFT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
23
LICENSE_PERMS_PerconaFT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
24
24
25
BROKEN_aarch64=		Fails to link: missing sbrk
25
BROKEN_aarch64=		Fails to link: missing sbrk
26
BROKEN_powerpc64=	Does not build
27
26
28
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
29
PKGMESSAGE=	${WRKDIR}/pkg-message
28
PKGMESSAGE=	${WRKDIR}/pkg-message
Lines 44-49 Link Here
44
FASTMTX_DESC=		Replace mutexes with spinlocks
43
FASTMTX_DESC=		Replace mutexes with spinlocks
45
44
46
.if !defined(CLIENT_ONLY)
45
.if !defined(CLIENT_ONLY)
46
BROKEN_powerpc64=	Does not build: fatal error: sys/platform/ppc.h: No such file or directory
47
47
# MySQL-Server options
48
# MySQL-Server options
48
OPTIONS_DEFINE+=	MAXKEY
49
OPTIONS_DEFINE+=	MAXKEY
49
OPTIONS_DEFAULT+=	MAXKEY SPHINX SPIDER
50
OPTIONS_DEFAULT+=	MAXKEY SPHINX SPIDER

Return to bug 218497