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

(-)databases/mysql41-server/Makefile (+4 lines)
Lines 62-67 Link Here
62
62
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
.if ${ARCH} == "arm"
66
BROKEN=		Does not compile on arm
67
.endif
68
65
.if ${ARCH} == "i386"
69
.if ${ARCH} == "i386"
66
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
70
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
67
.endif
71
.endif
(-)databases/mysql50-server/Makefile (+4 lines)
Lines 70-75 Link Here
70
70
71
.include <bsd.port.pre.mk>
71
.include <bsd.port.pre.mk>
72
72
73
.if ${ARCH} == "arm"
74
BROKEN=		Does not compile on arm
75
.endif
76
73
.if ${ARCH} == "i386"
77
.if ${ARCH} == "i386"
74
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
78
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
75
.endif
79
.endif
(-)databases/mysql51-server/Makefile (+4 lines)
Lines 67-72 Link Here
67
67
68
.include <bsd.port.pre.mk>
68
.include <bsd.port.pre.mk>
69
69
70
.if ${ARCH} == "arm"
71
BROKEN=		Does not compile on arm
72
.endif
73
70
.if ${ARCH} == "i386"
74
.if ${ARCH} == "i386"
71
CONFIGURE_ARGS+=--enable-assembler
75
CONFIGURE_ARGS+=--enable-assembler
72
.endif
76
.endif
(-)databases/mysql55-server/Makefile (-1 / +7 lines)
Lines 90-93 Link Here
90
post-patch:
90
post-patch:
91
	@${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt
91
	@${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt
92
92
93
.include <bsd.port.mk>
93
.include <bsd.port.pre.mk>
94
95
.if ${ARCH} == "arm"
96
BROKEN=		Does not compile on arm
97
.endif
98
99
.include <bsd.port.post.mk>
(-)databases/py-sqlite3/Makefile (+4 lines)
Lines 30-35 Link Here
30
30
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
32
32
33
.if ${ARCH} == "arm"
34
BROKEN=		Does not install on arm
35
.endif
36
33
post-extract:
37
post-extract:
34
.if ${PYTHON_REL} < 300
38
.if ${PYTHON_REL} < 300
35
	@${CP} ${FILESDIR}/setup.py ${WRKSRC}
39
	@${CP} ${FILESDIR}/setup.py ${WRKSRC}
(-)devel/gobject-introspection/Makefile (-1 / +7 lines)
Lines 42-45 Link Here
42
	@${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \
42
	@${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \
43
		${WRKSRC}/giscanner/sourcescanner.py
43
		${WRKSRC}/giscanner/sourcescanner.py
44
44
45
.include <bsd.port.mk>
45
.include <bsd.port.pre.mk>
46
47
.if ${ARCH} == "arm"
48
BROKEN=		Does not compile on arm
49
.endif
50
51
.include <bsd.port.post.mk>
(-)devel/icu/Makefile (+4 lines)
Lines 64-69 Link Here
64
64
65
.include <bsd.port.pre.mk>
65
.include <bsd.port.pre.mk>
66
66
67
.if ${ARCH} == "arm"
68
BROKEN=		Does not compile on arm
69
.endif
70
67
.if defined(WITHOUT_THREADS)
71
.if defined(WITHOUT_THREADS)
68
CONFIGURE_ARGS+=	--enable-threads=no
72
CONFIGURE_ARGS+=	--enable-threads=no
69
.else
73
.else
(-)devel/llvm/Makefile (-1 / +3 lines)
Lines 80-86 Link Here
80
80
81
.include <bsd.port.pre.mk>
81
.include <bsd.port.pre.mk>
82
82
83
.if ${ARCH} == "sparc64"
83
.if ${ARCH} == "arm"
84
BROKEN=		Does not compile on arm
85
.elif ${ARCH} == "sparc64"
84
BROKEN=		does not compile on sparc64
86
BROKEN=		does not compile on sparc64
85
.endif
87
.endif
86
88
(-)devel/nspr/Makefile (+4 lines)
Lines 31-36 Link Here
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${ARCH} == "arm"
35
BROKEN=		Does not compile on arm
36
.endif
37
34
post-patch:
38
post-patch:
35
	@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g ; s,echo aout,echo elf,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
39
	@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g ; s,echo aout,echo elf,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
36
40
(-)devel/pwlib/Makefile (+3 lines)
Lines 34-39 Link Here
34
34
35
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
36
36
37
.if ${ARCH} == "arm"
38
BROKEN=		Does not install on arm: mtree
39
.endif
37
40
38
CFLAGS=		-O1
41
CFLAGS=		-O1
39
CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
42
CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
(-)devel/qmake/Makefile (-2 / +2 lines)
Lines 62-69 Link Here
62
62
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
.if ${ARCH} == "alpha"
65
.if ${ARCH} == "arm"
66
CXXFLAGS+=	-mieee
66
BROKEN=		Does not compile on arm
67
.endif
67
.endif
68
68
69
.include <bsd.port.post.mk>
69
.include <bsd.port.post.mk>
(-)devel/qt4-moc/Makefile (-1 / +7 lines)
Lines 54-57 Link Here
54
pre-build:
54
pre-build:
55
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
55
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
56
56
57
.include <bsd.port.mk>
57
.include <bsd.port.pre.mk>
58
59
.if ${ARCH} == "arm"
60
BROKEN=		Does not compile on arm
61
.endif
62
63
.include <bsd.port.post.mk>
(-)devel/qt4-rcc/Makefile (-1 / +7 lines)
Lines 53-56 Link Here
53
pre-build:
53
pre-build:
54
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
54
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
55
55
56
.include <bsd.port.mk>
56
.include <bsd.port.pre.mk>
57
58
.if ${ARCH} == "arm"
59
BROKEN=		Does not configure on arm
60
.endif
61
62
.include <bsd.port.post.mk>
(-)devel/qt4-uic/Makefile (-1 / +7 lines)
Lines 54-57 Link Here
54
pre-build:
54
pre-build:
55
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
55
	cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
56
56
57
.include <bsd.port.mk>
57
.include <bsd.port.pre.mk>
58
59
.if ${ARCH} == "arm"
60
BROKEN=		Does not configure on arm
61
.endif
62
63
.include <bsd.port.post.mk>
(-)editors/emacs/Makefile (-1 / +3 lines)
Lines 242-248 Link Here
242
242
243
.include <bsd.port.pre.mk>
243
.include <bsd.port.pre.mk>
244
244
245
.if ${ARCH} == "ia64"
245
.if ${ARCH} == "arm"
246
BROKEN=	Emacs 24.X does not currently build on arm
247
.elif ${ARCH} == "ia64"
246
BROKEN=	Emacs 24.X does not currently build on ia64
248
BROKEN=	Emacs 24.X does not currently build on ia64
247
.endif
249
.endif
248
250
(-)graphics/cairo/Makefile (+4 lines)
Lines 49-54 Link Here
49
49
50
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
51
51
52
.if ${ARCH} == "arm"
53
BROKEN=		Does not compile on arm
54
.endif
55
52
.if defined(WITH_GL)
56
.if defined(WITH_GL)
53
USE_GL=		gl
57
USE_GL=		gl
54
CONFIGURE_ARGS+=	--enable-gl
58
CONFIGURE_ARGS+=	--enable-gl
(-)lang/gcc42/Makefile (+4 lines)
Lines 40-45 Link Here
40
40
41
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
42
42
43
.if ${ARCH} == "arm"
44
BROKEN=		Does not compile on arm
45
.endif
46
43
.if ${ARCH} == "amd64"
47
.if ${ARCH} == "amd64"
44
CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
48
CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
45
.else
49
.else
(-)lang/tcl86/Makefile (+4 lines)
Lines 46-51 Link Here
46
46
47
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
48
48
49
.if ${ARCH} == "arm"
50
BROKEN=		Does not build on arm
51
.endif
52
49
.if !defined(WITHOUT_TCL_MODULES)
53
.if !defined(WITHOUT_TCL_MODULES)
50
RUN_DEPENDS+=	${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules
54
RUN_DEPENDS+=	${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules
51
.endif
55
.endif
(-)mail/dovecot2/Makefile (+4 lines)
Lines 58-63 Link Here
58
58
59
.include <bsd.port.pre.mk>
59
.include <bsd.port.pre.mk>
60
60
61
.if ${ARCH} == "arm"
62
BROKEN=		Does not build on arm
63
.endif
64
61
# sed script for dovecot.conf
65
# sed script for dovecot.conf
62
REINPLACE=	s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
66
REINPLACE=	s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
63
		s!/usr/!${PREFIX}/!g;\
67
		s!/usr/!${PREFIX}/!g;\
(-)mail/dovecot/Makefile (+4 lines)
Lines 70-75 Link Here
70
70
71
.include <bsd.port.pre.mk>
71
.include <bsd.port.pre.mk>
72
72
73
.if ${ARCH} == "arm"
74
BROKEN=		Does not build on arm
75
.endif
76
73
# Default requirement for dovecot rc script
77
# Default requirement for dovecot rc script
74
_REQUIRE=	LOGIN
78
_REQUIRE=	LOGIN
75
79
(-)net-p2p/rtorrent/Makefile (+4 lines)
Lines 37-42 Link Here
37
37
38
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
39
40
.if ${ARCH} == "arm"
41
BROKEN=		Does not configure on arm
42
.endif
43
40
.if !defined(WITHOUT_XMLRPC)
44
.if !defined(WITHOUT_XMLRPC)
41
CONFIGURE_ARGS+=	--with-xmlrpc-c
45
CONFIGURE_ARGS+=	--with-xmlrpc-c
42
LIB_DEPENDS+=	xmlrpc.3:${PORTSDIR}/net/xmlrpc-c-devel
46
LIB_DEPENDS+=	xmlrpc.3:${PORTSDIR}/net/xmlrpc-c-devel
(-)net/socat/Makefile (-1 / +7 lines)
Lines 43-46 Link Here
43
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
43
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
44
.endif
44
.endif
45
45
46
.include <bsd.port.mk>
46
.include <bsd.port.pre.mk>
47
48
.if ${ARCH} == "arm"
49
BROKEN=		Does not configure on arm
50
.endif
51
52
.include <bsd.port.post.mk>
(-)net/vnc/Makefile (+4 lines)
Lines 44-49 Link Here
44
44
45
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
46
46
47
.if ${ARCH} == "arm"
48
BROKEN=		Does not compile on arm
49
.endif
50
47
.if !defined(WITHOUT_SERVER)
51
.if !defined(WITHOUT_SERVER)
48
MASTER_SITES+=	${MASTER_SITE_XORG:S/$/:x/}
52
MASTER_SITES+=	${MASTER_SITE_XORG:S/$/:x/}
49
MASTER_SITE_SUBDIR+=	4.3.0/:x
53
MASTER_SITE_SUBDIR+=	4.3.0/:x
(-)sysutils/lsof/Makefile (+4 lines)
Lines 44-49 Link Here
44
44
45
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
46
46
47
.if ${ARCH} == "arm"
48
BROKEN=		Does not compile on arm
49
.endif
50
47
CONFIGURE_SCRIPT=	Configure
51
CONFIGURE_SCRIPT=	Configure
48
CONFIGURE_ARGS=	-n freebsd
52
CONFIGURE_ARGS=	-n freebsd
49
CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
53
CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
(-)www/varnish/Makefile (-1 / +7 lines)
Lines 55-58 Link Here
55
.endfor
55
.endfor
56
	@${CAT} ${PKGMESSAGE}
56
	@${CAT} ${PKGMESSAGE}
57
57
58
.include <bsd.port.mk>
58
.include <bsd.port.pre.mk>
59
60
.if ${ARCH} == "arm"
61
BROKEN=		Does not configure on arm
62
.endif
63
64
.include <bsd.port.post.mk>

Return to bug 170946