aboutsummaryrefslogtreecommitdiff
path: root/www/xulrunner
Commit message (Collapse)AuthorAgeFilesLines
* * Workaround a bug which can cause applications embedding Gecko to crashJoe Marcus Clarke2007-10-103-1/+31
| | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=201230
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=201032
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+0
| | | | Notes: svn path=/head/; revision=200793
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix the gtk2 dnd implementation broken, see more details in the bugzilla. ThisJeremy Messenger2007-01-182-1/+20
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=182762
* Fix a double-free while performing print operations which could trigger aMichael Johnson2006-12-152-1/+27
| | | | | | | | | | segmentation fault if malloc debugging was enabled. Submitted by: marcus Reported by: dougb Notes: svn path=/head/; revision=179880
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-5/+24
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Install nsISidebar to fix build with galeonMichael Johnson2006-10-122-1/+219
| | | | | | | | Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=315346 Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175240
* - Update to 1.8.0.4Michael Johnson2006-07-142-5/+5
| | | | Notes: svn path=/head/; revision=167795
* - Convert all gecko pkg-[de]install scripts into a genericMichael Johnson2006-03-291-1/+1
| | | | | | | | | | pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1] Notes: svn path=/head/; revision=158394
* - Mark broken on 4.xMichael Johnson2006-03-271-0/+5
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=158258
* - Add xulrunnerMichael Johnson2006-03-1521-0/+1723
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 Notes: svn path=/head/; revision=157234