FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 7:55 PM BST
Port details
libsigsegv 2.10 devel on this many watch lists=21 search for ports that depend on this port
Handling page faults in user mode
Maintained by: gaod@hychen.org search for ports maintained by this maintainer
Port Added: 28 May 2004 14:38:57
License: not specified in port


A library for handling page faults in user mode. A page fault occurs
when a program tries to access to a region of memory that is currently
not available. Catching and handling a page fault is a useful
technique for implementing:
 * pageable virtual memory,
 * memory-mapped access to persistent databases,
 * generational garbage collectors,
 * stack overflow handlers,
 * distributed shared memory,

WWW: http://www.gnu.org/software/libsigsegv/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/libtool

Required by:
for Libraries

To install the port: cd /usr/ports/devel/libsigsegv/ && make install clean
To add the package: pkg_add -r libsigsegv


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/libsigsegv/
ftp://ftp.gnu.org/gnu/libsigsegv/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/libsigsegv/
http://mirrors.usc.edu/pub/gnu/libsigsegv/
ftp://ftp.kddlabs.co.jp/GNU/libsigsegv/
ftp://ftp.dti.ad.jp/pub/GNU/libsigsegv/
http://ring.nict.go.jp/archives/GNU/libsigsegv/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/libsigsegv/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/libsigsegv/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/libsigsegv/
http://ftp.funet.fi/pub/gnu/prep/libsigsegv/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Oct 2011 11:24:45
Original commit files touched by this commit  2.10
johans search for other commits by this committer
Use awk from base to build libsigsegv, to avoid circular dependencies,
as gawk may depend on libsigsegv itself

Approved by:    maintainer
14 Sep 2011 13:58:41
Original commit files touched by this commit  2.10
jlaffaye search for other commits by this committer
Update to 2.10

PR:             ports/158786
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
25 Dec 2010 20:46:32
Original commit files touched by this commit  2.9
sunpoet search for other commits by this committer
- Update to 2.9
- Rename check: to regression-test: which is used by tinderbox
- use PLIST_FILES instead of PLIST
- Use <bsd.port.mk>
- Update WWW

Changes:        http://git.savannah.gnu.org/cgit/libsigsegv.git/tree/ChangeLog
PR:             ports/153445
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.8
ade search for other commits by this committer
Sync to new bsd.autotools.mk
27 May 2010 20:56:51
Original commit files touched by this commit  2.8
johans search for other commits by this committer
Pass port to submitter of last PR
27 May 2010 20:02:09
Original commit files touched by this commit  2.8
johans search for other commits by this committer
- Update to 2.8
- Claim maintainership
- Note: shlib version bumped

PR:             ports/143268
Submitted by:   Hung-Yi Chen
23 May 2010 21:16:16
Original commit files touched by this commit  2.5
linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
14 Aug 2009 11:56:11
Original commit files touched by this commit  2.5
miwi search for other commits by this committer
- Unbreak build on sparc64

PR:             134514
Submitted by:   Florian Smeets <flo@kasimir.com>
Approved by:    maintainer timeout
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.5
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.5
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Mar 2008 16:40:26
Original commit files touched by this commit  2.5
gahr search for other commits by this committer
- Update to 2.5
- Fix objformat

Approved by:    miwi (mentor), maintainer (timeout)
12 Aug 2006 04:10:08
Original commit files touched by this commit  2.4
perky search for other commits by this committer
Update to 2.4

PR:             100485
Submitted by:   Kostik Belousov <kostikbel@gmail.com>
04 May 2006 14:26:30
Original commit files touched by this commit  2.3
perky search for other commits by this committer
Update to 2.3

PR:             96701
Submitted by:   vd
22 Jan 2006 08:30:12
Original commit files touched by this commit  2.2_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
19 Jan 2006 23:51:41
Original commit files touched by this commit  2.2_1
kris search for other commits by this committer
BROKEN on sparc64: Does not compile
16 Oct 2005 04:10:09
Original commit files touched by this commit  2.2_1
perky search for other commits by this committer
- Add a note about /proc dependency of some part of this library.
- Disable the platform restriction. [1]

Requested by:   mi [1]
29 Aug 2005 14:27:02
Original commit files touched by this commit  2.2
perky search for other commits by this committer
Update to 2.2

PR:             84699
Submitted by:   Vasil Dimov <vd@datamax.bg>
28 May 2004 20:11:07
Original commit files touched by this commit  2.1
perky search for other commits by this committer
This port only works for i386.
28 May 2004 14:37:36
Original commit files touched by this commit  2.1
perky search for other commits by this committer
Add libsigsegv, a SIGSEGV handling library for user mode.

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.133 seconds.