- 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:
Hye-Shik Chang 2005-10-16 04:10:09 +00:00
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

View file

@ -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

View file

@ -0,0 +1,4 @@
====
Note that the stackoverflow handling functions of this library need
procfs mounted on /proc.
====