Fri May 22 20:02:32 2009 UTC ()
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


(tnn)
diff -r1.4 -r1.5 pkgsrc/net/unfs3/Makefile
diff -r1.2 -r1.3 pkgsrc/net/unfs3/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/net/unfs3/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unfs3/Makefile 2008/08/12 20:15:11 1.4
+++ pkgsrc/net/unfs3/Makefile 2009/05/22 20:02:31 1.5
@@ -1,38 +1,34 @@ @@ -1,38 +1,34 @@
1# $NetBSD: Makefile,v 1.4 2008/08/12 20:15:11 tnn Exp $ 1# $NetBSD: Makefile,v 1.5 2009/05/22 20:02:31 tnn Exp $
2# 2#
3 3
4DISTNAME= unfs3-0.9.21 4DISTNAME= unfs3-0.9.22
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://unfs3.sourceforge.net/ 9HOMEPAGE= http://unfs3.sourceforge.net/
10COMMENT= Userspace NFSv3 server 10COMMENT= Userspace NFSv3 server
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
 14USE_TOOLS+= gmake
14 15
15CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \ 16CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \
16 ${PKG_SYSCONFDIR}/exports 17 ${PKG_SYSCONFDIR}/exports
17RCD_SCRIPTS= unfsd 18RCD_SCRIPTS= unfsd
18 19
19INSTALLATION_DIRS+= share/examples/unfs3 20INSTALLATION_DIRS+= share/examples/unfs3
20 21
21SUBST_CLASSES+= exports 22SUBST_CLASSES+= exports
22SUBST_STAGE.exports= pre-configure 23SUBST_STAGE.exports= pre-configure
23SUBST_MESSAGE.exports= Fixing path to exports(5) 24SUBST_MESSAGE.exports= Fixing path to exports(5)
24SUBST_FILES.exports= daemon.c unfsd.8 25SUBST_FILES.exports= daemon.c unfsd.8
25SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g' 26SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g'
26 27
27.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
28 29
29.if ${OPSYS} == "NetBSD" 
30BUILDLINK_TRANSFORM+= rm:-lrpcsoc 
31CPPFLAGS+= -Dxp_sock=xp_fd 
32.endif 
33 
34post-install: 30post-install:
35 ${INSTALL_DATA} ${FILESDIR}/exports \ 31 ${INSTALL_DATA} ${FILESDIR}/exports \
36 ${DESTDIR}${PREFIX}/share/examples/unfs3 32 ${DESTDIR}${PREFIX}/share/examples/unfs3
37 33
38.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/unfs3/distinfo (expand / switch to unified diff)

--- pkgsrc/net/unfs3/distinfo 2008/08/12 20:15:11 1.2
+++ pkgsrc/net/unfs3/distinfo 2009/05/22 20:02:31 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2008/08/12 20:15:11 tnn Exp $ 1$NetBSD: distinfo,v 1.3 2009/05/22 20:02:31 tnn Exp $
2 2
3SHA1 (unfs3-0.9.21.tar.gz) = d6495df6fd41eb212c99c3579d54e99577cd69e6 3SHA1 (unfs3-0.9.22.tar.gz) = a6c83e1210ce75836c672cd76e66577bfef7a17a
4RMD160 (unfs3-0.9.21.tar.gz) = 3ad27d095345048980a4bc3a6f40030f440044d0 4RMD160 (unfs3-0.9.22.tar.gz) = de51d1c6049a265a1a790fc3b59907202c82e1f5
5Size (unfs3-0.9.21.tar.gz) = 168528 bytes 5Size (unfs3-0.9.22.tar.gz) = 168447 bytes