From owner-freebsd-apache@freebsd.org Sun Nov 5 19:18:04 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 3096EE4E954 for ; Sun, 5 Nov 2017 19:18:04 +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 14F49662CD for ; Sun, 5 Nov 2017 19:18:04 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 11243E4E953; Sun, 5 Nov 2017 19:18:04 +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 10C1DE4E952 for ; Sun, 5 Nov 2017 19:18:04 +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 C13B8662CB; Sun, 5 Nov 2017 19:18:00 +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 5B90519D28; Sun, 5 Nov 2017 20:17:57 +0100 (CET) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTPSA; Sun, 5 Nov 2017 20:17:57 +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=nYSH3h0xIvxBBOKkExKgzq/T5tBje+AcjZLW98BIhV4=; b=Sf1GuR1FV+cKS9XkQ872gmBB8ZtbSNbGoyQebfRUxEHDOZf7nGEkZQwnj1ge+4q631QKahnvE//fgoIs/sHPCsK52RR5SrvvmMSZj81vlZ6GZ/yxGTJ1JxkAzporpWy+CpqtrQb5RgCVFo+UfjVTUgVMgdaxKYIY2URmWjANINUsppFPoJOPgwaPR8Dhqes/49mp7KZXvsuH60Pbh1JQYkZUEkHYcMjam4t+zr3pyC1DUZs722hbXZbKEpNvW8XSs8gQmqFjhB3j8GtvD0JB+3YWXE+wDKxU/An3Q3MekJKUlRVMD3XcNS1H123pPbM4nkYCyI7qGfsLZesbCSoVEw== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id 82d602b1 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sun, 5 Nov 2017 20:17:56 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 05 Nov 2017 20:17:56 +0100 From: Bernard Spil To: pgolluci@freebsd.org, ohauer@freebsd.org, sumikawa@freebsd.org, dinoex@freebsd.org Cc: apache@freebsd.org Subject: Last call: Migration of Mk/bsd.apache.mk to Uses/apache.mk Message-ID: <5d53e80a77fc732317da8fa3aeace397@FreeBSD.org> X-Sender: brnrd@FreeBSD.org User-Agent: Roundcube Webmail/1.3.1 X-SMTP-Virus-Scanned: clamav at smtp01 X-Spam-Status: No, score=0.6 required=5.0 tests=HK_RANDOM_ENVFROM, HK_RANDOM_FROM,UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 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.23 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 19:18:04 -0000 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.