Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11285 - mozilla 1.2 is out
Summary: mozilla 1.2 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL: http://www.mozilla.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 05:06 UTC by Hanno Böck
Modified: 2003-02-04 19:42 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2002-11-27 05:06:55 UTC
see subject
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-27 14:26:00 UTC
No source tarball yet ...
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-27 15:33:26 UTC
nop, binaries ...
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2002-11-27 21:14:19 UTC
Looks like the sources are out

http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.2/src/
Comment 5 Rendhalver (RETIRED) gentoo-dev 2002-11-28 01:24:03 UTC
if anyone wants help with the ebuild let me know

i am working on hacking the 1.2beta ebuild to work with 1.2

as far as i can see it will just be a matter of removing this bit

if [ -n "`use gtk2`" ]; then
	#	epatch ${FILESDIR}/1.2/mozilla-1.2b-gtk2.patch.bz2
	#fi


gkt2 patch because
i think chris blizzard incorporated his patches for GtkMozembed a while back 
Comment 6 Rendhalver (RETIRED) gentoo-dev 2002-11-28 01:29:57 UTC
crap didnt want to send that wasnt finished

i was going to remove the #'s from the bit i inserted

so if we just remove this bit it should work

if [ -n "`use gtk2`" ]; then
	epatch ${FILESDIR}/1.2/mozilla-1.2b-gtk2.patch.bz2
fi

i will submit a patch for people to look over incase i did it wrong
Comment 7 Jelmer Jaarsma 2002-11-28 17:13:29 UTC
The ${MY_PV2} variable is no longer necessary and needs to be replaced with
${PV} as well. And according to the galeon-cvs INSTALL file all snapshots dated
11-15 or newer don't need to be patched, so the gtk2 patch should be removed indeed.
Comment 8 Bret Towe 2002-11-29 22:17:18 UTC
the src_uri should grab the tar.bz2 instead
not everyone has broadband...
and im compiling it right now will let know how it goes
Comment 9 Jason Clinton 2002-11-29 23:38:02 UTC
FYI: some significant patches are missing from the 1.2_RELEASE tarballs.
1.2_TRUNK includes all of the ones in question. See this bugzilla:
http://bugzilla.mozilla.org/show_bug.cgi?id=182506

It might be a good idea to pull CVS instead as indicated in this thread:
http://forums.gentoo.org/viewtopic.php?t=24273

Thanks for your hard work!
Comment 10 Rendhalver (RETIRED) gentoo-dev 2002-11-29 23:55:27 UTC
it also looks like chris blizzards gtkmozembed patch didnt make it into 1.2 either
i looked through the source code for 1.2 and the hanges didnt apear to be there

so if we want galeon-cvs to compile against 1.2 we STILL need to apply
mozilla-1.2b-gtk2.patch.bz2

i am currently re-building mozilla1.2 here with this patch and then will try
compileing galeon-cvs (the version i made here
http://bugs.gentoo.org/show_bug.cgi?id=11281)

will let you know how it goes
Comment 11 Bret Towe 2002-11-30 01:24:47 UTC
well for what its worth i compiled moz 1.2 and it seems to work fine
also works fine with galeon 1.2.7 (bug #11376) 

and if stuff in cvs is needed might i suggest getting the stuff from cvs
then make a patch to apply to the moz 1.2 sources (xfree 4.2.1 does this)
Comment 12 Bret Towe 2002-11-30 01:32:12 UTC
i just noticed this news on mozillazine.org
"We've discovered a bug in Mozilla 1.2 that can cause DHTML on some sites to
fail. We've got a fix and will be releasing a 1.2.1 shortly.

you can find the rest at that url...
Comment 13 Rendhalver (RETIRED) gentoo-dev 2002-11-30 08:49:40 UTC
ok guys i successfully built mozilla 1.2 with gtk2 and galeon-cvs

i just submitted a revised ebuild here
http://bugs.gentoo.org/show_bug.cgi?id=11395
Comment 14 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-30 18:59:47 UTC
Added to CVS.