diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-28 20:29:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-28 20:29:41 +0800 |
commit | f67309896c408fdd1aab662d74ce92bcd474a3b7 (patch) | |
tree | 3f960d7170d786d27f68086bf0fa83ae16575da1 /news/pan/files | |
parent | daf4dbf16c7c6fc0a5a95cf8a214b70d6b4ef35c (diff) | |
download | freebsd-ports-gnome-f67309896c408fdd1aab662d74ce92bcd474a3b7.tar.gz freebsd-ports-gnome-f67309896c408fdd1aab662d74ce92bcd474a3b7.tar.zst freebsd-ports-gnome-f67309896c408fdd1aab662d74ce92bcd474a3b7.zip |
Update to 0.134.
Switch to gmime 2.4
Diffstat (limited to 'news/pan/files')
-rw-r--r-- | news/pan/files/patch-fix_with_new_gcc | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/news/pan/files/patch-fix_with_new_gcc b/news/pan/files/patch-fix_with_new_gcc deleted file mode 100644 index 354111c2a362..000000000000 --- a/news/pan/files/patch-fix_with_new_gcc +++ /dev/null @@ -1,54 +0,0 @@ - -Index: files/patch-pan-general-log.h -=================================================================== -RCS file: files/patch-pan-general-log.h -diff -N files/patch-pan-general-log.h ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-pan-general-log.h 10 Feb 2010 07:57:14 -0000 -@@ -0,0 +1,10 @@ -+--- pan/general/log.h.orig 2010-02-09 23:56:23.726358757 -0800 -++++ pan/general/log.h 2010-02-09 23:56:44.395935476 -0800 -+@@ -24,6 +24,7 @@ -+ #include <set> -+ #include <string> -+ #include <deque> -++#include <stdio.h> -+ -+ namespace pan -+ { -Index: files/patch-pan-general-progress.h -=================================================================== -RCS file: files/patch-pan-general-progress.h -diff -N files/patch-pan-general-progress.h ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-pan-general-progress.h 10 Feb 2010 07:59:18 -0000 -@@ -0,0 +1,10 @@ -+--- pan/general/progress.h.orig 2010-02-09 23:58:24.202873230 -0800 -++++ pan/general/progress.h 2010-02-09 23:58:51.868666229 -0800 -+@@ -25,6 +25,7 @@ -+ #include <vector> -+ #include <pan/general/debug.h> -+ #include <pan/general/string-view.h> -++#include <stdio.h> -+ -+ namespace pan -+ { -Index: files/patch-pan-usenet-utils-numbers.h -=================================================================== -RCS file: files/patch-pan-usenet-utils-numbers.h -diff -N files/patch-pan-usenet-utils-numbers.h ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-pan-usenet-utils-numbers.h 10 Feb 2010 08:01:46 -0000 -@@ -0,0 +1,10 @@ -+--- pan/usenet-utils/numbers.h.orig 2010-02-10 00:00:56.795075032 -0800 -++++ pan/usenet-utils/numbers.h 2010-02-10 00:01:14.144851610 -0800 -+@@ -22,6 +22,7 @@ -+ -+ #include <vector> -+ #include <pan/general/string-view.h> -++#include <stdio.h> -+ -+ class string; -+ - - |