Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 05:03:05 +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: r426082 - in head: archivers/innoextract archivers/libcabinet archivers/tclmkziplib astro/cfitsio audio/festival audio/gnuspeechsa audio/musescore audio/vsound audio/xmcd cad/irsim comm...
Message-ID:  <201611140503.uAE53554093513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov 14 05:03:05 2016
New Revision: 426082
URL: https://svnweb.freebsd.org/changeset/ports/426082

Log:
  Mark as broken on various tier-2 archs.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/innoextract/Makefile
  head/archivers/libcabinet/Makefile
  head/archivers/tclmkziplib/Makefile
  head/astro/cfitsio/Makefile
  head/audio/festival/Makefile
  head/audio/festival/pkg-descr
  head/audio/gnuspeechsa/Makefile
  head/audio/musescore/Makefile
  head/audio/vsound/Makefile
  head/audio/xmcd/Makefile
  head/cad/irsim/Makefile
  head/comms/linrad/Makefile
  head/comms/mgetty+sendfax/Makefile
  head/comms/xnec2c/Makefile
  head/converters/wkhtmltopdf/Makefile

Modified: head/archivers/innoextract/Makefile
==============================================================================
--- head/archivers/innoextract/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/archivers/innoextract/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -12,8 +12,6 @@ COMMENT=	Program to extract Inno Setup f
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
 		libboost_filesystem.so:devel/boost-libs \
 		libboost_system.so:devel/boost-libs \
@@ -25,4 +23,7 @@ CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=man
 PLIST_FILES=	bin/innoextract \
 		man/man1/innoextract.1.gz
 
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: undefined reference to std::ctype<char>::_M_widen_init()
+
 .include <bsd.port.mk>

Modified: head/archivers/libcabinet/Makefile
==============================================================================
--- head/archivers/libcabinet/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/archivers/libcabinet/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -12,6 +12,8 @@ COMMENT=	Portable library and utility to
 
 USE_LDCONFIG=	yes
 
+BROKEN_aarch64=	Fails to link: linker command failed with exit code 1
+
 USES=		uidfix
 SRCFILE=	${WRKSRC}/listcab.cpp
 PROGFILE=	${SRCFILE:S/.cpp$//}

Modified: head/archivers/tclmkziplib/Makefile
==============================================================================
--- head/archivers/tclmkziplib/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/archivers/tclmkziplib/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -11,6 +11,8 @@ DISTNAME=	mkZiplib${PORTVERSION:S/.//}
 MAINTAINER=	tcltk@FreeBSD.org
 COMMENT=	GZIP and ZIP support for TCL; dynamically loadable
 
+BROKEN_aarch64=	Fails to build: error: operand of type va_list where arithmetic or pointer type is required
+
 USES+=		tcl zip
 
 WRKSRC=		${WRKDIR}/mkZiplib${PORTVERSION}

Modified: head/astro/cfitsio/Makefile
==============================================================================
--- head/astro/cfitsio/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/astro/cfitsio/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -35,6 +35,8 @@ PORTDOCS=	*
 SHLIB_MAJOR_VER=5
 SHLIB_MINOR_VER=${PORTVERSION:S|0$||}
 
+BROKEN_sparc64=	Fails to compile: malloc.h has been replaced by stdlib.h
+
 do-install:
 	cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} libcfitsio.a ${STAGEDIR}${PREFIX}/lib/

Modified: head/audio/festival/Makefile
==============================================================================
--- head/audio/festival/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/festival/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -7,6 +7,7 @@ CATEGORIES=	audio accessibility
 MASTER_SITES=	FESTIVAL
 DISTFILES=	${DISTNAME}-release.tar.gz 	\
 		speech_tools-${PORTVERSION}-release.tar.gz
+DIST_SUBDIR=	festival
 
 PATCHFILES=	src_modules_diphone_diphone.h.diff?id=b58a836:debian	\
 		src_modules_diphone_di_io.cc.diff?id=b58a836:debian	\
@@ -24,12 +25,15 @@ PATCH_SITES=	ftp://ftp.netbsd.org/pub/pk
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Multi-lingual speech synthesis system
 
+BROKEN_aarch64=		XXX
+BROKEN_armv6=		Fails to link: cc.mak: No such file or directory
+BROKEN_mips64=		Fails to link: cc.mak: No such file or directory
+BROKEN_powerpc64=	Does not build
+
 OPTIONS_DEFINE=	NAS ESD
 OPTIONS_DEFAULT=NAS ESD
 ESD_DESC=	${ESOUND_DESC}
 
-DIST_SUBDIR=	festival
-
 CXXFLAGS+=	-DFTLIBDIR=${LOCALBASE}/share/festival/lib
 CONFIGURE_WRKSRC=	${WRKDIR}/festival
 USES=		gmake
@@ -43,8 +47,6 @@ WRKSRC=		${WRKDIR}
 SPT_PATCHES=	include_ling__class_EST__FeatureFunctionPackage.h	\
 		include_unix_EST__socket__unix.h
 
-BROKEN_powerpc64=	Does not build
-
 do-build:
 .for d in speech_tools festival
 	${MAKE_CMD} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile ${MAKE_ARGS}

Modified: head/audio/festival/pkg-descr
==============================================================================
--- head/audio/festival/pkg-descr	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/festival/pkg-descr	Mon Nov 14 05:03:05 2016	(r426082)
@@ -15,6 +15,6 @@ manual.
 
 If you need the OGI extensions, install ports/audio/festival+OGI instead.
 
-WWW:  http://www.cstr.ed.ac.uk/projects/festival/
+WWW: http://www.cstr.ed.ac.uk/projects/festival/
 
 Trevor Johnson

Modified: head/audio/gnuspeechsa/Makefile
==============================================================================
--- head/audio/gnuspeechsa/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/gnuspeechsa/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_FreeBSD_9=	does not build
+BROKEN_aarch64=		Does not build: the clang compiler does not support -march=native
 BROKEN_powerpc64=	Does not build
 
 USES=		cmake compiler:c++11-lib

Modified: head/audio/musescore/Makefile
==============================================================================
--- head/audio/musescore/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/musescore/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -26,6 +26,8 @@ ALL_TARGET=	lrelease manpages all
 
 DATADIR=	${PREFIX}/share/mscore-${PORTVERSION:R}
 
+BROKEN_aarch64=		Fails to compile: error: constant expression evaluates to -1
+
 OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO
 OPTIONS_DEFAULT=	PORTAUDIO
 

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/vsound/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -19,6 +19,8 @@ RUN_DEPENDS=	sox:audio/sox
 USES=		alias libtool
 GNU_CONFIGURE=	yes
 
+BROKEN_aarch64=	Fails to build: error: Cannot determine endian-ness of processor
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:

Modified: head/audio/xmcd/Makefile
==============================================================================
--- head/audio/xmcd/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/audio/xmcd/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -22,6 +22,9 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 
 LIBBINDIR=	${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH}
 
+BROKEN_aarch64=		Fails to compile: many undefined symbols in xorg.cf
+BROKEN_armv6=		Fails to compile: many undefined symbols in xorg.cf
+BROKEN_mips64=		Fails to compile: many undefined symbols in xorg.cf
 BROKEN_powerpc64=	Does not build on powerpc64
 
 pre-patch:

Modified: head/cad/irsim/Makefile
==============================================================================
--- head/cad/irsim/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/cad/irsim/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -31,6 +31,8 @@ GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+BROKEN_aarch64=		Fails to link: missing sbrk
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTCL}

