head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.05.21.23.29.24;	author pav;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Add patch for NFS headers and unbreak build
- Use UID/GID 171, 71 belongs to Oracle
- Use USE_LIBTOOL and remove .la files
- Use DOCSDIR macro in pkg-plist

PR:		ports/66933
Submitted by:	leeym
Approved by:	maintainer
@
text
@--- nfsconf.h.orig	Wed May 19 22:42:39 2004
+++ nfsconf.h	Wed May 19 22:43:24 2004
@@@@ -33,6 +33,7 @@@@
 # include <nfs/nfs.h>
 #endif /* NEED_NFS_NFS_H */
 #if NEED_NFSCLIENT_NFS_H
+# include <nfs/nfsproto.h>
 # include <nfsclient/nfs.h>
 #endif /* NEED_NFSCLIENT_NFS_H */
 #if NEED_NFS_MOUNT_H
--- configure.orig	Wed May 19 22:43:05 2004
+++ configure	Wed May 19 22:41:46 2004
@@@@ -9661,6 +9661,7 @@@@
 	cat >conftest.$ac_ext <<_ACEOF
 #line 9662 "configure"
 #include "confdefs.h"
+#include <nfs/nfsproto.h>
 #include <nfsclient/nfs.h>
 
 _ACEOF
@
