From owner-svn-ports-head@FreeBSD.ORG Fri Dec 6 15:27:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF71E544; Fri, 6 Dec 2013 15:27:25 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A52E16C3; Fri, 6 Dec 2013 15:27:25 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 13D37BDC30; Fri, 6 Dec 2013 16:27:24 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id E2AA4BDC24; Fri, 6 Dec 2013 16:27:23 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 5C3D16155; Fri, 6 Dec 2013 16:27:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id EEEDE65A186B; Fri, 6 Dec 2013 16:27:22 +0100 (CET) Date: Fri, 06 Dec 2013 16:27:22 +0100 From: Mathieu Arnold To: Eygene Ryabinkin , Mathieu Arnold Subject: Re: svn commit: r335584 - head/www/nginx/files Message-ID: <6C5CAF4A651E78FA0271987C@ogg.in.absolight.net> In-Reply-To: References: <201312031808.rB3I8LX3026752@svn.freebsd.org> <2810458563ECCE4995A6F346@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "Sergey A. Osokin" , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 15:27:25 -0000 +--On 6 d=C3=A9cembre 2013 18:56:13 +0400 Eygene Ryabinkin = wrote: | Fri, Dec 06, 2013 at 01:37:27PM +0100, Mathieu Arnold wrote: |> +--On 3 d=C3=A9cembre 2013 18:08:21 +0000 "Sergey A. Osokin" |> wrote: |> | Log: |> | Fix syslog support. |> | Do not bump PORTREVISION cause syslog support disabled by default. |>=20 |> Hum, so, people who use the syslog module need to guess they have to |> rebuild the port? |=20 | Nginx without syslog support will reject all configuration directives | like 'syslog daemon', so people were either not using syslog at all | or were patching the patch to properly embed syslog support into nginx. |=20 | Supposedly, the second category of people will get nginx with | enable-able syslog support from vanilla port at the next update | of their tree. SYSLOG_SUPPORT is off by-default, so packages won't | be affected too. Packages built with the default options won't be affected, yes. But for people not using packages, or building packages with non default options won't know there is a new version of the port. You have to bump PORTREVISION when what you change can change the package. --=20 Mathieu Arnold