Commit Graph

28 Commits

Author SHA1 Message Date
martynas
513b069d09 fix endianness on arm. tested by, and ok kili@ 2009-02-03 22:22:11 +00:00
martynas
868a4505e6 - security update to minimo-1.8.1.18; and take maintainer
ok sthen@
2008-11-13 17:01:56 +00:00
jasper
13a3ca3317 - add .desktop file for minimo
tweak and ok ajacoutot@
2008-10-24 21:01:11 +00:00
martynas
a1972aa1a5 - use system libm
- update LIB_DEPENDS, to include nssutil3
- change HOMEPAGE to a working one (www-archive.mozilla.org)
- bump package name
2008-08-23 22:12:21 +00:00
martynas
01914714b6 - start normal versioning; stick with branches of firefox 2 releases,
so that we don't end up with non-stable versions
- security update to minimo-1.8.1.15v0
tested by kili@ and sthen@ on arm, i386
ok sthen@
2008-07-08 20:37:30 +00:00
martynas
7a46ddb1fa update to minimo-20080210; tested on arm by kili@ and sthen@
ok kili@ and sthen@
2008-02-18 17:10:15 +00:00
martynas
7ea4eb3be9 update to minimo-20071108; testing on zaurus and ok kili@ 2007-11-13 21:24:47 +00:00
martynas
bd32534789 security update to minimo-20070804 which fixes recent gecko
vulnerabilities (and has some minimo-2.0 interface fixes);  ok naddy@
tested by kili@ on zaurus, thank you.
2007-08-08 17:34:41 +00:00
martynas
bd7cfbeae8 remove some useless patches
ok wilfried@
2007-04-03 19:40:05 +00:00
martynas
b57122cfe1 more work on minimo:
- WANTLIB for xenocara;
- fix initxpcom crashes with HACK_AROUND_NONREENTRANT_INITXPCOM;
- respect the layout, data files belong to /usr/local/share/minimo;
- respect homepage;
- cleanup;
"looks ok" robert@
2007-04-01 13:19:58 +00:00
martynas
0709438e12 - update to minimo-20070320 -- 4 months with lots of changes, including
security fixes, and the wholly new interface;
- don't force optimizations;
- use external nss;
ok kili@
2007-04-01 09:36:15 +00:00
robert
8a943d859d use more saner defaults for minimo:
- disable SSR mode
- set the default page to a blank one
- do not hide the nav-bar in full screen mode

ok pvalchev@
2007-03-04 23:37:27 +00:00
robert
365a65715b implement xptcinvoke and xptcstubs for arm based on the linux code,
and fix an endianess issue that makes minimo work on arm based
architectures;

the problem has been fixed by Martynas Venckus;
2007-02-23 18:17:17 +00:00
naddy
78cdda09b4 LP64 fix for XUL templates builder; from Martynas Venckus
ok sturm@
2007-02-22 00:40:59 +00:00
jolan
a6aaaff5a3 - fix xml parser
- let it run on sparc64 again

from martynas venckus
2006-12-27 16:21:59 +00:00
jolan
6ef216fc3e make startup homepage override work properly, from martynas venckus 2006-12-23 08:12:45 +00:00
jolan
e48eefeea7 update to 20061120, from Martynas Venckus 2006-12-04 09:47:54 +00:00
kurt
665ae4f051 use devel/nspr instead of internal nspr. now using libc strtod and __dtoa
via devel/nspr. okay pvalchev@
2006-11-17 19:03:14 +00:00
kurt
26486f93b4 remove freedtoa call since our strtod(3) implementation uses a static var
to handle result allocation, but doesn't always return it. Restore use
of locks to protect use of static vars and add one for dtoa return value
too. fixes build on sparc64 and should help with stablility too.

looks correct pvalchev@
2006-04-24 20:03:00 +00:00
pvalchev
9cbf189d5c check XftLockFace() for NULL return to avoid a crash, see
https://bugzilla.mozilla.org/show_bug.cgi?id=331077
from Tobias Ulmer <tobiasu@tmux.org>
2006-03-27 04:23:28 +00:00
pvalchev
9d91a8d432 fix build on big endian machines (no change otherwise)
this earlier committed patch in fact fixes minimo on zaurus, however
it appears to have broken amd64 (of course minimo's utility is arguably
less important there), so this should be revisited again....
2006-02-05 02:39:18 +00:00
pvalchev
fd09355571 add ARM configuration and enable on arm; tested on zaurus
XPCOM asm glue still missing, but basically functional
2006-01-11 00:58:56 +00:00
pvalchev
b5e99b03a3 hack mozilla's strtod(3) implementation by basically ripping it all
out, and replacing it with our libc's strtod implementation, only keeping
the mozilla-specific wrappers and interfaces.

this gets rid of many bugs, including random malloc-induced crashes
on zaurus and seen by some people on amd64.

i've been debugging this for a while, thanks to kurt@ for the idea
to look at libc.
2006-01-11 00:56:29 +00:00
jolan
32a2ffb46a might as well make this work on i386 too 2005-10-20 16:18:26 +00:00
jolan
f1af01523e remove 'don't close dlopened objects' ld.so workaround like kurt
did for other mozillaware
2005-10-20 05:32:01 +00:00
jolan
a3cfdd3187 update to 20050802 and add some more debug stuff based on what kurt said
on ports@
2005-08-04 05:06:54 +00:00
jolan
32164db094 update to 20050712 2005-07-13 04:49:56 +00:00
jolan
35944f86f2 minimo-20050524, mini mozilla
this is smaller than firefox and has special handling for small screens
which is useful for machines like the zaurus.  unfortunately, it's not
there yet, see the TODO.  please don't add this to the www Makefile yet.
2005-05-25 06:59:10 +00:00