mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cccf542019
commit
5ba5319665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441855
@ -12,7 +12,8 @@ COMMENT= Programming text editor
|
|||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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
|
USES= iconv ncurses
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
@ -16,6 +16,8 @@ LICENSE= GPLv2
|
|||||||
LIB_DEPENDS= libming.so:graphics/ming \
|
LIB_DEPENDS= libming.so:graphics/ming \
|
||||||
libpng.so:graphics/png
|
libpng.so:graphics/png
|
||||||
|
|
||||||
|
BROKEN_armv6= fails to compile: no matching function for call to 'qMax'
|
||||||
|
|
||||||
USES= qmake zip
|
USES= qmake zip
|
||||||
USE_QT4= gui opengl xml moc_build rcc_build
|
USE_QT4= gui opengl xml moc_build rcc_build
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
|
@ -47,7 +47,8 @@ LICENSE= GPLv2
|
|||||||
RUN_DEPENDS= urlview:textproc/urlview \
|
RUN_DEPENDS= urlview:textproc/urlview \
|
||||||
${LOCALBASE}/etc/mime.types:misc/mime-support
|
${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]*
|
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]*
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@ COMMENT= Small prototype-based programming language
|
|||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
BROKEN_armv6= fails to compile: ucontext.h: expected parameter declarator
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= stevedekorte
|
GH_ACCOUNT= stevedekorte
|
||||||
GH_TAGNAME= 23afbcc
|
GH_TAGNAME= 23afbcc
|
||||||
|
@ -15,6 +15,9 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \
|
|||||||
libwwwcore.so:www/libwww \
|
libwwwcore.so:www/libwww \
|
||||||
libadns.so:dns/adns
|
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
|
USES= iconv libtool ncurses ssl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= glib12
|
USE_GNOME= glib12
|
||||||
@ -25,8 +28,6 @@ CPPFLAGS+= -I${LOCALBASE}/include \
|
|||||||
-I${LOCALBASE}/include/w3c-libwww
|
-I${LOCALBASE}/include/w3c-libwww
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
|
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
|
@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
|
||||||
|
@ -10,6 +10,8 @@ MASTER_SITES= http://swish-e.org/distribution/
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Simple web indexing for humans - enhanced
|
COMMENT= Simple web indexing for humans - enhanced
|
||||||
|
|
||||||
|
BROKEN_FREEBSD_12= fails to compile: zlib.h: conflicting types for 'uncompress2'
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
USES= gmake libtool perl5 shebangfix
|
USES= gmake libtool perl5 shebangfix
|
||||||
|
Loading…
Reference in New Issue
Block a user