Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/firefox10/Attic/pkg-message

[BACK] Up to [FreeBSD] / ports / www / firefox10

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18
Sat Sep 2 21:52:19 2006 UTC (5 years, 5 months ago) by kris
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +0 -0 lines
Remove expired ports.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 1 11:56:04 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Change firefox to firefox-devel or firefox10

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 20 06:02:17 2005 UTC (6 years, 6 months ago) by ahze
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_6_0_0, old_RELEASE_5_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -9 lines
- Update to 1.0.6

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 24 16:33:48 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_4_0, old_RELEASE_5_3_0, old_RELEASE_4_11_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +24 -0 lines
* Add optional support for gnome-vfs support (e.g. smb:// and sftp:// URLs) [1]
* Fix a problem with the pkg-config files referencing mozilla components
  and not firefox components

PR:		68221 [1]
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 16 22:29:55 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -14 lines
The warning about running as root first is no longer needed since the
hack seems to work.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 16 00:10:12 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +14 -0 lines
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 11 07:31:45 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -2 lines
* Import the JPI_LIST changes from www/mozilla so that multiple JPI versions
  will be tried.  There is one addition, though.  JPI_LIST is now
  overrideable. [1]
* Remove the bit about Perl version from pkg-message.  We support all versions
  of Perl now.

Requested by:	ale

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 11 07:16:16 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
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]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 8 19:37:12 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -56 lines
* Fix a bug where Firebird would lock up after typing any text.  This had to
  do with esound being installed, but not being used (e.g. when not running
  under the GNOME Desktop).  What happens now is sound support is disabled by
  default.  If you wish to enable Type Ahead Find sound support, edit your
  prefs.js file, and add:

  user_pref("accessibility.typeaheadfind.enablesound", true);

* Make portlint happy by not including anything after bsd.port.post.mk
* Clean up the pkg-message a bit to reflect reality with respect to Perl

Thanks to casaveli on BSDForums for finding it was esound causing the lock up
as well as testing the patch mentioned above.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 2 18:30:58 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
CVS tags: old_old_firebird_0_6_1, old_old_RELEASE_5_2_1, old_old_RELEASE_5_2_0, old_old_RELEASE_4_9_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -13 lines
Add mozilla-firebird after a repo move from phoenix.

Mozilla Firebird is the browser reborn from the ashes of the Phoenix.

* Update to 0.6 [1]
* Add optional GTK+-2 support [2]
* Add [untested] Sparc64 support [3]
* Add [untested] Alpha support [4]
* Do not compile with -O2 by default.  Instead specify -DWITH_OPTIMIZED_CFLAGS
  to get extra optimizations
* Link the Java Plug-in again

Submitted by:	Stijn Hoop <stijn@win.tue.nl> [1]
		Christopher Nehren <apeiron@comcast.net> [2] (based on)
		tmm and kris [3]
		Bernd Walter <ticso@cicely.de> [4]
Minor fixes by:	obraun

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 18 05:02:33 2002 UTC (9 years, 1 month ago) by alane
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_1_0, old_old_old_RELEASE_5_0_0, old_old_old_RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -0 lines
Patch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'll
submit this fix back to the Mozilla team, since it will affect Mozilla 1.3a
as well.

Approved by:	kris before departure (one of these days this update will end)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 13 09:41:38 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +33 -35 lines
Finally, a release Phoenix that works and does not crash all the time.

Approved by:	kris (a long time ago)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 10 10:17:20 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -0 lines
Backed down to 0.4_10 because 0.5 was borked.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 10 08:57:05 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +23 -0 lines
Update Phoenix to 0.5, the last release named Phoenix. Fixes a lot a bugs,
adds some features, there is at least one crasher I've hit so far but I don't
know if it is anomoly or not yet.

Approved by:	kris

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 1 21:37:33 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -9 lines
1. Add a link to support the java plugin. Thanks to Khairil Yusof
<kaeru@pd.jaring.my> for this tip.

2. Build the plist automagically in a post-install target.

Approved by:	kris

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 10 18:05:10 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -14 lines
* PORTREVISION ==> 7.
* Allow building under -CURRENT.
* Changes in LDFLAGS and CPPFLAGS passed to configure.
* Removed stale javascript dirs (venkman) from plist.
* Updated mkdistfile to remove more unneeded dirs. Used to make a
  new distfile from a cvs checkout. For maintainers only, really.
* Disable bi-directional text in config.
* Remove dupes from mozconfig.in.

The problem with the martian file selection dialogs is gone. I am not sure of
the cause, but apparently it had to do with either which version of the NSPR
libs phoenix runs with or the link order of libraries. I don't care, as long as
it doesn't do it, 'cause I do not read Martian.

Should be running against its own set of NSPR libs now. (Note: you can't just
use ldd to check this since the startup scripts play all kinds of fun games.)

You are advised to remove $HOME/.phoenix before running the new version.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 7 17:56:33 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -6 lines
1. Broken for system perl. Sorry but we don't know yet how to make it work.
2. Disable javascript debugger (like we're at a stage where we want to do
	that .... hahaha).
3. Remove dupes from files/mozconfig.in.
4. Whack the share and include dirs in a post-install target (I know it's
	slower that way, but I'm gonna let Trevor work out how to do it
	otherwise, since he so kindly volunteered.)
5. We need an icon for this, people. Any graphics geeks out there?

Thanks to Adam Weinberger for his valuable info about perl versions,
and his continuing research. Thanks to everybody else who's tested, even
if y'all did report the same thing. 8-) Finally, thanks to Warren Zevon,
whose song My ****'s ****ed Up certainly applies to the early stages
of this port.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 5 12:00:22 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Upped to PORTREVISION 4.
Added pkg-message file.
Put XP_UNIX in MAKE_ENV just to be safe.
Show pkg-message at start and end.
I think it's stabilized now.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options