- Add a note about /proc dependency of some part of this library.
- Disable the platform restriction. [1] Requested by: mi [1]
This commit is contained in:
parent
70ab3b0835
commit
f94ea29526
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145505
2 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libsigsegv
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= libsigsegv
|
||||
|
@ -15,7 +16,9 @@ MAINTAINER= perky@FreeBSD.org
|
|||
COMMENT= Handling page faults in user mode
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
check: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
|
||||
|
|
4
devel/libsigsegv/pkg-message
Normal file
4
devel/libsigsegv/pkg-message
Normal file
|
@ -0,0 +1,4 @@
|
|||
====
|
||||
Note that the stackoverflow handling functions of this library need
|
||||
procfs mounted on /proc.
|
||||
====
|
Loading…
Reference in a new issue