svn commit: r441395 - in head: audio/beast audio/bristol audio/gnomoradio audio/gnuspeechsa audio/mhwaveedit benchmarks/nosqlbench benchmarks/smhasher cad/repsnapper databases/percona-pam-for-mysql...

Mark Linimon linimon at FreeBSD.org
Sun May 21 13:21:08 UTC 2017


Author: linimon
Date: Sun May 21 13:21:04 2017
New Revision: 441395
URL: https://svnweb.freebsd.org/changeset/ports/441395

Log:
  Mark some ports failing on power64.  In cases where the error message
  was a stub, provide a real one.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)
  Reported by:	swills

Modified:
  head/audio/beast/Makefile
  head/audio/bristol/Makefile
  head/audio/gnomoradio/Makefile
  head/audio/gnuspeechsa/Makefile
  head/audio/mhwaveedit/Makefile
  head/benchmarks/nosqlbench/Makefile
  head/benchmarks/smhasher/Makefile
  head/cad/repsnapper/Makefile
  head/databases/percona-pam-for-mysql/Makefile
  head/databases/percona56-server/Makefile
  head/databases/riak2/Makefile
  head/devel/art/Makefile
  head/devel/tigcc/Makefile
  head/emulators/qemu-riscv/Makefile
  head/games/cheech/Makefile
  head/games/ember/Makefile
  head/games/freedoko/Makefile
  head/games/stonesoup/Makefile
  head/graphics/gimmage/Makefile
  head/math/asir2000/Makefile
  head/math/clp/Makefile
  head/math/vowpal_wabbit/Makefile
  head/multimedia/bombono/Makefile
  head/multimedia/kissdx/Makefile
  head/multimedia/tvheadend/Makefile
  head/net/userfw/Makefile
  head/x11-wm/gcompmgr/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/audio/beast/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -48,7 +48,7 @@ SSE_VARS=	SSE_FLAGS="-mmmx -msse"
 
 .include <bsd.port.pre.mk>
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to package: bseblockutils.SSE.so: No such file or directory
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/audio/bristol/Makefile
==============================================================================
--- head/audio/bristol/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/audio/bristol/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=	--disable-alsa --enable
 BROKEN_aarch64=		Does not build: error: unknown FP unit 'sse'
 BROKEN_armv6=		Does not build: error: unknown FP unit 'sse'
 BROKEN_mips64=		Does not build: error: unknown FP unit 'sse'
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: error: unknown FP unit 'sse'
 
 PORTDATA=	*
 

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/audio/gnomoradio/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -10,11 +10,11 @@ MASTER_SITES=	SAVANNAH
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Program for finding and playing free music from the Internet
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libao.so:audio/libao
 
+BROKEN=		fails to compile: trackable.h: expected ';' at end of declaration list
+
 USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	gconfmm26 gnomeprefix gtkmm24

Modified: head/audio/gnuspeechsa/Makefile
==============================================================================
--- head/audio/gnuspeechsa/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/audio/gnuspeechsa/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		Does not build: the clang compiler does not support -march=native
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: the clang compiler does not support -march=native
 
 USES=		cmake compiler:c++11-lib
 

Modified: head/audio/mhwaveedit/Makefile
==============================================================================
--- head/audio/mhwaveedit/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/audio/mhwaveedit/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -18,8 +18,8 @@ USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-alsalib --without-arts
 
-BROKEN_sparc64=	Does not compile on sparc64
-BROKEN_powerpc64=	Does not build on powerpc64
+BROKEN_powerpc64=	fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM'
+BROKEN_sparc64=		fails to compile on sparc64
 
 OPTIONS_DEFINE=		DOUBLE_SAMPLES ESOUND JACK LADSPA OSS PORTAUDIO \
 			PULSEAUDIO SAMPLERATE SDL SNDFILE NLS

Modified: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- head/benchmarks/nosqlbench/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/benchmarks/nosqlbench/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -19,7 +19,7 @@ USES=		cmake tar:bzip2
 CONFLICTS=	tarantool-c
 
 BROKEN_aarch64=		Does not build: clang does not support -march=native
