View | Details | Raw Unified | Return to bug 66933
Collapse All | Expand All

(-)sfs/Makefile (-6 / +2 lines)
Lines 20-26 Link Here
20
INFO=		sfs
20
INFO=		sfs
21
21
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
23
USE_LIBTOOL=	yes
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS+=--with-sfsuser=sfs \
25
CONFIGURE_ARGS+=--with-sfsuser=sfs \
26
		--with-sfsgroup=sfs \
26
		--with-sfsgroup=sfs \
Lines 30-42 Link Here
30
30
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
32
32
33
.if ${OSVERSION} >= 500113
34
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
35
.endif
36
37
.if ${OSVERSION} > 500000
33
.if ${OSVERSION} > 500000
38
LIB_DEPENDS+=	gmp.6:${PORTSDIR}/math/libgmp4
34
LIB_DEPENDS+=	gmp.6:${PORTSDIR}/math/libgmp4
39
CONFIGURE_ARGS+=--with-gmp=${PREFIX}
35
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE}
40
.else
36
.else
41
CONFIGURE_ARGS+=--with-gmp=/usr
37
CONFIGURE_ARGS+=--with-gmp=/usr
42
.endif
38
.endif
(-)sfs/files/patch-nfsclient (+20 lines)
Line 0 Link Here
1
--- nfsconf.h.orig	Wed May 19 22:42:39 2004
2
+++ nfsconf.h	Wed May 19 22:43:24 2004
3
@@ -33,6 +33,7 @@
4
 # include <nfs/nfs.h>
5
 #endif /* NEED_NFS_NFS_H */
6
 #if NEED_NFSCLIENT_NFS_H
7
+# include <nfs/nfsproto.h>
8
 # include <nfsclient/nfs.h>
9
 #endif /* NEED_NFSCLIENT_NFS_H */
10
 #if NEED_NFS_MOUNT_H
11
--- configure.orig	Wed May 19 22:43:05 2004
12
+++ configure	Wed May 19 22:41:46 2004
13
@@ -9661,6 +9661,7 @@
14
 	cat >conftest.$ac_ext <<_ACEOF
15
 #line 9662 "configure"
16
 #include "confdefs.h"
17
+#include <nfs/nfsproto.h>
18
 #include <nfsclient/nfs.h>
19
 
20
 _ACEOF
