Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2004 23:38:18 GMT
From:      Aurelien Nephtali <aurelien.nephtali@wanadoo.fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74179: [PATCH] Fix build of security/sfs
Message-ID:  <200411202338.iAKNcIq3027126@www.freebsd.org>
Resent-Message-ID: <200411202340.iAKNeTJp058056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411202338.iAKNcIq3027126>