From neil@darlow.co.uk  Wed Feb 29 10:45:39 2012
Return-Path: <neil@darlow.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E89C1065676
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Feb 2012 10:45:39 +0000 (UTC)
	(envelope-from neil@darlow.co.uk)
Received: from relay.darlow.co.uk (relay.darlow.co.uk [195.3.137.233])
	by mx1.freebsd.org (Postfix) with ESMTP id 9AC798FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Feb 2012 10:45:38 +0000 (UTC)
Received: from bumblebee.darlow.co.uk (cpc8-bigg3-2-0-cust42.9-2.cable.virginmedia.com [62.252.155.43])
	by relay.darlow.co.uk (8.14.4/8.14.4) with ESMTP id q1TAD03l032766
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=OK)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Feb 2012 10:13:00 GMT
	(envelope-from neil@darlow.co.uk)
Received: by bumblebee.darlow.co.uk (Postfix, from userid 1004)
	id 3TyXf42YMrz13sB; Wed, 29 Feb 2012 10:13:00 +0000 (GMT)
Message-Id: <3TyXf42YMrz13sB@bumblebee.darlow.co.uk>
Date: Wed, 29 Feb 2012 10:13:00 +0000 (GMT)
From: Neil Darlow <neil@darlow.co.uk>
Reply-To: Neil Darlow <neil@darlow.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/hastymail2: Dependency changes request
X-Send-Pr-Version: 3.113
X-GNATS-Notify: graudeejs@gmail.com

>Number:         165549
>Category:       ports
>Synopsis:       www/hastymail2: Dependency changes request
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 29 10:50:09 UTC 2012
>Closed-Date:    Fri Oct 12 13:54:56 UTC 2012
>Last-Modified:  Fri Oct 12 13:54:56 UTC 2012
>Originator:     Neil Darlow
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD bumblebee.darlow.co.uk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 5 04:54:45 GMT 2012 root@bumblebee.darlow.co.uk:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
I would like to propose 3 dependency changes.
1) The hard-coded dependency on php(4|5)-imap not required. Hastymail2 implements IMAP
   communications internally.

   From the features section of http://hastymail.org -
   * Custom built RFC compliant IMAP class that handles all IMAP communications

2) Hastymail2 can benefit from php(4|5)-mbstring. I would suggest this should be added
   as a user settable OPTION that defaults to off because additional configuration of PHP
   will likely be required.

   From the distribution INSTALL file -
   Character set handling is greatly improved if the PHP build has the mbstring extension.

3) Hastymail2 can benefit from php(4|5)-iconv. I would suggest this should be added as
   as user settable OPTION that defaults to off because it will pull in other dependencies
   e.g. libiconv and anything that requires.

   From the distribution INSTALL file -
   Hastymail will also use the iconv extension to aid in character set translation if it
   is available.
>How-To-Repeat:
1) I have a source-install of Hastymail2 running in a chroot without the php5-imap
   extension available. It works fine without it.

2) and 3) are new features.
>Fix:
Changes to the port Makefile are required.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 29 10:51:10 UTC 2012 
Responsible-Changed-Why:  
tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165549 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 29 10:51:14 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165549 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: graudeejs@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165549: www/hastymail2: Dependency changes request
Date: Wed, 29 Feb 2012 10:51:12 UT

 Maintainer of www/hastymail2,
 
 Please note that PR ports/165549 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165549
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: rm 
State-Changed-When: Mon Mar 26 05:18:54 UTC 2012 
State-Changed-Why:  
Maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165549 

From: Neil Darlow <neil@darlow.co.uk>
To: bug-followup@freebsd.org, neil@darlow.co.uk
Cc:  
Subject: Re: ports/165549: www/hastymail2: Dependency changes request
Date: Mon, 26 Mar 2012 08:00:29 +0100

 I have discovered three additional issues with this port:
 
 1) Although the PORTVERSION is 1.1 it is actually pulling the sources for 
 1.01.
 
 2) There is a missing dependency for php-ctype which is required by the 
 bundled HTMLPurifier.
 
 3) There exist other ports www/hastymail and www/hastymail2-devel but this 
 port does not CONFLICT with them.
 
 Regards,
 Neil Darlow
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Fri Oct 12 13:54:55 UTC 2012 
State-Changed-Why:  
No patches provided, no action taken 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165549 
>Unformatted:
