diff options
Diffstat (limited to 'devel/libsigsegv')
-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. +==== |