Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 10:54:14 -0500
From:      Mark Linimon <linimon@lonesome.com>
To:        cpm@FreeBSD.org, danfe@FreeBSD.org, danilo@FreeBSD.org, devel@galeracluster.com, henry.hu.sh@gmail.com, jhale@FreeBSD.org, jmd@FreeBSD.org, johans@FreeBSD.org, jrm@FreeBSD.org, kevinz5000@gmail.com, kwm@FreeBSD.org, lme@FreeBSD.org, nivit@FreeBSD.org, office@FreeBSD.org, tobik@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r442405 - in head: databases/galera deskutils/growl-for-linux games/openclonk graphics/gcolor3 lang/swi-pl math/blis math/qalculate multimedia/pwcbsd net-im/corebird security/wolfssl sy...]
Message-ID:  <20170602155413.GA24272@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI.  You do not need to take any action.

databases/galera                        devel@galeracluster.com
deskutils/growl-for-linux               nivit@FreeBSD.org
games/openclonk                         kevinz5000@gmail.com
graphics/gcolor3                        tobik@FreeBSD.org
lang/swi-pl                             johans@FreeBSD.org
math/blis                               jmd@FreeBSD.org
math/qalculate                          jhale@FreeBSD.org
multimedia/pwcbsd                       lme@FreeBSD.org
net-im/corebird                         cpm@FreeBSD.org
security/wolfssl                        johans@FreeBSD.org
sysutils/fsearch                        danfe@FreeBSD.org
textproc/highlight                      kwm@FreeBSD.org
textproc/ibus-qt                        henry.hu.sh@gmail.com
textproc/libstaroffice                  office@FreeBSD.org
textproc/rubygem-cld3                   jrm@FreeBSD.org
www/rubygem-jquery-rails-rails50        jrm@FreeBSD.org
x11/sakura                              danilo@FreeBSD.org

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

Date: Fri, 2 Jun 2017 15:49:34 +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: r442405 - in head: databases/galera deskutils/growl-for-linux games/openclonk graphics/gcolor3 lang/swi-pl math/blis math/qalculate multimedia/pwcbsd
	net-im/corebird security/wolfssl sy...

Author: linimon
Date: Fri Jun  2 15:49:34 2017
New Revision: 442405
URL: https://svnweb.freebsd.org/changeset/ports/442405

