Commit Graph

167 Commits

Author SHA1 Message Date
Michael Johnson
49d3480a6d - Fix the "Requires" lines in firefox-devel pkgconfig files 2006-06-05 20:59:56 +00:00
Michael Johnson
b9f70ad859 - Update to 2.0a3
- Fix .desktop file so it actually starts firefox-devel instead of firefox
  also change Firefox to Firefox-devel in comments

Release notes:	http://www.mozilla.org/projects/bonecho/releases/2.0a3.html
2006-05-30 03:46:46 +00:00
David E. O'Brien
1800783336 Revert revision 1.144. I guess ftp-master hasn't been updated since that
commit.  Revision 1.46 only costs an inode and may be useful to users.
2006-05-07 01:47:00 +00:00
David E. O'Brien
f024a19571 Fix 'portupdate -PP' and make 'pkg_add -r firefox' do what is most expected. 2006-05-07 01:45:18 +00:00
Jean-Yves Lefort
6e22375883 Use sane fonts by default. 2006-05-01 22:55:54 +00:00
Michael Johnson
7f4e4f51a7 - Change firefox to firefox-devel or firefox10 2006-05-01 11:56:04 +00:00
Pav Lucistnik
82090a7421 - Set no latest link 2006-04-04 17:23:32 +00:00
Michael Johnson
7fdf93063b - Mark BROKEN on 4.x
Reported by:	kris via pointyhat
2006-03-31 12:28:45 +00:00
Michael Johnson
1212de5eb7 - Fix firefox-devel pkgconfig files so we depend on firefox-devel-xpcom.pc
instead of firefox.pc
- Bump PORTREVISION
2006-03-30 16:42:26 +00:00
Michael Johnson
a3adfc2cf5 - Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel
- Fix pkg-deinstall to not remove MOZDIR/extensions
2006-03-29 20:45:19 +00:00
Michael Johnson
72a9b04464 - Remove firefox-devel since firefox 1.5 is stable now 2005-11-29 22:55:39 +00:00
Michael Johnson
23d336822d - Update to 1.5rc3
- Use system nss/nspr/libm [1]

Obtained from:	www/firefox [1]
Release notes:	http://www.mozilla.org/products/firefox/releases/1.5.html
2005-11-18 03:35:16 +00:00
Michael Johnson
28125871e3 - Add support for new lib/browser_linux_plugins 2005-11-14 19:11:43 +00:00
Michael Johnson
d3ef07b721 - Update to 1.5rc2 2005-11-10 23:23:40 +00:00
Michael Johnson
f76fe01981 - Fix firefox-devel so it registers chrome with out having to manually
run as root
2005-11-08 16:49:30 +00:00
Joe Marcus Clarke
2baa7640f4 Add firefox-devel after a repocopy from ports/www/firefox. Firefox-devel
represents work in progress towards Firefox 1.5.  See
http://www.mozilla.org/products/firefox/releases/1.5.html for more details.

Most of this work was done by ahze and mnag.
2005-11-05 06:54:48 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
de89e69ea6 Partially revert the previous commit. Firefox can only build with specific
extensions (in particular typeaheadfind breaks Find [go figure]).  It is
safer to use a specific list of extensions with Firefox 1.0.x.  It looks
like they've made this better in 1.5, and set a reasonable default list of
extensions.

Basically, we're back to the previous 1.0.7_1,1 set of extensions with the
addition of negotiateauth.

Reported by:	many
2005-10-10 07:29:35 +00:00
Joe Marcus Clarke
27d7526f55 * Add support of ports-installed Kerberos [1]
* Enable all default extensions [2]

PR:		86961 [2]
Submitted by:	David W. Hankins <David_Hankins@isc.org> [1]
2005-10-09 19:44:02 +00:00
Jeremy Messenger
f0120ed0a2 - Fix the sed for libesd and kill the major version of library
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.

PR:		ports/86430 [1]
Submitted by:	Mark Hobden <markhobden@gmail.com> [1]
		glewis [2]
2005-09-23 20:42:37 +00:00
Joe Marcus Clarke
44036f0330 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
2005-09-21 23:49:19 +00:00
Pav Lucistnik
cfffa5699c - Patch a security vulnerability (DoS, remote execution) in IDN
(internationalized domain names) subsystem, also known as "hyphen domain
  name bug"

Submitted by:	Marcus Grando
Obtained from:	Mozilla Project CVS,
		https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259
Security:	CAN-2005-2871
		http://secunia.com/advisories/16764/
2005-09-10 17:24:31 +00:00
Joe Marcus Clarke
fde840579a 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>
2005-09-02 05:00:03 +00:00
Jeremy Messenger
0083ef4403 - Make portlint happier.
- Add Java 5 plugins support. [1]
- Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do
  not extract those. Better explain, use external dependencies. [1]
- Teach firefox-config and *.pc files for nspr that will making other
  third apps to buildable like epiphany, vlc-devel's mozilla plugins
  and etc. Have been tested with full GNOME 2.11.x build too.
- Add four patches: [1]

	patch-bugzilla243151:
		https://bugzilla.mozilla.org/show_bug.cgi?id=243151

	patch-jsosdep:
		Fix the FreeBSD define

	patch-oji-threads:
		64-bit wide pthread_t

	patch-xptcinvoke_x86_64_linux:
		Setting a possibly uninitialized variable (value).

- Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing
  windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2]
- Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION
  varibles that are arleady exist and lesser complicate.
