diff options
author | osa <osa@FreeBSD.org> | 2003-06-16 22:07:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-16 22:07:08 +0800 |
commit | 8e400f084ccbe7982acba39d6a4ab6648ddc7445 (patch) | |
tree | 0f2fbdf5296214bf027fd3648e33942d0151b730 /devel/privman/Makefile | |
parent | a91c31dec63c6ff26714199c5182a0239c4f55b3 (diff) | |
download | freebsd-ports-gnome-8e400f084ccbe7982acba39d6a4ab6648ddc7445.tar.gz freebsd-ports-gnome-8e400f084ccbe7982acba39d6a4ab6648ddc7445.tar.zst freebsd-ports-gnome-8e400f084ccbe7982acba39d6a4ab6648ddc7445.zip |
Mark FORBIDDEN
Notify from: foxfair
PR: 53372
Approved by: fjoe (implicit)
Diffstat (limited to 'devel/privman/Makefile')
-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 |