1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.9.22

- Switch to SF macro
- Remove unnecessary patches and post-patch
This commit is contained in:
Wesley Shields 2009-01-20 17:32:06 +00:00
parent 4f9c53f2a4
commit a6942d3d9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226541
4 changed files with 5 additions and 29 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= unfs3
PORTVERSION= 0.9.21
PORTREVISION= 1
PORTVERSION= 0.9.22
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= wxs@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
@ -26,7 +24,4 @@ PLIST_FILES= sbin/unfsd
CONFIGURE_ARGS+= --enable-cluster
.endif
post-patch:
@${REINPLACE_CMD} 's/no_all_sqash/no_all_squash/' ${WRKSRC}/Config/exports.y
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (unfs3-0.9.21.tar.gz) = fbd1c82bf8048c1d5289158fe11a9ab4
SHA256 (unfs3-0.9.21.tar.gz) = da7b8fae1f7e97024432878ebeb555035ea59feaaaa1d50fe714e351ba2a04bf
SIZE (unfs3-0.9.21.tar.gz) = 168528
MD5 (unfs3-0.9.22.tar.gz) = ddf679a5d4d80096a59f3affc64f16e5
SHA256 (unfs3-0.9.22.tar.gz) = 482222cae541172c155cd5dc9c2199763a6454b0c5c0619102d8143bb19fdf1c
SIZE (unfs3-0.9.22.tar.gz) = 168447

View File

@ -1,13 +1,5 @@
--- ./configure.ac.orig 2008-02-16 14:45:54.000000000 -0500
+++ ./configure.ac 2008-08-31 19:54:55.000000000 -0400
@@ -14,7 +14,6 @@
AC_CHECK_HEADERS(sys/mnttab.h,,,[#include <stdio.h>])
AC_CHECK_HEADERS(sys/mount.h,,,[#include <stdio.h>])
AC_CHECK_HEADERS(sys/vmount.h,,,[#include <stdio.h>])
-AC_CHECK_HEADERS(rpc/svc_soc.h,,,[#include <rpc/types.h> #include <rpc/rpc.h>])
AC_CHECK_HEADERS(linux/ext2_fs.h,,,[#include <unistd.h>])
AC_CHECK_TYPES(int32,,,[#include <stdio.h> #include <sys/inttypes.h>])
AC_CHECK_TYPES(uint32,,,[#include <stdio.h> #include <sys/inttypes.h>])
@@ -29,7 +28,6 @@
AC_CHECK_FUNCS(vsyslog)
AC_CHECK_FUNCS(lchown)

View File

@ -1,11 +0,0 @@
--- ./daemon.c.orig 2008-08-31 22:26:12.000000000 -0400
+++ ./daemon.c 2008-08-31 22:26:25.000000000 -0400
@@ -131,7 +131,7 @@
l = sizeof(v);
- if (getsockopt(rqstp->rq_xprt->xp_sock, SOL_SOCKET, SO_TYPE, &v, &l) < 0) {
+ if (getsockopt(rqstp->rq_xprt->xp_fd, SOL_SOCKET, SO_TYPE, &v, &l) < 0) {
logmsg(LOG_CRIT, "unable to determine socket type");
return -1;
}