summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ak
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-12 14:28:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-12 14:28:51 +0000
commite924b441a152e443e9f35a82cb24ca49de4f8934 (patch)
tree6edde8ca2e73c2b926b048b574de13517e05fd64 /mail/pine4/files/patch-ak
parentAdd OpenBSD support. Change some comments to reflect the fact. Also: (diff)
Take out imapd/ipopd, separate port is available now
Diffstat (limited to '')
-rw-r--r--mail/pine4/files/patch-ak41
1 files changed, 33 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-ak b/mail/pine4/files/patch-ak
index 222325cc2ddc..6ca5d41436cc 100644
--- a/mail/pine4/files/patch-ak
+++ b/mail/pine4/files/patch-ak
@@ -1,25 +1,50 @@
-*** imap/Makefile.orig Wed May 29 22:33:10 1996
---- imap/Makefile Fri Jun 14 00:14:31 1996
+*** imap/Makefile.orig Thu May 30 07:33:10 1996
+--- imap/Makefile Sun Jan 12 17:05:17 1997
***************
-*** 48,52 ****
+*** 47,53 ****
+
# ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom"
! a32 a41 aix bsi d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos:
$(MAKE) build SYSTYPE=ANSI OS=$@
---- 48,52 ----
+ # Non-ANSI compiler ports.
+--- 47,53 ----
+
# ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom"
! a32 a41 aix bsi bsf d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos:
$(MAKE) build SYSTYPE=ANSI OS=$@
+ # Non-ANSI compiler ports.
***************
-*** 82,85 ****
---- 82,88 ----
+*** 82,87 ****
+--- 82,90 ----
bs2:
$(MAKE) build SYSTYPE=ANSI OS=bsi
-+
+
+ bsf:
+ $(MAKE) build OS=bsf PROCESS=an
-
++
pt1:
+ $(MAKE) build SYSTYPE=non-ANSI OS=ptx
+
+***************
+*** 92,99 ****
+ $(LN) $(SYSTYPE) systype
+ cd $(SYSTYPE)/c-client; $(MAKE) $(OS)
+ cd $(SYSTYPE)/ms;$(MAKE)
+! cd $(SYSTYPE)/ipopd;$(MAKE)
+! cd $(SYSTYPE)/imapd;$(MAKE)
+
+ clean:
+ $(RM) systype
+--- 95,102 ----
+ $(LN) $(SYSTYPE) systype
+ cd $(SYSTYPE)/c-client; $(MAKE) $(OS)
+ cd $(SYSTYPE)/ms;$(MAKE)
+! # cd $(SYSTYPE)/ipopd;$(MAKE)
+! # cd $(SYSTYPE)/imapd;$(MAKE)
+
+ clean:
+ $(RM) systype