Log:
  Mark some ports failing on powerpc64.  These ports are either new
  ports, or had been recently unblocked.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/galera/Makefile
  head/deskutils/growl-for-linux/Makefile
  head/games/openclonk/Makefile
  head/graphics/gcolor3/Makefile
  head/lang/swi-pl/Makefile
  head/math/blis/Makefile
  head/math/qalculate/Makefile
  head/multimedia/pwcbsd/Makefile
  head/net-im/corebird/Makefile
  head/security/wolfssl/Makefile
  head/sysutils/fsearch/Makefile
  head/textproc/highlight/Makefile
  head/textproc/ibus-qt/Makefile
  head/textproc/libstaroffice/Makefile
  head/textproc/rubygem-cld3/Makefile
  head/textproc/uncrustify/Makefile
  head/www/netsurf/Makefile
  head/www/rubygem-jquery-rails-rails50/Makefile
  head/x11/sakura/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/databases/galera/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	checkmk:devel/check \
 		${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
 
-NOT_FOR_ARCHS=	i386
+BROKEN_powerpc64=	fails to compile: gu_atomic.h: This GCC version does not support 8-byte atomics on this platform. Use GCC >= 4.7.x
+NOT_FOR_ARCHS=		i386
 # On i386 older versions of clang produce:
 #   cannot compile this atomic library call yet ... __atomic_add_fetch
 # whereas newer ones generate a call to __atomic_add_fetch which ends up with

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/deskutils/growl-for-linux/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	desktop-file-install:devel/desktop-file
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libdbus-glib-1.so:devel/dbus-glib
 
+BROKEN_powerpc64=	fails to compile: balloon.c:160: error: nested functions are disabled, use -fnested-functions to re-enable
+
 CONFIGURE_ARGS=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
 
 GH_ACCOUNT=	mattn

Modified: head/games/openclonk/Makefile
==============================================================================
--- head/games/openclonk/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/games/openclonk/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -21,6 +21,8 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis
 
+BROKEN_powerpc64=	fails to compile: C4Texture.cpp:260:13: error: 'stoul' is not a member of 'std'
+
 USES=		compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2
 USE_GL=		glew
 USE_GNOME=	gtk30

Modified: head/graphics/gcolor3/Makefile
==============================================================================
--- head/graphics/gcolor3/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/graphics/gcolor3/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -11,6 +11,8 @@ COMMENT=	Simple color chooser
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: main.c: In function '_print_version_and_exit': will never be executed
+
 USES=		autoreconf gmake gettext libtool pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 GNU_CONFIGURE=	yes

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/lang/swi-pl/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -17,6 +17,10 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+BROKEN_mips=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
+BROKEN_mips64=		fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
+BROKEN_powerpc64=	fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl"
+
 SWIPLDIR=	${PORTNAME:C/-//}-${PORTVERSION}
 
 NOPRECIOUSMAKEVARS=	yes

Modified: head/math/blis/Makefile
==============================================================================
--- head/math/blis/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/math/blis/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 
+BROKEN_powerpc64=	fails to configure: common.mk:118: Unable to determine compiler vendor
+
 OPTIONS_DEFINE=	PARA CBLAS
 PARA_DESC=	use pthread parallelization
 CBLAS_DESC=	build the CBLAS compatibility layer

Modified: head/math/qalculate/Makefile
==============================================================================
--- head/math/qalculate/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/math/qalculate/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libcln.so:math/cln \
 RUN_DEPENDS=	gnuplot:math/gnuplot \
 		wget:ftp/wget
 
+BROKEN_powerpc64=	fails to compile:  main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]()
+
 USES=		autoreconf compiler:c++11-lang gettext gmake \
 		libtool:build localbase pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool libxml2

Modified: head/multimedia/pwcbsd/Makefile
==============================================================================
--- head/multimedia/pwcbsd/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/multimedia/pwcbsd/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -14,6 +14,8 @@ COMMENT=	The Linux pwc webcam driver ported to FreeBSD
 
 LICENSE=	GPLv2
 
+BROKEN_powerpc64=	fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative
+
 CONFLICTS=	pwcview-[0-9]*
 
 SSP_UNSAFE=	kernel module does not support ssp

Modified: head/net-im/corebird/Makefile
==============================================================================
--- head/net-im/corebird/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/net-im/corebird/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		librest-0.7.so:devel/librest \
 		libgspell-1.so:textproc/gspell
 
+BROKEN_powerpc64=	fails to compile: CbMedia.h:61: redefinition of typedef 'CbMedia'
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	baedert
 

Modified: head/security/wolfssl/Makefile
==============================================================================
--- head/security/wolfssl/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/security/wolfssl/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -12,6 +12,10 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:shells/bash
 
+BROKEN_mips=		fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
+BROKEN_mips64=		fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
+BROKEN_powerpc64=	fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
+
 USES=		libtool zip
 GNU_CONFIGURE=	yes
 CONFIGURE_SHELL=bash

Modified: head/sysutils/fsearch/Makefile
==============================================================================
--- head/sysutils/fsearch/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/sysutils/fsearch/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/License
 BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:devel/autoconf-archive
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
+BROKEN_powerpc64=	fails to configure: checking whether C compiler accepts -std=c11... no
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	cboxdoerfer
 

Modified: head/textproc/highlight/Makefile
==============================================================================
--- head/textproc/highlight/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/textproc/highlight/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 
+BROKEN_powerpc64=	fails to compile: rtfgenerator.cpp:279:37: 'to_string' was not declared in this scope
+
 USES=		compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2
 USE_CXXSTD=	c++11
 MAKEFILE=	makefile

Modified: head/textproc/ibus-qt/Makefile
==============================================================================
--- head/textproc/ibus-qt/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/textproc/ibus-qt/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -19,6 +19,8 @@ RUN_DEPENDS=	ibus>=1.3.7:textproc/ibus
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 	libicuuc.so:devel/icu
 
+BROKEN_powerpc64=	fails to link: libicui18n.so: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
+
 GH_ACCOUNT=	ibus
 
 USE_QT4=	gui dbus moc_build qmake_build moc_build uic_build rcc_build

Modified: head/textproc/libstaroffice/Makefile
==============================================================================
--- head/textproc/libstaroffice/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/textproc/libstaroffice/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -15,6 +15,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	librevenge-0.0.so:textproc/librevenge
 
+BROKEN_powerpc64=	fails to configure: Could not find Boost implementation of shared_ptr
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes

Modified: head/textproc/rubygem-cld3/Makefile
==============================================================================
--- head/textproc/rubygem-cld3/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/textproc/rubygem-cld3/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	devel/protobuf>0:devel/protobuf \
 		rubygem-ffi>0:devel/rubygem-ffi
 
+BROKEN_powerpc64=	fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension
+
 USE_RUBY=	yes
 USES=		gem pkgconfig
 

Modified: head/textproc/uncrustify/Makefile
==============================================================================
--- head/textproc/uncrustify/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/textproc/uncrustify/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -12,6 +12,10 @@ COMMENT=	Highly configurable source code beautifier
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips=		fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x"
+BROKEN_mips64=		fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x"
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x"
+
 NO_WRKSUBDIR=	yes
 USES=		cmake:outsource
 CMAKE_ARGS=	-DCURRENT_VERSION="${PORTVERSION}"

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/www/netsurf/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -33,6 +33,8 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	duk:lang/duktape \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
+BROKEN_powerpc64=	fails to compile: dukky.h:40: expected declaration specifiers or '...' before 'dom_string'
+
 ALL_TARGET=	#empty
 LDFLAGS+=	-L${OPENSSLLIB} -lssl -lcrypto ${ICONV_LIB}
 CFLAGS+=	-I${OPENSSLINC}

Modified: head/www/rubygem-jquery-rails-rails50/Makefile
==============================================================================
--- head/www/rubygem-jquery-rails-rails50/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/www/rubygem-jquery-rails-rails50/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -17,6 +17,8 @@ RUN_DEPENDS=	rubygem-rails-dom-testing-rails50>=1.0:te
 		rubygem-railties50>=4.2.0:www/rubygem-railties50 \
 		rubygem-thor>=0.14:devel/rubygem-thor
 
+BROKEN_powerpc64=	fails to install: pkg-static: rubygem-rails-dom-testing-2.0.3 conflicts with rubygem-rails-dom-testing-rails50-2.0.3 (installs files into the same place)
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem

Modified: head/x11/sakura/Makefile
==============================================================================
--- head/x11/sakura/Makefile	Fri Jun  2 15:44:01 2017	(r442404)
+++ head/x11/sakura/Makefile	Fri Jun  2 15:49:34 2017	(r442405)
@@ -9,9 +9,11 @@ MASTER_SITES=	http://launchpadlibrarian.net/301803318/
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Terminal emulator based on GTK and VTE
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libgnutls.so:security/gnutls
 
-LICENSE=	GPLv2
+BROKEN_powerpc64=	fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode
 
 OPTIONS_DEFINE=	DOCS
 


----- End forwarded message -----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170602155413.GA24272>