Mon Feb 27 09:52:47 2017 UTC ()
Updated libsigsegv to 2.11.

Set LICENSE.

New in 2.11:

* Added support for catching stack overflow on Linux/SPARC.

* Provide a correct value for SIGSTKSZ on 64-bit AIX and on HP-UX. The one
  defined by these systems is too small.

* Updated build infrastructure.

* Compilation now requires the <stdint.h> include file. Platforms which
  don't have this include file (such as IRIX) are no longer supported.

* NOTE: Support for Cygwin and native Windows is currently not up-to-date.


(wiz)
diff -r1.14 -r1.15 pkgsrc/devel/libsigsegv/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/libsigsegv/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/libsigsegv/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libsigsegv/Makefile 2012/10/31 11:17:21 1.14
+++ pkgsrc/devel/libsigsegv/Makefile 2017/02/27 09:52:47 1.15
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.14 2012/10/31 11:17:21 asau Exp $ 1# $NetBSD: Makefile,v 1.15 2017/02/27 09:52:47 wiz Exp $
2# 
3 2
4DISTNAME= libsigsegv-2.10 3DISTNAME= libsigsegv-2.11
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/} 5MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
7 6
8MAINTAINER= martijn.van.buul@gmail.com 7MAINTAINER= martijn.van.buul@gmail.com
9HOMEPAGE= http://savannah.gnu.org/projects/libsigsegv/ 8HOMEPAGE= http://savannah.gnu.org/projects/libsigsegv/
10COMMENT= Library for handling page faults in user mode 9COMMENT= Library for handling page faults in user mode
11 10LICENSE= gnu-gpl-v2
12CONFLICTS+= libsigsegv25-[0-9]* 
13 11
14USE_PKGLOCALEDIR= yes 12USE_PKGLOCALEDIR= yes
15USE_LIBTOOL= yes 13USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18TEST_TARGET= check 16TEST_TARGET= check
19 17
20.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/libsigsegv/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libsigsegv/distinfo 2015/11/03 03:27:44 1.11
+++ pkgsrc/devel/libsigsegv/distinfo 2017/02/27 09:52:47 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 03:27:44 agc Exp $ 1$NetBSD: distinfo,v 1.12 2017/02/27 09:52:47 wiz Exp $
2 2
3SHA1 (libsigsegv-2.10.tar.gz) = b75a647a9ebda70e7a3b33583efdd550e0eac094 3SHA1 (libsigsegv-2.11.tar.gz) = 186dea8ae788395476bd7cbaf38c17ebe82e1777
4RMD160 (libsigsegv-2.10.tar.gz) = 186b145f0318657544f774868f50d45729f48834 4RMD160 (libsigsegv-2.11.tar.gz) = 35c48ff4e0132ee4c6ab6565111bb6301b0128b2
5SHA512 (libsigsegv-2.10.tar.gz) = 9464b3343af5042169f208781ffa9d1f7e5e1ee8654c1e6aca5581157b43eedc5ee504a56eb905c61443273bcfc8da6822ecc6499c5f589570ad0ba02d8d8cc2 5SHA512 (libsigsegv-2.11.tar.gz) = 6d60bbaa704b86c12a32a6b0eadd30fa7736d0e0ff8a1c45af1b15b7b7d4524f39902fe3f7f47a100bc2586e32aa25bb575e3d859d9ccb5fd7e99ba4e62f7b02
6Size (libsigsegv-2.10.tar.gz) = 402279 bytes 6Size (libsigsegv-2.11.tar.gz) = 448744 bytes