Date: Wed, 27 Jan 2016 06:41:30 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407339 - head/www/trafficserver Message-ID: <201601270641.u0R6fUil036828@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601270641.u0R6fUil036828>