forked from Lainports/freebsd-ports
Update imap-uw to the latest version (imap-2000). Update pine4 to the latest version (pine-4.31). Despite the fact that the new releases of imap-uw and pine are intended to improve security, the security warnings on the pine and imap-uw ports have been left intact until they have proven themselves.
40 lines
998 B
Text
40 lines
998 B
Text
--- Makefile.orig Thu Nov 2 13:04:11 2000
|
|
+++ Makefile Mon Dec 18 01:13:25 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
|
|
@@ -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".
|
|
|