(-)sfs/pkg-install (-2 / +2 lines)
Lines 8-15 Link Here
8
8
9
USER=sfs
9
USER=sfs
10
GROUP=sfs
10
GROUP=sfs
11
UID=71
11
UID=171
12
GID=71
12
GID=171
13
PW=/usr/sbin/pw
13
PW=/usr/sbin/pw
14
14
15
SFSDIR=/var/spool/sfs
15
SFSDIR=/var/spool/sfs
(-)sfs/pkg-plist (-12 / +7 lines)
Lines 11-16 Link Here
11
etc/rc.d/sfscd.sh.sample
11
etc/rc.d/sfscd.sh.sample
12
@unexec if [ -f %D/etc/rc.d/sfssd.sh ]; then cmp -s %D/etc/rc.d/sfssd.sh.sample %D/etc/rc.d/sfssd.sh && rm -f %D/etc/rc.d/sfssd.sh || echo "${PKG_PREFIX}/etc/rc.d/sfssd.sh is different than distribution sample, leaving for manual cleanup." | fmt; fi
12
@unexec if [ -f %D/etc/rc.d/sfssd.sh ]; then cmp -s %D/etc/rc.d/sfssd.sh.sample %D/etc/rc.d/sfssd.sh && rm -f %D/etc/rc.d/sfssd.sh || echo "${PKG_PREFIX}/etc/rc.d/sfssd.sh is different than distribution sample, leaving for manual cleanup." | fmt; fi
13
etc/rc.d/sfssd.sh.sample
13
etc/rc.d/sfssd.sh.sample
14
etc/sfs/sfs_host_key
14
etc/sfs/sfsrwsd_config.sample
15
etc/sfs/sfsrwsd_config.sample
15
include/sfs
16
include/sfs
16
include/sfs.h
17
include/sfs.h
Lines 136-150 Link Here
136
lib/sfs-%%SFS_VERSION%%/aiod
137
lib/sfs-%%SFS_VERSION%%/aiod
137
lib/sfs-%%SFS_VERSION%%/connect
138
lib/sfs-%%SFS_VERSION%%/connect
138
lib/sfs-%%SFS_VERSION%%/libarpc.a
139
lib/sfs-%%SFS_VERSION%%/libarpc.a
139
lib/sfs-%%SFS_VERSION%%/libarpc.la
140
lib/sfs-%%SFS_VERSION%%/libasync.a
140
lib/sfs-%%SFS_VERSION%%/libasync.a
141
lib/sfs-%%SFS_VERSION%%/libasync.la
142
lib/sfs-%%SFS_VERSION%%/libsfscrypt.a
141
lib/sfs-%%SFS_VERSION%%/libsfscrypt.a
143
lib/sfs-%%SFS_VERSION%%/libsfscrypt.la
144
lib/sfs-%%SFS_VERSION%%/libsfsmisc.a
142
lib/sfs-%%SFS_VERSION%%/libsfsmisc.a
145
lib/sfs-%%SFS_VERSION%%/libsfsmisc.la
146
lib/sfs-%%SFS_VERSION%%/libsvc.a
143
lib/sfs-%%SFS_VERSION%%/libsvc.a
147
lib/sfs-%%SFS_VERSION%%/libsvc.la
148
lib/sfs-%%SFS_VERSION%%/listen
144
lib/sfs-%%SFS_VERSION%%/listen
149
lib/sfs-%%SFS_VERSION%%/mallock.o
145
lib/sfs-%%SFS_VERSION%%/mallock.o
150
lib/sfs-%%SFS_VERSION%%/moduled
146
lib/sfs-%%SFS_VERSION%%/moduled
Lines 158-166 Link Here
158
lib/sfs-%%SFS_VERSION%%/sfsrwcd
154
lib/sfs-%%SFS_VERSION%%/sfsrwcd
159
lib/sfs-%%SFS_VERSION%%/sfsrwsd
155
lib/sfs-%%SFS_VERSION%%/sfsrwsd
160
lib/sfs-%%SFS_VERSION%%/upgradedb.pl
156
lib/sfs-%%SFS_VERSION%%/upgradedb.pl
161
@group sfs
162
lib/sfs-%%SFS_VERSION%%/suidconnect
157
lib/sfs-%%SFS_VERSION%%/suidconnect
163
@group
164
lib/sfs-%%SFS_VERSION%%/ttyd
158
lib/sfs-%%SFS_VERSION%%/ttyd
165
lib/sfs-%%SFS_VERSION%%/xfer
159
lib/sfs-%%SFS_VERSION%%/xfer
166
@dirrm lib/sfs-%%SFS_VERSION%%
160
@dirrm lib/sfs-%%SFS_VERSION%%
Lines 168-182 Link Here
168
sbin/sfscd
162
sbin/sfscd
169
sbin/sfssd
163
sbin/sfssd
170
sbin/vidb
164
sbin/vidb
171
share/doc/sfs/WELCOME
165
%%DOCSDIR%%/WELCOME
172
share/doc/sfs/README
166
%%DOCSDIR%%/README
173
share/doc/sfs/README.packageblurb
167
%%DOCSDIR%%/README.packageblurb
174
share/doc/sfs/README.0.7-upgrade
168
%%DOCSDIR%%/README.0.7-upgrade
175
@dirrm share/doc/sfs
169
@dirrm %%DOCSDIR%%
176
share/sfs/agentrc
170
share/sfs/agentrc
177
share/sfs/sfs_config
171
share/sfs/sfs_config
178
share/sfs/sfs_srp_parms
172
share/sfs/sfs_srp_parms
179
share/sfs/sfsauthd_config
173
share/sfs/sfsauthd_config
180
share/sfs/sfscd_config
174
share/sfs/sfscd_config
181
share/sfs/sfssd_config
175
share/sfs/sfssd_config
176
@dirrm etc/sfs
182
@dirrm share/sfs
177
@dirrm share/sfs

Return to bug 66933