<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/www/firefox-esr/files/patch-xptcall-alpha, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-11-14T12:33:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.</title>
<updated>2009-11-14T12:33:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2009-11-14T12:33:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc415305a049ca523f2a8cf674009fa77c54fee6'/>
<id>urn:sha1:cc415305a049ca523f2a8cf674009fa77c54fee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 1.5.0.1</title>
<updated>2006-02-02T13:16:54Z</updated>
<author>
<name>Michael Johnson</name>
<email>ahze@FreeBSD.org</email>
</author>
<published>2006-02-02T13:16:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=003f037e94eb127e55dae29b3444661d71865f22'/>
<id>urn:sha1:003f037e94eb127e55dae29b3444661d71865f22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update firefox to 1.5</title>
<updated>2005-11-29T21:12:28Z</updated>
<author>
<name>Michael Johnson</name>
<email>ahze@FreeBSD.org</email>
</author>
<published>2005-11-29T21:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36353c589f868095c2c4e18fcdee86c8345cc2fc'/>
<id>urn:sha1:36353c589f868095c2c4e18fcdee86c8345cc2fc</id>
<content type='text'>
- 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 &lt;bsd.port.pre.mk&gt;
  .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
</content>
</entry>
<entry>
<title>Add Firefox after a repo copy from mozilla-firebird.  Firefox is the next</title>
<updated>2004-02-11T07:16:17Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-02-11T07:16:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6593022e89db95668f762d4db0020b296f786594'/>
<id>urn:sha1:6593022e89db95668f762d4db0020b296f786594</id>
<content type='text'>
release of the Firebird web browser with a new name to avoid conflicts with
the Firebird database.  This is version 0.8.

http://www.mozilla.org/products/firefox/releases/

* Update to 0.8 and change name to firefox [1]
* Make PLIST from a fake installation [1]
* Restore original credit and portname in Makefile [1]
* Optionally install headers and IDL files [2]
* Use PERL instead of REINPLACE_CMD in a few places [1]
* Use OPTIONS
* Enable the Inspector extension
* Fix another possible esound related problem
* Enable basic optimizations if WITH_DEBUG is not specified

PR:		62631 [2]
Submitted by:	trevor [1] [2]
</content>
</entry>
<entry>
<title>Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)</title>
<updated>2003-12-13T21:35:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-13T21:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7059589bd64b2a99cab6df938b191d4e9fce56bd'/>
<id>urn:sha1:7059589bd64b2a99cab6df938b191d4e9fce56bd</id>
<content type='text'>
I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64.  I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.

I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed.  HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it.  It should probably
be removed from the LIB_DEPENDS list.

Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
</content>
</entry>
</feed>
