mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
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>
49 lines
1.2 KiB
Text
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".
|
|
|