Changes between Version 6 and Version 7 of www-client/mozilla-firefox/2.0.0.22pre/1
- Timestamp:
- 07/11/09 14:31:02 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
www-client/mozilla-firefox/2.0.0.22pre/1
v6 v7 12 12 == Download Mozilla CVS Source Code == 13 13 The source code itself consumes over 300MB -- This does not take into consideration wasted block space. [[BR]] 14 As a result, the number maybe closer to 1024MB. [[BR]] 15 Currently as cvs in Haiku has issues performing proper checkouts, I suggest using my cvs source tarball[[BR]] 16 cvs's errors can be detected by querying for ".new." [[BR]] 14 As a result, the number maybe closer to 1024MB. [[BR]] [[BR]] 15 17 16 18 17 === From CVS === 19 18 ''Currently as cvs in Haiku has issues performing proper checkouts, I suggest using my cvs source tarball[[BR]] 19 cvs's errors can be detected by querying for '''".new."''' '' 20 20 {{{ 21 21 export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot … … 62 62 == Selecting Which Program to Build == 63 63 {{{ 64 copy a file from mozilla-firefox/select-a-mozconfig/ to/boot/home/.mozconfig65 edit the following line :64 copy a file from the directory mozilla-firefox/select-a-mozconfig/ to the file /boot/home/.mozconfig 65 edit the following line of /boot/home/.mozconfig: 66 66 ### //Set the outputdir for the build 67 67 mk_add_options MOZ_OBJDIR= 68 68 I strongly suggest using an external MOZ_OBJDIR, as it allows the source tree to produce multiple builds. 69 This should be a full path. 69 70 }}} 70 71 … … 79 80 cd to your MOZ_OBJDIR/dist/bin 80 81 81 There you will find either a seamonkey, BeZillaBrowser, BeZillaCalendar, or BeZillaMailNews binary.82 For some reason yet to be discovered, seamonkeywill not run from dist/bin.82 There you will find either a BeZillaSuite, BeZillaBrowser, BeZillaCalendar, or BeZillaMailNews binary. 83 For some reason yet to be discovered, BeZillaSuite will not run from dist/bin. 83 84 However, the latter three will. 84 85 85 86 Now that you have tested your build, you can create an initial zip archive. 86 87 cd to your MOZ_OBJDIR and run the appropriate command: 87 seamonkey: `make -C xpinstall/packager`88 BeZillaSuite : `make -C xpinstall/packager` 88 89 BeZillaBrowser : `make -C browser/installer` 89 90 BeZillaMailNews : `make -C mail/installer` … … 94 95 95 96 96 Note about Trademarks: 97 == Note about Trademarks == 97 98 {{{ 98 99 Since these builds are using numerous patches that have not been approved by Mozilla.org,