-BROKEN_powerpc64=	Does not build on powerpc64
+BROKEN_powerpc64=	Does not build: clang does not support -march=native
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/sources/nosqlbench.conf \

Modified: head/benchmarks/smhasher/Makefile
==============================================================================
--- head/benchmarks/smhasher/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/benchmarks/smhasher/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -12,7 +12,7 @@ COMMENT=	Hash Algorithm Benchmarking
 
 LICENSE=	MIT
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to compile: City.cpp: byteswap.h: No such file or directory
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gvnn3

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/cad/repsnapper/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -16,11 +16,11 @@ COMMENT=	Controller and GCode generator 
 LICENSE=	GPLv2 BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
 		libzip.so:archivers/libzip \
 
+BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+
 USES=		autoreconf gmake libtool perl5 pkgconfig
 USE_GNOME=	gtkmm24 intltool libxml++26
 USE_GL=		gl

Modified: head/databases/percona-pam-for-mysql/Makefile
==============================================================================
--- head/databases/percona-pam-for-mysql/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/databases/percona-pam-for-mysql/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -7,6 +7,12 @@ PKGNAMESUFFIX=	-pam-for-mysql
 
 COMMENT=	PAM plugin for MySQL
 
+BROKEN_armv6=		fails to compile: cannot combine with previous 'type-name' declaration specifier
+BROKEN_mips=		fails to configure: CMake Error: Generator: execution of make failed
+BROKEN_mips64=		fails to configure: CMake Error: Generator: execution of make failed
+NOT_FOR_ARCHS=		powerpc64
+NOT_FOR_ARCHS_REASON=	unsupported platform
+
 MASTERDIR=	${.CURDIR}/../percona56-server
 
 PKGMESSAGE=	${.CURDIR}/pkg-message

Modified: head/databases/percona56-server/Makefile
==============================================================================
--- head/databases/percona56-server/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/databases/percona56-server/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -12,7 +12,8 @@ DISTNAME=	percona-server-${DISTVERSION}
 MAINTAINER=	flo at FreeBSD.org
 COMMENT?=	Multithreaded SQL database (server)
 
-BROKEN_powerpc64=	Does not build: #error Unsupported platform
+NOT_FOR_ARCHS=		powerpc64
+NOT_FOR_ARCHS_REASON=	unsupported platform
 
 SLAVEDIRS=	databases/percona56-client \
 		databases/percona-pam-for-mysql
@@ -97,10 +98,6 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "arm"
-BROKEN=		Does not compile on arm
-.endif
-
 .if ${PORT_OPTIONS:MTOKUDB}
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	TokuDB not supported on 32-bit platforms, see \

Modified: head/databases/riak2/Makefile
==============================================================================
--- head/databases/riak2/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/databases/riak2/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -29,9 +29,8 @@ USE_RC_SUBR=	riak
 USE_GCC=	yes
 
 BROKEN_i386=		does not build
-BROKEN_powerpc64=	does not build
 BROKEN_sparc64=		does not build: Please implement AtomicPointer for this platform
-NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS=		aarch64 powerpc64
 NOT_FOR_ARCHS_REASON=	does not build: error: Unknown CPU architecture
 
 USERS=		riak

Modified: head/devel/art/Makefile
==============================================================================
--- head/devel/art/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/devel/art/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -13,10 +13,10 @@ COMMENT=	Resource tracing, debugging, an
 
 LICENSE=	GPLv3
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libxml++-2.6.so:textproc/libxml++26
 
+BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+
 USES=	gmake pkgconfig
 
 OPTIONS_DEFINE=	DOCS

Modified: head/devel/tigcc/Makefile
==============================================================================
--- head/devel/tigcc/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/devel/tigcc/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -15,7 +15,10 @@ DISTFILES=		gcc-core-4.1-20060728.tar.bz
 MAINTAINER=	cyberbotx at cyberbotx.com
 COMMENT=	C compiler for the TI89, 92, and 92+ calculators
 
