CVS log for ports/www/firefox/Attic/pkg-install.in
Up to [FreeBSD] / ports / www / firefox
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12
Tue Nov 29 21:12:28 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.11: +1 -1 lines
- Update firefox to 1.5
- Add Makefile.common
o A new build/install system for gecko ports, Makefile.common
includes many generic routines and common tasks.
o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
thus removing the need to have a startup script for ports that
depend on gecko. [2]
o Use system libm, nss, nspr in all gecko ports
- Add bsd.gecko.mk
o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
with a more robust way of detecting a gecko a end user wishs to
use.
o bsd.gecko.mk abstracts the selection of gecko-based backends. It
allows users and porters to support any available gecko backend
without needing to build many conditional tests. ${USE_GECKO} is the
list of backends that your port can handle, and ${GECKO} is set by
bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
list of gecko backends they want on their system.
Port Makefile example:
USE_GECKO=firefox mozilla seamonkey thunderbird
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
End user example:
WITH_GECKO=seamonkey firefox
We highly recommend moving away from using WITH_MOZILLA and switching to
USE/WITH_GECKO.
PR: 89052 [2]
Submitted by: vs [2]
Obtained from: www/firefox
Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more
sajd from irc.freenode.org/#FreeBSD-Gnome for
pointing out many bugs
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 28 07:59:04 2005 UTC (6 years, 5 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -0 lines
- 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 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:43:22 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly. Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 4 09:47:27 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -1 lines
Be sure to create the browser_plugins during package install as well. Some ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 18 16:37:50 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -5 lines
Instead of using Xvfb, and evil black magic to create the extensions repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 10 00:58:53 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
* Update to 1.0 * Install a firefox desktop entry for the GNOME desktop [1] * Fix the post-install plug-in repository generation when root is using a non-default shell [2] Submitted by: ahze [1] Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 17 21:29:30 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
* Remove some patches that are no longer needed * Workaround a crash that can be triggered by JavaScript pop-up windows [1] * Use Xvfb to initialize the Firefox extensions datastore as root [1] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 12 00:04:40 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -7 lines
* Update to 1.0.1.p (aka 0.10.1, aka 1.0PR) * Add support for installing the new Firefox brand icon by defining WITH_NEW_ICON [1] For all that's new, check out http://www.mozilla.org/products/firefox/releases/ PR: 71781 [1] Submitted by: Radek Kozlowski <radek@raadradd.com> [1]
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 20 06:55:06 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3 lines
Add a post-rendered Extensions.rdf so that the default theme and extension shows up. Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 19 00:51:16 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5 lines
* Try a little harder to get firefox to work without first running as root * Make sure optimized CFLAGS are actually respected [1] * Frobnicate the mozconfig file a little bit to be more inline with typical Linux builds * Try a safer hack to ensure the install completes okay Reported by: kris [1]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 16 06:58:10 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Fix a typo in the pkg-install script, and add a hack so that firefox does not need to be run as root before running it as other users.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 16 00:10:12 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Update to 0.9. For a complete list of what's new, plus an important list of Known Issues, see: http://www.mozilla.org/products/firefox/releases/0.9.html This update also includes a new pkg-install script based on ports/65590 from Thierry Thomas <thierry@pompo.net>. However... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! After installing Firefox, you must su - to root, and run ``firefox'' before running it as any other user. If you do not su - to root, you may lose some of your user settings. If you try to run Firefox as a normal user without first running it as root, the browser will not show up. This is a known issue with Firefox, and they hope to address it in a future release. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