- Change all hardcore of 'firefox' to PORTNAME.
- Change a manual loop for patch all.js to find(1), so we can sleep
  on it.

Submitted by:	mi [1], marcus [2]
Reviewed by:	my team, FreeBSD GNOME Team.
Tested by:	many
2005-08-28 07:59:05 +00:00
Joe Marcus Clarke
441b068f5e Install IDL files into ${PREFIX}/share/idl/firefox.
Obtained from:	www/mozilla
2005-07-30 04:36:55 +00:00
Michael Johnson
ee2ed17f35 - Update to 1.0.6 2005-07-20 06:02:17 +00:00
Joe Marcus Clarke
c6a9d2cb37 Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.
Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>
2005-07-14 04:55:18 +00:00
Joe Marcus Clarke
30ea55f939 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
2005-07-14 03:19:30 +00:00
Michael Johnson
d3baf5d004 - 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
2005-05-12 06:58:34 +00:00
Michael Johnson
5baac38237 - Install .desktop file in share/applications instead of
share/gnome/applications so we can remove the gnomehier
  dependency so non-gnome users don't have to install a bunch
  of un-needed gnome directories.
- Remove WITH_MENU option from mozilla[-devel], .desktop file
  will always be installed now.
2005-04-26 19:30:55 +00:00
Michael Johnson
95c3314e76 - Update to 1.0.3
- Re-enable cups support

Release Notes:	http://www.mozilla.org/products/firefox/releases/1.0.3.html
2005-04-16 04:46:48 +00:00
Michael Johnson
d2266928a8 - Remove mng support, it doesn't work 2005-04-14 03:09:30 +00:00
Joe Marcus Clarke
ce7f695e6d * 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)
2005-03-25 05:55:27 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
08545d0dfd Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.

PR:		78385
Submitted by:	lesi
2005-03-10 00:43:23 +00:00
Joe Marcus Clarke
0a4ef7cc05 Fix the startup script so that arguments are passed correctly to the browser
binary.

PR:		78175 (firefox)
		78217 (mozilla-devel)
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-03-02 06:50:13 +00:00
Joe Marcus Clarke
c6e3e04ca1 Re-add support for specifying a profile using the -P option.
Submitted by:	Jeremy Prior <jez@netcraft.com>
2005-02-28 02:28:49 +00:00
Joe Marcus Clarke
52b0c60b5a Add a Mozilla Mozilla Plugable Init Script (PIS) to handle automatically
sanitizing each users' home directory when starting Firefox.  This should
make upgrades much more painless.

PR:		75816
Submitted by:	Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
2005-02-26 09:32:01 +00:00
Joe Marcus Clarke
c3a55025a2 * 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]
2005-02-25 07:51:58 +00:00
Joe Marcus Clarke
6d9b32d244 Correct a typo that prevented the Firefox Ruby script from being added
to the plist.

Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)
2005-01-02 23:27:54 +00:00
Michael Johnson
5cffd563b1 - Update pkg-descr to better reflect firefox
- Fix expr usage for 4.x since expr on 4.x
  is not POSIX compliant. [1]

Submitted by:	girgen [1]
2004-12-29 03:25:23 +00:00
Michael Johnson
b18bfe2076 - Remove WITH_NEW_ICON knob
- Mozilla license team has approved the FreeBSD Gnome team to
  use official branding for firefox and thunderbird [1]
  o Add  --enable-official-branding to mozconfig
  o Install official thunderbird/firefox icon as default.xpm icon
- Fix error when running firefox/thunderbird -v [2]
- Bump PORTREVISION

References:
	http://www.mozilla.org/foundation/licensing.html [1]
	http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1]
PR:		ports/75262 [2]
Submitted by:	girgen [2]
2004-12-28 00:51:58 +00:00
Michael Johnson
f9dcaff5cf - Add EXTRACT_AFTER_ARGS to speed up extract a little
Obtained From:	www/mozilla
2004-12-15 11:52:52 +00:00
Joe Marcus Clarke
6a6b9d7881 * Fix build with upcoming X.Org 6.8.1 [1]
* Temporarily disable CUPS support to fix a crash do to a symbol conflict
  between OpenSSL and NSS [2]

PR:		75045 [2]
Submitted by:	lesi [1]
2004-12-15 06:03:30 +00:00
Michael Johnson
894f4f9282 Add Encoding type to desktop file to validate via desktop-file-validate 2004-12-13 00:04:25 +00:00
Michael Johnson
7908a064ac Bump PORTREVISION for plist changes 2004-12-11 02:11:51 +00:00
Michael Johnson
2c81fe4510 - Fix plist in firefox [1]
- Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed.

Pointed out by:	pointy hat [1]
2004-12-11 02:11:23 +00:00
Michael Johnson
a0abae8f49 Fix plist by fixing the way EXTRA_SCRIPTS (bin/firefox.rb) is added to plist. 2004-12-09 20:26:22 +00:00
Joe Marcus Clarke
403955523c Be sure to create the browser_plugins during package install as well. Some
ports (e.g. www/ump) depend on this directory being there.

Reported by:	pointyhat via kris
2004-12-04 09:47:27 +00:00
Joe Marcus Clarke
43baba8dc1 Use -Bsymbolic when linking nss to avoid symbol conflicts with libraries
that include OpenSSL (e.g. CUPS).  This may help alleviate the problem with
Firefox crashing when trying to print when using CUPS.
2004-11-22 04:04:52 +00:00