From owner-svn-ports-head@freebsd.org Sun Dec 4 03:15:28 2016 Return-Path: Delivered-To: svn-ports-head@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 7EB77C66A56; Sun, 4 Dec 2016 03:15:28 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3121006; Sun, 4 Dec 2016 03:15:28 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 251E961B; Sun, 4 Dec 2016 03:15:27 +0000 (UTC) Date: Sun, 4 Dec 2016 03:15:27 +0000 From: "Sergey A. Osokin" To: Bart??omiej Rutkowski Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r427525 - head/www/nginx Message-ID: <20161204031527.GF86539@FreeBSD.org> References: <201612012135.uB1LZAio038168@repo.freebsd.org> <20161202232122.GE86539@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Dec 2016 03:15:28 -0000 On Sat, Dec 03, 2016 at 02:36:16PM +0000, Bart??omiej Rutkowski wrote: > On Fri, Dec 2, 2016 at 11:21 PM, Sergey A. Osokin wrote: > > > Bartek, > > > > would you mind upgrading the CONFLICTS for www/nginx-devel as well. > > > > Thanks in advance. > > > > On Thu, Dec 01, 2016 at 09:35:10PM +0000, Bartek Rutkowski wrote: > > > Author: robak > > > Date: Thu Dec 1 21:35:10 2016 > > > New Revision: 427525 > > > URL: https://svnweb.freebsd.org/changeset/ports/427525 > > > > > > Log: > > > www/nginx: make the port slave friendly > > > > > > Reviewed by: mat > > > Approved by: mat > > > > ... > > > > > -CONFLICTS?= nginx-devel-1.* > > > +CONFLICTS?= nginx-devel-1.* \ > > > + nginx-full-1.* \ > > > + nginx-lite-1.* \ > > > + nginx-naxsi-1.* > > > > Hi Sergey, > > I will, obviously, when I'll be committing the same set of changed for > nginx-devel, probably this weekend. Meanwhile, I was wondering if you were > aware of the issue with one of the nginx options, it fails like that: > > + ngx_http_zip_module was configured > adding module in /wrkdirs/usr/ports/www/nginx-full/work/drizzle-nginx- > module-0.1.9 > checking for libdrizzle library ... not found > checking for libdrizzle library in /usr/local/ ... not found > checking for libdrizzle library in /usr/local ... not found > checking for libdrizzle library in /usr/pkg/ ... not found > checking for libdrizzle library in /opt/local/ ... not found > ./configure: error: the ngx_drizzle addon requires the libdrizzle library. > ===> Script "configure" failed unexpectedly. > Please report the problem to robak@FreeBSD.org [maintainer] and attach the > "/wrkdirs/usr/ports/www/nginx-full/work/nginx-1.10.2/config.log" including > the output of the failure of your make command. Also, it might be a good > idea > to provide an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 Hi Bartek, I'd recommend to take a look on /wrkdirs/usr/ports/www/nginx-full/work/nginx-1.10.2/config.log, my guess is it'll get an answer for the question. -- Sergey A. Osokin osa@FreeBSD.org