diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 21:11:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 21:11:26 +0000 |
commit | b21d1a26ef2da617dcdc018c603e40a2d7e230fb (patch) | |
tree | 65e6b23c9bd1ff98c824ada78db8ef0f3814c17c /devel | |
parent | Chase the libexif shared lib version. (diff) |
Update to 0.9.3
Unbreak it because tempnam() was removed from sources
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85881
Diffstat (limited to '')
-rw-r--r-- | devel/privman/Makefile | 5 | ||||
-rw-r--r-- | devel/privman/distinfo | 2 | ||||
-rw-r--r-- | devel/privman/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/privman/pkg-plist | 1 |
4 files changed, 12 insertions, 6 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 7d87eabecd7b..392e1a9c3a33 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -6,16 +6,13 @@ # PORTNAME= privman -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= devel security MASTER_SITES= http://opensource.nailabs.com/privman/downloads/ MAINTAINER= krion@FreeBSD.org 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 diff --git a/devel/privman/distinfo b/devel/privman/distinfo index 2db0d2219764..713328f06ce2 100644 --- a/devel/privman/distinfo +++ b/devel/privman/distinfo @@ -1 +1 @@ -MD5 (privman-0.9.2.tar.gz) = ef2564db75b36a42e6c286f5fbb70170 +MD5 (privman-0.9.3.tar.gz) = eeb7c014d24bf4c2819900a814f92097 diff --git a/devel/privman/files/patch-configure b/devel/privman/files/patch-configure new file mode 100644 index 000000000000..83fff46af6d9 --- /dev/null +++ b/devel/privman/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 29 23:05:27 2003 ++++ configure Tue Jul 29 23:05:46 2003 +@@ -8062,6 +8062,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/privman/pkg-plist b/devel/privman/pkg-plist index 248f5a717bf2..46cbca7df984 100644 --- a/devel/privman/pkg-plist +++ b/devel/privman/pkg-plist @@ -9,7 +9,6 @@ etc/privman/privman.conf include/msghdr.h include/privman.h lib/libprivman.a -lib/libprivman.la lib/libprivman.so lib/libprivman.so.2 @dirrm etc/privman |