diff options
author | tron <tron> | 1998-02-28 11:35:39 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-28 11:35:39 +0000 |
commit | 1abc02693fd3795b933acab795768a5c46b9b86f (patch) | |
tree | e8f947b97038fb0f49491ab5931932489ac1759e /mail/fetchmail/patches | |
parent | 0c8cb4694f1167d35c33da752f8c4ed259b9c49c (diff) | |
download | pkgsrc-1abc02693fd3795b933acab795768a5c46b9b86f.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'mail/fetchmail/patches')
-rw-r--r-- | mail/fetchmail/patches/patch-ab | 9 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-ac | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab index b38bdfc11f1..2d0ca2d8e0d 100644 --- a/mail/fetchmail/patches/patch-ab +++ b/mail/fetchmail/patches/patch-ab @@ -1,14 +1,5 @@ --- Makefile.in.orig Tue Oct 14 06:12:14 1997 +++ Makefile.in Thu Oct 16 06:55:05 1997 -@@ -36,7 +36,7 @@ - - # If your system needs extra libraries loaded in, define them here. - # In particular, add -lresolv if you are running bind 4.9.5 --LOADLIBS = @LIBS@ @LEXLIB@ -+LOADLIBS = @LIBS@ @LEXLIB@ -lmd - # LOADLIBS = -lsocket3r -lunix3r # QNX - - # Any extra object files your system needs. @@ -82,7 +82,7 @@ protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \ diff --git a/mail/fetchmail/patches/patch-ac b/mail/fetchmail/patches/patch-ac new file mode 100644 index 00000000000..9231957f75f --- /dev/null +++ b/mail/fetchmail/patches/patch-ac @@ -0,0 +1,10 @@ +--- fetchmail.h.orig Sun Jan 18 18:39:32 1998 ++++ fetchmail.h Sat Feb 28 12:21:24 1998 +@@ -28,6 +28,7 @@ + #define USERNAMELEN 40 /* max POP3 arg length (RFC1939) */ + #define IDLEN 128 /* max length of UID (RFC1939) */ + ++#undef MSGBUFSIZE + #define MSGBUFSIZE 2048 /* size of message read buffer */ + #define PASSWORDLEN 64 /* max password length */ + #define DIGESTLEN 33 /* length of MD5 digest */ |