Bug 139228 - net/libevnet 0.3.8_4 incompatible with dns/c-ares-1.6.0
Summary: net/libevnet 0.3.8_4 incompatible with dns/c-ares-1.6.0
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: Ying-Chieh Liao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 05:50 UTC by Tom Pusateri
Modified: 2009-10-04 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2009-09-29 05:50 UTC, Tom Pusateri
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Pusateri 2009-09-29 05:50:00 UTC
A library change for the arguments of a callback have changed between c-ares-1.4.0 and c-ares-1.6.0. This causes libevnet-0.3.8_4 to not work correctly. libevnet needs to be patched to be brought up to date with c-ares-1.6.0 adding the new timeouts argument.

The patch to libevnet is minor and should become part of the libevnet ports distribution until it is fixed by the author of libevnet. Currently, the web site for libevnet is down and the author is not reachable.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-29 23:00:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ijliao

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-04 03:20:17 UTC
ijliao      2009-10-04 02:20:08 UTC

  FreeBSD ports repository

  Modified files:
    net/libevnet         Makefile 
  Added files:
    net/libevnet/files   patch-src::lookup.c 
  Log:
  chase changes between c-ares 1.4.0 to c-ares 1.6.0
  pass maintainership to submitter
  
  PR:             139228
  Submitted by:   Tom Pusateri <pusateri at bangj dot com>
  
  Revision  Changes    Path
  1.8       +2 -2      ports/net/libevnet/Makefile
  1.1       +29 -0     ports/net/libevnet/files/patch-src::lookup.c (new)
_______________________________________________
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 Ying-Chieh Liao freebsd_committer freebsd_triage 2009-10-04 03:20:43 UTC
State Changed
From-To: open->closed

committed, thanks