diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-17 02:48:21 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-17 02:48:21 +0800 |
commit | 0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65 (patch) | |
tree | f92ec32ccb58aa6fb84f54ea4c286a85598d214f /mail/cclient/files/patch-ab | |
parent | 25a7aac0fc697a84155b55130909a5c09a5a9c6a (diff) | |
download | freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.tar.gz freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.tar.zst freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.zip |
* Set maintainership to Anders Nordby <anders@fix.no>.
* Add two more master sites that I control myself, to bring some much
needed stability there too (UW has been removing snapshots without
putting them in the old dir).
* Use PAM by default.
* Remove some unnecessary linking parameters.
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'mail/cclient/files/patch-ab')
-rw-r--r-- | mail/cclient/files/patch-ab | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/mail/cclient/files/patch-ab b/mail/cclient/files/patch-ab index 1d29cb4bbf2e..b7a9432425db 100644 --- a/mail/cclient/files/patch-ab +++ b/mail/cclient/files/patch-ab @@ -1,6 +1,13 @@ ---- src/osdep/unix/Makefile.orig Thu Apr 5 00:45:53 2001 -+++ src/osdep/unix/Makefile Tue Apr 10 00:48:00 2001 -@@ -28,10 +28,10 @@ +--- src/osdep/unix/Makefile.orig Wed Apr 11 00:02:06 2001 ++++ src/osdep/unix/Makefile Sat Apr 14 02:59:26 2001 +@@ -22,18 +22,18 @@ + + EXTRAAUTHENTICATORS= + EXTRADRIVERS=mbox +-PASSWDTYPE=std ++PASSWDTYPE=pam + SSLTYPE=none + # Extended flags needed for SSL. You may need to modify. @@ -13,8 +20,20 @@ +SSLINCLUDE=$(OPENSSLINC) +SSLLIB=$(OPENSSLLIB) - SSLCRYPTO=-lcrypto +-SSLCRYPTO=-lcrypto ++SSLCRYPTO=-lcrypto -lcrypt + + # Older versions of MIT Kerberos also have a libcrypto. If so, you may need + # to use this instead +@@ -60,7 +60,7 @@ + # AFSLDFLAGS may also need -L/usr/ucblib -lucb + DCECFLAGS= -DDCE_MINIMAL -DPASSWD_OVERRIDE=\"/opt/pop3/passwd/passwd\" + DCELDFLAGS= -ldce +-PAMLDFLAGS= -lpam -ldl ++PAMLDFLAGS= # -lpam -lcrypt + + # Build parameters normally set by the individual port @@ -97,7 +97,7 @@ # Commands possibly overriden by the individual port @@ -58,7 +77,7 @@ - BASELDFLAGS="-lcrypt" + LOCKPGM=$(PREFIX)/libexec/mlock \ + BASECFLAGS="-DNFSKLUDGE" \ -+ BASELDFLAGS="-lpam -lcrypt" ++ BASELDFLAGS="-lpam" bsi: # BSD/i386 $(BUILD) `$(CAT) SPECIALS` OS=$@ \ @@ -94,7 +113,7 @@ @@ -779,6 +795,7 @@ clean: - sh -c '$(RM) auths.c crexcl.c flockbsd.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE $(ARCHIVE) || true' + sh -c '$(RM) auths.c crexcl.c nfstest.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE $(ARCHIVE) || true' + sh -c '$(RM) *.so $(SHLIBNAME)' @@ -107,7 +126,7 @@ +OSDEPS= mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ osdep.h env_unix.h tcp_unix.h \ osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c \ - auths.c crexcl.c flock.c flockbsd.c flcksafe.c fsync.c gethstid.c \ + auths.c crexcl.c flocksim.c nfstest.c flcksafe.c fsync.c gethstid.c \ @@ -824,7 +841,12 @@ write.c sslstdio.c \ strerror.c strpbrk.c strstr.c strtok.c strtoul.c \ |