Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2004 15:10:24 GMT
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/71042: samba3 doesn't build on -current
Message-ID:  <200409011510.i81FAOpp063805@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/71042; it has been noted by GNATS.

From: Michael Nottebrock <michaelnottebrock@gmx.net>
To: freebsd-gnats-submit@freebsd.org, deischen@freebsd.org
Cc: timur@gnu.org
Subject: Re: ports/71042: samba3 doesn't build on -current
Date: Wed, 1 Sep 2004 17:02:30 +0200

 --Boundary-00=_HSeNB24cjl95U3A
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Working patch:
 
 
 --Boundary-00=_HSeNB24cjl95U3A
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="samba3.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
 	filename="samba3.diff"
 
 Index: files/patch-configure.in
 ===================================================================
 RCS file: /home/pcvs/ports/net/samba3/files/patch-configure.in,v
 retrieving revision 1.7
 diff -u -r1.7 patch-configure.in
 --- files/patch-configure.in	3 Jul 2004 12:46:41 -0000	1.7
 +++ files/patch-configure.in	1 Sep 2004 15:01:56 -0000
 @@ -1,6 +1,6 @@
 ---- configure.in.orig	Thu Apr 29 09:34:48 2004
 -+++ configure.in	Thu May 20 14:16:15 2004
 -@@ -803,6 +803,13 @@
 +--- configure.in.orig	Tue Jul 20 16:28:13 2004
 ++++ configure.in	Wed Sep  1 14:39:42 2004
 +@@ -800,6 +800,13 @@
      AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])
   fi
   
 @@ -14,3 +14,21 @@
   # stupid headers have the functions but no declaration. grrrr.
   AC_HAVE_DECL(errno, [#include <errno.h>])
   AC_HAVE_DECL(setresuid, [#include <unistd.h>])
 +@@ -3755,7 +3762,7 @@
 + 		AC_DEFINE(HAVE_TRU64_ACLS,1,[Whether Tru64 ACLs are available])
 + 		ACL_LIBS="$ACL_LIBS -lpacl"
 + 		;;
 +-	*freebsd5*)
 ++	*freebsd5* | *freebsd6*)
 + 		AC_MSG_RESULT(Using FreeBSD posix ACLs)
 + 		AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether FreeBSD POSIX ACLs are available])
 + 		AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])
 +@@ -4074,7 +4081,7 @@
 + 	*linux*)
 + 		WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
 + 		;;
 +-	*freebsd5*)
 ++	*freebsd5* | *freebsd6*)
 + 		# FreeBSD winbind client is implemented as a wrapper around
 + 		# the Linux version.
 + 		WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \
 
 --Boundary-00=_HSeNB24cjl95U3A--



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