Date: Sun, 28 Aug 2005 07:59:05 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/firefox Makefile pkg-deinstall.in pkg-install.in ports/www/firefox/files firefox.desktop.in mkdistfile mozconfig.in patch-bugzilla243151 patch-gfx-src-gtk-Makefile.in patch-jsosdep patch-libm ... Message-ID: <200508280759.j7S7x5sE078337@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mezz 2005-08-28 07:59:05 UTC FreeBSD ports repository Modified files: www/firefox Makefile pkg-deinstall.in pkg-install.in www/firefox/files firefox.desktop.in mkdistfile mozconfig.in Added files: www/firefox/files patch-bugzilla243151 patch-gfx-src-gtk-Makefile.in patch-jsosdep patch-libm patch-mozilla_widget_src_gtk2_mozdrawingarea.c patch-oji-threads patch-sysnss patch-xptcinvoke_x86_64_linux Removed files: www/firefox/files patch-nspr-unix.c patch-nsprpub-pr-include-md-_freebsd.cfg patch-nsprpub-pr-include-md-_freebsd.h patch-nsprpub-pr-include-md-_pth.h patch-nsprpub-pr-src-io-prprf.c patch-nsprpub-pr-src-pthreads-ptio.c Log: - Make portlint happier. - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'firefox' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Tested by: many Revision Changes Path 1.128 +79 -67 ports/www/firefox/Makefile 1.4 +1 -1 ports/www/firefox/files/firefox.desktop.in 1.8 +0 -0 ports/www/firefox/files/mkdistfile 1.32 +3 -3 ports/www/firefox/files/mozconfig.in 1.1 +10 -0 ports/www/firefox/files/patch-bugzilla243151 (new) 1.1 +15 -0 ports/www/firefox/files/patch-gfx-src-gtk-Makefile.in (new) 1.1 +9 -0 ports/www/firefox/files/patch-jsosdep (new) 1.1 +25 -0 ports/www/firefox/files/patch-libm (new) 1.1 +12 -0 ports/www/firefox/files/patch-mozilla_widget_src_gtk2_mozdrawingarea.c (new) 1.4 +0 -23 ports/www/firefox/files/patch-nspr-unix.c (dead) 1.5 +0 -163 ports/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg (dead) 1.5 +0 -15 ports/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h (dead) 1.2 +0 -11 ports/www/firefox/files/patch-nsprpub-pr-include-md-_pth.h (dead) 1.4 +0 -14 ports/www/firefox/files/patch-nsprpub-pr-src-io-prprf.c (dead) 1.6 +0 -31 ports/www/firefox/files/patch-nsprpub-pr-src-pthreads-ptio.c (dead) 1.1 +60 -0 ports/www/firefox/files/patch-oji-threads (new) 1.1 +178 -0 ports/www/firefox/files/patch-sysnss (new) 1.1 +17 -0 ports/www/firefox/files/patch-xptcinvoke_x86_64_linux (new) 1.5 +0 -0 ports/www/firefox/pkg-deinstall.in 1.11 +0 -0 ports/www/firefox/pkg-install.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508280759.j7S7x5sE078337>