diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-21 15:26:49 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-21 15:26:49 +0000 |
commit | 272e8173e44865c71016041918283fc4f3e42c6a (patch) | |
tree | b65f6227175bfdad76043ad3cccaebdae7a87bc5 /devel/xulrunner/patches/patch-mi | |
parent | 368819d99705f1ffcae0c9217c3426f40bcd287f (diff) | |
download | pkgsrc-272e8173e44865c71016041918283fc4f3e42c6a.tar.gz |
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)
Diffstat (limited to 'devel/xulrunner/patches/patch-mi')
-rw-r--r-- | devel/xulrunner/patches/patch-mi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/xulrunner/patches/patch-mi b/devel/xulrunner/patches/patch-mi index d174e487dc2..168a7bba5a0 100644 --- a/devel/xulrunner/patches/patch-mi +++ b/devel/xulrunner/patches/patch-mi @@ -1,13 +1,13 @@ -$NetBSD: patch-mi,v 1.4 2012/08/28 23:27:10 ryoon Exp $ +$NetBSD: patch-mi,v 1.5 2012/11/21 15:26:50 ryoon Exp $ ---- config/config.mk.orig 2012-08-24 22:55:19.000000000 +0000 +--- config/config.mk.orig 2012-10-23 19:42:27.000000000 +0000 +++ config/config.mk -@@ -97,7 +97,7 @@ endif +@@ -92,7 +92,7 @@ AUTOCONF_TOOLS = $(topsrcdir)/build/auto # but save the version to allow multiple versions of the same base # platform to be built in the same tree. # --ifneq (,$(filter FreeBSD HP-UX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) -+ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) +-ifneq (,$(filter FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH))) ++ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH))) OS_RELEASE := $(basename $(OS_RELEASE)) # Allow the user to ignore the OS_VERSION, which is usually irrelevant. |