pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-EV



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 12 12:02:12 UTC 2011

Modified Files:
        pkgsrc/devel/p5-EV: Makefile distinfo

Log Message:
Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
  links against -lpthread anyways - as a result, EV might now take
  advantage of fast userspace clock_gettime implementations,
  but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-EV/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-EV/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index