Commit graph

195 commits

Author SHA1 Message Date
Jeremy Messenger
faa1047dd9 Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was
started to reproduce with least 2.10.7 version of gtk2.

PR:		ports/107689
Reported by:	a few users
Bugzilla:	https://bugzilla.mozilla.org/show_bug.cgi?id=355248
		https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1]
		http://bugzilla.gnome.org/show_bug.cgi?id=394525
2007-01-18 22:37:11 +00:00
Michael Johnson
92c6c01f71 Mark IGNORE if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
since it doesn't run.
2007-01-18 21:39:39 +00:00
Jeremy Messenger
0cc2ee0c7e The ipv6 is supported in these ports, so add ipv6 category.
PR:		ports/107057 and ports/107056
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2006-12-22 02:04:05 +00:00
Michael Johnson
608acaaa05 Update to 2.0.0.1
Release notes:	http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/
2006-12-20 23:12:20 +00:00
Joe Marcus Clarke
65f69a64da Fix our gross -lpthread hack to work with GCC 4.1.
Reported by:	pointyhat via kris
2006-12-16 07:19:15 +00:00
Joe Marcus Clarke
043a907e62 Fix a double-free while performing print operations which could trigger a
segmentation fault if malloc debugging was enabled.

Reported by:	dougb
2006-12-15 20:57:41 +00:00
Joe Marcus Clarke
aadfdcbfe7 Fix a problem with PTHREAD_LIB-safeness.
Submitted by:	nork
2006-11-27 17:08:25 +00:00
Joe Marcus Clarke
ab8bbf9f6f Restore firefox to 2.0 after slipping the RELEASE_6_2_0 tag. 2006-11-10 07:03:50 +00:00
Joe Marcus Clarke
fa815812c5 Temporarily roll firefox back to 1.5.0.8 so that we can tag this security
fix release for 6.2.

Approved by:	secteam
		portmgr
2006-11-10 07:02:47 +00:00
Michael Johnson
5c2ed478d1 Fix build on 5.x since only 6.1+ has fedisableexcept()
Reported by:	Clint Olsen <clint@0lsen.net>
2006-11-06 23:26:20 +00:00
Michael Johnson
46a8bc11a4 - Remove bogus warning about being "bleeding edge" meant for firefox-devel 2006-11-06 22:48:05 +00:00
Michael Johnson
aacdf15f94 Remove LATEST_LINK since we have moved from firefox-devel -> firefox 2006-11-06 03:02:13 +00:00
Michael Johnson
0415da8807 - No longer disable pthreads in sqlite3 [2]
- Remove LIBS= from Makefile to fix "open with application" function. [2] [5]
- Fix component registration for some users. [1] [2] [3]
- Bump PORTREVISION [4]

Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=351181 [1]
Submitted by:	marcus [2]
		aspar Chilingarov <nm@web.am> [3]
		ahze [4] (I had to submit something)
Reported by:	philip and many others [5]
2006-11-06 02:58:45 +00:00
Michael Johnson
fbfa560ad9 - Update to 2.0
Release notes:	http://www.mozilla.com/en-US/firefox/2.0/releasenotes/

Special thanks to marcus and many others for helping test and fixing
bugs!
2006-11-01 13:20:11 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Mikhail Teterin
48326089fc Add a tiny hunk to allow firefox to use our system libz instead of
building its own. Some years ago there was a security problem with
zlib-1.2.2 and firefox' configure checks the system's zlib.h to be
1.2.3 or higher.

FreeBSD patched the hole without bumping the version number, which
caused Firefox (and, likely, other Mozilla stuff) to build their own
versions instead (and install their headers).

Maintainers were repeatedly notified -- most recently about a month
ago: <200608091216.00510@aldan>, <200601251926.39246.mi+mx@aldan.algebra.com>.

