diff options
-rw-r--r-- | www/trafficserver/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index 265af4eaf035..28ec652f375f 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -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 HTTP proxy server 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 |