Bug 147979

Summary: [patch] mail/claws-mail: Unrecognized options passed to configure script
Product: Ports & Packages Reporter: Alex Wied <freebsd>
Component: Individual Port(s)Assignee: Alexander Leidinger <netchild>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.txt none

Description Alex Wied 2010-06-18 18:30:03 UTC
Unrecognized options are passed to the configure script:
configure:21782: WARNING: unrecognized options: --with-faqdir,
--disable-gnomeprint, --enable-aspell

Fix: This patch is for revision 1.159:
How-To-Repeat: cd /usr/ports/mail/claws-mail; make configure
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-18 18:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->netchild

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-19 10:30:49 UTC
netchild    2010-08-19 09:30:39 UTC

  FreeBSD ports repository

  Modified files:
    mail/claws-mail      Makefile 
  Log:
  - remove gnomeprint support, it's not supported anymore [1]
  - switch from aspell to enchant for spell checking [1]
    (with minor modification by me)
  - remove faqdir configure option, it does not exist enymore [1]
  - bump portrevision, as the default dependenvy list changed
  
  Submitted by:   Alex <alex323@gmail.com>
  PR:             147979
  
  Revision  Changes    Path
  1.160     +6 -17     ports/mail/claws-mail/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexander Leidinger freebsd_committer freebsd_triage 2010-08-19 10:31:13 UTC
State Changed
From-To: open->closed

Patch committed (with little modification). Thanks!