diff options
author | ache <ache@FreeBSD.org> | 1997-01-12 22:28:51 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-01-12 22:28:51 +0800 |
commit | 29c8b33c77f8d1582be550aeee806623413f5e29 (patch) | |
tree | e3224f4f5afd08068c1fb6a5b554d4ec52b6ee88 /mail/pine4/files | |
parent | e36bdec924d9985a570532dd051a14300b131317 (diff) | |
download | freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.tar.gz freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.tar.zst freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.zip |
Take out imapd/ipopd, separate port is available now
Diffstat (limited to 'mail/pine4/files')
-rw-r--r-- | mail/pine4/files/patch-ak | 41 |
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 |