summaryrefslogtreecommitdiff
path: root/devel/libsigsegv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-09 23:04:31 +0000
committerwiz <wiz@pkgsrc.org>2009-08-09 23:04:31 +0000
commit257f141803c9a45a578608b070293d87bbc19df1 (patch)
tree9757b9f5ea71ea1e32eef9937dbbd04eb098502e /devel/libsigsegv/Makefile
parentbc2bb9efc6badd3820497343962b408cad8d7c24 (diff)
downloadpkgsrc-257f141803c9a45a578608b070293d87bbc19df1.tar.gz
Update to 2.7:
New in 2.7: * Support for platforms that follow POSIX:2008, not POSIX:2001. * Support for MirBSD 10. * Support for IRIX 5.3. Contributed by Eric Blake. * On Linux platforms, libsigsegv now prefers the POSIX way of defining the signal handler over than the traditional one, when both are supported. As a consequence, on Linux/i386 and other Linux platforms, the type 'stackoverflow_context_t' is now typedefed to 'ucontext_t *' rather than 'struct sigcontext *'.
Diffstat (limited to 'devel/libsigsegv/Makefile')
-rw-r--r--devel/libsigsegv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile
index 0b385921d4b..f84d8a97d3b 100644
--- a/devel/libsigsegv/Makefile
+++ b/devel/libsigsegv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/09/12 22:14:11 ahoka Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/09 23:04:31 wiz Exp $
#
-DISTNAME= libsigsegv-2.6
+DISTNAME= libsigsegv-2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}