From owner-freebsd-ports@FreeBSD.ORG Wed Jul 10 16:22:47 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1627C90A; Wed, 10 Jul 2013 16:22:47 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 49FE71BB3; Wed, 10 Jul 2013 16:22:46 +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 smtp.eutelia.it (Eutelia) with ESMTP id 0388CD1EB0; Wed, 10 Jul 2013 18:22:44 +0200 (CEST) Received: from soth.ventu (adsl-ull-171-130.41-151.net24.it [151.41.130.171]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r6AGMWia052846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 10 Jul 2013 18:22:40 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-171-130.41-151.net24.it [151.41.130.171] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.5) with ESMTP id r6AGMJAI052044; Wed, 10 Jul 2013 18:22:20 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <51DD8A3B.5080401@netfence.it> Date: Wed, 10 Jul 2013 18:22:19 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130626 Thunderbird/17.0.7 MIME-Version: 1.0 To: ale@FreeBSD.org Subject: NOCC and ctype Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 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]); Wed, 10 Jul 2013 18:22:41 +0200 (CEST) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 16:22:47 -0000 Hello. I've been hit by a issue where NOCC would not display some messages. Wading through http-error.log, I realized I needed php-ctype. This is not a dependency, nor is it listed as a requirement on NOCC's webpage... Perhaps I picked it up in some unobvious way... or perhaps should it be added as a dependency? bye & Thanks av.