From owner-svn-ports-all@freebsd.org Mon Jul 20 03:51:08 2015 Return-Path: Delivered-To: svn-ports-all@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 5D69C9A6D3C; Mon, 20 Jul 2015 03:51:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2EC3C10C6; Mon, 20 Jul 2015 03:51:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K3p8T9036733; Mon, 20 Jul 2015 03:51:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K3p7Ip036731; Mon, 20 Jul 2015 03:51:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507200351.t6K3p7Ip036731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 20 Jul 2015 03:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392545 - in head/www/trafficserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 03:51:08 -0000 Author: vanilla Date: Mon Jul 20 03:51:06 2015 New Revision: 392545 URL: https://svnweb.freebsd.org/changeset/ports/392545 Log: Add spdy support. PR: 201563 Submitted by: me@celogeek.com Approved by: maintainer Modified: head/www/trafficserver/Makefile head/www/trafficserver/files/patch-tools_Makefile.in Modified: head/www/trafficserver/Makefile ============================================================================== --- head/www/trafficserver/Makefile Mon Jul 20 01:16:56 2015 (r392544) +++ head/www/trafficserver/Makefile Mon Jul 20 03:51:06 2015 (r392545) @@ -47,7 +47,7 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBA --with-user=${USERS} \ --with-group=${GROUPS} -OPTIONS_DEFINE= DOCS INTERIM WCCP +OPTIONS_DEFINE= DOCS INTERIM WCCP SPDY OPTIONS_RADIO= MEMMAN OPTIONS_RADIO_MEMMAN= ALLOCATORS FREELISTS RECLAIM OPTIONS_DEFAULT= FREELISTS @@ -57,9 +57,12 @@ INTERIM_DESC= Enable interim cache (SSD) ALLOCATORS_DESC= Manage memory with allocators FREELISTS_DESC= Manage memory with freelists RECLAIM_DESC= Reclaim unused memory in freelists +SPDY_DESC= Enable SPDY WCCP_CONFIGURE_ENABLE= wccp INTERIM_CONFIGURE_ENABLE= interim-cache +SPDY_CONFIGURE_ENABLE= spdy +SPDY_LIB_DEPENDS= libspdylay.so:${PORTSDIR}/www/spdylay .include Modified: head/www/trafficserver/files/patch-tools_Makefile.in ============================================================================== --- head/www/trafficserver/files/patch-tools_Makefile.in Mon Jul 20 01:16:56 2015 (r392544) +++ head/www/trafficserver/files/patch-tools_Makefile.in Mon Jul 20 03:51:06 2015 (r392545) @@ -1,5 +1,5 @@ ---- tools/Makefile.in.orig 2015-07-07 14:35:35.993832221 +0800 -+++ tools/Makefile.in 2015-07-07 14:35:49.432831048 +0800 +--- tools/Makefile.in.orig 2015-06-30 04:11:56 UTC ++++ tools/Makefile.in @@ -614,7 +614,7 @@ valuesh = @valuesh@ waith = @waith@ zlibh = @zlibh@