pkgsrc/devel/libev/Makefile
sno 0b9285c614 Updating package for devel/libev from 3.7nb1 to 3.8
- bumping API/ABI-depends, because upstream change says nothing about
  ABI/API incompatible change

Upstream changes:
3.8  Sun Aug  9 14:30:45 CEST 2009
	- incompatible change: do not necessarily reset signal handler
          to SIG_DFL when a sighandler is stopped.
        - ev_default_destroy did not properly free or zero some members,
          potentially causing crashes and memory corruption on repated
          ev_default_destroy/ev_default_loop calls.
	- take advantage of signalfd on GNU/Linux systems.
	- document that the signal mask might be in an unspecified
          state when using libev's signal handling.
        - take advantage of some GNU/Linux calls to set cloexec/nonblock
          on fd creation, to avoid race conditions.
2009-08-18 14:10:53 +00:00

21 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/18 14:10:53 sno Exp $
DISTNAME= libev-3.8
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://software.schmorp.de/pkg/libev.html
COMMENT= Full-featured and high-performance event loop
LICENSE= modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD
CONFLICTS+= libevent-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
#TEST_TARGET= verify
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"