svn commit: r407339 - head/www/trafficserver

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jan 27 06:41:31 UTC 2016


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


More information about the svn-ports-head mailing list