From owner-freebsd-apache@freebsd.org Sun Dec 10 21:09:27 2017 Return-Path: Delivered-To: freebsd-apache@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 DCFB5E9CD24 for ; Sun, 10 Dec 2017 21:09:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BDE2863454 for ; Sun, 10 Dec 2017 21:09:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BD509E9CD23; Sun, 10 Dec 2017 21:09:27 +0000 (UTC) Delivered-To: apache@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 BCFC3E9CD22 for ; Sun, 10 Dec 2017 21:09:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) (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 7014F6344E; Sun, 10 Dec 2017 21:09:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id A9FAF4DE7; Sun, 10 Dec 2017 22:09:20 +0100 (CET) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTPSA; Sun, 10 Dec 2017 22:09:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=3bgpjq0wJ9dsgos1h84goxe00dORI291VNytLkAZqXg=; b=ESBgX0Jdyo09kxGurs/xfxS1PFs1eSOp0YdOPbOW6r9Ye4MIeG80Ib7WfNSmKuI4DxldC0bHJZMyeFrXE5ywfetZMT4CFMSmWu9Ih4c42xzNESqR6FsFKcgzmnSNB8xCAEWmW68a+tVFMHsQ8fmOO6WgDJIFOVKn2bDX2Axdg5Twd6KYJWAXnZRrGo0pfgOHFwpE/o2shdGIym3rJ2XpvDAGn8EuESiCClx7H+yXw2G2a3o2H7J/8YJlKyDFA8nk30U3/bcWqO888YHZ/YIqkuQQZ52JI86mBPDJSOToShNDoaDVKNlzbVJTV04oJMiClmWbKuLeoP8u5Fxe6ZdgKw== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id e32d7aca TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sun, 10 Dec 2017 22:09:20 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 10 Dec 2017 22:09:19 +0100 From: Bernard Spil To: Bernard Spil Cc: pgolluci@freebsd.org, ohauer@freebsd.org, sumikawa@freebsd.org, dinoex@freebsd.org, apache@freebsd.org Subject: Re: Migration of Mk/bsd.apache.mk to Uses/apache.mk In-Reply-To: <5d53e80a77fc732317da8fa3aeace397@FreeBSD.org> References: <5d53e80a77fc732317da8fa3aeace397@FreeBSD.org> Message-ID: <270e33255c60f68f7b501cb71bb461e0@FreeBSD.org> X-Sender: brnrd@FreeBSD.org User-Agent: Roundcube Webmail/1.3.3 X-SMTP-Virus-Scanned: clamav at smtp01 X-Spam-Status: No, score=1.6 required=5.0 tests=HK_RANDOM_ENVFROM, HK_RANDOM_FROM,UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on svfilter02.qsp.nl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 21:09:28 -0000 On 2017-11-05 20:17, Bernard Spil wrote: > Hi all, > > This change is now past-due. > > Please review https://reviews.freebsd.org/D12308 or check the version > I have in my private repo on https://github.com/Sp1l/freebsd-ports > Please test this and tell me if there are regressions. > > In 2 weeks I will be committing this to the ports tree unless there > are comments I have to fix, preferably on the Phabricator review. > > Thanks, > > Bernard. Hi All, portmgr@ requests that more eyes see the patch and test it in different environments. Please provide me any feedback (even if negative). What can I do to make you test :D The patch is attached as an svn diff, and available via Phabricator https://reviews.freebsd.org/D12308 and Bugzilla https://bugs.freebsd.org/223691 Cheers, Bernard.