Commit graph

164 commits

Author SHA1 Message Date
ryoon
f004be109f Update to 14.0.1
Changelog:
NEW
Google searches now utilize HTTPS
NEW
Full screen support for Mac OS X Lion implemented
NEW
Plugins can now be configured to only load on click (requires an about:config change)
NEW
The Awesome Bar now auto-completes typed URLs
CHANGED
Improved site identity manager, to prevent spoofing of an SSL connection with favicons
DEVELOPER
Pointer Lock API implemented
DEVELOPER
New API to prevent your display from sleeping
DEVELOPER
New text-transform and font-variant CSS improvements for Turkic languages and Greek
FIXED
Various security fixes
FIXED
GIF animation can gets stuck when src and image size are changed (743598)
FIXED
OS X: nsCocoaWindow::ConstrainPosition uses wrong screen in multi-display setup (752149)
FIXED
CSS :hover regression when an element's class name is set by Javascript (758885
2012-07-18 16:10:06 +00:00
ryoon
a8ecb55d7c Fix PR pkg/46622
* Fix build on NetBSD 4
2012-07-14 21:19:48 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
ryoon
39b7ee0d8f Update to 13.0
Changelog:
* When opening a new tab, users are now presented with their most visited pages
* General performance improvements through incremental JavaScript garbage collection
* The default home page now has quicker access to bookmarks, history, settings, and more SPDY protocol now enabled by default for faster browsing on supported sites
* Restored background tabs are not loaded by default for faster startup
* Smooth scrolling is now enabled by default
* 72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor
* The column-fill CSS property has been implemented
* Experimental support for ECMAScript 6 Map and Set objects has been implemented
* Support for the CSS3 background-position property extended syntax has been added
* The :invalid pseudo-class can now be applied to the element
* The CSS turn <angle> unit is now supported
2012-06-05 18:09:21 +00:00
sbd
5fb8b56041 Two Linux build fixes:
* Don't remove <dirent.h> in ipc/chromium/src/base/process_util.h
* Add -lnssutil3 to EXTRA_DSO_LDOPTS when building libxul.
2012-05-20 02:02:36 +00:00
bsiegert
6741cb8580 Use MOZILLA_DIR so that this also works for www/seamonkey. 2012-05-13 17:51:10 +00:00
bsiegert
d40e233a01 Fix build of xulrunner by turning off optimization in one file.
Tested on 5.99.51/x86_64 but reported also on 5.1.
See http://mail-index.netbsd.org/pkgsrc-users/2012/04/26/msg016186.html
for details.
2012-05-13 14:47:10 +00:00
abs
f55ec56dbc make mps 2012-05-08 23:44:31 +00:00
martin
12b5346822 Note upstream bug report 2012-05-08 19:29:36 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
abs
31161fe4b2 update sqlite3 requirement to >=3.7.10 - fixes build on at least netbsd-6 2012-04-26 15:36:58 +00:00
ryoon
9a036e4597 Update to 12.0
Changelog:
* Page Source now has line numbers
* Line breaks are now supported in the title attribute
* Improvements to "Find in Page" to center search result
* URLs pasted into the download manager window are now automatically downloaded
* Support for the text-align-last CSS property has been added
* Various security fixes
* Some TinyMCE-based editors failed to load (739141)
2012-04-26 13:30:29 +00:00
joerg
045b79762d Disable warning for using non-POD return type in combination with extern
"C".
2012-04-22 20:30:43 +00:00
bsiegert
952b5d289d POSIX says that the target directory for "pax -rw" must exist. The pax
implementation in MirBSD enforces this.
Use ${MKDIR} to create the target directory before running pax.
Unbreaks things like firefox-l10n and friends on MirBSD.
2012-04-08 16:44:40 +00:00
ryoon
222ee586af Fix build on FreeBSD 9.0.
* Add some conditional for FreeBSD.
* Fix for FreeBSD's kinfo_proc
* It seems that FreeBSD supports posix spawn, but xulrunner does not use it.
  (I am not famiiar with it..., this should be fixed.)
* FreeBSD 9.0 requires EXTRA_DSO_LDOPTS for nss an nspr like DragonFly 3.0.1.
2012-04-01 15:18:45 +00:00
ryoon
bcdc14cfed Fix PLIST for gnome option.
Thank you, Mark Davies.
2012-03-29 20:32:33 +00:00
ryoon
0fb9a28a9d Fix build with gcc<4.5.
For example, fix build on DragonFly 3.0.1.
See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-22 21:14:24 +00:00
ryoon
9defab26a3 * Adjust required sqlite version (follow configure.in)
* Remove patch-xulrunner_app_Makefile.in, suggested by drochner@
2012-03-21 20:10:11 +00:00
drochner
4a54151f0f -make libxul.so link against libkvm on NetBSD because it contains
references to its functions
 (patch-xulrunner_app_Makefile.in is probably unnecessary now, didn't
  test)
