Date: Fri, 9 Mar 2018 22:46:22 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464036 - in head: audio/mp3plot cad/gmsh converters/wkhtmltopdf databases/mysqlwsrep56-server databases/percona57-client databases/percona57-pam-for-mysql devel/psptoolchain-binutils m... Message-ID: <201803092246.w29MkMX4068520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Mar 9 22:46:22 2018 New Revision: 464036 URL: https://svnweb.freebsd.org/changeset/ports/464036 Log: Add more information to stub error messages. Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/mp3plot/Makefile head/cad/gmsh/Makefile head/converters/wkhtmltopdf/Makefile head/databases/mysqlwsrep56-server/Makefile head/databases/percona57-client/Makefile head/databases/percona57-pam-for-mysql/Makefile head/devel/psptoolchain-binutils/Makefile head/multimedia/cclive/Makefile head/science/bddsolve/Makefile Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/audio/mp3plot/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -12,6 +12,8 @@ COMMENT= Mp3 bitrate plot tool LICENSE= GPLv2 +BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables + LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= GD IMAGEMAGICK @@ -29,8 +31,6 @@ GD_CONFIGURE_ENABLE= gd GD_LIB_DEPENDS= libgd.so:graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick - -BROKEN_powerpc64= Does not build on powerpc64 post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/cad/gmsh/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -15,8 +15,8 @@ LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2+= ${WRKSRC}/LICENSE.txt -BROKEN_FreeBSD_12_i386= Does not build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 +BROKEN_powerpc64= fails to build: .rodata._Z7pow_intRKdRKi referenced in section .got of CMakeFiles/gmsh.dir/Numeric/bezierBasis.cpp.o: defined in discarded section LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ Modified: head/converters/wkhtmltopdf/Makefile ============================================================================== --- head/converters/wkhtmltopdf/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/converters/wkhtmltopdf/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -11,6 +11,14 @@ COMMENT= Convert HTML (or live webpages) to PDF or ima LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to build: error: cast from pointer to smaller type loses information +BROKEN_armv6= fails to build: error: Not supported ARM architecture +BROKEN_armv7= fails to build: error: invalid operand for instruction +BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 +BROKEN_powerpc64= fails to build: RenderObject.o: sibling call optimization to does not allow automatic multiple TOCs +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st') + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpng.so:graphics/png @@ -23,14 +31,6 @@ USE_GITHUB= yes WKQT_TAGNAME= c0cfa03 GH_TUPLE= ${PORTNAME}:qt:${WKQT_TAGNAME}:qt HAS_CONFIGURE= yes - -BROKEN_aarch64= Does not build: error: cast from pointer to smaller type loses information -BROKEN_armv6= Does not build: error: Not supported ARM architecture -BROKEN_armv7= Does not build: error: invalid operand for instruction -BROKEN_mips64= Does not link: undefined reference to __sync_add_and_fetch_4 -BROKEN_powerpc64= Does not build -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st') PATCH_WRKSRC= ${WRKSRC}/qt CONFIGURE_WRKSRC= ${WRKSRC}/build/qt Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/databases/mysqlwsrep56-server/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -13,8 +13,8 @@ COMMENT= MySQL database enhanced with Galera replicati LICENSE= GPLv2 -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st' +NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 +NOT_FOR_ARCHS_REASON= error: Unsupported platform RUN_DEPENDS= bash:shells/bash \ lsof:sysutils/lsof \ @@ -23,13 +23,11 @@ RUN_DEPENDS= bash:shells/bash \ socat:net/socat LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4 -BROKEN_powerpc64= Does not build +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st' DATADIR= ${PREFIX}/share/mysql ETCDIR= ${PREFIX}/etc/mysql - -NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 -NOT_FOR_ARCHS_REASON= error: Unsupported platform USES= bison \ cmake:outsource,noninja \ Modified: head/databases/percona57-client/Makefile ============================================================================== --- head/databases/percona57-client/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/databases/percona57-client/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -9,6 +9,8 @@ COMMENT= Multithreaded SQL database (client) LICENSE= GPLv2+ +BROKEN_powerpc64= fails to configure: CMake Error at cmake/os/FreeBSD.cmake:34: Unsupported compiler! + MASTERDIR= ${.CURDIR}/../percona57-server OPTIONS_EXCLUDE=TOKUDB Modified: head/databases/percona57-pam-for-mysql/Makefile ============================================================================== --- head/databases/percona57-pam-for-mysql/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/databases/percona57-pam-for-mysql/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -9,6 +9,8 @@ COMMENT= PAM plugin for MySQL LICENSE= GPLv2+ +BROKEN_powerpc64= fails to configure: CMake Error at cmake/os/FreeBSD.cmake:34: Unsupported compiler! + RUN_DEPENDS=# This plugin has no run dependencies. It should work with any desired mysql client/server. MASTERDIR= ${.CURDIR}/../percona57-server Modified: head/devel/psptoolchain-binutils/Makefile ============================================================================== --- head/devel/psptoolchain-binutils/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/devel/psptoolchain-binutils/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -12,9 +12,9 @@ PKGNAMEPREFIX= psptoolchain- MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} -BROKEN_aarch64= Does not package: ansidecl.h: No such file or directory -BROKEN_mips64= Does not package: ansidecl.h: No such file or directory -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to package: ansidecl.h: No such file or directory +BROKEN_mips64= fails to package: ansidecl.h: No such file or directory +BROKEN_powerpc64= fails to package: ansidecl.h: No such file or directory USES= gmake tar:bzip2 libtool Modified: head/multimedia/cclive/Makefile ============================================================================== --- head/multimedia/cclive/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/multimedia/cclive/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -12,7 +12,7 @@ COMMENT= Lightweight command line video extraction too LICENSE= GPLv3 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to configure: cannot find the flags to link with Boost date_time LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ Modified: head/science/bddsolve/Makefile ============================================================================== --- head/science/bddsolve/Makefile Fri Mar 9 22:20:49 2018 (r464035) +++ head/science/bddsolve/Makefile Fri Mar 9 22:46:22 2018 (r464036) @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ed@FreeBSD.org COMMENT= BDD-based satisfiability and reachability solver -BROKEN_powerpc64= Does not build +BROKEN_powerpc= fails to compile due to running out of virtual memory +BROKEN_powerpc64= fails to build: undefined reference to boost::program_options::options_description::options_description LIB_DEPENDS+= libbdd.so:science/buddy \ libboost_program_options.so:devel/boost-libs @@ -20,7 +21,6 @@ USES= zip NO_WRKSUBDIR= yes CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include LDFLAGS+= -L${LOCALBASE}/lib -lbdd -lboost_program_options -BROKEN_powerpc= Does not compile due to running out of virtual memory OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803092246.w29MkMX4068520>