diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-16 14:07:08 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-16 14:07:08 +0000 |
commit | 59df7dbf911bf66474918cd24b3bbff7ace4039f (patch) | |
tree | 7d81a012526270b2b12248f99380f3bdceb2541a /devel/privman | |
parent | c20e4a9da9d0817ec7954af00fb4592c603d401f (diff) | |
download | ports-59df7dbf911bf66474918cd24b3bbff7ace4039f.tar.gz ports-59df7dbf911bf66474918cd24b3bbff7ace4039f.zip |
Mark FORBIDDEN
Notify from: foxfair
PR: 53372
Approved by: fjoe (implicit)
Notes
Notes:
svn path=/head/; revision=83107
Diffstat (limited to 'devel/privman')
-rw-r--r-- | devel/privman/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 549e7f24bb8e..14d1538e7b65 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -7,12 +7,15 @@ PORTNAME= privman PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://opensource.nailabs.com/privman/downloads/ MAINTAINER= ponomarew@oberon.net COMMENT= Library that makes it easy for programs to use privilege separation +FORBIDDEN= "tempnam() can cause race condition, should be fixed by the author soon" + GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |