ports/mail/imap-uw/files/patch-ad
James E. Housley fb97d1d104 * Update the imap-uw port to use PAM again, as it used to. We do have imap by
default in /etc/pam.conf, so it must be better to compile imap-uw with PAM
  authentication too no?
* Changed the PAM service name for the POP3 daemon from pop to pop3 as that is
  what we have in our default pam.conf.
* Update the port with optional DRAC support.

Approved by Maintainer

PR:		24135
Submitted by:	Anders Nordby <anders@fix.no>
2001-03-23 03:04:16 +00:00

49 lines
1.2 KiB
Text

--- Makefile.old Thu Nov 2 22:04:11 2000
+++ Makefile Sun Dec 31 19:06:58 2000
@@ -43,6 +43,7 @@
# art AIX 2.2.1 for RT
# asv Altos SVR4
# aux A/UX
+# bfp FreeBSD with Pluggable Authentication Modules (PAM)
# bs3 BSD/i386 3.0 and higher
# bsd generic BSD 4.3 (as in ancient 1980s version)
# bsf FreeBSD
@@ -153,7 +154,7 @@
# std system standard (typically passwd file), determined by port
# two try alternative (defined by CHECKPWALT), then std
-PASSWDTYPE=std
+PASSWDTYPE=pam
# The following extra compilation flags are defined. None of these flags are
@@ -272,12 +273,12 @@
# gradually-increasing intervals, starting at 2800-2900, and becoming
# permanent at 48,300.
-EXTRACFLAGS=
+EXTRACFLAGS=-I$(PREFIX)/include/c-client
# Extra linker flags (additional/alternative libraries, etc.)
-EXTRALDFLAGS=
+EXTRALDFLAGS=-L$(PREFIX)/lib -lc-client4
# Special make flags (e.g. to override make environment variables)
@@ -314,13 +315,7 @@
# Make the IMAP Toolkit
-all: c-client rebuild bundled
-
-c-client:
- @echo Not processed yet. In a first-time build, you must specify
- @echo the system type so that the sources are properly processed.
- @false
-
+all: rebuild bundled
# Note on SCO you may have to set LN to "ln".