summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ad
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-05 08:28:52 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-05 08:28:52 +0000
commita88be6b77ce4bc062da0973d4fe1681515fe2ecf (patch)
tree233db9c780b573d40e10feaf7c787006c7cb4141 /mail/imap-uw/files/patch-ad
parentavoid running autoconf. (diff)
- Upgrade to imap-2001.FINAL
- Install additional cclient header files - Move SSL dependency generation for cclient to post-build - Bump PORTEPOCH - Removed -drac PKGNAMESUFFIX,more confusion than extra info - Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a in the imap-uw port. - Respect CFLAGS and CC PR: 30954 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48462
Diffstat (limited to 'mail/imap-uw/files/patch-ad')
-rw-r--r--mail/imap-uw/files/patch-ad23
1 files changed, 16 insertions, 7 deletions
diff --git a/mail/imap-uw/files/patch-ad b/mail/imap-uw/files/patch-ad
index 4e17c2071d64..4aa7189d9a0d 100644
--- a/mail/imap-uw/files/patch-ad
+++ b/mail/imap-uw/files/patch-ad
@@ -1,5 +1,5 @@
---- Makefile.old Thu Nov 2 22:04:11 2000
-+++ Makefile Sun Dec 31 19:06:58 2000
+--- Makefile.orig Tue Jul 3 08:00:09 2001
++++ Makefile Mon Oct 1 03:27:22 2001
@@ -43,6 +43,7 @@
# art AIX 2.2.1 for RT
# asv Altos SVR4
@@ -8,7 +8,7 @@
# bs3 BSD/i386 3.0 and higher
# bsd generic BSD 4.3 (as in ancient 1980s version)
# bsf FreeBSD
-@@ -153,7 +154,7 @@
+@@ -146,7 +147,7 @@
# std system standard (typically passwd file), determined by port
# two try alternative (defined by CHECKPWALT), then std
@@ -16,8 +16,8 @@
+PASSWDTYPE=pam
- # The following extra compilation flags are defined. None of these flags are
-@@ -272,12 +273,12 @@
+ # SSL type. Defines whether or not SSL support is on this system
+@@ -211,12 +212,12 @@
# gradually-increasing intervals, starting at 2800-2900, and becoming
# permanent at 48,300.
@@ -32,7 +32,7 @@
# Special make flags (e.g. to override make environment variables)
-@@ -314,13 +315,7 @@
+@@ -256,13 +257,7 @@
# Make the IMAP Toolkit
@@ -43,7 +43,16 @@
- @echo the system type so that the sources are properly processed.
- @false
-
-+all: rebuild bundled
++all: bundled
# Note on SCO you may have to set LN to "ln".
+@@ -367,7 +362,7 @@
+ $(TOOLS)/$@ "$(LN)" src/imapd imapd
+ $(LN) $(TOOLS)/$@ .
+
+-build: OSTYPE rebuild rebuildclean bundled
++build: bundled
+
+ OSTYPE:
+ @echo Building c-client for $(BUILDTYPE)...