From owner-freebsd-ports@freebsd.org Thu Mar 24 00:09:46 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 A1865ADB4FB for ; Thu, 24 Mar 2016 00:09:46 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD4F1C45 for ; Thu, 24 Mar 2016 00:09:46 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: by mailman.ysv.freebsd.org (Postfix) id 87720ADB4FA; Thu, 24 Mar 2016 00:09:46 +0000 (UTC) Delivered-To: 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 8710CADB4F9 for ; Thu, 24 Mar 2016 00:09:46 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [67.213.65.194]) by mx1.freebsd.org (Postfix) with ESMTP id 6705C1C44 for ; Thu, 24 Mar 2016 00:09:46 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (localhost [127.0.0.1]) by mail.intertainservices.com (Postfix) with ESMTP id 5DB645646F; Wed, 23 Mar 2016 20:09:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intertainservices.com; s=mail; t=1458778183; bh=1myQM4z66PgTFXuuF/G6z7MM2cou+juQ88HHTmzV06Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=gisRz5Zn2Nd/HqXoqisNKEHK8H8rqNsdrsKzTBqvT1C0hiNENDyQcLR5Y4YzeJn2G fRc06H2dz4VFs6VFPpi78W+mpSlA5RQYpSUej4RKq/6q9Z0rRB4bSVYz5GaZ+IKz/4 tq496haSxWqfnWEoJislwMQtXcXxUBBOFCyXmyDk= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 23 Mar 2016 20:09:43 -0400 From: Mike Jakubik To: Guido Falsi Cc: Ports Subject: Re: mail/roundcube (bsd.php.mk broken?) Organization: Intertainservices In-Reply-To: <56F3111B.4030901@madpilot.net> References: <56F3111B.4030901@madpilot.net> Message-ID: <3f72fc0f07e217ddb36190fa46b75d35@intertainservices.com> X-Sender: mike.jakubik@intertainservices.com User-Agent: Roundcube Webmail/1.1.1 X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 5DB645646F.A2658 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No 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: Thu, 24 Mar 2016 00:09:46 -0000 On 2016-03-23 05:56 PM, Guido Falsi wrote: > On 03/23/16 22:26, Mike Jakubik wrote: >> Hello, >> >> I am getting the following errors trying to update roundcube, this is >> on >> FreeBSD 9, using default version of php (5.4). I've tried adding >> DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not make >> difference. >> Any ideas? > > Are you tracking the head of the ports tree or the 2016Q1 branch? I'm > guessing you're with ports head. > > In head the default php version is 5.6 and version 5.4 has been removed > because it has reached EOL on September 3rd, 2015. > > you could also use php 5.5, but it will EOL in July, so, if you're > tracking the head of the ports tree, I'd suggest you try again using > php > 5.6. > > If you're tracking 2016Q1 it should work, and I don't really know > what's > happening. I am using portsnap to keep my ports tree up to date, i wasn't aware you can choose different branches with it, so whatever is the default there is what i have. Sure enough after checking, 5.4 has disappeared from my ports tree. I guess i can try upgrading to 5.5 and hope that my applications are compatible with it. Sigh, FreeBSD has become a PITA lately to maintain unless everything installed is bleeding edge. In any case, thanks for the help.