-propagate dependency on nspr -- at least the .pc file refers to it
bump PKGREV
2012-03-21 10:40:25 +00:00
ryoon
804672e69a Update to 11.0
* Switch to xulrunner 11 branch
* Fix security bugs
* Improve stability
* Many bug fixes
2012-03-15 08:30:06 +00:00
marino
38a5cad1e6 devel/xulrunner: Add HAVE_POSIX_SPAWN for DragonFly
Suggested by Martin Husemann.  Sorry about the revbump.
2012-03-11 16:33:48 +00:00
marino
6243736077 devel/xulrunner: Fix indirect linking issue on DragonFly
The upgrade to nss3 brought in several indirectly linked libraries which the default version
of binutils will not follow by design.  The solution is to add each needed library to the
linker invocation.  This is done for DragonFly only.
2012-03-11 12:03:51 +00:00
ryoon
678bffd8f8 * Fix Firefox's official branding bug by upstream.
* Fix for inclusion from mail/thunderbird and www/seamonkey (mozilla-common.mk).

No functional change for devel/xulrunner.
2012-03-10 03:08:24 +00:00
ryoon
380f88d6d3 Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS. 2012-03-06 13:37:32 +00:00
ryoon
4ca9e2caf0 Update xulrunner 10.0.2 and corresponding nspr and nss.
* Improve sparc64 support.
* Use external libraries (for example cairo, libvpx etc.)

Thank you, martin@

Changelog:
* Fix security bugs
* Other improvements and bugfixes
2012-03-06 12:34:08 +00:00
wiz
b630ed46ca More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
cheusov
e62ef4c13b Fix build failure on Linux (PR 45811). 2012-02-09 17:18:12 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
hans
bbd52967db Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
obache
e7048c6dc1 Add missing entries for DragonFly support. 2012-01-08 10:32:08 +00:00
marino
e65297f9e7 devel/nspr, devel/xulrunner: PR#45638 (DragonFly support)
DragonFly has diverged from FreeBSD to the point where NSPR will
not build LibreOffice on DragonFly due to being configured as DragonFly.
These patches split out DragonFly as its own platform, and should not
affect other platforms.
2012-01-07 18:47:39 +00:00
sbd
d586f3d0b5 Only add the yasm build dependence on platforms the need it. 2012-01-06 07:36:38 +00:00
sbd
5717869f26 Enabling the jemalloc option adds two more files to the PLIST.
Bump PKGREVISION
2012-01-05 07:53:49 +00:00
sbd
27d752a9c4 Add yasm>=1.1.0 as a build dependence. 2012-01-05 07:52:05 +00:00
joerg
f254d29f4d Make sure that the directory exists before writing the output from the
idl-parser. Fixes the race conditions seen recently.
2011-12-23 01:16:27 +00:00
tnn
e7eb433660 Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).
Observed in PR pkg/45553.
2011-11-27 13:09:00 +00:00
tnn
ff7358567f need libevent>=1.1. Part of PR pkg/45553 2011-11-27 10:01:05 +00:00
tnn
f3da8e8c5a USE_TOOLS+=unzip. From Robert Elz. 2011-11-15 17:23:25 +00:00
tnn
3a3b15dd25 Drop MAKE_JOBS_SAFE=no; I think it was a local problem. 2011-11-13 17:02:20 +00:00
tnn
28b9f31838 Update to firefox-8.0.
XXX Set MAKE_JOBS_SAFE=no for now. Should investigate why it fails
without it as it prolongs build time significantly.

Upstream changes:

Add-ons installed by third party programs are now disabled by default
Added a one-time add-on selection dialog to manage previously installed add-ons
Added Twitter to the search bar for select locales. Additional locale support
  will be added in the future
Added a preference to load tabs on demand, improving start-up time when
  windows are restored
Improved performance and memory handling when using <audio> and <video>
  elements
Added CORS support for cross-domain textures in WebGL
Added support for HTML5 context menus
Added support for insertAdjacentHTML
Improved CSS hyphen support for many languages
Improved WebSocket support
Fixed several stability issues
Fixed several security issues
2011-11-12 12:45:03 +00:00
sbd
ff3e585f03 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
tnn
c75227dddc Update to firefox-7.0. Release notes:
Drastically improved memory handling for certain use cases
Added a new rendering backend to speed up Canvas operations on Windows systems
Bookmark and password changes now sync almost instantly when using Firefox Sync
The 'http://' URL prefix is now hidden by default
Added support for text-overflow: ellipsis
Added support for the Web Timing specification
Enhanced support for MathML
The WebSocket protocol has been updated from version 7 to version 8
Added an opt-in system for users to send performance data back to Mozilla
  to improve future versions of Firefox
Fixed several stability issues
Fixed several security issues
2011-10-03 12:37:23 +00:00
tnn
89fb41904e Update to firefox-6.0.2.
MFSA-2011-35 Additional protection against fraudulent DigiNotar certs
2011-09-12 11:03:48 +00:00
tnn
26be83df41 PR pkg/45346: Pierre Allegraud: Be more consistent about which configure
settings we want / do not want with the debug option.
2011-09-12 09:19:06 +00:00
tnn
5336532ce5 Update to firefox-6.0.1.
Removes trust of fraudulent SSL certificates issued by DigiNotar.
2011-09-05 05:35:23 +00:00
obache
0b8aa0f6a3 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00