Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 14:35:58 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397374 - in head: audio/snd audio/zynaddsubfx databases/spatialite emulators/advancemame emulators/tpm-emulator games/megaglest games/supertuxkart lang/gauche mail/wmmaiload multimedia...
Message-ID:  <201509201435.t8KEZwoL032531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Sep 20 14:35:57 2015
New Revision: 397374
URL: https://svnweb.freebsd.org/changeset/ports/397374

Log:
  Remove BROKEN on Tier-2 systems statements which no longer true at least
  on PowerPC (verified for all of them) and some also on SPARC (whenever I
  was able to test those on flame.freebsd.org) and even IA64 (which should
  be OK to remove anyways, because it was never really supported system in
  ports land and was officially killed in -CURRENT a while ago.

Modified:
  head/audio/snd/Makefile
  head/audio/zynaddsubfx/Makefile
  head/databases/spatialite/Makefile
  head/emulators/advancemame/Makefile
  head/emulators/tpm-emulator/Makefile
  head/games/megaglest/Makefile
  head/games/supertuxkart/Makefile
  head/lang/gauche/Makefile
  head/mail/wmmaiload/Makefile
  head/multimedia/motion/Makefile
  head/net/widentd/Makefile
  head/security/polarssl/Makefile
  head/security/suricata/Makefile
  head/security/zxid/Makefile
  head/sysutils/abgx360/Makefile
  head/textproc/groonga/Makefile
  head/www/gatling/Makefile
  head/www/shellinabox/Makefile
  head/x11-fm/rodent/Makefile

Modified: head/audio/snd/Makefile
==============================================================================
--- head/audio/snd/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/audio/snd/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -31,8 +31,6 @@ CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-BROKEN_sparc64=		does not compile on sparc64
-
 FFTW3_LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
 FFTW3_CONFIGURE_WITH=	fftw
 

Modified: head/audio/zynaddsubfx/Makefile
==============================================================================
--- head/audio/zynaddsubfx/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/audio/zynaddsubfx/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -16,10 +16,6 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3 \
 		libmxml.so:${PORTSDIR}/textproc/mxml
 
-BROKEN_ia64=	invokes i386 asm
-BROKEN_powerpc=	invokes i386 asm
-BROKEN_sparc64=	invokes i386 asm
-
 USES=		tar:bzip2 cmake pkgconfig
 
 OPTIONS_DEFINE=		JACK GUI PORTAUDIO LASH LO DOCS EXAMPLES

Modified: head/databases/spatialite/Makefile
==============================================================================
--- head/databases/spatialite/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/databases/spatialite/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -38,6 +38,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure
 
-BROKEN_powerpc=		Does not compile on powerpc: invokes i386 assembler
-
 .include <bsd.port.mk>

Modified: head/emulators/advancemame/Makefile
==============================================================================
--- head/emulators/advancemame/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/emulators/advancemame/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -35,8 +35,6 @@ OPTIONS_DEFAULT=FREETYPE
 FREETYPE_CONFIGURE_ENABLE=	freetype
 FREETYPE_LIB_DEPENDS=		libfreetype.so:${PORTSDIR}/print/freetype2
 
-BROKEN_powerpc=		Does not compile on powerpc
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-lpthread|-pthread|' ${WRKSRC}/configure

Modified: head/emulators/tpm-emulator/Makefile
==============================================================================
--- head/emulators/tpm-emulator/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/emulators/tpm-emulator/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -27,8 +27,6 @@ GROUPS=		_tss
 SUB_LIST=	USERS="${USERS}" GROUPS="${GROUPS}"
 PLIST_SUB=	USERS="${USERS}" GROUPS="${GROUPS}"
 
-BROKEN_powerpc=		Does not compile on powerpc
-
 post-install:
 	@${MKDIR} ${STAGEDIR}/var/run/tpm
 	@${MKDIR} ${STAGEDIR}${PREFIX}/var/db/tpm

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/games/megaglest/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -63,10 +63,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${STAGEDIR}${PREFIX}/bin/megaglest_editor
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/games/supertuxkart/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libpng.so:${PORTSDIR}/graphics/png
 
-BROKEN_powerpc=	does not configure on powerpc
-
 USES=		alias cmake compiler:c++11-lib dos2unix gettext \
 		gmake jpeg openal:al pkgconfig tar:xz
 USE_GL=		gl glu

Modified: head/lang/gauche/Makefile
==============================================================================
--- head/lang/gauche/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/lang/gauche/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -31,10 +31,6 @@ MAKE_ENV+=	CCACHE_CPP2=1
 
 INFO=		gauche-refe gauche-refj
 
-BROKEN_ia64=	Does not build with ${ARCH}
-BROKEN_powerpc=	Does not build with ${ARCH}
-BROKEN_sparc=	Does not build with ${ARCH}
-
 OPTIONS_DEFINE=		GDBM THREADS SLIB
 OPTIONS_RADIO=		MULTIBYTE
 OPTIONS_RADIO_MULTIBYTE=	EUCJP SJIS UTF8

Modified: head/mail/wmmaiload/Makefile
==============================================================================
--- head/mail/wmmaiload/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/mail/wmmaiload/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -40,10 +40,6 @@ MAKE_ENV+=	GTK_CFLAGS="pkg-config --cfla
 		GTK_LIBS="pkg-config --libs gtk+"
 .endif
 
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \
 		's| =| ?=|'

Modified: head/multimedia/motion/Makefile
==============================================================================
--- head/multimedia/motion/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/multimedia/motion/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -80,10 +80,6 @@ CONFIGURE_ARGS+=--without-pgsql
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure.in

Modified: head/net/widentd/Makefile
==============================================================================
--- head/net/widentd/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/net/widentd/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -18,6 +18,4 @@ MAKE_ENV+=	NO_WERROR="defined"
 PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz
 USE_RC_SUBR=	widentd
 
-BROKEN_powerpc=		Does not compile on powerpc
-
 .include <bsd.port.mk>

Modified: head/security/polarssl/Makefile
==============================================================================
--- head/security/polarssl/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/security/polarssl/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -57,6 +57,4 @@ post-install-DOCS-on:
 
 TEST_USES=	perl5
 
-BROKEN_powerpc=		Does not compile on powerpc
-
 .include <bsd.port.mk>

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/security/suricata/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -116,10 +116,6 @@ LOGS_DIR?=	/var/log/${PORTNAME}
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
 pre-patch:
 	${CP} ${FILESDIR}/ax_check_compile_flag.m4 ${WRKSRC}/m4
 

Modified: head/security/zxid/Makefile
==============================================================================
--- head/security/zxid/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/security/zxid/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -28,9 +28,6 @@ MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=	-I${LOCALBASE}/include -D_LSEEK_DECLARED -fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-BROKEN_powerpc=	Does not build on ${ARCH}
-BROKEN_sparc64=	Does not build on ${ARCH}
-
 OPTIONS_DEFINE=	DOCS
 
 ZXID_BINS=	smime zxcall zxcot zxdecode zxencdectest zxidhlo \

Modified: head/sysutils/abgx360/Makefile
==============================================================================
--- head/sysutils/abgx360/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/sysutils/abgx360/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -12,14 +12,10 @@ COMMENT=	Verify and repair Xbox 360 back
 
 BUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
-BROKEN_ia64=	does not compile
-BROKEN_powerpc=	does not compile
-BROKEN_sparc64=	does not compile
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/abgx360
 
-GNU_CONFIGURE=	yes
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
 

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/textproc/groonga/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -30,10 +30,6 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-BROKEN_ia64=	does not compile on ia64
-BROKEN_powerpc=	does not compile on powerpc
-BROKEN_sparc64=	does not compile on sparc64
-
 OPTIONS_DEFINE=		MECAB SUGGEST
 OPTIONS_DEFAULT=	MECAB SUGGEST
 OPTIONS_SUB=		yes

Modified: head/www/gatling/Makefile
==============================================================================
--- head/www/gatling/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/www/gatling/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -80,10 +80,6 @@ MAKE_ENV+=	DEBUG=1
 STRIP=
 .endif
 
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
 PLIST_FILES+=	${bin:S,^,bin/,} ${sbin:S,^,sbin/,} sbin/gatling_wrapper
 
 pre-install:

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/www/shellinabox/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -33,8 +33,6 @@ SUB_LIST=	USERS=${USERS} GROUPS=${GROUPS
 
 NOLOGIN_CONFIGURE_ON=	--disable-login
 
-BROKEN_powerpc=	Does not load on powerpc
-
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/x11-fm/rodent/Makefile
==============================================================================
--- head/x11-fm/rodent/Makefile	Sun Sep 20 14:29:25 2015	(r397373)
+++ head/x11-fm/rodent/Makefile	Sun Sep 20 14:35:57 2015	(r397374)
@@ -7,7 +7,7 @@ CATEGORIES=	x11-fm
 MASTER_SITES=	SF/xffm/${PORTVERSION}
 
 MAINTAINER=	rodrigo@FreeBSD.org
-COMMENT=	Fast, small and powerful file manager
+COMMENT=	Fast, small, and powerful file manager
 
 LICENSE=	GPLv3
 
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libcairo.so:${PORTSDIR}/gra
 USES=		desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix
 USE_GNOME=	glib20 gtk20 librsvg2 libxml2
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--docdir=${DOCSDIR}
+CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
@@ -39,8 +39,4 @@ NLS_CONFIGURE_ENABLE=	nls
 #	${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
 #		${WRKSRC}/Build/share/Makefile.in
 
-.for a in ia64 powerpc sparc63
-BROKEN_${a}=		Does not compile on ia64, powerpc, or sparc64
-.endfor
-
 .include <bsd.port.mk>



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