Modified: head/comms/linrad/Makefile
==============================================================================
--- head/comms/linrad/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/comms/linrad/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -32,6 +32,8 @@ LINRAD_DOCFILES=	z_APM.txt z_BUFFERS.txt
 			z_PARALLEL_PORT.txt z_SETTINGS.txt \
 			z_USERS_EXTRA.txt z_USERS_HWARE.txt
 
+BROKEN_sparc64=		Fails to compile: implicit declaration of function outb
+
 .include <bsd.port.pre.mk>
 .if ${ARCH} == "i386"
 BINFILE=	xlinrad

Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/comms/mgetty+sendfax/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -26,6 +26,9 @@ CFLAGS+=	-DAUTO_PPP
 
 MAKE_JOBS_UNSAFE=	yes
 
+BROKEN_aarch64=		Fails to compile: error: initializer element is not a compile-time constant
+BROKEN_mips64=		Fails to compile: error: initializer element is not a compile-time constant
+
 OPTIONS_DEFINE=	FIDO
 FIDO_DESC=	Enable FIDO EMSI support
 FIDO_CFLAGS=	-DFIDO

Modified: head/comms/xnec2c/Makefile
==============================================================================
--- head/comms/xnec2c/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/comms/xnec2c/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -21,6 +21,8 @@ USE_GNOME=	gtk20 intltool
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
+BROKEN_sparc64=	Fails to link: relocation truncated to fit: R_SPARC_GOT13 against symbol input_fp
+
 post-extract:
 	${CP} ${PATCHDIR}/clog.c ${WRKSRC}/src
 	${TOUCH} ${WRKSRC}/src/cexp.c

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Mon Nov 14 03:28:11 2016	(r426081)
+++ head/converters/wkhtmltopdf/Makefile	Mon Nov 14 05:03:05 2016	(r426082)
@@ -11,8 +11,6 @@ COMMENT=	Convert HTML (or live webpages)
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
@@ -26,6 +24,11 @@ WKQT_TAGNAME=	fe194f9
 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_mips64=		Does not link: undefined reference to __sync_add_and_fetch_4
+BROKEN_powerpc64=	Does not build
+
 PATCH_WRKSRC=		${WRKSRC}/qt
 CONFIGURE_WRKSRC=	${WRKSRC}/build/qt
 BUILD_WRKSRC=		${WRKSRC}/build/qt



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