From b10c110cfe04fdd097086e56c11831054809b0e5 Mon Sep 17 00:00:00 2001 From: ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> Date: Thu, 2 Jun 2005 01:05:36 +0000 Subject: - Readd firefox at version 1.1.a1 (deer park alpha1) - Remove lots of patches that are merged in to firefox now. - Always use XFT now. Notes: o The way we register chrome no longer works I tired to do a workaround but it didn't work. We might have to go back to the way we used to register chrome with the X hack stuff. For now you HAVE to run firefox as root before you can run it as normal user or it won't even start. Hopefully they will merge the fixes mozilla-devel has so you don't have to register chrome at all. o The pis scripts stuff need testing also, I'm not really sure about them? Release Notes: http://www.mozilla.org/projects/deerpark/releases/alpha1.html git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4022 df743ca5-7f9a-e211-a948-0013205c9059 --- www/firefox-devel/files/patch-nspr-unix.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/firefox-devel/files/patch-nspr-unix.c (limited to 'www/firefox-devel/files/patch-nspr-unix.c') diff --git a/www/firefox-devel/files/patch-nspr-unix.c b/www/firefox-devel/files/patch-nspr-unix.c new file mode 100644 index 000000000..4a221aa9d --- /dev/null +++ b/www/firefox-devel/files/patch-nspr-unix.c @@ -0,0 +1,23 @@ +$FreeBSD$ + +--- nsprpub/pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003 ++++ nsprpub/pr/src/md/unix/unix.c Sat May 31 18:04:43 2003 +@@ -65,7 +65,8 @@ + * PRInt32* pointer to a _PRSockLen_t* pointer. + */ + #if defined(HAVE_SOCKLEN_T) \ +- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) ++ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \ ++ || defined(FREEBSD) + #define _PRSockLen_t socklen_t + #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \ + || defined(AIX4_1) || defined(LINUX) || defined(SONY) \ +@@ -73,7 +74,7 @@ + || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \ + || defined(NEXTSTEP) || defined(QNX) + #define _PRSockLen_t int +-#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \ ++#elif (defined(AIX) && !defined(AIX4_1)) \ + || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \ + || defined(DGUX) || defined(VMS) || defined(NTO) + #define _PRSockLen_t size_t -- cgit