svn commit: r488769 - head/www/trafficserver

Rene Ladan rene at FreeBSD.org
Mon Dec 31 12:25:43 UTC 2018


Author: rene
Date: Mon Dec 31 12:25:42 2018
New Revision: 488769
URL: https://svnweb.freebsd.org/changeset/ports/488769

Log:
  www/trafficserver: remove optional dependency on expired www/spdylay

Modified:
  head/www/trafficserver/Makefile

Modified: head/www/trafficserver/Makefile
==============================================================================
--- head/www/trafficserver/Makefile	Mon Dec 31 12:23:58 2018	(r488768)
+++ head/www/trafficserver/Makefile	Mon Dec 31 12:25:42 2018	(r488769)
@@ -43,14 +43,11 @@ CONFIGURE_ARGS=	--with-libxml2=${LOCALBASE} \
 		--with-user=${USERS} \
 		--with-group=${GROUPS}
 
-OPTIONS_DEFINE=	DOCS WCCP SPDY
+OPTIONS_DEFINE=	DOCS WCCP
 
 WCCP_DESC=	Enable WCCPv2 protocol
-SPDY_DESC=	Enable SPDY
 
 WCCP_CONFIGURE_ENABLE=	wccp
-SPDY_CONFIGURE_ENABLE=	spdy
-SPDY_LIB_DEPENDS=	libspdylay.so:www/spdylay
 
 post-patch:
 	@${REINPLACE_CMD} \


More information about the svn-ports-all mailing list