HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 6 and Version 7 of www-client/mozilla-firefox/2.0.0.22pre/1


Ignore:
Timestamp:
07/11/09 14:31:02 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • www-client/mozilla-firefox/2.0.0.22pre/1

    v6 v7  
    1212== Download Mozilla CVS Source Code ==  
    1313The 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]] 
     14As a result, the number maybe closer to 1024MB. [[BR]] [[BR]] 
     15 
    1716 
    1817=== From CVS === 
    19  
     18''Currently as cvs in Haiku has issues performing proper checkouts, I suggest using my cvs source tarball[[BR]] 
     19cvs's errors can be detected by querying for '''".new."''' ''  
    2020{{{ 
    2121export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 
    … …  
    6262== Selecting Which Program to Build == 
    6363{{{ 
    64 copy a file from mozilla-firefox/select-a-mozconfig/ to /boot/home/.mozconfig 
    65 edit the following line: 
     64copy a file from the directory mozilla-firefox/select-a-mozconfig/ to the file /boot/home/.mozconfig 
     65edit the following line of /boot/home/.mozconfig: 
    6666### //Set the outputdir for the build 
    6767mk_add_options MOZ_OBJDIR= 
    6868I strongly suggest using an external MOZ_OBJDIR, as it allows the source tree to produce multiple builds. 
     69This should be a full path. 
    6970}}} 
    7071 
    … …  
    7980cd to your MOZ_OBJDIR/dist/bin 
    8081 
    81 There you will find either a seamonkey, BeZillaBrowser, BeZillaCalendar, or BeZillaMailNews binary. 
    82 For some reason yet to be discovered, seamonkey will not run from dist/bin. 
     82There you will find either a BeZillaSuite, BeZillaBrowser, BeZillaCalendar, or BeZillaMailNews binary. 
     83For some reason yet to be discovered, BeZillaSuite will not run from dist/bin. 
    8384However, the latter three will. 
    8485 
    8586Now that you have tested your build, you can create an initial zip archive. 
    8687cd to your MOZ_OBJDIR and run the appropriate command: 
    87 seamonkey : `make -C xpinstall/packager` 
     88BeZillaSuite : `make -C xpinstall/packager` 
    8889BeZillaBrowser : `make -C browser/installer` 
    8990BeZillaMailNews : `make -C mail/installer` 
    … …  
    9495 
    9596 
    96 Note about Trademarks:  
     97== Note about Trademarks == 
    9798{{{ 
    9899Since these builds are using numerous patches that have not been approved by Mozilla.org, 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/