Bug 14272 - bringing mozilla port up to M10
Summary: bringing mozilla port up to M10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-12 02:30 UTC by Mikhail Teterin
Modified: 1999-11-12 02:54 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (81.38 KB, patch)
1999-10-12 02:30 UTC, Mikhail Teterin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin 1999-10-12 02:30:01 UTC
The M10 version of the sources was  released two days ago. My version of
the port also obeys the (notorious)  CFLAGS and CXXFLAGS. I chose not to
require IDL -- the port's configure finds it if its present.

I think, the  pkg/PLIST should be  automaticly generated for  this port,
I but did not do anything about this.

The mozilla would crash in the XPTC_InvokeByIndex() from
	xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp
when compiled  by gcc295 with "-O  -fexpensive-optimizations" (ouch, was
that hard to trace!). Compiling it with -g results in a runnable binary.
If someone could fix the 50 lines  of assembly code there to always work
properly, it would be terrific.
Comment 1 Jim Mock freebsd_committer freebsd_triage 1999-11-12 02:54:35 UTC
State Changed
From-To: open->closed

Update committed, thanks!