Created attachment 162527 [details] patch with update to 0.1.0 Hello, attached a patch to update the port to the current version. While there i converted the EXTRACT_SUFX to USES. Simple runtime test is done by executing one of the event functions in PHP: http://php.net/manual/en/function.event-new.php # php -r "var_dump(event_new());" resource(4) of type (event) And portlint is fine: # portlint -C looks fine. Greetings, Torsten
Created attachment 162528 [details] poudriere log
A commit references this bug: Author: pi Date: Fri Nov 20 20:18:45 UTC 2015 New revision: 402098 URL: https://svnweb.freebsd.org/changeset/ports/402098 Log: devel/pecl-libevent: 0.0.5 -> 0.1.0 - Added event_base_reinit(). (Ivan Shalganov, Andy Skelton) - Fixed windows compilation with libevent 2.x. (Anatol Belski) - Fixed bug #61673 (callback function args are wrong for signal handler). - Fixed bug #61653 (Segfault on event_free()). PR: 204087 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: webmaster@kibab.com (maintainer timeout) Changes: head/devel/pecl-libevent/Makefile head/devel/pecl-libevent/distinfo
Committed, thanks.