From owner-svn-ports-head@freebsd.org Wed Jan 27 06:41:31 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 481F8A6E0FE; Wed, 27 Jan 2016 06:41:31 +0000 (UTC) (envelope-from vanilla@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 1633912BB; Wed, 27 Jan 2016 06:41:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0R6fU8p036829; Wed, 27 Jan 2016 06:41:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0R6fUil036828; Wed, 27 Jan 2016 06:41:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601270641.u0R6fUil036828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 27 Jan 2016 06:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407339 - head/www/trafficserver 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: Wed, 27 Jan 2016 06:41:31 -0000 Author: vanilla Date: Wed Jan 27 06:41:29 2016 New Revision: 407339 URL: https://svnweb.freebsd.org/changeset/ports/407339 Log: 1: Mark BROKEN on 9. 2: remove uneeded library (libboost_system.so) 3: bump version. Modified: head/www/trafficserver/Makefile Modified: head/www/trafficserver/Makefile ============================================================================== --- head/www/trafficserver/Makefile Wed Jan 27 06:31:27 2016 (r407338) +++ head/www/trafficserver/Makefile Wed Jan 27 06:41:29 2016 (r407339) @@ -3,6 +3,7 @@ PORTNAME= trafficserver PORTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} @@ -11,8 +12,7 @@ COMMENT= Fast, scalable and extensible H LICENSE= APACHE20 -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libcurl.so:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libhwloc.so:${PORTSDIR}/devel/hwloc \ libpcre.so:${PORTSDIR}/devel/pcre \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -62,6 +62,8 @@ INTERIM_CONFIGURE_ENABLE= interim-cache SPDY_CONFIGURE_ENABLE= spdy SPDY_LIB_DEPENDS= libspdylay.so:${PORTSDIR}/www/spdylay +BROKEN_FreeBSD_9= Trafficserver is only supported on FreeBSD 10.1 or newer + .include .if ${PORT_OPTIONS:MRECLAIM} @@ -74,11 +76,6 @@ CONFIGURE_ARGS+= --disable-freelist IGNORE= no allocation strategy selected .endif -.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) -CC= clang -CXX= clang++ -.endif - .if ! exists(/var/cache) # FreeBSD 8.x PLIST_DIRS+= /var/cache