diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-10-11 14:27:00 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-10-11 14:27:00 +0000 |
commit | 8531dbf47d29d130be907ef37731d04b38be4c62 (patch) | |
tree | 5e83d6bfe123a833288ee05eb500420d2eb56b96 /net/samba3/files | |
parent | 57813296a98e37dfeaa74ddbd720608c8bc2011a (diff) | |
download | FreeBSD-ports-8531dbf47d29d130be907ef37731d04b38be4c62.zip FreeBSD-ports-8531dbf47d29d130be907ef37731d04b38be4c62.tar.gz |
Update to alpha20
Diffstat (limited to 'net/samba3/files')
-rw-r--r-- | net/samba3/files/patch-ae | 11 | ||||
-rw-r--r-- | net/samba3/files/patch-configure.in | 28 | ||||
-rw-r--r-- | net/samba3/files/patch-includes.h | 14 |
3 files changed, 0 insertions, 53 deletions
diff --git a/net/samba3/files/patch-ae b/net/samba3/files/patch-ae deleted file mode 100644 index e735b57..0000000 --- a/net/samba3/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- script/convert_smbpasswd.orig Thu Nov 5 02:50:17 1998 -+++ script/convert_smbpasswd Tue Oct 16 17:19:10 2001 -@@ -7,7 +7,7 @@ - # with trying to work out how to get the seconds since 1970 - # in awk or the shell. JRA. - # --nawk 'BEGIN {FS=":"} -+awk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in deleted file mode 100644 index da1f47c..0000000 --- a/net/samba3/files/patch-configure.in +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.in.orig Thu Dec 13 08:19:58 2001 -+++ configure.in Sun Dec 23 23:39:48 2001 -@@ -1642,10 +1642,9 @@ - CFLAGS="$CFLAGS -I$withval/include" - CPPFLAGS="$CPPFLAGS -I$withval/include" - LDFLAGS="$LDFLAGS -L$withval/lib" -- ;; -- esac ], -- AC_MSG_RESULT(no) --) -+ -+ # don't automatically detect krb5 stuff, only do it if --with-krb5=foo -+ # is given (and isn't 'no'). - - # now check for krb5.h. Some systems have the libraries without the headers! - # note that this check is done here to allow for different kerberos -@@ -1669,6 +1668,11 @@ - AC_CHECK_LIB(krb5, krb5_mk_req_extended, [LIBS="$LIBS -lkrb5"; - AC_DEFINE(HAVE_KRB5)]) - -+ ;; -+ esac ], -+ AC_MSG_RESULT(no) -+) -+# end of --with-krb5 check - - ################################################################## - # we might need the lber lib on some systems. To avoid link errors diff --git a/net/samba3/files/patch-includes.h b/net/samba3/files/patch-includes.h deleted file mode 100644 index d041b5d..0000000 --- a/net/samba3/files/patch-includes.h +++ /dev/null @@ -1,14 +0,0 @@ ---- include/includes.h.orig Tue Apr 2 17:23:04 2002 -+++ include/includes.h Tue Apr 2 17:23:08 2002 -@@ -27,6 +27,11 @@ - - #include "local.h" - -+#ifdef __FreeBSD__ -+#define DEFAULT_PRINTING PRINT_BSD -+#define PRINTCAP_NAME "/etc/printcap" -+#endif /* __FreeBSD__ */ -+ - #ifdef AIX - #define DEFAULT_PRINTING PRINT_AIX - #define PRINTCAP_NAME "/etc/qconfig" |