From owner-freebsd-ports@freebsd.org Wed Mar 23 22:52:05 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 E46F4ADB345 for ; Wed, 23 Mar 2016 22:52:05 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) 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 D131D1558 for ; Wed, 23 Mar 2016 22:52:05 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id CD0E7ADB344; Wed, 23 Mar 2016 22:52:05 +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 CA75BADB343 for ; Wed, 23 Mar 2016 22:52:05 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 8B2A61556 for ; Wed, 23 Mar 2016 22:52:05 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id CABEF28459; Wed, 23 Mar 2016 23:51:55 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id ADCFD2840C; Wed, 23 Mar 2016 23:51:54 +0100 (CET) Message-ID: <56F31E0A.4070303@quip.cz> Date: Wed, 23 Mar 2016 23:51:54 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Guido Falsi , Mike Jakubik , Ports Subject: Re: mail/roundcube (bsd.php.mk broken?) References: <56F3111B.4030901@madpilot.net> In-Reply-To: <56F3111B.4030901@madpilot.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Wed, 23 Mar 2016 22:52:06 -0000 Guido Falsi wrote on 03/23/2016 22:56: > 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 think that "Malformed conditional" errors are caused by too old "make". I have seen this error on old machines in the process of upgrade to 10.2 (old 'make' working with newer Makefiles) What version of 9.x it is? Miroslav Lachman