Approved by:	maintainer timeout
2006-09-19 02:41:06 +00:00
Michael Johnson
66b905e906 - Update to 1.5.0.7 2006-09-14 12:35:34 +00:00
Michael Johnson
e1560dcd20 - Update to 1.5.0.6 2006-08-02 14:06:52 +00:00
Michael Johnson
a666080e4b - Update to 1.5.0.5 2006-07-27 00:06:16 +00:00
Michael Johnson
997d9367d9 - Welcome back sparc64 on kern.osreldate>=601101 2006-07-05 22:12:13 +00:00
Michael Johnson
604f9ea3c0 - Update to 1.5.0.4 2006-06-02 20:46:36 +00:00
Michael Johnson
e6b91aaddd - Update to 1.5.0.3
Security:	http://www.mozilla.org/security/announce/2006/mfsa2006-30.html
2006-05-03 02:18:32 +00:00
Jean-Yves Lefort
305af3d161 Use sane fonts by default. 2006-05-01 22:47:05 +00:00
Michael Johnson
93eac9cab1 - Mark IGNORE on sparc64 2006-04-17 00:29:45 +00:00
Michael Johnson
64ebc39d0f - Mark IGNORE on sparc64 since it core dumps at startup 2006-04-17 00:24:56 +00:00
Michael Johnson
7fe2c39384 - Update to 1.5.0.2
Release notes:	http://www.mozilla.com/firefox/releases/1.5.0.2.html
2006-04-14 12:08:52 +00:00
Michael Johnson
c28115ab28 - Convert all gecko pkg-[de]install scripts into a generic
pkg-[de]install script
- Always use pkg-install to create missing dir's [1]

Requested by:	marcus [1]
2006-03-29 18:29:45 +00:00
Joe Marcus Clarke
55b05955ba Fix a problem where Firefox creates its ~/.mozilla directory using stack
garbage.

PR:		92899
Submitted by:	truckman
2006-02-19 22:23:03 +00:00
Michael Johnson
3e21d24eb2 - Remove forgotten patch 2006-02-02 13:54:04 +00:00
Michael Johnson
003f037e94 - Update to 1.5.0.1 2006-02-02 13:16:54 +00:00
Joe Marcus Clarke
97ae34d3d9 Firefox may hang for some users for a few seconds at a time eating up all
of the CPU.  This is triggered by a bug in Gecko/GTK+ interaction.  This
patch corrects the problem.  See
https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details.

PR:		92467
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=305970
2006-02-01 17:55:04 +00:00
Joe Marcus Clarke
e87e69b622 Only enable SVG support on 6.X and higher since it's still causing GCC
errors with GCC 3.4.2.
2005-12-15 17:11:32 +00:00
Michael Johnson
687fa2a3b4 - Add a patch to fix history DoS vulnerability
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=319004
2005-12-09 04:52:14 +00:00
Michael Johnson
4835940e84 - Add support for GECKO_PLIST_PRE_FILES and GECKO_PLIST_PRE_DIRS to
add files or directories to plist.
- *Really* remove share/idl if empty in firefox
2005-12-04 22:05:43 +00:00
Michael Johnson
569b7dfb16 - Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom so
svg works for some people.

Pointyhat to:	me
2005-12-03 17:54:57 +00:00
Michael Johnson
0483e4de82 - Disable svg support on 5.3 and lower to fix build with a gcc bug.
Reported by:	many
Tested by:	mark@mkproductions.org
2005-12-02 05:44:22 +00:00
Jeremy Messenger
64a923ea98 Fix all those ports to find libnssckbi.so in the correct place to allow those
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.

PR:		ports/89796
Reported by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2005-12-02 05:30:01 +00:00
Michael Johnson
be9e6fac0f - Bump PORTREVISION
Spotted by:	pav
2005-11-30 20:10:03 +00:00
Michael Johnson
dbcc7fa409 - Reenable svg support, this must've sliped with all the massive changes.
PR:		89764
Submitted by:	Roland Smith <rsmith@xs4all.nl>
2005-11-30 19:47:19 +00:00
Pav Lucistnik
c08cae5337 - Fix desktop entry, there's no FF_SUFX anymore 2005-11-30 15:59:55 +00:00
Michael Johnson
2fb776f04b - Update WWW 2005-11-30 07:02:59 +00:00
Michael Johnson
36353c589f - 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
2005-11-29 21:12:28 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Michael Johnson
28125871e3 - Add support for new lib/browser_linux_plugins 2005-11-14 19:11:43 +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