diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-05-14 18:50:17 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-05-14 18:50:17 +0000 |
commit | 1a257fe2a537d282fb96f363cc35f3a2897920f7 (patch) | |
tree | 3c1aa36667d88a967e3f0470a56d771bbb21bbb4 /mail/fetchmail/files | |
parent | b493e2a952b904cab6bd09d657dbe26f6122099e (diff) | |
download | ports-1a257fe2a537d282fb96f363cc35f3a2897920f7.tar.gz ports-1a257fe2a537d282fb96f363cc35f3a2897920f7.zip |
Notes
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/patch-ad | 14 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ai | 21 |
2 files changed, 16 insertions, 19 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad index ac4e4498400f..f6fcbd63749f 100644 --- a/mail/fetchmail/files/patch-ad +++ b/mail/fetchmail/files/patch-ad @@ -1,7 +1,7 @@ -diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure ---- ../fetchmail-5.3.0.OLD/configure Wed Feb 16 11:27:00 2000 -+++ ./configure Wed Feb 23 23:42:25 2000 -@@ -1595,7 +1595,7 @@ +diff -ru ../fetchmail-5.3.8.old/configure ./configure +--- ../fetchmail-5.3.8.old/configure Fri Apr 14 09:32:49 2000 ++++ ./configure Tue May 9 02:19:31 2000 +@@ -1637,7 +1637,7 @@ if test `uname` = "FreeBSD" then echo "Adding -lkvm to standard libraries" @@ -10,7 +10,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure fi # Check for Rhapsody special case: it doesn't like -s -@@ -5555,7 +5555,7 @@ +@@ -5693,7 +5693,7 @@ then echo "Configuring kerberosIV for `uname`" CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV" @@ -19,7 +19,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" -@@ -5586,7 +5586,7 @@ +@@ -5724,7 +5724,7 @@ then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib" @@ -28,7 +28,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure else if test "$with_kerberos" != "no" then -@@ -5596,7 +5596,7 @@ +@@ -5734,7 +5734,7 @@ then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include" LDEFLAGS="$LDEFLAGS -L$dir/lib" diff --git a/mail/fetchmail/files/patch-ai b/mail/fetchmail/files/patch-ai index 0a2bf5543bc5..5651cb62a83c 100644 --- a/mail/fetchmail/files/patch-ai +++ b/mail/fetchmail/files/patch-ai @@ -1,15 +1,12 @@ -diff -ruN ../fetchmail-5.3.0.OLD/conf.c ./conf.c ---- ../fetchmail-5.3.0.OLD/conf.c Fri Feb 18 01:31:22 2000 -+++ ./conf.c Wed Feb 23 23:48:58 2000 -@@ -249,9 +249,10 @@ - stringdump("via", ctl->server.via); - stringdump("protocol", - using_kpop ? "KPOP" : showproto(ctl->server.protocol)); -- numdump("port", ctl->server.port); - #if INET6_ENABLE - stringdump("service", ctl->server.service); -+#else -+ numdump("port", ctl->server.port); +diff -ru ../fetchmail-5.3.8.old/conf.c ./conf.c +--- ../fetchmail-5.3.8.old/conf.c Mon Mar 6 07:20:17 2000 ++++ ./conf.c Tue May 9 02:19:32 2000 +@@ -252,7 +252,7 @@ + #ifndef INET6_ENABLE + numdump("port", ctl->server.port); + #else +- stringdump("port", ctl->server.service); ++ stringdump("service", ctl->server.service); #endif numdump("timeout", ctl->server.timeout); numdump("interval", ctl->server.interval); |