Port details |
- libsigsegv Handling page faults in user mode
- 2.14 devel =29 2.14Version of this port present on the latest quarterly branch.
- Maintainer: gaod@hychen.org
- Port Added: 2004-05-28 14:38:57
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, bash, pcre, expat, libgpg-error
- License: GPLv2+
- WWW:
- https://www.gnu.org/software/libsigsegv/
- Description:
- 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,
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsigsegv>0:devel/libsigsegv
- To install the port:
- cd /usr/ports/devel/libsigsegv/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsigsegv
- pkg install libsigsegv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsigsegv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1644169129
SHA256 (libsigsegv-2.14.tar.gz) = cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295
SIZE (libsigsegv-2.14.tar.gz) = 464658
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- lang/clisp
- lang/maude
- math/asymptote
- textproc/diffutils
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libsigsegv
- USES:
- libtool
- pkg-message:
- For install:
- Note that the stackoverflow handling functions of this library need
procfs mounted on /proc.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.14 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.14 28 Feb 2022 12:46:39 |
Po-Chuan Hsieh (sunpoet) |
devel/libsigsegv: Update WWW
Approved by: portmgr (blanket) |
2.14 07 Feb 2022 08:28:26 |
Li-Wen Hsu (lwhsu) Author: Hung-Yi Chen |
devel/libsigsegv: Update to 2.14
PR: 261753 |
2.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.12 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.12 08 May 2018 21:05:49 |
fernape |
Update devel/libsigsegv to 2.12
PR: 228047
Reported by: gaod@hychen.org (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15353 |
2.11 10 Feb 2018 09:02:53 |
amdmi3 |
- Fix LICENSE
- Switch to new test framework
- Pet portlint
Approved by: portmgr blanket |
2.11 14 Mar 2017 10:46:04 |
robak |
devel/libsigsegv: update 2.10 -> 2.11
- Add LICENSE and LICENSE_FILE
PR: 217765
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
2.10_1 30 Aug 2014 21:31:31 |
tijl |
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Use MAKE_CMD |
2.10 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
2.10 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.10 09 Oct 2011 11:24:45 |
johans |
Use awk from base to build libsigsegv, to avoid circular dependencies,
as gawk may depend on libsigsegv itself
Approved by: maintainer |
2.10 14 Sep 2011 13:58:41 |
jlaffaye |
Update to 2.10
PR: ports/158786
Submitted by: Hung-Yi Chen <gaod@hychen.org> |
2.9 25 Dec 2010 20:46:32 |
sunpoet |
- 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) |
2.8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.8 27 May 2010 20:56:51 |
johans |
Pass port to submitter of last PR |
2.8 27 May 2010 20:02:09 |
johans |
- Update to 2.8
- Claim maintainership
- Note: shlib version bumped
PR: ports/143268
Submitted by: Hung-Yi Chen |
2.5 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.5 14 Aug 2009 11:56:11 |
miwi |
- Unbreak build on sparc64
PR: 134514
Submitted by: Florian Smeets <flo@kasimir.com>
Approved by: maintainer timeout |
2.5 02 Aug 2009 19:36:34 |
mezz |
-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 |
2.5 21 Aug 2008 06:18:49 |
rafan |
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 ) |
2.5 20 Mar 2008 16:40:26 |
gahr |
- Update to 2.5
- Fix objformat
Approved by: miwi (mentor), maintainer (timeout) |
2.4 12 Aug 2006 04:10:08 |
perky |
Update to 2.4
PR: 100485
Submitted by: Kostik Belousov <kostikbel@gmail.com> |
2.3 04 May 2006 14:26:30 |
perky |
Update to 2.3
PR: 96701
Submitted by: vd |
2.2_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.2_1 19 Jan 2006 23:51:41 |
kris |
BROKEN on sparc64: Does not compile |
2.2_1 16 Oct 2005 04:10:09 |
perky |
- Add a note about /proc dependency of some part of this library.
- Disable the platform restriction. [1]
Requested by: mi [1] |
2.2 29 Aug 2005 14:27:02 |
perky |
Update to 2.2
PR: 84699
Submitted by: Vasil Dimov <vd@datamax.bg> |
2.1 28 May 2004 20:11:07 |
perky |
This port only works for i386. |
2.1 28 May 2004 14:37:36 |
perky |
Add libsigsegv, a SIGSEGV handling library for user mode. |