Mark ports broken on powerpc64, categories a-c.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-06-18 01:48:46 +00:00
parent 24e35ae3a3
commit a875dccebc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472665
11 changed files with 30 additions and 11 deletions

View file

@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_powerpc64= fails to build: quantize.c:152: error: initializer element is not constant
USES= gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes

View file

@ -13,6 +13,8 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16'
USES= autoreconf gmake libtool
INSTALL_TARGET= install-strip

View file

@ -13,6 +13,8 @@ COMMENT= MP3 console ncurses-based player
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to configure: checking for main in -lm... no
USES= gmake localbase:ldflags ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -Wno-narrowing"

View file

@ -10,6 +10,8 @@ COMMENT= Lightweight volume control for the systray
LICENSE= GPLv3
BROKEN_powerpc64= fails to build: oss3_backend.c:80: 'for' loop initial declaration used outside C99 mode
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-oss=v3 \
--with-oss-include-path=/usr/include/sys

View file

@ -11,9 +11,10 @@ COMMENT= Efficient phylogenomic software by maximum likelihood
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3'
BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3'
BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_powerpc64= fails to build: GCC version must be at least 4.8!
USES= cmake compiler:openmp eigen:3
USE_GITHUB= yes

View file

@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status
BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
CONFLICTS_INSTALL= fspclient-*

View file

@ -10,6 +10,8 @@ MASTER_SITES= http://freehdl.seul.org/~enaroska/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free VHDL simulator
BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
USES= gmake pathfix libtool makeinfo perl5 pkgconfig
USE_LDCONFIG= yes
USE_GCC= any

View file

@ -13,13 +13,16 @@ COMMENT= 3D triangular meshes processing and editing tool
LICENSE= GPLv2
BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
BROKEN_powerpc64= fails to compile: mc_lookup_table.h:316:5: narrowing conversion of '-1' from 'int' to 'char' inside { }
EXTRACT_DEPENDS=gtar:archivers/gtar
LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \
libmpir.so:math/mpir
BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
USES= dos2unix qmake compiler:c++11-lib tar:tgz
USES= compiler:c++11-lib dos2unix qmake tar:tgz
USE_CXXSTD= c++11
USE_GL= glew glu
USE_QT4= moc_build rcc_build uic_build corelib gui xml \

View file

@ -12,15 +12,16 @@ COMMENT= Controller and GCode generator for RepRap 3D printers
LICENSE= GPLv2 BSD3CLAUSE MIT
LICENSE_COMB= multi
BROKEN_powerpc64= fails to compile: clipper.hpp:52:10: 'vector' file not found
LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
libpolyclipping.so:graphics/polyclipping \
libzip.so:archivers/libzip
USE_GITHUB= yes
GH_ACCOUNT= timschmidt
USES= compiler:c++11-lib autoreconf gettext gmake libtool localbase \
perl5 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= timschmidt
USE_GNOME= gtkmm24 intltool libxml++26
USE_GL= gl
USE_PERL5= build

View file

@ -12,6 +12,8 @@ COMMENT= Intelligent Pinyin engine based on libpinyin for IBus
LICENSE= GPLv2
BROKEN_powerpc64= fails to compile: PYLibPinyin.cc:222:54: 'getline' was not declared in this scope
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
libibus-1.0.so:textproc/ibus \
libpinyin.so:chinese/libpinyin

View file

@ -11,9 +11,10 @@ COMMENT= Tools to help hacking Allwinner devices
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_powerpc64= fails to build: unrecognized command line option "-Wno-unused-result"
USES= gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= linux-sunxi
USES= gmake pkgconfig
.include <bsd.port.mk>