Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3

platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
This commit is contained in:
miod 2014-09-16 19:56:09 +00:00
parent d60c66a38b
commit aaaf81a6dd
23 changed files with 92 additions and 23 deletions

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2013/12/01 09:56:52 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2014/09/16 19:56:09 miod Exp $
# __builtin_clz
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = parallel implementation of gzip utilizing multiple cores

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/07 17:57:44 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2014/09/16 19:56:09 miod Exp $
# __builtin_clz
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = deflate-compatible compression format

View File

@ -1,9 +1,12 @@
# $OpenBSD: Makefile,v 1.13 2013/10/01 11:56:45 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2014/09/16 19:56:09 miod Exp $
# Warning: CELT is experimental software. Neither the API/ABI, nor
# the bit-stream are stable. Compatibility between different releases
# (even minor ones) is not preserved.
# invalid use of `restrict'
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = experimental ultra-low delay audio codec
# XXX audio/mumble (at least as of 1.2.4) requires *exactly* 0.11.1

View File

@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.18 2014/01/30 13:21:43 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2014/09/16 19:56:09 miod Exp $
BROKEN-m88k= out of memory compiling cmu_us_kal_diphone.c
BROKEN-mips64= GCC hangs compiling cmu_us_kal_diphone.c
BROKEN-mips64el= GCC hangs compiling cmu_us_kal_diphone.c

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.8 2013/12/15 20:15:44 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2014/09/16 19:56:09 miod Exp $
# invalid use of `restrict'
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= IETF audio codec

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.86 2014/04/08 18:56:52 naddy Exp $
# $OpenBSD: Makefile,v 1.87 2014/09/16 19:56:09 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT-main= Multimedia player for the X Window System
COMMENT-vorbis= Ogg Vorbis input plugin for XMMS

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2013/07/09 20:10:46 rpe Exp $
# $OpenBSD: Makefile,v 1.10 2014/09/16 19:56:09 miod Exp $
# -Winit-self
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= enhanced performance test of filesystem I/O

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2013/10/11 23:48:10 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2014/09/16 19:56:09 miod Exp $
# gcc spins compiling d_mos7
NOT_FOR_ARCHS= m88k
COMMENT= Gnu Circuit Analysis Package

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.60 2014/04/02 09:36:10 jasper Exp $
# $OpenBSD: Makefile,v 1.61 2014/09/16 19:56:09 miod Exp $
# -fvisibility
NOT_FOR_ARCHS= ${GCC3_ARCHS}
SHARED_ONLY= Yes

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.74 2014/04/13 18:58:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.75 2014/09/16 19:56:09 miod Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= C++ interface for glib2

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.48 2014/08/10 09:58:05 espie Exp $
# $OpenBSD: Makefile,v 1.49 2014/09/16 19:56:09 miod Exp $
# -fvisibility
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= SGI audiofile library clone

View File

@ -1,4 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2014/09/02 07:50:44 dcoppa Exp $
# $OpenBSD: Makefile,v 1.12 2014/09/16 19:56:09 miod Exp $
# as error: ``operation combines symbols in different segments''
# (known toolchain problem)
NOT_FOR_ARCHS= m88k
COMMENT = small build system with a focus on speed

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.5 2013/11/25 14:16:22 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2014/09/16 19:56:10 miod Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = memory-efficient hash_map and hash_set C++ classes
DISTNAME = sparsehash-2.0.2

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.24 2013/03/21 08:45:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT= C++ interface for cairo

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.10 2014/02/03 03:20:34 jsg Exp $
# $OpenBSD: Makefile,v 1.11 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT = open source alternative to glut
DISTNAME = freeglut-2.8.0

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.11 2013/09/11 18:13:20 brad Exp $
# $OpenBSD: Makefile,v 1.12 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT= GL Extension Wrangler library

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.32 2013/03/11 11:10:55 espie Exp $
# $OpenBSD: Makefile,v 1.33 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT= cairo bindings for Python

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2014/06/04 12:05:00 rpointel Exp $
# $OpenBSD: Makefile,v 1.7 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT= cairo bindings for Python

View File

@ -1,4 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2013/03/21 08:46:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2014/09/16 19:56:10 miod Exp $
# as error: ``operation combines symbols in different segments''
# (known toolchain problem)
NOT_FOR_ARCHS= m88k
COMMENT= XML-RPC C/C++ client-server implementation
CATEGORIES= net devel textproc

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2013/07/04 09:07:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2014/09/16 19:56:10 miod Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = implementation of XMP
DISTNAME = exempi-2.2.1

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.36 2014/04/03 14:50:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.37 2014/09/16 19:56:10 miod Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= m88k
# avoid segfaults from icupkg compiled and then used during the build
.if ${MACHINE_ARCH} == "arm"

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.48 2014/07/11 20:57:31 pascal Exp $
# $OpenBSD: Makefile,v 1.49 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT= Fast-Light Tool Kit

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.112 2014/09/13 18:09:22 brad Exp $
# $OpenBSD: Makefile,v 1.113 2014/09/16 19:56:10 miod Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
COMMENT-main= C++ X11 GUI toolkit
COMMENT-examples= examples and tutorial for qt3