Bug 147979 - [patch] mail/claws-mail: Unrecognized options passed to configure script
Summary: [patch] mail/claws-mail: Unrecognized options passed to configure script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Leidinger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 18:30 UTC by Alex Wied
Modified: 2010-08-19 10:40 UTC (History)
0 users

See Also:


Attachments
patch.txt (1.94 KB, text/plain)
2010-06-18 18:30 UTC, Alex Wied
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!