Update to 2.2.7a to fix large file support

Remove now unneeded local patch for correct detection of FreeBSD

Approved by:	portmgr
This commit is contained in:
David W. Chapman Jr. 2002-12-11 23:37:27 +00:00
parent a4066a6ba3
commit 005c564597
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71540
3 changed files with 2 additions and 50 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= samba
PORTVERSION= 2.2.7
PORTVERSION= 2.2.7a
CATEGORIES= net
MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \
http://us4.samba.org/samba/ftp/%SUBDIR%/ \

View file

@ -1 +1 @@
MD5 (samba-2.2.7.tar.bz2) = 9844529c047cd454fad25a0053994355
MD5 (samba-2.2.7a.tar.bz2) = 8db28b53c27f8cbd564382d2f5f1787c

View file

@ -1,48 +0,0 @@
diff -urN source.old/acconfig.h source/acconfig.h
--- source.old/acconfig.h Mon Oct 21 12:19:22 2002
+++ source/acconfig.h Mon Oct 21 12:22:00 2002
@@ -27,6 +27,8 @@
#undef AIX
#undef BSD
#undef IRIX
+#undef UNIXWARE
+#undef SYSV
#undef IRIX6
#undef HPUX
#undef QNX
diff -urN source.old/configure.in source/configure.in
--- source.old/configure.in Mon Oct 21 12:19:22 2002
+++ source/configure.in Mon Oct 21 12:21:27 2002
@@ -952,7 +952,7 @@
;;
*next2*) AC_DEFINE(NEXT2);;
*dgux*) AC_CHECK_PROG( ROFF, groff, [groff -etpsR -Tascii -man]);;
- *sysv4*)
+ *sysv4*) AC_DEFINE(SYSV)
case "$host" in
*-univel-*) if [ test "$GCC" != yes ]; then
AC_DEFINE(HAVE_MEMSET)
@@ -963,7 +963,7 @@
*mips-sni-sysv4*) AC_DEFINE(RELIANTUNIX);;
esac
;;
- *sysv5*)
+ *sysv5*) AC_DEFINE(SYSV)
if [ test "$GCC" != yes ]; then
AC_DEFINE(HAVE_MEMSET)
fi
diff -urN source.old/include/includes.h source/include/includes.h
--- source.old/include/includes.h Mon Oct 21 12:19:22 2002
+++ source/include/includes.h Mon Oct 21 12:23:01 2002
@@ -748,11 +748,6 @@
#define QSORT_CAST (int (*)(const void *, const void *))
#endif
-/* this guess needs to be improved (tridge) */
-#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
-#define SYSV 1
-#endif
-
/*
* Veritas File System. Often in addition to native.
* Quotas different.