View | Details | Raw Unified | Return to bug 219112 | Differences between
and this patch

Collapse All | Expand All

(-)devel/qt4-dbus/Makefile (+1 lines)
Lines 12-17 Link Here
12
12
13
LIB_DEPENDS=	libdbus-1.so:devel/dbus
13
LIB_DEPENDS=	libdbus-1.so:devel/dbus
14
14
15
BROKEN_aarch64=	fails to compile: error: no matching function for call to QBasicAtomicPointer_testAndSetOrdered
15
BROKEN_sparc64=	fails to compile: invalid conversion
16
BROKEN_sparc64=	fails to compile: invalid conversion
16
17
17
USES=		pkgconfig
18
USES=		pkgconfig
(-)devel/qt4-script/Makefile (+2 lines)
Lines 34-39 Link Here
34
EXTRACT_AFTER_ARGS+=	--exclude '${DISTNAME}/${dne}'
34
EXTRACT_AFTER_ARGS+=	--exclude '${DISTNAME}/${dne}'
35
.endfor
35
.endfor
36
36
37
BROKEN_aarch64=		fails to compile: Platform.h: error: Not supported ARM architecture
38
37
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
39
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
38
INSTALL_WRKSRC=	${BUILD_WRKSRC}
40
INSTALL_WRKSRC=	${BUILD_WRKSRC}
39
41
(-)devel/qt5-qmake/Makefile (+2 lines)
Lines 33-38 Link Here
33
QMAKESPEC=	${WRKSRC}/mkspecs/freebsd-${QMAKE_COMPILER}
33
QMAKESPEC=	${WRKSRC}/mkspecs/freebsd-${QMAKE_COMPILER}
34
INSTALL_TARGET=	sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs
34
INSTALL_TARGET=	sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs
35
35
36
BROKEN_powerpc64=	fails to compile: error: unrecognized command line option -std=c++11
37
36
BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
38
BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
37
39
38
post-patch:
40
post-patch:
(-)devel/qt5-script/Makefile (-2 / +6 lines)
Lines 8-15 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt 4-compatible scripting module
9
COMMENT=	Qt 4-compatible scripting module
10
10
11
BROKEN_powerpc64=	Does not build
12
13
USE_QT5=	core buildtools_build
11
USE_QT5=	core buildtools_build
14
QT_DIST=	${PORTNAME}
12
QT_DIST=	${PORTNAME}
15
USES=		qmake
13
USES=		qmake
Lines 18-23 Link Here
18
MAKE_ENV=	MAKEOBJDIR=.
16
MAKE_ENV=	MAKEOBJDIR=.
19
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
20
18
19
BROKEN_aarch64=		fails to compile: Platform.h: error: Not supported ARM architecture
20
# possible fix in PR 216736
21
BROKEN_armv6=		fails to compile: Platform.h: error: Not supported ARM architecture
22
BROKEN_mips64=		fails to compile: error: sgidefs.h: No such file or directory
23
BROKEN_powerpc64=	Does not build
24
21
post-patch:
25
post-patch:
22
	@${REINPLACE_CMD} -e '/scripttools/ d' \
26
	@${REINPLACE_CMD} -e '/scripttools/ d' \
23
		${WRKSRC}/src/src.pro
27
		${WRKSRC}/src/src.pro
(-)devel/py-qt4-dbussupport/Makefile (+3 lines)
Lines 10-15 Link Here
10
BUILD_DEPENDS=	${PYDBUS}
10
BUILD_DEPENDS=	${PYDBUS}
11
RUN_DEPENDS=	${PYDBUS}
11
RUN_DEPENDS=	${PYDBUS}
12
12
13
# possible fix in PR 210027
14
BROKEN_armv6=	fails to build: Error: ./qtdirs failed to create qtdirs.out. Make sure your Qt installation is correct
15
13
CONFIGURE_ARGS=	--enable QtCore
16
CONFIGURE_ARGS=	--enable QtCore
14
PYQT_DIST=	yes
17
PYQT_DIST=	yes
15
18
(-)lang/qt5-qml/Makefile (-2 / +3 lines)
Lines 8-20 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt QML and JavaScript language module
9
COMMENT=	Qt QML and JavaScript language module
10
10
11
BROKEN_powerpc64=	Does not build
12
13
USE_QT5=	core network buildtools_build
11
USE_QT5=	core network buildtools_build
14
QT_DIST=	declarative
12
QT_DIST=	declarative
15
USES=		python:build qmake
13
USES=		python:build qmake
16
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
14
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
15
16
BROKEN_aarch64=		fails to compile: Platform.h: error: Not supported ARM architecture
17
BROKEN_powerpc64=	Does not build
18
18
BUILD_WRKSRC=	${WRKSRC}/src
19
BUILD_WRKSRC=	${WRKSRC}/src
19
INSTALL_WRKSRC=	${WRKSRC}/src
20
INSTALL_WRKSRC=	${WRKSRC}/src
20
21
(-)www/qt4-webkit/Makefile (+2 lines)
Lines 46-51 Link Here
46
46
47
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
48
48
49
BROKEN_aarch64=		fails to compile: error: cast from pointer to smaller type 'int32_t' (aka 'int') loses information
50
49
# Base ld(1) segfaults on PowerPC:
51
# Base ld(1) segfaults on PowerPC:
50
# http://bugs.freebsd.org/173042
52
# http://bugs.freebsd.org/173042
51
.if ${ARCH} == "powerpc"
53
.if ${ARCH} == "powerpc"

Return to bug 219112