From 513d21d8384e61cc02b820137587b3680ffbb51c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Wed, 3 Apr 2013 20:27:48 +0000 Subject: - update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to 17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich --- .../files/patch-mailnews-addrbook-src-nsDirPrefs.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mail/thunderbird-esr/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp (limited to 'mail/thunderbird-esr/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp') diff --git a/mail/thunderbird-esr/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp b/mail/thunderbird-esr/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp deleted file mode 100644 index 9bae143f2e26..000000000000 --- a/mail/thunderbird-esr/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- mailnews/addrbook/src/nsDirPrefs.cpp~ -+++ mailnews/addrbook/src/nsDirPrefs.cpp -@@ -375,7 +375,7 @@ static bool DIR_SetServerPosition(nsVoid - DIR_Server *s=nsnull; - - switch (position) { -- case DIR_POS_APPEND: -+ case (PRInt32)DIR_POS_APPEND: - /* Do nothing if the request is to append a server that is already - * in the list. - */ -@@ -401,7 +401,7 @@ static bool DIR_SetServerPosition(nsVoid - wholeList->AppendElement(server); - break; - -- case DIR_POS_DELETE: -+ case (PRInt32)DIR_POS_DELETE: - /* Remove the prefs corresponding to the given server. If the prefName - * value is nsnull, the server has never been saved and there are no - * prefs to remove. -- cgit v1.2.3