ports/74179: [PATCH] Fix build of security/sfs

Aurelien Nephtali aurelien.nephtali at wanadoo.fr
Sat Nov 20 23:40:39 UTC 2004


>Number:         74179
>Category:       ports
>Synopsis:       [PATCH] Fix build of security/sfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 20 23:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aurelien Nephtali
>Release:        6.0-CURRENT
>Organization:
None
>Environment:
FreeBSD naboo.wanadoo.fr 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Sat Nov 20 14:02:36 CET 2004     root@:/usr/obj/usr/src/sys/NABOO  i386
>Description:
The port security/sfs doesn't compile under -CURRENT. It fails when
looking for 'struct nfs_args'. Provided if a patch that goes in
'files' directory of the port skeletton and fix the compilation.

>How-To-Repeat:
cd /usr/ports/security/sfs ; make
under -CURRENT

>Fix:
--- nfsconf.h   Sat Nov 20 23:58:07 2004
+++ nfsconf.h   Sat Nov 20 21:49:08 2004
@@ -29,9 +29,6 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>
-#if NEED_NFS_NFS_H
-# include <nfs/nfs.h>
-#endif /* NEED_NFS_NFS_H */
#if NEED_NFSCLIENT_NFS_H
# include <nfs/nfsproto.h>
# include <nfsclient/nfs.h>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list