From owner-svn-ports-head@freebsd.org Mon Jan 25 20:23:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB538A4588F; Mon, 25 Jan 2016 20:23:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8899194B; Mon, 25 Jan 2016 20:23:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PKNwRt026780; Mon, 25 Jan 2016 20:23:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PKNvBT026771; Mon, 25 Jan 2016 20:23:57 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601252023.u0PKNvBT026771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 25 Jan 2016 20:23:57 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 20:24:00 -0000 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 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 # 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