non port: www/xulrunner/Makefile |
SVNWeb
|
Number of commits found: 25 |
Wed, 2 Dec 2009
|
[ 13:00 beat ] (Only the first 10 of 30 ports in this commit are shown above. )
- Remove www/xulrunner: Superseded by www/libxul
Reviewed by: miwi
|
Fri, 27 Nov 2009
|
[ 09:09 beat ]
- Remove obsolete inclusion of www/mozilla/Makefile.common
Approved by: portmgr (miwi)
Exp-run by: miwi
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 4 May 2009
|
[ 19:23 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Give Maintainership up to the Gecko Gang (gecko@)
|
Sun, 12 Apr 2009
|
[ 19:27 miwi ] (Only the first 10 of 14 ports in this commit are shown above. )
Take maintainership. The first of two steps is to take all
Gecko Stuff from the Gnome team. I'd like to say thanks a lot for
all the work in the past years.
|
Sat, 4 Apr 2009
|
[ 11:47 marius ]
Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,
which got lost with the switch to bsd.gecko.mk:
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
|
Sat, 10 Jan 2009
|
[ 02:45 mezz ] (Only the first 10 of 76 ports in this commit are shown above. )
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Tue, 10 Jun 2008
|
[ 04:57 marcus ]
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.
Reported by: iKris
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ] (Only the first 10 of 230 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Thu, 28 Feb 2008
|
[ 04:39 mezz ]
- 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.
|
Mon, 21 Jan 2008
|
[ 22:19 marius ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Wed, 10 Oct 2007
|
[ 00:15 marcus ]
* 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]
|
Sun, 7 Oct 2007
|
[ 05:45 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
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
|
Thu, 4 Oct 2007
|
[ 06:21 edwin ] (Only the first 10 of 22 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 18 Jan 2007
|
[ 22:37 mezz ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Fri, 15 Dec 2006
|
[ 22:14 ahze ]
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
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
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)
|
Thu, 12 Oct 2006
|
[ 19:28 ahze ]
- Install nsISidebar to fix build with galeon
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=315346
Approved by: portmgr (marcus)
|
Fri, 14 Jul 2006
|
[ 15:28 ahze ]
- Update to 1.8.0.4
|
Wed, 29 Mar 2006
|
[ 18:29 ahze ] (Only the first 10 of 14 ports in this commit are shown above. )
- 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]
|
Mon, 27 Mar 2006
|
[ 14:33 ahze ]
- Mark broken on 4.x
Reported by: kris via pointyhat
|
Wed, 15 Mar 2006
|
[ 11:35 ahze ] (Only the first 10 of 22 ports in this commit are shown above. )
- 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
|
Number of commits found: 25 |