Commit graph

200 commits

Author SHA1 Message Date
wiz
5bf47a2703 Fix nss dependency (whitespace problem). 2013-01-22 14:14:56 +00:00
ryoon
842cf56f6f Add BUILDLINK_API_DEPENDS.nss for required nss version.
Thank you, Peter Bex.
2013-01-22 10:38:46 +00:00
ryoon
c5e5a0b890 Ride previous update.
For PR pkg/47470.
xulrunner requires sqlite3-3.7.14.1 or greater in configure stage.
2013-01-20 11:25:24 +00:00
ryoon
6d5ea5c622 Update to 18.0.1
Changelog:
FIXED
18.0.1: Problems involving HTTP Proxy Transactions (Associated bugs)
FIXED
18.0.1: Unity player crashes on Mac OS X (bug 828954)
FIXED
18.0.1: Disabled HIDPI support on external monitors to avoid rendering glitches (bug 814434)
2013-01-20 11:17:23 +00:00
ryoon
46dd7fb665 Fix build of firefox.
Move yasm dependency to mozilla-common.mk from Makefile.
2013-01-19 09:25:25 +00:00
ryoon
e71bd4f5f6 Remove unnecessary patch. 2013-01-19 03:29:22 +00:00
ryoon
72e38d7c90 Add dependency to yasm on i386 and amd64 platform.
Fix build on i386 and amd64.
Thank you, wiz@.
2013-01-18 18:29:54 +00:00
ryoon
98c40df8f0 Update to 18.0
* Many patches are included into upstream distribution.

I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later.

Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/
    NEW
    Faster JavaScript performance via IonMonkey compiler
    NEW
    Support for Retina Display on OS X 10.7 and up
    NEW
    Preliminary support for WebRTC
    CHANGED
    Experience better image quality with our new HTML scaling algorithm
    CHANGED
    Performance improvements around tab switching
    DEVELOPER
    Support for new DOM property window.devicePixelRatio
    DEVELOPER
    Improvement in startup time through smart handling of signed extension certificates
    HTML5
    Support for W3C touch events implemented, taking the place of MozTouch events
    FIXED
    Disable insecure content loading on HTTPS pages (62178)
    FIXED
    Improved responsiveness for users on proxies (769764)
2013-01-10 15:01:29 +00:00
sbd
ee222bc627 PLIST fixups:
- Correct the location of libmemory.a
	- Add nsIProfiler.idl
	- Add webrtc PLIST_VAR and files
	- Add vobis/tremor plist option
	- Sort PLIST and remove blank line.

Bump PKGREVISION
2013-01-05 08:07:00 +00:00
sbd
8fdd279f24 +AC_SUBST(MOZ_ALSA) 2013-01-05 08:02:16 +00:00
ryoon
d573a38294 Bump PKGREVISION for previous commit. 2013-01-04 17:18:11 +00:00
ryoon
729fb8717b Fix build on recent NetBSD 6.99.16.
See http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/sysctl.h.diff?r1=1.204&r2=1.205&f=h&only_with_tag=MAIN&f=u

Tested on NetBSD/i386 5.2 and NetBSD/amd64 current.

Patch is provided from nonaka@. Thank you.
2013-01-04 17:16:54 +00:00
ryoon
2d0cc8bb48 Fix build errors with NetBSD 5's gcc. 2013-01-02 02:31:04 +00:00
ryoon
b049dd7799 Update to 17.0.1
Changelog:
 FIXED
17.0.1: Font rendering issue in Firefox 17.0 (bug 814101)
FIXED
17.0.1: Reverted user agent change causing some website incompatibilities
2012-12-05 11:47:14 +00:00
ryoon
baa3060d89 Fix PR pkg/47233
* Fix build on DragonFly/i386 and amd64
2012-12-04 20:28:45 +00:00
ryoon
36dabb70f3 Use MASTER_SITE_MOZILLA_ESR instead of MASTER_SITE_MOZILLA in MASTER_SITES. 2012-11-21 21:46:30 +00:00
ryoon
272e8173e4 Update to 17.0
* Add --enable-pulseaudio configure option (functionality is not tested)

Changelog:
    NEW
    First revision of the Social API and support for Facebook Messenger
    NEW
    Click-to-play blocklisting implemented to prevent vulnerable plugin versions from running without the user's permission (see blog post)
    CHANGED
    Updated Awesome Bar experience with larger icons
    CHANGED
    Mac OS X 10.5 is no longer supported
    DEVELOPER
    JavaScript Maps and Sets are now iterable
    DEVELOPER
    SVG FillPaint and StrokePaint implemented
    DEVELOPER
    Improvements that make the Web Console, Debugger and Developer Toolbar faster and easier to use
    DEVELOPER
    New Markup panel in the Page Inspector allows easy editing of the DOM
    HTML5
    Sandbox attribute for iframes implemented, enabling increased security
    FIXED
    Over twenty performance improvements, including fixes around the New Tab page
    FIXED
    Pointer lock doesn't work in web apps (769150)
    FIXED
    Page scrolling on sites with fixed headers (780345)
