diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-10 20:28:52 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-10 20:28:52 +0000 |
commit | 8342797c35bbd824be1249a8edbd1b9af36b15a6 (patch) | |
tree | b212357ae0e986836027cf7461e1c12074477031 /net/unfs3 | |
parent | . Set CC, CXX and CPP conditionally so that this port will respect them (diff) |
- Update to 0.9.10
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 6 | ||||
-rw-r--r-- | net/unfs3/distinfo | 4 | ||||
-rw-r--r-- | net/unfs3/files/patch-configure.ac | 16 |
3 files changed, 21 insertions, 5 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 6bd564542b42..e27e3463c9e2 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unfs3 -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clement@FreeBSD.org COMMENT= A user-space implementation of the NFSv3 server specification -GNU_CONFIGURE= YES -USE_BISON= YES +USE_AUTOCONF_VER= 259 +USE_BISON= YES MAN7= tags.7 MAN8= unfsd.8 diff --git a/net/unfs3/distinfo b/net/unfs3/distinfo index 7d20afe6f820..d085072f6fba 100644 --- a/net/unfs3/distinfo +++ b/net/unfs3/distinfo @@ -1,2 +1,2 @@ -MD5 (unfs3-0.9.9.tar.gz) = da2eccd0cc9913386deb3e86c677a2e9 -SIZE (unfs3-0.9.9.tar.gz) = 109027 +MD5 (unfs3-0.9.10.tar.gz) = 0724fc37910546b93d939bf5510375fe +SIZE (unfs3-0.9.10.tar.gz) = 109626 diff --git a/net/unfs3/files/patch-configure.ac b/net/unfs3/files/patch-configure.ac new file mode 100644 index 000000000000..211758065be0 --- /dev/null +++ b/net/unfs3/files/patch-configure.ac @@ -0,0 +1,16 @@ +--- configure.ac.orig Tue Aug 10 22:04:35 2004 ++++ configure.ac Tue Aug 10 22:05:00 2004 +@@ -19,13 +19,4 @@ + AC_CHECK_FUNCS(statvfs) + AC_ARG_ENABLE(cluster,[ --enable-cluster include clustering extensions],[AC_DEFINE([WANT_CLUSTER], [], [Cluster extensions]) AC_SUBST([SUBDIRS],[Extras]) AC_SUBST([EXTRAOBJ],[Extras/lib.a])]) + +-AC_CHECK_FUNC(svc_tli_create, [ +- # On Solaris, you must link with librpcsoc, or the binaries won't work. +- LDFLAGS="-L/usr/ucblib -R/usr/ucblib $LDFLAGS" +- AC_CHECK_LIB(rpcsoc, svctcp_create, +- [ LIBS="-lrpcsoc $LIBS" ], +- [ AC_MSG_ERROR([*** Cannot find librpcsoc. Install package SUNWscpu. ***]) ] +- ) +-]) +- + AC_OUTPUT(Makefile Config/Makefile Extras/Makefile) |