From owner-freebsd-ports@FreeBSD.ORG Sun Jun 17 00:43:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B88EB106566B; Sun, 17 Jun 2012 00:43:33 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1D94C8FC0A; Sun, 17 Jun 2012 00:43:32 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so4047664wgb.31 for ; Sat, 16 Jun 2012 17:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:content-transfer-encoding:from:content-type:x-mailer :message-id:date:cc:to:mime-version; bh=WyRxCuPIbBS990d/+QW+bZqHdiqZ8pZt2GsUPbrxUuA=; b=0Z2J9VoCX6M0Jc3NqrAK+moJbqzUcLidn35dNrxjt72a5ASBEzqpc0GZwxKkNws6t4 /4oljc1EyMxgpzzhEb3Pf1lyZbZnLKMavq6MLkPMZd5MlLRxK1ipBlMn8lfYpd5cK4wQ evTDRTz6gSAAqGWLaw/YGDmAVFMLO+NsnM5efYEKI2hST9OTjtMtbc3GV36A5TOms6KJ dOx/UK0KjOPt1HGmQ5xvKgF2GQQG+HAwHwInsZOxM1A6akLQ6m0wN3Q9vHUwg8JiHuSJ eDAYZJ42NHTa+0urTvX5dKXrmFRzjsQ5RT6OD3ALMvm8CKkKY7jOmdAQu+Q8tTgdXdq4 RTqg== Received: by 10.180.106.38 with SMTP id gr6mr14058934wib.1.1339893811189; Sat, 16 Jun 2012 17:43:31 -0700 (PDT) Received: from [10.209.138.103] ([82.132.248.28]) by mx.google.com with ESMTPS id f19sm24896460wiw.11.2012.06.16.17.43.29 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Jun 2012 17:43:30 -0700 (PDT) Content-Transfer-Encoding: quoted-printable From: Sevan / Venture37 Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (9B206) Message-Id: Date: Sun, 17 Jun 2012 01:43:18 +0100 To: "freebsd-ports@freebsd.org" Mime-Version: 1.0 (1.0) Cc: "osa@freebsd.org" Subject: Nginx SPDY support patch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 00:43:33 -0000 Hi This patch adds an option to build nginx-devel with the recently announced s= pdy patch, it alse cleans up some errors flagged by portlint which allows "p= ort test" to build this port http://pastebin.com/hfhjhukQ Sevan / Venture37