2012-11-21 15:26:49 +00:00
ryoon
b0da1295e2 Bump PKGREVISION
Fix PR/47201
Fix _res is not supported for multi-threaded programs. error.

Patch is provided by Martin Husemann
in http://mail-index.netbsd.org/current-users/2012/11/12/msg021470.html .
And tested by Patrick Welche and me.
2012-11-17 10:57:48 +00:00
joerg
bf5b0ca5dc Fix inconsistencies in the visiblity between type declarations and
forward declarations of the same name.
2012-11-11 22:26:00 +00:00
asau
1685739ccc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
ryoon
fc10e23842 Update to 16.0.2
www/firefox is also updated to 16.0.2.

Changelog:
FIXED
16.0.2: Security fixes can be found here

Fixed in Firefox 16.0.2
MFSA 2012-90 Fixes for Location object issues
2012-10-27 16:38:00 +00:00
ryoon
d745677366 Update to 16.0.1
Changelog:
    FIXED
    16.0.1: Vulnerability outlined here
	https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
    NEW
    Firefox on Mac OS X now has preliminary VoiceOver support turned on by default
    NEW
    Initial web app support (Windows/Mac/Linux)
    NEW
    Acholi and Kazakh localizations added
    CHANGED
    Improvements around JavaScript responsiveness through incremental garbage collection
    DEVELOPER
    New Developer Toolbar with buttons for quick access to tools, error count for the Web Console, and a new command line for quick keyboard access
    DEVELOPER
    CSS3 Animations, Transitions, Transforms and Gradients unprefixed in Firefox 16
    DEVELOPER
    Recently opened files list in Scratchpad implemented
    FIXED
    16.0.1: Vulnerability outlined here
	https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
    FIXED
    Debugger breakpoints do not catch on page reload (783393)
    FIXED
    No longer supporting MD5 as a hash algorithm in digital signatures (650355)
    FIXED
    Opus support by default (772341)
    FIXED
    Reverse animation direction has been implemented (655920)
    FIXED
    Per tab reporting in about:memory (687724)
    FIXED
    User Agent strings for pre-release Firefox versions now show only major version (728831)
2012-10-12 18:27:20 +00:00
jmmv
8762331c19 Resurrect patch deleted during upgrade to fix build under NetBSD/macppc. 2012-10-10 11:59:26 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
78f9c75877 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
sbd
e05bf28b92 Add PLIST.sps (enabled on Linux x86_64/i386 and Darwin) and add sps plist
entry's.

Also an and extra PLIST.jemalloc file.

Bump PKGREVISION.
2012-09-26 09:51:36 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
ryoon
f3e3aa6c37 Update to 15.0.1
Changelog:
    FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743)
    NEW Silent, background updates
    NEW Support for SPDY networking protocol v3
    NEW WebGL enhancements, including compressed textures for better performance
    NEW Localization in Maithili (see all available locales)
    CHANGED Optimized memory usage for add-ons
    DEVELOPER JavaScript debugger integrated into developer tools
    DEVELOPER New layout view added to Inspector
    DEVELOPER High precision event timer implemented
    DEVELOPER The CSS word-break property has been implemented.
    DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
    HTML5 Native support for the Opus audio codec added
    HTML5 The <audio> and <video> elements now support the played attribute
    HTML5 The <source> element now supports the media attribute
    FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
2012-09-12 14:27:14 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
dsainty
276b886564 pysqlite2 is used by xulrunner's Python virtualenv. If pysqlite2 isn't
installed at build time it will attempt to download it instead, so the
problem is stealthy in a networked environment, and obvious in an
offline environment.

Add it as a build dependency.
2012-09-05 23:33:41 +00:00
ryoon
8101428d6a Add one more patch from Jan Beich,
mainly fix DragonFly build.
2012-09-02 05:45:29 +00:00
ryoon
0cbeb89a92 Add one more patch from https://bugzilla.mozilla.org/show_bug.cgi?id=753046,
mainly improve OpenBSD build.
2012-08-31 11:52:13 +00:00
ryoon
385f8d3b7b Forget to commit the patch. 2012-08-29 03:01:19 +00:00
ryoon
e677a6d273 Bump PKGREVISION
* Switch to newer patches,
  trillian.chruetertee.ch/freebsd-gecko/browser/branches/experimental/www/firefox/files/patch-bug753046
* Regen patches
2012-08-28 23:27:10 +00:00
ryoon
56d42de3a5 Update to 15.0
* Use patches from https://bugzilla.mozilla.org/show_bug.cgi?id=753046
* Fix firefox.sh

Changelog:
NEW Preliminary native PDF support (Aurora/Beta only)
NEW Support for SPDY networking protocol v3
NEW WebGL enhancements, including compressed textures for better performance
CHANGED Optimized memory usage for add-ons
DEVELOPER JavaScript debugger integrated into developer tools
DEVELOPER New layout view added to Inspector
DEVELOPER The CSS word-break property has been implemented.
DEVELOPER High precision event timer implemented
DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
HTML5 Native support for the Opus audio codec added
HTML5 The <source> element now supports the media attribute
HTML5 The <audio> and <video> elements now support the played attribute
2012-08-28 12:42:00 +00:00
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