landry
23f9afac88
Fix WANTLIBs and bump PKGNAME.
...
Prodded by/ok sthen@
2010-06-20 19:44:40 +00:00
landry
b4f46ecb94
Remove a patch i forgot to cvs delete, don't call autoconf in nsprpub/
...
as we use the systemwide one, and bump PKGNAME to be on the safe side.
2010-06-16 19:06:26 +00:00
landry
872f1d0536
Remove now deprecated/unused files/patches/. Yay!
2010-06-12 16:23:55 +00:00
landry
5aef389f71
Update to xulrunner 1.9.2.3 (from 1.9.1.7) :
...
- mozilla don't do real releases anymore from xulrunner itself, so build
it from firefox 3.6.3 tarball. Thx tnn@netbsd for the trick.
- that also permits us to use patches/ and files/ from
www/mozilla-firefox, and stop mirroring another 50Mb distfile. Yay!
- some headers are MI, so do the PFRAG.{amd64,jit}-devel dance in PLIST
sthen@ thinks 'going in this direction makes a lot of sense'.
2010-06-12 15:16:47 +00:00
dcoppa
ccb48c6b8d
Add missing -lsndio.
...
OK landry@
2010-06-02 19:07:43 +00:00
espie
8666776b2e
gcc3 and gcc4 disagree, so put a common cast to make them compile.
...
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00
landry
5640be627d
@comment back xulrunner-{plugin,js,gtkmozembed}.pc, they conflict with the
...
ones in xulrunner/1.8,-devel. Spotted by naddy@.
2010-04-27 16:08:21 +00:00
landry
6d739c1570
Update xulrunner 1.9.0.14 to 1.9.1.7, latest release in the branch
...
corresponding to ffx 3.5.x. Most patches taken from there, tested
successfully @ppc/amd64/sparc64. Branch 1.9.0.x is approaching attic
upstream, as ffx 3.0.x.
The plan is to move all users of xulrunner/1.8 to use this latest
version, and then ditch the old unmaintained one from ffx 2.x days.
2010-04-24 16:08:01 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jolan
ca7dbb81a7
fix MASTER_SITES, ok naddy@
2010-01-30 19:08:30 +00:00
martynas
466440ad48
security update to xulrunner-1.9.0.14
2009-10-16 12:38:17 +00:00
martynas
5503762bea
security update to xulrunner-1.9.0.13; fixes that famous ssl bugs.
...
MFSA 2009-44 Location bar and SSL indicator spoofing via window.open()
on invalid URL
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication
2009-08-16 18:35:33 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
martynas
cba31e4e7b
security update to 1.9.0.12. 1.8 is not maintained upstream and
...
haven't been receiving updates for more than half a year; therefore
ports maintainers should switch to use 1.9 where possible
2009-07-27 23:22:01 +00:00
martynas
dcf39d7612
missed PATCHLEVEL, ptd out by sthen@
2009-07-27 21:55:49 +00:00
martynas
581cceb885
add
2009-07-27 21:42:02 +00:00
martynas
2e5d9b5137
import xulrunner 1.9, and implement infrastructure for multiple
...
xulrunners. this was necessary for smooth migration, since we want
plugins work for mozilla 1.8 branch too (seamonkey, thunderbird);
they are upwards-compatible if built against 1.8. however, some
new applications started to depend on 1.9, and also other (non-plugin)
apps will start to migrate so that the old xulrunner can go away
requested by many; bulk build & pkgpath & bump done by sthen@
2009-07-27 21:35:56 +00:00
martynas
425dbbc804
remove xulrunner; an infrastructure for multiple xulrunners will
...
be imported shortly
2009-07-27 21:16:22 +00:00
sthen
09769eeabb
WANTLIB+=gio-2.0; bump PKGNAME-main and PKGNAME-devel.
2009-06-16 01:14:16 +00:00
martynas
ce3ab68a5a
- do not run with a predictable directory as root: firefox,
...
thunderbird, seamonkey, xulrunner
- add comment for xulrunner why -devel needs to be bumped
suggested and ok naddy@; ok kurt@
2009-01-09 15:54:31 +00:00
martynas
6ed5fe7d95
use fonts that are available instead of msttcorefonts. fixes the
...
looks of xulrunner-dependent applications; as reported by ajacoutot@
"YES!" ajacoutot@
2009-01-06 23:31:45 +00:00
martynas
4085e74c25
security update to xulrunner-1.8.1.19. this is the last security
...
update for 1.8 branch. ok naddy@
2008-12-18 19:29:38 +00:00
martynas
6d02089311
security update to xulrunner-1.8.1.18; ok naddy@
2008-11-14 16:29:36 +00:00
martynas
3a84707ef3
security update to xulrunner-1.8.1.17. ok naddy@
2008-09-25 20:54:26 +00:00
ajacoutot
cf10739f24
- SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
...
looks good to landry@
2008-09-18 13:37:41 +00:00
martynas
0d2e70627b
libxul-embedding -> xulrunner-embedding, since apps (liferea) think
...
that it's xulrunner 1.9, if libxul-embedding is detected.
2008-08-29 01:16:47 +00:00
martynas
7e0af9acf2
- mark RPATH xulrunner libraries. apps don't (yet) use XPCOM glue,
...
and mark RPATH xulrunner location. this fixes apps such as
py-gnome-extras. w/ help from kurt@
- install libxpcomglue{,_s} XPCOM glue, and libxul-embedding
pkg-config so that apps can use it, which is a proper way to get
xulrunner libs loaded
looks ok kurt@
2008-08-26 18:05:23 +00:00
martynas
77b98f37ae
adapt from mozilla-firefox: use system libm
2008-08-23 22:07:03 +00:00
martynas
78aeb076bf
adapt for other mozilla projects claudio's diff of firefox to honor
...
MOZ_PLUGIN_PATH. bump pkgnames
sure claudio@
2008-07-21 19:19:06 +00:00
martynas
6769a36bc3
security update to xulrunner-1.8.1.16. MFSA 2008-35, MFSA 2008-34
...
ok kurt@
2008-07-17 16:50:20 +00:00
martynas
5fea6f4fc9
security update to xulrunner-1.8.1.15; ok kurt@
2008-07-05 16:00:29 +00:00
naddy
615e16f769
bump -devel package too, since it depends on PKGNAME-main
2008-06-26 14:46:04 +00:00
sthen
b29b83d776
sync wantlib and bump packages. ok ajacoutot
2008-06-15 00:04:49 +00:00
martynas
33d1354bc7
security update to xulrunner-1.8.1.13
...
MFSA 2008-19, MFSA 2008-18, MFSA 2008-17, MFSA 2008-16, MFSA 2008-15,
MFSA 2008-14.
ok kurt@
2008-04-15 09:28:13 +00:00
martynas
cd9e31fdcb
update to xulrunner-1.8.1.12; ok kurt@
2008-02-13 20:52:28 +00:00
sthen
489b6ebc8d
fix javascript on arm (it expected Armel ABI).
...
from martynas
2008-02-12 16:09:23 +00:00
sthen
ad697f1b69
xulrunner seems to work on arm, add to ONLY_FOR_ARCHS.
...
ok naddy
2008-02-09 20:57:43 +00:00
martynas
7755419ee9
enable cookie and permissions extensions for applications such as
...
epiphany and galeon. improvements, testing and ok kurt@ and naddy@
2008-01-23 16:32:04 +00:00
martynas
46fa5a0dd4
update to xulrunner-1.8.1.11; ok kurt@
2007-12-07 22:10:28 +00:00
martynas
ab59b433e6
update to xulrunner-1.8.1.9; testing and ok kurt@
2007-11-13 21:03:03 +00:00
steven
43dc6891f3
fix WANTLIB
2007-11-13 14:06:21 +00:00
ajacoutot
3e936da7e5
- domain name change; fix MASTER_SITES
2007-10-27 23:44:41 +00:00
simon
e57fe541be
adjust WANTLIB for gtk+2 update and bump PKGNAME
...
ok jasper@
2007-10-26 13:10:14 +00:00
kurt
9e80ec3311
- fix a 64-bit problem with the LiveConnect feature. From mozilla
...
bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=345866
Eventually the java plugin will need this on amd64. okay martynas@
2007-10-14 18:33:09 +00:00
merdely
376b75df06
Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN
2007-09-16 02:52:56 +00:00
martynas
05fe6e7e48
security update to 1.8.1.6, fixes MFSA 2007-[18..27]; ok kurt@, naddy@
2007-08-08 17:11:48 +00:00
kurt
944b0065f1
- cleanup files left in /etc/gre.d using unregister-global and @sample
...
okay martynas@ naddy@
2007-08-06 14:43:48 +00:00
martynas
b1e7eeeafa
stick with firefox codebase and manually check out xulrunner update
...
so that applications which depend on xulrunner won't suffer from
the vulnerabilities which are already fixed.
MFSA 2007-17; MFSA 2007-16; MFSA 2007-14; MFSA 2007-13; MFSA 2007-12;
MFSA 2007-11; MFSA 2007-09; MFSA 2007-08; MFSA 2007-07; MFSA 2007-06;
MFSA 2007-05; MFSA 2007-04; MFSA 2007-03; MFSA 2007-02; MFSA 2007-01;
MFSA 2006-76; MFSA 2006-75; MFSA 2006-73; MFSA 2006-72; MFSA 2006-71;
MFSA 2006-70; MFSA 2006-69; MFSA 2006-68; MFSA 2006-67; MFSA 2006-66;
MFSA 2006-65; MFSA 2006-64; MFSA 2006-62; MFSA 2006-61; MFSA 2006-60;
MFSA 2006-59; MFSA 2006-58; MFSA 2006-57; MFSA 2006-56; MFSA 2006-55;
MFSA 2006-54; MFSA 2006-53; MFSA 2006-52; MFSA 2006-51; MFSA 2006-50;
MFSA 2006-48; MFSA 2006-47; MFSA 2006-46; MFSA 2006-45; MFSA 2006-44.
(these are for firefox 1_8_0_4 -> 1_8_1_4)
ok kurt@
2007-06-28 19:50:04 +00:00
kili
e047a3267b
-devel depends on -main, so bump the pkg name for it (plist change).
...
ok, kurt@
2007-04-18 18:56:49 +00:00
sturm
b67038d83e
WANTLIB
2007-04-14 21:20:19 +00:00
espie
470294650d
base64 distinfo with SHA256
2007-04-05 15:37:40 +00:00
martynas
bd7cfbeae8
remove some useless patches
...
ok wilfried@
2007-04-03 19:40:05 +00:00
naddy
78cdda09b4
LP64 fix for XUL templates builder; from Martynas Venckus
...
ok sturm@
2007-02-22 00:40:59 +00:00
kurt
efbd06c9e7
- move some things from -main to -devel package where they belong
...
- use make var MOB the same as firefox & thunderbird
2007-01-12 20:35:15 +00:00
kurt
96429b6933
import xulrunner 1.8.0.4
...
XULRunner is a single "gecko runtime" installable package that can be
used to bootstrap multiple 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.
Based on an initial port by James Wright <jamesw at bsdhosting.co.za>.
Improvements and okay steven@
2007-01-05 14:44:47 +00:00