From owner-freebsd-ports@freebsd.org Thu Mar 24 00:42:49 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 797D3ADBB2E for ; Thu, 24 Mar 2016 00:42:49 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6141D1DFE for ; Thu, 24 Mar 2016 00:42:49 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by mailman.ysv.freebsd.org (Postfix) id 60895ADBB2C; Thu, 24 Mar 2016 00:42:49 +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 6027CADBB2B for ; Thu, 24 Mar 2016 00:42:49 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 255CD1DFD for ; Thu, 24 Mar 2016 00:42:48 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qVnhh3XlSzZvV; Thu, 24 Mar 2016 01:42:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1458780162; x=1460594563; bh=jK9teRBJFJehVWL7gJOdaKbGHeVdJj86fKV QRpj2mqQ=; b=LIIvmznRA4FfyHqoTa7Lj23hsJm/yyfEjQ4WFOzsGaqLdfIN7/Z MKCUirCEnzih5j7F+XrfhpBAXZ1A6jksUt7LJCuYopxhFkw4zb+nZQu6p0mZzzP3 xUviYvxXmze72nL4I6Wmws4kL502R85lBmqMi1tW6Jjnj/dpwy20fmYc= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id NVyMEJ9Zb8ku; Thu, 24 Mar 2016 01:42:42 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 24 Mar 2016 01:42:42 +0100 (CET) Subject: Re: mail/roundcube (bsd.php.mk broken?) To: Mike Jakubik References: <56F3111B.4030901@madpilot.net> <3f72fc0f07e217ddb36190fa46b75d35@intertainservices.com> Cc: Ports From: Guido Falsi Message-ID: <56F33802.4070100@madpilot.net> Date: Thu, 24 Mar 2016 01:42:42 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <3f72fc0f07e217ddb36190fa46b75d35@intertainservices.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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:42:49 -0000 On 03/24/16 01:09, Mike Jakubik wrote: > 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 No, you can't choose different branches with portsnap AFAIK. So you're on head. > 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. Sorry I beg to disagree. php 5.4 is unsupported upstream, and 5.5 will EOL in a few months. You should complain to the php project about this, not the ports tree, which is just complying with upstream. -- Guido Falsi