diff options
author | beech <beech@FreeBSD.org> | 2008-07-03 09:24:54 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-03 09:24:54 +0800 |
commit | 934f48761e6505a39a94b4ad26c9cd7acdf81c62 (patch) | |
tree | db411d6472a3f5064eb34a4a77dd90e039dd8153 /mail/tpop3d/files | |
parent | d263ae265038fa37081f4f27c1363312f8486923 (diff) | |
download | freebsd-ports-gnome-934f48761e6505a39a94b4ad26c9cd7acdf81c62.tar.gz freebsd-ports-gnome-934f48761e6505a39a94b4ad26c9cd7acdf81c62.tar.zst freebsd-ports-gnome-934f48761e6505a39a94b4ad26c9cd7acdf81c62.zip |
- Update to 1.5.4
PR: ports/125145
Submitted by: Bartlomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Diffstat (limited to 'mail/tpop3d/files')
-rw-r--r-- | mail/tpop3d/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | mail/tpop3d/files/patch-maildir.c | 11 |
2 files changed, 12 insertions, 11 deletions
diff --git a/mail/tpop3d/files/patch-Makefile.in b/mail/tpop3d/files/patch-Makefile.in new file mode 100644 index 000000000000..e55822e22ed1 --- /dev/null +++ b/mail/tpop3d/files/patch-Makefile.in @@ -0,0 +1,12 @@ +--- Makefile.in.orig 2008-04-02 10:23:24.000000000 -0800 ++++ Makefile.in 2008-07-02 17:06:10.000000000 -0800 +@@ -133,8 +133,7 @@ + AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +-CFLAGS = @CFLAGS@ -Wall -g -O2 -DCONFIG_DIR='"@sysconfdir@"' # \ +- -Wstrict-prototypes ++CFLAGS = @CFLAGS@ -Wall -g -O2 -DCONFIG_DIR='"@sysconfdir@"' + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CYGPATH_W = @CYGPATH_W@ diff --git a/mail/tpop3d/files/patch-maildir.c b/mail/tpop3d/files/patch-maildir.c deleted file mode 100644 index ef52a6d143e2..000000000000 --- a/mail/tpop3d/files/patch-maildir.c +++ /dev/null @@ -1,11 +0,0 @@ ---- maildir.c.orig Tue Nov 25 01:23:20 2003 -+++ maildir.c Sun Apr 3 09:44:25 2005 -@@ -205,7 +205,7 @@ - mailbox M, failM = NULL; - struct timeval tv1, tv2; - float f; -- int locked; -+ int locked = 0; - - alloc_struct(_mailbox, M); - |