Bug 118669 - mail/Claws-Mail IPv6 MakeFile problem
Summary: mail/Claws-Mail IPv6 MakeFile problem
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: 2007-12-13 16:40 UTC by Éric JACQUOT
Modified: 2007-12-14 21:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Éric JACQUOT 2007-12-13 16:40:01 UTC
ipv6 disable for compilation but enable in config.

Fix: 

## /usr/ports/mail/claws-mail/Makefile


169c169
< .if defined(WITHOUT_IPV6) || defined(WITH_ALL)
---
> .if !defined(WITHOUT_IPV6) || defined(WITH_ALL)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-13 20:52:56 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 2007-12-14 20:59:57 UTC
miwi        2007-12-14 20:59:53 UTC

  FreeBSD ports repository

  Modified files:
    mail/claws-mail      Makefile 
  Log:
  - Fix IPV6 Knob (ipv6 is disable for compilation but enable in config.)
  
  PR:             118669
  Submitted by:   Éric JACQUOT <ejacquot@delfic.org>
  Approved by:    maintainer (implicit)
  
  Revision  Changes    Path
  1.133     +2 -1      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 Martin Wilke freebsd_committer freebsd_triage 2007-12-14 21:00:23 UTC
State Changed
From-To: open->closed

Fixed. Thanks for your Report.