| non port: www/firefox/distinfo |
Number of commits found: 520 (showing only 20 on this page) |
|
Friday, 14 Apr 2006
|
12:08 ahze
- Update to 1.5.0.2
Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html
 |
|
Thursday, 2 Feb 2006
|
13:16 ahze
- Update to 1.5.0.1
 |
|
Tuesday, 29 Nov 2005
|
21:12 ahze
- 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
 |
|
Wednesday, 23 Nov 2005
|
22:41 pav
- Add SHA256 checksums
 |
|
Wednesday, 21 Sep 2005
|
23:49 marcus
Update to 1.0.7. See
http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list
of fixes in this release.
Security: Fixes
http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other
things
 |
|
Friday, 2 Sep 2005
|
05:00 marcus
Add support for CJK font family names. This makes for a better browsing
experience for CJK users.
PR: 84378
Submitted by: chinsan <chinsan.tw@gmail.com>
 |
|
Wednesday, 20 Jul 2005
|
06:02 ahze
- Update to 1.0.6
 |
|
Thursday, 14 Jul 2005
|
03:19 marcus
Update to 1.0.5. This release addresses numerous security bugs as well as
adds some stability enhancements.
Security: See
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for
a list of fixed vulnerabilities in 1.0.5
 |
|
Thursday, 12 May 2005
|
06:58 ahze
- Update to 1.0.4
This release fixes 3 very critical bugs. [1]
Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html
Security notes:
http://www.mozilla.org/projects/security/known-vulnerabilities.html
 |
|
Saturday, 16 Apr 2005
|
04:46 ahze
- Update to 1.0.3
- Re-enable cups support
Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html
 |
|
Friday, 25 Mar 2005
|
05:55 marcus
* Update to 1.0.2 to fix security issues (see
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html and
http://www.vuxml.org/freebsd/741f8841-9c6b-11d9-9dbe-000a95bc6fae.html for
more details)
* Fix some minor cosmetic issues with the startup script
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
Approved by: portmgr (implicit)
 |
|
Friday, 25 Feb 2005
|
07:51 marcus
* Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ for
the release notes)
* Add a new Firefox launch script [1]
* Merge URI helper patch from www/mozilla
* Add option to make URLs open in new tabs instead of new windows [1]
* Sanitize CFLAGS [1]
* Update the GNOME .desktop file with i18n translations and MIME types [1]
PR: 75816 [1]
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
 |
|
Wednesday, 10 Nov 2004
|
00:58 marcus
* 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]
 |
|
Saturday, 6 Nov 2004
|
03:06 ahze
update to 1.0.r2
Approved by: marcus (co mentor)
 |
|
Thursday, 28 Oct 2004
|
21:37 marcus
Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes have
not been published, but see
http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes.
 |
|
Tuesday, 12 Oct 2004
|
00:04 marcus
* 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]
 |
|
Thursday, 5 Aug 2004
|
19:53 marcus
Update to 0.9.3 to fix a few security issues:
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121
Also, add a pkg-deinstall script to remove the auto-generated registry files.
PR: 70031
 |
|
Tuesday, 29 Jun 2004
|
20:22 marcus
Update to 0.9.1.
 |
|
Wednesday, 16 Jun 2004
|
00:10 marcus
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 |
|
Wednesday, 11 Feb 2004
|
07:16 marcus
Add Firefox after a repo copy from mozilla-firebird. Firefox is the next
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]
 |
Number of commits found: 520 (showing only 20 on this page) |