diff options
author | perky <perky@FreeBSD.org> | 2005-10-16 04:10:09 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-10-16 04:10:09 +0000 |
commit | 8fe80a6fab177679653dd5f28d900a45aa36be0a (patch) | |
tree | a9cf5c5b74baee00758754325cfba01dd320eee6 | |
parent | 33c5a697c1a49e2ec197a63f2547a53920380360 (diff) | |
download | FreeBSD-ports-8fe80a6fab177679653dd5f28d900a45aa36be0a.zip FreeBSD-ports-8fe80a6fab177679653dd5f28d900a45aa36be0a.tar.gz |
- Add a note about /proc dependency of some part of this library.
- Disable the platform restriction. [1]
Requested by: mi [1]
-rw-r--r-- | devel/libsigsegv/Makefile | 5 | ||||
-rw-r--r-- | devel/libsigsegv/pkg-message | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 0603e89..d9638ec 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -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 diff --git a/devel/libsigsegv/pkg-message b/devel/libsigsegv/pkg-message new file mode 100644 index 0000000..048af0d --- /dev/null +++ b/devel/libsigsegv/pkg-message @@ -0,0 +1,4 @@ +==== +Note that the stackoverflow handling functions of this library need +procfs mounted on /proc. +==== |