Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 23:37:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1147 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files
Message-ID:  <201301242337.r0ONbwvq086801@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan 24 23:37:58 2013
New Revision: 1147

Log:
typo: xlocale appeared in r235785 on /stable/9, not r227753

Reported by:	Patrick Mackinlay <patrick@spacesurfer.com>

Modified:
   trunk/mail/thunderbird/files/patch-bug807492
   trunk/www/firefox-nightly/files/patch-bug807492
   trunk/www/firefox/files/patch-bug807492
   trunk/www/seamonkey/files/patch-bug807492

Modified: trunk/mail/thunderbird/files/patch-bug807492
==============================================================================
--- trunk/mail/thunderbird/files/patch-bug807492	Sun Jan 20 15:25:22 2013	(r1146)
+++ trunk/mail/thunderbird/files/patch-bug807492	Thu Jan 24 23:37:58 2013	(r1147)
@@ -289,7 +289,7 @@
 +
 +#ifdef __FreeBSD__
 +#include <osreldate.h>
-+# if __FreeBSD_version > 900044
++# if __FreeBSD_version > 900505
 +#  define HAVE_XLOCALE
 +# endif
 +#endif

Modified: trunk/www/firefox-nightly/files/patch-bug807492
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug807492	Sun Jan 20 15:25:22 2013	(r1146)
+++ trunk/www/firefox-nightly/files/patch-bug807492	Thu Jan 24 23:37:58 2013	(r1147)
@@ -289,7 +289,7 @@
 +
 +#ifdef __FreeBSD__
 +#include <osreldate.h>
-+# if __FreeBSD_version > 900044
++# if __FreeBSD_version > 900505
 +#  define HAVE_XLOCALE
 +# endif
 +#endif

Modified: trunk/www/firefox/files/patch-bug807492
==============================================================================
--- trunk/www/firefox/files/patch-bug807492	Sun Jan 20 15:25:22 2013	(r1146)
+++ trunk/www/firefox/files/patch-bug807492	Thu Jan 24 23:37:58 2013	(r1147)
@@ -289,7 +289,7 @@
 +
 +#ifdef __FreeBSD__
 +#include <osreldate.h>
-+# if __FreeBSD_version > 900044
++# if __FreeBSD_version > 900505
 +#  define HAVE_XLOCALE
 +# endif
 +#endif

Modified: trunk/www/seamonkey/files/patch-bug807492
==============================================================================
--- trunk/www/seamonkey/files/patch-bug807492	Sun Jan 20 15:25:22 2013	(r1146)
+++ trunk/www/seamonkey/files/patch-bug807492	Thu Jan 24 23:37:58 2013	(r1147)
@@ -289,7 +289,7 @@
 +
 +#ifdef __FreeBSD__
 +#include <osreldate.h>
-+# if __FreeBSD_version > 900044
++# if __FreeBSD_version > 900505
 +#  define HAVE_XLOCALE
 +# endif
 +#endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301242337.r0ONbwvq086801>