From owner-freebsd-ports@freebsd.org Tue Mar 22 00:09:57 2016 Return-Path: Delivered-To: freebsd-ports@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 38CCCAD779B for ; Tue, 22 Mar 2016 00:09:57 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F387627C for ; Tue, 22 Mar 2016 00:09:56 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=Wg44i0BJSS7pwcks1625Th7SIvKvLvb9wF6rBJMNp3U=; b=bIAD3o2lUNHq kc65TFOKCMQQQEJPz2H6GhAgc1hHGMzPTr0n7a9lk9WUd63hyUamGlqJHLFtPgghT8vVRbbDDWQg8 QfyVUMDWrt54bOIBQnH4hmAvdBpy2018/044MYzUR725B/wAXYhpF5jM6PzjprMkVqmY7dgl/HuZ4 vc/gY=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1ai9tQ-000JCD-4R; Tue, 22 Mar 2016 00:09:52 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Future of pecl ports From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: Date: Tue, 22 Mar 2016 01:09:51 +0100 Cc: Gasol Wu Content-Transfer-Encoding: 7bit Message-Id: <5D117A00-AC45-452B-97F7-6B507ADD4E77@waschbuesch.de> References: To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 00:09:57 -0000 > Am 14.03.2016 um 11:37 schrieb Gasol Wu : > > Hi miwi, > > First of all, I'm appreciated for your PHP support in FreeBSD. > > I have received many outdated notices regarding the PECL ports from > portscout because I'm the maintainer. > I saw the same problem here when I start to packaging, So I'm so happy > to see this discussion here. > > IMHO, I will vote option (c). Here is my thought. > > 1. Explicit is better than implicit > 2. It will be bad if we upgrade ports without changing port name, > especially they have BC problems. > 3. I would like to see official support for installing different > version of PHP in same FreeBSD box > without using 3rd-party tools like phpbrew or phpenv. > Imagine that we have /usr/local/bin/{php55,php56,php70} respectively Totally agree. If this is where we're headed, I'd like to pitch in and help make #3 happen. Martin