diff options
author | tnn <tnn@pkgsrc.org> | 2009-05-22 20:02:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-05-22 20:02:31 +0000 |
commit | f342e8adc08658f7875737f49a995b4918764d14 (patch) | |
tree | 117d584864cd64a4fd8d3e0be6c8bc876ee760ab /net | |
parent | 53587ebf58bebb7fc8dc92d619f73949d1f3eafb (diff) | |
download | pkgsrc-f342e8adc08658f7875737f49a995b4918764d14.tar.gz |
Update to unfs3-0.9.22.
Version 0.9.22
- fix spelling mistake in "no_all_squash" export option parsing
- fix build on more recent FreeBSD systems
- fix filesystem size reporting for Solaris Zones and others
- document permission needs for exported directories
Diffstat (limited to 'net')
-rw-r--r-- | net/unfs3/Makefile | 10 | ||||
-rw-r--r-- | net/unfs3/distinfo | 8 |
2 files changed, 7 insertions, 11 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 46b204687a5..166a8df556a 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/08/12 20:15:11 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/22 20:02:31 tnn Exp $ # -DISTNAME= unfs3-0.9.21 +DISTNAME= unfs3-0.9.22 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/} @@ -11,6 +11,7 @@ COMMENT= Userspace NFSv3 server GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= gmake CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \ ${PKG_SYSCONFDIR}/exports @@ -26,11 +27,6 @@ SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g' .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" -BUILDLINK_TRANSFORM+= rm:-lrpcsoc -CPPFLAGS+= -Dxp_sock=xp_fd -.endif - post-install: ${INSTALL_DATA} ${FILESDIR}/exports \ ${DESTDIR}${PREFIX}/share/examples/unfs3 diff --git a/net/unfs3/distinfo b/net/unfs3/distinfo index dec55ee0da7..9095720392c 100644 --- a/net/unfs3/distinfo +++ b/net/unfs3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/08/12 20:15:11 tnn Exp $ +$NetBSD: distinfo,v 1.3 2009/05/22 20:02:31 tnn Exp $ -SHA1 (unfs3-0.9.21.tar.gz) = d6495df6fd41eb212c99c3579d54e99577cd69e6 -RMD160 (unfs3-0.9.21.tar.gz) = 3ad27d095345048980a4bc3a6f40030f440044d0 -Size (unfs3-0.9.21.tar.gz) = 168528 bytes +SHA1 (unfs3-0.9.22.tar.gz) = a6c83e1210ce75836c672cd76e66577bfef7a17a +RMD160 (unfs3-0.9.22.tar.gz) = de51d1c6049a265a1a790fc3b59907202c82e1f5 +Size (unfs3-0.9.22.tar.gz) = 168447 bytes |