aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-25 03:14:20 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-25 03:14:20 +0000
commitaba845177c641c7fc33dcf2feb5ca0383b98f030 (patch)
treed8615e21ceb9b4fd7e8215bdd8d43595323c58f0 /mail/imap-uw/files
parent09fc5525ad005d0b9021eecb45a604f1d1b0fed3 (diff)
downloadports-aba845177c641c7fc33dcf2feb5ca0383b98f030.tar.gz
ports-aba845177c641c7fc33dcf2feb5ca0383b98f030.zip
Chase the constantly changing checksum for this port
one more time. PR: 6740 Submitted by: Adrian Penisoara <ady@warpnet.ro>
Notes
Notes: svn path=/head/; revision=11127
Diffstat (limited to 'mail/imap-uw/files')
-rw-r--r--mail/imap-uw/files/patch-aa4
-rw-r--r--mail/imap-uw/files/patch-ab16
-rw-r--r--mail/imap-uw/files/patch-ac12
3 files changed, 16 insertions, 16 deletions
diff --git a/mail/imap-uw/files/patch-aa b/mail/imap-uw/files/patch-aa
index 76bc895d85b4..4615f235b3fb 100644
--- a/mail/imap-uw/files/patch-aa
+++ b/mail/imap-uw/files/patch-aa
@@ -1,5 +1,5 @@
---- src/osdep/unix/os_bsi.h Sat Oct 19 10:30:04 1996
-+++ src/osdep/unix/os_bsi.h Thu Nov 20 01:01:00 1997
+--- src/osdep/unix/os_bsi.h.orig Sat Oct 19 20:30:04 1996
++++ src/osdep/unix/os_bsi.h Sun May 24 10:46:33 1998
@@ -37,7 +37,18 @@
#include <unistd.h>
#include <string.h>
diff --git a/mail/imap-uw/files/patch-ab b/mail/imap-uw/files/patch-ab
index 4b4aeaa29dc9..9b1c355b2c5d 100644
--- a/mail/imap-uw/files/patch-ab
+++ b/mail/imap-uw/files/patch-ab
@@ -1,5 +1,5 @@
---- src/osdep/unix/Makefile.orig Thu Dec 4 17:54:13 1997
-+++ src/osdep/unix/Makefile Sat Dec 6 16:30:32 1997
+--- src/osdep/unix/Makefile.orig Tue May 12 01:35:34 1998
++++ src/osdep/unix/Makefile Sun May 24 10:46:34 1998
@@ -94,7 +94,7 @@
dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
@@ -35,25 +35,25 @@
BASELDFLAGS="-lcrypt"
bsi: # BSD/i386
-@@ -553,10 +558,17 @@
+@@ -564,10 +569,17 @@
$(ARRC) $(ARCHIVE) $(BINARIES)
$(RANLIB) $(ARCHIVE)
+$(SHLIB): $(SOFILES)
+ ld -Bshareable -x -o $(SHLIB) $(SOFILES)
+
-+.c.so: osdep.h
++.c.so: osdep.h
+ $(CC) -fpic -DPIC -c $(CFLAGS) ${@:.so=.c} -o $@
+
# Cleanup
clean:
- $(RM) *.o linkage.[ch] auths.c $(ARCHIVE) osdep.* *TYPE *FLAGS
+ $(RM) *.o linkage.[ch] auths.c $(ARCHIVE) osdep.* *TYPE *FLAGS || true
+ $(RM) *.so $(SHLIB)
# Dependencies
-@@ -590,7 +602,7 @@
+@@ -601,7 +613,7 @@
# OS-dependent
@@ -62,7 +62,7 @@
osdep.h env_unix.h tcp_unix.h \
osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c \
auths.c flock.c fsync.c gethstid.c \
-@@ -602,7 +614,12 @@
+@@ -613,7 +625,12 @@
write.c \
strerror.c strpbrk.c strstr.c strtok.c strtoul.c \
OSCFLAGS
@@ -74,4 +74,4 @@
+ $(CC) $(CFLAGS) `cat OSCFLAGS` -c osdep.c -o $@ -fpic -DPIC
osdep.c: osdepbas.c osdepckp.c osdeplog.c
- $(RM) osdep.c
+ $(RM) osdep.c || true
diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac
index 0b549e76eea2..c5401a0c9688 100644
--- a/mail/imap-uw/files/patch-ac
+++ b/mail/imap-uw/files/patch-ac
@@ -1,5 +1,5 @@
---- src/imapd/Makefile.ORIG Thu Jan 22 15:42:52 1998
-+++ src/imapd/Makefile Sun Feb 22 20:59:41 1998
+--- src/imapd/Makefile.orig Wed Apr 15 01:41:45 1998
++++ src/imapd/Makefile Sun May 24 10:46:34 1998
@@ -31,8 +31,8 @@
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -20,8 +20,8 @@
all: imapd
---- src/ipopd/Makefile.ORIG Thu Mar 14 13:18:17 1996
-+++ src/ipopd/Makefile Sun Feb 22 20:58:29 1998
+--- src/ipopd/Makefile.orig Wed Apr 15 01:41:55 1998
++++ src/ipopd/Makefile Sun May 24 10:46:34 1998
@@ -39,7 +39,7 @@
CC = `cat $C/CCTYPE`
@@ -31,8 +31,8 @@
ipopd: ipop2d ipop3d
---- src/mtest/Makefile.ORIG Thu Jan 22 15:41:45 1998
-+++ src/mtest/Makefile Sun Feb 22 20:58:56 1998
+--- src/mtest/Makefile.orig Wed Apr 15 01:42:04 1998
++++ src/mtest/Makefile Sun May 24 10:46:34 1998
@@ -39,7 +39,7 @@
CC = `cat $C/CCTYPE`