diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 64e9a267284c..16e8e7bb970d 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -12,7 +12,8 @@ COMMENT= Programming text editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to compile: error: conflicting types for __wcwidth +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth +BROKEN_armv6= fails to compile: conflicting types for __wcwidth USES= iconv ncurses HAS_CONFIGURE= yes diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index c44ec0425be7..4c7a5e661fc2 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libming.so:graphics/ming \ libpng.so:graphics/png +BROKEN_armv6= fails to compile: no matching function for call to 'qMax' + USES= qmake zip USE_QT4= gui opengl xml moc_build rcc_build USE_GL= gl diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index c83993f660fd..2c97c3e26825 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -47,7 +47,8 @@ LICENSE= GPLv2 RUN_DEPENDS= urlview:textproc/urlview \ ${LOCALBASE}/etc/mime.types:misc/mime-support -BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth +BROKEN_armv6= fails to compile: conflicting types for __wcwidth CONFLICTS= ja-mutt-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* diff --git a/lang/io/Makefile b/lang/io/Makefile index 50d49c5e3c3c..ee728d697f3c 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -11,6 +11,8 @@ COMMENT= Small prototype-based programming language LICENSE= BSD3CLAUSE +BROKEN_armv6= fails to compile: ucontext.h: expected parameter declarator + USE_GITHUB= yes GH_ACCOUNT= stevedekorte GH_TAGNAME= 23afbcc diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index b74de0e21b0c..2604b8a32c84 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -15,6 +15,9 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \ libwwwcore.so:www/libwww \ libadns.so:dns/adns +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth +BROKEN_armv6= fails to compile: conflicting types for __wcwidth + USES= iconv libtool ncurses ssl GNU_CONFIGURE= yes USE_GNOME= glib12 @@ -25,8 +28,6 @@ CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/w3c-libwww LIBS+= -L${LOCALBASE}/lib -BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth - post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 328a12d5c632..97373780011d 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://swish-e.org/distribution/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple web indexing for humans - enhanced +BROKEN_FREEBSD_12= fails to compile: zlib.h: conflicting types for 'uncompress2' + USE_LDCONFIG= yes USE_GNOME= libxml2 USES= gmake libtool perl5 shebangfix