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 11 and Version 12 of www-client/mozilla-firefox/2.0.0.21pre/1


Ignore:
Timestamp:
05/03/09 12:56:44 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

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

    v11 v12  
    22[http://ports.haiku-files.org/ticket/187 Tickets to include in next BeZilla* builds] [[BR]] 
    33 
    4 A note about dependencies, [http://ports.haiku-files.org/svn/haikuports/trunk/www-client/mozilla-firefox/TinnyTim.sh TinnyTim.sh] will download, build, and install all three dependencies: glib, libidl, and autoconf 2.13.[[BR]] 
     4dependencies : [http://ports.haiku-files.org/svn/haikuports/trunk/www-client/mozilla-firefox/TinnyTim.sh TinnyTim.sh] will download, build, and install all three dependencies: glib, libidl, and autoconf 2.13.[[BR]] 
     5[[BR]] 
     6patches and mozconfigs : http://ports.haiku-files.org/browser/haikuports/trunk/www-client/mozilla-firefox [[BR]] 
    57 
    6 export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot [[BR]] 
    7 export MOZ_CO_PROJECT=all[[BR]] 
    8 cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk[[BR]] 
    9 cd mozilla[[BR]] 
    10 make -f client.mk checkout[[BR]] 
    11 #note  MOZ_CO_PROJECT=all instructs cvs to checkout all the available sources,[[BR]] 
    12 useful if you plan on building multiple projects.  eg, firefox and thunderbird.[[BR]] 
    13 [[BR]] 
    14 '''--OR--'''[[BR]] 
    15 [[BR]] 
    16  wget [http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2 http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2] [[BR]] 
    17  md5sum mozilla_1_8_branch-cvs-20090208.tar.bz2[[BR]] 
    18  # 2884bc58be03f7fd998583efef5c92c6[[BR]] 
    19 ---- 
     8Get source code : [[BR]] 
     9from CVS: 
     10{{{ 
     11export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 
     12export MOZ_CO_PROJECT=all 
     13cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk 
     14cd mozilla 
     15make -f client.mk checkout 
     16#note  MOZ_CO_PROJECT=all instructs cvs to checkout all the available sources, 
     17useful if you plan on building multiple projects.  eg, firefox and thunderbird. 
     18}}} 
     19 
     20from a cvs tarball: 
     21{{{ 
     22wget http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2  
     23md5sum mozilla_1_8_branch-cvs-20090208.tar.bz2 
     24# 2884bc58be03f7fd998583efef5c92c6 
     25}}} 
    2026 Currently as cvs in Haiku has issues performing proper checkouts, I suggest using my cvs source tarball[[BR]] 
    2127 cvs's errors can be detected by querying for ".new." [[BR]] 
    22 ---- 
    23 Note: patches and mozconfigs can be found at : http://ports.haiku-files.org/browser/haikuports/trunk/www-client/mozilla-firefox 
     28 
     29 
    2430 
    2531 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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