Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 20:23:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407239 - in head: cad/kicad-devel databases/levigo devel/caf graphics/copperspice net/openvswitch net/siproxd print/lilypond-devel security/certificate-transparency sysutils/docker-fre...
Message-ID:  <201601252023.u0PKNvBT026771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Jan 25 20:23:57 2016
New Revision: 407239
URL: https://svnweb.freebsd.org/changeset/ports/407239

Log:
  Remove BROKEN_FreeBSD_8 from all remaining ports.
  
  FreeBSD 8 is no longer supported.

Modified:
  head/cad/kicad-devel/Makefile
  head/databases/levigo/Makefile
  head/devel/caf/Makefile
  head/graphics/copperspice/Makefile
  head/net/openvswitch/Makefile
  head/net/siproxd/Makefile
  head/print/lilypond-devel/Makefile
  head/security/certificate-transparency/Makefile
  head/sysutils/docker-freebsd/Makefile

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/cad/kicad-devel/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -158,6 +158,4 @@ PLIST_DIR_LIST=		lib/kicad
 PLIST_SHAREDDIR_LIST=	share/mimelnk/application \
 			share/mimelnk
 
-BROKEN_FreeBSD_8=	does not build: absence of strtoll(3)
-
 .include <bsd.port.mk>

Modified: head/databases/levigo/Makefile
==============================================================================
--- head/databases/levigo/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/databases/levigo/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -20,8 +20,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jmhodges
 GH_TAGNAME=	1ddad808d4
 
-BROKEN_FreeBSD_8=	Build has leftover /readelf.core, PR 194986
-
 .include <bsd.port.pre.mk>
 
 # Build fails on FreeBSD10+ if value of "CC" is not set to "clang"

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/devel/caf/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -22,8 +22,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	actor-framework
 GH_PROJECT=	${GH_ACCOUNT}
 
-BROKEN_FreeBSD_8=	"undefined reference to `iswalpha_l'"
-
 OPTIONS_DEFINE=	DEBUG TEST STATIC
 OPTIONS_RADIO=	LOG_LEVEL
 OPTIONS_RADIO_LOG_LEVEL=	LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE

Modified: head/graphics/copperspice/Makefile
==============================================================================
--- head/graphics/copperspice/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/graphics/copperspice/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -42,7 +42,6 @@ MAKE_JOBS_UNSAFE=	yes
 WITH_OPENSSL_PORT=	yes
 
 BROKEN=			upstream notified; removed patches broke DF too
-BROKEN_FreeBSD_8=	PR 193528 (c++11 support is broken)
 BROKEN_FreeBSD_9=	PR 193528 (c++11 support is broken)
 BROKEN_i386=		qx11embed_x11.cpp:470:20: non-constant-expression\
 			cannot be narrowed from type 'unsigned int' to 'long'\

Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/net/openvswitch/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -12,7 +12,6 @@ COMMENT=	Production quality, multilayer 
 
 LICENSE=	APACHE20
 
-BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
 BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
 
 USES=		cpe gmake libtool perl5 pkgconfig python shebangfix

Modified: head/net/siproxd/Makefile
==============================================================================
--- head/net/siproxd/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/net/siproxd/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -25,8 +25,6 @@ PORTDOCS2=	FAQ KNOWN_BUGS RFC3261_compli
 		sample_cfg_budgetone.txt sample_cfg_x-lite.txt
 PORTDOCS=	${PORTDOCS1} ${PORTDOCS2}
 
-BROKEN_FreeBSD_8=	Problem with libosip2 during configure
-
 post-extract:
 .for docs in ${PORTDOCS2}
 	${CP} ${WRKSRC}/doc/${docs} ${WRKSRC}

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/print/lilypond-devel/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -31,7 +31,6 @@ LIB_DEPENDS=	libguile.so:${PORTSDIR}/lan
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
 BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
 
 INFO=		internals \

Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/security/certificate-transparency/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -22,7 +22,6 @@ LIB_DEPENDS?=	libevent.so:${PORTSDIR}/de
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
 		libtcmalloc.so:${PORTSDIR}/devel/google-perftools
 
-BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
 BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
 
 USES=		autoreconf compiler:c++11-lib gmake pkgconfig

Modified: head/sysutils/docker-freebsd/Makefile
==============================================================================
--- head/sysutils/docker-freebsd/Makefile	Mon Jan 25 20:10:18 2016	(r407238)
+++ head/sysutils/docker-freebsd/Makefile	Mon Jan 25 20:23:57 2016	(r407239)
@@ -26,8 +26,6 @@ GH_TAGNAME=	582db78
 PLIST_FILES=	bin/docker
 USE_RC_SUBR=	docker
 
-BROKEN_FreeBSD_8=	This port works only on FreeBSD 9 and newer
-
 do-build:
 	@cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary
 



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