From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 20:51:29 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5813410F; Thu, 17 Apr 2014 20:51:29 +0000 (UTC) Received: from mp1-smtp-6.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id D74C71241; Thu, 17 Apr 2014 20:51:28 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-6.eutelia.it (Eutelia) with ESMTP id 9BFB96B9BB1; Thu, 17 Apr 2014 22:51:27 +0200 (CEST) Received: from soth.ventu (adsl-ull-118-176.41-151.net24.it [151.41.176.118]) (authenticated bits=0) by ns2.biolchim.it (8.14.8/8.14.8) with ESMTP id s3HKpIxK060360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 17 Apr 2014 22:51:19 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-118-176.41-151.net24.it [151.41.176.118] claimed to be soth.ventu Received: from guardian.ventu (bane.ventu [10.1.2.15]) (authenticated bits=0) by soth.ventu (8.14.8/8.14.7) with ESMTP id s3HKp4PZ088701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 17 Apr 2014 22:51:07 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host bane.ventu [10.1.2.15] claimed to be guardian.ventu Message-ID: <53503EB3.7080501@netfence.it> Date: Thu, 17 Apr 2014 22:50:59 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Troubles upgrading RoundCube Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.74 X-Scanned-By: MIMEDefang 2.74 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Thu, 17 Apr 2014 22:51:20 +0200 (CEST) X-Spam-Score: 5.206 (*****) RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC Cc: ale@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 20:51:29 -0000 Hello. While trying to upgrade RoundCube, it seems to look for php in the wrong place: > # portupgrade -R roundcube > [Gathering depends for mail/roundcube ........................................................................................................................................................................................................................... done] > [Exclude up-to-date packages ....................................................................... done] > ---> Upgrading 'roundcube-0.9.5,1' to 'roundcube-1.0.0,1' (mail/roundcube) > ---> Building '/usr/ports/mail/roundcube' > ===> Cleaning for roundcube-1.0.0,1 > /!\ WARNING /!\ > pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng > http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/ > If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf > > ===> License GPLv3 accepted by the user > ===> Found saved configuration for roundcube-1.0.0,1 > ===> Fetching all distfiles required by roundcube-1.0.0,1 for building > ===> Extracting for roundcube-1.0.0,1 > => SHA256 Checksum OK for roundcubemail-1.0.0.tar.gz. > ===> Patching for roundcube-1.0.0,1 > ===> Applying FreeBSD patches for roundcube-1.0.0,1 > ===> Configuring for roundcube-1.0.0,1 > ===> Staging for roundcube-1.0.0,1 > ===> roundcube-1.0.0,1 depends on file: /usr/local/include/php/main/php.h - found > ===> roundcube-1.0.0,1 depends on file: /usr/local//libphp5.so - not found ^^^^^^^^^^^^^^^^^^^^^^ > ===> Verifying install for /usr/local//libphp5.so in /usr/ports/lang/php53 So it tries to install php, which is already installed and fails. Where could this come from? How can I get around it? bye & Thanks av.