update to 4.03; Johan Allard <allard@netman.se>
This commit is contained in:
parent
6d4237d8aa
commit
dc979ca70d
@ -4,19 +4,16 @@
|
||||
# Date created: 10 Nov 1997
|
||||
# Whom: ejovi
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.6 1998/08/14 20:27:07 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 1998/09/13 18:23:27 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pine4.02
|
||||
PKGNAME= pine-4.02A
|
||||
DISTNAME= pine4.03
|
||||
PKGNAME= pine-4.03
|
||||
CATEGORIES= mail news
|
||||
|
||||
MAINTAINER= marc@OpenBSD.ORG
|
||||
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
|
||||
PATCH_SITES= ftp://ftp.cac.washington.edu/pine/
|
||||
PATCHFILES= pine4.02A.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} \
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (pine4.02.tar.gz) = 688979b5649473169bdbf22ea1c82fe7
|
||||
MD5 (pine4.02A.patch) = 96271a2a00293186941cad0c0175bd69
|
||||
MD5 (pine4.03.tar.gz) = be35532537241176e3d01ce99d66780f
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- imap/Makefile.orig Wed Jul 15 23:54:19 1998
|
||||
+++ imap/Makefile Sun Aug 2 17:12:02 1998
|
||||
@@ -100,7 +100,7 @@
|
||||
--- imap/Makefile.orig Sat Aug 8 04:32:23 1998
|
||||
+++ imap/Makefile Sun Sep 13 16:56:27 1998
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
# Make the IMAP Toolkit
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
# The following ports are defined. These refer to the *standard* compiler
|
||||
@@ -125,6 +125,7 @@
|
||||
@@ -127,6 +127,7 @@
|
||||
# bsd generic BSD
|
||||
# bsf FreeBSD
|
||||
# bsi BSD/i386
|
||||
@ -17,16 +17,16 @@
|
||||
# cvx Convex
|
||||
# d-g Data General DG/UX prior to 5.4 (d41 port no longer exists)
|
||||
# d54 Data General DG/UX 5.4
|
||||
@@ -180,7 +181,7 @@
|
||||
@@ -183,7 +184,7 @@
|
||||
|
||||
# Note on SCO you may have to set LN to "ln".
|
||||
|
||||
-a32 a41 aix bs3 bsf bsi d-g d54 drs epx gas gh9 ghp gso gsu gul hpp hpx lnx lyn mct mnt neb nxt osf os4 ptx qnx sc5 sco sgi shp sl5 slx snx sol sos uw2: an
|
||||
+a32 a41 aix bs3 bsf bsi bso d-g d54 drs epx gas gh9 ghp gso gsu gul hpp hpx lnx lyn mct mnt neb nxt osf os4 ptx qnx sc5 sco sgi shp sl5 slx snx sol sos uw2: an
|
||||
-a32 a41 aix bs3 bsf bsi d-g d54 drs epx gas gh9 ghp gso gsu gul hpp hpx lnx lyn mct mnt neb nxt osf os4 ptx qnx sc5 sco sgi shp sl4 sl5 slx snx sol sos uw2: an
|
||||
+a32 a41 aix bs3 bsf bsi bso d-g d54 drs epx gas gh9 ghp gso gsu gul hpp hpx lnx lyn mct mnt neb nxt osf os4 ptx qnx sc5 sco sgi shp sl4 sl5 slx snx sol sos uw2: an
|
||||
$(BUILD) OS=$@
|
||||
|
||||
# If you use sv4, you may find that it works to move it to use the an process.
|
||||
@@ -255,7 +256,7 @@
|
||||
@@ -258,7 +259,7 @@
|
||||
$(TOOLS)/$@ "$(LN)" src/imapd imapd
|
||||
$(LN) $(TOOLS)/$@ .
|
||||
|
||||
|
@ -5,7 +5,7 @@ diff -ur pine/osdep/makefile.bas
|
||||
RM= rm -f
|
||||
|
||||
ALL= os-a32.c os-a41.c os-aix.c os-asv.c \
|
||||
- os-aux.c os-bs2.c os-bsd.c os-bsi.c \
|
||||
- os-aux.c os-bs2.c os-bsd.c os-bsf.c os-bsi.c \
|
||||
+ os-aux.c os-bs2.c os-bsd.c os-bsf.c os-bsi.c os-bso.c \
|
||||
os-cvx.c os-dos.c os-dpx.c os-dyn.c \
|
||||
os-gen.c os-hpp.c os-isc.c os-lnx.c \
|
||||
|
@ -4,7 +4,7 @@
|
||||
RM= rm -f
|
||||
|
||||
ALL= os-a32.c os-a41.c os-aix.c os-asv.c \
|
||||
- os-aux.c os-bsd.c os-bsi.c \
|
||||
- os-aux.c os-bsd.c os-bsf.c os-bsi.c \
|
||||
+ os-aux.c os-bs2.c os-bsd.c os-bsf.c os-bsi.c os-bso.c \
|
||||
os-cvx.c os-dos.c os-dpx.c os-dyn.c \
|
||||
os-gen.c os-hpp.c os-isc.c os-lnx.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user