Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
b9bf240d32
commit
8416961f94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441850
@ -13,6 +13,10 @@ COMMENT= Fork/variant of Cataclysm Roguelike by Whales
|
|||||||
LICENSE= CC-BY-SA-3.0
|
LICENSE= CC-BY-SA-3.0
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
BROKEN_aarch64= fails to compile: comparison of integers of different signs: wchar_t and const int
|
||||||
|
BROKEN_armv6= fails to compile: comparison of integers of different signs: wchar_t and const int
|
||||||
|
BROKEN_powerpc64= fails to compile: overmap.cpp: 'pow' is not a member of 'std'
|
||||||
|
|
||||||
USES= alias compiler:c++11-lib execinfo gmake shebangfix
|
USES= alias compiler:c++11-lib execinfo gmake shebangfix
|
||||||
SHEBANG_FILES= lang/*.sh
|
SHEBANG_FILES= lang/*.sh
|
||||||
bash_CMD= /bin/sh
|
bash_CMD= /bin/sh
|
||||||
@ -60,10 +64,6 @@ SOUND_IMPLIES= SDL
|
|||||||
|
|
||||||
SOUND_FILES= cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg
|
SOUND_FILES= cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg
|
||||||
|
|
||||||
BROKEN_aarch64= fails to compile: comparison of integers of different signs: wchar_t and const int
|
|
||||||
BROKEN_armv6= fails to compile: comparison of integers of different signs: wchar_t and const int
|
|
||||||
BROKEN_powerpc64= fails to compile: overmap.cpp: 'pow' is not a member of 'std'
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
|
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
|
||||||
|
@ -19,9 +19,10 @@ LIB_DEPENDS= libnss3.so:security/nss \
|
|||||||
libgstreamer-1.0.so:multimedia/gstreamer1 \
|
libgstreamer-1.0.so:multimedia/gstreamer1 \
|
||||||
libnice.so:net-im/libnice \
|
libnice.so:net-im/libnice \
|
||||||
libgmime-2.6.so:mail/gmime26
|
libgmime-2.6.so:mail/gmime26
|
||||||
|
|
||||||
RUN_DEPENDS= pidgin:net-im/pidgin
|
RUN_DEPENDS= pidgin:net-im/pidgin
|
||||||
|
|
||||||
|
BROKEN_armv6= fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake libtool localbase pkgconfig tar:bzip2 ssl
|
USES= gmake libtool localbase pkgconfig tar:bzip2 ssl
|
||||||
USE_GNOME= gtk20 intltool libxml2
|
USE_GNOME= gtk20 intltool libxml2
|
||||||
|
@ -11,7 +11,8 @@ COMMENT= Library and command line tool to detect SHA-1 collisions
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -std=c90
|
BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
|
||||||
|
BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= cr-marcstevens
|
GH_ACCOUNT= cr-marcstevens
|
||||||
|
@ -12,14 +12,15 @@ LICENSE= ISCL
|
|||||||
|
|
||||||
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
|
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
|
||||||
|
|
||||||
|
BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true
|
||||||
|
BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true
|
||||||
|
BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11
|
||||||
|
BROKEN_powerpc64= fails to configure: Unable to run configure in ./src/
|
||||||
|
BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11
|
||||||
|
|
||||||
HAS_CONFIGURE= YES
|
HAS_CONFIGURE= YES
|
||||||
USE_GITHUB= YES
|
USE_GITHUB= YES
|
||||||
USE_LDCONFIG= YES
|
USE_LDCONFIG= YES
|
||||||
GH_ACCOUNT= mheily
|
GH_ACCOUNT= mheily
|
||||||
|
|
||||||
BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true
|
|
||||||
BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11
|
|
||||||
BROKEN_powerpc64= fails to configure: Unable to run configure in ./src/
|
|
||||||
BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user