-BROKEN_powerpc64=	Does not build
+BROKEN_mips=		fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64=		fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64=	fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_sparc64=		fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable
 
 USE_CSTD=	gnu89
 USES=		bison compiler:nestedfct gmake tar:bzip2

Modified: head/emulators/qemu-riscv/Makefile
==============================================================================
--- head/emulators/qemu-riscv/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/emulators/qemu-riscv/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -11,6 +11,8 @@ COMMENT=	QEMU with RISC-V (RV64GC, RV32G
 
 LICENSE=	GPLv2
 
+BROKEN_powerpc64=	fails to compile: async.c: internal compiler error: Segmentation fault
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	riscv
 GH_PROJECT=	riscv-qemu

Modified: head/games/cheech/Makefile
==============================================================================
--- head/games/cheech/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/games/cheech/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -13,10 +13,10 @@ COMMENT=	Multiplayer Chinese Checkers ga
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
 
+BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+
 OPTIONS_DEFINE=	DOCS
 
 USES=		gmake pkgconfig tar:tgz

Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/games/ember/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -15,8 +15,6 @@ COMMENT=	Ember is a WorldForge 3D client
 
 LICENSE=	GPLv3
 
-BROKEN=		fails to build
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
 RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
 LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \
@@ -27,6 +25,8 @@ LIB_DEPENDS=	libsigc-2.0.so:devel/libsig
 		libboost_thread.so:devel/boost-libs \
 		libCEGUIBase-0.so:graphics/cegui
 
+BROKEN=		fails to compile: ServerService.h: 'sigc++/object_slot.h' file not found
+
 CONFIGURE_ARGS=	--with-png-prefix=${LOCALBASE} --enable-binreloc \
 		--program-transform-name= --disable-cppunit --disable-debug \
 		--with-boost=${LOCALBASE} --with-toluaxx=${TOLUAXX_CMD}

Modified: head/games/freedoko/Makefile
==============================================================================
--- head/games/freedoko/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/games/freedoko/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -14,10 +14,10 @@ COMMENT=	Play the card game Doppelkopf
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../doc/GPL
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
 
+BROKEN=		fails to compile: refptr.h: expected ';' at end of declaration list
+
 WRKSRC=		${WRKDIR}/${DISTNAME:C/\.src$//}/src
 
 USES=		gmake pkgconfig zip:infozip

Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/games/stonesoup/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -15,8 +15,9 @@ COMMENT=	Dungeon Crawl Stone Soup - a fu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../licence.txt
 
-BROKEN_armv6=		Does not build: error: Missing platform #define or unsupported compiler
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to compile: tool/tile.h: 'nullptr' was not declared in this scope
+NOT_FOR_ARCHS=		armv6
+NOT_FOR_ARCHS_REASON=	missing platform \#define or unsupported compiler
 
 USES=		bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \
 		shebangfix sqlite tar:xz

Modified: head/graphics/gimmage/Makefile
==============================================================================
--- head/graphics/gimmage/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/graphics/gimmage/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -13,10 +13,10 @@ COMMENT=	Simple image viewer
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to build
-
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
+BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+
 USES=		desktop-file-utils gettext pkgconfig
 USE_GNOME=	gtkmm24
 GNU_CONFIGURE=	yes

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/math/asir2000/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -18,10 +18,12 @@ LICENSE_NAME=	Risa/Asir Limited Use Lice
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN=		does not build
-
 LIB_DEPENDS=	libpari.so:math/pari
 
+BROKEN=		does not compile: paridecl.h: conflicting types for 'mulreal'
+NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS_REASON=	fails to compile: the collector has not been ported to this machine/OS combination
+
 MAKE_JOBS_UNSAFE=	yes
 USES=		autoreconf readline tar:bz2
 USE_XORG=	x11 xaw xext xt
@@ -35,8 +37,6 @@ ASIR_DOC=	asirdoc-${ASIR_DOC_VERSION}${E
 GC_SRC=		gc-${GC_VERSION}.tar.gz
 WRKSRC=		${WRKDIR}/asir2000
 
-BROKEN_aarch64=		Fails to compile: the collector has not been ported to this machine/OS combination
-
 LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata \
 	fctrtest fff glib gr ifplot katsura launch mat nf num primdec \
 	primdec_lex primdec_mod ratint robot solve sp sturm sym weight xm

Modified: head/math/clp/Makefile
==============================================================================
--- head/math/clp/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/math/clp/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -13,7 +13,7 @@ COMMENT=	Linear Programming Solver
 
 LICENSE=	EPL
 
-BROKEN_powerpc64=	does not build
+BROKEN_powerpc64=	fails to compile: CoinSignal.hpp: ISO C++ forbids declaration of '__decltype' with no type
 
 USES=		blaslapack fortran libtool tar:tgz pathfix
 CXXFLAGS+=	-ffast-math

Modified: head/math/vowpal_wabbit/Makefile
==============================================================================
--- head/math/vowpal_wabbit/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/math/vowpal_wabbit/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -11,7 +11,7 @@ COMMENT=	Fast out-of-core learning syste
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to compile: network.cc: 'atoi' was not declared in this scope
 
 USES=		compiler:c++11-lang libtool
 GNU_CONFIGURE=	yes

Modified: head/multimedia/bombono/Makefile
==============================================================================
--- head/multimedia/bombono/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/multimedia/bombono/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -14,8 +14,6 @@ COMMENT=	DVD authoring program
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to build
-
 BUILD_DEPENDS=	gm:graphics/GraphicsMagick
 LIB_DEPENDS=	libxml++-2.6.so:textproc/libxml++26 \
 		liblavfile.so:multimedia/mjpegtools \
@@ -27,6 +25,8 @@ RUN_DEPENDS=	gm:graphics/GraphicsMagick 
 		growisofs:sysutils/dvd+rw-tools \
 		toolame:audio/toolame
 
+BROKEN=		fails to compile: weakref.h: macro "static_assert" passed 3 arguments, but takes just 2
+
 USES=		desktop-file-utils gettext pkgconfig scons shared-mime-info \
 		tar:bzip2
 USE_CXXSTD=	gnu++98

Modified: head/multimedia/kissdx/Makefile
==============================================================================
--- head/multimedia/kissdx/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/multimedia/kissdx/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libgd.so:graphics/gd \
 		libdvdread.so:multimedia/libdvdread
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to compile: kissdx.c: nested functions are disabled, use -fnested-functions to re-enable
 
 USES=		compiler:nestedfct dos2unix iconv jpeg
 MAKE_ENV=	FreeBSD=defined

Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/multimedia/tvheadend/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -18,7 +18,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		liburiparser.so:net/uriparser
 RUN_DEPENDS=	dtv-scan-tables>=0:multimedia/dtv-scan-tables
 
-BROKEN_powerpc64=	Does not build
+BROKEN_mips=		fails to configure: No C compiler found
+BROKEN_mips64=		fails to configure: No C compiler found
+BROKEN_powerpc64=	fails to configure: No C compiler found
 
 USE_GITHUB=	yes
 

Modified: head/net/userfw/Makefile
==============================================================================
--- head/net/userfw/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/net/userfw/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -15,7 +15,7 @@ COMMENT=	Modular packet filter
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
 
 SSP_UNSAFE=	kernel module does not support ssp
 USES=		cmake:outsource kmod tar:xz uidfix

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Sun May 21 12:30:31 2017	(r441394)
+++ head/x11-wm/gcompmgr/Makefile	Sun May 21 13:21:04 2017	(r441395)
@@ -10,10 +10,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNOME interface to xcompmgr
 
-BROKEN=		fails to build
-
 RUN_DEPENDS=	xcompmgr:x11-wm/xcompmgr
 
+BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lX11
 USES=		autoreconf libtool pkgconfig


More information about the svn-ports-all mailing list