Commit graph

14 commits

Author SHA1 Message Date
Jeremy Messenger
a6cd016924 - Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
applications in the runtime. Some applications required to have set
  MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
  it's no longer need to set these variables, which this flag takes care of it.
  The MOZILLA_FIVE_HOME still works with this flag if someone need to use
  different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
  and other packages.
- Bump the PORTREVISION.

Have been tested in MC CVS since Dec.
2008-02-28 04:39:23 +00:00
Marius Strobl
7dfcb34747 Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.

Approved by:	marcus
2008-01-21 22:19:53 +00:00
Joe Marcus Clarke
d018f5f996 * Workaround a bug which can cause applications embedding Gecko to crash
on exit [1]

* Use the correct size for a JavaScript object on 64-bit platforms which
  will help get the Java plug-in working on those platforms [2]

Test by:	mezz [1]
Submitted by:	jkim [2]
Obtained from:	Firefox trunk [2]
2007-10-10 00:15:33 +00:00
Mark Linimon
581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:		portmgr
2007-10-07 05:45:04 +00:00
Edwin Groothuis
b448c92411 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:21:46 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
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
ea5fec4f4f Fix a double-free while performing print operations which could trigger a
segmentation fault if malloc debugging was enabled.

Submitted by:	marcus
Reported by:	dougb
2006-12-15 22:14:33 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Michael Johnson
af9671f003 - Install nsISidebar to fix build with galeon
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=315346
Approved by:	portmgr (marcus)
2006-10-12 19:28:13 +00:00
Michael Johnson
2e79e6533b - Update to 1.8.0.4 2006-07-14 15:28:29 +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
Michael Johnson
6834aab425 - Mark broken on 4.x
Reported by:	kris via pointyhat
2006-03-27 14:33:27 +00:00
Michael Johnson
52c4662281 - Add xulrunner
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.

WWW: http://developer.mozilla.org/en/docs/XULRunner

Most patches obtained from:	www/seamonkey
2006-03-15 11:35:32 +00:00