From 8fe80a6fab177679653dd5f28d900a45aa36be0a Mon Sep 17 00:00:00 2001 From: perky Date: Sun, 16 Oct 2005 04:10:09 +0000 Subject: - Add a note about /proc dependency of some part of this library. - Disable the platform restriction. [1] Requested by: mi [1] --- devel/libsigsegv/Makefile | 5 ++++- devel/libsigsegv/pkg-message | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 devel/libsigsegv/pkg-message 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. +==== -- cgit v1.1